html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    height: 100%;
    font-size: 12px;
}

body {
    padding: 0;
    background: #ffffff;
    color: #00011f;
    font-family: sinkin_sans400_regular, Helvetica, Arial, sans-serif;
    line-height: 18px;
}

strong {
    font-weight: bold;
}

small {
    font-size: 11px;
}

body.page-login {
    padding-top: 40px;
    padding-bottom: 40px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

body.page-error, body.page-info {
    padding-top: 40px;
    padding-bottom: 40px;
}

body.error-404 .app-content-body:before {
    position: relative;
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-size: 5rem;
    text-align: center;
    padding: 4rem 0;
    width: 100%;
    color: #f11a52;
}

body.error-404 .app-content-body {
    padding-bottom: 40px;
}

body.error-404 h1 {
    color: #f11a52;
}

.message-list {
    padding-left: 10px;
    margin: 0
}

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

.l-h-s1 {
    line-height: 1;
}

.l-h-s2 {
    line-height: 1.5;
}

.l-h-s3 {
    line-height: 1.8;
}

.h1, h1 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    color: #393939;
    font-weight: 400;
}

.h2, h2 {
    font-family: 'Playfair Display SC', serif;
    line-height: 25px;
    font-size: 25px;
    color: #b29964;
    padding: 40px 25px;
    font-weight: normal;
    letter-spacing: 4px;
}

.h2.type-2, h2.type-2 {
    font-family: 'Playfair Display', serif;
}

.h3, h3 {
    font-family: 'Playfair Display SC', serif;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px 0;
    padding: 0;
    color: #00011f;
}

hr {
    margin: 10px 0;
    border-color: #ebebeb;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #272727;
    outline: 0;
    cursor: pointer;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

.c-link {
    color: #081335;
    text-decoration: none;
}

.c-link:hover, .c-link:focus {
    color: #000;
    text-decoration: underline;
}

p a {
    color: #000;
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}

.app {
    padding: 0;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background: #FFFFFF;
}

.app-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    max-width: 100%;
}

.app-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-image: none;
    background-color: #FFFFFF;
    border: 0 none;
    right: 0;
    left: 0;
    z-index: 1030;
}

.app-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #f3f4f5;
    min-width: 320px;
    max-width: 100%;
    min-height: 100vh;
}

.app-page-cart .app-content {
    border-left: 1px solid #f3f4f5;
}

.app-page-cart .app-header {
    position: relative;
}

.app-page-cart .app-content {
    position: relative;
    max-width: 100%;
}


.app-content:before, .app-overlay {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    display: none;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    z-index: -1;
}

.app-overlay {
    opacity: 1;
    z-index: 99998;
}

.app-content-body {
    padding: 0;
    background: #faf9f8;
    flex-grow: 2;
}

.app-content-body #content-left {
    background: #fcfcfc;
    border-left: 1px solid #ebebeb;
}

.app-content-body #content-right {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.app-footer {
    padding: 0;
}

.page-content, .page-content-box {
    padding: 0;
    line-height: 1.8;
}

.page-content p {
    line-height: 1.8;
    margin-bottom: 10px;
}

.page-content > section, .page-content-box > section {
    padding: 25px 40px;
}

.divider-lines {
    position: absolute;
    background-image: url(/images/divider-lines.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    width: 100%;
    height: 12px;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-page #section-page {
    background: #FFFFFF;
}

.home-page h2, #section-page h2, h2.basis-h2 {
    position: relative;
    line-height: 2.7rem;
    font-size: 25px;
    letter-spacing: 0;
    padding: 0 0 10px 0;
    margin: 20px 0 20px 0;
    text-align: center;
    color: #8a99a5;
}

.home-page h2:after, #section-page h2:after, h2.basis-h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: url("/images/divider-1.png") no-repeat center center;
}

.page-content .white-block {
    padding: 15px;
    background: #FFFFFF;
}

.page-content .center-block {
    margin: 0 auto;
}

.page-content ol, .page-content ul {
    padding-left: 25px;
}

.page-content ol > li, .page-content ul > li {
    padding: 3px 0;
}

#section-page.page-with-navigation .page-content > section {
    padding: 0;
}

#section-page.page-with-navigation > .container-fluid {
    padding: 40px;
}

#section-page.page-with-navigation > .container-fluid .container-fluid {
    padding: 0;
}

.page-title, #section-page h1 {
    position: relative;
    font-family: "Playfair Display";
    font-size: 35px;
    line-height: 1;
    color: #272727;
    margin: 15px 0 35px 0;
    padding: 0 0 35px 0;
    font-weight: 400;
    border-bottom: 1px solid #b19761;
}

#section-page .page-title {
    margin: 50px 40px 0 40px;
}

#section-page .page-children {
    max-width: 1200px;
    margin: 0 40px;
    padding: 30px 0;
}

#section-page.page-with-navigation .page-children {
    padding-bottom: 0;
}

.page-title:after, #section-page h1:after {
    position: absolute;
    content: "";
    display: block;
    height: 4px;
    width: 45%;
    bottom: 0;
    left: 0;
    background: #b19761;
}

@media (max-width: 1600px) {
    .app {
        padding: 0;
        box-shadow: none;
    }
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
    #section-page.page-with-navigation > .container-fluid {
        padding: 20px;
    }

    .page-title, #section-page h1 {
        margin: 15px 0 25px 0;
        padding: 0 0 25px 0;
    }

    .page-content > section, .page-content-box > section {
        padding: 20px 20px;
    }

    #section-page .page-title {
        margin: 40px 20px 0 20px;
    }

    #section-page .page-children {
        margin: 0 20px;
    }

}

@media (max-width: 767px) {

    #section-page.page-with-navigation > .container-fluid {
        padding: 10px;
    }

    .page-content, .page-content-box {
        padding: 25px 0;
    }

    .home-page .page-content > section, .home-page .page-content-box > section {
        padding: 15px 0;
    }

    .page-content > section, .page-content-box > section {
        padding: 25px 10px;
    }

    #section-page .page-title {
        margin: 10px 10px 0px 10px;
    }

    #section-page .page-children {
        margin: 0 10px;
    }

    .page-title, #section-page h1 {
        font-size: 30px;
    }

    .app-content-body #content-left {
        padding-bottom: 0;
    }

    #section-page:not(.page-type-3) .page-children {
        display: none;
    }

    .app-page-cart .page-content-box > section {
        padding: 0;
    }
}

.legend-required {
    font-style: italic;
    margin: 0 0 10px 0;
}

form .form-required label:before, .legend-required:before {
    color: inherit;
    content: "*";
    display: inline-block;
    font-size: 110%;
    line-height: 1;
    position: relative;
    padding-right: 5px;
}

.modal-open .app #header, .modal-open .app #content, .modal-open .app #footer {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.modal-body ul {
    padding: 10px 20px;
}

.touch-scroll {
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.touch-scroll::-webkit-scrollbar {
    display: none;
}

.blue {
    color: #4682B4;
}

.red {
    color: #f11a52;
}

.green {
    color: #2f9000;
}

.orange {
    color: #ffa940;
}

.grey {
    color: #9a9a9a;
}

.pointer {
    cursor: pointer;
}

.is-top {
    color: #4682B4;
    cursor: default;
}

.is-top-bg {
    background-color: #4682B4;
    color: #ffffff;
}

.is-action {
    color: #f11a52;
    cursor: default;
}

.is-action-bg {
    background-color: #f11a52;
    color: #ffffff;
}

.is-new {
    color: #4682B4;
    cursor: default;
}

.is-new-bg {
    background-color: #4682B4;
    color: #ffffff;
}

.is-stock {
    color: #2f9000;
    cursor: default;
}

.is-stock-bg {
    background-color: #2f9000;
    color: #ffffff;
}

.relative {
    position: relative;
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 0.5rem;
    color: #f11a52;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 1;
    font-size: 12px;
}

.btn--link {
    background: transparent;
    color: #00011f;
}

.btn--link:hover {
    color: #283e86;
}

.btn--white {
    border: 0;
    color: #cdac2e;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.btn--white:hover {
    color: #00011f;
    background: #dcca83;
    box-shadow: none;
    text-decoration: none;
}

.btn-facebook, .btn-facebook:hover {
    border-color: #4267B2;
    background: #4267B2;
    color: #FFFFFF;
}

.btn-google, .btn-google:hover {
    border-color: #d34836;
    background-color: #d34836;
    color: #fff;
}

#system-message {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: fixed;
    top: 16px;
    left: 0;
    z-index: 99999;
    width: 100%;
    pointer-events: none;
}

#system-message .notice {
    padding: 8px;
    text-align: center;
}

#system-message .notice .notice-content {
    display: inline-block;
    padding: 10px 16px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: all;
}

#system-message .type-success .notice-content {
    background: #2f9000;
    color: #ffffff;
}

#system-message .type-info .notice-content {
    background: #286c90;
    color: #ffffff;
}

