﻿/*!
Theme Name: Love Print
Theme URI: http://underscores.me/
Author: Uncledev
Author URI: https://uncledev.com
Description: Web shop
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Love Print
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Love Print is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1341px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1471px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 767.98px) {
    .col {
        flex-basis: 100%;
    }
}
@media (min-width: 576px) {
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@font-face {
    font-family: 'Poppins Light';
    src: url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins Medium';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins LightItalic';
    src: url('fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins Regular';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins ExtraBold';
    src: url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins SemiBold';
    src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins Bold';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?y4sdbn');
    src: url('fonts/icomoon.eot?y4sdbn#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?y4sdbn') format('truetype'),
        url('fonts/icomoon.woff?y4sdbn') format('woff'),
        url('fonts/icomoon.svg?y4sdbn#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^='icon-'],
[class*=' icon-'] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-eye:before {
    content: '\e917';
}
.icon-circle-info:before {
    content: '\e916';
}
.icon-filter:before {
    content: '\e915';
    color: #c5bbb1;
}
.icon-heart-r:before {
    content: '\e914';
    color: #fff;
}
.icon-chevron-right:before {
    content: '\e911';
}
.icon-list:before {
    content: '\e912';
}
.icon-grid:before {
    content: '\e913';
}
.icon-twitter:before {
    content: '\e910';
}
.icon-minus:before {
    content: '\e90e';
}
.icon-plus:before {
    content: '\e90f';
}
.icon-angle-down:before {
    content: '\e90d';
}
.icon-quote-left:before {
    content: '\e900';
}
.icon-youtube:before {
    content: '\e901';
}
.icon-tiktok:before {
    content: '\e902';
}
.icon-instagram:before {
    content: '\e903';
}
.icon-facebook-f:before {
    content: '\e904';
}
.icon-heart-o:before {
    content: '\e905';
}
.icon-pause:before {
    content: '\e906';
    color: #fff;
}
.icon-phone:before {
    content: '\e907';
    color: #c5bbb1;
}
.icon-play:before {
    content: '\e908';
    color: #fff;
}
.icon-search:before {
    content: '\e909';
}
.icon-user:before {
    content: '\e90a';
}
.icon-cart:before {
    content: '\e90b';
}
.icon-heart:before {
    content: '\e90c';
    color: #626262;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    margin-bottom: 0 !important;
    line-height: 1;
    font-size: 16px;
    font-family: 'Poppins Light';
    color: #626262;
    -webkit-text-size-adjust: 100%;
}
p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
}
p a {
    text-decoration: underline;
    color: #746558;
}
p a:hover {
    color: #626262;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    transition: 0.25s ease-in-out;
}
a:hover {
    text-decoration: none;
}
input[type='submit']:hover,
button[type='submit']:hover {
    cursor: pointer;
}
button {
    transition: 0.25s ease-in-out;
}
button:hover {
    cursor: pointer;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}
address {
    margin: 0px;
    padding: 0px;
    font-style: normal;
}
i {
    font-style: normal;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
table {
    margin-bottom: 0;
    border-spacing: 0;
    width: 100%;
}
.page,
.post {
    margin-bottom: 0;
}
.entry-content,
.entry-summary,
.page-content {
    margin: 0;
}
input[type='search']::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type='search']::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input:focus::placeholder {
    color: transparent !important;
}
input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder {
    color: transparent !important;
}
textarea:focus::placeholder {
    color: transparent !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url('.//../img/ico/ajax-loader.gif') center center
        no-repeat;
}
.slick-dots {
    position: absolute;
    bottom: 0px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: none;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: #c5bbb1;
    padding: 0;
    cursor: pointer;
    transition: 0.25s ease-in-out;
    font-family: icomoon;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    color: #626262;
}
.slick-dots li button:before {
    font-size: 14px;
    content: '\e90c';
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
    color: #626262;
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-title {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0) translateY(-50%);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0) translateY(-50%);
    }
    to {
        opacity: 1;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translateY(-50%);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    margin: 0 0 -4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir='rtl']
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir='rtl']
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}
.select2-container--default[dir='rtl']
    .select2-selection--single
    .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    list-style: none;
    margin: 5px 5px 0 0;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li:before {
    content: '';
    display: none;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir='rtl']
    .select2-selection--multiple
    .select2-search--inline,
.select2-container--default[dir='rtl']
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default[dir='rtl']
    .select2-selection--multiple
    .select2-selection__placeholder {
    float: right;
}
.select2-container--default[dir='rtl']
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir='rtl']
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled
    .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role='group'] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled='true'] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected='true'],
.select2-container--default .select2-results__option[data-selected='true'] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__group {
    padding-left: 0;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default
    .select2-results__option--highlighted[data-selected] {
    background-color: #e4d7cd;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, #fff),
        to(#eee)
    );
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #746558;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, #eee),
        to(#ccc)
    );
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir='rtl']
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir='rtl']
    .select2-selection--single
    .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #746558;
}
.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
    background: 0 0;
    border: none;
}
.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        color-stop(50%, #eee)
    );
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, #eee),
        to(#fff)
    );
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #746558;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__clear {
    display: none;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir='rtl']
    .select2-selection--multiple
    .select2-selection__choice {
    float: right;
}
.select2-container--classic[dir='rtl']
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir='rtl']
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open
    .select2-selection--multiple {
    border: 1px solid #746558;
}
.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role='group'] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled='true'] {
    color: grey;
}
.select2-container--classic
    .select2-results__option--highlighted[aria-selected],
.select2-container--classic
    .select2-results__option--highlighted[data-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #746558;
}
html.fixed {
    overflow: hidden;
}
@media (min-width: 576px) {
    .modal-overlay {
        min-height: calc(100% - 3.5rem);
    }
}
@media only screen and (min-width: 40em) {
    .modal-overlay {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        backface-visibility: hidden;
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
            visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}
.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: 0 auto;
    background-color: #fff;
    width: 90%;
    max-width: 1080px;
    min-height: 20rem;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
    transform: scale(1.2);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modal .close-modal {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 25px;
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
        transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.3s;
}
.modal .close-modal img {
    width: 16px;
    height: 16px;
}
.modal .modal-content {
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.3s;
}
.modal.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.modal.active .modal-content {
    opacity: 1;
}
.modal.active .close-modal {
    transform: translateY(10px);
    opacity: 1;
}
@media only screen and (max-width: 39.9375em) {
    .modal-overlay {
        display: flex;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        backface-visibility: hidden;
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
            visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .modal {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        transform: scale(1.1);
        padding: 0 !important;
    }
    .modal .modal-content {
        position: absolute;
        top: 0px;
        left: 0;
    }
    .close-modal {
        right: 20px !important;
        z-index: 1;
    }
}
.modal-overlay {
    display: none;
}
.modal-overlay.active {
    overflow-y: scroll;
}
.modal-overlay.show {
    display: flex;
}
.modal-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0.3) !important;
    opacity: 0;
    display: none;
    transition: 0.25s ease-in-out;
}
.modal-back.active {
    opacity: 1;
    display: block;
}
@media only screen and (max-width: 1199.98px) {
    #header {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 9998;
    }
}
#header #top-bar {
    background-color: #4d4d4d;
    padding-top: 7px;
    padding-bottom: 7px;
}
@media (max-width: 1199px) {
    #header #top-bar {
        display: none;
    }
}
#header #top-bar .row {
    align-items: center;
}
#header #top-bar .top-bar-left,
#header #top-bar .top-bar-right {
    display: flex;
    align-items: center;
}
#header #top-bar .top-bar-right {
    justify-content: flex-end;
}
#header #top-bar .top-socials {
    padding-right: 20px;
}
#header #top-bar .top-socials ul li {
    display: inline-block;
    vertical-align: middle;
}
#header #top-bar .top-socials ul li a {
    font-size: 14px;
    color: #fff;
}
#header #top-bar .top-socials ul li a:hover {
    color: #e4d7cd;
}
#header #top-bar .top-socials ul li + li:before {
    font-family: icomoon;
    content: '\e905';
    font-size: 8px;
    margin-left: 8px;
    margin-right: 12px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
#header #top-bar .top-leadline {
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 1px solid #989898;
    padding-left: 20px;
}
#header #top-bar .top-leadline p {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #ffffff;
}
#header #top-bar .language-bar {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ffffff;
    padding-right: 25px;
    position: relative;
}
#header #top-bar .language-bar .language-selector {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    padding-right: 10px;
    position: relative;
}
#header #top-bar .language-bar .language-selector:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 10px;
    transition: 0.25s ease-in-out;
    font-family: icomoon;
    content: '\e90d';
}
#header #top-bar .language-bar .language-selector:hover {
    color: #e4d7cd;
}
#header #top-bar .language-bar .language-selector.active:after {
    transform: translateY(-50%) rotate(180deg);
}
#header #top-bar .language-bar .wpml-ls {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 5px;
    min-width: 150px;
}
#header #top-bar .language-bar .wpml-ls li a {
    color: #333333;
}
#header #top-bar .language-bar .wpml-ls li a:hover {
    color: #e4d7cd;
}
#header #top-bar .language-bar .wpml-ls.active {
    opacity: 1;
    pointer-events: auto;
}
#header #top-bar .top-links {
    padding-left: 25px;
    border-left: 1px solid #989898;
    padding-top: 4px;
    padding-bottom: 4px;
}
#header #top-bar .top-links ul li {
    display: inline-block;
    vertical-align: middle;
}
#header #top-bar .top-links ul li a {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #ffffff;
}
#header #top-bar .top-links ul li a:hover {
    color: #e4d7cd;
}
#header #top-bar .top-links ul li + li:before {
    font-family: icomoon;
    content: '\e905';
    font-size: 8px;
    margin-left: 8px;
    margin-right: 12px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
#header #action-bar {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
    #header #action-bar {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    #header #action-bar {
        background: #f9f6f4;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    }
}
#header #action-bar .row {
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 767.98px) {
    #header #action-bar .mob-hamb {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
@media only screen and (max-width: 767.98px) {
    #header #action-bar .mob-logo {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media only screen and (max-width: 767.98px) {
    #header #action-bar .mob-actions {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
#header #action-bar .menu-toggle {
    display: block;
    width: 23px;
    height: 20px;
    border: 0;
    padding: 0;
    background: none;
}
@media (min-width: 1200px) {
    #header #action-bar .menu-toggle {
        display: none;
    }
}
#header #action-bar .menu-toggle span {
    height: 2px;
    background-color: #231f20;
    width: 23px;
    display: block;
    float: right;
    transition: 0.25s ease-in-out;
    margin-top: 3px;
    margin-bottom: 3px;
}
#header #action-bar .search-area {
    max-width: 380px;
}
@media (max-width: 1199px) {
    #header #action-bar .search-area {
        display: none;
    }
}
#header #action-bar .search-area input[type='text'] {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    display: block;
    border: 0;
    padding: 0;
    padding-right: 25px;
    color: #626262;
    border-bottom: 1px solid #e4d7cd;
    width: 100%;
    height: 46px;
}
#header #action-bar .search-area input[type='text'].placeholder {
    color: #969696;
    text-transform: uppercase;
}
#header #action-bar .search-area input[type='text']:-moz-placeholder {
    color: #969696;
    text-transform: uppercase;
}
#header #action-bar .search-area input[type='text']::-moz-placeholder {
    color: #969696;
    text-transform: uppercase;
}
#header #action-bar .search-area input[type='text']:-ms-input-placeholder {
    color: #969696;
    text-transform: uppercase;
}
#header #action-bar .search-area input[type='text']::-webkit-input-placeholder {
    color: #969696;
    text-transform: uppercase;
}
#header #action-bar .search-area button[type='submit'] {
    padding: 0;
    background: none;
    border: 0;
    right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header #action-bar .search-area button[type='submit'] i {
    color: #231f20;
    font-size: 16px;
    @input animate-fade;
}
#header #action-bar #logo {
    text-align: center;
}
#header #action-bar #logo a {
    display: inline-block;
}
#header #action-bar #logo a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 73px;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
@media only screen and (max-width: 767.98px) {
    #header #action-bar #logo a img {
        height: auto;
    }
}
#header #action-bar .right-actions {
    display: flex;
    align-items: center;
}
#header #action-bar .call-area {
    display: flex;
    padding-right: 30px;
    align-items: center;
}
@media (max-width: 1199px) {
    #header #action-bar .call-area {
        display: none;
    }
}
#header #action-bar .call-area i {
    font-size: 34px;
    color: #c5bbb1;
    margin-right: 10px;
    min-width: 34px;
}
#header #action-bar .call-area a {
    flex-grow: 1;
}
#header #action-bar .call-area a span {
    display: block;
}
#header #action-bar .call-area a span:first-of-type {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #969696;
}
#header #action-bar .call-area a span:last-of-type {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
}
#header #action-bar .call-area a:hover span {
    color: #746558;
}
#header #action-bar .top-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
}
#header #action-bar .top-actions .action-btn {
    color: #231f20;
    font-size: 26px;
    margin-left: 26px;
}
@media only screen and (max-width: 767.98px) {
    #header #action-bar .top-actions .action-btn {
        margin-left: 0;
    }
}
#header #action-bar .top-actions .action-btn:hover {
    color: #746558;
}
@media (max-width: 1199px) {
    #header #action-bar .top-actions .btn-user,
    #header #action-bar .top-actions .btn-fav {
        display: none;
    }
}
#header #action-bar .top-actions #btn-cart {
    position: relative;
}
#header #action-bar .top-actions #btn-cart:hover {
    color: #746558;
}
#header #action-bar .top-actions #btn-cart span.num {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -3px;
    right: -3px;
    font-family: 'Poppins ExtraBold';
    font-style: normal;
    font-weight: 800;
    font-size: 10px;
    line-height: 10px;
    background-color: #fc4949;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-right: 1px;
}
#header #navigation {
    background-color: #f9f6f4;
}
@media only screen and (min-width: 1200px) {
    #header #navigation.sticky {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        animation: slide-down 0.7s;
    }
}
@media (max-width: 1199px) {
    #header #navigation {
        display: none;
    }
}
#header #navigation ul {
    position: relative;
}
#header #navigation ul li {
    display: inline-block;
    margin-left: 22px;
    margin-right: 22px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
    #header #navigation ul li {
        margin-left: 18px;
        margin-right: 18px;
    }
}
#header #navigation ul li:first-of-type {
    margin-left: 0;
}
#header #navigation ul li:last-of-type {
    margin-right: 0;
}
#header #navigation ul li a {
    display: block;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    padding-top: 20px;
    padding-bottom: 20px;
}
#header #navigation ul li a:hover {
    color: #746558;
}
#header #navigation ul li.dropdown {
    position: relative;
}
#header #navigation ul li.dropdown > a {
    position: relative;
    padding-right: 14px;
}
#header #navigation ul li.dropdown > a:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    color: #333;
    font-family: 'icomoon';
    content: '\e90d';
    transition: 0.25s ease-in-out;
    font-size: 14px;
}
#header #navigation ul li.dropdown:hover a:after {
    transform: translateY(-50%) rotate(180deg);
    color: #746558;
}
#header #navigation ul li.dropdown:hover > a {
    color: #746558;
}
#header #navigation ul li.dropdown .dropdown-menu {
    padding: 20px 20px 22px 20px;
    margin: 0;
    border: 0;
    border-radius: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    max-height: 470px;
    background-color: #fff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.05);
    width: 580px;
    z-index: 9999;
}
#header #navigation ul li.dropdown .dropdown-menu .dropdown-menu-wraper {
    background-color: #f4efeb;
    height: 332px;
    padding: 24px 40px;
}
#header #navigation ul li.dropdown .dropdown-menu .dropdown-menu-wraper ul {
    display: flex;
    -webkit-flex-flow: wrap column;
    flex-flow: wrap column;
    max-height: 300px;
}
#header #navigation ul li.dropdown .dropdown-menu .dropdown-menu-wraper ul li {
    margin: 0;
    max-width: 230px;
    width: 100%;
}
#header
    #navigation
    ul
    li.dropdown
    .dropdown-menu
    .dropdown-menu-wraper
    ul
    li
    a {
    padding-top: 16px;
    padding-bottom: 16px;
}
#header #navigation ul li.dropdown .dropdown-menu .menu-footer {
    padding-top: 20px;
}
#header #navigation ul li.dropdown .dropdown-menu .menu-footer p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    color: #000;
}
#header #navigation ul li.dropdown:hover .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
}
#header #navigation ul li:nth-of-type(3) .dropdown-menu {
    margin-left: -250px;
}
#header #navigation ul li:nth-of-type(4) .dropdown-menu {
    margin-left: -300px;
}
#header #navigation ul li:nth-of-type(5) {
    position: static;
}
#header #navigation ul li:nth-of-type(5) .dropdown-menu {
    right: 5px;
}
#header #navigation ul li:last-of-type .dropdown-menu {
    right: 0;
}
#header.sticky #action-bar {
    transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 1199.98px) {
    #header.sticky #action-bar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #header.sticky #action-bar #logo img {
        height: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #header.sticky #action-bar #logo img {
        height: 50px;
    }
}
#inner-header {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 767.98px) {
    #inner-header {
        background-image: none !important;
        padding-top: 30px;
        padding-bottom: 0px;
        min-height: auto;
    }
}
#inner-header h1 {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #inner-header h1 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #inner-header h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    #inner-header h1 {
        font-family: 'Poppins Light';
        font-style: normal;
        font-weight: 300;
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: #231f20;
        margin-top: 20px;
    }
}
#inner-header .page-breadcrumb ul {
    font-size: 0;
}
#inner-header .page-breadcrumb ul li {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poppins SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #inner-header .page-breadcrumb ul li {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #inner-header .page-breadcrumb ul li {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767.98px) {
    #inner-header .page-breadcrumb ul li {
        font-family: 'Poppins Light';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: #626262;
    }
}
#inner-header .page-breadcrumb ul li a {
    color: inherit;
}
@media only screen and (max-width: 767.98px) {
    #inner-header .page-breadcrumb ul li a {
        color: #c5bbb1;
    }
}
#inner-header .page-breadcrumb ul li a:hover {
    color: #e4d7cd;
}
#inner-header .page-breadcrumb ul li + li:before {
    content: '';
    background: url(img/ico/heart-r.svg);
    background-size: 19px 20px;
    width: 19px;
    height: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #inner-header .page-breadcrumb ul li + li:before {
        background-size: 16px 17px;
        width: 16px;
        height: 17px;
        bottom: 3px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #inner-header .page-breadcrumb ul li + li:before {
        background-size: 13px 14px;
        width: 13px;
        height: 14px;
        bottom: 2px;
    }
}
@media only screen and (max-width: 767.98px) {
    #inner-header .page-breadcrumb ul li + li:before {
        background: url(img/ico/heart-r-sm.svg);
        background-size: 11px 12px;
        width: 11px;
        height: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
#cart-header {
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
}
@media only screen and (max-width: 767.98px) {
    #cart-header {
        padding-bottom: 50px;
    }
}
#cart-header .page-breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
}
#cart-header .page-breadcrumb ul {
    font-size: 0;
}
#cart-header .page-breadcrumb ul li {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #626262;
}
#cart-header .page-breadcrumb ul li a {
    color: #c5bbb1;
}
#cart-header .page-breadcrumb ul li a:hover {
    color: #e4d7cd;
}
#cart-header .page-breadcrumb ul li + li:before {
    content: '';
    background: url(img/ico/heart-r-sm.svg);
    background-size: 11px 12px;
    width: 11px;
    height: 12px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
html,
body {
    width: 100%;
}
html.fixed,
body.fixed {
    position: fixed;
    margin-top: 0 !important;
}
body.admin-bar #header #navigation.sticky {
    top: 32px;
}
@media only screen and (max-width: 991.98px) {
    body.admin-bar #header #navigation.sticky {
        top: 46px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    body.admin-bar #header {
        top: 32px;
    }
}
@media only screen and (max-width: 991.98px) {
    body.admin-bar #header {
        top: 46px;
    }
}
@media only screen and (max-width: 767.98px) {
    body.admin-bar #header.sticky {
        top: 0;
        transition: 0.25s ease-in-out;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1210px;
    }
}
.home-section .section-title {
    position: relative;
    margin-bottom: 60px;
}
@media only screen and (max-width: 767.98px) {
    .home-section .section-title {
        margin-bottom: 50px;
    }
}
.home-section .section-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #e4d7cd;
    left: 0;
    bottom: 6px;
}
@media only screen and (max-width: 767.98px) {
    .home-section .section-title:before {
        display: none;
    }
}
.home-section .section-title h1,
.home-section .section-title h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    display: inline-block;
}
@media only screen and (max-width: 767.98px) {
    .home-section .section-title h1,
    .home-section .section-title h2 {
        font-size: 26px;
        line-height: 39px;
    }
}
.home-section .section-title h1 strong,
.home-section .section-title h2 strong {
    position: relative;
    z-index: 2;
    font-weight: 300;
}
.home-section .section-title h1 strong:after,
.home-section .section-title h2 strong:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 11px;
    background: #efe7e1;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.home-section .section-title h1 strong i,
.home-section .section-title h2 strong i {
    height: 11px;
    width: 11px;
    display: inline-block;
    position: absolute;
    right: -3px;
    bottom: 0px;
}
.home-section .section-title h1 strong i:before,
.home-section .section-title h1 strong i:after,
.home-section .section-title h2 strong i:before,
.home-section .section-title h2 strong i:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    height: 50%;
    width: 5.5px;
    background: #efe7e1;
    z-index: -1;
}
.home-section .section-title h1 strong i:before,
.home-section .section-title h2 strong i:before {
    transform: skewX(-40deg);
}
.home-section .section-title h1 strong i:after,
.home-section .section-title h2 strong i:after {
    transform: skewX(40deg);
    top: 50%;
}
.select2-results__options li {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.07em;
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px solid #dadada;
}
.select2-results__options li:last-of-type {
    border-bottom: 0;
}
.select2-results__options li img {
    margin-right: 15px;
}
.select2-dropdown {
    border-color: #e4d7cd;
    border-radius: 0;
}
.custom-tooltip {
    position: relative;
    display: inline-block;
}
.custom-tooltip .tooltiptext {
    visibility: hidden;
    width: 329px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding: 17px 21px;
    position: absolute;
    z-index: 1;
}
@media (max-width: 360px) {
    .custom-tooltip .tooltiptext {
        width: calc(100% - 30px);
    }
}
.custom-tooltip .tooltiptext p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    text-transform: none;
    text-align: left;
    color: #353639;
}
.custom-tooltip .tooltiptext:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-left: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.custom-tooltip:hover .tooltiptext {
    visibility: visible;
}
.query-modal {
    background: rgba(116, 101, 88, 0.8);
}
.query-modal .modal {
    max-width: 780px;
    padding: 65px;
    border-radius: 0;
    background: #f9f6f4;
    max-height: 90vh;
    display: block;
}
.query-modal .modal .query-modal-wrap {
    max-width: 480px;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 767.98px) {
    .query-modal .modal .query-modal-wrap {
        padding: 30px;
        padding-bottom: 0;
    }
}
.query-modal .modal .query-modal-wrap h3 {
    text-align: center;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 30px;
}
.query-modal .modal .query-modal-wrap form label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #626262;
}
@media only screen and (max-width: 991.98px) {
    .query-modal .modal .query-modal-wrap form label {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 27px;
    }
}
.query-modal .modal .query-modal-wrap form .form-group {
    margin-bottom: 25px;
}
@media only screen and (max-width: 991.98px) {
    .query-modal .modal .query-modal-wrap form .form-group {
        margin-bottom: 30px;
    }
}
.query-modal .modal .query-modal-wrap form input[type='text'],
.query-modal .modal .query-modal-wrap form input[type='email'],
.query-modal .modal .query-modal-wrap form textarea {
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e4d7ce;
    padding: 0 30px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #626262;
}
.query-modal .modal .query-modal-wrap form input[type='text'].placeholder,
.query-modal .modal .query-modal-wrap form input[type='email'].placeholder,
.query-modal .modal .query-modal-wrap form textarea.placeholder {
    color: #969696;
}
.query-modal .modal .query-modal-wrap form input[type='text']:-moz-placeholder,
.query-modal .modal .query-modal-wrap form input[type='email']:-moz-placeholder,
.query-modal .modal .query-modal-wrap form textarea:-moz-placeholder {
    color: #969696;
}
.query-modal .modal .query-modal-wrap form input[type='text']::-moz-placeholder,
.query-modal
    .modal
    .query-modal-wrap
    form
    input[type='email']::-moz-placeholder,
.query-modal .modal .query-modal-wrap form textarea::-moz-placeholder {
    color: #969696;
}
.query-modal
    .modal
    .query-modal-wrap
    form
    input[type='text']:-ms-input-placeholder,
.query-modal
    .modal
    .query-modal-wrap
    form
    input[type='email']:-ms-input-placeholder,
.query-modal .modal .query-modal-wrap form textarea:-ms-input-placeholder {
    color: #969696;
}
.query-modal
    .modal
    .query-modal-wrap
    form
    input[type='text']::-webkit-input-placeholder,
.query-modal
    .modal
    .query-modal-wrap
    form
    input[type='email']::-webkit-input-placeholder,
.query-modal .modal .query-modal-wrap form textarea::-webkit-input-placeholder {
    color: #969696;
}
@media only screen and (max-width: 991.98px) {
    .query-modal .modal .query-modal-wrap form input[type='text'],
    .query-modal .modal .query-modal-wrap form input[type='email'],
    .query-modal .modal .query-modal-wrap form textarea {
        height: 60px;
        padding: 0 20px;
        font-size: 18px;
        line-height: 27px;
    }
}
.query-modal .modal .query-modal-wrap form textarea {
    height: 183px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.query-modal .modal .query-modal-wrap form input[type='submit'] {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    height: 60px;
    display: flex;
    width: 100%;
}
@media only screen and (max-width: 767.98px) {
    .query-modal .modal .query-modal-wrap form input[type='submit'] {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
.query-modal .modal .query-modal-wrap form input[type='submit']:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (max-width: 991.98px) {
    .query-modal .modal .query-modal-wrap form input[type='submit'] {
        margin-top: 40px;
    }
}
.wpcf7-not-valid-tip {
    margin-top: 10px;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0.8em 1em;
    line-height: 1.4;
}
.mc4wp-response {
    margin-top: 10px;
}
.mc4wp-response p {
    font-size: 14px !important;
}
.mc4wp-response .mc4wp-alert {
    border: 1px solid #626262;
    padding: 5px;
}
.mc4wp-response .mc4wp-alert.mc4wp-error {
    border-color: red !important;
}
.mc4wp-response .mc4wp-alert.mc4wp-error p {
    color: red !important;
}
.mc4wp-response .mc4wp-alert.mc4wp-success {
    border-color: green !important;
}
.mc4wp-response .mc4wp-alert.mc4wp-success p {
    color: green !important;
}
h1.entry-title {
    display: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}
.select2-dropdown li {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #494949;
    padding: 12px;
}
.select2-dropdown li:hover,
.select2-dropdown li.active {
    background-color: #746558;
    color: #fff;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default
    .select2-results__option--highlighted[data-selected] {
    background-color: #746558 !important;
    color: #fff;
}
@media only screen and (max-width: 991.98px) {
    .custom-form #customer_login {
        flex-direction: column-reverse;
    }
}
.custom-form .intro-edit-account {
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 32px;
}
@media only screen and (max-width: 767.98px) {
    .custom-form .intro-edit-account {
        margin-bottom: 24px;
    }
}
.custom-form .intro-edit-account h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
}
.custom-form .intro-edit-account p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}
.custom-form label:not(.custom-checkbox),
.custom-form label:not(.custom-radiobox),
.custom-form .wpcf7-quiz-label:not(.custom-checkbox),
.custom-form .wpcf7-quiz-label:not(.custom-radiobox) {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #626262;
}
@media only screen and (max-width: 991.98px) {
    .custom-form label:not(.custom-checkbox),
    .custom-form label:not(.custom-radiobox),
    .custom-form .wpcf7-quiz-label:not(.custom-checkbox),
    .custom-form .wpcf7-quiz-label:not(.custom-radiobox) {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 27px;
    }
}
.custom-form label:not(.custom-checkbox) a,
.custom-form label:not(.custom-radiobox) a,
.custom-form .wpcf7-quiz-label:not(.custom-checkbox) a,
.custom-form .wpcf7-quiz-label:not(.custom-radiobox) a {
    color: #000;
}
.custom-form .form-group,
.custom-form .form-row {
    margin-bottom: 25px;
}
@media only screen and (max-width: 991.98px) {
    .custom-form .form-group,
    .custom-form .form-row {
        margin-bottom: 30px;
    }
}
.custom-form .form-group .math-quiz label,
.custom-form .form-row .math-quiz label {
    margin-bottom: 0;
}
.custom-form .form-group .optional,
.custom-form .form-row .optional {
    display: none;
}
.custom-form .form-group .wpcf7-list-item,
.custom-form .form-row .wpcf7-list-item {
    margin-left: 0;
}
.custom-form .form-group .wpcf7-list-item span,
.custom-form .form-row .wpcf7-list-item span {
    padding-left: 15px;
}
.custom-form .form-group input[type='text'],
.custom-form .form-group input[type='email'],
.custom-form .form-group input[type='password'],
.custom-form .form-group input[type='number'],
.custom-form .form-group input[type='tel'],
.custom-form .form-group input[type='date'],
.custom-form .form-group textarea,
.custom-form .form-group select,
.custom-form .form-row input[type='text'],
.custom-form .form-row input[type='email'],
.custom-form .form-row input[type='password'],
.custom-form .form-row input[type='number'],
.custom-form .form-row input[type='tel'],
.custom-form .form-row input[type='date'],
.custom-form .form-row textarea,
.custom-form .form-row select {
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e4d7ce;
    padding: 0 20px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #626262;
}
.custom-form .form-group input[type='text'].placeholder,
.custom-form .form-group input[type='email'].placeholder,
.custom-form .form-group input[type='password'].placeholder,
.custom-form .form-group input[type='number'].placeholder,
.custom-form .form-group input[type='tel'].placeholder,
.custom-form .form-group input[type='date'].placeholder,
.custom-form .form-group textarea.placeholder,
.custom-form .form-group select.placeholder,
.custom-form .form-row input[type='text'].placeholder,
.custom-form .form-row input[type='email'].placeholder,
.custom-form .form-row input[type='password'].placeholder,
.custom-form .form-row input[type='number'].placeholder,
.custom-form .form-row input[type='tel'].placeholder,
.custom-form .form-row input[type='date'].placeholder,
.custom-form .form-row textarea.placeholder,
.custom-form .form-row select.placeholder {
    color: #969696;
}
.custom-form .form-group input[type='text']:-moz-placeholder,
.custom-form .form-group input[type='email']:-moz-placeholder,
.custom-form .form-group input[type='password']:-moz-placeholder,
.custom-form .form-group input[type='number']:-moz-placeholder,
.custom-form .form-group input[type='tel']:-moz-placeholder,
.custom-form .form-group input[type='date']:-moz-placeholder,
.custom-form .form-group textarea:-moz-placeholder,
.custom-form .form-group select:-moz-placeholder,
.custom-form .form-row input[type='text']:-moz-placeholder,
.custom-form .form-row input[type='email']:-moz-placeholder,
.custom-form .form-row input[type='password']:-moz-placeholder,
.custom-form .form-row input[type='number']:-moz-placeholder,
.custom-form .form-row input[type='tel']:-moz-placeholder,
.custom-form .form-row input[type='date']:-moz-placeholder,
.custom-form .form-row textarea:-moz-placeholder,
.custom-form .form-row select:-moz-placeholder {
    color: #969696;
}
.custom-form .form-group input[type='text']::-moz-placeholder,
.custom-form .form-group input[type='email']::-moz-placeholder,
.custom-form .form-group input[type='password']::-moz-placeholder,
.custom-form .form-group input[type='number']::-moz-placeholder,
.custom-form .form-group input[type='tel']::-moz-placeholder,
.custom-form .form-group input[type='date']::-moz-placeholder,
.custom-form .form-group textarea::-moz-placeholder,
.custom-form .form-group select::-moz-placeholder,
.custom-form .form-row input[type='text']::-moz-placeholder,
.custom-form .form-row input[type='email']::-moz-placeholder,
.custom-form .form-row input[type='password']::-moz-placeholder,
.custom-form .form-row input[type='number']::-moz-placeholder,
.custom-form .form-row input[type='tel']::-moz-placeholder,
.custom-form .form-row input[type='date']::-moz-placeholder,
.custom-form .form-row textarea::-moz-placeholder,
.custom-form .form-row select::-moz-placeholder {
    color: #969696;
}
.custom-form .form-group input[type='text']:-ms-input-placeholder,
.custom-form .form-group input[type='email']:-ms-input-placeholder,
.custom-form .form-group input[type='password']:-ms-input-placeholder,
.custom-form .form-group input[type='number']:-ms-input-placeholder,
.custom-form .form-group input[type='tel']:-ms-input-placeholder,
.custom-form .form-group input[type='date']:-ms-input-placeholder,
.custom-form .form-group textarea:-ms-input-placeholder,
.custom-form .form-group select:-ms-input-placeholder,
.custom-form .form-row input[type='text']:-ms-input-placeholder,
.custom-form .form-row input[type='email']:-ms-input-placeholder,
.custom-form .form-row input[type='password']:-ms-input-placeholder,
.custom-form .form-row input[type='number']:-ms-input-placeholder,
.custom-form .form-row input[type='tel']:-ms-input-placeholder,
.custom-form .form-row input[type='date']:-ms-input-placeholder,
.custom-form .form-row textarea:-ms-input-placeholder,
.custom-form .form-row select:-ms-input-placeholder {
    color: #969696;
}
.custom-form .form-group input[type='text']::-webkit-input-placeholder,
.custom-form .form-group input[type='email']::-webkit-input-placeholder,
.custom-form .form-group input[type='password']::-webkit-input-placeholder,
.custom-form .form-group input[type='number']::-webkit-input-placeholder,
.custom-form .form-group input[type='tel']::-webkit-input-placeholder,
.custom-form .form-group input[type='date']::-webkit-input-placeholder,
.custom-form .form-group textarea::-webkit-input-placeholder,
.custom-form .form-group select::-webkit-input-placeholder,
.custom-form .form-row input[type='text']::-webkit-input-placeholder,
.custom-form .form-row input[type='email']::-webkit-input-placeholder,
.custom-form .form-row input[type='password']::-webkit-input-placeholder,
.custom-form .form-row input[type='number']::-webkit-input-placeholder,
.custom-form .form-row input[type='tel']::-webkit-input-placeholder,
.custom-form .form-row input[type='date']::-webkit-input-placeholder,
.custom-form .form-row textarea::-webkit-input-placeholder,
.custom-form .form-row select::-webkit-input-placeholder {
    color: #969696;
}
@media only screen and (max-width: 991.98px) {
    .custom-form .form-group input[type='text'],
    .custom-form .form-group input[type='email'],
    .custom-form .form-group input[type='password'],
    .custom-form .form-group input[type='number'],
    .custom-form .form-group input[type='tel'],
    .custom-form .form-group input[type='date'],
    .custom-form .form-group textarea,
    .custom-form .form-group select,
    .custom-form .form-row input[type='text'],
    .custom-form .form-row input[type='email'],
    .custom-form .form-row input[type='password'],
    .custom-form .form-row input[type='number'],
    .custom-form .form-row input[type='tel'],
    .custom-form .form-row input[type='date'],
    .custom-form .form-row textarea,
    .custom-form .form-row select {
        height: 60px;
        padding: 0 20px;
        font-size: 18px;
        line-height: 27px;
    }
}
.custom-form .form-group textarea,
.custom-form .form-row textarea {
    height: 183px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.custom-form .form-group input[type='submit'],
.custom-form .form-group button[type='submit'],
.custom-form .form-row input[type='submit'],
.custom-form .form-row button[type='submit'] {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    height: 60px;
    display: flex;
    width: 100%;
    margin-top: 39px;
}
@media only screen and (max-width: 767.98px) {
    .custom-form .form-group input[type='submit'],
    .custom-form .form-group button[type='submit'],
    .custom-form .form-row input[type='submit'],
    .custom-form .form-row button[type='submit'] {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
.custom-form .form-group input[type='submit']:hover,
.custom-form .form-group button[type='submit']:hover,
.custom-form .form-row input[type='submit']:hover,
.custom-form .form-row button[type='submit']:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (max-width: 991.98px) {
    .custom-form .form-group input[type='submit'],
    .custom-form .form-group button[type='submit'],
    .custom-form .form-row input[type='submit'],
    .custom-form .form-row button[type='submit'] {
        margin-top: 40px;
    }
}
.custom-form .password-input {
    position: relative;
}
.custom-form .show-password-input {
    position: absolute;
    top: 0;
    right: 11px;
    color: #656565;
    font-family: 'icomoon';
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 50px;
    transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 767.98px) {
    .custom-form .show-password-input {
        height: 60px;
    }
}
.custom-form .show-password-input:hover {
    cursor: pointer;
    color: #e4d7cd;
}
.custom-form .show-password-input:before {
    content: '\e917';
}
.custom-form .show-password-input:after {
    display: none;
}
.custom-form .show-password-input.display-password:before {
    opacity: 0.3;
}
.custom-form .valign {
    align-items: flex-end;
}
.custom-form .valign label {
    margin-bottom: 0;
}
.custom-form .select2 {
    width: 100% !important;
    height: 46px;
}
.custom-form .select2 .selection {
    height: 100%;
}
.custom-form .select2-container .select2-selection--single {
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e4d7ce;
    padding: 0 20px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #626262;
    padding-right: 46px;
    display: flex;
    align-items: center;
    position: relative;
}
.custom-form .select2-container .select2-selection--single.placeholder {
    color: #969696;
}
.custom-form .select2-container .select2-selection--single:-moz-placeholder {
    color: #969696;
}
.custom-form .select2-container .select2-selection--single::-moz-placeholder {
    color: #969696;
}
.custom-form
    .select2-container
    .select2-selection--single:-ms-input-placeholder {
    color: #969696;
}
.custom-form
    .select2-container
    .select2-selection--single::-webkit-input-placeholder {
    color: #969696;
}
@media only screen and (max-width: 991.98px) {
    .custom-form .select2-container .select2-selection--single {
        height: 60px;
        padding: 0 20px;
        font-size: 18px;
        line-height: 27px;
        padding-right: 46px;
    }
}
.custom-form .select2-container .select2-selection--single .selection {
    height: 100%;
}
.custom-form
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #5c6f7c;
}
.custom-form
    .select2-container
    .select2-selection--single
    .select2-selection__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 100%;
    top: 0;
    right: 10px;
}
.custom-form
    .select2-container
    .select2-selection--single
    .select2-selection__arrow:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: icomoon;
    color: #656565;
    font-size: 18px;
    content: '\e90d';
    transition: 0.25s ease-in-out;
}
.custom-form
    .select2-container
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}
.custom-form .select2-container--open .select2-selection__arrow:after {
    transform: translateY(-50%) rotate(180deg);
}
.custom-checkbox,
.custom-radiobox {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    font-weight: 300;
    color: #7c7c7c;
}
@media only screen and (max-width: 767.98px) {
    .custom-checkbox,
    .custom-radiobox {
        padding-left: 30px;
    }
}
.custom-checkbox a,
.custom-radiobox a {
    color: #000;
}
.custom-checkbox a:hover,
.custom-radiobox a:hover {
    color: #746558;
}
.custom-checkbox label,
.custom-radiobox label {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    font-weight: 300;
    color: #7c7c7c;
    cursor: pointer;
}
.custom-checkbox input,
.custom-radiobox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom-checkbox input:checked ~ .checkmark,
.custom-checkbox input:checked + label .checkmark,
.custom-radiobox input:checked ~ .checkmark,
.custom-radiobox input:checked + label .checkmark {
    background-color: #7c7c7c;
}
.custom-checkbox input:checked ~ .checkmark:after,
.custom-checkbox input:checked + label .checkmark:after,
.custom-radiobox input:checked ~ .checkmark:after,
.custom-radiobox input:checked + label .checkmark:after {
    display: block;
}
.custom-checkbox .checkmark,
.custom-radiobox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #7c7c7c;
}
@media only screen and (max-width: 767.98px) {
    .custom-checkbox .checkmark,
    .custom-radiobox .checkmark {
        width: 17px;
        height: 17px;
    }
}
.custom-checkbox .checkmark:after,
.custom-radiobox .checkmark:after {
    content: '';
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width: 767.98px) {
    .custom-checkbox .checkmark:after,
    .custom-radiobox .checkmark:after {
        top: 3px;
        left: 6px;
    }
}
.custom-checkbox:hover input ~ .checkmark,
.custom-radiobox:hover input ~ .checkmark {
    background-color: #7c7c7c;
}
#checkout-page .custom-radiobox label,
#login-page .custom-radiobox label {
    position: relative;
}
#checkout-page .custom-radiobox .checkmark,
#login-page .custom-radiobox .checkmark {
    left: -20px;
}
#checkout-page .custom-checkbox,
#checkout-page .custom-radiobox,
#login-page .custom-checkbox,
#login-page .custom-radiobox {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    font-weight: 300;
    color: #7c7c7c;
    cursor: pointer;
    text-transform: none;
}
#checkout-page .custom-checkbox label,
#checkout-page .custom-radiobox label,
#login-page .custom-checkbox label,
#login-page .custom-radiobox label {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    font-weight: 300;
    color: #7c7c7c;
    cursor: pointer;
    text-transform: none;
}
.form-login-guest .mb-16 {
    margin-bottom: 16px !important;
}
.form-login-guest .mb-24 {
    margin-bottom: 16px !important;
}
.form-login-guest .mb-none {
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
    .form-login-guest .lost_password {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.form-login-guest .lost_password label {
    width: auto;
}
.form-login-guest .lost_password a {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
}
@media only screen and (max-width: 767.98px) {
    .form-login-guest .lost_password a {
        margin-top: 10px;
        display: block;
    }
}
.wc-block-components-notice-banner {
    border-radius: 3px !important;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
}
.tinv-modal-inner button {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
    .tinv-modal-inner button {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
.tinv-modal-inner button:hover {
    color: #fff;
    background-color: #e4d7cd;
}
.form-row.woocommerce-invalid input.input-text {
    box-shadow: none !important;
    border-color: #c04646 !important;
}
.form-row.woocommerce-validated input.input-text {
    box-shadow: none !important;
    border-color: #0f834d !important;
}
.thwvsf-color-li {
    border-radius: 50% !important;
    width: 24px !important;
    height: 24px !important;
}
.minimal-header {
    padding-top: 32px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
#page-intro {
    margin-bottom: 56px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 808px;
}
.page-breadcrumb {
    margin-top: 56px;
    margin-bottom: 24px;
    text-align: center;
}
.page-breadcrumb ul {
    font-size: 0;
}
.page-breadcrumb ul li {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #626262;
}
.page-breadcrumb ul li a {
    color: #c5bbb1;
}
.page-breadcrumb ul li a:hover {
    color: #e4d7cd;
}
.page-breadcrumb ul li + li:before {
    content: '';
    background: url(img/ico/heart-r-sm.svg);
    background-size: 11px 12px;
    width: 11px;
    height: 12px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
.featured-item {
    text-align: center;
    position: relative;
}
.featured-item .img-holder {
    position: relative;
}
.featured-item .img-holder .add-to-fav {
    transition: 0.25s ease-in-out;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    width: 28px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-item .img-holder .add-to-fav .tinvwl_add_to_wishlist_button {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
}
.featured-item
    .img-holder
    .add-to-fav
    .tinvwl_add_to_wishlist_button
    .tinvwl_add_to_wishlist-text {
    display: none;
}
.featured-item .img-holder .add-to-fav .tinvwl_add_to_wishlist_button:before {
    content: '';
    background: url(img/ico/heart-o.svg);
    background-size: 28px 25px;
    display: block;
    width: 28px;
    height: 25px;
    transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 767.98px) {
    .featured-item
        .img-holder
        .add-to-fav
        .tinvwl_add_to_wishlist_button:before {
        background-size: 24px 22px;
        width: 24px;
        height: 22px;
    }
}
.featured-item
    .img-holder
    .add-to-fav
    .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
    background: url(img/ico/heart-o-hover.svg);
}
.featured-item .img-holder .add-to-fav .tinvwl_add_to_wishlist_button:hover {
    cursor: pointer;
}
.featured-item
    .img-holder
    .add-to-fav
    .tinvwl_add_to_wishlist_button:hover:before {
    background: url(img/ico/heart-o-hover.svg);
}
.featured-item .img-holder img {
    display: block;
    width: 100%;
}
.featured-item .img-holder .add-to-cart,
.featured-item .img-holder .select-option,
.featured-item .img-holder .read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.25s ease-in-out;
    background-color: #e4d7cd;
    text-align: center;
    width: 100%;
    padding: 18px;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    z-index: 1;
}
@media only screen and (max-width: 767.98px) {
    .featured-item .img-holder .add-to-cart,
    .featured-item .img-holder .select-option,
    .featured-item .img-holder .read-more {
        font-size: 14px;
        line-height: 19px;
        padding: 16px 5px;
        opacity: 1;
    }
}
.featured-item .img-holder .added_to_cart {
    display: none;
}
.featured-item h3 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-top: 15px;
    margin-bottom: 5px;
}
.featured-item .list-layout-actions {
    display: none;
}
.featured-item .price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: lowercase;
}
.featured-item .price .kn {
    margin-right: 5px;
    color: #231f20;
}
.featured-item .price .eur {
    margin-left: 5px;
    color: #626262;
}
.featured-item .readmore {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.featured-item:hover .img-holder .btn-fav,
.featured-item:hover .img-holder .add-to-cart,
.featured-item:hover .img-holder .select-option,
.featured-item:hover .img-holder .read-more,
.featured-item:hover .img-holder .add-to-fav {
    opacity: 1;
}
.slick-slide [class*='col-'] {
    max-width: 100%;
    padding: 0;
}
.tinv-modal-inner .tinvwl-buttons-group button i {
    position: relative !important;
    top: auto !important;
    bottom: 4px !important;
}
#footer {
    background-color: #4d4d4d;
    position: relative;
    padding-top: 60px;
}
#footer .footer-area {
    padding-bottom: 20px;
}
#footer .footer-area .footer-logo {
    margin-bottom: 45px;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .footer-logo {
        margin-bottom: 40px;
    }
}
#footer .footer-area .footer-logo img {
    display: block;
    max-width: 200px;
    width: 100%;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .footer-logo img {
        margin-left: auto;
        margin-right: auto;
        max-width: 280px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #footer .footer-area .col {
        max-width: 100% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #footer .footer-area .col {
        min-width: 50%;
        max-width: 50%;
    }
}
#footer .footer-area .col:nth-of-type(1) {
    max-width: 25%;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .col:nth-of-type(1) {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}
#footer .footer-area .col:nth-of-type(2) {
    max-width: 25%;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .col:nth-of-type(2) {
        min-width: 100% !important;
        max-width: 100% !important;
        display: flex;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .col:nth-of-type(2) .footer-sitemap {
        min-width: 43% !important;
        max-width: 43% !important;
    }
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .col:nth-of-type(2) .contact-info {
        min-width: 57% !important;
        max-width: 57% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}
#footer .footer-area .col:nth-of-type(3) {
    max-width: 20%;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .col:nth-of-type(3) {
        min-width: 43% !important;
        max-width: 43% !important;
    }
}
#footer .footer-area .col:nth-of-type(4) {
    max-width: 30%;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .col:nth-of-type(4) {
        min-width: 57% !important;
        max-width: 57% !important;
    }
}
#footer .footer-area .footer-sitemap {
    margin-bottom: 33px;
}
#footer .footer-area .footer-sitemap ul li a {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #fff;
}
#footer .footer-area .footer-sitemap ul li a:hover {
    color: #e4d7cd;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .footer-sitemap ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
#footer .footer-area .sitemap-title {
    display: block;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins Medium';
    margin-bottom: 7px;
    max-width: 200px;
}
@media only screen and (max-width: 991.98px) {
    #footer .footer-area .sitemap-title {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .footer-socials {
        margin-bottom: 50px;
    }
}
#footer .footer-area .footer-socials ul {
    font-size: 0;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .footer-socials ul {
        text-align: center;
    }
}
#footer .footer-area .footer-socials ul li {
    display: block;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .footer-socials ul li {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0;
    }
}
#footer .footer-area .footer-socials ul li:last-of-type {
    margin-bottom: 0;
}
#footer .footer-area .footer-socials ul li a {
    display: flex;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #fff;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .footer-socials ul li a {
        font-size: 0;
    }
}
#footer .footer-area .footer-socials ul li a:hover {
    color: #e4d7cd;
}
#footer .footer-area .footer-socials ul li a i {
    min-width: 34px;
    max-width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin-right: 15px;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .footer-socials ul li a i {
        font-size: 20px;
        min-width: 47px;
        max-width: 47px;
        height: 47px;
        margin-right: 0;
    }
}
#footer .footer-area .last-column {
    margin-left: auto;
    max-width: 285px;
}
@media only screen and (max-width: 991.98px) {
    #footer .footer-area .last-column {
        max-width: 100%;
    }
}
@media only screen and (max-width: 991.98px) {
    #footer .footer-area .contact-info {
        margin-bottom: 40px;
    }
}
#footer .footer-area .contact-info .sitemap-title {
    margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .contact-info .sitemap-title {
        margin-bottom: 17px;
    }
}
#footer .footer-area .contact-info p {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .contact-info p {
        margin-bottom: 20px;
    }
}
#footer .footer-area .contact-info p:last-of-type {
    margin-bottom: 0;
}
#footer .footer-area .contact-info p a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .contact-info p a {
        word-break: break-all;
    }
}
#footer .footer-area .contact-info p a:hover {
    color: #e4d7cd;
}
#footer .footer-area .footer-cards {
    margin-top: 20px;
    font-size: 0;
    line-height: 0;
}
#footer .footer-area .footer-cards img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 9px;
    margin-bottom: 9px;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #footer .footer-area .footer-cards img {
        zoom: 0.8;
    }
}
@media only screen and (max-width: 767.98px) {
    #footer .footer-area .footer-cards img {
        zoom: 0.7;
        margin-right: 3px;
        margin-left: 3px;
    }
}
#footer .copyright-area {
    border-top: 1px solid #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer .copyright-area p {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    #footer .copyright-area p br {
        display: none;
    }
}
@media only screen and (max-width: 767.98px) {
    #footer .copyright-area p {
        font-size: 16px;
        line-height: 26px;
    }
}
#footer .copyright-area p strong {
    font-family: 'Poppins SemiBold';
    font-weight: 600;
}
#footer .copyright-area p a {
    color: inherit;
}
#footer .copyright-area p a:hover {
    color: #e4d7cd;
}
.menu-overlay {
    background: rgba(116, 101, 88, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-overlay.active-overlay {
    opacity: 1;
    visibility: visible;
}
.mobile-nav {
    position: fixed !important;
    max-width: 100%;
    left: -100%;
    top: 0;
    width: calc(100% - 30px);
    max-width: 398px;
    overflow-y: auto;
    height: 100%;
    z-index: 99999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    text-align: left;
}
.mobile-nav.active-nav {
    left: 0;
}
.mobile-nav .close-nav {
    position: absolute;
    top: 51px;
    left: 31px;
    z-index: 1;
    width: 23px;
    height: 23px;
}
.mobile-nav .nav-wrap {
    padding: 124px 10px 10px 10px;
}
.mobile-nav .nav-wrap > div {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.mobile-nav .nav-wrap .search-area {
    margin-bottom: 20px;
    width: 100%;
}
.mobile-nav .nav-wrap .search-area form {
    position: relative;
}
.mobile-nav .nav-wrap .search-area input[type='text'] {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    display: block;
    border: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 60px;
    color: #626262;
    border-bottom: 1px solid #e4d7cd;
    width: 100%;
    height: 60px;
    background: #fafafa;
}
.mobile-nav .nav-wrap .search-area input[type='text'].placeholder {
    color: #969696;
    text-transform: uppercase;
}
.mobile-nav .nav-wrap .search-area input[type='text']:-moz-placeholder {
    color: #969696;
    text-transform: uppercase;
}
.mobile-nav .nav-wrap .search-area input[type='text']::-moz-placeholder {
    color: #969696;
    text-transform: uppercase;
}
.mobile-nav .nav-wrap .search-area input[type='text']:-ms-input-placeholder {
    color: #969696;
    text-transform: uppercase;
}
.mobile-nav
    .nav-wrap
    .search-area
    input[type='text']::-webkit-input-placeholder {
    color: #969696;
    text-transform: uppercase;
}
.mobile-nav .nav-wrap .search-area button[type='submit'] {
    padding: 0;
    background: none;
    border: 0;
    right: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-nav .nav-wrap .search-area button[type='submit'] i {
    color: #231f20;
    font-size: 14px;
    transition: 0.25s ease-in-out;
}
.mobile-nav .nav-wrap .menu {
    width: 100%;
}
.mobile-nav .nav-wrap .menu li {
    margin-bottom: 10px;
}
.mobile-nav .nav-wrap .menu li a {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #231f20;
    text-transform: uppercase;
    padding: 16px 50px 16px 30px;
    position: relative;
    display: block;
    text-decoration: none;
    background: #f9f6f4;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .mobile-nav .nav-wrap .menu li a {
        font-size: 16px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
}
.mobile-nav .nav-wrap .menu li.menu-item-has-children ul {
    background-color: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
}
.mobile-nav .nav-wrap .menu li.menu-item-has-children ul li {
    margin-bottom: 0;
}
.mobile-nav .nav-wrap .menu li.menu-item-has-children ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    background-color: #fff;
}
.mobile-nav .nav-wrap .menu li.menu-item-has-children > a {
    position: relative;
    background: #fafafa;
}
.mobile-nav .nav-wrap .menu li.menu-item-has-children > a:after {
    font-family: 'icomoon';
    content: '\e90f';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    font-size: 16px;
    transition: 0.25s ease-in-out;
}
.mobile-nav .nav-wrap .menu li.menu-item-has-children > a.active:after {
    content: '\e90e';
}
.mobile-nav .nav-wrap .nav-footer {
    width: calc(100% + 9px);
    display: flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -4.5px;
    margin-right: -4.5px;
}
.mobile-nav .nav-wrap .nav-footer .nav-footer-item {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-left: 4.5px;
    margin-right: 4.5px;
    background-color: #f9f6f4;
    color: #231f20;
}
.mobile-nav .nav-wrap .nav-footer .nav-footer-item .action-btn {
    font-size: 26px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #231f20;
}
.mobile-nav .nav-wrap .nav-footer .nav-footer-item.language-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.mobile-nav
    .nav-wrap
    .nav-footer
    .nav-footer-item.language-bar
    .language-selector {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    padding: 0;
    border: 0;
    background-color: transparent;
    padding-right: 10px;
    position: relative;
}
.mobile-nav
    .nav-wrap
    .nav-footer
    .nav-footer-item.language-bar
    .language-selector:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 14px;
    transition: 0.25s ease-in-out;
    font-family: icomoon;
    content: '\e90d';
}
.mobile-nav
    .nav-wrap
    .nav-footer
    .nav-footer-item.language-bar
    .language-selector:hover {
    color: #746558;
}
.mobile-nav
    .nav-wrap
    .nav-footer
    .nav-footer-item.language-bar
    .language-selector.active:after {
    transform: translateY(-50%) rotate(180deg);
}
.mobile-nav .nav-wrap .nav-footer .nav-footer-item.language-bar .wpml-ls {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    overflow: auto;
    border-bottom: 1px solid #fff;
    padding: 5px;
    width: 100%;
    background-color: #f9f6f4;
    text-align: center;
    min-width: 150px;
}
.mobile-nav .nav-wrap .nav-footer .nav-footer-item.language-bar .wpml-ls li a {
    display: block;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    padding-top: 8px;
    padding-bottom: 8px;
}
.mobile-nav
    .nav-wrap
    .nav-footer
    .nav-footer-item.language-bar
    .wpml-ls
    li
    a:hover {
    color: #746558;
}
.mobile-nav
    .nav-wrap
    .nav-footer
    .nav-footer-item.language-bar
    .wpml-ls.active {
    opacity: 1;
    pointer-events: auto;
}
.toastify {
    padding: 20px;
    color: #fff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px #231f20;
    background-color: #231f20;
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}
.toastify.is-danger {
    background-color: #b20000;
}
.toastify.on {
    opacity: 1;
}
.toast-close {
    background: 0 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}
.toastify-right {
    right: 15px;
}
.toastify-left {
    left: 15px;
}
.toastify-top {
    top: -150px;
}
.toastify-bottom {
    bottom: -150px;
}
.toastify-rounded {
    border-radius: 25px;
}
.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}
.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}
@media only screen and (max-width: 360px) {
    .toastify-left,
    .toastify-right {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}
#masheader {
    position: relative;
    line-height: 0;
}
#masheader video {
    height: 570px;
    width: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
    #masheader video {
        height: 498px;
    }
}
#masheader .container {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
#masheader .container h1 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
    #masheader .container h1 {
        font-size: 16px;
        line-height: 24px;
    }
}
#masheader .container h1 b {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 100px;
    line-height: 150px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
    #masheader .container h1 b {
        font-size: 56px;
        line-height: 84px;
    }
}
#masheader .container h1 em {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 63px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
    #masheader .container h1 em {
        font-size: 23px;
        line-height: 34.5px;
    }
}
#ctas {
    background: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 767.98px) {
    #ctas {
        padding-top: 60px;
        padding-bottom: 60px;
        overflow: hidden;
    }
}
#ctas .cta-list.slick-dotted {
    padding-bottom: 65px;
}
@media only screen and (max-width: 767.98px) {
    #ctas .cta-list.slick-dotted {
        padding-bottom: 55px;
    }
}
#ctas .cta-list .slick-slide {
    margin: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #ctas .cta-list .slick-slide {
        margin: 0 15px;
    }
}
#ctas .cta-list .slick-list {
    margin: 0 -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #ctas .cta-list .slick-list {
        margin: 0 -15px;
    }
}
#ctas .cta-list .cta-box {
    max-width: 242px;
    text-align: center;
}
@media only screen and (max-width: 767.98px) {
    #ctas .cta-list .cta-box {
        margin-left: auto;
        margin-right: auto;
        display: block !important;
    }
}
#ctas .cta-list .cta-box .img-holder {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border: 1px solid #e4d7cd;
}
#ctas .cta-list .cta-box .img-holder img {
    display: block;
}
#ctas .cta-list .cta-box .cta-caption {
    display: block;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 10px;
}
#ctas .cta-list .cta-box p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
}
#personalized {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #personalized {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #personalized {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    #personalized {
        padding-top: 80px;
        padding-bottom: 43px;
    }
}
#personalized .section-title {
    text-align: right;
}
#personalized h2 {
    position: relative;
    background-color: #fff;
    padding-left: 18px;
}
#personalized h2 strong {
    padding-left: 5px;
}
#personalized h2 strong:after {
    background: #ece4df;
}
#personalized h2 strong i {
    right: auto;
    left: -9px;
}
#personalized h2 strong i:before {
    transform: skewX(-320deg);
}
#personalized h2 strong i:after {
    transform: skewX(320deg);
}
@media only screen and (min-width: 768px) {
    #personalized .personal-list {
        margin-left: -18px;
        margin-right: -18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 767.98px) {
    #personalized .personal-list {
        padding-left: 1px;
        padding-right: 1px;
    }
}
#personalized .personal-list [class*='col-'] {
    padding-right: 18px;
    padding-left: 18px;
}
@media only screen and (max-width: 767.98px) {
    #personalized .personal-list [class*='col-'] {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 14px;
        padding-right: 14px;
    }
}
#personalized .personal-list .personal-item {
    position: relative;
    max-width: 262px;
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
}
@media only screen and (max-width: 991.98px) {
    #personalized .personal-list .personal-item {
        margin-bottom: 37px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 7px;
        padding-left: 7px;
    }
}
#personalized .personal-list .personal-item .img-holder {
    position: relative;
}
#personalized .personal-list .personal-item .img-holder:before {
    position: absolute;
    content: '';
    display: block;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid #e4d7cd;
    transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 767.98px) {
    #personalized .personal-list .personal-item .img-holder:before {
        top: -7px;
        left: -7px;
    }
}
#personalized .personal-list .personal-item .img-holder img {
    display: block;
    width: 100%;
}
#personalized .personal-list .personal-item h3 {
    margin-top: 15px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    text-align: right;
}
#personalized .personal-list .personal-item h3 strong {
    position: relative;
    z-index: 2;
    font-weight: 300;
    padding-left: 5px;
}
#personalized .personal-list .personal-item h3 strong:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 12px;
    background: rgba(244, 239, 235, 0.8);
    bottom: 0;
    left: 0;
    z-index: -1;
}
#personalized .personal-list .personal-item h3 strong i {
    height: 12px;
    width: 12px;
    display: inline-block;
    position: absolute;
    left: -9px;
    bottom: 0px;
}
#personalized .personal-list .personal-item h3 strong i:before,
#personalized .personal-list .personal-item h3 strong i:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    height: 50%;
    width: 6px;
    background: #f6f2ef;
    z-index: -1;
}
#personalized .personal-list .personal-item h3 strong i:before {
    transform: skewX(-320deg);
}
#personalized .personal-list .personal-item h3 strong i:after {
    transform: skewX(320deg);
    top: 50%;
}
#personalized .personal-list .personal-item a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 3;
}
#personalized .personal-list .personal-item:hover .img-holder:before {
    top: 0;
    left: 0;
}
#popular {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f9f9f9;
}
@media only screen and (max-width: 767.98px) {
    #popular {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
#popular .section-title:before {
    background-color: #ece4df;
}
#popular h2 {
    position: relative;
    background-color: #f9f9f9;
    padding-right: 18px;
}
#popular h2 strong:after {
    background: #ece4df;
}
#popular .popular-list.slick-dotted {
    padding-bottom: 65px;
}
@media only screen and (max-width: 767.98px) {
    #popular .popular-list.slick-dotted {
        padding-bottom: 55px;
    }
}
#popular .popular-list .slick-slide {
    margin: 0 10px;
}
#popular .popular-list .slick-list {
    margin: 0 -10px;
}
#popular .popular-list .popular-item {
    text-align: center;
    position: relative;
}
#popular .popular-list .popular-item .img-holder {
    position: relative;
}
#popular .popular-list .popular-item .img-holder .btn-fav {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    transition: 0.25s ease-in-out;
    z-index: 1;
}
@media only screen and (max-width: 767.98px) {
    #popular .popular-list .popular-item .img-holder .btn-fav {
        opacity: 1;
        top: 15px;
        right: 15px;
    }
}
#popular .popular-list .popular-item .img-holder .btn-fav i:before {
    content: '';
    background: url(img/ico/heart-o.svg);
    background-size: 28px 25px;
    display: block;
    width: 28px;
    height: 25px;
    transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 767.98px) {
    #popular .popular-list .popular-item .img-holder .btn-fav i:before {
        background-size: 24px 22px;
        width: 24px;
        height: 22px;
    }
}
#popular .popular-list .popular-item .img-holder .btn-fav:hover i:before {
    background: url(img/ico/heart-o-hover.svg);
}
#popular .popular-list .popular-item .img-holder img {
    display: block;
    width: 100%;
}
#popular .popular-list .popular-item .img-holder .add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.25s ease-in-out;
    background-color: #e4d7cd;
    text-align: center;
    width: 100%;
    padding: 18px;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    z-index: 1;
}
@media only screen and (max-width: 767.98px) {
    #popular .popular-list .popular-item .img-holder .add-to-cart {
        font-size: 14px;
        line-height: 19px;
        padding: 16px 5px;
        opacity: 1;
    }
}
#popular .popular-list .popular-item h3 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-top: 15px;
    margin-bottom: 5px;
}
#popular .popular-list .popular-item .price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: lowercase;
}
#popular .popular-list .popular-item .price .kn {
    margin-right: 5px;
    color: #231f20;
}
#popular .popular-list .popular-item .price .eur {
    margin-left: 5px;
    color: #626262;
}
#popular .popular-list .popular-item .readmore {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
#popular .popular-list .popular-item:hover .img-holder .btn-fav,
#popular .popular-list .popular-item:hover .img-holder .add-to-cart {
    opacity: 1;
}
#video-area {
    position: relative;
}
@media only screen and (min-width: 768px) {
    #video-area {
        min-height: 632px;
    }
}
#video-area .heart-bg {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: -1;
}
@media only screen and (max-width: 767.98px) {
    #video-area .heart-bg {
        display: none;
    }
}
#video-area .heart-bg img {
    display: block;
}
#video-area .heart-bg img:first-of-type {
    margin-bottom: 13px;
}
#video-area .heart-bg img:last-of-type {
    margin-right: 12px;
}
@media only screen and (min-width: 768px) {
    #video-area .container {
        display: flex;
        align-items: center;
    }
}
@media only screen and (min-width: 768px) {
    #video-area .video-holder {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 48vw;
        height: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    #video-area .video-holder {
        height: 594px;
        width: 100%;
        position: relative;
    }
}
#video-area .video-holder video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#video-area .play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
}
#video-area .play-pause-btn .play {
    display: none;
}
#video-area .play-pause-btn .pause {
    display: block;
}
#video-area .play-pause-btn.play .play {
    display: block;
}
#video-area .play-pause-btn.play .pause {
    display: none;
}
#video-area .video-ctas {
    padding-left: 52%;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: auto;
}
@media only screen and (max-width: 767.98px) {
    #video-area .video-ctas {
        padding-left: 0px;
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
#video-area .video-ctas .video-cta {
    max-width: 470px;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 24px;
    padding-top: 10px;
    padding-left: 10px;
    position: relative;
}
@media only screen and (max-width: 767.98px) {
    #video-area .video-ctas .video-cta {
        text-align: center;
        margin-bottom: 40px;
        max-width: 100%;
    }
}
#video-area .video-ctas .video-cta:before {
    position: absolute;
    content: '';
    display: block;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid #e4d7cd;
    z-index: 1;
}
#video-area .video-ctas .video-cta:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 767.98px) {
    #video-area .video-ctas .video-cta:first-of-type {
        right: -15px;
    }
}
#video-area .video-ctas .video-cta:first-of-type:after {
    background-color: rgba(246, 244, 238, 0.85);
}
@media only screen and (max-width: 767.98px) {
    #video-area .video-ctas .video-cta:first-of-type:before {
        border-right: 0;
        width: calc(100% + 10px);
    }
}
@media only screen and (max-width: 767.98px) {
    #video-area .video-ctas .video-cta:first-of-type .video-cta-in {
        padding: 25px 35px 40px 10px;
    }
}
#video-area .video-ctas .video-cta:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
    #video-area .video-ctas .video-cta:last-of-type {
        left: -15px;
    }
}
#video-area .video-ctas .video-cta:last-of-type:after {
    background-color: rgba(247, 247, 248, 0.85);
}
@media only screen and (max-width: 767.98px) {
    #video-area .video-ctas .video-cta:last-of-type:before {
        border-left: 0;
        width: calc(100% + 10px);
        left: auto;
        right: -10px;
    }
}
@media only screen and (max-width: 767.98px) {
    #video-area .video-ctas .video-cta:last-of-type .video-cta-in {
        padding: 25px 20px 40px 35px;
    }
}
#video-area .video-ctas .video-cta-in {
    position: relative;
    z-index: 1;
    padding: 18px 35px 28px 24px;
}
#video-area .video-ctas .video-cta-in h3 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    color: #746558;
    margin-bottom: 3px;
}
#video-area .video-ctas .video-cta-in p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
}
#video-area .video-ctas .video-cta-in a {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    margin-top: 18px;
}
@media only screen and (max-width: 767.98px) {
    #video-area .video-ctas .video-cta-in a {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#video-area .video-ctas .video-cta-in a:hover {
    color: #fff;
    background-color: #e4d7cd;
}
#featured {
    background-color: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 767.98px) {
    #featured {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
#featured .section-title {
    text-align: right;
}
#featured .section-title:before {
    background-color: #ece4df;
}
#featured h2 {
    position: relative;
    background-color: #f9f9f9;
    padding-left: 18px;
}
#featured h2 strong {
    padding-left: 5px;
}
#featured h2 strong:after {
    background: #ece4df;
}
#featured h2 strong i {
    right: auto;
    left: -9px;
}
#featured h2 strong i:before {
    transform: skewX(-320deg);
}
#featured h2 strong i:after {
    transform: skewX(320deg);
}
.featured-list.slick-dotted {
    padding-bottom: 65px;
}
@media only screen and (max-width: 767.98px) {
    .featured-list.slick-dotted {
        padding-bottom: 55px;
    }
}
.featured-list .slick-slide {
    margin: 0 10px;
}
.featured-list .slick-list {
    margin: 0 -10px;
}
.featured-list .featured-item {
    text-align: center;
    position: relative;
}
.featured-list .featured-item .img-holder {
    position: relative;
}
.featured-list .featured-item .img-holder .btn-fav {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    transition: 0.25s ease-in-out;
    z-index: 1;
}
@media only screen and (max-width: 767.98px) {
    .featured-list .featured-item .img-holder .btn-fav {
        opacity: 1;
        top: 15px;
        right: 15px;
    }
}
.featured-list .featured-item .img-holder .btn-fav i:before {
    content: '';
    background: url(img/ico/heart-o.svg);
    background-size: 28px 25px;
    display: block;
    width: 28px;
    height: 25px;
    transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 767.98px) {
    .featured-list .featured-item .img-holder .btn-fav i:before {
        background-size: 24px 22px;
        width: 24px;
        height: 22px;
    }
}
.featured-list .featured-item .img-holder .btn-fav:hover i:before {
    background: url(img/ico/heart-o-hover.svg);
}
.featured-list .featured-item .img-holder img {
    display: block;
    width: 100%;
}
.featured-list .featured-item .img-holder .add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.25s ease-in-out;
    background-color: #e4d7cd;
    text-align: center;
    width: 100%;
    padding: 18px;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    z-index: 1;
}
@media only screen and (max-width: 767.98px) {
    .featured-list .featured-item .img-holder .add-to-cart {
        font-size: 14px;
        line-height: 19px;
        padding: 16px 5px;
        opacity: 1;
    }
}
.featured-list .featured-item h3 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-top: 15px;
    margin-bottom: 5px;
}
.featured-list .featured-item .price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: lowercase;
}
.featured-list .featured-item .price .kn {
    margin-right: 5px;
    color: #231f20;
}
.featured-list .featured-item .price .eur {
    margin-left: 5px;
    color: #626262;
}
.featured-list .featured-item .readmore {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.featured-list .featured-item:hover .img-holder .btn-fav,
.featured-list .featured-item:hover .img-holder .add-to-cart {
    opacity: 1;
}
#joy {
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
    align-items: center;
    min-height: 700px;
    position: relative;
    background: linear-gradient(
        to right,
        #fff 0%,
        #fff 50%,
        #f1f1f1 50%,
        #f1f1f1 100%
    );
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #joy {
        padding-top: 80px;
        padding-bottom: 80px;
        min-height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #joy {
        padding-top: 70px;
        padding-bottom: 70px;
        background: #f1f1f1;
    }
}
@media only screen and (max-width: 767.98px) {
    #joy {
        padding-top: 60px;
        padding-bottom: 60px;
        background: #f1f1f1;
    }
}
@media only screen and (max-width: 991.98px) {
    #joy .row {
        flex-direction: column-reverse;
    }
}
#joy .joy-text {
    max-width: 325px;
    margin-right: 180px;
    margin-left: auto;
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #joy .joy-text {
        margin-right: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #joy .joy-text {
        margin-top: 100px;
        margin-right: 0;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    #joy .joy-text {
        max-width: 328px;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
    }
}
#joy .joy-text h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    text-align: center;
    margin-bottom: 30px;
}
#joy .joy-text p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}
#joy .joy-text p:last-of-type {
    margin-bottom: 0;
}
#joy .joy-text .more-btn {
    margin-top: 35px;
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
    #joy .joy-text .more-btn {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#joy .joy-text .more-btn:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (min-width: 768px) {
    #joy .joy-text .more-btn {
        padding: 0px 39px;
    }
}
#joy .joy-collage {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 48.5vw;
    width: 48vw;
    max-width: 730px;
    padding-right: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #joy .joy-collage {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 991.98px) {
    #joy .joy-collage {
        margin-top: 30px;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
    }
}
@media only screen and (max-width: 767.98px) {
    #joy .joy-collage {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }
}
#joy .joy-collage:before {
    position: absolute;
    left: -20px;
    top: -20px;
    content: '';
    display: block;
    width: 380px;
    height: 380px;
    border: 1px solid #e4d7cd;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    #joy .joy-collage:before {
        width: 326px;
        height: 326px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #joy .joy-collage:before {
        width: 270px;
        height: 270px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #joy .joy-collage:before {
        left: -5px;
    }
}
@media only screen and (max-width: 767.98px) {
    #joy .joy-collage:before {
        display: none;
    }
}
#joy .joy-collage img {
    position: absolute;
    display: block;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    #joy .joy-collage img {
        zoom: 0.85;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #joy .joy-collage img {
        zoom: 0.7;
    }
}
@media only screen and (max-width: 767.98px) {
    #joy .joy-collage img {
        zoom: 0.52;
    }
}
@media (min-width: 501px) and (max-width: 600px) {
    #joy .joy-collage img {
        zoom: 0.75;
    }
}
@media (min-width: 400px) and (max-width: 500px) {
    #joy .joy-collage img {
        zoom: 0.58;
    }
}
@media (max-width: 350px) {
    #joy .joy-collage img {
        zoom: 0.45;
    }
}
#joy .joy-collage img:nth-of-type(1) {
    position: relative;
}
#joy .joy-collage img:nth-of-type(2) {
    left: 274px;
    bottom: -53px;
}
#joy .joy-collage img:nth-of-type(3) {
    left: 339px;
    top: 25px;
}
#joy .joy-collage img:nth-of-type(4) {
    top: -72px;
    left: 306px;
}
#testimonials {
    background: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #testimonials {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 767.98px) {
    #testimonials {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
#testimonials .section-title:before {
    background-color: #ece4df;
}
#testimonials h2 {
    position: relative;
    background-color: #f9f9f9;
    padding-right: 18px;
}
#testimonials h2 strong {
    padding-right: 5px;
}
#testimonials h2 strong:after {
    background: #ece4df;
}
#testimonials .testimonials.slick-dotted {
    padding-bottom: 50px;
}
#testimonials .testimonials .slick-slide {
    margin: 0 15px;
}
#testimonials .testimonials .slick-list {
    margin: 0 -15px;
}
#testimonials .testimonials .testimonial-item {
    background-color: #fff;
    max-width: 570px;
    width: 100%;
    padding: 40px 30px 40px 78px;
    position: relative;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
    #testimonials .testimonials .testimonial-item {
        text-align: center;
        padding: 40px 20px 40px 38px;
    }
}
@media only screen and (max-width: 767.98px) {
    #testimonials .testimonials .testimonial-item {
        margin-bottom: 0;
    }
}
#testimonials .testimonials .testimonial-item:before {
    position: absolute;
    font-family: icomoon;
    content: '\e900';
    left: 30px;
    top: 40px;
    font-size: 22px;
    color: #524941;
    font-style: normal;
    position: absolute;
}
@media only screen and (max-width: 991.98px) {
    #testimonials .testimonials .testimonial-item:before {
        display: none;
    }
}
#testimonials .testimonials .testimonial-item:after {
    position: absolute;
    content: '';
    display: block;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #e4d7cd;
    z-index: -1;
}
#testimonials .testimonials .testimonial-item p {
    font-family: 'Poppins LightItalic';
    font-style: italic;
    font-weight: 275;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #231f20;
}
#testimonials .testimonials .testimonial-item .author {
    margin-top: 25px;
}
#testimonials .testimonials .testimonial-item .author .author-name {
    display: block;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    color: #524941;
}
#testimonials .testimonials .testimonial-item .author .author-info {
    display: block;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
}
#instagram-feed {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #instagram-feed {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 767.98px) {
    #instagram-feed {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
#instagram-feed .section-title {
    text-align: right;
}
#instagram-feed .section-title h2 {
    position: relative;
    padding-left: 18px;
    background-color: #fff;
}
#instagram-feed .section-title h2 strong {
    padding-left: 5px;
}
#instagram-feed .section-title h2 i {
    right: auto;
    left: -9px;
}
#instagram-feed .section-title h2 i:before {
    transform: skewX(-320deg);
}
#instagram-feed .section-title h2 i:after {
    transform: skewX(320deg);
}
#instagram-feed .heart-bg {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: -1;
}
@media only screen and (max-width: 767.98px) {
    #instagram-feed .heart-bg {
        display: none;
    }
}
#instagram-feed .heart-bg img {
    display: block;
}
#instagram-feed .heart-bg img:first-of-type {
    margin-bottom: 13px;
}
#instagram-feed .heart-bg img:last-of-type {
    margin-right: 12px;
}
#instagram-feed .instagram-feed.slick-dotted {
    padding-bottom: 65px;
}
@media only screen and (max-width: 767.98px) {
    #instagram-feed .instagram-feed.slick-dotted {
        padding-bottom: 55px;
    }
}
#instagram-feed .instagram-feed .slick-slide {
    margin: 0 10px;
}
@media only screen and (max-width: 767.98px) {
    #instagram-feed .instagram-feed .slick-slide {
        margin: 0 7px;
    }
}
#instagram-feed .instagram-feed .slick-list {
    margin: 0 -10px;
}
@media only screen and (max-width: 767.98px) {
    #instagram-feed .instagram-feed .slick-list {
        margin: 0 -7px;
    }
}
#instagram-feed .instagram-feed .feed-item {
    position: relative;
}
#instagram-feed .instagram-feed .feed-item .overlay {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.25s ease-in-out;
    background: rgba(66, 48, 36, 0.8);
    padding: 35px;
}
#instagram-feed .instagram-feed .feed-item .overlay .insta-url {
    display: block;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ffffff;
}
#instagram-feed .instagram-feed .feed-item .overlay .insta-ico {
    display: block;
    color: #fff;
    font-size: 18px;
}
#instagram-feed .instagram-feed .feed-item img {
    display: block;
    width: 100%;
}
#instagram-feed .instagram-feed .feed-item a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
#instagram-feed .instagram-feed .feed-item:hover .overlay {
    opacity: 1;
}
#blog-area {
    background: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 100px;
}
#blog-area .section-title:before {
    background-color: #ece4df;
}
#blog-area h2 {
    position: relative;
    background-color: #f9f9f9;
    padding-right: 18px;
}
#blog-area h2 strong:after {
    background: #ece4df;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #blog-area {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 767.98px) {
    #blog-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
#blog-area .see-all {
    margin-top: 50px;
    text-align: center;
}
@media only screen and (max-width: 991.98px) {
    #blog-area .see-all {
        margin-top: 5px;
    }
}
#blog-area .see-all a {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
    #blog-area .see-all a {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#blog-area .see-all a:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (max-width: 767.98px) {
    #blog-area .see-all a {
        max-width: 328px;
        margin-left: auto;
        margin-right: auto;
    }
}
.blog-items {
    padding-left: 5px;
    padding-right: 5px;
}
.blog-items [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .blog-items [class*='col-']:nth-of-type(even) .blog-item {
        margin-left: auto;
    }
}
.blog-items .blog-item {
    position: relative;
}
@media only screen and (max-width: 991.98px) {
    .blog-items .blog-item {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .blog-items .blog-item {
        max-width: 435px;
    }
}
@media only screen and (max-width: 767.98px) {
    .blog-items .blog-item {
        max-width: 368px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}
.blog-items .blog-item img {
    display: block;
    width: 100%;
    max-width: 280px;
    object-fit: cover;
    height: 368px;
}
@media only screen and (max-width: 767.98px) {
    .blog-items .blog-item img {
        max-width: 100%;
    }
}
.blog-items .blog-item .blog-content {
    position: absolute;
    bottom: 30px;
    right: 0;
    background: #f9f6f4;
    padding: 15px 9px 15px 20px;
    min-height: 166px;
    margin-left: 90px;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .blog-items .blog-item .blog-content {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 991.98px) {
    .blog-items .blog-item .blog-content {
        right: auto;
    }
}
@media only screen and (max-width: 767.98px) {
    .blog-items .blog-item .blog-content {
        margin-left: 55px;
    }
}
.blog-items .blog-item .blog-content:before,
.blog-items .blog-item .blog-content:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 50%;
    width: 30px;
    background: inherit;
    z-index: -1;
}
.blog-items .blog-item .blog-content:before {
    transform: skewX(-340deg);
}
.blog-items .blog-item .blog-content:after {
    transform: skewX(340deg);
    top: 50%;
}
.blog-items .blog-item .blog-content-in {
    display: flex;
}
.blog-items .blog-item .blog-content .blog-date {
    min-width: 65px;
    max-width: 65px;
    height: 75px;
    border: 1.5px solid #e4d7cd;
    text-align: center;
    margin-right: 19px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .blog-items .blog-item .blog-content .blog-date {
        min-width: 55px;
        max-width: 55px;
        margin-right: 15px;
    }
}
.blog-items .blog-item .blog-content .blog-date .month {
    display: block;
    padding: 3px;
    border-bottom: 1.5px solid #e4d7cd;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #e4d7cd;
}
.blog-items .blog-item .blog-content .blog-date .day {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #e4d7cd;
}
.blog-items .blog-item .blog-content .blog-info {
    flex-grow: 1;
}
.blog-items .blog-item .blog-content .blog-info .category {
    display: block;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #626262;
    margin-bottom: 5px;
}
.blog-items .blog-item .blog-content .blog-info .category a {
    display: inline-block;
    color: inherit;
}
.blog-items .blog-item .blog-content .blog-info .category a:hover {
    color: #746558;
}
.blog-items .blog-item .blog-content .blog-info .blog-title {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #231f20;
    text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .blog-items .blog-item .blog-content .blog-info .blog-title {
        font-size: 15px;
    }
}
.blog-items .blog-item .blog-content .blog-info .blog-title a {
    display: inline-block;
    color: inherit;
}
.blog-items .blog-item .blog-content .blog-info .blog-title a:hover {
    color: #746558;
}
#newsletter-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f1f1f1;
}
#newsletter-area .newsletter-in {
    max-width: 583px;
    margin-left: auto;
    margin-right: auto;
}
#newsletter-area .newsletter-in h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 10px;
    text-align: center;
}
@media only screen and (max-width: 767.98px) {
    #newsletter-area .newsletter-in h2 {
        max-width: 328px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}
#newsletter-area .newsletter-in p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    color: #585858;
    text-align: center;
}
@media only screen and (max-width: 767.98px) {
    #newsletter-area .newsletter-in p {
        max-width: 328px;
        margin-left: auto;
        margin-right: auto;
    }
}
#newsletter-area .newsletter-in form {
    margin-top: 21px;
}
@media only screen and (max-width: 767.98px) {
    #newsletter-area .newsletter-in form {
        margin-top: 40px;
    }
}
#newsletter-area .newsletter-in form .form-group {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
@media only screen and (max-width: 767.98px) {
    #newsletter-area .newsletter-in form .form-group {
        display: block;
    }
}
#newsletter-area .newsletter-in form input[type='text'],
#newsletter-area .newsletter-in form input[type='email'] {
    min-width: 447px;
    max-width: 447px;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0 20px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.07em;
    color: #585858;
    margin-right: 10px;
    border: 0;
}
#newsletter-area .newsletter-in form input[type='text'].placeholder,
#newsletter-area .newsletter-in form input[type='email'].placeholder {
    text-transform: uppercase;
}
#newsletter-area .newsletter-in form input[type='text']:-moz-placeholder,
#newsletter-area .newsletter-in form input[type='email']:-moz-placeholder {
    text-transform: uppercase;
}
#newsletter-area .newsletter-in form input[type='text']::-moz-placeholder,
#newsletter-area .newsletter-in form input[type='email']::-moz-placeholder {
    text-transform: uppercase;
}
#newsletter-area .newsletter-in form input[type='text']:-ms-input-placeholder,
#newsletter-area .newsletter-in form input[type='email']:-ms-input-placeholder {
    text-transform: uppercase;
}
#newsletter-area
    .newsletter-in
    form
    input[type='text']::-webkit-input-placeholder,
#newsletter-area
    .newsletter-in
    form
    input[type='email']::-webkit-input-placeholder {
    text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
    #newsletter-area .newsletter-in form input[type='text'],
    #newsletter-area .newsletter-in form input[type='email'] {
        font-size: 16px;
        line-height: 24px;
        padding: 0 29px;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        height: 60px;
    }
}
#newsletter-area .newsletter-in form input[type='submit'] {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    min-width: auto;
    flex-grow: 1;
}
@media only screen and (max-width: 767.98px) {
    #newsletter-area .newsletter-in form input[type='submit'] {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#newsletter-area .newsletter-in form input[type='submit']:hover {
    color: #fff;
    background-color: #e4d7cd;
}
#products-page {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 767.98px) {
    #products-page {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}
#products-page.active {
    z-index: 9998;
}
#products-page .col-lg-3 {
    padding-right: 7px;
}
@media only screen and (max-width: 991.98px) {
    #products-page .products-lhs-filter-wrap {
        position: fixed !important;
        top: 0;
        flex: 0 0 100% !important;
        left: -100%;
        width: 100% !important;
        max-width: 100% !important;
        overflow-y: auto;
        height: 100%;
        z-index: 99999;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background-color: #fff;
        text-align: center;
        padding: 0;
    }
}
@media only screen and (max-width: 991.98px) {
    #products-page .products-lhs-filter-wrap.active {
        left: 0;
    }
}
#products-page .products-lhs-filter-wrap .close-filters {
    position: absolute;
    cursor: pointer;
    top: 54px;
    right: 40px;
    z-index: 1;
}
#products-page .products-lhs-filter-wrap .close-filters img {
    width: 12px;
    height: 12px;
}
@media only screen and (min-width: 992px) {
    #products-page .products-lhs-filter-wrap .close-filters {
        display: none;
    }
}
#products-page .products-lhs-filter {
    border: 1px solid #e4d7cd;
    position: relative;
    border-bottom: 0;
    padding: 35px 25px 103px 25px;
    max-width: 280px;
}
@media only screen and (max-width: 991.98px) {
    #products-page .products-lhs-filter {
        padding: 0;
        overflow-y: auto;
        max-width: 100%;
        text-align: left;
        border: 0;
    }
}
#products-page .products-lhs-filter:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    display: block;
    background: url(img/bg/lhs-bg.png);
    width: 100%;
    height: 64px;
    background-size: 100% 64px;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 991.98px) {
    #products-page .products-lhs-filter:after {
        display: none;
    }
}
#products-page .products-lhs-filter h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #231f20;
    margin-bottom: 30px;
    text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
    #products-page .products-lhs-filter h2 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 4px;
        padding: 48px 50px;
        background: #f9f6f4;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    }
}
#products-page .products-lhs-filter ul li {
    margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
    #products-page .products-lhs-filter ul li {
        margin-bottom: 4px;
    }
}
#products-page .products-lhs-filter ul li:last-of-type {
    margin-bottom: 0;
}
#products-page .products-lhs-filter ul li a {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    display: block;
}
@media only screen and (max-width: 991.98px) {
    #products-page .products-lhs-filter ul li a {
        font-size: 18px;
        line-height: 27px;
        padding: 16px 50px;
        background: #fafafa;
    }
}
#products-page .products-lhs-filter ul li a:hover,
#products-page .products-lhs-filter ul li a.active {
    color: #e4d7cd;
}
@media only screen and (max-width: 991.98px) {
    #products-page .products-lhs-filter ul li a:hover,
    #products-page .products-lhs-filter ul li a.active {
        color: #746558;
        background: #f9f6f4;
    }
}
#products-page .products-lhs-filter .filter-apply {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    width: calc(100% - 100px) !important;
    margin-top: 26px;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 767.98px) {
    #products-page .products-lhs-filter .filter-apply {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#products-page .products-lhs-filter .filter-apply:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #products-page .products-lhs-filter .filter-apply {
        display: flex;
    }
}
@media only screen and (min-width: 992px) {
    #products-page .products-lhs-filter .filter-apply {
        display: none;
    }
}
#products-page .product-listing .sort-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
    #products-page .product-listing .sort-filter {
        flex-direction: column;
        margin-bottom: 50px;
    }
}
#products-page .product-listing .sort-filter .btn-filter {
    margin-top: 20px;
    padding: 0 19px 0 49px;
    border: 0;
    width: 100%;
    height: 60px;
    background: #fafafa;
    position: relative;
    border-bottom: 1px solid #e4d7cd;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-align: left;
    color: #626262;
}
@media only screen and (min-width: 992px) {
    #products-page .product-listing .sort-filter .btn-filter {
        display: none;
    }
}
#products-page .product-listing .sort-filter .btn-filter i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 19px;
}
#products-page .product-listing .sort-filter .sort-area {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    min-width: 70%;
}
@media only screen and (max-width: 991.98px) {
    #products-page .product-listing .sort-filter .sort-area {
        min-width: 100%;
    }
}
#products-page
    .product-listing
    .sort-filter
    .sort-area
    .woocommerce-result-count {
    display: none;
}
#products-page .product-listing .sort-filter .sort-area .sort-caption {
    color: #777;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 991.98px) {
    #products-page .product-listing .sort-filter .sort-area .sort-caption {
        display: none;
    }
}
#products-page .product-listing .sort-filter .sort-area .woocommerce-ordering {
    max-width: 271px;
    width: 100% !important;
}
@media only screen and (max-width: 991.98px) {
    #products-page
        .product-listing
        .sort-filter
        .sort-area
        .woocommerce-ordering {
        max-width: 100% !important;
    }
}
#products-page .product-listing .sort-filter .sort-area .select2-container {
    max-width: 271px;
    width: 100% !important;
}
@media only screen and (max-width: 991.98px) {
    #products-page .product-listing .sort-filter .sort-area .select2-container {
        max-width: 100% !important;
    }
}
#products-page
    .product-listing
    .sort-filter
    .sort-area
    .select2-selection--single {
    background: #f9f6f4;
    width: 100%;
    max-width: 271px;
    height: 40px !important;
    padding: 13px 25px 13px 20px;
    border-radius: 0;
    border-bottom: 1px solid #e4d7cd !important;
}
@media only screen and (max-width: 991.98px) {
    #products-page
        .product-listing
        .sort-filter
        .sort-area
        .select2-selection--single {
        height: 60px !important;
        max-width: 100% !important;
    }
}
#products-page .product-listing .sort-filter .sort-area .select2-selection {
    border: 0;
    position: relative;
}
#products-page
    .product-listing
    .sort-filter
    .sort-area
    .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}
#products-page
    .product-listing
    .sort-filter
    .sort-area
    .select2-selection:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    color: #595959;
    font-family: 'icomoon';
    content: '\e90d';
    transition: 0.25s ease-in-out;
    font-size: 18px;
}
@media only screen and (max-width: 767.98px) {
    #products-page
        .product-listing
        .sort-filter
        .sort-area
        .select2-selection:after {
        right: 28px;
    }
}
#products-page
    .product-listing
    .sort-filter
    .sort-area
    .select2-selection__arrow {
    display: none;
}
#products-page
    .product-listing
    .sort-filter
    .sort-area
    .select2-selection--single {
    margin: 0;
}
#products-page
    .product-listing
    .sort-filter
    .sort-area
    .select2-container--open
    .select2-selection:after {
    transform: translateY(-50%) rotate(180deg);
}
#products-page .product-listing .sort-filter .select-layout {
    display: flex;
    margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
    #products-page .product-listing .sort-filter .select-layout {
        display: none;
    }
}
#products-page .product-listing .sort-filter .select-layout button {
    padding: 0;
    background: #fff;
    border: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    color: #e3e3e3;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    font-size: 20px;
}
#products-page .product-listing .sort-filter .select-layout button.active {
    border-color: #e4d7cd;
    color: #e4d7cd;
}
#products-page .product-listing .sort-filter .select-layout button.list-select {
    margin-left: 10px;
}
#products-page
    .product-listing
    .sort-filter
    .select-layout
    button
    .icon-grid:before {
    position: relative;
    top: 1px;
    left: 1px;
}
#products-page .product-listing #products-list .row {
    padding-left: 5px;
    padding-right: 5px;
}
#products-page .product-listing #products-list .row .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}
@media only screen and (max-width: 767.98px) {
    #products-page .product-listing #products-list .row .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
#products-page .product-listing #products-list .featured-item {
    margin-bottom: 40px;
}
#products-page .product-listing #products-list .featured-item p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    display: none;
}
#products-page
    .product-listing
    #products-list
    .featured-item
    .list-layout-actions {
    display: none;
}
#products-page .product-listing #products-list.list-layout .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
#products-page .product-listing #products-list.list-layout .featured-item {
    margin-bottom: 70px;
    text-align: left;
    display: flex;
}
#products-page .product-listing #products-list.list-layout .featured-item h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #products-page
        .product-listing
        #products-list.list-layout
        .featured-item
        h3 {
        margin-bottom: 15px;
    }
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .img-holder {
    margin-right: 20px;
    min-width: 280px;
    max-width: 280px;
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .img-holder
    .btn-fav,
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .img-holder
    .add-to-cart {
    display: none;
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder {
    flex-grow: 1;
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    p {
    display: block;
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .price {
    margin-top: 14px;
    justify-content: flex-start;
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .price
    .kn {
    margin-right: 7px;
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .price
    .eur {
    margin-left: 7px;
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .list-layout-actions {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .list-layout-actions
    .add-to-cart,
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .list-layout-actions
    .select-option,
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .list-layout-actions
    .read-more {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    height: 60px;
    margin-right: 5px;
    position: relative;
    z-index: 2;
    min-width: 258px;
}
@media only screen and (max-width: 767.98px) {
    #products-page
        .product-listing
        #products-list.list-layout
        .featured-item
        .text-holder
        .list-layout-actions
        .add-to-cart,
    #products-page
        .product-listing
        #products-list.list-layout
        .featured-item
        .text-holder
        .list-layout-actions
        .select-option,
    #products-page
        .product-listing
        #products-list.list-layout
        .featured-item
        .text-holder
        .list-layout-actions
        .read-more {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .list-layout-actions
    .add-to-cart:hover,
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .list-layout-actions
    .select-option:hover,
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .list-layout-actions
    .read-more:hover {
    color: #fff;
    background-color: #e4d7cd;
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .list-layout-actions
    .btn-fav {
    background-color: transparent;
    border: 0;
    padding: 0;
    transition: 0.25s ease-in-out;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4d7cd;
    position: relative;
    z-index: 2;
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .list-layout-actions
    .btn-fav
    i:before {
    content: '';
    background: url(img/ico/heart-o.svg);
    background-size: 28px 25px;
    display: block;
    width: 28px;
    height: 25px;
    transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 767.98px) {
    #products-page
        .product-listing
        #products-list.list-layout
        .featured-item
        .text-holder
        .list-layout-actions
        .btn-fav
        i:before {
        background-size: 24px 22px;
        width: 24px;
        height: 22px;
    }
}
#products-page
    .product-listing
    #products-list.list-layout
    .featured-item
    .text-holder
    .list-layout-actions
    .btn-fav:hover
    i:before {
    background: url(img/ico/heart-o-hover.svg);
}
#product-single #product-main {
    margin-bottom: 71px;
}
#product-single #product-main .row {
    padding-left: 5px;
    padding-right: 5px;
}
#product-single #product-main .row .fixgap {
    padding-left: 10px;
    padding-right: 10px;
}
#product-single #product-main .product-slider {
    line-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #product-single #product-main .product-slider {
        max-width: 534px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 768px) {
    #product-single #product-main .product-slider {
        display: flex;
        flex-direction: row-reverse;
    }
}
#product-single #product-main .product-slider img {
    display: block;
}
#product-single #product-main .product-slider .slider-main {
    margin-left: 20px;
    flex-grow: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #product-single #product-main .product-slider .slider-main {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #product-single #product-main .product-slider .slider-main {
        margin-left: 10px;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single #product-main .product-slider .slider-main {
        margin-left: 0;
        margin-bottom: 10px;
    }
}
#product-single #product-main .product-slider .slider-main img {
    width: 100%;
}
#product-single #product-main .product-slider .slider-nav {
    min-width: 100px;
    max-width: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #product-single #product-main .product-slider .slider-nav {
        min-width: 80px;
        max-width: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #product-single #product-main .product-slider .slider-nav {
        min-width: 80px;
        max-width: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single #product-main .product-slider .slider-nav {
        min-width: 100%;
        max-width: 100%;
    }
}
#product-single #product-main .product-slider .slider-nav .slick-slide {
    margin: 6.5px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #product-single #product-main .product-slider .slider-nav .slick-slide {
        margin: 4px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #product-single #product-main .product-slider .slider-nav .slick-slide {
        margin: 4px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single #product-main .product-slider .slider-nav .slick-slide {
        margin: 0px 5px;
    }
}
#product-single #product-main .product-slider .slider-nav .slick-list {
    margin: -6.5px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #product-single #product-main .product-slider .slider-nav .slick-list {
        margin: -4px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #product-single #product-main .product-slider .slider-nav .slick-list {
        margin: -4px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single #product-main .product-slider .slider-nav .slick-list {
        margin: 0px -5px;
    }
}
#product-single #product-main .product-slider .slider-nav img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
#product-single #product-main .product-slider .slider-nav img:hover {
    cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #product-single #product-main .product-slider .slider-nav img {
        width: 80px;
        height: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #product-single #product-main .product-slider .slider-nav img {
        width: 80px;
        height: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single #product-main .product-slider .slider-nav img {
        min-width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single #product-main .product-main-info {
        margin-top: 40px;
    }
}
#product-single #product-main .product-main-info h1 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 25px;
}
#product-single #product-main .product-main-info .product-description {
    margin-bottom: 25px;
}
#product-single #product-main .product-main-info .product-description p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    color: #626262;
    margin-bottom: 25px;
}
#product-single
    #product-main
    .product-main-info
    .product-description
    p:last-of-type {
    margin-bottom: 0;
}
#product-single #product-main .product-main-info .additional-info {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #e4d7cd;
    border-bottom: 1px solid #e4d7cd;
}
#product-single #product-main .product-main-info .additional-info .row {
    align-items: center;
}
@media only screen and (max-width: 767.98px) {
    #product-single #product-main .product-main-info .additional-info .col {
        flex-basis: 0;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single
        #product-main
        .product-main-info
        .additional-info
        .col:first-of-type {
        min-width: 59%;
    }
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .left-info
    .sky,
#product-single
    #product-main
    .product-main-info
    .additional-info
    .left-info
    .availability {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px;
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .left-info
    .sky:last-of-type,
#product-single
    #product-main
    .product-main-info
    .additional-info
    .left-info
    .availability:last-of-type {
    margin-bottom: 0;
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .left-info
    .sky
    strong,
#product-single
    #product-main
    .product-main-info
    .additional-info
    .left-info
    .availability
    strong {
    font-weight: normal;
    margin-left: 5px;
    color: #231f20;
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .left-info
    .availability
    strong {
    color: #27ae60;
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .left-info
    .soon-caption {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    text-transform: uppercase;
    display: none;
}
#product-single #product-main .product-main-info .additional-info .text-color {
    display: flex;
    align-items: center;
    margin-top: 7px;
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .text-color
    .label {
    display: inline-block;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-right: 10px;
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .text-color
    .custom-checkbox {
    padding-left: 0;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .text-color
    .custom-checkbox
    .checkmark {
    width: 18px;
    height: 18px;
    top: 0;
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .text-color
    .custom-checkbox
    .checkmark:after {
    border-color: #fff;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    transform: rotate(35deg);
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .text-color
    .custom-checkbox:nth-of-type(1)
    .checkmark {
    background-color: #e3c066;
    border-color: #e3c066;
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .text-color
    .custom-checkbox:nth-of-type(2)
    .checkmark {
    background-color: #a4a4a4;
    border-color: #a4a4a4;
}
#product-single #product-main .product-main-info .additional-info .right-info {
    padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #product-single
        #product-main
        .product-main-info
        .additional-info
        .right-info {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single
        #product-main
        .product-main-info
        .additional-info
        .right-info {
        padding-left: 0;
    }
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .right-info
    p {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #969696;
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .right-info
    p
    a {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #231f20;
    text-decoration: none;
}
#product-single
    #product-main
    .product-main-info
    .additional-info
    .right-info
    p
    a:hover {
    color: #e4d7cd;
}
#product-single #product-main .product-main-info .price {
    margin-bottom: 10px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.07em;
    color: #231f20;
    display: flex;
    align-items: center;
}
#product-single #product-main .product-main-info .price .eur {
    margin-left: 15px;
    color: #626262;
    font-size: 24px;
    line-height: 36px;
}
#product-single #product-main .product-main-info .shipping {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#product-single #product-main .product-main-info .shipping i {
    margin-right: 6px;
    color: #e4d7cd;
    font-size: 20px;
}
#product-single #product-main .product-main-info .shipping .toggle-info {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    background: none;
    text-decoration: underline;
}
#product-single #product-main .product-main-info .shop-actions {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #product-single #product-main .product-main-info .shop-actions {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single #product-main .product-main-info .shop-actions {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
}
#product-single #product-main .product-main-info .shop-actions .qty-number {
    margin-right: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    min-width: 121px;
    max-width: 121px;
    text-align: center;
}
#product-single
    #product-main
    .product-main-info
    .shop-actions
    .qty-number
    .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border: 1px solid #e4d7cd;
}
#product-single
    #product-main
    .product-main-info
    .shop-actions
    .qty-number
    .number
    .minus,
#product-single
    #product-main
    .product-main-info
    .shop-actions
    .qty-number
    .number
    .plus {
    width: 100%;
    background: #f9f6f4;
    cursor: pointer;
    border: 0;
    font-size: 16px;
    color: #626262;
    transition: 0.25s ease-in-out;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product-single
    #product-main
    .product-main-info
    .shop-actions
    .qty-number
    .number
    .minus:hover,
#product-single
    #product-main
    .product-main-info
    .shop-actions
    .qty-number
    .number
    .plus:hover {
    color: #e4d7cd;
}
#product-single
    #product-main
    .product-main-info
    .shop-actions
    .qty-number
    .number
    input {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    line-height: 1;
    text-align: center;
    display: block;
    width: 52px;
    height: 100%;
    border-left: 1px solid #e4d7cd;
    border-right: 1px solid #e4d7cd;
}
#product-single #product-main .product-main-info .shop-actions .cart {
    width: 100%;
}
#product-single #product-main .product-main-info .shop-actions .add-to-cart {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    margin-right: 10px;
    height: 60px;
}
@media only screen and (max-width: 767.98px) {
    #product-single
        #product-main
        .product-main-info
        .shop-actions
        .add-to-cart {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#product-single
    #product-main
    .product-main-info
    .shop-actions
    .add-to-cart:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (min-width: 1200px) {
    #product-single
        #product-main
        .product-main-info
        .shop-actions
        .add-to-cart {
        width: calc(100% - 10px);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #product-single
        #product-main
        .product-main-info
        .shop-actions
        .add-to-cart {
        margin-right: 0px;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single
        #product-main
        .product-main-info
        .shop-actions
        .add-to-cart {
        margin-right: 0px;
        width: auto;
        min-width: auto;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
#product-single #product-main .product-main-info .shop-actions .send-query {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    margin-right: 10px;
    height: 60px;
    flex-grow: 1;
    display: none;
}
@media only screen and (max-width: 767.98px) {
    #product-single #product-main .product-main-info .shop-actions .send-query {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#product-single
    #product-main
    .product-main-info
    .shop-actions
    .send-query:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #product-single #product-main .product-main-info .shop-actions .send-query {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single #product-main .product-main-info .shop-actions .send-query {
        display: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
#product-single
    #product-main
    .product-main-info
    .shop-actions
    .add-to-wishlist {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    width: 60px;
    height: 60px;
    min-width: 60px;
    padding: 0;
}
@media only screen and (max-width: 767.98px) {
    #product-single
        #product-main
        .product-main-info
        .shop-actions
        .add-to-wishlist {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#product-single
    #product-main
    .product-main-info
    .shop-actions
    .add-to-wishlist:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #product-single
        #product-main
        .product-main-info
        .shop-actions
        .add-to-wishlist {
        width: 100%;
        min-width: 100%;
        flex-grow: 1;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single
        #product-main
        .product-main-info
        .shop-actions
        .add-to-wishlist {
        width: 100%;
        min-width: 100%;
        flex-grow: 1;
        margin-top: 0px;
    }
}
#product-single
    #product-main
    .product-main-info
    .shop-actions
    .add-to-wishlist
    span {
    display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #product-single
        #product-main
        .product-main-info
        .shop-actions
        .add-to-wishlist
        span {
        display: inline-block;
        margin-left: 10px;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single
        #product-main
        .product-main-info
        .shop-actions
        .add-to-wishlist
        span {
        display: inline-block;
        margin-left: 10px;
    }
}
#product-single
    #product-main
    .product-main-info
    .shop-actions
    .add-to-wishlist
    i {
    position: relative;
    left: 2px;
    font-size: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #product-single
        #product-main
        .product-main-info
        .shop-actions
        .add-to-wishlist
        i {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767.98px) {
    #product-single
        #product-main
        .product-main-info
        .shop-actions
        .add-to-wishlist
        i {
        font-size: 16px;
    }
}
#product-single
    #product-main
    .product-main-info.coming-soon
    .additional-info
    .row {
    align-items: center;
}
#product-single
    #product-main
    .product-main-info.coming-soon
    .additional-info
    .soon-caption {
    display: block;
}
#product-single
    #product-main
    .product-main-info.coming-soon
    .additional-info
    .sky,
#product-single
    #product-main
    .product-main-info.coming-soon
    .additional-info
    .availability,
#product-single
    #product-main
    .product-main-info.coming-soon
    .additional-info
    .text-color {
    display: none;
}
#product-single #product-main .product-main-info.coming-soon .price,
#product-single #product-main .product-main-info.coming-soon .shipping,
#product-single #product-main .product-main-info.coming-soon .qty-number,
#product-single #product-main .product-main-info.coming-soon .add-to-cart,
#product-single #product-main .product-main-info.coming-soon .personalize-btn {
    display: none;
}
#product-single #product-main .product-main-info.coming-soon .send-query {
    display: inline-flex;
}
#product-single #product-main .product-main-info.coming-soon .cart {
    width: auto;
}
#product-single #product-description {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 767.98px) {
    #product-single #product-description {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
#product-single #product-description h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    padding: 14px 50px;
    position: relative;
    text-align: center;
    background: #f9f6f4;
}
@media only screen and (max-width: 991.98px) {
    #product-single #product-description h2 {
        padding: 17px 40px;
        font-size: 18px;
        line-height: 27px;
    }
}
#product-single #product-description h2:after {
    font-family: 'icomoon';
    font-size: 16px;
    content: '\e90f';
    color: #231f20;
    position: absolute;
    top: 15px;
    right: 30px;
    color: #231f20;
    transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
    #product-single #product-description h2:after {
        right: 17px;
        top: 20px;
    }
}
#product-single #product-description h2:hover {
    cursor: pointer;
}
#product-single #product-description h2.active:after {
    content: '\e90e';
}
#product-single #product-description .blog-body {
    padding-top: 40px;
}
#product-single #blog-area {
    background-color: #fff;
}
#product-single #blog-area .section-title {
    text-align: right;
}
#product-single #blog-area h2 {
    position: relative;
    background-color: #fff;
    padding-left: 18px;
    padding-right: 0;
}
#product-single #blog-area h2 strong {
    padding-left: 5px;
    padding-right: 0;
}
#product-single #blog-area h2 strong:after {
    background: #ece4df;
}
#product-single #blog-area h2 strong i {
    right: auto;
    left: -9px;
}
#product-single #blog-area h2 strong i:before {
    transform: skewX(-320deg);
}
#product-single #blog-area h2 strong i:after {
    transform: skewX(320deg);
}
.personalize-btn a {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    background: #f9f6f4;
    border-color: #f9f6f4;
    color: #231f20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    font-family: 'Poppins Light';
    border: 0;
}
@media only screen and (max-width: 767.98px) {
    .personalize-btn a {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
.personalize-btn a:hover {
    color: #fff;
    background-color: #e4d7cd;
}
.personalize-btn a:after {
    font-family: icomoon;
    padding-left: 5px;
    content: '\e911';
    vertical-align: middle;
    font-size: 12px;
    position: relative;
    top: 1px;
}
.empty-cart {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
@media only screen and (max-width: 767.98px) {
    .empty-cart {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}
.empty-cart .nf-in {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.empty-cart .nf-icon {
    margin-bottom: 30px;
    max-width: 158px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 767.98px) {
    .empty-cart .nf-icon {
        max-width: 100px;
        margin-bottom: 16px;
    }
}
.empty-cart .nf-icon img {
    position: relative;
    z-index: 1;
}
.empty-cart h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 15px;
}
.empty-cart p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
}
.empty-cart a.button.wc-backward {
    margin-top: 30px;
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
    .empty-cart a.button.wc-backward {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
.empty-cart a.button.wc-backward:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (max-width: 767.98px) {
    .empty-cart a.button.wc-backward {
        margin-top: 24px;
        display: flex;
        width: 100%;
    }
}
#cart-intro {
    padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #cart-intro {
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    #cart-intro {
        padding-bottom: 30px;
    }
}
#cart-intro .section-title {
    margin-bottom: 21px;
}
#cart-intro .section-title h1 {
    padding-right: 18px;
    background-color: #fff;
    position: relative;
}
#cart-intro p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #746558;
    text-transform: uppercase;
}
#cart-intro p a {
    font-family: 'Poppins Medium';
    font-weight: 500;
    color: inherit;
    text-decoration: none;
}
#cart-intro p a:hover {
    color: #e4d7cd;
}
#cart-main {
    padding-bottom: 80px;
}
#cart-main .cart-table {
    margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
    #cart-main .cart-table {
        margin-bottom: 26px;
    }
}
#cart-main .cart-table .heading-labels {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    margin: 0px;
    padding-right: 80px;
    align-items: center;
}
@media only screen and (max-width: 767.98px) {
    #cart-main .cart-table .heading-labels {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    #cart-main .cart-table .heading-labels {
        border-spacing: 0;
    }
}
#cart-main .cart-table .heading-labels span {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #231f20;
    text-transform: uppercase;
}
#cart-main .cart-table .heading-labels span.product-label {
    min-width: 63.5%;
    max-width: 63.5%;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #cart-main .cart-table .heading-labels span.product-label {
        min-width: 66%;
        max-width: 66%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #cart-main .cart-table .heading-labels span.product-label {
        min-width: 66%;
        max-width: 66%;
    }
}
#cart-main .cart-table .heading-labels span.qty-label {
    text-align: center;
    min-width: 87px;
    max-width: 87px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #cart-main .cart-table .heading-labels span.qty-label {
        max-width: 28%;
        min-width: 28%;
        text-align: left;
    }
}
#cart-main .cart-table .heading-labels span.total-label {
    min-width: 91px;
    max-width: 91px;
    text-align: right;
    padding-right: 0;
    margin-left: auto;
}
#cart-main .cart-table .product-rows {
    margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
    #cart-main .cart-table .product-rows {
        margin-top: 0;
    }
}
#cart-main .cart-table .product-rows .product-row {
    display: flex;
    align-items: center;
    border: 1px solid #e4d7cd;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #cart-main .cart-table .product-rows .product-row {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    #cart-main .cart-table .product-rows .product-row {
        display: block;
        padding: 50px;
        text-align: center;
    }
}
#cart-main .cart-table .product-rows .product-row .product-image {
    min-width: 70px;
    max-width: 70px;
    margin-right: 40px;
    position: relative;
}
@media only screen and (max-width: 767.98px) {
    #cart-main .cart-table .product-rows .product-row .product-image {
        margin-right: 0px;
        min-width: 135px;
        max-width: 135px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}
#cart-main .cart-table .product-rows .product-row .product-image a.btn-remove {
    position: absolute;
    font-size: 17px;
    top: -7px;
    right: -7px;
    z-index: 1;
    color: #231f20;
}
@media only screen and (max-width: 767.98px) {
    #cart-main
        .cart-table
        .product-rows
        .product-row
        .product-image
        a.btn-remove {
        top: -16px;
        right: -16px;
    }
}
#cart-main
    .cart-table
    .product-rows
    .product-row
    .product-image
    a.btn-remove
    span {
    display: flex;
    background: url(img/ico/remove-item.svg);
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
}
@media only screen and (max-width: 767.98px) {
    #cart-main
        .cart-table
        .product-rows
        .product-row
        .product-image
        a.btn-remove
        span {
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
    }
}
#cart-main .cart-table .product-rows .product-row .product-image img {
    display: block;
    width: 100%;
}
#cart-main .cart-table .product-rows .product-row .product-info {
    flex-grow: 1;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767.98px) {
    #cart-main .cart-table .product-rows .product-row .product-info {
        align-items: flex-start;
        flex-direction: column;
    }
}
#cart-main .cart-table .product-rows .product-row .product-info .mobile-label {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
}
@media only screen and (min-width: 768px) {
    #cart-main
        .cart-table
        .product-rows
        .product-row
        .product-info
        .mobile-label {
        display: none;
    }
}
#cart-main .cart-table .product-rows .product-row .product-info .product-title {
    display: block;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-right: 19px;
    min-width: 55%;
    max-width: 55%;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #cart-main
        .cart-table
        .product-rows
        .product-row
        .product-info
        .product-title {
        min-width: 45%;
        max-width: 45%;
    }
}
@media only screen and (max-width: 767.98px) {
    #cart-main
        .cart-table
        .product-rows
        .product-row
        .product-info
        .product-title {
        text-transform: uppercase;
        min-width: auto;
        max-width: initial;
        width: 100%;
        margin-right: 0;
        order: 1;
    }
}
#cart-main
    .cart-table
    .product-rows
    .product-row
    .product-info
    .product-title
    .variation,
#cart-main
    .cart-table
    .product-rows
    .product-row
    .product-info
    .product-title
    .variations {
    display: none;
}
#cart-main
    .cart-table
    .product-rows
    .product-row
    .product-info
    .product-title
    a {
    display: block;
    color: inherit;
}
#cart-main
    .cart-table
    .product-rows
    .product-row
    .product-info
    .product-title
    a:hover {
    color: #e4d7cd;
}
#cart-main .cart-table .product-rows .product-row .product-info .qty-number {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 115px;
    max-width: 115px;
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #cart-main
        .cart-table
        .product-rows
        .product-row
        .product-info
        .qty-number {
        min-width: 110px;
        max-width: 110px;
    }
}
@media only screen and (max-width: 767.98px) {
    #cart-main
        .cart-table
        .product-rows
        .product-row
        .product-info
        .qty-number {
        min-width: auto;
        max-width: initial;
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        order: 3;
    }
}
#cart-main
    .cart-table
    .product-rows
    .product-row
    .product-info
    .qty-number
    .quantity {
    height: 100%;
}
#cart-main
    .cart-table
    .product-rows
    .product-row
    .product-info
    .qty-number
    .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87px;
    height: 40px;
    border: 1px solid #e4d7cd;
}
#cart-main
    .cart-table
    .product-rows
    .product-row
    .product-info
    .qty-number
    .number
    .minus,
#cart-main
    .cart-table
    .product-rows
    .product-row
    .product-info
    .qty-number
    .number
    .plus {
    width: 25px;
    background: #f9f6f4;
    cursor: pointer;
    border: 0;
    font-size: 12px;
    color: #626262;
    transition: 0.25s ease-in-out;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cart-main
    .cart-table
    .product-rows
    .product-row
    .product-info
    .qty-number
    .number
    .minus:hover,
#cart-main
    .cart-table
    .product-rows
    .product-row
    .product-info
    .qty-number
    .number
    .plus:hover {
    color: #e4d7cd;
}
#cart-main
    .cart-table
    .product-rows
    .product-row
    .product-info
    .qty-number
    .number
    input {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #626262;
    line-height: 1;
    text-align: center;
    display: block;
    width: 37px;
    height: 100%;
    border-left: 1px solid #e4d7cd;
    border-right: 1px solid #e4d7cd;
}
#cart-main .cart-table .product-rows .product-row .product-info .product-total {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    text-align: right;
    padding-right: 0;
    margin-left: auto;
}
@media only screen and (max-width: 767.98px) {
    #cart-main
        .cart-table
        .product-rows
        .product-row
        .product-info
        .product-total {
        min-width: auto;
        max-width: initial;
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 40px;
        order: 2;
    }
}
@media only screen and (max-width: 991.98px) {
    #cart-main #cart-additional .row {
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 767.98px) {
    #cart-main #cart-additional .total-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}
#cart-main #cart-additional .cart-total {
    max-width: 480px;
    margin-left: auto;
    width: 100%;
    background: #f9f6f4;
    padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #cart-main #cart-additional .cart-total {
        padding: 40px;
    }
}
@media only screen and (max-width: 991.98px) {
    #cart-main #cart-additional .cart-total {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    #cart-main #cart-additional .cart-total {
        padding: 50px 15px;
    }
}
#cart-main #cart-additional .cart-total table tr td {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #231f20;
    text-transform: uppercase;
    padding-bottom: 20px;
}
#cart-main #cart-additional .cart-total table tr td:first-of-type {
    width: 55%;
}
#cart-main #cart-additional .cart-total table tr td:last-of-type {
    text-align: right;
    padding-left: 12px;
    width: 45%;
}
@media only screen and (max-width: 767.98px) {
    #cart-main #cart-additional .cart-total table tr td .custom-tooltip {
        position: static;
    }
}
#cart-main #cart-additional .cart-total table tr td .custom-tooltip i {
    color: #626262;
    font-size: 14px;
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr
    td
    .custom-tooltip
    .tooltiptext {
    left: 15px;
}
#cart-main #cart-additional .cart-total table tr.coupon {
    vertical-align: top;
}
#cart-main #cart-additional .cart-total table tr.coupon td {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #e4d7cd;
}
#cart-main #cart-additional .cart-total table tr.coupon td:first-of-type {
    font-family: 'Poppins Regular';
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: none;
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon
    td:last-of-type
    button.collapsible {
    color: inherit;
    background: none;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: none;
    color: #746558;
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon
    td:last-of-type
    button.collapsible:hover {
    color: #e4d7cd;
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon
    td:last-of-type
    button.collapsible:after {
    font-family: icomoon;
    padding-left: 5px;
    content: '\e911';
    vertical-align: middle;
    font-size: 10px;
}
#cart-main #cart-additional .cart-total table tr.coupon-expand td {
    padding-left: 0;
    border-top: 1px solid #e4d7cd;
}
#cart-main #cart-additional .cart-total table tr.coupon-expand .content {
    display: none;
    padding-top: 15px;
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    .form-group {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
@media only screen and (max-width: 767.98px) {
    #cart-main
        #cart-additional
        .cart-total
        table
        tr.coupon-expand
        .content
        .form-group {
        display: block;
    }
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    input[type='text'],
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    input[type='email'] {
    width: 80%;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0 20px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #585858;
    margin-right: 10px;
    border: 0;
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    input[type='text'].placeholder,
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    input[type='email'].placeholder {
    text-transform: uppercase;
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    input[type='text']:-moz-placeholder,
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    input[type='email']:-moz-placeholder {
    text-transform: uppercase;
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    input[type='text']::-moz-placeholder,
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    input[type='email']::-moz-placeholder {
    text-transform: uppercase;
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    input[type='text']:-ms-input-placeholder,
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    input[type='email']:-ms-input-placeholder {
    text-transform: uppercase;
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    input[type='text']::-webkit-input-placeholder,
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    input[type='email']::-webkit-input-placeholder {
    text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
    #cart-main
        #cart-additional
        .cart-total
        table
        tr.coupon-expand
        .content
        input[type='text'],
    #cart-main
        #cart-additional
        .cart-total
        table
        tr.coupon-expand
        .content
        input[type='email'] {
        font-size: 16px;
        line-height: 24px;
        padding: 0 29px;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        height: 60px;
    }
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    button[type='submit'] {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    min-width: auto;
    width: auto;
    flex-grow: 1;
    margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
    #cart-main
        #cart-additional
        .cart-total
        table
        tr.coupon-expand
        .content
        button[type='submit'] {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#cart-main
    #cart-additional
    .cart-total
    table
    tr.coupon-expand
    .content
    button[type='submit']:hover {
    color: #fff;
    background-color: #e4d7cd;
}
#cart-main #cart-additional .cart-total .total-value {
    margin-top: 8px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
#cart-main #cart-additional .cart-total .total-value strong,
#cart-main #cart-additional .cart-total .total-value span {
    width: 50%;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
}
#cart-main #cart-additional .cart-total .total-value span {
    padding-left: 12px;
    text-align: right;
}
#cart-main #cart-additional .cart-total .continue {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 60px;
    margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
    #cart-main #cart-additional .cart-total .continue {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#cart-main #cart-additional .cart-total .continue:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (max-width: 991.98px) {
    .secured-stuff {
        text-align: center;
    }
}
.secured-stuff .secure-caption {
    display: block;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #231f20;
    text-transform: uppercase;
}
.secured-stuff .secured-by {
    margin-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
    .secured-stuff .secured-by {
        margin-bottom: 44px;
    }
}
.secured-stuff .secured-by .secure-caption {
    margin-bottom: 36px;
}
@media only screen and (max-width: 991.98px) {
    .secured-stuff .secured-by .secure-caption {
        margin-bottom: 21px;
    }
}
.secured-stuff .secured-by img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
@media only screen and (max-width: 991.98px) {
    .secured-stuff .secured-by img {
        zoom: 0.9;
    }
}
.secured-stuff .secured-by img:last-of-type {
    margin-right: 0;
}
.secured-stuff .secure-check .secure-caption {
    margin-bottom: 15px;
}
.secured-stuff .secure-check p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    color: #231f20;
}
.secured-stuff .back-link {
    margin-top: 58px;
}
@media only screen and (max-width: 991.98px) {
    .secured-stuff .back-link {
        margin-top: 50px;
    }
}
.secured-stuff .back-link a {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #231f20;
    text-decoration: underline;
}
.secured-stuff .back-link a:hover {
    color: #e4d7cd;
}
.cart-total,
#order_review {
    max-width: 480px;
    margin-left: auto;
    width: 100%;
    background: #f9f6f4;
    padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cart-total,
    #order_review {
        padding: 40px;
    }
}
@media only screen and (max-width: 991.98px) {
    .cart-total,
    #order_review {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    .cart-total,
    #order_review {
        padding: 50px 15px;
    }
}
.cart-total table tr td,
#order_review table tr td {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #231f20;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.cart-total table tr td:first-of-type,
#order_review table tr td:first-of-type {
    width: 55%;
}
.cart-total table tr td:last-of-type,
#order_review table tr td:last-of-type {
    text-align: right;
    padding-left: 12px;
    width: 45%;
}
@media only screen and (max-width: 767.98px) {
    .cart-total table tr td .custom-tooltip,
    #order_review table tr td .custom-tooltip {
        position: static;
    }
}
.cart-total table tr td .custom-tooltip i,
#order_review table tr td .custom-tooltip i {
    color: #626262;
    font-size: 14px;
}
.cart-total table tr td .custom-tooltip .tooltiptext,
#order_review table tr td .custom-tooltip .tooltiptext {
    left: 15px;
}
.cart-total table tr.coupon,
#order_review table tr.coupon {
    vertical-align: top;
}
.cart-total table tr.coupon td,
#order_review table tr.coupon td {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #e4d7cd;
}
.cart-total table tr.coupon td:first-of-type,
#order_review table tr.coupon td:first-of-type {
    font-family: 'Poppins Regular';
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: none;
}
.cart-total table tr.coupon td:last-of-type button.collapsible,
#order_review table tr.coupon td:last-of-type button.collapsible {
    color: inherit;
    background: none;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: none;
    color: #746558;
}
.cart-total table tr.coupon td:last-of-type button.collapsible:hover,
#order_review table tr.coupon td:last-of-type button.collapsible:hover {
    color: #e4d7cd;
}
.cart-total table tr.coupon td:last-of-type button.collapsible:after,
#order_review table tr.coupon td:last-of-type button.collapsible:after {
    font-family: icomoon;
    padding-left: 5px;
    content: '\e911';
    vertical-align: middle;
    font-size: 10px;
}
.cart-total table tr.coupon-expand td,
#order_review table tr.coupon-expand td {
    padding-left: 0;
    border-top: 1px solid #e4d7cd;
}
.cart-total table tr.coupon-expand .content,
#order_review table tr.coupon-expand .content {
    display: none;
    padding-top: 15px;
}
.cart-total table tr.coupon-expand .content .form-group,
#order_review table tr.coupon-expand .content .form-group {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
@media only screen and (max-width: 767.98px) {
    .cart-total table tr.coupon-expand .content .form-group,
    #order_review table tr.coupon-expand .content .form-group {
        display: block;
    }
}
.cart-total table tr.coupon-expand .content input[type='text'],
.cart-total table tr.coupon-expand .content input[type='email'],
#order_review table tr.coupon-expand .content input[type='text'],
#order_review table tr.coupon-expand .content input[type='email'] {
    width: 80%;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0 20px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #585858;
    margin-right: 10px;
    border: 0;
}
.cart-total table tr.coupon-expand .content input[type='text'].placeholder,
.cart-total table tr.coupon-expand .content input[type='email'].placeholder,
#order_review table tr.coupon-expand .content input[type='text'].placeholder,
#order_review table tr.coupon-expand .content input[type='email'].placeholder {
    text-transform: uppercase;
}
.cart-total table tr.coupon-expand .content input[type='text']:-moz-placeholder,
.cart-total
    table
    tr.coupon-expand
    .content
    input[type='email']:-moz-placeholder,
#order_review
    table
    tr.coupon-expand
    .content
    input[type='text']:-moz-placeholder,
#order_review
    table
    tr.coupon-expand
    .content
    input[type='email']:-moz-placeholder {
    text-transform: uppercase;
}
.cart-total
    table
    tr.coupon-expand
    .content
    input[type='text']::-moz-placeholder,
.cart-total
    table
    tr.coupon-expand
    .content
    input[type='email']::-moz-placeholder,
#order_review
    table
    tr.coupon-expand
    .content
    input[type='text']::-moz-placeholder,
#order_review
    table
    tr.coupon-expand
    .content
    input[type='email']::-moz-placeholder {
    text-transform: uppercase;
}
.cart-total
    table
    tr.coupon-expand
    .content
    input[type='text']:-ms-input-placeholder,
.cart-total
    table
    tr.coupon-expand
    .content
    input[type='email']:-ms-input-placeholder,
#order_review
    table
    tr.coupon-expand
    .content
    input[type='text']:-ms-input-placeholder,
#order_review
    table
    tr.coupon-expand
    .content
    input[type='email']:-ms-input-placeholder {
    text-transform: uppercase;
}
.cart-total
    table
    tr.coupon-expand
    .content
    input[type='text']::-webkit-input-placeholder,
.cart-total
    table
    tr.coupon-expand
    .content
    input[type='email']::-webkit-input-placeholder,
#order_review
    table
    tr.coupon-expand
    .content
    input[type='text']::-webkit-input-placeholder,
#order_review
    table
    tr.coupon-expand
    .content
    input[type='email']::-webkit-input-placeholder {
    text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
    .cart-total table tr.coupon-expand .content input[type='text'],
    .cart-total table tr.coupon-expand .content input[type='email'],
    #order_review table tr.coupon-expand .content input[type='text'],
    #order_review table tr.coupon-expand .content input[type='email'] {
        font-size: 16px;
        line-height: 24px;
        padding: 0 29px;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        height: 60px;
    }
}
.cart-total table tr.coupon-expand .content button[type='submit'],
#order_review table tr.coupon-expand .content button[type='submit'] {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    margin-top: 0;
    min-width: auto;
    width: auto;
    flex-grow: 1;
}
@media only screen and (max-width: 767.98px) {
    .cart-total table tr.coupon-expand .content button[type='submit'],
    #order_review table tr.coupon-expand .content button[type='submit'] {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
.cart-total table tr.coupon-expand .content button[type='submit']:hover,
#order_review table tr.coupon-expand .content button[type='submit']:hover {
    color: #fff;
    background-color: #e4d7cd;
}
.cart-total .total-value,
#order_review .total-value {
    margin-top: 8px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.cart-total .total-value strong,
.cart-total .total-value span,
#order_review .total-value strong,
#order_review .total-value span {
    width: 50%;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
}
.cart-total .total-value span,
#order_review .total-value span {
    padding-left: 12px;
    text-align: right;
}
.cart-total .total-value .includes_tax,
#order_review .total-value .includes_tax {
    display: none;
}
.cart-total .continue,
#order_review .continue {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 60px;
    margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
    .cart-total .continue,
    #order_review .continue {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
.cart-total .continue:hover,
#order_review .continue:hover {
    color: #fff;
    background-color: #e4d7cd;
}
.includes_tax {
    display: none;
}
#about-page {
    padding-top: 130px;
    padding-bottom: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #about-page {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #about-page {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    #about-page {
        padding-top: 90px;
        padding-bottom: 80px;
    }
}
#about-page .about-item {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #about-page .about-item {
        padding-left: 50px;
        padding-right: 50px;
        min-height: 420px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #about-page .about-item {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    #about-page .about-item {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 70px;
    }
}
#about-page .about-item:last-of-type {
    margin-bottom: 0;
}
#about-page .about-item .row {
    align-items: center;
}
#about-page .about-item [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}
#about-page .about-item .about-photo {
    width: 100%;
    padding: 80px 0 80px 60px;
    max-width: 480px;
    max-height: 480px;
    min-height: 480px;
    background: #f9f6f4;
    position: relative;
    display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #about-page .about-item .about-photo {
        padding: 80px 0 80px 60px;
        max-width: 420px;
        max-height: 420px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #about-page .about-item .about-photo {
        padding: 60px 0 60px 40px;
        min-height: 327.5px;
        max-height: 327.5px;
    }
}
@media only screen and (max-width: 767.98px) {
    #about-page .about-item .about-photo {
        padding: 60px 0 60px 40px;
        min-height: 328px;
        max-height: 328px;
    }
}
#about-page .about-item .about-photo:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #e4d7cd;
    width: 385px;
    height: 385px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #about-page .about-item .about-photo:before {
        width: 80% !important;
        height: 80% !important;
    }
}
@media only screen and (max-width: 991.98px) {
    #about-page .about-item .about-photo:before {
        width: 80% !important;
        height: 80% !important;
        top: 50% !important;
    }
}
@media only screen and (max-width: 991.98px) {
    #about-page .about-item .about-photo:before {
        width: 85% !important;
        height: 85% !important;
    }
}
#about-page .about-item .about-photo img {
    display: block;
    max-width: 420px;
    width: 100%;
    position: relative;
    z-index: 1;
    right: -20px;
}
@media only screen and (min-width: 1200px) {
    #about-page .about-item .about-photo img {
        height: 280px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #about-page .about-item .about-photo img {
        max-width: 288px;
        position: absolute;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media only screen and (max-width: 767.98px) {
    #about-page .about-item .about-photo img {
        position: absolute;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 92%;
        right: -30px;
    }
}
@media (max-width: 380px) {
    #about-page .about-item .about-photo img {
        max-width: 100%;
    }
}
#about-page .about-item .about-text {
    margin-left: 95px;
    padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #about-page .about-item .about-text {
        margin-left: 55px;
    }
}
@media only screen and (max-width: 767.98px) {
    #about-page .about-item .about-text {
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0;
        padding-top: 60px;
    }
}
#about-page .about-item .about-text-in {
    max-width: 320px;
}
#about-page .about-item .about-text h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 30px;
    text-align: center;
}
#about-page .about-item .about-text p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
#about-page .about-item .about-text p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #about-page .about-item:nth-of-type(odd) {
        padding-left: 50px;
        padding-right: 15px;
    }
}
#about-page .about-item:nth-of-type(odd) .about-photo:before {
    left: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #about-page .about-item:nth-of-type(even) {
        padding-left: 15px;
        padding-right: 50px;
    }
}
#about-page .about-item:nth-of-type(even) .row {
    flex-direction: row-reverse;
}
#about-page .about-item:nth-of-type(even) .about-photo {
    padding: 85px 60px 115px 0px;
    margin-left: auto;
}
#about-page .about-item:nth-of-type(even) .about-photo:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #e4d7cd;
    width: 385px;
    height: 385px;
    left: auto;
    right: -30px;
}
#about-page .about-item:nth-of-type(even) .about-photo img {
    left: -20px;
    right: auto;
}
@media only screen and (max-width: 767.98px) {
    #about-page .about-item:nth-of-type(even) .about-photo img {
        left: -30px;
    }
}
#about-page .about-item:nth-of-type(even) .about-text {
    margin-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #about-page .about-item:nth-of-type(even) .about-text {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #about-page .about-item:nth-of-type(even) .about-text {
        margin-left: 0;
        margin-right: 55px;
    }
}
#about-page .about-item:nth-of-type(1) .about-photo:before,
#about-page .about-item:nth-of-type(5) .about-photo:before {
    top: -30px !important;
    left: -30px !important;
    transform: none !important;
}
#about-page .about-item:nth-of-type(4) .about-photo:before,
#about-page .about-item:nth-of-type(8) .about-photo:before {
    top: auto !important;
    bottom: -30px !important;
    transform: none !important;
}
@media only screen and (max-width: 767.98px) {
    #about-page .about-item:nth-of-type(4) .about-text,
    #about-page .about-item:nth-of-type(8) .about-text {
        padding-top: 90px;
    }
}
#blogs-page {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #blogs-page {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 767.98px) {
    #blogs-page {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}
#blogs-page .blog-filters {
    margin-bottom: 60px;
    border-bottom: 1px solid #e4d7cd;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #blogs-page .blog-filters {
        border-bottom: 0;
        margin-bottom: 50px;
    }
}
#blogs-page .blog-filters .row {
    align-items: center;
}
#blogs-page .blog-filters .blog-categories .tab-placeholder {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #626262;
    text-transform: uppercase;
    padding: 17px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #f9f6f4;
}
@media only screen and (min-width: 992px) {
    #blogs-page .blog-filters .blog-categories .tab-placeholder {
        display: none;
    }
}
#blogs-page .blog-filters .blog-categories ul {
    width: 100%;
    font-size: 0;
}
#blogs-page .blog-filters .blog-categories ul li {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 767.98px) {
    #blogs-page .blog-filters .blog-categories ul li {
        width: auto;
        display: block;
        margin: 0;
    }
}
#blogs-page .blog-filters .blog-categories ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #626262;
    padding: 0 25px;
    height: 50px;
    text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #blogs-page .blog-filters .blog-categories ul li a {
        padding: 0 15px;
    }
}
#blogs-page .blog-filters .blog-categories ul li.active a,
#blogs-page .blog-filters .blog-categories ul li:hover a,
#blogs-page .blog-filters .blog-categories ul li.current-menu-item a {
    background-color: #746558;
    color: #fff;
}
@media only screen and (max-width: 991.98px) {
    #blogs-page .blog-filters .blog-categories .wrapper-dropdown-2 {
        position: relative;
        padding: 0px;
        cursor: pointer;
        outline: none;
    }
    #blogs-page .blog-filters .blog-categories .wrapper-dropdown-2:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 18px;
        color: #626262;
        font-family: 'icomoon';
        content: '\e90d';
        transition: 0.25s ease-in-out;
        font-size: 18px;
        margin-top: -1px;
        font-weight: 900;
    }
}
@media only screen and (max-width: 991.98px) and (max-width: 767.98px) {
    #blogs-page .blog-filters .blog-categories .wrapper-dropdown-2:after {
        right: 28px;
    }
}
@media only screen and (max-width: 991.98px) {
    #blogs-page .blog-filters .blog-categories .wrapper-dropdown-2 .dropd,
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2
        #menu-blogs-categories {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        padding: 0px;
        z-index: 100;
        overflow: scroll;
        height: auto;
        background: #fff;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        list-style: none;
        opacity: 0;
        pointer-events: none;
        border: 0;
    }
    #blogs-page .blog-filters .blog-categories .wrapper-dropdown-2 .dropd li,
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2
        #menu-blogs-categories
        li {
        display: block;
        width: 100%;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        border-bottom: 1px solid #dadada;
    }
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2
        .dropd
        li:last-of-type,
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2
        #menu-blogs-categories
        li:last-of-type {
        border-bottom: 0;
    }
    #blogs-page .blog-filters .blog-categories .wrapper-dropdown-2 .dropd li a,
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2
        #menu-blogs-categories
        li
        a {
        padding-top: 12px;
        padding-bottom: 12px;
        border: 0;
        justify-content: flex-start;
    }
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2
        .dropd
        li
        a.active,
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2
        .dropd
        li
        a:hover,
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2
        #menu-blogs-categories
        li
        a.active,
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2
        #menu-blogs-categories
        li
        a:hover {
        color: #fff;
    }
    #blogs-page .blog-filters .blog-categories .wrapper-dropdown-2 .dropd li i,
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2
        #menu-blogs-categories
        li
        i {
        margin-right: 5px;
        color: inherit;
        vertical-align: middle;
    }
    #blogs-page .blog-filters .blog-categories .wrapper-dropdown-2.active {
        background: #e4d7cd;
        color: #fff;
    }
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2.active:after {
        transform: translateY(-50%) rotate(180deg);
    }
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2.active
        .dropd,
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2.active
        #menu-blogs-categories {
        opacity: 1;
        pointer-events: auto;
    }
    #blogs-page
        .blog-filters
        .blog-categories
        .wrapper-dropdown-2.active
        .tab-placeholder {
        border-bottom: 0;
    }
}
#blogs-page .blog-filters .blog-search {
    max-width: 280px;
    margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
    #blogs-page .blog-filters .blog-search {
        max-width: 100%;
        margin-top: 19px;
    }
}
#blogs-page .blog-filters .blog-search form {
    position: relative;
}
#blogs-page .blog-filters .blog-search input[type='text'],
#blogs-page .blog-filters .blog-search input[type='search'] {
    width: 100%;
    height: 50px;
    display: block;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #626262;
    border: 0;
    background-color: #fff;
    padding: 0;
    padding-right: 25px;
}
#blogs-page .blog-filters .blog-search input[type='text'].placeholder,
#blogs-page .blog-filters .blog-search input[type='search'].placeholder {
    text-transform: uppercase;
}
#blogs-page .blog-filters .blog-search input[type='text']:-moz-placeholder,
#blogs-page .blog-filters .blog-search input[type='search']:-moz-placeholder {
    text-transform: uppercase;
}
#blogs-page .blog-filters .blog-search input[type='text']::-moz-placeholder,
#blogs-page .blog-filters .blog-search input[type='search']::-moz-placeholder {
    text-transform: uppercase;
}
#blogs-page .blog-filters .blog-search input[type='text']:-ms-input-placeholder,
#blogs-page
    .blog-filters
    .blog-search
    input[type='search']:-ms-input-placeholder {
    text-transform: uppercase;
}
#blogs-page
    .blog-filters
    .blog-search
    input[type='text']::-webkit-input-placeholder,
#blogs-page
    .blog-filters
    .blog-search
    input[type='search']::-webkit-input-placeholder {
    text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
    #blogs-page .blog-filters .blog-search input[type='text'],
    #blogs-page .blog-filters .blog-search input[type='search'] {
        padding-right: 50px;
        background: #fafafa;
        border-bottom: 1px solid #e4d7cd;
        padding-left: 23px;
    }
}
#blogs-page .blog-filters .blog-search button[type='submit'] {
    color: #231f20;
    font-size: 16px;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    transition: 0.25s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
@media only screen and (max-width: 991.98px) {
    #blogs-page .blog-filters .blog-search button[type='submit'] {
        right: 23px;
    }
}
#blogs-page .blog-filters .blog-search button[type='submit']:hover {
    color: #e4d7cd;
}
#blogs-page #blogs-list .blog-item {
    margin-bottom: 60px;
}
#blog-single #blog-area {
    background-color: #fff;
}
#blog-single #blog-area .section-title {
    text-align: right;
}
#blog-single #blog-area h2 {
    position: relative;
    background-color: #fff;
    padding-left: 18px;
    padding-right: 0;
}
#blog-single #blog-area h2 strong {
    padding-left: 5px;
    padding-right: 0;
}
#blog-single #blog-area h2 strong:after {
    background: #ece4df;
}
#blog-single #blog-area h2 strong i {
    right: auto;
    left: -9px;
}
#blog-single #blog-area h2 strong i:before {
    transform: skewX(-320deg);
}
#blog-single #blog-area h2 strong i:after {
    transform: skewX(320deg);
}
@media (min-width: 1200px) {
    #blog-intro .container {
        max-width: 1010px;
    }
}
#blog-intro img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
    #blog-intro img {
        margin-bottom: 20px;
    }
}
#blog-intro .blog-metas {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
    #blog-intro .blog-metas {
        margin-bottom: 20px;
        display: block;
    }
}
#blog-intro .blog-metas span {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #626262;
}
@media only screen and (max-width: 767.98px) {
    #blog-intro .blog-metas span {
        display: block;
    }
}
#blog-intro .blog-metas span strong {
    color: #231f20;
    font-weight: 300;
}
#blog-intro .blog-metas span.post-date {
    margin-right: 34px;
}
@media only screen and (max-width: 767.98px) {
    #blog-intro .blog-metas span.post-date {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
#blog-intro .blog-metas span a {
    color: inherit;
}
#blog-intro .blog-metas span a:hover {
    color: #e4d7cd;
}
#blog-content {
    padding-bottom: 70px;
}
@media only screen and (max-width: 767.98px) {
    #blog-content {
        padding-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    #blog-content .container {
        max-width: 1010px;
    }
}
#blog-content h1 {
    background-color: #f9f6f4;
    text-align: center;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    padding: 14px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
    #blog-content h1 {
        padding: 17px 20px;
    }
}
.blog-body {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.blog-body p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.blog-body .photo-content {
    margin-top: 40px;
    margin-bottom: 40px;
}
.blog-body .photo-content img {
    display: block;
    width: 100%;
}
.blog-body .double-block {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
    .blog-body .double-block .col {
        flex-basis: 0;
    }
}
.blog-body .double-block img {
    display: block;
    width: 100%;
}
.blog-body .double-block .row {
    padding-left: 5px;
    padding-right: 5px;
}
@media only screen and (max-width: 767.98px) {
    .blog-body .double-block .row {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.blog-body .double-block .row .col {
    padding-right: 10px;
    padding-left: 10px;
}
@media only screen and (max-width: 767.98px) {
    .blog-body .double-block .row .col {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.blog-body .video-block {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
    .blog-body .video-block {
        margin-top: 18px;
    }
}
.blog-body .video-block .video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.blog-body .video-block .video-container:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.blog-body .video-block .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contact-page {
    padding-top: 130px;
    padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #contact-page {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    #contact-page {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) {
    #contact-page .contact-wrap {
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    #contact-page .container {
        max-width: 1010px;
    }
}
#contact-page .contact-collage {
    max-width: 380px;
    width: 100%;
    height: 696px;
    background: #f9f6f4;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #contact-page .contact-collage {
        margin-left: 50px;
    }
}
@media only screen and (max-width: 991.98px) {
    #contact-page .contact-collage {
        display: none;
    }
}
#contact-page .contact-collage:before {
    content: '';
    display: block;
    position: absolute;
    width: 385px;
    height: 385px;
    border: 1.5px solid #e4d7cd;
    top: -40px;
    left: -25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #contact-page .contact-collage:before {
        left: 15px;
    }
}
#contact-page .contact-collage:after {
    content: '';
    display: block;
    position: absolute;
    width: 264px;
    height: 264px;
    border: 1.5px solid #e4d7cd;
    top: 480px;
    left: -25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #contact-page .contact-collage:after {
        left: 15px;
    }
}
#contact-page .contact-collage img {
    display: block;
    position: absolute;
    z-index: 1;
    object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #contact-page .contact-collage img {
        zoom: 0.8;
        margin-left: 50px;
    }
}
#contact-page .contact-collage img:nth-of-type(1) {
    top: 100px;
    left: -55px;
    width: 420px;
    height: 280px;
}
#contact-page .contact-collage img:nth-of-type(2) {
    top: 318px;
    left: 117px;
    width: 343px;
    height: 343px;
}
#contact-page .contact-collage img:nth-of-type(3) {
    left: auto;
    left: 324px;
    top: 241px;
    width: 127px;
    height: 124px;
}
#contact-page .contact-form {
    padding-top: 30px;
    max-width: 480px;
    margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
    #contact-page .contact-form {
        padding-top: 0px;
        max-width: 100%;
    }
}
#contact-page .contact-form h1 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
    #contact-page .contact-form h1 {
        margin-bottom: 50px;
    }
}
#contact-page .contact-form form label,
#contact-page .contact-form form .wpcf7-quiz-label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #626262;
}
@media only screen and (max-width: 991.98px) {
    #contact-page .contact-form form label,
    #contact-page .contact-form form .wpcf7-quiz-label {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 27px;
    }
}
#contact-page .contact-form form .form-group {
    margin-bottom: 25px;
}
@media only screen and (max-width: 991.98px) {
    #contact-page .contact-form form .form-group {
        margin-bottom: 30px;
    }
}
#contact-page .contact-form form .form-group .math-quiz label {
    margin-bottom: 0;
}
#contact-page .contact-form form input[type='text'],
#contact-page .contact-form form input[type='email'],
#contact-page .contact-form form input[type='password'],
#contact-page .contact-form form input[type='number'],
#contact-page .contact-form form input[type='tel'],
#contact-page .contact-form form input[type='date'],
#contact-page .contact-form form textarea,
#contact-page .contact-form form select {
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e4d7ce;
    padding: 0 30px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #626262;
}
#contact-page .contact-form form input[type='text'].placeholder,
#contact-page .contact-form form input[type='email'].placeholder,
#contact-page .contact-form form input[type='password'].placeholder,
#contact-page .contact-form form input[type='number'].placeholder,
#contact-page .contact-form form input[type='tel'].placeholder,
#contact-page .contact-form form input[type='date'].placeholder,
#contact-page .contact-form form textarea.placeholder,
#contact-page .contact-form form select.placeholder {
    color: #969696;
}
#contact-page .contact-form form input[type='text']:-moz-placeholder,
#contact-page .contact-form form input[type='email']:-moz-placeholder,
#contact-page .contact-form form input[type='password']:-moz-placeholder,
#contact-page .contact-form form input[type='number']:-moz-placeholder,
#contact-page .contact-form form input[type='tel']:-moz-placeholder,
#contact-page .contact-form form input[type='date']:-moz-placeholder,
#contact-page .contact-form form textarea:-moz-placeholder,
#contact-page .contact-form form select:-moz-placeholder {
    color: #969696;
}
#contact-page .contact-form form input[type='text']::-moz-placeholder,
#contact-page .contact-form form input[type='email']::-moz-placeholder,
#contact-page .contact-form form input[type='password']::-moz-placeholder,
#contact-page .contact-form form input[type='number']::-moz-placeholder,
#contact-page .contact-form form input[type='tel']::-moz-placeholder,
#contact-page .contact-form form input[type='date']::-moz-placeholder,
#contact-page .contact-form form textarea::-moz-placeholder,
#contact-page .contact-form form select::-moz-placeholder {
    color: #969696;
}
#contact-page .contact-form form input[type='text']:-ms-input-placeholder,
#contact-page .contact-form form input[type='email']:-ms-input-placeholder,
#contact-page .contact-form form input[type='password']:-ms-input-placeholder,
#contact-page .contact-form form input[type='number']:-ms-input-placeholder,
#contact-page .contact-form form input[type='tel']:-ms-input-placeholder,
#contact-page .contact-form form input[type='date']:-ms-input-placeholder,
#contact-page .contact-form form textarea:-ms-input-placeholder,
#contact-page .contact-form form select:-ms-input-placeholder {
    color: #969696;
}
#contact-page .contact-form form input[type='text']::-webkit-input-placeholder,
#contact-page .contact-form form input[type='email']::-webkit-input-placeholder,
#contact-page
    .contact-form
    form
    input[type='password']::-webkit-input-placeholder,
#contact-page
    .contact-form
    form
    input[type='number']::-webkit-input-placeholder,
#contact-page .contact-form form input[type='tel']::-webkit-input-placeholder,
#contact-page .contact-form form input[type='date']::-webkit-input-placeholder,
#contact-page .contact-form form textarea::-webkit-input-placeholder,
#contact-page .contact-form form select::-webkit-input-placeholder {
    color: #969696;
}
@media only screen and (max-width: 991.98px) {
    #contact-page .contact-form form input[type='text'],
    #contact-page .contact-form form input[type='email'],
    #contact-page .contact-form form input[type='password'],
    #contact-page .contact-form form input[type='number'],
    #contact-page .contact-form form input[type='tel'],
    #contact-page .contact-form form input[type='date'],
    #contact-page .contact-form form textarea,
    #contact-page .contact-form form select {
        height: 60px;
        padding: 0 20px;
        font-size: 18px;
        line-height: 27px;
    }
}
#contact-page .contact-form form textarea {
    height: 183px;
    padding-top: 13px;
    padding-bottom: 13px;
}
#contact-page .contact-form form input[type='submit'] {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    height: 60px;
    display: flex;
    width: 100%;
    margin-top: 39px;
}
@media only screen and (max-width: 767.98px) {
    #contact-page .contact-form form input[type='submit'] {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#contact-page .contact-form form input[type='submit']:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (max-width: 991.98px) {
    #contact-page .contact-form form input[type='submit'] {
        margin-top: 40px;
    }
}
#faq-page {
    padding-bottom: 60px;
}
@media only screen and (max-width: 767.98px) {
    #faq-page {
        padding-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    #faq-page .container {
        max-width: 1010px;
    }
}
#faq-page .faq__accordion .faq-wrap h3 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    padding: 14px 50px;
    position: relative;
    text-align: center;
    background: #f9f6f4;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
    #faq-page .faq__accordion .faq-wrap h3 {
        padding: 19px 40px;
    }
}
#faq-page .faq__accordion .faq-wrap h3:after {
    font-family: 'icomoon';
    font-size: 16px;
    content: '\e90f';
    color: #231f20;
    position: absolute;
    top: 15px;
    right: 30px;
    color: #231f20;
    transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
    #faq-page .faq__accordion .faq-wrap h3:after {
        right: 17px;
        top: 20px;
    }
}
#faq-page .faq__accordion .faq-wrap h3:hover {
    cursor: pointer;
}
#faq-page .faq__accordion .faq-wrap h3.active:after {
    content: '\e90e';
}
#faq-page .faq__accordion .faq-wrap .content {
    display: none;
    max-width: 776px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}
#faq-page .faq__accordion .faq-wrap .content p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
#faq-page .faq__accordion .faq-wrap .content p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
    #faq-page .faq__accordion .faq-wrap .content p {
        text-align: justify;
    }
}
#privacy-page {
    margin-bottom: 80px;
}
@media only screen and (max-width: 767.98px) {
    #privacy-page {
        margin-bottom: 60px;
    }
}
#privacy-page .privacy-holder {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
#privacy-page h1,
#privacy-page h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    text-align: center;
    margin-bottom: 30px;
}
#privacy-page h2 {
    margin-top: 60px;
}
@media only screen and (max-width: 767.98px) {
    #privacy-page h2 {
        margin-top: 70px;
    }
}
#privacy-page p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    text-align: justify;
}
@media only screen and (max-width: 767.98px) {
    #privacy-page p {
        text-align: left;
    }
}
#privacy-page p:last-of-type {
    margin-bottom: 0px;
}
#privacy-page ul {
    margin-top: 30px;
    margin-bottom: 30px;
}
#privacy-page ul li {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 25px;
}
#privacy-page ul li:before {
    content: '•';
    font-size: 18px;
    position: absolute;
    left: 8px;
    top: 1px;
}
#customize-page {
    padding-bottom: 100px;
}
@media only screen and (max-width: 767.98px) {
    #customize-page {
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 992px) {
    #customize-page .customize-settings-wrap {
        padding-left: 10px;
    }
}
#customize-page .customize-settings .row {
    padding-left: 5px;
    padding-right: 5px;
}
#customize-page .customize-settings [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}
#customize-page .customize-settings h1,
#customize-page .customize-settings h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    background: #f9f6f4;
    text-align: center;
    padding: 11px;
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings h1,
    #customize-page .customize-settings h2 {
        padding: 16px 11px;
    }
}
#customize-page .customize-settings h2 {
    margin-top: 40px;
}
#customize-page .customize-settings span.label {
    display: block;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #626262;
    margin-top: 25px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #customize-page .customize-settings span.label {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings span.label {
        margin-top: 35px;
        margin-bottom: 5px;
    }
}
#customize-page .customize-settings .select-color {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#customize-page .customize-settings .select-color button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    border: 0;
}
#customize-page .customize-settings .select-color button.active {
    border: 1px solid #231f20;
}
#customize-page .customize-settings .select-color button:nth-of-type(odd) {
    color: #ead462;
}
#customize-page .customize-settings .select-color button:nth-of-type(even) {
    color: #e6e6e6;
}
#customize-page .customize-settings .select-color button:nth-of-type(1) {
    background-color: #78a5b4;
}
#customize-page .customize-settings .select-color button:nth-of-type(2) {
    background-color: #78a5b4;
}
#customize-page .customize-settings .select-color button:nth-of-type(3) {
    background-color: #78b489;
}
#customize-page .customize-settings .select-color button:nth-of-type(4) {
    background-color: #78b489;
}
#customize-page .customize-settings .select-color button:nth-of-type(5) {
    background-color: #a86b6b;
}
#customize-page .customize-settings .select-color button:nth-of-type(6) {
    background-color: #a86b6b;
}
#customize-page .customize-settings .select-color button:nth-of-type(7) {
    background-color: #d3a3a9;
}
#customize-page .customize-settings .select-color button:nth-of-type(8) {
    background-color: #d3a3a9;
}
#customize-page .customize-settings .select-color button:nth-of-type(9) {
    background-color: #c9bda7;
}
#customize-page .customize-settings .select-color button:nth-of-type(10) {
    background-color: #c9bda7;
}
#customize-page .customize-settings p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    color: #7c7c7c;
    margin-top: 10px;
    margin-bottom: 10px;
}
#customize-page .customize-settings p a {
    color: #231f20;
}
#customize-page .customize-settings p a:hover {
    color: #e4d7cd;
}
#customize-page .customize-settings input[type='text'],
#customize-page .customize-settings input[type='email'],
#customize-page .customize-settings textarea {
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e4d7ce;
    padding: 0 20px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #969696;
}
#customize-page .customize-settings input[type='text'].placeholder,
#customize-page .customize-settings input[type='email'].placeholder,
#customize-page .customize-settings textarea.placeholder {
    color: #969696;
}
#customize-page .customize-settings input[type='text']:-moz-placeholder,
#customize-page .customize-settings input[type='email']:-moz-placeholder,
#customize-page .customize-settings textarea:-moz-placeholder {
    color: #969696;
}
#customize-page .customize-settings input[type='text']::-moz-placeholder,
#customize-page .customize-settings input[type='email']::-moz-placeholder,
#customize-page .customize-settings textarea::-moz-placeholder {
    color: #969696;
}
#customize-page .customize-settings input[type='text']:-ms-input-placeholder,
#customize-page .customize-settings input[type='email']:-ms-input-placeholder,
#customize-page .customize-settings textarea:-ms-input-placeholder {
    color: #969696;
}
#customize-page
    .customize-settings
    input[type='text']::-webkit-input-placeholder,
#customize-page
    .customize-settings
    input[type='email']::-webkit-input-placeholder,
#customize-page .customize-settings textarea::-webkit-input-placeholder {
    color: #969696;
}
@media only screen and (max-width: 991.98px) {
    #customize-page .customize-settings input[type='text'],
    #customize-page .customize-settings input[type='email'],
    #customize-page .customize-settings textarea {
        height: 60px;
        padding: 0 20px;
        font-size: 18px;
        line-height: 27px;
    }
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings input[type='text'],
    #customize-page .customize-settings input[type='email'],
    #customize-page .customize-settings textarea {
        margin-top: 10px;
    }
}
#customize-page .customize-settings .select2-container {
    width: 100% !important;
    max-width: 100% !important;
}
#customize-page .customize-settings .select2-selection--single {
    background: #fff;
    width: 100%;
    height: 50px !important;
    padding: 13px 25px 13px 20px;
    border-radius: 0;
    border: 1px solid #e4d7cd !important;
}
#customize-page .customize-settings .select2-selection {
    border: 1px solid #e4d7cd !important;
    border-top: 0;
    position: relative;
}
#customize-page .customize-settings .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}
#customize-page .customize-settings .select2-selection:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    color: #595959;
    font-family: 'icomoon';
    content: '\e90d';
    transition: 0.25s ease-in-out;
    font-size: 18px;
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings .select2-selection:after {
        right: 28px;
    }
}
#customize-page .customize-settings .select2-selection__arrow {
    display: none;
}
#customize-page .customize-settings .select2-selection__rendered {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #969696;
}
#customize-page .customize-settings .select2-selection--single {
    margin: 0;
}
#customize-page
    .customize-settings
    .select2-container--open
    .select2-selection:after {
    transform: translateY(-50%) rotate(180deg);
}
#customize-page .customize-settings .select2-selection__rendered img {
    margin-right: 15px;
}
#customize-page .customize-settings .custom-radiobox {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e4d7ce;
    padding: 0 30px;
    padding-left: 49px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #969696;
    margin-top: 0 !important;
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings .custom-radiobox {
        margin-bottom: 15px;
    }
}
#customize-page .customize-settings .custom-radiobox .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}
#customize-page .customize-settings .form-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#customize-page .customize-settings .form-heading .charsmun {
    text-align: right;
    margin-top: 25px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings .form-heading .charsmun {
        margin-top: 35px;
        margin-bottom: 5px;
    }
}
#customize-page .customize-settings textarea {
    height: 183px;
    padding-top: 13px;
    padding-bottom: 13px;
}
#customize-page .customize-settings textarea#blogscmnt {
    height: 130px;
}
#customize-page .customize-settings textarea#blogscmnt2 {
    height: 80px;
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings textarea#blogscmnt2 {
        height: 180px;
    }
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings textarea {
        height: 260px;
    }
}
#customize-page .customize-settings .action-btns {
    margin-top: 40px;
    display: flex;
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings .action-btns {
        display: block;
    }
}
#customize-page .customize-settings .action-btns button {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    height: 60px;
    flex-grow: 1;
    background: #f9f6f4;
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings .action-btns button {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#customize-page .customize-settings .action-btns button:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings .action-btns button {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
#customize-page .customize-settings .action-btns button:first-of-type {
    margin-right: 10px;
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings .action-btns button:first-of-type {
        margin-bottom: 10px;
    }
}
#customize-page .customize-settings .action-btns button:last-of-type {
    margin-left: 10px;
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings .action-btns button {
        min-width: 100%;
        width: 100%;
        display: flex;
    }
}
#customize-page .customize-settings .custom-checkbox {
    margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
    #customize-page .customize-settings .select2-container {
        margin-top: 10px;
    }
}
.show-design-modal .modal {
    display: block;
    background-color: #f9f6f4;
    padding: 20px 17px !important;
    padding-top: 52px !important;
    max-width: 580px;
    border-radius: 0;
}
.show-design-modal .modal .close-modal {
    top: 10px;
    right: 20px;
}
.show-design-modal .modal .close-modal img {
    width: 12px;
    height: 12px;
}
.customize-preview {
    max-width: 545px;
}
@media only screen and (max-width: 991.98px) {
    .customize-preview {
        display: none;
    }
}
.customize-preview .preview-box {
    width: 100%;
    height: 397px;
    background-color: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 15px;
}
.customize-preview .preview-box-front_page {
    margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .customize-preview .preview-box {
        height: 328px;
    }
}
.customize-preview .preview-box .custom-title {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 69px;
    text-align: center;
    color: #595959;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .customize-preview .preview-box .custom-title {
        font-size: 40px;
        line-height: 55px;
    }
}
.customize-preview .preview-box .custom-subtitle {
    margin-top: 42px;
}
.customize-preview .preview-box .custom-subtitle,
.customize-preview .preview-box p {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 46px;
    text-align: center;
    color: #595959;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .customize-preview .preview-box .custom-subtitle,
    .customize-preview .preview-box p {
        font-size: 24px;
        line-height: 28px;
    }
}
.customize-preview .preview-box .custom-placeholder {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
}
.customize-preview .preview-box span + img,
.customize-preview .preview-box div + img,
.customize-preview .preview-box p + img {
    margin-top: 42px;
}
.customize-preview .back-link {
    margin-top: 40px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 991.98px) {
    .customize-preview .back-link {
        margin-top: 50px;
    }
}
.customize-preview .back-link a {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #231f20;
    text-decoration: underline;
}
.customize-preview .back-link a:hover {
    color: #e4d7cd;
}
.customize-preview .contact-info p {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #969696;
}
.customize-preview .contact-info p a {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #231f20;
    text-decoration: none;
}
.customize-preview .contact-info p a:hover {
    color: #e4d7cd;
}
.has-color-pe-golden-text {
    color: goldenrod !important;
}
.has-color-pe-golden-text span,
.has-color-pe-golden-text p {
    color: goldenrod !important;
}
.has-text-position-pe-top {
    justify-content: flex-start !important;
}
.has-text-position-pe-bottom {
    justify-content: flex-end !important;
}
#checkout-page {
    padding-bottom: 80px;
}
@media only screen and (max-width: 767.98px) {
    #checkout-page {
        padding-bottom: 56px;
    }
}
#checkout-page .checkout-step-title {
    padding: 16px 32px;
    border-radius: 4px 4px 0px 0px;
    background: #f9f6f4;
}
#checkout-page .checkout-step-title h3 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
#checkout-page .checkout-step-title h3 span {
    display: block;
    margin-right: 7px;
}
#checkout-page h4 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 16px;
}
#checkout-page .checkout-step-content {
    border-right: 1px solid #e4d7ce;
    border-left: 1px solid #e4d7ce;
    padding: 16px 32px;
}
@media only screen and (max-width: 991.98px) {
    #checkout-page .checkout-step-content {
        padding-left: 16px;
        padding-right: 16px;
    }
}
#checkout-page .checkout-step-content h3 {
    display: none;
}
#checkout-page .checkout-wrap {
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 992px) {
    #checkout-page .checkout-wrap {
        max-width: 598px;
    }
}
#checkout-page .next-step-button {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    background: #f9f6f4;
    margin-top: 16px;
}
@media only screen and (max-width: 767.98px) {
    #checkout-page .next-step-button {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#checkout-page .next-step-button:hover {
    color: #fff;
    background-color: #e4d7cd;
}
#checkout-page .next-step-button:hover {
    background-color: #e4d7cd;
}
#checkout-page label.checkbox {
    margin-bottom: 0;
    text-transform: none;
}
#checkout-page .woocommerce-terms-and-conditions-checkbox-text {
    display: inline;
}
#checkout-page .woocommerce-privacy-policy-text {
    display: none;
}
#checkout-page .woocommerce-terms-and-conditions-wrapper p {
    margin-bottom: 0;
}
#checkout-page .secured-stuff {
    margin-top: 80px;
}
@media only screen and (max-width: 991.98px) {
    #checkout-page .secured-stuff {
        margin-top: 40px;
    }
}
#checkout-page .custom-radiobox li {
    margin-bottom: 17px;
}
#checkout-page .custom-radiobox li:last-of-type {
    margin-bottom: 0;
}
#checkout-page #shipping_method {
    margin-bottom: 32px;
}
#checkout-page #shipping_method li:has(input[type='hidden']) {
    padding-left: 0;
}
#checkout-page #shipping_method label {
    display: flex;
    justify-content: space-between;
}
#checkout-page #shipping_method label span {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
}
#checkout-page .shipping-payment {
    font-size: 0;
}
#checkout-page #payment {
    margin-bottom: 32px;
}
#checkout-page #payment .place-order {
    display: none;
}
#checkout-page .checkbox .tgpc-enable-checkout-gift-wrapper--label_text strong {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    color: #656565;
}
#checkout-page #tgpc_enable_checkout_gift_wrapper_field {
    margin-bottom: 8px !important;
}
#checkout-page .woocommerce-terms-and-conditions-checkbox-text {
    padding-left: 0;
}
#checkout-page .checkout-step {
    border-bottom: 1px solid #e4d7ce;
}
#checkout-page .checkout-step.is-completed {
    border-bottom: 0;
}
#checkout-page .checkout-step.is-completed h3 {
    color: #7d8863;
}
#checkout-page .checkout-step.is-completed h3 span {
    color: #7d8863;
}
#checkout-page .checkout-step .shipping-payment {
    font-size: 0;
}
#checkout-page .checkout-step-completed {
    display: none;
    padding: 24px;
    border-left: 1px solid #e4d7ce;
    border-right: 1px solid #e4d7ce;
}
#checkout-page .checkout-step-completed .value .price-group {
    display: none;
}
#checkout-page .checkout-step-completed .value img {
    height: 23px;
    margin-left: 8px;
}
#checkout-page .checkout-step-completed .value p {
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    #checkout-page .checkout-step-completed .value p {
        display: flex;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 767.98px) {
    #checkout-page .checkout-step-completed .value p {
        margin-bottom: 16px;
    }
}
#checkout-page .checkout-step-completed .value p span {
    font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
    #checkout-page .checkout-step-completed .value p span {
        display: block;
        margin-top: 8px;
    }
}
#checkout-page .checkout-step-completed p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    margin-bottom: 8px;
}
#checkout-page .checkout-step-completed .edit {
    margin-top: 32px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
#checkout-page .checkout-step-completed .edit:hover {
    cursor: pointer;
    color: #e4d7cd;
}
#checkout-page .checkout-step.is-disabled.is-disabled {
    display: none;
}
#checkout-page
    .checkout-step:not(.is-simple).is-completed
    .checkout-step-content {
    display: none;
}
#checkout-page
    .checkout-step:not(.is-simple).is-completed
    .checkout-step-completed {
    display: block;
}
#checkout-page .total-wrap .show-cart-items .show-cart-button {
    margin-top: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 12px 16px;
    background: #f9f6f4;
    border: 1px solid #e4d7ce;
    border-radius: 4px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    text-transform: uppercase;
    position: relative;
    padding-right: 40px;
}
#checkout-page .total-wrap .show-cart-items .show-cart-button:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: icomoon;
    right: 16px;
    content: '\e90d';
    vertical-align: middle;
    font-size: 18px;
    color: #231f20;
    transition: 0.25s ease-in-out;
}
#checkout-page .total-wrap .show-cart-items .show-cart-button.active:after {
    transform: translateY(-50%) rotate(180deg);
}
#checkout-page .total-wrap .show-cart-items .product-rows {
    display: none;
    box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.03);
    max-height: 400px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #746558 #c9c9c9;
}
#checkout-page .total-wrap .show-cart-items .product-rows::-webkit-scrollbar {
    width: 8px;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows::-webkit-scrollbar-thumb {
    background-color: #746558;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows::-webkit-scrollbar-track {
    background-color: #c9c9c9;
}
#checkout-page .total-wrap .show-cart-items .product-rows .product-row {
    background-color: #fff;
    padding: 8px 16px;
    display: flex;
    align-items: center;
}
#checkout-page .total-wrap .show-cart-items .product-rows .product-row ins {
    text-decoration: none;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-photo {
    max-width: 81px;
    min-width: 81px;
    margin-right: 16px;
    align-self: center;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-photo
    a {
    display: block;
    font-size: 0;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-photo
    a
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/4;
    max-height: 81px;
    border-radius: 4px;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-content {
    flex-grow: 1;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-content
    .product-title {
    display: block;
    margin-bottom: 8px;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #2d2d2d;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-content
    .product-title
    a {
    display: block;
    color: inherit;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-content
    .product-title
    a:hover {
    color: #746558;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-content
    .price {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-content
    .price
    del {
    display: none;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-content
    .price
    ins {
    text-decoration: none;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-content
    .price
    span.variable {
    font-size: 16px;
    margin-right: 1px;
    font-weight: 400;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-content
    .price.onsale {
    color: #a83f45;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#checkout-page
    .total-wrap
    .show-cart-items
    .product-rows
    .product-row
    .product-content
    .price.onsale
    .variable {
    margin-right: 4px;
}
#checkout-page #order_review {
    padding-bottom: 15px;
}
@media only screen and (max-width: 991.98px) {
    #checkout-page #order_review {
        margin-top: 56px;
    }
}
@media only screen and (min-width: 1200px) {
    #checkout-page #billing_city_field,
    #checkout-page #shipping_city_field,
    #checkout-page #billing_postcode_field,
    #checkout-page #shipping_postcode_field {
        width: 50% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #checkout-page #billing_city_field,
    #checkout-page #shipping_city_field,
    #checkout-page #billing_postcode_field,
    #checkout-page #shipping_postcode_field {
        width: 50% !important;
    }
}
#checkout-page #billing_company_field,
#checkout-page #_billing_eu_vat_number_field,
#checkout-page #billing_company_address_field {
    display: none;
}
#checkout-page #ship-to-different-address {
    margin-bottom: 20px;
}
#checkout-page .woocommerce-address-fields__field-wrapper,
#checkout-page .woocommerce-billing-fields__field-wrapper,
#checkout-page .woocommerce-shipping-fields__field-wrapper,
#checkout-page .woocommerce-additional-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
#checkout-page .woocommerce-address-fields__field-wrapper .clear,
#checkout-page .woocommerce-billing-fields__field-wrapper .clear,
#checkout-page .woocommerce-shipping-fields__field-wrapper .clear,
#checkout-page .woocommerce-additional-fields__field-wrapper .clear {
    display: none;
}
#checkout-page .woocommerce-address-fields__field-wrapper .form-row-first,
#checkout-page .woocommerce-address-fields__field-wrapper .form-row-last,
#checkout-page .woocommerce-billing-fields__field-wrapper .form-row-first,
#checkout-page .woocommerce-billing-fields__field-wrapper .form-row-last,
#checkout-page .woocommerce-shipping-fields__field-wrapper .form-row-first,
#checkout-page .woocommerce-shipping-fields__field-wrapper .form-row-last,
#checkout-page .woocommerce-additional-fields__field-wrapper .form-row-first,
#checkout-page .woocommerce-additional-fields__field-wrapper .form-row-last {
    width: 100% !important;
}
#checkout-page .woocommerce-address-fields__field-wrapper > .form-row,
#checkout-page .woocommerce-address-fields__field-wrapper > fieldset,
#checkout-page .woocommerce-address-fields__field-wrapper > p,
#checkout-page .woocommerce-address-fields__field-wrapper > div,
#checkout-page .woocommerce-billing-fields__field-wrapper > .form-row,
#checkout-page .woocommerce-billing-fields__field-wrapper > fieldset,
#checkout-page .woocommerce-billing-fields__field-wrapper > p,
#checkout-page .woocommerce-billing-fields__field-wrapper > div,
#checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row,
#checkout-page .woocommerce-shipping-fields__field-wrapper > fieldset,
#checkout-page .woocommerce-shipping-fields__field-wrapper > p,
#checkout-page .woocommerce-shipping-fields__field-wrapper > div,
#checkout-page .woocommerce-additional-fields__field-wrapper > .form-row,
#checkout-page .woocommerce-additional-fields__field-wrapper > fieldset,
#checkout-page .woocommerce-additional-fields__field-wrapper > p,
#checkout-page .woocommerce-additional-fields__field-wrapper > div {
    padding: 0 8px;
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    #checkout-page .woocommerce-address-fields__field-wrapper > .form-row,
    #checkout-page .woocommerce-address-fields__field-wrapper > fieldset,
    #checkout-page .woocommerce-address-fields__field-wrapper > p,
    #checkout-page .woocommerce-address-fields__field-wrapper > div,
    #checkout-page .woocommerce-billing-fields__field-wrapper > .form-row,
    #checkout-page .woocommerce-billing-fields__field-wrapper > fieldset,
    #checkout-page .woocommerce-billing-fields__field-wrapper > p,
    #checkout-page .woocommerce-billing-fields__field-wrapper > div,
    #checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row,
    #checkout-page .woocommerce-shipping-fields__field-wrapper > fieldset,
    #checkout-page .woocommerce-shipping-fields__field-wrapper > p,
    #checkout-page .woocommerce-shipping-fields__field-wrapper > div,
    #checkout-page .woocommerce-additional-fields__field-wrapper > .form-row,
    #checkout-page .woocommerce-additional-fields__field-wrapper > fieldset,
    #checkout-page .woocommerce-additional-fields__field-wrapper > p,
    #checkout-page .woocommerce-additional-fields__field-wrapper > div {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #checkout-page .woocommerce-address-fields__field-wrapper > .form-row,
    #checkout-page .woocommerce-address-fields__field-wrapper > fieldset,
    #checkout-page .woocommerce-address-fields__field-wrapper > p,
    #checkout-page .woocommerce-address-fields__field-wrapper > div,
    #checkout-page .woocommerce-billing-fields__field-wrapper > .form-row,
    #checkout-page .woocommerce-billing-fields__field-wrapper > fieldset,
    #checkout-page .woocommerce-billing-fields__field-wrapper > p,
    #checkout-page .woocommerce-billing-fields__field-wrapper > div,
    #checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row,
    #checkout-page .woocommerce-shipping-fields__field-wrapper > fieldset,
    #checkout-page .woocommerce-shipping-fields__field-wrapper > p,
    #checkout-page .woocommerce-shipping-fields__field-wrapper > div,
    #checkout-page .woocommerce-additional-fields__field-wrapper > .form-row,
    #checkout-page .woocommerce-additional-fields__field-wrapper > fieldset,
    #checkout-page .woocommerce-additional-fields__field-wrapper > p,
    #checkout-page .woocommerce-additional-fields__field-wrapper > div {
        width: 50%;
    }
}
#checkout-page .woocommerce-address-fields__field-wrapper > .form-row-wide,
#checkout-page .woocommerce-address-fields__field-wrapper > fieldset,
#checkout-page .woocommerce-address-fields__field-wrapper > .notes,
#checkout-page
    .woocommerce-address-fields__field-wrapper
    > .woocommerce-privacy-policy-text,
#checkout-page .woocommerce-billing-fields__field-wrapper > .form-row-wide,
#checkout-page .woocommerce-billing-fields__field-wrapper > fieldset,
#checkout-page .woocommerce-billing-fields__field-wrapper > .notes,
#checkout-page
    .woocommerce-billing-fields__field-wrapper
    > .woocommerce-privacy-policy-text,
#checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row-wide,
#checkout-page .woocommerce-shipping-fields__field-wrapper > fieldset,
#checkout-page .woocommerce-shipping-fields__field-wrapper > .notes,
#checkout-page
    .woocommerce-shipping-fields__field-wrapper
    > .woocommerce-privacy-policy-text,
#checkout-page .woocommerce-additional-fields__field-wrapper > .form-row-wide,
#checkout-page .woocommerce-additional-fields__field-wrapper > fieldset,
#checkout-page .woocommerce-additional-fields__field-wrapper > .notes,
#checkout-page
    .woocommerce-additional-fields__field-wrapper
    > .woocommerce-privacy-policy-text {
    width: 100%;
}
#checkout-page
    .woocommerce-address-fields__field-wrapper
    label:not(.woocommerce-form__label-for-checkbox)
    abbr,
#checkout-page
    .woocommerce-billing-fields__field-wrapper
    label:not(.woocommerce-form__label-for-checkbox)
    abbr,
#checkout-page
    .woocommerce-shipping-fields__field-wrapper
    label:not(.woocommerce-form__label-for-checkbox)
    abbr,
#checkout-page
    .woocommerce-additional-fields__field-wrapper
    label:not(.woocommerce-form__label-for-checkbox)
    abbr {
    text-decoration: none;
}
#checkout-page .woocommerce-billing-fields:not(:last-child),
#checkout-page .woocommerce-shipping-fields:not(:last-child),
#checkout-page .woocommerce-additional-fields:not(:last-child) {
    margin-top: 0.5rem;
}
#checkout-page .woocommerce #billing_company_toggle_field {
    width: 100% !important;
}
#checkout-page .woocommerce #billing_company_toggle_field label {
    padding-left: 32px;
}
#checkout-page .woocommerce span.optional {
    display: none;
}
#thankyou-page {
    position: relative;
    padding-bottom: 80px;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page {
        padding-bottom: 56px;
    }
}
#thankyou-page .thankyou-text,
#thankyou-page .order-detials-wrap {
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .order-detials-wrap {
        margin-bottom: 32px !important;
    }
}
#thankyou-page .thankyou-text {
    padding: 12px;
    background: #f6e9db;
    border: 1px solid #bebebe;
    margin-bottom: 24px;
    text-align: center;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .thankyou-text {
        margin-bottom: 16px;
    }
}
#thankyou-page .thankyou-text p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#thankyou-page .thankyou-text p:before {
    display: block;
    font-family: 'icomoon';
    content: '\e919';
    font-size: 14px;
    margin-right: 6px;
    color: #71410e;
}
#thankyou-page .order-detials-wrap {
    padding: 24px 32px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e4d7ce;
    margin-bottom: 56px;
}
#thankyou-page .order-detials-wrap ul.order_details {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
    #thankyou-page .order-detials-wrap ul.order_details {
        display: block;
    }
}
#thankyou-page .order-detials-wrap ul.order_details li {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    text-transform: uppercase;
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 991.98px) {
    #thankyou-page .order-detials-wrap ul.order_details li {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 991.98px) {
    #thankyou-page .order-detials-wrap ul.order_details li:last-of-type {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 991.98px) {
    #thankyou-page .order-detials-wrap ul.order_details li span {
        display: none;
    }
}
#thankyou-page .order-detials-wrap ul.order_details li strong {
    display: block;
    color: #626262;
    font-weight: 500;
    margin-top: 14px;
}
@media only screen and (max-width: 991.98px) {
    #thankyou-page .order-detials-wrap ul.order_details li strong {
        font-size: 14px;
        margin-top: 0;
    }
}
#thankyou-page .order-detials-wrap ul.order_details li.total strong {
    font-weight: 400;
}
#thankyou-page .order-detials-wrap ul.order_details li:not(strong) {
    text-transform: uppercase;
}
#thankyou-page .woocommerce-order-details {
    max-width: 808px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: 1px solid #e4d7ce;
    background: #fcfcfc;
    margin-bottom: 24px;
    padding: 32px;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details {
        padding: 24px;
    }
}
#thankyou-page .woocommerce-order-details h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    text-align: center;
    color: #2d2d2d;
    padding-bottom: 12px;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details h2 {
        padding-bottom: 24px;
    }
}
#thankyou-page .woocommerce-order-details h2 strong {
    font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details table,
    #thankyou-page .woocommerce-order-details tbody,
    #thankyou-page .woocommerce-order-details tr,
    #thankyou-page .woocommerce-order-details td,
    #thankyou-page .woocommerce-order-details th,
    #thankyou-page .woocommerce-order-details tfoot {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details table thead {
        display: none;
    }
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details table tr {
        margin-bottom: 24px;
    }
}
#thankyou-page .woocommerce-order-details table tr th {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    padding: 12px;
    text-align: left;
    text-transform: uppercase;
}
#thankyou-page .woocommerce-order-details table tr th:first-of-type {
    padding-left: 0;
}
#thankyou-page .woocommerce-order-details table tr th:last-of-type {
    padding-right: 0;
    text-align: right;
}
#thankyou-page .woocommerce-order-details table td {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    padding: 12px;
}
#thankyou-page .woocommerce-order-details table td a {
    color: inherit;
}
#thankyou-page .woocommerce-order-details table td a:hover {
    color: #e4d7cd;
}
#thankyou-page .woocommerce-order-details table td:first-of-type {
    padding-right: 15px;
    font-weight: 400;
    padding-left: 0;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details table td:first-of-type {
        padding-bottom: 8px;
    }
}
#thankyou-page .woocommerce-order-details table td:last-of-type {
    text-align: right;
    font-weight: 400;
    width: 40%;
    padding-right: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details table td:last-of-type {
        padding-bottom: 0px;
    }
}
#thankyou-page .woocommerce-order-details table td .wc-item-meta {
    display: none;
}
#thankyou-page .woocommerce-order-details table tfoot tr th,
#thankyou-page .woocommerce-order-details table tfoot tr td {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    color: #111111;
    padding: 12px;
}
#thankyou-page .woocommerce-order-details table tfoot tr th {
    text-align: left !important;
    padding-left: 0;
    text-transform: none;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details table tfoot tr th {
        text-align: center !important;
    }
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details table tfoot tr:last-of-type {
        display: flex !important;
        margin-bottom: 0;
    }
}
#thankyou-page .woocommerce-order-details table tfoot tr:last-of-type th,
#thankyou-page .woocommerce-order-details table tfoot tr:last-of-type td {
    font-size: 24px;
    line-height: 133%;
    border-top: 1px solid #e4d7ce;
    padding-top: 24px;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details table tfoot tr:last-of-type th,
    #thankyou-page .woocommerce-order-details table tfoot tr:last-of-type td {
        width: 50% !important;
        padding-top: 24px !important;
        border-top: 1px solid #958a7d;
    }
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details table tfoot tr:last-of-type th {
        text-align: left !important;
    }
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details table tfoot tr:last-of-type td {
        text-align: right !important;
    }
}
@media only screen and (min-width: 768px) {
    #thankyou-page
        .woocommerce-order-details
        table
        tfoot
        tr:nth-last-of-type(2)
        th,
    #thankyou-page
        .woocommerce-order-details
        table
        tfoot
        tr:nth-last-of-type(2)
        td {
        padding-bottom: 24px;
    }
}
#thankyou-page .woocommerce-order-details table tfoot tr td {
    text-align: right;
    font-weight: 400;
    padding-right: 0;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .woocommerce-order-details table tfoot tr td {
        text-align: center;
    }
}
#thankyou-page .woocommerce-customer-details {
    display: none;
}
#thankyou-page .thankyou-footer {
    max-width: 808px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 768px) {
    #thankyou-page .thankyou-footer ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 768px) {
    #thankyou-page .thankyou-footer ul li {
        display: inline-block;
        vertical-align: middle;
    }
}
@media only screen and (min-width: 768px) {
    #thankyou-page .thankyou-footer ul li:first-of-type {
        margin-right: 12px;
    }
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .thankyou-footer ul li:first-of-type {
        margin-bottom: 12px;
    }
}
@media only screen and (min-width: 768px) {
    #thankyou-page .thankyou-footer ul li:last-of-type {
        margin-left: 12px;
    }
}
#thankyou-page .thankyou-footer ul li a.back-btn {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    background: #f9f6f4;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .thankyou-footer ul li a.back-btn {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#thankyou-page .thankyou-footer ul li a.back-btn:hover {
    color: #fff;
    background-color: #e4d7cd;
}
#thankyou-page .thankyou-footer ul li a.back-btn:hover {
    background-color: #e4d7cd;
}
#thankyou-page .thankyou-footer ul li a.continue-btn {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    background: #f9f6f4;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .thankyou-footer ul li a.continue-btn {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#thankyou-page .thankyou-footer ul li a.continue-btn:hover {
    color: #fff;
    background-color: #e4d7cd;
}
#thankyou-page .thankyou-footer ul li a.continue-btn:hover {
    background-color: #e4d7cd;
}
@media only screen and (max-width: 767.98px) {
    #thankyou-page .thankyou-footer ul li a {
        display: flex !important;
        width: 100% !important;
    }
}
#account-page,
#login-page {
    padding-bottom: 80px;
}
@media only screen and (max-width: 767.98px) {
    #account-page,
    #login-page {
        padding-bottom: 56px;
    }
}
#account-page .save-account-details,
#login-page .save-account-details {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    display: flex;
    width: 100%;
    background: #f9f6f4;
}
@media only screen and (max-width: 767.98px) {
    #account-page .save-account-details,
    #login-page .save-account-details {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#account-page .save-account-details:hover,
#login-page .save-account-details:hover {
    color: #fff;
    background-color: #e4d7cd;
}
#account-page .save-account-details:hover,
#login-page .save-account-details:hover {
    background-color: #e4d7cd;
}
#account-page .woocommerce-breadcrumb,
#login-page .woocommerce-breadcrumb {
    margin-top: 24px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
    #account-page .woocommerce-breadcrumb,
    #login-page .woocommerce-breadcrumb {
        margin-top: 15px;
        margin-bottom: 24px;
        justify-content: center;
    }
}
@media (min-width: 1390px) {
    #account-page .page-breadcrumb .container,
    #login-page .page-breadcrumb .container {
        max-width: 1358px;
    }
}
#account-page .account-intro,
#login-page .account-intro {
    margin-bottom: 24px;
}
#account-page .account-intro p,
#login-page .account-intro p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
}
#account-page h1,
#login-page h1 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
    #account-page .account-nav,
    #login-page .account-nav {
        max-width: 287px;
    }
}
@media only screen and (max-width: 991.98px) {
    #account-page .account-nav,
    #login-page .account-nav {
        margin-bottom: 24px;
    }
}
#account-page .account-nav ul li,
#login-page .account-nav ul li {
    margin-bottom: 8px;
}
#account-page .account-nav ul li a,
#login-page .account-nav ul li a {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border-radius: 4px;
    background: #f9f6f4;
    padding: 16px 32px;
}
#account-page .account-nav ul li a:hover,
#login-page .account-nav ul li a:hover {
    color: #fff;
    background-color: #746558;
}
#account-page .account-nav ul li.is-active a,
#login-page .account-nav ul li.is-active a {
    color: #fff;
    background-color: #746558;
}
#account-page .account-nav .tab-placeholder,
#login-page .account-nav .tab-placeholder {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background: #746558;
    padding: 16px;
    padding-right: 40px;
    position: relative;
}
@media only screen and (min-width: 992px) {
    #account-page .account-nav .tab-placeholder,
    #login-page .account-nav .tab-placeholder {
        display: none;
    }
}
@media only screen and (max-width: 991.98px) {
    #account-page .account-nav .wrapper-dropdown,
    #login-page .account-nav .wrapper-dropdown {
        position: relative;
        padding: 0px;
        cursor: pointer;
        outline: none;
    }
    #account-page .account-nav .wrapper-dropdown:after,
    #login-page .account-nav .wrapper-dropdown:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 24px;
        color: #fff;
        font-size: 18px;
        font-family: 'icomoon';
        content: '\e90d';
        color: #fff;
        transition: 0.25s ease-in-out;
    }
    #account-page .account-nav .wrapper-dropdown .dropd,
    #login-page .account-nav .wrapper-dropdown .dropd {
        position: absolute;
        top: calc(100% + 4px);
        left: 0px;
        right: 0px;
        padding: 0px;
        z-index: 100;
        overflow: scroll;
        height: auto;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        list-style: none;
        opacity: 0;
        pointer-events: none;
        text-align: center;
        border: 0;
        background: #fff;
        border-radius: 0px 0px 4px 4px;
        box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.03);
    }
    #account-page .account-nav .wrapper-dropdown .dropd li a,
    #login-page .account-nav .wrapper-dropdown .dropd li a {
        font-family: 'Poppins Light';
        font-style: normal;
        font-weight: 275;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.05em;
        color: #626262;
        margin: 0;
        padding: 0;
        color: #746558;
        padding: 16px 10px 16px 10px;
        display: flex;
        padding-left: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #account-page .account-nav .wrapper-dropdown .dropd li a:hover,
    #account-page .account-nav .wrapper-dropdown .dropd li a.active,
    #login-page .account-nav .wrapper-dropdown .dropd li a:hover,
    #login-page .account-nav .wrapper-dropdown .dropd li a.active {
        color: #fff;
    }
    #account-page .account-nav .wrapper-dropdown .dropd li.is-active a,
    #login-page .account-nav .wrapper-dropdown .dropd li.is-active a {
        color: #fff;
    }
    #account-page .account-nav .wrapper-dropdown.active:after,
    #login-page .account-nav .wrapper-dropdown.active:after {
        transform: translateY(-50%) rotate(180deg);
    }
    #account-page .account-nav .wrapper-dropdown.active .dropd,
    #login-page .account-nav .wrapper-dropdown.active .dropd {
        opacity: 1;
        pointer-events: auto;
    }
}
#account-page .account-page-in .woocommerce-order-details h2,
#account-page .form-login-guest .woocommerce-order-details h2,
#login-page .account-page-in .woocommerce-order-details h2,
#login-page .form-login-guest .woocommerce-order-details h2 {
    display: none;
}
#account-page .account-page-in .woocommerce-order-details table,
#account-page .form-login-guest .woocommerce-order-details table,
#login-page .account-page-in .woocommerce-order-details table,
#login-page .form-login-guest .woocommerce-order-details table {
    border: 0;
}
#account-page .account-page-in .woocommerce-order-details table tr th,
#account-page .form-login-guest .woocommerce-order-details table tr th,
#login-page .account-page-in .woocommerce-order-details table tr th,
#login-page .form-login-guest .woocommerce-order-details table tr th {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    padding: 12px;
    text-align: left;
    text-transform: uppercase;
}
#account-page
    .account-page-in
    .woocommerce-order-details
    table
    tr
    th:first-of-type,
#account-page
    .form-login-guest
    .woocommerce-order-details
    table
    tr
    th:first-of-type,
#login-page
    .account-page-in
    .woocommerce-order-details
    table
    tr
    th:first-of-type,
#login-page
    .form-login-guest
    .woocommerce-order-details
    table
    tr
    th:first-of-type {
    padding-left: 0;
}
#account-page
    .account-page-in
    .woocommerce-order-details
    table
    tr
    th:last-of-type,
#account-page
    .form-login-guest
    .woocommerce-order-details
    table
    tr
    th:last-of-type,
#login-page
    .account-page-in
    .woocommerce-order-details
    table
    tr
    th:last-of-type,
#login-page
    .form-login-guest
    .woocommerce-order-details
    table
    tr
    th:last-of-type {
    padding-right: 0;
    text-align: right;
}
#account-page .account-page-in .woocommerce-order-details table td,
#account-page .form-login-guest .woocommerce-order-details table td,
#login-page .account-page-in .woocommerce-order-details table td,
#login-page .form-login-guest .woocommerce-order-details table td {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    padding: 12px;
}
#account-page .account-page-in .woocommerce-order-details table td a,
#account-page .form-login-guest .woocommerce-order-details table td a,
#login-page .account-page-in .woocommerce-order-details table td a,
#login-page .form-login-guest .woocommerce-order-details table td a {
    color: inherit;
}
#account-page .account-page-in .woocommerce-order-details table td a:hover,
#account-page .form-login-guest .woocommerce-order-details table td a:hover,
#login-page .account-page-in .woocommerce-order-details table td a:hover,
#login-page .form-login-guest .woocommerce-order-details table td a:hover {
    color: #e4d7cd;
}
#account-page
    .account-page-in
    .woocommerce-order-details
    table
    td:first-of-type,
#account-page
    .form-login-guest
    .woocommerce-order-details
    table
    td:first-of-type,
#login-page .account-page-in .woocommerce-order-details table td:first-of-type,
#login-page
    .form-login-guest
    .woocommerce-order-details
    table
    td:first-of-type {
    padding-right: 15px;
    font-weight: 400;
    padding-left: 0;
}
#account-page .account-page-in .woocommerce-order-details table td:last-of-type,
#account-page
    .form-login-guest
    .woocommerce-order-details
    table
    td:last-of-type,
#login-page .account-page-in .woocommerce-order-details table td:last-of-type,
#login-page .form-login-guest .woocommerce-order-details table td:last-of-type {
    text-align: right;
    font-weight: 400;
    width: 40%;
    padding-right: 0;
    text-transform: uppercase;
}
#account-page
    .account-page-in
    .woocommerce-order-details
    table
    td
    .wc-item-meta,
#account-page
    .form-login-guest
    .woocommerce-order-details
    table
    td
    .wc-item-meta,
#login-page .account-page-in .woocommerce-order-details table td .wc-item-meta,
#login-page
    .form-login-guest
    .woocommerce-order-details
    table
    td
    .wc-item-meta {
    display: none;
}
#account-page .account-page-in .woocommerce-order-details table tfoot tr th,
#account-page .account-page-in .woocommerce-order-details table tfoot tr td,
#account-page .form-login-guest .woocommerce-order-details table tfoot tr th,
#account-page .form-login-guest .woocommerce-order-details table tfoot tr td,
#login-page .account-page-in .woocommerce-order-details table tfoot tr th,
#login-page .account-page-in .woocommerce-order-details table tfoot tr td,
#login-page .form-login-guest .woocommerce-order-details table tfoot tr th,
#login-page .form-login-guest .woocommerce-order-details table tfoot tr td {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    padding: 12px;
}
#account-page .account-page-in .woocommerce-order-details table tfoot tr th,
#account-page .form-login-guest .woocommerce-order-details table tfoot tr th,
#login-page .account-page-in .woocommerce-order-details table tfoot tr th,
#login-page .form-login-guest .woocommerce-order-details table tfoot tr th {
    padding-left: 0;
}
@media only screen and (min-width: 768px) {
    #account-page .account-page-in .woocommerce-order-details table tfoot tr th,
    #account-page
        .form-login-guest
        .woocommerce-order-details
        table
        tfoot
        tr
        th,
    #login-page .account-page-in .woocommerce-order-details table tfoot tr th,
    #login-page .form-login-guest .woocommerce-order-details table tfoot tr th {
        text-align: left !important;
    }
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in .woocommerce-order-details table tfoot tr th,
    #account-page
        .form-login-guest
        .woocommerce-order-details
        table
        tfoot
        tr
        th,
    #login-page .account-page-in .woocommerce-order-details table tfoot tr th,
    #login-page .form-login-guest .woocommerce-order-details table tfoot tr th {
        text-align: center;
    }
}
#account-page
    .account-page-in
    .woocommerce-order-details
    table
    tfoot
    tr:last-of-type
    th,
#account-page
    .account-page-in
    .woocommerce-order-details
    table
    tfoot
    tr:last-of-type
    td,
#account-page
    .form-login-guest
    .woocommerce-order-details
    table
    tfoot
    tr:last-of-type
    th,
#account-page
    .form-login-guest
    .woocommerce-order-details
    table
    tfoot
    tr:last-of-type
    td,
#login-page
    .account-page-in
    .woocommerce-order-details
    table
    tfoot
    tr:last-of-type
    th,
#login-page
    .account-page-in
    .woocommerce-order-details
    table
    tfoot
    tr:last-of-type
    td,
#login-page
    .form-login-guest
    .woocommerce-order-details
    table
    tfoot
    tr:last-of-type
    th,
#login-page
    .form-login-guest
    .woocommerce-order-details
    table
    tfoot
    tr:last-of-type
    td {
    font-size: 24px;
    line-height: 133%;
    border-top: 1px solid #e4d7ce;
    padding-top: 24px;
}
#account-page
    .account-page-in
    .woocommerce-order-details
    table
    tfoot
    tr:nth-last-of-type(2)
    th,
#account-page
    .account-page-in
    .woocommerce-order-details
    table
    tfoot
    tr:nth-last-of-type(2)
    td,
#account-page
    .form-login-guest
    .woocommerce-order-details
    table
    tfoot
    tr:nth-last-of-type(2)
    th,
#account-page
    .form-login-guest
    .woocommerce-order-details
    table
    tfoot
    tr:nth-last-of-type(2)
    td,
#login-page
    .account-page-in
    .woocommerce-order-details
    table
    tfoot
    tr:nth-last-of-type(2)
    th,
#login-page
    .account-page-in
    .woocommerce-order-details
    table
    tfoot
    tr:nth-last-of-type(2)
    td,
#login-page
    .form-login-guest
    .woocommerce-order-details
    table
    tfoot
    tr:nth-last-of-type(2)
    th,
#login-page
    .form-login-guest
    .woocommerce-order-details
    table
    tfoot
    tr:nth-last-of-type(2)
    td {
    padding-bottom: 24px;
}
#account-page .account-page-in .woocommerce-order-details table tfoot tr td,
#account-page .form-login-guest .woocommerce-order-details table tfoot tr td,
#login-page .account-page-in .woocommerce-order-details table tfoot tr td,
#login-page .form-login-guest .woocommerce-order-details table tfoot tr td {
    text-align: right;
    font-weight: 400;
    padding-right: 0;
}
#account-page .account-page-in .woocommerce-customer-details,
#account-page .form-login-guest .woocommerce-customer-details,
#login-page .account-page-in .woocommerce-customer-details,
#login-page .form-login-guest .woocommerce-customer-details {
    display: none;
}
#account-page .account-page-in .woocommerce-Button,
#account-page .account-page-in .woocommerce-button,
#account-page .form-login-guest .woocommerce-Button,
#account-page .form-login-guest .woocommerce-button,
#login-page .account-page-in .woocommerce-Button,
#login-page .account-page-in .woocommerce-button,
#login-page .form-login-guest .woocommerce-Button,
#login-page .form-login-guest .woocommerce-button {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    background: #f9f6f4;
    display: flex;
    width: 100%;
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in .woocommerce-Button,
    #account-page .account-page-in .woocommerce-button,
    #account-page .form-login-guest .woocommerce-Button,
    #account-page .form-login-guest .woocommerce-button,
    #login-page .account-page-in .woocommerce-Button,
    #login-page .account-page-in .woocommerce-button,
    #login-page .form-login-guest .woocommerce-Button,
    #login-page .form-login-guest .woocommerce-button {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#account-page .account-page-in .woocommerce-Button:hover,
#account-page .account-page-in .woocommerce-button:hover,
#account-page .form-login-guest .woocommerce-Button:hover,
#account-page .form-login-guest .woocommerce-button:hover,
#login-page .account-page-in .woocommerce-Button:hover,
#login-page .account-page-in .woocommerce-button:hover,
#login-page .form-login-guest .woocommerce-Button:hover,
#login-page .form-login-guest .woocommerce-button:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in .woocommerce-Button,
    #account-page .account-page-in .woocommerce-button,
    #account-page .form-login-guest .woocommerce-Button,
    #account-page .form-login-guest .woocommerce-button,
    #login-page .account-page-in .woocommerce-Button,
    #login-page .account-page-in .woocommerce-button,
    #login-page .form-login-guest .woocommerce-Button,
    #login-page .form-login-guest .woocommerce-button {
        letter-spacing: 0 !important;
        padding: 0 16px !important;
        font-size: 16px !important;
    }
}
#account-page .account-page-in .woocommerce-Button:hover,
#account-page .account-page-in .woocommerce-button:hover,
#account-page .form-login-guest .woocommerce-Button:hover,
#account-page .form-login-guest .woocommerce-button:hover,
#login-page .account-page-in .woocommerce-Button:hover,
#login-page .account-page-in .woocommerce-button:hover,
#login-page .form-login-guest .woocommerce-Button:hover,
#login-page .form-login-guest .woocommerce-button:hover {
    background-color: #e4d7cd !important;
}
#account-page .account-page-in .account-info .woocommerce-Button,
#account-page .account-page-in .pet-account .woocommerce-Button,
#account-page .form-login-guest .account-info .woocommerce-Button,
#account-page .form-login-guest .pet-account .woocommerce-Button,
#login-page .account-page-in .account-info .woocommerce-Button,
#login-page .account-page-in .pet-account .woocommerce-Button,
#login-page .form-login-guest .account-info .woocommerce-Button,
#login-page .form-login-guest .pet-account .woocommerce-Button {
    display: none;
}
#account-page .account-page-in .need-account,
#account-page .form-login-guest .need-account,
#login-page .account-page-in .need-account,
#login-page .form-login-guest .need-account {
    text-align: center;
    margin-top: 32px;
}
#account-page .account-page-in .need-account p,
#account-page .form-login-guest .need-account p,
#login-page .account-page-in .need-account p,
#login-page .form-login-guest .need-account p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
}
@media only screen and (min-width: 768px) {
    #account-page .account-page-in table.account-orders-table,
    #account-page .form-login-guest table.account-orders-table,
    #login-page .account-page-in table.account-orders-table,
    #login-page .form-login-guest table.account-orders-table {
        border-radius: 4px;
        border: 1px solid #e4d7ce;
        background: #fff;
        padding: 32px;
    }
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in table.account-orders-table thead,
    #account-page .form-login-guest table.account-orders-table thead,
    #login-page .account-page-in table.account-orders-table thead,
    #login-page .form-login-guest table.account-orders-table thead {
        display: none;
    }
}
#account-page .account-page-in table.account-orders-table thead th,
#account-page .form-login-guest table.account-orders-table thead th,
#login-page .account-page-in table.account-orders-table thead th,
#login-page .form-login-guest table.account-orders-table thead th {
    color: #111111;
    padding-bottom: 16px;
}
#account-page .account-page-in table.account-orders-table td,
#account-page .account-page-in table.account-orders-table th,
#account-page .form-login-guest table.account-orders-table td,
#account-page .form-login-guest table.account-orders-table th,
#login-page .account-page-in table.account-orders-table td,
#login-page .account-page-in table.account-orders-table th,
#login-page .form-login-guest table.account-orders-table td,
#login-page .form-login-guest table.account-orders-table th {
    text-align: center;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    #account-page .account-page-in table.account-orders-table td,
    #account-page .account-page-in table.account-orders-table th,
    #account-page .form-login-guest table.account-orders-table td,
    #account-page .form-login-guest table.account-orders-table th,
    #login-page .account-page-in table.account-orders-table td,
    #login-page .account-page-in table.account-orders-table th,
    #login-page .form-login-guest table.account-orders-table td,
    #login-page .form-login-guest table.account-orders-table th {
        max-width: 169px;
    }
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in table.account-orders-table td,
    #account-page .account-page-in table.account-orders-table th,
    #account-page .form-login-guest table.account-orders-table td,
    #account-page .form-login-guest table.account-orders-table th,
    #login-page .account-page-in table.account-orders-table td,
    #login-page .account-page-in table.account-orders-table th,
    #login-page .form-login-guest table.account-orders-table td,
    #login-page .form-login-guest table.account-orders-table th {
        padding: 0 !important;
    }
}
#account-page .account-page-in table.account-orders-table td,
#account-page .form-login-guest table.account-orders-table td,
#login-page .account-page-in table.account-orders-table td,
#login-page .form-login-guest table.account-orders-table td {
    color: #494949;
    padding: 11px 16px;
}
#account-page .account-page-in table.account-orders-table td:last-of-type,
#account-page .form-login-guest table.account-orders-table td:last-of-type,
#login-page .account-page-in table.account-orders-table td:last-of-type,
#login-page .form-login-guest table.account-orders-table td:last-of-type {
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}
#account-page .account-page-in table.account-orders-table td a,
#account-page .form-login-guest table.account-orders-table td a,
#login-page .account-page-in table.account-orders-table td a,
#login-page .form-login-guest table.account-orders-table td a {
    color: inherit;
}
#account-page .account-page-in table.account-orders-table td a:hover,
#account-page .form-login-guest table.account-orders-table td a:hover,
#login-page .account-page-in table.account-orders-table td a:hover,
#login-page .form-login-guest table.account-orders-table td a:hover {
    color: #e4d7cd;
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in table.account-orders-table td,
    #account-page .form-login-guest table.account-orders-table td,
    #login-page .account-page-in table.account-orders-table td,
    #login-page .form-login-guest table.account-orders-table td {
        display: block;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in table.account-orders-table td:last-of-type,
    #account-page .form-login-guest table.account-orders-table td:last-of-type,
    #login-page .account-page-in table.account-orders-table td:last-of-type,
    #login-page .form-login-guest table.account-orders-table td:last-of-type {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in table.account-orders-table td:before,
    #account-page .form-login-guest table.account-orders-table td:before,
    #login-page .account-page-in table.account-orders-table td:before,
    #login-page .form-login-guest table.account-orders-table td:before {
        display: none;
    }
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in table.account-orders-table tr,
    #account-page .form-login-guest table.account-orders-table tr,
    #login-page .account-page-in table.account-orders-table tr,
    #login-page .form-login-guest table.account-orders-table tr {
        border-radius: 2px;
        border: 1px solid #e4d7ce;
        padding: 32px 16px;
        display: block;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 767.98px) {
    #account-page
        .account-page-in
        table.account-orders-table
        tr:nth-of-type(odd),
    #account-page
        .form-login-guest
        table.account-orders-table
        tr:nth-of-type(odd),
    #login-page .account-page-in table.account-orders-table tr:nth-of-type(odd),
    #login-page
        .form-login-guest
        table.account-orders-table
        tr:nth-of-type(odd) {
        background: #fcfcfc;
    }
}
@media only screen and (min-width: 768px) {
    #account-page
        .account-page-in
        table.account-orders-table
        tr:nth-of-type(odd)
        td,
    #account-page
        .form-login-guest
        table.account-orders-table
        tr:nth-of-type(odd)
        td,
    #login-page
        .account-page-in
        table.account-orders-table
        tr:nth-of-type(odd)
        td,
    #login-page
        .form-login-guest
        table.account-orders-table
        tr:nth-of-type(odd)
        td {
        background: #fcfcfc;
    }
}
#account-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-total,
#account-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-total,
#login-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-total,
#login-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-total {
    font-size: 0;
}
#account-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-total
    .woocommerce-Price-amount,
#account-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-total
    .woocommerce-Price-amount,
#login-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-total
    .woocommerce-Price-amount,
#login-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-total
    .woocommerce-Price-amount {
    font-size: 14px;
}
#account-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.processing,
#account-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.processing,
#login-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.processing,
#login-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.processing {
    color: #444;
}
#account-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.on-hold,
#account-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.on-hold,
#login-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.on-hold,
#login-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.on-hold {
    color: #57b0e2;
}
#account-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.pending,
#account-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.pending,
#login-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.pending,
#login-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.pending {
    color: #57b0e2;
}
#account-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.failed,
#account-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.failed,
#login-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.failed,
#login-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.failed {
    color: #eb5757;
}
#account-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.completed,
#account-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.completed,
#login-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.completed,
#login-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.completed {
    color: #27ae60;
}
#account-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.cancelled,
#account-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.cancelled,
#login-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.cancelled,
#login-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.cancelled {
    color: #f2994a;
}
#account-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.refunded,
#account-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.refunded,
#login-page
    .account-page-in
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.refunded,
#login-page
    .form-login-guest
    table.account-orders-table
    .woocommerce-orders-table__cell-order-status.refunded {
    color: #1b5e83;
}
#account-page .account-page-in .col-lg-6:last-of-type .form-wrapper,
#account-page .account-page-in .col-lg-6:last-of-type .ship-bill-wrap,
#account-page .form-login-guest .col-lg-6:last-of-type .form-wrapper,
#account-page .form-login-guest .col-lg-6:last-of-type .ship-bill-wrap,
#login-page .account-page-in .col-lg-6:last-of-type .form-wrapper,
#login-page .account-page-in .col-lg-6:last-of-type .ship-bill-wrap,
#login-page .form-login-guest .col-lg-6:last-of-type .form-wrapper,
#login-page .form-login-guest .col-lg-6:last-of-type .ship-bill-wrap {
    margin-left: auto;
}
@media only screen and (min-width: 768px) {
    #account-page .account-page-in .account-address .col-1,
    #account-page .account-page-in .account-address .col-2,
    #account-page .form-login-guest .account-address .col-1,
    #account-page .form-login-guest .account-address .col-2,
    #login-page .account-page-in .account-address .col-1,
    #login-page .account-page-in .account-address .col-2,
    #login-page .form-login-guest .account-address .col-1,
    #login-page .form-login-guest .account-address .col-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in .account-address .col-1,
    #account-page .account-page-in .account-address .col-2,
    #account-page .form-login-guest .account-address .col-1,
    #account-page .form-login-guest .account-address .col-2,
    #login-page .account-page-in .account-address .col-1,
    #login-page .account-page-in .account-address .col-2,
    #login-page .form-login-guest .account-address .col-1,
    #login-page .form-login-guest .account-address .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 991.98px) {
    #account-page .account-page-in .account-address .ship-bill-wrap,
    #account-page .form-login-guest .account-address .ship-bill-wrap,
    #login-page .account-page-in .account-address .ship-bill-wrap,
    #login-page .form-login-guest .account-address .ship-bill-wrap {
        border-radius: 4px;
        border: 1px solid #bebebe;
        background: #fff;
        padding: 24px;
        display: block;
        margin-bottom: 24px;
    }
}
#account-page .account-page-in .account-address .ship-bill-wrap .edit,
#account-page .form-login-guest .account-address .ship-bill-wrap .edit,
#login-page .account-page-in .account-address .ship-bill-wrap .edit,
#login-page .form-login-guest .account-address .ship-bill-wrap .edit {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    display: flex;
    width: 100%;
    background: #f9f6f4;
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in .account-address .ship-bill-wrap .edit,
    #account-page .form-login-guest .account-address .ship-bill-wrap .edit,
    #login-page .account-page-in .account-address .ship-bill-wrap .edit,
    #login-page .form-login-guest .account-address .ship-bill-wrap .edit {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#account-page .account-page-in .account-address .ship-bill-wrap .edit:hover,
#account-page .form-login-guest .account-address .ship-bill-wrap .edit:hover,
#login-page .account-page-in .account-address .ship-bill-wrap .edit:hover,
#login-page .form-login-guest .account-address .ship-bill-wrap .edit:hover {
    color: #fff;
    background-color: #e4d7cd;
}
#account-page .account-page-in .account-address .ship-bill-wrap .edit:hover,
#account-page .form-login-guest .account-address .ship-bill-wrap .edit:hover,
#login-page .account-page-in .account-address .ship-bill-wrap .edit:hover,
#login-page .form-login-guest .account-address .ship-bill-wrap .edit:hover {
    background-color: #e4d7cd;
}
#account-page .account-page-in .account-address .ship-bill-wrap address,
#account-page .form-login-guest .account-address .ship-bill-wrap address,
#login-page .account-page-in .account-address .ship-bill-wrap address,
#login-page .form-login-guest .account-address .ship-bill-wrap address {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #bebebe;
    background: #fff;
    padding: 24px;
}
#account-page .account-page-in .form-wrapper,
#account-page .form-login-guest .form-wrapper,
#login-page .account-page-in .form-wrapper,
#login-page .form-login-guest .form-wrapper {
    padding: 24px 48px;
    border-radius: 4px;
    border: 1px solid #e4d7ce;
    background: #fff;
}
@media only screen and (max-width: 991.98px) {
    #account-page .account-page-in .form-wrapper,
    #account-page .form-login-guest .form-wrapper,
    #login-page .account-page-in .form-wrapper,
    #login-page .form-login-guest .form-wrapper {
        margin-bottom: 24px;
    }
}
#account-page .account-page-in .form-wrapper .row,
#account-page .form-login-guest .form-wrapper .row,
#login-page .account-page-in .form-wrapper .row,
#login-page .form-login-guest .form-wrapper .row {
    padding-left: 11px;
    padding-right: 11px;
}
#account-page .account-page-in .form-wrapper .row [class*='col-'],
#account-page .form-login-guest .form-wrapper .row [class*='col-'],
#login-page .account-page-in .form-wrapper .row [class*='col-'],
#login-page .form-login-guest .form-wrapper .row [class*='col-'] {
    padding-left: 4px;
    padding-right: 4px;
}
#account-page .account-page-in .form-wrapper .col-md-6,
#account-page .form-login-guest .form-wrapper .col-md-6,
#login-page .account-page-in .form-wrapper .col-md-6,
#login-page .form-login-guest .form-wrapper .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
#account-page .account-page-in .no-orders,
#account-page .form-login-guest .no-orders,
#login-page .account-page-in .no-orders,
#login-page .form-login-guest .no-orders {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 56px;
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
}
#account-page .account-page-in .no-orders .nf-icon,
#account-page .form-login-guest .no-orders .nf-icon,
#login-page .account-page-in .no-orders .nf-icon,
#login-page .form-login-guest .no-orders .nf-icon {
    margin-bottom: 24px;
}
#account-page .account-page-in .no-orders .nf-icon img,
#account-page .form-login-guest .no-orders .nf-icon img,
#login-page .account-page-in .no-orders .nf-icon img,
#login-page .form-login-guest .no-orders .nf-icon img {
    display: block;
    max-width: 56px;
    margin-left: auto;
    margin-right: auto;
}
#account-page .account-page-in .no-orders h2,
#account-page .form-login-guest .no-orders h2,
#login-page .account-page-in .no-orders h2,
#login-page .form-login-guest .no-orders h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 8px;
}
#account-page .account-page-in .no-orders p,
#account-page .form-login-guest .no-orders p,
#login-page .account-page-in .no-orders p,
#login-page .form-login-guest .no-orders p {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
}
#account-page .account-page-in .no-orders a.nf-btn,
#account-page .form-login-guest .no-orders a.nf-btn,
#login-page .account-page-in .no-orders a.nf-btn,
#login-page .form-login-guest .no-orders a.nf-btn {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    margin-top: 24px;
    display: flex;
    width: 100%;
    background: #f9f6f4;
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in .no-orders a.nf-btn,
    #account-page .form-login-guest .no-orders a.nf-btn,
    #login-page .account-page-in .no-orders a.nf-btn,
    #login-page .form-login-guest .no-orders a.nf-btn {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#account-page .account-page-in .no-orders a.nf-btn:hover,
#account-page .form-login-guest .no-orders a.nf-btn:hover,
#login-page .account-page-in .no-orders a.nf-btn:hover,
#login-page .form-login-guest .no-orders a.nf-btn:hover {
    color: #fff;
    background-color: #e4d7cd;
}
#account-page .account-page-in .no-orders a.nf-btn:hover,
#account-page .form-login-guest .no-orders a.nf-btn:hover,
#login-page .account-page-in .no-orders a.nf-btn:hover,
#login-page .form-login-guest .no-orders a.nf-btn:hover {
    background-color: #e4d7cd;
}
#account-page .account-page-in .woocommerce-order,
#account-page .form-login-guest .woocommerce-order,
#login-page .account-page-in .woocommerce-order,
#login-page .form-login-guest .woocommerce-order {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
#account-page .account-page-in .woocommerce-order .order-details-wrapper,
#account-page .form-login-guest .woocommerce-order .order-details-wrapper,
#login-page .account-page-in .woocommerce-order .order-details-wrapper,
#login-page .form-login-guest .woocommerce-order .order-details-wrapper {
    padding: 32px;
    background: #ffffff;
    border: 1px solid #bebebe;
    border-radius: 4px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
    #account-page .account-page-in .woocommerce-order .order-details-wrapper,
    #account-page .form-login-guest .woocommerce-order .order-details-wrapper,
    #login-page .account-page-in .woocommerce-order .order-details-wrapper,
    #login-page .form-login-guest .woocommerce-order .order-details-wrapper {
        padding: 24px 16px;
    }
}
#account-page .account-page-in .woocommerce-order .order-details-wrapper table,
#account-page .form-login-guest .woocommerce-order .order-details-wrapper table,
#login-page .account-page-in .woocommerce-order .order-details-wrapper table,
#login-page .form-login-guest .woocommerce-order .order-details-wrapper table {
    border: 0;
}
#account-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    thead,
#account-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    thead,
#login-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    thead,
#login-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    thead {
    display: none;
}
#account-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    tr
    th,
#account-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    tr
    th,
#login-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    tr
    th,
#login-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    tr
    th {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #231f20;
    padding: 16px;
    padding-right: 15px;
    text-align: left;
}
#account-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    td,
#account-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    td,
#login-page .account-page-in .woocommerce-order .order-details-wrapper table td,
#login-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    td {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #231f20;
    padding: 16px;
}
#account-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    td
    a,
#account-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    td
    a,
#login-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    td
    a,
#login-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    td
    a {
    color: inherit;
}
#account-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    td
    a:hover,
#account-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    td
    a:hover,
#login-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    td
    a:hover,
#login-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    td
    a:hover {
    color: #746558;
}
#account-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    td:first-of-type,
#account-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    td:first-of-type,
#login-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    td:first-of-type,
#login-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    td:first-of-type {
    padding-right: 15px;
}
#account-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    td:last-of-type,
#account-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    td:last-of-type,
#login-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    td:last-of-type,
#login-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    td:last-of-type {
    text-align: right;
    font-weight: 400;
    width: 30%;
}
#account-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    td
    .wc-item-meta,
#account-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    td
    .wc-item-meta,
#login-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    td
    .wc-item-meta,
#login-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    td
    .wc-item-meta {
    display: none;
}
#account-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    tfoot
    tr:last-of-type
    th,
#account-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    tfoot
    tr:last-of-type
    td,
#account-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    tfoot
    tr:last-of-type
    th,
#account-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    tfoot
    tr:last-of-type
    td,
#login-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    tfoot
    tr:last-of-type
    th,
#login-page
    .account-page-in
    .woocommerce-order
    .order-details-wrapper
    table
    tfoot
    tr:last-of-type
    td,
#login-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    tfoot
    tr:last-of-type
    th,
#login-page
    .form-login-guest
    .woocommerce-order
    .order-details-wrapper
    table
    tfoot
    tr:last-of-type
    td {
    border-top: 1px solid #bebebe;
}
#account-page .account-page-in .woocommerce-customer-details,
#account-page .form-login-guest .woocommerce-customer-details,
#login-page .account-page-in .woocommerce-customer-details,
#login-page .form-login-guest .woocommerce-customer-details {
    display: none;
}
#account-page button[type='submit'],
#login-page button[type='submit'] {
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    display: flex;
    width: 100%;
    background: #f9f6f4;
}
@media only screen and (max-width: 767.98px) {
    #account-page button[type='submit'],
    #login-page button[type='submit'] {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#account-page button[type='submit']:hover,
#login-page button[type='submit']:hover {
    color: #fff;
    background-color: #e4d7cd;
}
#account-page button[type='submit']:hover,
#login-page button[type='submit']:hover {
    background-color: #e4d7cd;
}
#account-page .content,
#login-page .content {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    margin-bottom: 24px;
    max-width: 329px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    #login-page {
        padding-top: 16px;
    }
}
@media only screen and (min-width: 992px) {
    #login-page .form-login-guest .form-wrapper {
        max-width: 588px;
    }
}
@media only screen and (max-width: 991.98px) {
    #login-page .form-login-guest .form-wrapper {
        padding: 24px !important;
    }
}
#login-page .password-input .woocommerce-password-strength {
    margin-top: 8px;
    position: relative;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    text-transform: uppercase;
    color: #231f20;
    padding-left: 28px;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    padding: 24px 24px 9px 48px;
    text-align: left;
    background: #f9cdcd;
}
@media only screen and (max-width: 767.98px) {
    #login-page .password-input .woocommerce-password-strength {
        padding: 24px 16px 9px 48px;
    }
}
#login-page .password-input .woocommerce-password-strength:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
}
#login-page .password-input .woocommerce-password-strength.short:before,
#login-page .password-input .woocommerce-password-strength.bad:before {
    background: url(img/ico/info-circle.svg) no-repeat;
    background-size: 20px 20px;
}
#login-page .password-input .woocommerce-password-strength.good,
#login-page .password-input .woocommerce-password-strength.strong {
    padding-bottom: 24px;
    padding-left: 24px;
    border-radius: 8px !important;
    background: #c1e1b9;
    border-color: #196406;
}
@media only screen and (max-width: 767.98px) {
    #login-page .password-input .woocommerce-password-strength.good,
    #login-page .password-input .woocommerce-password-strength.strong {
        padding-left: 16px;
    }
}
#login-page .password-input .woocommerce-password-strength.good:before,
#login-page .password-input .woocommerce-password-strength.strong:before {
    display: none;
}
#login-page .password-input .woocommerce-password-hint {
    background: #f9cdcd;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    border-radius: 0px 0px 4px 4px;
    border-top: 0;
    padding: 0px 24px 24px 24px;
    text-align: left;
    display: block;
}
@media only screen and (max-width: 767.98px) {
    #login-page .password-input .woocommerce-password-hint {
        padding: 0px 16px 24px 16px;
    }
}
#account-page .woocommerce-breadcrumb {
    margin-top: 56px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
    #account-page .woocommerce-breadcrumb {
        margin-top: 32px;
        margin-bottom: 16px;
    }
}
@media only screen and (min-width: 992px) {
    #account-page .account-page-in .form-wrapper {
        padding: 32px;
    }
}
@media only screen and (max-width: 991.98px) {
    #account-page .account-page-in .form-wrapper {
        padding: 24px 16px;
    }
}
#forgot-pwd-page .form-login-guest {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-edit-address .ship-bill-wrap {
    border-radius: 4px;
    border: 1px solid #e4d7ce;
    padding: 32px;
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-edit-address .ship-bill-wrap {
        padding: 24px;
    }
}
@media only screen and (max-width: 991.98px) {
    .woocommerce-edit-address .ship-bill-wrap {
        margin-bottom: 24px;
    }
}
.woocommerce-edit-address #edit-address-page {
    border-radius: 4px;
    border: 1px solid #e4d7ce;
    background: #fff;
    padding: 24px;
    display: block;
}
@media only screen and (min-width: 992px) {
    .woocommerce-edit-address
        #edit-address-page
        .woocommerce-address-fields__field-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (min-width: 992px) {
    .woocommerce-edit-address
        #edit-address-page
        .woocommerce-address-fields__field-wrapper
        .form-row {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        width: 100%;
    }
}
#no-orders {
    padding-bottom: 0 !important;
}
#no-orders h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
}
#no-orders .nf-in {
    max-width: 491px;
}
.woocommerce-view-order .account-page-in .order-details {
    border-radius: 4px;
    border: 1px solid #e4d7ce;
    background: #fcfcfc;
    margin-bottom: 24px;
    padding: 32px;
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order .account-page-in .order-details {
        padding: 24px;
    }
}
.woocommerce-view-order .account-page-in .order-details h2 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    text-align: center;
    color: #2d2d2d;
    padding-bottom: 12px;
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order .account-page-in .order-details h2 {
        padding-bottom: 24px;
    }
}
.woocommerce-view-order .account-page-in .order-details h2 strong {
    font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order .account-page-in .order-details h2 strong {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order .account-page-in .order-details table,
    .woocommerce-view-order .account-page-in .order-details tbody,
    .woocommerce-view-order .account-page-in .order-details tr,
    .woocommerce-view-order .account-page-in .order-details td,
    .woocommerce-view-order .account-page-in .order-details th {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order .account-page-in .order-details table thead {
        display: none;
    }
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order .account-page-in .order-details table tr {
        margin-bottom: 24px;
    }
}
.woocommerce-view-order .account-page-in .order-details table tr th {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    padding: 12px;
    text-align: left;
    text-transform: uppercase;
}
.woocommerce-view-order
    .account-page-in
    .order-details
    table
    tr
    th:first-of-type {
    padding-left: 0;
    text-align: left;
}
.woocommerce-view-order
    .account-page-in
    .order-details
    table
    tr
    th:last-of-type {
    padding-right: 0;
    text-align: right;
}
.woocommerce-view-order .account-page-in .order-details table td {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    padding: 12px;
}
.woocommerce-view-order .account-page-in .order-details table td a {
    color: inherit;
}
.woocommerce-view-order .account-page-in .order-details table td a:hover {
    color: #746558;
}
.woocommerce-view-order .account-page-in .order-details table td:first-of-type {
    padding-right: 15px;
    font-weight: 400;
    padding-left: 0;
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order
        .account-page-in
        .order-details
        table
        td:first-of-type {
        padding-bottom: 8px;
    }
}
.woocommerce-view-order .account-page-in .order-details table td:last-of-type {
    text-align: right;
    font-weight: 400;
    width: 40%;
    padding-right: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order
        .account-page-in
        .order-details
        table
        td:last-of-type {
        padding-bottom: 0px;
    }
}
.woocommerce-view-order .account-page-in .order-details table td .wc-item-meta {
    display: none;
}
.woocommerce-view-order .account-page-in .order-details table tfoot tr th,
.woocommerce-view-order .account-page-in .order-details table tfoot tr td {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    padding: 12px;
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order .account-page-in .order-details table tfoot tr th,
    .woocommerce-view-order .account-page-in .order-details table tfoot tr td {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
.woocommerce-view-order .account-page-in .order-details table tfoot tr th {
    text-align: left;
    padding-left: 0;
    text-transform: none !important;
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order .account-page-in .order-details table tfoot tr th {
        text-align: center;
        padding-bottom: 8px !important;
    }
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order
        .account-page-in
        .order-details
        table
        tfoot
        tr:last-of-type {
        display: flex !important;
        margin-bottom: 0 !important;
    }
}
.woocommerce-view-order
    .account-page-in
    .order-details
    table
    tfoot
    tr:last-of-type
    th,
.woocommerce-view-order
    .account-page-in
    .order-details
    table
    tfoot
    tr:last-of-type
    td {
    font-size: 24px;
    line-height: 133%;
    border-top: 1px solid #e4d7ce;
    padding-top: 24px;
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order
        .account-page-in
        .order-details
        table
        tfoot
        tr:last-of-type
        th,
    .woocommerce-view-order
        .account-page-in
        .order-details
        table
        tfoot
        tr:last-of-type
        td {
        width: 50% !important;
        padding-top: 24px !important;
        border-top: 1px solid #958a7d;
    }
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order
        .account-page-in
        .order-details
        table
        tfoot
        tr:last-of-type
        th {
        text-align: left !important;
    }
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order
        .account-page-in
        .order-details
        table
        tfoot
        tr:last-of-type
        td {
        text-align: right !important;
    }
}
.woocommerce-view-order
    .account-page-in
    .order-details
    table
    tfoot
    tr:nth-last-of-type(2)
    th,
.woocommerce-view-order
    .account-page-in
    .order-details
    table
    tfoot
    tr:nth-last-of-type(2)
    td {
    padding-bottom: 24px;
}
.woocommerce-view-order .account-page-in .order-details table tfoot tr td {
    text-align: right;
    font-weight: 400;
    padding-right: 0;
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-view-order .account-page-in .order-details table tfoot tr td {
        text-align: center;
    }
}
.woocommerce-view-order .account-page-in .back-to-orders {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#wishlist-page {
    padding-bottom: 70px;
}
@media only screen and (max-width: 767.98px) {
    #wishlist-page {
        padding-bottom: 56px;
    }
}
#wishlist-page h1 {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 24px;
}
#wishlist-page #cart-main {
    padding-bottom: 0 !important;
}
#wishlist-page #cart-main .container .container {
    padding-left: 0;
    padding-right: 0;
}
#wishlist-page #cart-main #page-intro {
    display: none;
}
#wishlist-page #wishlist-page {
    padding-bottom: 0 !important;
}
#wishlist-page table {
    margin-bottom: 0;
}
#wishlist-page table .wishlist_item {
    display: flex;
    padding: 24px;
    border: 1px solid #e4d7ce;
    margin-bottom: 24px;
    border-radius: 4px;
    position: relative;
}
#wishlist-page table .wishlist_item:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
    #wishlist-page table .wishlist_item {
        flex-wrap: wrap;
        padding: 24px;
        text-align: center;
        align-items: flex-start;
        justify-content: space-between;
    }
}
#wishlist-page table .wishlist_item td {
    padding: 0;
}
#wishlist-page table .wishlist_item .action-btns-sm {
    display: none;
}
@media only screen and (max-width: 767.98px) {
    #wishlist-page table .wishlist_item .action-btns-sm {
        display: block;
        margin-top: 24px;
    }
}
#wishlist-page table .wishlist_item .product-image {
    min-width: 138px;
    max-width: 138px;
    margin-right: 16px;
    position: relative;
    padding: 0;
}
@media only screen and (max-width: 991.98px) {
    #wishlist-page table .wishlist_item .product-image {
        min-width: 138px;
        max-width: 138px;
        margin-right: 8px;
    }
}
#wishlist-page table .wishlist_item .product-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    border-radius: 4px;
}
#wishlist-page table .wishlist_item .product-image .stock-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    background: #f1f1f1;
    border-radius: 4px;
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #494949;
    padding: 4px 15px;
    text-align: center;
}
#wishlist-page table .wishlist_item .product-rest {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 767.98px) {
    #wishlist-page table .wishlist_item .product-rest {
        max-width: 50%;
    }
}
#wishlist-page table .wishlist_item .product-rest .product-title-holder {
    text-align: left;
}
#wishlist-page
    table
    .wishlist_item
    .product-rest
    .product-title-holder
    .variations
    dl {
    display: flex;
    margin-top: 8px;
    margin-bottom: 0px;
}
#wishlist-page
    table
    .wishlist_item
    .product-rest
    .product-title-holder
    .variations
    dt {
    display: none;
}
#wishlist-page
    table
    .wishlist_item
    .product-rest
    .product-title-holder
    .variations
    dd {
    margin: 0;
}
#wishlist-page
    table
    .wishlist_item
    .product-rest
    .product-title-holder
    .variations
    dd:after {
    content: ',';
    margin-right: 5px;
}
#wishlist-page
    table
    .wishlist_item
    .product-rest
    .product-title-holder
    .variations
    dd:last-of-type:after {
    display: none;
}
#wishlist-page
    table
    .wishlist_item
    .product-rest
    .product-title-holder
    .variations
    dd,
#wishlist-page
    table
    .wishlist_item
    .product-rest
    .product-title-holder
    .variations
    span {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
#wishlist-page
    table
    .wishlist_item
    .product-rest
    .product-title-holder
    .variations
    span
    + span:before {
    content: ',';
}
#wishlist-page table .wishlist_item .product-rest .product-title {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #231f20;
    display: block;
    text-transform: uppercase;
    text-align: left;
}
#wishlist-page table .wishlist_item .product-rest .product-title a {
    display: block;
    color: inherit;
}
#wishlist-page table .wishlist_item .product-rest .product-title a:hover {
    color: #746558;
}
#wishlist-page table .wishlist_item .product-rest .product-price {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #626262;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 16px;
}
#wishlist-page table .wishlist_item .product-rest .product-price.onsale {
    color: #eb5757;
}
#wishlist-page table .wishlist_item .product-rest .product-price.onsale del {
    display: none;
}
#wishlist-page table .wishlist_item .product-rest .product-price.onsale ins {
    text-decoration: none;
}
#wishlist-page table .wishlist_item .product-action {
    width: 100%;
    text-align: left;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
@media only screen and (max-width: 767.98px) {
    #wishlist-page table .wishlist_item .product-action.hide-sm {
        display: none;
    }
}
#wishlist-page table .wishlist_item .product-action a,
#wishlist-page table .wishlist_item .product-action button {
    margin-top: auto;
    min-width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #e4d7cd;
    padding: 0px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #746558;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    display: inline-flex;
}
@media only screen and (max-width: 767.98px) {
    #wishlist-page table .wishlist_item .product-action a,
    #wishlist-page table .wishlist_item .product-action button {
        height: 60px;
        width: 100%;
        display: flex;
    }
}
#wishlist-page table .wishlist_item .product-action a:hover,
#wishlist-page table .wishlist_item .product-action button:hover {
    color: #fff;
    background-color: #e4d7cd;
}
@media only screen and (min-width: 768px) {
    #wishlist-page table .wishlist_item .product-action a,
    #wishlist-page table .wishlist_item .product-action button {
        width: auto;
        min-width: 260px;
    }
}
#wishlist-page table .wishlist_item .product-action a:after {
    display: block;
    opacity: 1;
}
#wishlist-page table .wishlist_item .product-action button:before {
    font-family: icomoon;
    margin-right: 8px;
    content: '\e90b';
    position: relative;
    bottom: 1px;
}
#wishlist-page table .wishlist_item .btn-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 32px;
    height: 32px;
    background: #f9f6f4;
    border-radius: 50%;
    color: #4c5731;
    position: absolute;
    top: 24px;
    right: 24px;
    border: 0;
    padding: 0;
}
@media only screen and (max-width: 767.98px) {
    #wishlist-page table .wishlist_item .btn-remove {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    #wishlist-page table .wishlist_item .btn-remove.show-sm {
        display: none;
    }
}
@media only screen and (max-width: 767.98px) {
    #wishlist-page table .wishlist_item .btn-remove.show-sm {
        display: flex;
        top: 0;
        right: 0;
    }
}
#wishlist-page table .wishlist_item .btn-remove:hover {
    color: #746558;
}
/*# sourceMappingURL=style.css.map */