#loading {
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    display: none;
    position: fixed;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 9999;
}

#loading:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 100%;
    background-color: #cdac2e;
    animation: loading 1500ms linear infinite;
}

.modal-open #loading {
    top: 0 !important;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    80% {
        left: 50%;
    }
    95% {
        left: 120%;
    }
    to {
        left: 100%;
    }
}

.custom-animation, .custom-animation:before, .custom-animation:after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.menu-border-animation {
    position: relative;
}

.menu-border-animation .menu-border-indicator {
    border-top: 4px solid #b19761;
    position: absolute;
    top: 0;
    width: 0;
    opacity: 0;
}

.menu-border-animation.menu-border-animation--bottom .menu-border-indicator {
    border: 0 none;
    border-bottom: 4px solid #b19761;
    bottom: 0;
    top: auto;
}

.menu-border-animation.b-size-3 .menu-border-indicator {
    border-width: 3px;
}

.menu-border-animation.b-size-2 .menu-border-indicator {
    border-width: 2px;
}

.restrain {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    transform-origin: 0 0 0;
    transition: all 0.2s ease 0s;
}

.restrain:not(.show) {
    position: absolute;
    opacity: 0;
    z-index: -99;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

.expand:hover .restrain {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 99999;
}

.card.card-secondary {
    background: #f4f1ee;
}

.card-md .card-header {
    font-family: 'Playfair Display SC', serif;
    font-size: 17px;
    line-height: 1.3;
    padding: 15px;
    color: #272727;
    font-weight: bold;
    letter-spacing: 0;
}

.card-md .card-header small {
    font-family: "sinkin_sans400_regular";
    display: block;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    padding-top: 5px;
}

.card .card-header.bg-danger, .card .card-header.bg-danger h1 {
    color: #ffffff !important;
}

.card h2 {
    position: relative;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 25px;
    padding: 0 0 20px 0;
    color: #272727;
    font-weight: bold;
    letter-spacing: 0;
}

.card h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: url(/images/divider-1.png) no-repeat;
    background-position: center center;
}

.fixed {
    position: fixed !important;
    z-index: 9;
}

/** =================================== registration form ============================*/
.registration-form {
    padding: 20px 0;
}

.registration-form .btn {
    width: 170px;
    max-width: 100%;
}

/**
 * input with plus, minus buttons
 */
.number-buttons {
    position: relative;
    display: flex;
    width: 100px;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.number-buttons input {
    width: 100%;
    text-align: center;
    padding: 0 28px;
    font-size: 15px;
}

.number-buttons input::-webkit-outer-spin-button,
.number-buttons input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.number-buttons button {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    cursor: pointer;
    background: transparent;
    border: 0 none;
    color: #a08c82;
    font-weight: bold;
    font-size: 18px;
}

.number-buttons button:hover {
    color: #000000;
}

.number-buttons button.btn-minus {
    left: 0;
    right: auto;
}

.number-buttons button.btn-plus {
    right: 0;
    left: auto;
}

/**
 * button spinner
 */
.input-spinner-group {
    position: relative;
}

.input-spinner-group.input-group .input-spinner {
    font-size: 15px;
    width: 100px;
    text-align: center;
    padding: 0;
    color: #00011f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.input-spinner-group input[type="text"]:focus {
    background: #FFFFFF;
    border-color: #bda77b;
}

.input-spinner-group .btn {
    width: 20px;
    height: 100%;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: pointer;
    display: block;
    overflow: hidden;
    line-height: 1;
    border: 0 none;
    right: 0;
    top: 0;
    color: #a08c82;
    z-index: 9;
}

.input-spinner-group .btn strong {
    font-weight: 600;
}

.input-spinner-group .btn:hover,
.input-spinner-group .btn:active,
.input-spinner-group .btn:focus {
    background: transparent;
    border: 0 none;
    color: #000000;
    box-shadow: none;
}

.input-spinner-group .btn-decrement {
    left: 2px;
}

.input-spinner-group .btn-increment {
    right: 2px;
}

.tab-content .relative {
    border: 1px solid transparent;
}

/* =============================================login form ========================================== */
.login-customer form {
    max-width: 400px;
    margin: 0 auto;
}

.login-customer form .btn {
    display: block;
    margin: 0 auto;
}

.login-customer.type-basic .login-customer-item {
    max-width: 400px;
    margin: 0 auto;
}

.login-customer.type-basic a:not(.btn):hover {
    text-decoration: underline;
}

.login-customer.type-basic .btn {
    width: 90%;
    max-width: 100%;
}

.login-customer .btn i {
    font-size: 20px;
    padding-right: 5px;
}

.login-customer.type-basic h3 {
    color: #272727;
    font-family: "Playfair Display";
    font-size: 17px;
    margin-bottom: 40px;
}

.login-customer.type-basic p {
    font-size: 11px;
}

.login-customer .social-login {
    text-align: center;
    margin-bottom: 10px;
}

.login-customer .social-login .btn {
    margin-bottom: 10px;
    padding: 8px 20px;
    min-width: 80%;
    max-width: 300px;
    font-size: 11px;
    border-radius: 0;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.logout a span {
    padding-left: 4px;
}

.filter {
    margin-bottom: 20px;
}

/*
 * top menu
 */
#top-menu {
    background: #000;
    padding: 0;
}

#top-menu .navbar-brand {
    padding: 10px 15px;
    margin: 0;
}

#top-menu .navbar-toggler {
    padding: 10px;
}

#top-menu .navbar-toggler-icon {
    color: #fff;
    font-size: 25px;
    width: 30px;
    height: 30px;
}

#top-menu a {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
}

#top-menu .navbar-nav {
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

#top-menu .dropdown-menu {
    margin: 0;
    border: 1px solid #ececec;
    border-radius: 0;
    width: 100%;
}

#top-menu .navbar-nav > li {
    padding: 0;
    border: 0 none;
    text-align: center;
}

#top-menu .navbar-nav > li > a {
    display: flex;
    align-items: center;
    border-top: 4px solid #000000;
    padding: 16px 15px 20px 15px;
    height: 100%;
}

#top-menu .navbar-nav > li.active a {
    border-color: #b19761;
}

#top-menu .active {
    background: #FFFFFF;
}

#top-menu .active a {
    color: #000000;
}

#top-menu .dropdown-menu li {
    padding: 0;
}

#top-menu .dropdown-menu a {
    padding: 8px 15px;
    color: #000000;
}

@media (max-width: 1199px) {
    #top-menu a {
        font-size: 11px;
    }

    #top-menu .navbar-nav > li > a {
        padding: 10px 15px 13px 15px;
    }

    #top-menu .dropdown-menu {
        padding: 0;
    }
}

.pages-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
}

.pages-menu .section-tabs > ul {
    border-bottom: 1px solid #bca67a;
    margin-bottom: 40px;
}

/* =============================================navigation secondary ========================================== */
.nav-secondary {
    margin: 0 0 20px 0;
    padding: 0;
}

.nav-secondary ul {
    margin: 0;
    padding: 0;
}

.nav-secondary li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f4f1ee;
}

.nav-secondary a {
    font-family: "sinkin_sans600semibold";
    -webkit-transition: none;
    transition: none;
    padding: 14px;
    border: 1px solid #e8e8e8;
    border-bottom: 0 none;
    font-size: 11px;
}

.nav-secondary a.danger {
    color: #FFFFFF;
    background: #f11a52;
}

.nav-secondary li:last-child a {
    border-bottom: 1px solid #e8e8e8;
}

.nav-secondary ul li {
    padding-left: 10px;
}

.nav-secondary ul ul li {
    padding-left: 10px;
}

.nav-secondary li.nav-item-children {
    padding-left: 10px;
}

.nav-secondary ul li:before, .nav-secondary li.nav-item-children:before {
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    width: 20px;
    height: 20px;
    line-height: 35px;
    left: 14px;
    color: #ebebeb;
}

.nav-secondary li:hover a, .nav-secondary a.active {
    background-color: #FFFFFF;
    color: #000000;
    border-left: 4px solid #b19761;
    padding-left: 11px;
}

.nav-secondary a span {
    color: #878787;
    font-size: 80%;
}

.nav-secondary li:hover a span {
    color: #ffffff;
}

/* =============================================breadcrumb ========================================== */
.breadcrumb {
    border-bottom: 1px solid #ececec;
    padding: 17px 20px;
    background: #FFFFFF;
    margin: 0;
}

.breadcrumb-item a, .breadcrumb-item {
    font-size: 11px;
    color: #878787;
}

.breadcrumb-item, .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item.active {
    color: #878787;
}

.breadcrumb-item a:hover {
    color: #000000;
}

.t-color {
    -webkit-transition: border-color .3s ease-in-out, outline-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out, outline-color .3s ease-in-out;
    transition: border-color .3s ease-in-out, outline-color .3s ease-in-out;
}

/* =============================================marquee ========================================== */
.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee div {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

/* =============================================List Guide ========================================== */
.list-guide.row {
    margin-right: -5px;
    margin-left: -5px;
}

.list-guide > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.list-guide .list-guide-item {
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #e9e7e2;
    border-bottom: 0 none;
    background: #FFFFFF;
    padding: 0;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-image: linear-gradient(0deg, #FFFFFF, #f1ebdf) 1;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(233, 231, 226, 1);
    -moz-box-shadow: 0px 3px 2px 0px rgba(233, 231, 226, 1);
    box-shadow: 0px 3px 2px 0px rgba(233, 231, 226, 1);
}

.list-guide .list-guide-item:hover {
    -webkit-box-shadow: 0px 3px 2px 0px rgba(222, 222, 222, 1);
    -moz-box-shadow: 0px 3px 2px 0px rgba(222, 222, 222, 1);
    box-shadow: 0px 3px 2px 0px rgb(205, 205, 205, 1);
}

.list-guide.list-guide-large .list-guide-item {
    padding-top: 15px;
}

.list-guide .list-guide-item a {
    color: #000000;
    display: block;
}

.list-guide .list-guide-item-img {
    display: block;
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.list-guide .list-guide-item-icon {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    font-size: 3rem;
    text-align: center;
    align-self: center;
}

.list-guide .list-guide-item-title {
    display: block;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
}


.list-guide-small .list-guide-item a {
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
}

.list-guide-small .list-guide-item-img {
    height: 40px;
    width: 75px;
    align-self: center;
}

.list-guide-small .list-guide-item-icon {
    width: 40px;
    font-size: 20px;
    padding: 0;
    text-align: center;
    align-self: center;
}

.list-guide-small .list-guide-item-title {
    text-align: left;
    padding: 0 0 0 5px;
    align-self: center;
}

.list-guide-mini .list-guide-item {
    margin-bottom: 7px;
}

.list-guide-mini .list-guide-item a {
    padding: 16px;
    display: flex;
    flex-direction: row;
}

.list-guide-mini .list-guide-item-img {
    display: none;
}

.list-guide-mini .list-guide-item-title {
    text-align: left;
    padding: 0;
    align-self: center;
}

@media (max-width: 575px) {
    .list-guide-mini .list-guide-item a {
        padding: 10px 15px;
    }
}


.color-box {
    display: inline;
}

.color-box .color-value {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    border: 1px solid #d8d8d8;
}

.select-picker {
    display: none;
}

.select-picker-sm.bootstrap-select > .dropdown-toggle,
.select-picker-sm.select-picker .dropdown-menu {
    font-size: 13px;
}

.select-picker .dropdown-menu li a.grey {
    color: #9a9a9a;
}

.select-picker .dropdown-menu li a.red {
    color: #f11a52;
}

.select-picker .dropdown-menu li a.green {
    color: #2f9000;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: .375rem .75rem;
    height: auto;
    border: 1px solid #ced4da;
    color: #495057;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.5;
}

/**
 * load more
 */
.load-more {
    text-align: center;
    margin: 20px 0 0 0;
}

/**
 * pagination
 */
.pagination-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 20px;
    font-size: 12px;
    justify-content: flex-end;
    align-items: center;
}

.pagination-box.with-load-more, .pagination-box.with-info {
    justify-content: space-between;
}

.pagination-box .item-info {
    line-height: 38px;
}

.pagination-box .item-load-more {

}

.pagination-box .item-pagination {

}

.pagination-box .pagination li {
    margin-left: 2px;
}

.pagination-box .pagination li i {
    font-size: 15px;
}

.pagination-box .pagination .page-link {
    background: #FFFFFF;
    color: #28221a;
    padding: 15px 20px;
    border: 0 none;
    width: 46px;
    text-align: center;
}

.pagination-box .page-item.active .page-link {
    color: #b19761;
}

.pagination-box .page-item:not(.active) .page-link:focus,
.pagination-box .page-item:not(.active) .page-link:hover,
.pagination-box .page-item:not(.active) .page-link:active {
    color: #28221a;
    background: #eecb98;
}

@media (max-width: 1199px) {
    .pagination-box .pagination .page-link {
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {

    .pagination-box .pagination .page-link {
        width: 40px;
    }

    .pagination-box.with-load-more {
        justify-content: space-around;
    }

    .pagination-box, .pagination-box.with-info {
        justify-content: flex-end;
    }

    .pagination-box.with-load-more .item-pagination {
        display: none;
    }

    .pagination-box .item-info {
        display: none;
    }

    .pagination-box .pagination li {
        margin-left: 0;
    }

}

.list-inline {
    list-style: none;
    margin-bottom: 1rem;
}

.list-inline li.list-inline-item {
    position: relative;
    padding-left: 14px;
    margin-right: 4px;
}

.list-inline li.list-inline-item:before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #ced4da;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.list-inline li.list-inline-item:first-child {
    padding-left: 0;
}

.list-inline li.list-inline-item:first-child:before {
    display: none;
}

#search {
    position: relative;
}

#search .searching {
    background: url("/images/indicator.gif") no-repeat 0 0;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    width: 16px;
    height: 16px;
    z-index: 999;
}

.search-results-container {
    padding-top: 20px;
}

.search-results-container h1, .search-results-container__categories, .search-results-container__producers {
    padding: 20px 30px;
}

.search-results-container .products-filter-title {
    padding: 0 30px;
}

.search-results-container__products .empty-products {
    background: #FFFFFF;
    border: 1px solid #e8e8e8;
}

.suggestion-result {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background: #ffffff;
    z-index: 99;
    overflow-y: auto;
    display: none;
}

#search.active .suggestion-result {
    display: block;
}

.suggestion-result .list-group-item {
    padding: 0;
}

.suggestion-result .figure-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .5rem .75rem;
    -webkit-transition: none;
    transition: none;
}

.suggestion-result .figure-item > div {
    flex-direction: column;
}

.suggestion-result .figure-item .figure-item-img {
    width: 50px;
    text-align: center;
    -ms-flex: 0 0 auto;
    -webkit-flexx: 0 0 auto;
    flex: 0 0 auto;
}

.suggestion-result .figure-item .figure-item-data {
    -ms-flex: 1 1 auto;
    -webkit-flexx: 1 1 auto;
    flex: 1 1 auto;
}

.suggestion-result .figure-item .figure-item-title {
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
}

.suggestion-result .figure-item .figure-item-price {
    text-align: right;
    color: #f11a52;
    font-weight: 700;
}

.suggestion-result .figure-item .figure-item-type {
    position: absolute;
    right: .5rem;
    top: .5rem;
    font-size: 10px;
    color: #838e95;
}

.suggestion-result .figure-more {
    padding: 10px;
    color: #f11a52;
    background: #f3f3f3;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-left: 1px solid rgba(0, 0, 0, .125);
}

.suggestion-result .figure-more:hover {
    text-decoration: underline;
}

.suggestion-result .list-group-item:hover,
.suggestion-result .list-group-item.active {
    border-color: #d3c27c;
}

.suggestion-result .list-group-item:hover, .suggestion-result .list-group-item.active,
.suggestion-result .list-group-item:hover a, .suggestion-result .list-group-item.active a,
.suggestion-result .list-group-item:hover .figure-item-price, .suggestion-result .list-group-item.active .figure-item-price,
.suggestion-result .list-group-item:hover .figure-item-type, .suggestion-result .list-group-item.active .figure-item-type {
    background: #d3c27c;
    color: #000000;
}

@media (max-width: 767px) {
    html, body {
        font-size: 12px;
    }

    .category-navigation {
        display: none;
    }

    .products-filter {
        margin-bottom: 0;
    }
}

/* ======================================= nav steps =====================================*/

.nav-steps {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    list-style: none;
    background-color: transparent;
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;
}

.nav-steps li {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    margin: 0;
    padding-right: 22px;
    float: left;
    position: relative;
    text-align: center;
    width: 20%;
}

.nav-steps li a {
    font-family: "Playfair Display";
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 13px;
    height: 100%;
    margin: 0;
    flex-direction: row;
    background-color: transparent;
    color: #a08c82;
    font-size: 17px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.nav-steps .nav-step-icon {
    position: relative;
    padding: 0;
    margin-right: 10px;
}

.nav-steps .nav-step-icon span {
    display: block;
    font-family: "sinkin_sans600semibold";
    border: 1px dashed #a08c82;
    background: #FFFFFF;
    color: #a08c82;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 32px;
}

.nav-steps .nav-step-icon i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 36px;
    width: 100%;
    height: 100%;
}

.nav-steps.nav-steps-4 li {
    width: 25%;
}

.nav-steps li.active a {
    z-index: 1;
    color: #000000;
    background-color: #f4f1ee;
}

.nav-steps li.active .nav-step-text {
    color: #000000;
}

.nav-steps li.active .nav-step-icon span {
    color: #FFFFFF;
    border: 1px solid #f4f1ee;
    background: #a08c82;
}

.nav-steps li.active a:after, .nav-steps li.allowed a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 0;
    border-top: 27px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 22px solid #f4f1ee;
    position: absolute;
    right: -22px;
}

.nav-steps li.active a:before, .nav-steps li.allowed a:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    color: #000000;
    display: block;
    width: 20px;
    font-size: 18px;
    height: 20px;
    top: 0;
    right: -16px;
    z-index: 1;
}

.nav-steps li.allowed a {
    color: #b19761;
    background-color: #f4f1ee;
}

.nav-steps li.allowed a:after, .nav-steps li.allowed a:before {
    border-left-color: #f4f1ee;
    color: #b19761;
}

.nav-steps li.allowed .nav-step-icon span {
    background: transparent;
    border: 1px solid #b19761;
    color: #b19761;
}

.nav-steps li.last a:after, .nav-steps li.last a:before {
    display: none;
}

.nav-steps li.last.active a:after {
    display: block;
    background: #f4f1ee;
    border-color: #f4f1ee;
}

.nav-steps .nav-step-text {
    line-height: 1.4;
}

.nav-steps .nav-step-shrank {
    display: none;
}

@media (max-width: 1199px) {
    .nav-steps .nav-step-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    .nav-steps {
        flex-wrap: wrap;
    }

    .nav-steps .nav-step-icon {
        margin: 0;
    }

    .nav-steps .nav-step-text {
        display: none;
    }

    .nav-steps .nav-step-shrank {
        display: block;
    }

    .nav-steps li a:after, .nav-steps li a:before {
        display: none !important;
    }

    .nav-steps li a {
        background: transparent !important;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

.advertising-form, .contact-form {
    max-width: 500px;
    margin: 20px auto;
}

.advertising-form, .contact-form p a {
    display: block;
    margin-top: 15px;
}

.advertising-form, .contact-form .btn {
    min-width: 150px;
}

.partners {
    background: #ebebeb;
    margin: 0 auto;
    padding: 15px 0;
}

.partners ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center;
}

.partners ul li {
    padding: 0 20px;
}

.partners a {
    opacity: 0.2;
}

.partners a:hover {
    opacity: 0.7;
}

.partners img {
    max-height: 40px;
}

.map {
    width: 100%;
    height: 500px;
}

.gallery a {
    display: inline-block;
    padding: 5px;
}

#footer {
    position: relative;
    background: #14161a;
    border-top: 10px solid #d3c27c;
    color: #FFFFFF;
}

#footer .footer-inner {
    padding: 40px 20px;
}

#footer a {
    color: #FFFFFF;
}

#footer a:hover {
    color: #d3c27c;
}

#footer h3 {
    font-family: "Playfair Display SC";
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

#footer p {
    margin-bottom: 10px;
}

#footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

#footer ul li a {
    display: inline-block;
    padding: 0 0 5px 0;
    color: #858b92;
    font-size: 12px;
}

#footer ul li a.more {
    font-style: italic;
    color: #d3c27c;
}

#footer ul li a.more:hover {
    text-decoration: underline;
}

#footer .menu-footer-basic span {
    display: inline-block;
    width: 25px;
}

#footer .copyright {
    text-align: left;
    margin: 0;
    padding: 20px;
    color: #858b92;
    border-top: 1px solid #20232a;
    font-size: 11px;
}

#footer .contact-data {
    margin-bottom: 10px;
}

#footer .first-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


#footer .newsletter h3 {
    font-family: "Playfair Display SC";
    color: #73777f;
    font-size: 27px;
    margin-bottom: 20px;
}

#footer .newsletter a {
    display: inline-block;
    border-bottom: 1px solid #30343d;
    color: #FFFFFF;
    padding: 18px 50px 18px 10px;
    font-size: 10px;
    position: relative;
    transition: .3s;
}

#footer .newsletter a:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    display: block;
    position: absolute;
    line-height: 52px;
    text-align: center;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    border-bottom: 1px solid #FFFFFF;
}

#footer .newsletter a:hover {
    background: #30343d;
    color: #FFFFFF;
}

#footer .newsletter a:hover:after {
    border-color: #30343d;
}

#footer .social-networks a {
    display: inline-block;
    background: #2f3238;
    border-radius: 50%;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    line-height: 30px;
}

#footer .social-networks a i {
    padding: 5px;
}

#footer .back-to-top {
    display: none;
    position: absolute;
    top: 0;
    right: 20px;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background: #d3c27c;
    font-size: 18px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    z-index: 999;
}

#footer .back-to-top:hover {
    opacity: 1;
}

@media (max-width: 1199px) {

    #footer .newsletter a {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

    #footer .first-column {
        flex-direction: row;
        align-items: center;
    }

}

@media (max-width: 575px) {

    #footer .first-column {
        flex-direction: column;
        padding-bottom: 20px;
    }
}

.price-text {
    font-family: "Playfair Display SC";
    text-align: right;
    color: #000000;
    font-size: 25px;
    line-height: 1;
}

.price-text small {
    font-size: 18px;
}

.price-text.green {
    color: #2f9000;
}

/* =============================================menu down ========================================== */
.menu-down {
    position: relative;
    padding-top: 20px;
    color: #ffffff;
}

.menu-down ul {
    list-style: none;
    padding-left: 0;
}

.menu-down ul li {
    padding: 3px 0;
}

.menu-dow
.menu-down a:hover {
    text-decoration: underline;
}

#sitemap h2 {
    text-align: left;
    margin: 0;
    padding: 0 10px;
    font-size: 1.5rem;
}

#sitemap a:hover {
    text-decoration: underline;
}

#sitemap .card .card-body {
    padding: 0;
    margin: 0;
}

#sitemap ul {
    padding: 0;
    margin: 0;
}

/* =============================================cookie ========================================== */
#cookie-bar {
    position: fixed;
    display: block;
    width: 100%;
    background-color: rgba(55, 55, 55, .8);
    z-index: 9000;
    text-align: center;
    font-size: 11px;
    color: #fff;
    bottom: 0;
    padding: 10px 0;
}

#cookie-bar a {
    color: #fff;
    text-decoration: underline;
}

#cookie-bar a.btn-confirmed {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border: 2px solid #ffffff;
    padding: 3px 9px;
    margin-left: 10px;
}

#cookie-bar a.btn-confirmed:hover, #cookie-bar a.btn-confirmed:active {
    text-decoration: none;
    border: 2px solid #ffffff !important;
    background-color: #fff;
    color: #000;
}

.page-error #cookie-bar, .page-info #cookie-bar {
    display: none;
}

.accordion-button {
    cursor: pointer;
}

.accordion-button:after {
    position: absolute;
    right: 5px;
    top: 7px;
    width: 20px;
    height: 20px;
    font-weight: 900;
    border: 0 none;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 16px;
}

.accordion-button.collapsed:after {
    content: "\f054";
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.button-back, .button-next-left {
    position: relative;
    display: inline-block;
}

.button-back:not(.btn), .button-next-left:not(.btn) {
    font-family: "sinkin_sans800black";
    color: #a08c82;
    font-size: 12px;
}

.button-back:before, .button-next-left:before {
    font-family: "Font Awesome 5 Free";
    font-size: 125%;
    font-weight: 900;
    content: "\f053";
    position: relative;
    width: 20px;
    height: auto;
    padding-right: 10px;
}

.button-next-left:before {
    content: "\f054";
}

.button-next {
    position: relative;
}

.button-next:not(.btn) {
    font-family: "sinkin_sans800black";
    color: #a08c82;
    font-size: 12px;
}

.button-next:after {
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-size: 125%;
    font-weight: 900;
    content: "\f054";
    text-align: right;
    width: 20px;
    padding-left: 10px;
}

button.button-next:before {
    right: -5px;
}

.btn.button-next {
    padding-left: 3rem;
    padding-right: 3rem;
}

.button-back:not(.btn):hover, .button-next:not(.btn):hover, .button-next-left:hover {
    color: #000000;
}

/**
 * pretty checkbox, radio button
 */
.checkmark-container {
    display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    min-height: 25px;
}

/* Hide the browser's default checkbox */
.checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: #FFFFFF;
    border: 1px solid #bda77b;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.checkmark-container.checkmark-radio .checkmark {
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkmark-container:hover input ~ .checkmark {
    border-color: #000;
}

.checkmark-container:hover .checkmark:after {
    border-color: #000;
}

.checkmark-container.checkmark-radio:hover .checkmark:after {
    background-color: #000;
}

/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
    background: #FFFFFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #bda77b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark-container.checkmark-radio .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0 none;
    background: #bda77b;
    transform: none;
}

.checkmark-container.size-sm {
    padding-left: 28px;
    min-height: 20px;
}

.checkmark-container.size-sm .checkmark {
    height: 20px;
    width: 20px;
}

.checkmark-container.size-sm .checkmark:after {
    left: 7px;
    top: 3px;
}

.checkmark-container.checkmark-radio.size-sm .checkmark:after {
    left: 6px;
    top: 6px;
    width: 6px;
    height: 6px;
}

.checkmark-container.size-xs {
    padding-left: 20px;
    min-height: 15px;
}

.checkmark-container.size-xs .checkmark {
    height: 15px;
    width: 15px;
    top: 2px;
}

.checkmark-container.size-xs .checkmark:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
    border-width: 0 2px 2px 0;
}

.checkmark-container.checkmark-radio.size-xs .checkmark:after {
    left: 4px;
    top: 4px;
    width: 5px;
    height: 5px;
}

.alert .checkmark-container {
    margin: 5px 0;
}

.alert .a-icon {
    margin-right: 5px;
}

.recommended-products {
    background: #FFFFFF;
}

.recommended-products .row {
    padding: 0;
    margin: 0;
}

.recommended-products .row > div {
    padding: 0;
}

/**
 * product item
 */
.product-article {
    position: relative;
    padding: 0 2px;
    background: #FFFFFF;
    margin: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-bottom: 1px solid #faf9f8;
}

.product-article:hover {
    background: #faf9f8;
    -webkit-box-shadow: 5px 14px 13px -17px #999;
    -moz-box-shadow: 5px 14px 13px -17px #999;
    box-shadow: 5px 14px 13px -17px #999;
    z-index: 1;
}

.product-article:before {
    position: absolute;
    content: "";
    right: 0;
    width: 10px;
    top: 0;
    height: 100%;
    -webkit-box-shadow: inset -6px 0 6px -6px #fdf7ed;
    -moz-box-shadow: inset -6px 0 6px -6px #fdf7ed;
    box-shadow: inset -6px 0 6px -6px #fdf7ed;
    z-index: 1;
}

.product-article:hover a:hover {
    color: #000;
}

.product-article .product-article-media {
    position: relative;
    height: 260px;
    display: flex;
    align-items: center;
}

.product-article .product-article-media .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75%;
    background: #faf9f8;
    z-index: 0;
    pointer-events: none;
}

.product-article.in-cart {
    border: 1px solid #caebca;
    -webkit-box-shadow: inset 0px 0px 30px 0px rgba(202, 235, 202, 1);
    -moz-box-shadow: inset 0px 0px 30px 0px rgba(202, 235, 202, 1);
    box-shadow: inset 0px 0px 30px 0px rgba(202, 235, 202, 1);
}

.product-article.in-cart .overlay {
    display: none;
}

.product-article .product-article-media a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.product-article .product-article-media img {
    max-width: 100%;
    max-height: 100%;
}

.product-article .product-article-media img.lazy-empty {
    opacity: 0.09;
}

.product-article .product-article-body {
    position: relative;
    padding: 10px;
    height: 165px;
}

.product-article .product-article-body p {
    font-family: 'Playfair Display', serif;
    color: #7a7a7a;
    text-align: center;
    height: 18px;
    overflow: hidden;
    letter-spacing: 0.6px;
}

.product-article .product-article-body h3 {
    position: relative;
    padding: 7px 0;
    margin-top: 7px;
    font-family: "sinkin_sans400_regular";
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    height: 58px;
    min-width: 90px;
    overflow: hidden;
}

.product-article .product-article-body h3 a {
    color: #393939;
    display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to bottom, rgba(57, 57, 57, 1) 40px, rgba(57, 57, 57, 0.6) calc(100% - 25px), rgba(57, 57, 57, 0.0));
    background-position: bottom center;
}

.product-article .product-article-body h3:before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    width: 100%;
    height: 7px;
    background: url("/images/divider-1.png") no-repeat center center;
}

.product-article .is-events {
    position: absolute;
    right: 20px;
    bottom: 5px;
    z-index: 2;
    pointer-events: none;
}

.product-article .is-events > div {
    position: relative;
    width: 53px;
    height: 53px;
    padding: 7px 0 0 0;
    font-weight: bold;
    font-size: 16px;
    background: #efcc99;
    color: #393939;
    text-align: center;
    border-radius: 50%;
    font-family: 'Playfair Display SC', serif;
    margin: 0 0 5px 0;
}

.product-article .is-events > div.is-awards {
    background: #000000;
    color: #FFFFFF;
}

.product-article .is-events > div.is-awards .awards-text {
    font-size: 9px;
}

.product-article .is-events > div.is-awards .awards-value {
    font-size: 26px;
    line-height: 1;
}

.product-article .is-action-percent .action-text {
    font-family: 'Playfair Display', serif;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    height: 12px;
    cursor: default;
}

.product-article .is-action-percent .action-value {
    font-family: "Times New Roman";
    font-size: 26px;
    text-align: center;
    padding-right: 10px;
    line-height: 1;
    cursor: default;
}

.product-article .is-action-percent.is-action-percent-pack .action-text:after {
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f466";
    right: 5px;
    top: 19px;
}

.product-article .is-action-percent .action-value:after {
    position: absolute;
    font-size: 11px;
    font-family: "Times New Roman";
    content: "%";
    right: 5px;
    bottom: 11px;
}

.product-article .is-state {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
}

.product-article .is-state div {
    font-family: sinkin_sans300light;
    position: relative;
    border-radius: 5px 0 5px 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    padding: 2px 4px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 5px 0;
}

.product-article .is-action {
    background: #f11a52;
    color: #FFFFFF;
}

.product-article .is-top {
    background: #393939;
    color: #FFFFFF;
}

.product-article .is-new {
    background: #4682B4;
    color: #FFFFFF;
}

.product-article .is-stock {
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: center;
    color: #2f9000;
    font-size: 8px;
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
}

.product-article .product-article-price {
    padding: 0 0 5px 23px;
    font-size: 28px;
}

.product-article .price-retail {
    font-size: 18px;
    display: inline-block;
    padding: 0;
}

.product-article .price-value {
    font-size: 28px;
    display: inline-block;
    padding: 0;
}

.product-article .price-value small {
    font-size: 20px;
}

.product-article .price-value.with-action {
    color: #f11a52;
}

.product-article.product-is-interesting {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeef+0,ffffff+50,f1f1f2+100 */
    background: #eeeeef; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeef 0%, #ffffff 50%, #f1f1f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeef 0%, #ffffff 50%, #f1f1f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeef 0%, #ffffff 50%, #f1f1f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeef', endColorstr='#f1f1f2', GradientType=0); /* IE6-9 */
}

.product-article.product-is-recommended {
    background-color: #1d1e20;
    overflow: hidden;
}

.product-article.product-is-recommended.product-article-type-1 {
    background-image: url("/images/somelier-recommended-bg.png");
    background-repeat: no-repeat;
    background-position: top left;
}

.product-article.product-is-recommended .is-state {
    top: 95px;
}

.product-is-recommended .ribbon {
    font-family: "Playfair Display";
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    font-size: 14px;
    top: 15px;
    left: -45px;
    width: 175px;
    padding: 4px;
    text-align: center;
    color: #646464;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 74%, rgba(246, 246, 246, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 74%, rgba(246, 246, 246, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 74%, rgba(246, 246, 246, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1); /* IE6-9 */
}

.product-is-recommended .ribbon small {
    letter-spacing: 1px;
    display: block;
    font-size: 11px;
}

.product-article.product-is-interesting:after,
.product-article.product-is-recommended:after {
    display: none;
}

.product-article.product-is-interesting .product-article-inner,
.product-article.product-is-recommended .product-article-inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 425px;
}

.product-article.product-is-recommended.product-article-type-1 .product-article-media a {
    position: relative;
    height: 425px;
}

.product-article.product-is-interesting .product-article-inner .cart-box,
.product-article.product-is-recommended .product-article-inner .cart-box {
    position: absolute;
    bottom: 13px;
    right: 10px;
    z-index: 9;
}

.product-article.product-is-interesting .product-article-inner .is-events,
.product-article.product-is-recommended .product-article-inner .is-events {
    position: absolute;
    right: 10px;
    top: 20px;
}

.product-article.product-is-interesting .product-article-media, .product-article.product-is-interesting .product-article-body,
.product-article.product-is-recommended .product-article-media, .product-article.product-is-recommended .product-article-body {
    height: auto;
    flex: 0 0 50%;
    max-width: 50%;
}

.product-article.product-is-recommended .recommended-text {
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
}

.product-article.product-is-interesting .product-article-body .is-stock,
.product-article.product-is-recommended .product-article-body .is-stock {
    bottom: 0;
}

.product-article.product-is-interesting .description-container,
.product-article.product-is-recommended .description-container {
    position: relative;
    padding: 20px;
}

.product-article.product-is-interesting h3,
.product-article.product-is-recommended h3 {
    font-size: 13px;
}

.product-article.product-is-interesting .description-container:before, .product-article.product-is-interesting .description-container:after,
.product-article.product-is-recommended .description-container:before, .product-article.product-is-recommended .description-container:after {
    position: absolute;
    display: block;
    font-family: "Playfair Display";
    font-size: 117px;
    left: 0;
    bottom: 0;
    line-height: 1;
    content: "{";
    width: 10px;
    height: 100%;
    color: #fdf7ec;
    transform: translateX(-50%);
}

.product-article.product-is-interesting .description-container:after,
.product-article.product-is-recommended .description-container:after {
    content: "}";
    left: auto;
    right: 20px;
}

.product-article.product-is-recommended .description-container:before,
.product-article.product-is-recommended .description-container:after {
    color: #3c3e42;
}

.product-article.product-is-interesting .price-text:not(.strikethrough),
.product-article.product-is-recommended .price-text:not(.strikethrough) {
    padding-top: 15px;
    font-size: 32px;
}

.product-article.product-is-interesting .img-container {
    position: relative;
    padding: 0;
    text-align: center;
    width: 230px;
}

.product-article.product-is-interesting img {
    position: relative;
    z-index: 1;
    height: 330px;
    margin-left: -55px;
}

.product-article.product-is-interesting:not(.empty-image) img {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.product-article.product-is-interesting:not(.empty-image) .img-container:before,
.product-article.product-is-interesting:not(.empty-image) .img-container:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    content: "";
    width: 266px;
    max-width: 100%;
    height: 95px;
    background-image: url("/images/bottle-shadow.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.product-article.product-is-interesting:not(.empty-image) .img-container:after {
    background-image: url("/images/bottle-shadow-2.png");
    background-repeat: no-repeat;
    bottom: -55px;
    z-index: 9;
}

.product-article.product-is-recommended.product-article-type-1 .img-container {
    position: absolute;
    top: 75px;
    left: 110px;
}

.product-article.product-is-recommended.product-article-type-1 .img-container img {
    height: 300px;
}

.product-article.product-is-recommended .product-article-body h3 a {
    color: #FFFFFF;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 40px, rgba(125, 125, 125, 0.6) calc(100% - 25px), rgba(57, 57, 57, 0.0));
}

.product-article.product-is-recommended .product-article-body p {
    color: #aaaaaa;
}

.product-article.product-is-recommended .price-text {
    color: #FFFFFF !important;
    text-shadow: 1px 1px 2px black;
}


.product-article.type-table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-color: #d8cdb0;
    padding: 10px;
    margin: 0 10px 0 30px;
}


.product-article.type-table .product-article-media {
    height: auto;
}

.product-article.type-table .product-article-media .img-container {
    padding: 0 10px;
}

.product-article.type-table img {
    min-width: 25px;
}

.product-article.type-table .product-article-body {
    height: auto;
    width: 50%;
}

.product-article.type-table .product-article-body h3 {
    height: auto;
}

.product-article.type-table .price-box {
    width: 20%;
}

.product-article.type-table .price-box .product-article-price {
    padding: 5px;
    text-align: right;
}

@media (max-width: 1199px ) {
    .product-article.product-is-interesting .img-container {
        width: 200px;
    }

    .product-article.product-is-interesting img {
        height: 300px;
    }

    .product-article.product-is-interesting .img-container:before {
        bottom: -8px;
    }

    .product-article .product-article-price {
        padding-right: 0;
        padding-left: 0;
    }

    .product-article.type-table .product-article-price {
        text-align: right;
    }

    .product-article.type-table .cart-box .buttons-container {
        float: right;
    }

    .product-article .product-article-body h3 {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .product-article:after {
        display: none;
    }

    .product-article .product-article-price, .product-article .price-value {
        font-size: 22px;
        text-align: left;
    }

    .product-article .product-article-price small {
        font-size: 14px;
    }

    .product-article .price-retail {
        font-size: 14px;
    }

    .product-article.product-is-interesting img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        height: 260px;
        margin-left: 0;
    }

    .product-article.product-is-interesting .img-container:after,
    .product-article.product-is-interesting .img-container:before {
        display: none;
    }


    .product-article.product-is-interesting .product-article-media,
    .product-article.product-is-recommended .product-article-media {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .product-article.product-is-interesting .product-article-body,
    .product-article.product-is-recommended .product-article-body {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .product-is-recommended .ribbon {
        border: 1px dashed rgba(173, 173, 173, 0.61);
    }

    .product-article .product-article-price {
        padding-right: 0;
        padding-left: 0;
    }

    .product-article.product-is-interesting .price-text:not(.strikethrough),
    .product-article.product-is-recommended .price-text:not(.strikethrough) {
        padding-top: 0;
        font-size: inherit;
    }

    .product-article .product-article-body h3 {
        font-size: 12px;
    }

    .product-article.product-is-interesting .img-container {
        min-width: auto;
    }

    .product-article.product-is-recommended,
    .product-article.product-is-recommended.product-article-type-1 {
        background-image: none;
        background: rgb(255, 255, 255); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(29, 30, 32, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(29, 30, 32, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(29, 30, 32, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1d1e20', GradientType=1); /* IE6-9 */
    }

    .product-article.product-is-recommended .product-article-media a,
    .product-article.product-is-recommended.product-article-type-1 .product-article-media a {
        height: auto;
    }

    .product-article.product-is-recommended .img-container,
    .product-article.product-is-recommended.product-article-type-1 .img-container {
        position: relative;
        top: auto;
        left: auto;
    }

    .product-article.product-is-recommended .img-container img,
    .product-article.product-is-recommended.product-article-type-1 .img-container img {
        height: auto;
    }
}


@media (max-width: 575px) {
    .product-article.product-is-interesting .product-article-media, .product-article.product-is-interesting .product-article-body,
    .product-article.product-is-recommended .product-article-media, .product-article.product-is-recommended .product-article-body {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-article.product-is-interesting .product-article-inner,
    .product-article.product-is-recommended .product-article-inner {
        height: auto;
        padding-bottom: 19px;
    }

    .product-article.product-is-recommended,
    .product-article.product-is-recommended.product-article-type-1 {
        background: #1d1e20;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(29, 30, 32, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(29, 30, 32, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(29, 30, 32, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1d1e20', GradientType=0); /* IE6-9 */

    }

    .product-article.product-is-interesting .product-article-media,
    .product-article.product-is-recommended .product-article-media {
        height: 260px;
    }

    .product-article.product-is-interesting .description-container,
    .product-article.product-is-recommended .description-container {
        padding: 0;
    }

    .product-article.product-is-interesting .description-container:before, .product-article.product-is-interesting .description-container:after,
    .product-article.product-is-recommended .description-container:before, .product-article.product-is-recommended .description-container:after {
        display: none;
    }

    .product-article .product-article-media img {
        max-height: 150px;
        height: auto;
    }

    .product-article.product-is-recommended .recommended-text {
        display: none;
    }

    .product-article.type-table {
        /*flex-direction: column;*/
        margin: 0 10px;
    }

    .product-article.type-table .product-article-body {
        width: auto;
    }

    .product-article.type-table .price-box {
        width: auto;
        margin: 10px;
    }
}

.primary-banner-section {
    display: flex;
}

.primary-banner-section .primary-banner-container,
.primary-banner-section .primary-banner-boxes {
    flex: 0 0 50%;
    max-width: 50%;
}

.primary-banner-section .primary-banner-boxes .tag-banner-main-boxes {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.primary-banner-section .primary-banner-boxes .tag-banner-main-boxes a {
}

.primary-banner-section .primary-banner-boxes .tag-banner-main-boxes a img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .primary-banner-section {
        flex-direction: column;
    }

    .primary-banner-section .primary-banner-container,
    .primary-banner-section .primary-banner-boxes {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .primary-banner-section .primary-banner-boxes {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .primary-banner-section .primary-banner-container {
        display: none;
    }
}

.categories-list-icon {
    position: relative;
    background: #faf9f8;
    background: -moz-linear-gradient(left, rgba(254, 255, 255, 1) 0%, rgba(246, 246, 245, 1) 14%, rgba(246, 246, 245, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(254, 255, 255, 1) 0%, rgba(246, 246, 245, 1) 14%, rgba(246, 246, 245, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(254, 255, 255, 1) 0%, rgba(246, 246, 245, 1) 14%, rgba(246, 246, 245, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#faf9f8', GradientType=1); /* IE6-9 */
    padding: 30px 0;
}

.categories-list-icon h2 {
    font-size: 25px;
    text-align: center;
}

.categories-list-icon .row > div {
    margin: 0 0 -1px 0;
}

.categories-list-icon a {
    font-family: "sinkin_sans600semibold";
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border: 1px solid #b19761;
    color: #000000;
    padding: 30px 10px;
    border-left: 0 none;
    height: 100%;
}

.categories-list-icon .row > div:first-child a {
    border-left: 1px solid #b19761;
}

.categories-list-icon a:hover,
.categories-list-icon a:focus {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.categories-list-icon a .categories-list-icon__title {
    padding-top: 10px;
}

.categories-list-icon a .categories-list-icon__title i {
    font-size: 80%;
    color: #aaaaa9;
}

@media (max-width: 1199px) {
    .categories-list-icon a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .categories-list-icon a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .categories-list-icon a {
        display: flex;
        align-items: center;
        padding: 10px 10px;
    }

    .categories-list-icon a .categories-list-icon__image {
        margin-right: 10px;
    }

    .categories-list-icon a .categories-list-icon__title {
        padding: 0;
        font-size: 11px;
    }

    .categories-list-icon a .categories-list-icon__title i {
        display: none;
    }
}

/* ====================================== custom tab ==================================== */
.section-tabs .nav-tabs {
    border: 0 none;
    padding: 0;
}

.section-tabs .nav-tabs li {
    margin: 0;
}

.section-tabs .nav-tabs li a {
    font-family: "sinkin_sans600semibold";
    color: #bca67a;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 15px 17px 15px;
    border: 0 none;
    border-bottom: 3px solid transparent;
}

.section-tabs .nav-tabs li a.active,
.section-tabs .nav-tabs li:hover a {
    color: #000000;
    border-bottom: 3px solid #b19761;
}

/* ====================================== custom tab ==================================== */

.statistics-section-top .tab-content {
    border: 0 none;
    border-top: 1px solid #b19761;
    padding: 0;
}


/**
 * special banner
 */
.special-banner {
    padding: 30px 0;
    background: #d2b386;
    margin-bottom: 30px;
    overflow: hidden;
}

.special-banner h2 {
    color: #000000 !important;
    margin-top: 0 !important;
}

.special-banner h2:after {
    background-image: url(/images/divider-2.png);
}

.producers-list-basic {
    position: relative;
    list-style: none;
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 30px 0;
    background-color: #FFFFFF;
}

.producers-list-basic li {
    padding: 5px;
}

.producers-list-basic li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    opacity: 0.6;
    height: 85px;
}

.producers-list-basic li img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

/*
 * info data
 */
.contact-info-data {
    font-family: "sinkin_sans600semibold";
    font-size: 15px;
    color: #000000;
    padding: 25px 15px;
    border: 1px solid #b19761;
    display: flex;
    justify-content: space-between;
}

.contact-info-data > div {
    padding: 5px;
}

.contact-info-data a {
    position: relative;
    padding-left: 40px;
    display: inline-block;
}

.contact-info-data .contact-info-data__email {
    line-height: 28px;
}

.contact-info-data i {
    position: absolute;
    top: 0;
    left: 0;
    color: #b19761;
    font-size: 30px;
    padding-right: 10px;
}

.contact-info-data a small {
    display: block;
    color: #8a99a5;
    font-size: 10px;
}

.contact-info-address {
    font-family: "sinkin_sans600semibold";
    background: #f4f1ee;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contact-info-address > div {
    padding: 5px;
}

.contact-info-address .contact-info-address__icon {
    width: 60px;
}

.contact-info-address .contact-info-address__box1 {
    flex-grow: 2;
}

.contact-info-address i {
    font-size: 50px;
    color: #b19761;
}

@media (max-width: 1299px) {

    .contact-info-data {
        flex-direction: column;
        text-align: center;
    }

    .contact-info-data .contact-info-data__phone {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {

    .contact-info-address {
        flex-direction: column;
        text-align: center;
    }

    .contact-info-address > div {
        margin: 0 auto;
    }
}


/**
 * cart table
 */
.cart-list-table .cart-list-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px;
    position: relative;
    background: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 5px;
}

.cart-list-table .cart-list-table__header .cart-list-table__row {
    font-family: "Playfair Display SC";
    font-size: 12px;
    background: #f4f1ee;
    color: #a08c82;
}

.cart-list-table .cart-list-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cart-list-table .cart-list-table__item.is-product {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-list-table .cart-list-table__item.is-quantity {
    width: 130px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-list-table .cart-list-table__item.is-additions {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    font-weight: bold;
}

.cart-list-table .cart-list-table__item.is-price {
    width: 110px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart-list-table .cart-list-table__item.is-price.direction-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cart-list-table .cart-list-table__item.is-delete {
    width: 50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart-list-table .cart-list-table__item.is-delete a {
    font-size: 16px;
    color: #eecb98;
}

.cart-list-table__img {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: border .25s ease-in-out;
    transition: border .25s ease-in-out;
    margin-right: 15px;
}

.cart-list-table__img.empty-image {
    background: url("/i/no-image.png") no-repeat center center;
    background-size: contain;
}

.cart-list-table__info a {
    font-weight: bold;
}

@media (max-width: 767px) {
    .cart-list-table .cart-list-table__item.is-product {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 12px;
    }

    .cart-list-table .cart-list-table__item.is-quantity {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 50px;
        width: auto;
    }

    .cart-list-table.price-offer .cart-list-table__item.is-quantity {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cart-list-table .cart-list-table__item.is-quantity .number-buttons input {
        font-size: 13px;
    }

    .cart-list-table .cart-list-table__item.is-delete {
        position: absolute;
        top: 30px;
        right: 20px;
    }
}

/* ------------------------------------------------- */
.cart-addons-info .row > div {
    margin: 10px 0;
}

.cart-addons-info h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-addons-info ul {
    list-style: none;
    padding: 0;
}

.cart-addons-info ul li {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    position: relative;
    padding: 5px 0 5px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-addons-info ul li .fa-check {
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    font-weight: 700;
    color: #a08c82;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translate(0%, -50%);
}

.cart-addons-info .open-hours {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-addons-info .open-hours table th {
    padding-right: 5px;
}

.cart-addons-info .open-hours a {
    color: #a08c82;
    font-weight: bold;
}

/* ============================= content items ===========================*/
.ci-date {
    font-family: "Playfair Display SC";
    font-size: 15px;
    color: #978051;
    font-weight: normal;
}

.content-items-list__items {
    background: #FFFFFF;
}

.content-items-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    height: 710px;
    padding: 40px;
}

.content-items-banner.type-item {
    height: 420px;
}

.content-items-banner.is-empty {
    height: 200px;
    padding: 25px 40px;
}

.content-items-banner:not(.is-empty) h1, .content-items-banner:not(.is-empty) h2 {
    position: relative;
    font-family: "Playfair Display";
    font-size: 35px;
    line-height: 48px;
    color: #393939;
    padding: 40px 0 30px 0;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    max-width: 580px;
}

.content-items-banner:not(.is-empty) h1:after, .content-items-banner:not(.is-empty) h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: url(/images/divider-1.png) no-repeat;
}

.content-items-banner__excerpt {
    font-family: "Playfair Display";
    font-size: 21px;
    line-height: 35px;
    max-width: 480px;
    color: #393939;
}

.content-items-banner__btn {
    margin: 40px 0 20px 0;
}

.content-items-banner__btn .btn {
    min-width: 150px;
}

.content-items-list__aside {
    background: #faf9f8;
    padding-bottom: 20px;
}

.content-items-list__aside h2 {
    color: #8a99a5;
    margin-top: 40px;
}

.content-items-aside {
    position: relative;
    margin: 8px 20px;
    background: #FFFFFF;
    display: inline-block;
}


.content-items-aside a {
    color: #13314b;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: stretch;
}

.content-items-aside:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(199, 187, 187, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(199, 187, 187, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(199, 187, 187, 0.35);
}

.content-items-aside h3 {
    font-family: "Playfair Display";
    position: relative;
    padding-top: 18px;
    margin-top: 15px;
    line-height: 1.2;
}

.content-items-aside h3:before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    width: 100%;
    height: 7px;
    background: url("/images/divider-1.png") no-repeat;
}

.content-items-aside_info {
    position: relative;
    padding: 40px 20px;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.content-items-aside_info:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -10px;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #fff;
    clear: both;
    z-index: 1;
}

.content-items-aside_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.content-items-aside__type {
    font-family: "Playfair Display";
    background: #b19761;
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 15px;
}

.content-items-aside__date {
    margin-top: 70px;
}

.content-items-detail .content-items-detail-inner {
    position: relative;
    padding: 30px 30px 30px 70px;
    margin-top: -80px;
    background: #fff;
}

.content-items-detail h1 {
    position: relative;
    padding: 30px 0;
    margin-bottom: 30px;
}

.content-items-detail h1:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: url("/images/divider-1.png") no-repeat;
}

.content-items-detail__excerpt {
    font-family: "Playfair Display";
    font-size: 21px;
    line-height: 35px;
    padding-bottom: 50px;
    color: #393939;
}

.content-items-detail__description {
    line-height: 2.2;
}

.content-items-detail__description .content-img {
    padding: 10px 0;
}

.content-items-detail__description .content-img p {
    color: #8a99a5;
    text-align: right;
    max-width: 65%;
    margin: 0 0 0 auto;
}

.content-items-detail__social_networks {
    position: absolute;
    left: -10px;
    top: 0;
    width: 50px;
    line-height: 50px;
    min-height: 250px;
    background: url(/images/right-shadow.png) no-repeat;
    background-position: right 0;
}

.content-items-detail__social_networks .link-facebook {
    background: #3a579b;
}

.content-items-detail__social_networks .link-twitter {
    background: #01b1ec;
}

.content-items-detail__social_networks a {
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 21px;
}

.show-type-basic {
    padding-top: 30px;
}

.show-type-basic .content-items-aside {
    background: transparent;
}

.show-type-basic .content-items-aside:hover {
    background: #FFFFFF;
}

.show-type-basic .content-items-aside_img {
    width: 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

.show-type-basic .content-items-aside_info {
    padding: 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.show-type-basic .content-items-aside_info:after {
    display: none;
}

.show-type-basic .content-items-aside__date {
    margin-top: 0;
}

.show-type-basic .content-items-aside__type {
    display: flex;
    justify-content: center;
}

.content-item-gallery {
    margin: 85px 10px 0 10px;
}

.content-item-gallery .content-item-gallery__img {
    padding: 0 10px;
}

@media (max-width: 1199px) {
    .content-items-banner h1, .content-items-banner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .content-items-banner__excerpt {
        font-size: 18px;
        line-height: 28px;
    }

}

@media (max-width: 1199px) {
    .content-items-aside h3 {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .content-items-banner {
        height: 500px;
        padding: 40px;
    }

    .content-items-banner.type-item {
        height: 300px;
    }

    .content-items-detail-inner h1 {
        font-size: 30px;
    }

    .content-items-detail__excerpt {
        font-size: 18px;
        line-height: 1.5;
    }
}

.content-items-list {
    background: #FFFFFF;
}

.content-items-list .section-list-inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -80px;
}

.content-items-item {
    margin-bottom: 20px;
}

.content-items-item .content-items-item-inner {
    position: relative;
    background: #faf9f8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.content-items-item:hover .content-items-item-inner {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(199, 187, 187, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(199, 187, 187, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(199, 187, 187, 0.35);
}

.content-items-item .content-items-item__top {
    padding: 15px;
    position: relative;
}

.content-items-item:hover .content-items-item-inner {
    background: #fff;
}

.content-items-item .content-items-item__top:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #faf9f8;
    clear: both;
}

.content-items-item:hover .content-items-item__top:after {
    border-top-color: #fff;
}

.content-items-item .content-items-item__title {
    color: #000;
    font-size: 21px;
    line-height: 27px;
    font-family: 'Playfair Display', serif;
    padding: 20px 0 10px 0;
}

.content-items-item .content-items-item__excerpt {
    padding-top: 10px;
    font-size: 10px;
}

.content-items-item .content-items-item__btn {
    padding-top: 10px;
}

.content-items-item .content-items-item__btn a {
    text-transform: uppercase;
    font-size: 8px;
    position: relative;
    font-family: sinkin_sans400_regular, Helvetica, Arial, sans-serif;
    display: inline-block;
}

.content-items-item .content-items-item__btn a:after {
    content: "";
    width: 100%;
    bottom: -5px;
    left: 0;
    display: block;
    height: 1px;
    background-color: #000;
}

.content-items-item .content-items-item__btn a:hover:after {
    background-color: transparent;
}

.content-items-item__social_networks {
    color: #a08c82;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
    cursor: pointer;
}

.content-items-item__social_networks span {
    position: absolute;
    right: -6px;
    top: 0;
    display: block;
    width: 40px;
    text-align: center;
    z-index: 2;
}

.content-items-item__social_networks:hover span {
    color: rgba(0, 0, 0, 0.3);
}

.content-items-item__social_networks div {
    display: none;
    position: absolute;
    width: 40px;
    top: -6px;
    right: -6px;
    text-align: center;
    padding: 30px 5px 5px 5px;
    background: #FFFFFF;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(199, 187, 187, 0.85);
    -moz-box-shadow: 0px 0px 10px 0px rgba(199, 187, 187, 0.85);
    box-shadow: 0px 0px 10px 0px rgba(199, 187, 187, 0.85);
}

.content-items-item__social_networks:hover div {
    display: block;
}

.content-items-item__social_networks:hover div a {
    position: relative;
    padding: 4px;
    height: 30px;
    font-size: 16px;
    display: block;
    color: #a08c82;
}

.content-items-item__social_networks:hover div a:hover {
    color: #000000;
}

.content-items-item__img {
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


@media (max-width: 1199px) {
    .content-items-item .content-items-item__title {
        font-size: 17px;
    }
}

@media (max-width: 991px) {

    .content-items-list .section-list-inner {
        margin-top: 20px;
    }
}

@media (max-width: 479px) {

    .content-items-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.rating-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
}


.rating-img-container {
    position: relative;
    padding: 17px 10px;
    background: url(/images/rating-text.png) no-repeat 0 0;
}

.rating-container .rating-value {
    position: absolute;
    left: 110px;
    top: 0;
    background: #f21e56;
    font-family: "Playfair Display SC";
    line-height: 25px;
    text-align: center;
    font-size: 28px;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 15px;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.rating-container .rating-img {
    position: relative;
    display: inline-block;
    width: 160px;
    min-width: 160px;
    height: 160px;
    min-height: 160px;
    border-radius: 50%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/empty-person.png);
}

.rating-container .rating-description {
    display: inline-block;
    padding: 10px 25px;
}

@media (max-width: 1199px) {
    .rating-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {

    .rating-container {
        flex-direction: row;
        align-items: normal;
    }
}

@media (max-width: 575px) {

    .rating-container {
        flex-direction: column;
        align-items: center;
    }
}


.btn-circle {
    background: #b29d66;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
}

.btn-circle:hover {
    background: #a08c82;
}

.btn-circle.btn-circle-success {
    background: #2f9000;
    color: #FFFFFF;
}

.btn-circle.btn-circle-success:hover {
    background: #0b5d00;
}

.btn-circle.btn-circle-grey {
    background: #9a9a9a;
    color: #FFFFFF;
}

.btn-circle.btn-circle-grey:hover {
    background: #585858;
    color: #FFFFFF;
}


.profile table {
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-top: -8px;
}

.profile table tr th {
    font-family: "Playfair Display SC";
    font-size: 12px;
    color: #a08c82;
    border: 0 none;
    background: #f4f1ee;
    padding: 18px;
    line-height: 25px;
    vertical-align: middle;
    letter-spacing: 1px;
}

.profile table tr td {
    font-size: 12px;
    color: #393939;
    border: 0 none;
    background: #FFFFFF;
    padding: 18px;
    vertical-align: middle;
}

.profile table tr[class*="table-"] td {
    background: inherit;
}

.profile table a {
    color: #393939;
}

.profile table tr th:first-child, .profile table tr td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.profile table tr th:last-child, .profile table tr td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.profile table tr td i {
    font-size: 16px;
}

.toggle-menu {
    border: 0 none;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.one-line-form {
    margin-bottom: 20px;
    float: right;
    min-width: 360px;
}

.one-line-form .input-group input[type="text"] {
    margin-right: -20px;
}

.one-line-form .input-group-text.type-btn {
    background: transparent;
    border: 0;
    padding: 0;
}

.one-line-form .input-group-text.type-btn .btn {
    border: 0;
    padding: 12px 15px;
    z-index: 9;
}

.toggle-menu li {
    margin: 0 !important;
    padding: 0 !important;
}

.toggle-menu li:first-child a {
    border-top: 1px solid #e8e8e8;
}

.toggle-menu li a {
    display: block;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 14px;
    color: #000000;
    background: #faf9f8;
}

.toggle-menu li a:hover {
    background: #b29d66;
    border-color: #b29d66;
    color: #ffffff;
}

.toggle-menu li.danger a {
    color: #f11a52;
}

.toggle-menu li.danger a:hover {
    border-color: #f11a52;
    background: #f11a52;
    color: #ffffff;
}

.require-error {
    border: 1px solid #f11a52;
    background: rgba(241, 26, 82, 0.05);
}

.cart-discount-coupon {
    margin: 20px 0;
}

.cart-discount-coupon .form-group {
    max-width: 330px;
}

#system-popup-window {
    position: fixed;
    background: #f5f5f5;
    bottom: -1000px;
    right: 20px;
    width: 450px;
    max-width: 80%;
    z-index: 8998;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 20, 20, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(20, 20, 20, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(20, 20, 20, 0.2);
}

#system-popup-window .popup-window-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #ffffff;
    border-radius: 50%;
    color: #000000;
    font-size: 20px;
    width: 30px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    height: 30px;
    z-index: 8999;
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#system-popup-window .popup-window-close:hover {
    opacity: 1;
}