/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    color: #222222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: .85rem;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -1em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000000 !important;
    }

    .label {
        border: 1px solid #000000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #ffffff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dddddd !important;
    }
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    line-height: 1.42857143;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:focus {
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e1e1e1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 768px) {

    .container,
    .single-product .woocommerce-message,
    .single-product .woocommerce-error,
    .single-product .woocommerce-info {
        width: 750px;
    }

    footer.footer:after {
        width: 720px;
    }

    .search-bar {
        margin-top: 20px !important;
        width: 100% !important;
    }
}

@media (min-width: 1655px) {

    .search-bar {
        margin-top: -20px !important;
        width: 80% !important;
    }
}

@media (max-width: 1600px) {

    .search-bar {
        margin-top: 20px !important;
        width: 100% !important;
    }
}


@media (min-width: 992px) {

    .container,
    .single-product .woocommerce-message,
    .single-product .woocommerce-error,
    .single-product .woocommerce-info {
        width: 970px;
    }

    footer.footer:after {
        width: 940px;
    }
}

@media (min-width: 1200px) {

    .container,
    .single-product .woocommerce-message,
    .single-product .woocommerce-error,
    .single-product .woocommerce-info {
        width: 1170px;
    }

    footer.footer:after {
        width: 1140px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: start;
}

th {
    text-align: left;
    font-weight: 400;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px;
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    padding-bottom: 100px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 40%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
}

.carousel-caption .btn {
    text-shadow: none;
}


@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*========================================*/
/*========================================*/
* {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    font-size: 14px;
    margin-right: 0 !important;
}

html.no-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/**
   * Remove default margin.
   */
body {
    margin: 0;
    font-family: Arial, Tahoma sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #555555;
    height: auto !important;
    --current-color: currentColor;
    --product-stock-step-1-active-color: #2e7d32;
    --product-stock-step-2-active-color: #f57f17;
    --product-stock-step-3-active-color: #c62828;
    --h1-size-proportion: 2.5714;
    --h2-size-proportion: 1.7142;
    --h3-size-proportion: 1.7142;
    --h4-size-proportion: 1.2857;
    --h5-size-proportion: 1;
    --h6-size-proportion: .8571;
    --h1-line-height: 1.1;
    --h2-line-height: var(--h1-line-height);
    --h3-line-height: var(--h1-line-height);
    --h4-line-height: var(--h1-line-height);
    --h5-line-height: var(--h1-line-height);
    --h6-line-height: var(--h1-line-height);
    --product-title-size-proportion: 1.14;
    --product-title-line-height: 1.5;
}

body.et-compare:before {
    display: none;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
    display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
    margin: 0 0 .67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
    background: transparent;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

body p:empty {
    display: none !important;
}

/* Forms
     ========================================================================== */
/**
   * Define consistent border, margin, and padding.
   */
fieldset {
    border: 1px solid #e1e1e1;
    margin: 0 0 3em;
    padding: 1.5em 2.5em;
    min-width: 0;
}

fieldset legend {
    display: inline-block;
    width: auto;
}

legend {
    font-size: 1rem;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 0;
}

/* ul ol */
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

address {
    font-style: italic;
    font-size: 1.14rem;
}

/* Headings */
h1,
.h1 {
    margin-top: 0;
    font-size: calc(var(--h1-size-proportion) * 1rem);
    /* 36/14 */
    font-weight: 400;
    margin-bottom: .5rem;
    color: #222222;
}

h1,
.h1 {
    line-height: var(--h1-line-height);
}

h2,
.h2 {
    line-height: var(--h2-line-height);
}

h3,
.h3 {
    line-height: var(--h3-line-height);
}

h4,
.h4 {
    line-height: var(--h4-line-height);
}

h5,
.h5 {
    line-height: var(--h5-line-height);
}

h6,
.h6 {
    line-height: var(--h6-line-height);
}

h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    font-size: calc(var(--h2-size-proportion) * 1rem);
    /* 24/14 */
    font-weight: 400;
    margin-bottom: .7rem;
    color: #222222;
}

h3,
.h3 {
    font-size: calc(var(--h3-size-proportion) * 1rem);
    /* 24/14 */
}

h4,
.h4 {
    margin-top: 0;
    font-size: calc(var(--h4-size-proportion) * 1rem);
    /* 18/14 */
    font-weight: 400;
    margin-bottom: .7rem;
    color: #222222;
}

h5,
.h5 {
    margin-top: 0;
    font-size: calc(var(--h5-size-proportion) * 1rem);
    /* 14/14 */
    font-weight: 400;
    margin-bottom: .7rem;
    color: #222222;
}

h6,
.h6 {
    margin-top: 0;
    font-size: calc(var(--h6-size-proportion) * 1rem);
    /* 12/14 */
    font-weight: 400;
    margin-bottom: .7rem;
    color: #222222;
}

p {
    margin-bottom: 1.43rem;
    line-height: 1.6;
    font-size: 1.14rem;
}

ul ol,
ol ol,
ul ul,
ol ul {
    margin-bottom: 0;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.aligncenter {
    opacity: 1;
}

.wp-caption {
    max-width: 100%;
}

img.aligncenter {
    margin: .35em auto;
}

img.alignright {
    float: right;
    margin: .14em 0 1.42em 1.42em;
}

img.alignleft {
    float: left;
    margin: .14em 1.42em 1.42em 0;
}

.cursor-pointer {
    cursor: pointer;
}

.aligncenter {
    display: block;
    margin: .36em auto;
}

.alignright {
    float: right;
    margin: 1.07em 0 2.14em 1.07em !important;
}

.alignleft {
    float: left;
    margin: 15px 2.14em 1.07em 0 !important;
}

.text-left {
    text-align: start;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: end;
}

.text-justify {
    text-align: justify;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center,
.align-items-center .swiper-wrapper {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

.align-content-start {
    align-content: flex-start;
}

.align-content-end {
    align-content: flex-end;
}

.align-content-center {
    align-content: center;
}

.align-content-around {
    align-content: space-around;
}

.align-content-between {
    align-content: space-between;
}

.align-content-stretch {
    align-content: stretch;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-underline {
    text-decoration: underline;
}

.full-height {
    height: 100vh;
}

.type-product ul,
.content ul {
    margin-bottom: 1.43em;
}

.type-product ul ul,
.content ul ul,
.type-product ol ol,
.content ol ol {
    margin-bottom: 0;
}

.type-product li,
.content li {
    margin-bottom: .5em;
    line-height: 1.8;
    font-size: 1.14rem;
}

.type-product ul,
.content ul,
.type-product ol,
.content ol {
    padding-left: 20px;
}

.type-product .simple-list li,
.content .simple-list li {
    padding: 5px 0;
}

body ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: #e1e1e1;
}

.nano-pane {
    width: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 0px;
}

.nano-pane>.nano-slider {
    position: relative;
    margin: 0;
    border-radius: 3px;
}

body ::-webkit-scrollbar-thumb {
    background: #555555;
}

.nano-slider {
    background: #555555;
    z-index: 3;
}

.clear {
    clear: both;
}

.m0 {
    margin-bottom: 0 !important;
}

.page-wrapper {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.template-container {
    position: relative;
    overflow: hidden;
}

@media (min-width: 1200px) {

    /* Boxed and framed layout */
    .boxed .template-container,
    .framed .template-container {
        width: 1230px;
        margin: 0 auto;
    }

    .framed .template-container {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    body.bordered {
        border: 20px solid #f5f5f5;
    }

    body.bordered .body-border-left,
    body.bordered .body-border-top,
    body.bordered .body-border-right,
    body.bordered .body-border-bottom {
        position: fixed;
        z-index: 1001;
        background-color: #f5f5f5;
    }

    body.bordered .body-border-left,
    body.bordered .body-border-right {
        top: 0;
        bottom: 0;
        width: 20px;
    }

    body.bordered .body-border-left {
        left: 0;
    }

    body.bordered .body-border-right {
        right: 0;
    }

    body.bordered .body-border-top,
    body.bordered .body-border-bottom {
        height: 20px;
        left: 0;
        right: 0;
    }

    body.bordered .body-border-top {
        top: 0;
    }

    body.bordered .body-border-bottom {
        bottom: 0;
    }

    body.bordered.admin-bar .body-border-top {
        height: 52px;
    }
}

/* WebKit/Blink Browsers */
::selection {
    background: #f2f2f2;
}

/* Gecko Browsers */
::-moz-selection {
    background: #f2f2f2;
}

.swiper-custom-right::selection,
.swiper-custom-left::selection,
.swiper-container::selection,
.rev_slider_wrapper::selection,
.swiper-entry::selection,
.swiper-container::selection,
.product-content-image::selection,
.swiper-container .swiper-lazy::selection,
.tp-carousel-wrapper::selection,
.tp-revslider-mainul::selection,
.tp-bgimg::selection,
.tp-revslider-slidesli::selection,
.tp-revslider-mainul::selection,
.rev_slider::selection,
.rev_slider_wrapper::selection,
.content::selection,
.mpc-carousel__wrapper::selection,
.mpc-wc-carousel-products::selection,
.slick-list::selection,
.mpc-navigation::selection,
.mpc-nav__icon::selection,
.swiper-slide::selection,
.swiper-slide .content-product::selection {
    background-color: transparent;
}

.a-center {
    text-align: center;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

#user_switching_switch_on {
    margin-bottom: 0;
    position: relative;
    z-index: 1000;
}

.quicklinks a .ab-icon.et-ab-label img {
    padding: 6px 0 0 !important;
    max-width: 20px;
}

@media only screen and (max-width: 768px) {

    .mob-center,
    .mob-center .et-follow-buttons {
        text-align: center !important;
        justify-content: center !important;
    }
}

/*=======================================
  =            Buttons #buttons           =
  ========================================*/
.button,
.btn,
input[type="submit"],
input[type="button"],
form button,
form #qna-ask-input button {
    display: inline-block;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    color: #222222;
    -webkit-text-fill-color: currentColor;
    text-transform: uppercase;
    font-size: .85rem;
    text-align: center;
    line-height: 1;
    padding: .75rem 2.2rem;
    height: 2.642rem;
    background-color: #f2f2f2;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button:hover,
.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
form button:hover,
form #qna-ask-input button:hover {
    color: #ffffff;
    border-color: #222222;
    background-color: #222222;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button:focus,
.btn:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
form button:focus,
form #qna-ask-input button:focus {
    color: #222222;
    outline: none;
}

.button:focus:hover,
.btn:focus:hover,
input[type="submit"]:focus:hover,
input[type="button"]:focus:hover,
form button:focus:hover,
form #qna-ask-input button:focus:hover {
    color: white;
    outline: none;
}

.button.active:hover,
.btn.active:hover,
input[type="submit"].active:hover,
input[type="button"].active:hover,
form button.active:hover,
form #qna-ask-input button.active:hover {
    background-color: #222222;
    color: #fff;
    border-color: #222222;
}

.button.active,
.btn.active,
input[type="submit"].active,
input[type="button"].active,
form button.active,
form #qna-ask-input button.active,
.button.active:focus,
.btn.active:focus,
input[type="submit"].active:focus,
input[type="button"].active:focus,
form button.active:focus,
form #qna-ask-input button.active:focus {
    color: #fff;
}

input[type="submit"],
input[type="button"] {
    height: auto;
}

.btn.active:hover {
    opacity: .8 !important;
}

.btn-black,
.btn.black,
.btn-checkout,
.btn-view-wishlist,
.form-submit input[type="submit"],
#commentform input[type="button"] {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
}

.btn-black:hover,
.btn.black:hover,
.btn-checkout:hover,
.btn-view-wishlist:hover,
.form-submit input[type="submit"]:hover,
#commentform input[type="button"]:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.btn-black:focus,
.btn.black:focus,
.btn-checkout:focus,
.btn-view-wishlist:focus,
.form-submit input[type="submit"]:focus,
#commentform input[type="button"]:focus {
    color: #fff;
}

.woocommerce-Button {
    height: auto;
}

.woocommerce-Button+label.inline {
    margin-bottom: 0;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.btn-checkout,
.btn-view-wishlist {
    font-size: .85rem;
}

.btn-checkout:hover,
.btn-view-wishlist:hover {
    opacity: .8 !important;
}

.btn:active,
.btn.active {
    box-shadow: none;
}

.btn[disabled],
.button.disabled {
    opacity: .7;
    cursor: not-allowed;
}

.btn.small {
    padding: .65rem 1.5rem;
    font-size: .75rem;
    height: auto;
}

.btn.medium {
    font-size: .85rem;
    height: auto;
}

.btn.big {
    font-size: 1rem;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn.white {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
}

.btn.white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #222222;
}

.btn.bordered,
.btn.bordered.small,
.btn.bordered.medium,
.btn.bordered.big {
    border: 1px solid #e1e1e1;
    background-color: transparent;
    color: #fff;
    border-radius: 0 !important;
}

.btn.bordered:hover,
.btn.bordered.small:hover,
.btn.bordered.medium:hover,
.btn.bordered.big:hover {
    color: #222222;
    background-color: #fff;
}

.btn-underline {
    position: relative;
    display: inline-block;
}

.btn-underline:after {
    content: "";
    width: 100%;
    left: 50%;
    right: 50%;
    height: 2px;
    background-color: #888888;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-underline:hover:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.btn-advanced {
    background-color: #888888;
    color: #fff !important;
    padding: 9px 63px 9px 23px;
    text-transform: uppercase;
    font-size: 13px;
}

.btn-advanced:before {
    content: "";
    width: 40px;
    height: 41px;
    right: 0;
    display: block;
    transform: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-advanced:after {
    top: -2px;
    color: #fff;
    opacity: 1;
    margin-left: 0;
    content: '\e904';
    font-family: 'xstore-icons';
    display: inline-block;
    position: absolute;
    right: -15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*-----  End of Buttons  ------*/
.et-loader {
    position: relative;
    margin: 0 auto;
}

.loader-circular {
    animation: rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    margin: auto;
}

.loader-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke: #888888;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

body>.et-loader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

body>.et-loader svg {
    width: 40px;
}

.et-loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blockOverlay {
    display: block;
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
    line-height: 1;
}

.blockOverlay:before {
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
}

.products-loop .product-ajax {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    z-index: -1;
}

.products-loop .product-ajax.loading {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.products-loop .product-ajax .loader-path {
    stroke: #888888;
}

.product-details .compare.button .blockOverlay:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: -1;
}

.woocommerce .wishlist-fragment .blockUI.blockOverlay::before {
    display: inline-block;
}

.content-product .wishlist-fragment .blockOverlay {
    background-color: transparent !important;
}

.content-product .wishlist-fragment .blockOverlay:before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
}

.content-product .wishlist-fragment a.add_to_wishlist[style]:before {
    opacity: 0;
    visibility: hidden;
}

.product-view-default .wishlist-fragment .blockOverlay:before,
.product-view-light .wishlist-fragment .blockOverlay:before {
    top: -16px;
}

.product-view-default .wishlist-fragment .blockOverlay:before {
    left: 3px;
}

.product-details .compare.button .blockOverlay:before,
.view-color-white .compare.button .blockOverlay:before,
.view-color-transparent .compare.button .blockOverlay:before {
    color: #222222;
}

.blockOverlay:before,
div.wpcf7 .ajax-loader:before,
div.pp_default .pp_loaderIcon:before {
    content: '';
    animation: rotate .75s infinite linear;
    width: 18px;
    height: 18px;
    border: 1px solid #e1e1e1;
    border-left-color: #888888;
    border-radius: 50%;
    display: inline-block;
}

div.pp_default .pp_loaderIcon {
    background: none !important;
}

div.pp_default .pp_loaderIcon:before {
    height: 100%;
    width: 100%;
}

@keyframes anim {
    12.5% {
        stroke-dasharray: 33.98873px, 242.77666px;
        stroke-dashoffset: -26.70543px;
    }

    43.75% {
        stroke-dasharray: 84.97183px, 242.77666px;
        stroke-dashoffset: -84.97183px;
    }

    100% {
        stroke-dasharray: 2.42777px, 242.77666px;
        stroke-dashoffset: -24.34889px;
    }
}

.et-preloader-on>.et-loader {
    opacity: 1;
    z-index: 1000;
    position: fixed;
}

.et-preloader-hide>.et-loader {
    display: none;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

img.lazyload.lazyload-simple:not(.swiper-lazy-loaded) {
    display: none !important;
}

@keyframes opacity-loader {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes opacity-loader {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*==================================
  =        Inputs #inputs            =
  ==================================*/
input[type="checkbox"] {
    display: inline-block;
    border-radius: 0;
    padding: 0;
    position: relative;
    margin-right: 4px;
}

input[type="checkbox"]:focus {
    outline: none;
}

input[type="radio"] {
    display: inline-block;
    margin-right: 4px;
}

input[type="radio"]:focus {
    outline: none;
}

select,
.select2.select2-container--default .select2-selection--single {
    padding: 0 2.9em 0 1em;
    cursor: pointer;
    color: #888888;
    height: 2.642rem;
    line-height: 2.642rem;
    max-width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: start;
    position: relative;
    border: 1px solid #e1e1e1;
    background-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: calc(100% - 12px) 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAEm0lEQVR4nO3cWaiUZRgH8N85armShlgWLZS0gLQgIVm0UGQgtEBKe110IdSFF0FXhtCNChERFLSQFBUltEC0ZxS0E7QZ0UJEG6aFltmiOV28c3DpvO+cZWa+c+Z7fjAo58x87/99HuSceb9nJIQQQgghhBBCCCGEEEIIIYQQQgghhBBCO01o/nkYrsRp+B7bK0tUL7NwFRZhM7bCOfgdjebjl+bXQmediy321H07ToeP9vriwGMHFlcSsx4ulGq8f92fhm2DfKOBv3BRBWF73cVSbQer+cvwbOabDfyDZV2P3LuWSTXN1ftGOBY/Fp60C9d0OXgvulaqZa7OD6Nv4MlH4svCk3djRfey95wVUg1z9b3TXs0YcCg2Fl7UwMrOZ+85tyrX9HaDNGPAIfi4xQVWdy57z1mtXMtVQ7nILLzX4kJr25u7J61VruEtw7nYTLzd4oL3oL892XtKv1Sb0s/jm0dy4enYULhwA/eKpuytH/fJ1+tfLB/NAlOlNyulpjyKiaNZpEdMxGPKzbihHQtNwQuFhRp4ApPasdg4NUmqQa4+O3F5Oxc8AE8WFmxI7/gnt3PRcWKy1qcdSzux8CSsLyzckP4lTenE4mPUdLwmX48/saSTASZgXSFAA69jRidDjBEz8IZ8HXZIp7od14/7C0Ea0vuYg7sRpiIH4335/f+Gs7oZqE86fyk15QPM7maoLpkt7S237204o4pgfdI5TKkpGzG3inAdMhefye93CxZUlq5plXJTPsfhVYVro8OlveT2+TNOqSzdfm5Rbso3OKaydKN3jLSH3P5+wAmVpcu4WfnM/1vMqyzdyM2Tsuf29R2OqyxdC8ulI4Jc+J8wv7J0wzdfypzbz1c4qrJ0Q3SDclM24aTK0g3dyVLW3D6+wBGVpRumK6Tzm9xmfsXCytK1tlDKmMv/iXQzb1xZqjxhsVWa2BtrFknZcrk/xJzK0o3SEuk8J7e57TivsnT/d76UKZf3Henm3biWm9IbePyBCypLt8di5Zxv4qDK0rXZ2dL5Tm6zf+OSytJxaTNDLt8rmFZZug45U35stSH9vLmsglxXK/8C8qJ057QnLbDvxPf+j124rot5rleeJnxKujnX006VPguRK8JuzRnXDrtJ+WRhvRrdlj5ROv8pNaWTo6utRjvX2fNhpto4XjoHyhWloTOjqytbrPmAGo82HY2vlQvUztHVVqOdgw49102ryfsG1rRhnVajncWh57o5FJ8qF+xuIytYf/O1pWuvGlX6HjXH4J933Psx3NHV/uZrStcc1tBz3czCu8oFfMTQRlcnSmOupd/kRjT0XDcz8ZZyUx5Xfo/QarRz1EPPdTMNryo3JTe62mq0s21Dz3UzFS8pN+V5+46uthoM3yndPAsjdCCeUW7KwOjqjObfc8/r2NBz3UzBc8pN2aA89Byft2+zCdLnuEtNyT26NvRcNxPwoOE1o+tDz3XTh7sMrRmVDT3XTR/uUG7GmBh6rpvbDN6MMTX0XDdr7NuMzdIdyXGrF46bF0u/RW3CQ9L/bBRCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYD/AI5xCCmGn2cGAAAAAElFTkSuQmCC);
    background-size: 10px;
}

select:focus,
.select2.select2-container--default .select2-selection--single:focus {
    outline: none;
}

select::-ms-expand,
.select2.select2-container--default .select2-selection--single::-ms-expand {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2 .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: inherit;
    color: #888888;
    white-space: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-dropdown,
.select2-container--default .select2-dropdown .select2-search__field {
    border-color: #e1e1e1;
}

.select2-container--default .select2-dropdown .select2-search__field {
    border-top: none;
    border-left: none;
    border-right: none;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    border-radius: 0;
}

.select2-container--open.select2 .select2-selection--single {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAEZUlEQVR4nO3caYhVZRgH8N+oaWmbIWULUhS0UbQQtFFJEUXRSoRaZHvUB8EWPxgl9UVaKGmPVioKKjNB2omKooUiKpE2kXZbtE3LvQ/n3hxz3vfc0Xvvae59fnBgYO457/99nznn3jnznCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQjP1VB2gCUbj5NrXs7CwwixdbywWYU1t+wVHVRmom52KZdYWo74twykV5upKZ2Gl9YtR35bj9MrSdZlz5ItR31bi7Ioydo3LsFp5MXoX5dxKknaBSfpXjPq2WlHI0ERlZ8a7tS31/VW4oO2pO9R0+TPgJQzHiNrXuddObXP2jlNWjGcxrNfrN8PzJftc26bsHaUHt8sv7NMY2se+QzGzZN/prY3fWQbhbvkFfQSDM8cYUntN7hg3tiZ+ZxmCR+UX8gH5YtQNxoMlx7pLZ9zPa4kheFx+AW/TvwVs5NJ3r+KsDL0Mw2z5hbvFhv0099T2zR37McUPRMCmmCO/YNc1YZzrS8Z4QhTF5nhVfqGmNHG8KSVjzbbux+iusgVel1+gK1sw7lUlY85RnLVdZRvltzouaeH4l8rfinlO8UtmVxiF9+WLcWEbclxUGyuV4zXFWdzRtsdc6UVYgXFtzDO+NmYqzxvYso152mpHzJOe/HKcUUGuM2tjp3K9p7jEdpRdMF960n/hhMrScSL+7iNXfftAcantCLtigfRkl+K4qsL1crwiSyrnXMUld0DbC99JT/J3HFFZuvUdiT+k887DDpWl20j74Afpyf2KwypLl3Y4fpPO/Sl2qizdBjrIug1s/91+xgGVpSt3oCJjKv8CxaV4QDgYi6Un8yP2qyxd4/bHT9Lz+Aq7VZauQWPlr8HfYI/K0vXfnvhWej7fY+/K0pU4Bkukw89XfPwdaHbH19LzWoh9K0uXcJL85/jPMaaydBtvZ3wpPb9FivfN/4VU03N9+0TxyMBANwafSc9zseL9s1JlTc8fYbvK0jXfaHws/1H+0KrCTZQvxjsYWVW4FtoWH0rP+08c3e5QZa2db2Hrdodqo5F4W3r+S3Bsu8KUNT2/omjr7HRb4U3pdVhm7aN2LXN1JsAavKjos+0WI/CyfFFOa9XgZX22s3Rng8BwvCC9Li15cKisGE/pu8+2WwzFM/JFmdiMgXpwR2agNXhYY62dnW4TPCm9Thv94NAg3JMZYA3uF8XobTAeki/KpA05cCNNzzNEo3JfBuE++aJM7s8BG2l6vlkUI6cHt8qv4TWNHKiRpudpTY3euXpwk/xaZh8caqTpuZl9tt1imvya3tDXTmVNz6txRWtzd7SyJu879XoLGCL/oGQUozmmyhfl30fsLs+8KB66b67J8vcBx5O+F7MK57c9cufLdd7PoO9f/lZgQgVhu8V5+v5b0gSKTrzenRVLxb82aodxis7N+rrPxOD6O/soXKy4nfyIomUytN4oHIIvxJqHEEIIIYQQQgghhBBCCCGEEEIIIYQQQkv8A07d/ovDcJx+AAAAAElFTkSuQmCC);
}

.select2-container .select2-selection--single {
    margin: 0;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background: transparent;
    color: #222222;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: transparent;
    color: #888888;
}

.select2-container--default .select2-results__option[data-selected=true] {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 3px;
}

.select2-container--default .select2-results__option {
    font-size: 1.14rem;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover:focus,
.select2-results__option:focus {
    outline: none;
}

.dokan-form-control,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea,
textarea.form-control {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    outline: none;
    border-radius: 0;
    width: 100%;
    color: #222222;
    font-size: 1.14rem;
    box-shadow: none;
}

.dokan-form-control:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
textarea.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #555555;
}

input.dokan-form-control,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"] {
    height: 2.642rem;
    line-height: 2rem;
    padding: 0 1.07em;
    -webkit-appearance: none;
}

textarea.form-control,
textarea {
    padding: 1.07em;
    line-height: 1.5;
    font-size: 1.14rem;
}

input::-webkit-input-placeholder,
input.form-control::-webkit-input-placeholder,
input:-moz-placeholder,
input.form-control:-moz-placeholder,
input::-moz-placeholder,
input.form-control::-moz-placeholder,
input:-ms-input-placeholder,
input.form-control:-ms-input-placeholder {
    color: #888888;
}

input:focus::-webkit-input-placeholder,
input.form-control:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input.form-control:focus:-moz-placeholder,
input:focus:-ms-input-placeholder,
input.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

input[type="number"] {
    -moz-appearance: textfield;
    font-size: 1rem;
}

textarea:focus::-webkit-input-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

label.checkbox {
    font-size: 1.14rem;
    display: inline-block;
    margin: 0;
}

.form-control {
    -webkit-appearance: none;
}

.select2-container .select2-choice {
    border: none;
    border-radius: 0;
    background-color: #f8f8f8;
    height: 2.57rem;
    line-height: 2.57rem;
}

.select2-drop-active {
    border: 1px solid #f8f8f8;
}

.select2-search input {
    padding: 0px 0.8em !important;
}

iframe {
    max-width: 100% !important;
}

abbr[title],
acronym[title] {
    text-decoration: none;
    border-bottom: none;
}

/*-----  End of Inputs  ------*/
/*=======================================
  =            Links #links-text          =
  =======================================*/
.rev-btn {
    transition: none;
}

a {
    text-decoration: none;
    text-decoration-skip-ink: none;
    cursor: pointer;
    color: #222222;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:focus,
a:hover {
    outline: none;
    color: #888888;
}

a.color-white,
a.color-white:hover {
    color: #FFF;
}

a.color-white:hover,
a.underline {
    text-decoration: underline;
}

a.no-click {
    pointer-events: none;
}

.wp-caption-text {
    padding-top: .71em;
    color: #888888;
    font-size: 1em !important;
    text-align: center;
    font-style: normal;
}

.wp-caption-text strong {
    color: #222222;
}

ol.simple,
ol.active,
ol.squared {
    list-style: none;
    counter-reset: li;
}

ol.simple>li,
ol.active>li,
ol.squared>li {
    padding: .71em 0 .71em 2.14em;
    position: relative;
}

ol.simple>li:before,
ol.active>li:before,
ol.squared>li:before {
    left: -0.71em;
}

ol.simple>li:before,
ol.active>li:before {
    border-radius: 50%;
    content: counter(li);
    counter-increment: li;
    position: absolute;
    display: inline-block;
    width: 2.28em;
    height: 2.28em;
    font-size: 1rem;
    margin-top: 0;
    line-height: 2.28em;
    text-align: center;
    color: #FFFFFF;
    background: #cecece;
}

ol.active>li:before {
    background-color: #888888;
}

ol.squared>li:before {
    content: counter(li);
    counter-increment: li;
    background-color: #f2f2f2;
    position: absolute;
    display: inline-block;
    color: #262626;
    width: 2.21em;
    line-height: 2.36rem;
    margin-top: 0;
    height: 2.21em;
    text-align: center;
}

ul.square>li,
ul.circle>li,
ul.arrow>li {
    list-style: none;
    position: relative;
    padding-left: 1.43em;
}

ul.square>li:before,
ul.circle>li:before,
ul.arrow>li:before {
    font-family: 'xstore-icons';
    display: inline-block;
    font-size: 12px;
    margin-right: 1em;
    margin-left: -1.86em;
}

ul.square>li:before {
    content: '\e942';
}

ul.circle>li:before {
    content: '\e92b';
}

ul.arrow>li:before {
    content: "\e904";
}

ul.active {
    padding-left: 0;
}

ul.active>li {
    position: relative;
    padding-left: 1.43em;
    line-height: 28px;
    list-style-position: inside;
}

dl p {
    margin-bottom: 0;
    line-height: 1.42857143;
}

blockquote {
    padding-left: 1.8em;
    position: relative;
    margin-top: 1.43em;
    padding-top: 1.35em;
    padding-bottom: 1.35em;
    border-left: 3px solid #e1e1e1;
    font-style: italic !important;
}

blockquote cite {
    color: #888888;
    font-size: 1.14rem;
}

blockquote cite strong {
    color: #222222;
}

blockquote p {
    font-size: 1.14rem;
    color: #222222;
    font-style: italic !important;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote.style2 {
    background-color: #fafafa;
}

blockquote.style2:before {
    opacity: .1;
    top: 2.14em;
    left: 1.43em;
}

@media only screen and (max-width: 767px) {
    blockquote.style3 {
        margin-left: 30px;
    }

    blockquote.style3 p {
        font-size: 1.1rem;
        line-height: 2rem;
    }
}

.active-link {
    font-size: 1.14rem;
    position: relative;
    display: inline-block;
}

.active-link:before {
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    background-color: #666667;
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: 0;
}

.active-link:after {
    content: "\e904";
    font-family: 'xstore-icons';
    opacity: 0;
    position: absolute;
    font-size: 12px;
    right: -12px;
    top: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.active-link:hover:before {
    width: 100%;
}

.active-link:hover:after {
    opacity: 1;
    right: -20px;
}

.active-link i {
    display: none;
}

/*-----  End of Links  ------*/
.meta-post .views-count:before,
.meta-post .post-comments-count:before,
.read-more:after {
    font-family: 'xstore-icons';
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
}

.read-more:before,
.product-view-light .add_to_cart_button:before,
.product-view-light .product_type_grouped:before,
.product-view-light .button:before {
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    background-color: #666667;
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: 0;
}

.read-more:hover:before,
.product-view-light .add_to_cart_button:hover:before,
.product-view-light .product_type_grouped:hover:before,
.product-view-light .button:hover:before {
    width: 100%;
}

.read-more {
    text-transform: capitalize;
    font-size: 1.14rem;
    position: relative;
    display: inline-block;
}

.read-more:after {
    content: "\e904";
    opacity: 0;
    position: absolute;
    font-size: 12px;
    right: -12px;
    top: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.read-more:hover:after {
    opacity: 1;
    right: -20px;
}

.read-more.btn {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: .85rem;
}

.sticky-sidebar {
    position: static;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.sticky-sidebar-loaded .sticky-sidebar {
    opacity: 1;
}

@media only screen and (max-width: 992px) {
    .sidebar {
        width: 100%;
        display: inline-block;
        margin-top: 30px;
    }

    .sticky-sidebar {
        opacity: 1 !important;
    }

    .sidebar-mobile-top>div>.row {
        display: flex;
        flex-wrap: wrap;
    }

    .sidebar-mobile-top>div>.row .content {
        order: 2;
        width: 100%;
    }

    .sidebar-mobile-top>div>.row .sidebar {
        order: 1;
        margin-top: 0;
    }
}

/*=============================================
  =            Default Tables  #tables          =
  =============================================*/
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.43em;
}

table th,
table td {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
}

table th:first-child,
table td:first-child {
    padding-left: 0;
}

table th:last-child,
table td:last-child {
    padding-right: 0;
    text-align: right;
    text-align: end;
}

table thead {
    border-bottom: 1px solid #e1e1e1;
}

table thead th {
    text-transform: uppercase;
    color: #222222;
    padding-top: 1.9em;
    padding-bottom: 1em;
}

table tfoot {
    border-top: 1px solid #e1e1e1;
}

table tr:first-child td,
.woocommerce table.wishlist_table tr:first-child td {
    padding-top: 1em;
}

table th,
.woocommerce table.wishlist_table tbody th,
table td,
.woocommerce table.wishlist_table tbody td {
    padding: .71em;
}

/*-----  End of Default Tables  ------*/
/*=====================================
  =            Titles #titles           =
  =====================================*/
.title.title-left {
    text-align: start;
}

.title.title-center {
    text-align: center;
}

.title.title-right {
    text-align: end;
}

.title h1,
.title h2 {
    text-transform: uppercase;
}

h1.vc_custom_heading:not(.no-uppercase),
h2.vc_custom_heading:not(.no-uppercase),
h3.vc_custom_heading:not(.no-uppercase),
h4.vc_custom_heading:not(.no-uppercase),
h5.vc_custom_heading:not(.no-uppercase),
h6.vc_custom_heading:not(.no-uppercase) {
    text-transform: uppercase;
}

.title[class*=line-through] .banner-title {
    margin: 0;
    line-height: 1;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.title[class*=line-through] .banner-title:not([style*=left]):before,
.title[class*=line-through] .banner-title:not([style*=right]):after {
    content: '';
    border-bottom: 1px solid #e1e1e1;
    flex: 1;
}

.title[class*=line-through] .banner-title:before {
    margin-right: 15px;
}

.title[class*=line-through] .banner-title:after {
    margin-left: 15px;
}

.title[class*=line-through] .banner-title:not([style]),
.title[class*=line-through] .banner-title[style*=center] {
    margin: 0 auto;
    justify-content: center;
}

.title[class*=line-through] .banner-title[style*=left] {
    padding-left: 0;
    justify-content: flex-start;
}

.title[class*=line-through] .banner-title[style*=right] {
    padding-right: 0;
    justify-content: flex-end;
}

.title.line-through-short .banner-title:before,
.title.line-through-short .banner-title:after {
    max-width: 50px;
}

.title.line-under .banner-title:not([style]):after,
.title.line-under .banner-title[style*=center]:after {
    margin: 0 auto;
}

.title.line-under .banner-title[style*=right]:after {
    margin-left: auto;
}

.title.line-under .banner-title {
    position: relative;
}

.title.line-under .banner-title:after {
    content: '';
    display: block;
    border-bottom: 1px solid #e1e1e1;
    max-width: 50px;
}

.et-or-wrapper {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: calc(var(--content-zoom, 1rem) * .84);
}

.et-or-wrapper div {
    display: flex;
    align-items: center;
}

.et-or-wrapper div:before,
.et-or-wrapper div:after {
    content: '';
    height: 1px;
    background: currentColor;
    flex: 1;
    opacity: .1;
}

.et-or-wrapper div span {
    padding: 0 5px;
}

/*-----  End of Titles  ------*/
/*=======================================
  =  Section titles (used on cart page)   =
  =======================================*/
.block-title {
    padding: 0 0 1em 0;
    text-align: start;
    font-size: 1em;
    margin-bottom: 0;
    margin-bottom: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
}

.block-title .label {
    color: #fff;
    padding: 3px 10px;
    margin-left: 10px;
    border-radius: 0;
}

/*=====  End of Section titles (used oncart page)  ======*/
/*=====================================
  =            Footer Layout            =
  =====================================*/
.footer .menu,
.prefooter .menu {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

.menu {
    margin-top: 30px;
    font-size: 50px !important;
}

.footer .menu li,
.prefooter .menu li {
    margin-bottom: 0;
    line-height: inherit;
}

.footer .menu a,
.prefooter .menu a {
    display: block;
}

.footer mark,
.prefooter mark {
    background-color: transparent;
    color: inherit;
}

footer.footer:after {
    content: '';
    position: relative;
    display: block;
    top: 2rem;
    margin: 0 auto;
}

.footer {
    padding: 4rem 0 2rem;
    line-height: 1.6;
    font-size: 1.14rem;
    background-color: #222222;
    position: relative;
}

.footer .container .widget-container {
    margin-bottom: 0;
}

.footer .recent-posts-widget .post-date {
    color: #888888;
}

.prefooter .product_list_widget li {
    font-size: 1.14rem;
}

.prefooter .recent-posts-widget .post-widget-item img {
    max-width: 2.86em;
}

.prefooter .widgettitle,
.prefooter .widget-title {
    margin-bottom: 1.88em;
}

.footer-bottom {
    padding: 1.2rem 0;
    background-color: #222222;
    color: #999999;
}

.footer-bottom a {
    color: #ffffff;
}

.footer-bottom img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.footer-bottom img:hover {
    opacity: .7;
}

.footer-bottom .footer-copyrights p:not(.widgettitle):not(.widget-title),
.footer-bottom .footer-copyrights-right p:not(.widgettitle):not(.widget-title) {
    margin-bottom: 0;
}

.footer-bottom .footer-copyrights-right {
    text-align: right;
}

.footer-bottom .menu-element.horizontal .menu>li>a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-right: 1px solid #393939;
    line-height: 1;
    padding: 0 1.07em;
}

.footer-bottom .footer-copyrights .menu-element.horizontal .menu>li:first-child>a {
    padding-left: 0;
}

.footer-bottom .footer-copyrights .menu-element.horizontal .menu>li:last-child>a {
    border-right: none;
}

.footer-bottom .footer-copyrights-right .menu-element.horizontal .menu>li:last-child>a {
    padding-right: 0;
    border-right: none;
}

.footer .recent-posts-widget .post-widget-item img,
.prefooter .recent-posts-widget .post-widget-item img {
    max-width: 2.86em;
}

.footer .recent-posts-widget .swiper-slide:nth-child(3n) .post-widget-item,
.prefooter .recent-posts-widget .swiper-slide:nth-child(3n) .post-widget-item {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Fixed footer */
.et-footer-fixed-on .et-footers-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

@media only screen and (min-width: 768px) {

    .framed.et-footer-fixed-on .et-footers-wrapper,
    .boxed.et-footer-fixed-on .et-footers-wrapper {
        width: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

.footer-widget {
    margin-bottom: 2.14em;
}

.footer-widgets .widget-title,
.footer-widgets .widgettitle {
    line-height: 1.6;
}

.footer-widget a,
.footer-widget p {
    color: #888888;
}

.footer-widget a:hover {
    color: #fff;
}

/* Footer Color Schemes */
.text-color-light .widget-title,
.text-color-light .wpb_widgetised_column_heading,
.text-color-light .widgettitle,
.text-color-light h1,
.text-color-light h2,
.text-color-light h3,
.text-color-light h4,
.text-color-light h5,
.text-color-light h6,
.text-color-light a,
.text-color-light li a,
.text-color-light .etheme_widget_recent_entries .post-widget-item .media-heading a,
.text-color-light .tagcloud a,
.text-color-light .textwidget,
.text-color-light .widget-container ul li a,
.text-color-light .widget_product_categories.sidebar-widget ul li a,
.text-color-light .wpb_widgetised_column .widget_product_categories ul li a,
.text-color-light .widget_recent_entries ul li a,
.text-color-light .etheme_widget_recent_comments ul li a,
.text-color-light .widget_rss ul li a,
.text-color-light .sidebar-widget ul li a,
.text-color-light .menu-element h5,
.text-color-light .product_list_widget li .product-title a,
.text-color-light .wishlist-dropdown li .product-title a,
.text-color-light .sidebar-slider li .product-title a,
.text-color-light p {
    color: #fff;
}

.text-color-light .menu a:hover,
.text-color-light a:hover,
.text-color-light .etheme_widget_recent_entries .post-widget-item .media-heading a:hover,
.text-color-light .widget_product_categories.sidebar-widget ul li a:hover,
.text-color-light .wpb_widgetised_column .widget_product_categories ul li a:hover,
.text-color-light .widget_recent_entries ul li a:hover,
.text-color-light .etheme_widget_recent_comments ul li a:hover,
.text-color-light .widget_rss ul li a:hover,
.text-color-light .sidebar-widget ul li a:hover,
.text-color-light .product_list_widget li .product-title a:hover,
.text-color-light .wishlist-dropdown li .product-title a:hover,
.text-color-light .sidebar-slider li .product-title a:hover {
    color: #888888;
}

.text-color-light .widget-container ul li,
.text-color-light .widget-container ul li .children {
    border-color: #393939;
}

.text-color-light table,
.text-color-light table thead,
.text-color-light table tfoot,
.text-color-light .widget_calendar caption,
.text-color-light .calendar_wrap caption,
.text-color-light .widget_search input[type="text"]:focus,
.text-color-light select,
.text-color-light .select2.select2-container--default .select2-selection--single {
    border-color: #888888;
}

.text-color-light .widget-title,
.text-color-light .wpb_widgetised_column_heading,
.text-color-light .widgettitle,
.text-color-light .product_list_widget li,
.text-color-light blockquote.testimonials-text,
.text-color-light .widget_search input[type="text"],
.text-color-light .sidebar-widget.etheme_widget_brands li a,
.text-color-light .tagcloud a {
    border-color: #393939;
}

.text-color-dark h1,
.text-color-dark h2,
.text-color-dark h3,
.text-color-dark h4,
.text-color-dark h5,
.text-color-dark h6,
.text-color-dark a,
.text-color-dark li a,
.text-color-dark .widget-title,
.text-color-dark .widgettitle {
    color: #222222;
}

.text-color-dark a:hover {
    color: #555555;
}

.footer-bottom .container>.row {
    display: flex;
    align-items: center;
}

.footer-bottom.text-color-dark h1,
.footer-bottom.text-color-dark h2,
.footer-bottom.text-color-dark h3,
.footer-bottom.text-color-dark h4,
.footer-bottom.text-color-dark h5,
.footer-bottom.text-color-dark h6,
.footer-bottom.text-color-dark a,
.footer-bottom.text-color-dark li a,
.footer-bottom.text-color-dark .widget-title,
.footer-bottom.text-color-dark .widgettitle {
    color: #222222;
}

.footer-bottom.text-color-dark,
.footer-bottom.text-color-dark p,
.footer-bottom.text-color-dark a:hover {
    color: #888888;
}

.footer-bottom.text-color-light,
.footer-bottom.text-color-light p,
.footer-bottom.text-color-light h1,
.footer-bottom.text-color-light h2,
.footer-bottom.text-color-light h3,
.footer-bottom.text-color-light h4,
.footer-bottom.text-color-light h5,
.footer-bottom.text-color-light h6,
.footer-bottom.text-color-light a,
.footer-bottom.text-color-light li a,
.footer-bottom.text-color-light .widget-title,
.footer-bottom.text-color-light .widgettitle {
    color: #fff;
}

.footer-bottom.text-color-light a:hover {
    color: #888888;
}

.footer-widgets>.etheme_widget_satick_block:first-of-type:last-of-type {
    margin-bottom: 0;
}

.footer-widgets .footer-widget ul {
    padding-left: 0;
}

.footer-widgets .footer-widget ul li {
    list-style: none;
    margin-bottom: 0;
}

/* wpml footer */
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .footer {
        padding: 3.57em 0 2.14em;
    }

    .footer-bottom .footer-copyrights {
        text-align: center;
    }

    .footer-bottom .footer-copyrights-right {
        margin-top: 1.43em;
        text-align: center;
    }

    .footer-bottom .footer-copyrights-right:empty {
        margin-top: 0;
    }

    .footer-bottom .container>.row {
        display: block;
    }
}

@media only screen and (max-width: 992px) and (min-width: 480px) {
    .footer-widgets.col-md-3 {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 992px) {

    .footer .sidebar-widget,
    .prefooter .sidebar-widget,
    .footer .sidebar-widget:not(:empty),
    .prefooter .sidebar-widget:not(:empty) {
        margin-bottom: 0;
    }
}

/*-----  End of Footer Layout  ------*/
/*===================================
  =            Base Header            =
  ===================================*/
.header-wrapper {
    position: relative;
    width: 100%;
}

.header-wrapper .menu-element {
    max-width: 300px;
}

.header-wrapper .menu-element.horizontal {
    max-width: unset;
}

.header-wrapper .menu-element.horizontal .menu .menu-item-has-children .nav-sublist-dropdown {
    width: 18em;
}

.header-wrapper .menu-element.menu-list .nav-sublist-dropdown ul {
    padding-left: 20px;
}

.header-wrapper .menu-element.menu-list .menu .nav-sublist-dropdown,
.header-wrapper .menu-element.menu-list .menu ul {
    background-color: transparent;
}

.header-wrapper .menu-element .menu .menu-item-has-children .nav-sublist-dropdown {
    width: 100%;
    left: 0;
    top: 100%;
    transform: none;
}

.header-wrapper .menu-element .menu .menu-item-has-children .nav-sublist-dropdown .container {
    padding: 0;
}

.header-wrapper .menu-element .menu>li {
    padding: 0;
}

.submenu-languages {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    margin-top: -5px;
    opacity: 0;
    width: 18em;
    padding: 1.43em 0;
    background-color: white;
    text-align: left;
    text-align: start;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.submenu-languages:before {
    content: "";
    position: absolute;
    top: -17px;
    width: 100%;
    height: 50px;
    left: 0;
}

.submenu-languages li {
    list-style: none;
}

.submenu-languages li a {
    width: 100%;
    display: block;
    color: #9b9b9b !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: .78em 2.5em;
}

.submenu-languages li a:hover {
    color: #9b9b9b;
    background-color: #f7f7f7;
}

.menu-item-language:hover .submenu-languages {
    visibility: visible;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 1;
}

.my-account-link {
    position: relative;
}

.my-account-link .menu-main-container>ul {
    margin-bottom: 0;
}

.my-account-link .menu-main-container>ul>li>a {
    color: #222222;
    font-size: 1.14rem;
    width: 100%;
    display: block;
    white-space: nowrap;
    padding: .6em 1.9em !important;
}

.my-account-link .menu-main-container>ul>li.menu-disable_titles {
    padding: .6em 1.9em !important;
}

.my-account-link>.menu-main-container {
    padding: 1em 0;
}

.my-account-link .nav-sublist-dropdown {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.my-account-link .nav-sublist-dropdown,
.my-account-link .nav-sublist ul {
    background: #fff !important;
    border-color: #e1e1e1 !important;
}

.my-account-link .nav-sublist-dropdown li,
.my-account-link .nav-sublist ul li,
.my-account-link .nav-sublist-dropdown li:hover,
.my-account-link .nav-sublist ul li:hover {
    background-color: transparent !important;
}

.login-link .et-facebook-login-button,
.login-link .button {
    font-size: .85rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    width: 100%;
    line-height: 1.5 !important;
    border: none;
    color: #fff;
}

.login-link input {
    min-width: 270px;
}

.login-link input[type=checkbox],
.login-link input[type=radio] {
    min-width: auto;
}

.login-link .login-password label,
.login-link .login-username label {
    display: block;
}

.login-link .et-facebook-login-button i {
    font-size: inherit;
    color: inherit;
}

.login-link form p {
    margin-bottom: 1em;
    line-height: 1;
}

.login-link form p:last-child {
    margin-bottom: 1.95em;
}

.login-link label {
    color: #555555;
}

.login-link label,
.login-link .lost-password,
.login-link .register-link {
    font-size: 1.14rem;
}

.login-link .login-submit {
    margin-bottom: 10px;
}

.login-link .lost-password {
    width: 50%;
    float: right;
    text-align: right;
    text-align: end;
    line-height: 1.1 !important;
}

.login-link .lost-remember {
    width: 50%;
    float: right;
}

.login-link .button {
    background: #222222;
}

.login-link .et-facebook-login-wrapper {
    margin-bottom: 1.1em;
    line-height: 1.5;
}

.login-link .lost-password,
.login-link .register-link {
    text-decoration: underline;
}

#lang_sel_click a.lang_sel_sel {
    transition: none;
    color: #5f5f5f !important;
}

/* Header builder styling */
@media (min-width: 768px) {
    .Ðµt_col-5 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .Ðµt_col-5 {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .Ðµt_col-5 {
        width: 20%;
    }
}

.Ðµt_col-5 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

/*-----  End of Base Header  ------*/
.content-page,
.page-content {
    padding-bottom: 5.65em;
}

.edit-link {
    display: none;
}

.flex {
    display: flex;
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }

    .et-container {
        max-width: 750px;
    }
}

@media only screen and (min-width: 993px) {
    .dt-hide {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .et-container {
        max-width: 970px;
    }
}

@media only screen and (max-width: 992px) {
    .mob-hide {
        display: none;
    }
}

@media only screen and (max-width: 480px) {

    .content-page,
    .page-content {
        padding-bottom: 2.55em;
    }

    html {
        font-size: 13px;
    }

    body {
        font-size: 1rem;
    }

    .et-hidden-phone {
        display: none !important;
    }
}

.wcpv-vendor-logo,
.wcpv-vendor-logo+small {
    text-align: center;
}

.wcpv-star-rating {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

.wcpv-vendor-profile {
    text-align: center;
}

.sb-infinite-scroll-load-more {
    text-align: center;
}

.sb-infinite-scroll-load-more:not(.finished) a {
    display: inline-block;
    border-color: #f2f2f2;
    color: #222222;
    height: auto;
    text-transform: uppercase;
    font-size: .85rem;
    text-align: center;
    padding: 9px 18px;
    line-height: normal;
    background-color: #f2f2f2;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    backface-visibility: hidden;
    box-sizing: border-box;
}

.sb-infinite-scroll-load-more.finished a {
    border: none;
    height: auto;
    color: #555555;
    font-size: 16px;
    padding: 0;
}

.sb-infinite-scroll-load-more.finished a:hover {
    background: transparent;
    color: #555555;
}

.sb-infinite-scroll-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 100%;
    padding: 10px;
}

.sb-infinite-scroll-loader img {
    max-width: 35px;
}

@media only screen and (max-width: 768px) {
    .sb-infinite-scroll-load-more {
        position: static;
        transform: none;
        padding: 0;
        background: transparent;
    }
}

.wcppec-checkout-buttons {
    margin: 0;
}

.wcppec-checkout-buttons__button {
    padding-top: 0;
}

#stripe-alipay-payment-data p {
    margin-bottom: 0;
}

#subscriptio_stripe-card-expiry-month,
#subscriptio_stripe-card-expiry-year {
    padding: 0 2.9em 0 1em !important;
}

#subscriptio_stripe-card-expiry-month {
    margin-bottom: 15px;
}

.bundled_table_item .bundled_table_item_indent {
    padding-left: 0;
}

.express_checkout_button a {
    display: block;
    height: auto;
    padding: 0 !important;
}

.express_checkout_button a input {
    min-width: 1px;
}

.express_checkout_button a:hover,
.express_checkout_button a:hover input {
    background-color: transparent !important;
}

.et-quick-view-wrapper .woocommerce-product-gallery .threesixty-image {
    width: 100% !important;
}

.mfp-content .threesixty-image {
    z-index: 1047;
}

.threesixty-nav-bar {
    top: auto !important;
    bottom: 15px;
    right: 50% !important;
    transform: translateX(50%);
}

.threesixty-nav-bar a {
    background-image: url(images/holly_green.png) !important;
}

.cart_item .WooZone-country-check-small,
.cart_item .WooZone-country-check-small span {
    width: auto !important;
    height: auto;
    background-color: transparent !important;
    float: right;
    margin-left: 5px;
    line-height: 30px;
}

.cart_item .WooZone-cc_domain {
    float: left !important;
}

.wcpv-sold-by-cart a {
    margin-bottom: 0;
    font-size: 1rem !important;
}

.demo_store {
    width: 100%;
    z-index: 1005;
    color: #1a1a1a;
    background-color: #f2f2f2;
    margin-bottom: 0;
    text-align: center;
    padding: 3px 15px;
}

.product-content .wcppec-checkout-buttons {
    text-align: left;
    text-align: start;
}

#cookie-notice {
    position: fixed;
    right: 1vw;
    left: auto;
    width: 28vw;
    min-width: 1px;
    max-width: 500px;
    top: auto;
    height: auto;
    z-index: 1000;
    padding: 1.5vw;
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}

#cookie-notice #cn-notice-text {
    color: #888888;
    font-size: 15px;
    line-height: 26px;
}

#cookie-notice #cn-notice-text h4 {
    text-transform: uppercase;
    font-size: 20px;
}

#cookie-notice.cn-bottom {
    bottom: 1vw;
}

#cookie-notice.cn-top {
    top: 1vw;
}

#cookie-notice .button,
#cookie-notice .button-bootstrap,
#cookie-notice .button.wp-default {
    display: block !important;
    margin-top: 20px;
    color: #fff !important;
    background: none;
    text-shadow: none !important;
    -webkit-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 1.95em !important;
    line-height: 2.5rem !important;
}

#cookie-notice .button:hover,
#cookie-notice .button-bootstrap:hover,
#cookie-notice .button.wp-default:hover {
    opacity: .8;
}

#cookie-notice .button.wp-default:hover {
    background: #262626 !important;
}

#cookie-notice.cookie-notice-hidden {
    display: none;
}

@media only screen and (max-width: 991px) {
    #cookie-notice #cn-notice-text {
        font-size: 13px;
    }

    #cookie-notice #cn-notice-text h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    #cookie-notice {
        width: 100%;
    }

    #cookie-notice #cn-notice-text {
        font-size: 13px;
    }

    #cookie-notice #cn-notice-text h4 {
        font-size: 16px;
    }
}

#cookie-notice .button.bootstrap {
    display: inline-block;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    color: #222222;
    -webkit-text-fill-color: currentColor;
    text-transform: uppercase;
    font-size: .85rem;
    text-align: center;
    line-height: 1;
    padding: .75rem 2.2rem;
    height: 2.642rem;
    background-color: #f2f2f2;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #888888;
    background-image: none !important;
    box-shadow: none !important;
}

#cookie-notice .button.bootstrap:hover {
    color: #ffffff;
    border-color: #222222;
    background-color: #222222;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cookie-notice .button.bootstrap:focus {
    color: #222222;
    outline: none;
}

#cookie-notice .button.bootstrap:focus:hover {
    color: white;
    outline: none;
}

#cookie-notice .button.bootstrap.active:hover {
    background-color: #222222;
    color: #fff;
    border-color: #222222;
}

#cookie-notice .button.bootstrap.active,
#cookie-notice .button.bootstrap.active:focus {
    color: #fff;
}

#cookie-notice .button.bootstrap:hover {
    color: #ffffff;
    border-color: #222222;
    background-color: #222222;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cookie-notice .button.bootstrap:focus {
    color: #222222;
    outline: none;
}

#cookie-notice .button.bootstrap:focus:hover {
    color: white;
    outline: none;
}

#cookie-notice .button.bootstrap.active:hover {
    background-color: #222222;
    color: #fff;
    border-color: #222222;
}

#cookie-notice .button.bootstrap.active,
#cookie-notice .button.bootstrap.active:focus {
    color: #fff;
}

#cookie-notice .button.bootstrap:hover {
    color: #ffffff;
    border-color: #222222 !important;
    background-color: #222222 !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.threesixty-image {
    border-radius: 0 !important;
}

.threesixty-spinner {
    border-radius: 0 !important;
    width: 50px !important;
    height: 25px !important;
    left: calc(50% - 25px) !important;
    margin-top: 0 !important;
}

.threesixty-spinner span {
    font-family: inherit !important;
    line-height: 25px !important;
}

.threesixty-gray .noUi-target {
    border-radius: 0;
    border-color: #e1e1e1;
}

.threesixty-gray .noUi-target .noUi-handle {
    box-shadow: none !important;
    border-color: #e1e1e1 !important;
    background: #f7f7f7 !important;
}

.threesixty-gray .noUi-target .noUi-origin {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.threesixty-gray .noUi-target .noUi-base {
    box-shadow: none;
    background: #888888;
}

.shopping-container.ico-design-1 .cart-bag:before,
.et_cart-type-1 .footer-product .button:before,
.et_cart-type-1 .single_add_to_cart_button:before,
.et_cart-type-1 .quantity-wrapper .button:before {
    content: "\e93e";
}

.shopping-container.ico-design-5 .cart-bag:before,
.et_cart-type-5 .footer-product .button:before,
.et_cart-type-5 .single_add_to_cart_button:before,
.et_cart-type-5 .quantity-wrapper .button:before {
    content: "\e93d";
}

.shopping-container.ico-design-2 .cart-bag:before,
.et_cart-type-2 .footer-product .button:before,
.et_cart-type-2 .single_add_to_cart_button:before,
.et_cart-type-2 .quantity-wrapper .button:before {
    content: "\e90c";
}

.shopping-container.ico-design-3 .cart-bag:before,
.et_cart-type-3 .footer-product .button:before,
.et_cart-type-3 .single_add_to_cart_button:before,
.et_cart-type-3 .quantity-wrapper .button:before {
    content: "\e90d";
}

.shopping-container.ico-design-4 .cart-bag:before,
.et_cart-type-4 .footer-product .button:before,
.et_cart-type-4 .single_add_to_cart_button:before,
.et_cart-type-4 .quantity-wrapper .button:before {
    content: "\e916";
}

/*=====  End of cart icon  ======*/
/*=================================================
  =            Shopping cart base widget            =
  =================================================*/
.et-remove-type2 {
    display: none;
}

.widget_shopping_cart_content:before,
.widget_shopping_cart_content:after {
    display: table;
    content: '';
}

.widget_shopping_cart_content:after {
    clear: both;
}

.et_b_header-cart .product_list_widget+p {
    margin-top: 20px;
    margin-bottom: -20px;
    padding: 0 !important;
}

.mini-cart-buttons {
    margin-bottom: 0;
}

.mini-cart-buttons a {
    color: #fff;
    -webkit-text-fill-color: currentColor;
    display: block;
    padding: 1rem 1.7rem;
    text-align: center;
}

.mini-cart-buttons a:not(:first-child) {
    margin-top: 5px;
}

.product_list_widget {
    float: left;
    width: 100%;
    padding-bottom: 1.43rem;
}

.product_list_widget+p {
    margin-top: -0.7em;
    display: inline-block;
    width: 100%;
}

.product_list_widget .product-item-right {
    overflow: hidden;
}

.product_list_widget .product-item-right .star-rating {
    display: block;
    margin: 0 0 10px;
}

.product_list_widget li img {
    width: auto;
    max-height: 100px;
}

.product_list_widget li .blockOverlay {
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.product_list_widget li .rating {
    display: none;
}

.product_list_widget .descr-box>span {
    display: inline-block;
    opacity: 1;
    margin-top: .4em;
    margin-bottom: 0;
    transition: none;
    height: auto;
}

.product_list_widget,
.wishlist-dropdown {
    color: #888888;
}

.product_list_widget .product-list-image,
.wishlist-dropdown .product-list-image,
.product_list_widget .product-title a,
.wishlist-dropdown .product-title a {
    padding: 0;
}

.product_list_widget .cart-popup .empty,
.wishlist-dropdown .cart-popup .empty {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.product_list_widget>p,
.wishlist-dropdown>p,
.product_list-popup-footer-wrapper>p {
    margin: 0;
}

.product_list_widget li,
.wishlist-dropdown li,
.sidebar-slider li {
    position: relative;
    margin-bottom: 1.43em !important;
    list-style-type: none;
    overflow: hidden;
}

.product_list_widget li .product-title,
.wishlist-dropdown li .product-title,
.sidebar-slider li .product-title {
    font-size: 1.14rem;
    padding-right: 25px;
    margin-bottom: .15em;
    line-height: 1.4;
    text-align: start;
}

.product_list_widget li .product-title:empty,
.wishlist-dropdown li .product-title:empty,
.sidebar-slider li .product-title:empty {
    display: none;
}

.product_list_widget li .product-title a,
.wishlist-dropdown li .product-title a,
.sidebar-slider li .product-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222222;
}

.product_list_widget li .product-title a:hover,
.wishlist-dropdown li .product-title a:hover,
.sidebar-slider li .product-title a:hover {
    color: #888888;
}

.product_list_widget li .price,
.wishlist-dropdown li .price,
.sidebar-slider li .price {
    font-size: 1rem;
    line-height: 1.4;
    color: #888888;
}

.product_list_widget li .right-wrap,
.wishlist-dropdown li .right-wrap,
.sidebar-slider li .right-wrap {
    overflow: hidden;
}

.product_list_widget .variation {
    opacity: .7;
}

.product_list_widget .variation br:first-of-type {
    display: none;
}

.product_list_widget .variation p {
    margin-bottom: .21em;
    line-height: 1.4;
    font-size: var(--content-zoom, 1rem);
}

.product_list_widget .variation dt {
    display: inline-block;
}

.product_list_widget .variation dd {
    display: inline-block;
    margin-right: 5px;
}

.product_list_widget .variation dd p {
    margin-bottom: 0;
    line-height: 1;
}

.product_list_widget .variation dd img {
    max-width: 15px;
}

.widget_shopping_cart .xcomponent-outlet,
.cart_totals .xcomponent-outlet {
    max-height: 45px;
}

.popup-count-0 .wishlist-dropdown,
.popup-count-0+.cart-popup-container,
.woocommerce-cart .cart-popup-container,
.woocommerce-checkout .cart-popup-container {
    display: none;
}

.cart-popup-footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.43em;
}

.cart-popup-footer>* {
    font-size: 1.14rem;
    flex: 1;
}

.cart-popup-footer a:hover {
    color: #888888;
}

.cart-widget-subtotal {
    text-align: end;
    color: #222222;
}

.cart-widget-subtotal .small-h {
    font-size: 1.14rem;
}

.cart-widget-subtotal .big-coast {
    font-size: 1rem;
}

.widget_shopping_cart .cart-widget-products {
    margin-bottom: 1.07em;
    width: 100%;
}

.top-links .cart-widget-products,
.cart-widget-products {
    margin-bottom: 1.43em;
}

.cart-widget-products {
    border-bottom: 1px solid #e1e1e1;
}

.cart-widget-products .product-mini-image {
    display: inline-block;
    float: left;
    padding: 0;
}

.cart-widget-products a:hover {
    color: var(--active-color);
}

.cart-widget-products li {
    width: 100%;
}

.cart-widget-products img {
    float: left;
    max-width: 5.71em;
}

.cart-widget-products .remove {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    opacity: .7;
    padding: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.cart-widget-products .remove:hover {
    opacity: 1;
}

.cart-widget-products .remove i {
    font-size: 50%;
}

/*-----  End of Shopping cart base widget  ------*/
.et-catalog-on .footer-product .button::before {
    display: none;
}

.et-catalog-on .product-view-mask3 .footer-product .button::before,
.et-catalog-on .product-view-mask2 .footer-product .button::before {
    display: inline-block;
}

.et-catalog-on .product-view-mask3 .footer-product .button:not(.compare):not(.add_to_wishlist),
.et-catalog-on .product-view-mask2 .footer-product .button:not(.compare):not(.add_to_wishlist) {
    display: none !important;
}

.et-catalog-on .product-information .yith-wcwl-add-to-wishlist a:not(.alt) {
    padding-left: 0;
}

.et-catalog-on .grouped_form .single_add_to_cart_button {
    display: none !important;
}

/*===================================================
  =            Content for categories grid            =
  ===================================================*/
.category-grid {
    position: relative;
    margin-bottom: 30px;
}

.category-grid a {
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    max-width: 100%;
}

.category-grid .categories-mask h4 {
    color: inherit;
    margin-bottom: .1em;
    font-size: 1rem;
}

.category-grid .categories-mask .count {
    background-color: transparent;
    color: inherit;
    text-transform: none;
    text-decoration: none;
}

.category-grid img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.category-grid img+.categories-mask {
    position: absolute;
    left: calc(1.45rem + 15px);
    right: calc(1.45rem + 15px);
    padding: 13px 22px 10px;
    color: #fff;
}

.category-grid.text-color-dark .categories-mask {
    color: #222222;
}

.category-grid.text-color-dark .count,
.category-grid.text-color-dark sup {
    color: #888888;
}

.category-grid.text-color-white.style-with-bg .categories-mask {
    background: #222222;
}

.category-grid.valign-center .categories-mask {
    top: 50%;
    transform: translateY(-50%);
}

.category-grid.valign-top .categories-mask {
    top: 1.43em;
}

.category-grid.valign-bottom .categories-mask {
    bottom: 1.43em;
}

.category-grid.style-with-bg .categories-mask {
    background: #fff;
}

.category-grid.style-default:hover img,
.category-grid.style-with-bg:hover img {
    opacity: .8;
}

.category-grid.style-zoom img,
.category-grid.style-diagonal img {
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.category-grid.style-zoom:hover img,
.category-grid.style-diagonal:hover img {
    transform: scale(1.15);
}

.category-grid.style-diagonal {
    overflow: hidden;
}

.category-grid.style-diagonal:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 120%;
    height: 100px;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: transform 0.9s ease-out;
    transition: transform 0.9s ease-out;
    z-index: 1;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    backface-visibility: hidden;
}

.category-grid.style-diagonal:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 400%, 0);
}

.category-grid.style-classic .categories-mask {
    position: static;
    transform: none;
    text-align: center !important;
}

.category-grid.slide-item {
    padding-left: 15px;
    padding-right: 15px;
}

.categoriesCarousel .category-grid {
    margin-bottom: 0;
}

.categoriesCarousel .category-grid a {
    display: block;
}

.categoriesCarousel .category-grid img {
    width: 100%;
}

.categoriesCarousel.no-space .category-grid {
    padding-left: 0;
    padding-right: 0;
}

.categories-grid.no-space {
    margin-left: 0;
    margin-right: 0;
}

.categories-grid.no-space .category-grid {
    padding: 0;
    margin: 0;
}

.categories-grid.no-space .category-grid>a {
    overflow: visible;
}

.product-category {
    text-align: center;
}

.product-category.columns-5 {
    width: 20%;
}

.categories-menu-element li>ul.children {
    padding-left: 0;
}

.categories-menu-element li>ul.children li>a {
    position: relative;
    display: block;
    text-transform: uppercase;
    color: #888888;
    font-size: .9rem;
    padding-left: 1.07em;
}

.categories-menu-element li>ul.children li ul.children li>a:before {
    content: '\e904';
    font-family: 'xstore-icons';
    position: absolute;
    font-size: 8px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.categories-menu-element.with-accordion ul.children {
    display: none;
}

.categories-menu-element .cat-item {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.categories-menu-element .cat-item a {
    position: relative;
    display: block;
    padding: .86em 0;
    font-size: 1rem;
    border-bottom: 1px solid #e6e6e6;
    border-top: 0;
    text-transform: uppercase;
    line-height: normal;
}

.categories-menu-element .cat-item .open-this {
    cursor: pointer;
    float: right;
    height: 36px;
    position: relative;
    top: 12px;
    width: 30px;
    text-align: right;
    z-index: 1;
    display: block;
    margin: 0;
    font-size: 0;
}

.categories-menu-element .cat-item .open-this:before {
    font-size: 10px;
    color: #888888;
    display: inline-block;
}

.limit-enable .limit-link {
    display: block;
    line-height: 1.6;
}

.limit-enable .limit-link .read-more:after {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .swiper-entry .category-grid.columns-6,
    .swiper-entry .category-grid.columns-5,
    .swiper-entry .category-grid.columns-4 {
        width: 33.33%;
    }

    .swiper-entry .category-grid.columns-6:nth-child(3n+1),
    .swiper-entry .category-grid.columns-5:nth-child(3n+1),
    .swiper-entry .category-grid.columns-4:nth-child(3n+1) {
        clear: both;
    }

    .swiper-entry .category-grid.columns-6:nth-child(4n+1),
    .swiper-entry .category-grid.columns-5:nth-child(4n+1),
    .swiper-entry .category-grid.columns-4:nth-child(4n+1) {
        clear: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .swiper-entry .category-grid.columns-6,
    .swiper-entry .category-grid.columns-5,
    .swiper-entry .category-grid.columns-4 {
        width: 50%;
    }

    .swiper-entry .category-grid.columns-6:nth-child(2n+1),
    .swiper-entry .category-grid.columns-5:nth-child(2n+1),
    .swiper-entry .category-grid.columns-4:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 768px) {

    .category-grid.columns-3:nth-child(3n+1),
    .category-grid.columns-2:nth-child(2n+1),
    .category-grid.columns-4:nth-child(4n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 767px) {
    .swiper-entry .category-grid.columns-5 {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .category-grid.slide-item {
        padding-left: 7px;
        padding-right: 7px;
    }

    .categoriesCarousel {
        width: auto !important;
        margin-left: -10px;
        margin-right: -10px;
    }

    .category-grid .categories-mask {
        padding: .6em;
        left: 1.43em;
        right: 1.43em;
    }

    .category-grid .categories-mask h4 {
        font-size: 1.28rem;
    }
}

/*=====  End of Content for categories grid  ======*/
.content-product.custom-template .product-stock {
    margin: 0 !important;
    max-width: 100%;
}

/* Custom template product css */
.content-product .vc-gitem-zone-height-mode-auto:before {
    display: none;
}

.content-product .vc_gitem-zone-a .vc_gitem-row-position-top,
.content-product .vc_gitem-zone-a .vc_gitem-row-position-middle,
.content-product .vc_gitem-zone-a .vc_gitem-row-position-bottom {
    position: static;
    transform: none;
}

.content-product .vc_gitem-zone-b {
    z-index: auto;
}

.content-product:hover .vc_gitem-zone-b .vc_gitem_row,
.content-product .vc_gitem-zone-a {
    z-index: 2;
}

.content-product .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b,
.content-product .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.content-product .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.content-product .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.content-product .vc_grid-item-mini .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
    transform: translateX(100%);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-none .vc_gitem-zone-b {
    opacity: 1;
    filter: alpha(opacity=100);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate3d(0, 0, 0);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator {
    width: 50%;
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
    transform: scale(1);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
    transform: scale(1.1);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
    transform: scale(1.5) rotate(10deg);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut {
    filter: blur(2px);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    transform: scale(1);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-slideInRight .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-slideBottom .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-slideTop .vc_gitem-zone-b {
    top: 0;
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
    transform: rotateX(180deg);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
    opacity: 1;
    filter: alpha(opacity=100);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
    transform: rotateX(0);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
    transform: rotateY(0);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
    transform: translateY(-20%);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
    bottom: 0;
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
    transform: translateY(20%);
}

.content-product:hover .vc_grid-item-mini .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
    top: 0;
}

/* new footer product */
.content-product .footer-product2 {
    display: flex;
    overflow: hidden;
    height: 100%;
    /* remove from this and place without footer-product2 */
    /* type icons */
}

.content-product .footer-product2 .button {
    background-color: transparent;
    border-width: 0;
}

.content-product .footer-product2 .footer-inner {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-product .footer-product2.vertical .footer-inner {
    flex-direction: column;
}

.content-product .footer-product2.justify-content-around .footer-inner {
    flex-basis: 100%;
}

.content-product .footer-product2 .footer-inner>*,
.content-product .footer-product2 .button {
    padding: 10px;
    line-height: 1 !important;
    font-size: .79rem;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-product .footer-product2.vertical .footer-inner>*,
.content-product .footer-product2.vertical .footer-inner .button {
    flex-basis: auto;
}

.content-product .footer-product2 .yith-wcwl-add-to-wishlist .feedback,
.content-product .footer-product2.compare-hidden .compare,
.content-product .footer-product2 .added_to_cart {
    display: none;
}

.content-product .footer-product2 .button:before,
.content-product .footer-product2 .show-quickly:before,
.content-product .footer-product2 .yith-wcwl-add-to-wishlist>.show a:before,
.content-product .footer-product2 .yith-wcwl-add-to-wishlist>.hide a:before,
.content-product .footer-product2 .wishlist-fragment a:before {
    font-family: 'xstore-icons' !important;
    font-size: 16px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    backface-visibility: hidden;
}

.content-product .footer-product2 .add_to_cart_button:before,
.content-product .footer-product2 .show-product:before {
    content: "\e90c";
}

.content-product .footer-product2 .show-quickly:before {
    content: "\e907";
}

.content-product .footer-product2 .compare:before {
    content: "\e915";
}

.content-product .footer-product2 .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.content-product .footer-product2 .yith-wcwl-add-to-wishlist>.show a:before,
.content-product .footer-product2 .yith-wcwl-add-to-wishlist>.hide a:before {
    content: "\e908";
}

.content-product .footer-product2.cart-type-icon .add_to_cart_button,
.content-product .footer-product2.cart-type-icon .show-product,
.content-product .footer-product2.compare-type-icon .compare {
    font-size: 0;
}

.content-product .footer-product2 .show-quickly {
    cursor: pointer;
}

.content-product .footer-product2 .show-quickly.type-icon,
.content-product .footer-product2 .et-wishlist-holder.type-icon {
    font-size: 0;
}

.content-product .footer-product2 .show-quickly.type-text:before,
.content-product .footer-product2.cart-type-text .add_to_cart_button:before,
.content-product .footer-product2.cart-type-text .show-product:before,
.content-product .footer-product2.compare-type-text .compare:before,
.content-product .footer-product2 .show-quickly.type-text:before,
.content-product .footer-product2 .et-wishlist-holder.type-text .yith-wcwl-add-to-wishlist>.show a:before,
.content-product .footer-product2 .et-wishlist-holder.type-text .yith-wcwl-add-to-wishlist>.hide a:before {
    display: none;
}

.content-product .footer-product2.cart-type-text .add_to_cart_button:before,
.content-product .footer-product2.compare-type-text .compare:before,
.content-product .footer-product2.cart-type-text .show-product:before,
.content-product .footer-product2 .show-quickly.type-text:before,
.content-product .footer-product2 .et-wishlist-holder.type-text .yith-wcwl-add-to-wishlist>.show a:before,
.content-product .footer-product2 .et-wishlist-holder.type-text .yith-wcwl-add-to-wishlist>.hide a:before,
.content-product .footer-product2.cart-type-icon .add_to_cart_button:before,
.content-product .footer-product2.cart-type-icon .show-product:before,
.content-product .footer-product2.compare-type-icon .compare:before,
.content-product .footer-product2 .show-quickly.type-icon:before,
.content-product .footer-product2 .et-wishlist-holder.type-icon .yith-wcwl-add-to-wishlist>.show a:before,
.content-product .footer-product2 .et-wishlist-holder.type-icon .yith-wcwl-add-to-wishlist>.hide a:before {
    margin-right: 0;
    margin-left: 0;
    top: 0;
}

.main-products-loop .products-with-custom-template-list .custom-template .vc_grid-item,
#products-wrapper .products-with-custom-template-list .custom-template .vc_grid-item {
    padding-left: 0;
    padding-right: 0;
}

.content-product {
    margin-bottom: 30px;
    position: relative;
}

.content-product .product-title {
    font-size: calc(var(--product-title-size-proportion) * 1rem);
    line-height: var(--product-title-line-height);
}

.content-product .product-title a {
    line-height: inherit !important;
}

.content-product .button {
    height: auto;
    line-height: 1.2;
    padding-top: .91rem;
    padding-bottom: .91rem;
    border: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.content-product .star-rating {
    display: block;
    margin-top: 3px;
}

.content-product .products-page-cats,
.content-product .products-page-cats a,
.content-product .products-page-brands,
.content-product .products-page-brands a,
.content-product .price {
    color: #888888;
}

.content-product .product-content-image {
    text-align: center;
    display: block;
    min-height: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.content-product .product-content-image img {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.content-product .in-stock {
    display: none;
}

.content-product .stock,
.content-product .available-on-backorder {
    position: absolute;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 2;
    margin-bottom: 0;
    font-size: .85rem;
    text-transform: uppercase;
    color: #222222;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 7px 22px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.content-product .quantity {
    float: none;
    margin: 0 7px 0 0;
}

.content-product .quantity-wrapper {
    margin: 10px 0;
    display: inline-flex;
    align-items: center;
}

.content-product .quantity-wrapper:last-child {
    margin-bottom: 0;
}

.content-product .quantity-wrapper .button {
    margin-top: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
    min-width: 38px;
    min-height: 38px;
}

.content-product .quantity-wrapper .button:before {
    font-size: 1.3em;
}

.content-product .quantity-wrapper .button:not(:hover) {
    --loader-side-color: #222222;
}

.content-product .product-image-wrapper {
    max-width: 100%;
    margin: 0 auto 15px;
    padding-bottom: 1px;
}

.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important;
}

.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist span.feedback,
.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist+.clear {
    display: none;
}

.content-product .product-image-wrapper .yith-wcwl-add-to-wishlist,
.content-product .product-image-wrapper .compare:before,
.content-product .product-image-wrapper .yith-wcwl-add-to-wishlist a:not(.alt):before {
    margin: 0;
}

.content-product .product-image-wrapper:before,
.content-product .product-image-wrapper:after {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.content-product .images-slider-wrapper {
    position: relative;
}

.content-product .image-swap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    background: #fff;
    z-index: 2;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-product:hover .image-swap {
    display: block;
    opacity: 1;
}

.content-product .variation-changed .image-swap {
    opacity: 0;
    display: none;
}

.content-product .product-title a {
    display: block;
    width: 100%;
}

.content-product .price {
    width: 100%;
    margin-top: 1px;
    display: block;
}

.content-product .price ins {
    background-color: transparent;
}

.product.none {
    display: block;
}

.outofstock .footer-product .et-wishlist-holder:after,
.et_cart-off .footer-product .et-wishlist-holder:after {
    display: none;
}

.outofstock.product-view-mask .footer-product,
.et_cart-off.product-view-mask .footer-product,
.outofstock.product-view-info .footer-product,
.et_cart-off.product-view-info .footer-product {
    display: flex;
    justify-content: space-between;
}

.outofstock.product-view-mask .footer-product .show-quickly,
.et_cart-off.product-view-mask .footer-product .show-quickly,
.outofstock.product-view-info .footer-product .show-quickly,
.et_cart-off.product-view-info .footer-product .show-quickly,
.outofstock.product-view-mask .footer-product .et-wishlist-holder,
.et_cart-off.product-view-mask .footer-product .et-wishlist-holder,
.outofstock.product-view-info .footer-product .et-wishlist-holder,
.et_cart-off.product-view-info .footer-product .et-wishlist-holder {
    position: relative;
    transform: none;
    width: auto;
    flex: 1;
}

.outofstock.product-view-mask .footer-product .et-wishlist-holder,
.et_cart-off.product-view-mask .footer-product .et-wishlist-holder,
.outofstock.product-view-info .footer-product .et-wishlist-holder,
.et_cart-off.product-view-info .footer-product .et-wishlist-holder {
    border: none;
}

.add_to_cart_button.loading,
.show-quickly.loading,
.add_to_cart_button.loading:before,
.show-quickly.loading:before {
    color: transparent !important;
    transition: none !important;
}

.add_to_cart_button.loading:before,
.show-quickly.loading:before {
    background: transparent !important;
}

.add_to_cart_button .et-loader,
.show-quickly .et-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
}

.add_to_cart_button .loader-circular,
.show-quickly .loader-circular {
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    bottom: auto;
    margin: 0;
}

.adding-to-cart .add_to_cart_button.added {
    position: relative;
}

.adding-to-cart .add_to_cart_button.added,
.adding-to-cart .add_to_cart_button.added:before {
    color: transparent !important;
}

.adding-to-cart .add_to_cart_button.added:after {
    content: '\e918';
    font-family: 'xstore-icons';
    color: var(--loader-side-color, #ffffff);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: none;
    height: auto;
    bottom: auto;
    width: auto;
    background: transparent;
}

.view-color-dark .adding-to-cart .add_to_cart_button.added:not(:hover):before,
.view-color-dark.product-view-light .product-details .add_to_cart_button.added:before,
.view-color-dark.product-view-light .product-details .add_to_cart_button.added:hover:before {
    color: #222222;
}

.add_to_cart_button .loader-path,
.show-quickly .loader-path,
.product-view-light .product-details .add_to_cart_button:hover .loader-path {
    stroke: var(--loader-side-color, #222222);
}

.product-stock {
    font-size: 1.14rem;
    color: #888888;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
    max-width: 400px;
    margin: 15px auto 20px;
    margin-bottom: 20px !important;
}

.product-stock.step-1 .stock-count {
    color: var(--product-stock-step-1-active-color);
}

.product-stock.step-1 .stock-line-inner {
    background: var(--product-stock-step-1-active-color);
}

.product-stock.step-2 .stock-count {
    color: var(--product-stock-step-2-active-color);
}

.product-stock.step-2 .stock-line-inner {
    background: var(--product-stock-step-2-active-color);
}

.product-stock.step-3 .stock-count {
    color: var(--product-stock-step-3-active-color);
}

.product-stock.step-3 .stock-line-inner {
    background: var(--product-stock-step-3-active-color);
}

.product-stock .stock-count {
    display: inline-block;
}

.product-stock .stock-line {
    height: 2px;
    flex-basis: 100%;
    background: #e1e1e1;
    margin-top: 3px;
}

.product-stock .stock-line-inner {
    display: block;
    height: 100%;
}

.product-stock+.et-timer {
    margin-top: 0 !important;
}

.stock.step-1 {
    color: var(--product-stock-step-1-active-color);
}

.stock.step-2 {
    color: var(--product-stock-step-2-active-color);
}

.stock.step-3 {
    color: var(--product-stock-step-3-active-color);
}

.product-details {
    position: relative;
    padding-bottom: 12px;
}

.product-details>*:not(a) {
    margin-bottom: 0;
    line-height: 1.5;
}

.product-details .compare {
    font-size: 1.14rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: .79em;
}

.product-details .price+.button,
.products-list .wcpv-sold-by-loop+.button {
    margin-top: 15px;
}

.item-colors li a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 20px;
    height: 20px;
}

.item-colors li a:hover {
    opacity: .6;
}

.productCarousel .swiper-slide {
    padding: 10px 10px 0px;
    margin-right: 0 !important;
}

.productCarousel .content-product>img {
    display: none;
}

.products-loop .outofstock .out-of-stock+.product-content-image,
.productCarousel .outofstock .out-of-stock+.product-content-image {
    pointer-events: none;
}

.product-slide .content-product {
    margin-bottom: 0;
}

.item-colors li a {
    border-radius: 100%;
}

.productAnimated {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-fade {
    opacity: 0;
}

.product-faded {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .content-product .product-content-image img {
        width: 100%;
    }

    .hide-hover-on-mobile .hover-effect-slider .sm-arrow,
    .hide-hover-on-mobile .footer-product,
    .products-grid .hide-hover-on-mobile .light-right-side {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .item-colors li a {
        width: 16px;
        height: 16px;
    }
}

/* end of new footer */
/*========================================
  =            Shop Filter Area            =
  ========================================*/
/* Shop Filter */
.category-description+.filter-wrap,
.term-description+.filter-wrap {
    margin-top: 0;
}

.filter-wrap {
    margin-bottom: 12px;
}

.filter-wrap {
    position: relative;
}

.filter-wrap select {
    height: 30px;
    line-height: 28px;
}

.filter-wrap .filter-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.filter-wrap .filter-content>* {
    display: flex;
    align-items: center;
}

.filter-wrap .filter-content>*:last-child {
    margin-left: auto;
}

.filter-wrap .filter-content>form:last-child {
    margin-left: 0;
    margin-right: auto;
}

.filter-wrap .products-per-page form {
    display: inline-block;
    margin-left: 15px;
}

.woocommerce-ordering select {
    width: 170px;
}

.view-switcher {
    margin-left: 20px;
    line-height: 1;
}

.view-switcher>div:last-child {
    margin-left: 10px;
}

.view-switcher label {
    display: none;
}

.view-switcher .switch-list a,
.view-switcher .switch-grid a {
    color: #888888;
    cursor: pointer;
    text-align: center;
    font-size: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.view-switcher .switch-list a:before,
.view-switcher .switch-grid a:before {
    font-family: 'xstore-icons';
    content: '\e92f';
    display: inline-block;
    font-size: 1.14rem;
}

.view-switcher .switch-grid a:before {
    content: '\e92e';
}

.view-switcher .switcher-active a {
    color: #222222;
}

.open-filters-btn {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.open-filters-btn a {
    /* font-size: 1.14rem; */
    padding-left: 23px;
}

.open-filters-btn a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.open-filters-btn a.active i {
    transform: translateY(-50%) rotateX(180deg);
}

.open-filters-btn a.active,
.open-filters-btn a:hover {
    color: #222222;
}

.open-filters-btn a,
.filter-wrap .products-per-page span {
    color: #555555;
}

.shop-filters {
    display: none;
    overflow: hidden;
    margin: 20px 0 0;
}

.shop-filters.filters-opened {
    display: block;
}

.shop-filters.widget-columns-2 .sidebar-widget {
    width: 50%;
}

.shop-filters.widget-columns-3 .sidebar-widget {
    width: 33.33%;
}

.shop-filters.widget-columns-4 .sidebar-widget {
    width: 25%;
}

.shop-filters.widget-columns-5 .sidebar-widget {
    width: 20%;
}

.shop-filters.widget-columns-2 .sidebar-widget:nth-child(2n + 1),
.shop-filters.widget-columns-3 .sidebar-widget:nth-child(3n + 1),
.shop-filters.widget-columns-4 .sidebar-widget:nth-child(4n + 1),
.shop-filters.widget-columns-5 .sidebar-widget:nth-child(5n + 1) {
    clear: both;
}

.shop-filters-area {
    margin-left: -15px;
    margin-right: -15px;
}

.shop-filters-area .sidebar-widget {
    position: relative;
    width: 100%;
    padding: 0 15px;
    float: left;
    margin-bottom: 25px;
    height: auto;
}

.shop-filters-area .sidebar-widget .select2 {
    z-index: auto;
}

.shop-filters-area .product-categories>li>a {
    padding: 9px 0 8px 0;
}

.shop-filters-area .product_list_widget li {
    margin-right: 10px;
}

.shop-filters-area ul {
    padding-left: 0;
    padding-right: 0 !important;
}

@media only screen and (max-width: 1200px) {
    .view-switcher {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .shop-filters-area .sidebar-widget {
        width: 50% !important;
    }

    .shop-filters-area .sidebar-widget:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 480px) {
    .shop-filters-area .sidebar-widget {
        width: 100% !important;
    }

    .filter-wrap .filter-content {
        justify-content: space-between;
    }

    .filter-wrap .view-switcher {
        display: none !important;
    }
}

/*-----  End of Shop Filter Area  ------*/
/*====================================
  =            Base Product            =
  ====================================*/
.category-description,
.term-description,
.page-description {
    margin-bottom: 12px;
}

/* Price for Woocommerce */
.price ins,
.cart ins {
    padding-left: 3px;
    text-decoration: none;
}

/* Sale label */
.star-rating {
    font-size: 0;
    width: 81px;
    display: inline-block;
    margin: 0 auto 15px;
    position: relative;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: 0 0;
    white-space: nowrap;
}

.star-rating:before,
.star-rating span:before {
    display: block;
    letter-spacing: 3px;
    content: '\e930d \e930d \e930d \e930d \e930d';
}

.star-rating span {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

/*-----  End of Base Product  ------*/
/*===================================
  =            Shop Layout            =
  ===================================*/
.products-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: .5em;
}

.after-shop-loop {
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .main-products-loop .products-list .product .product-image-wrapper {
        width: 40%;
    }
}

@media only screen and (max-width: 992px) {
    .shop-full-width {
        padding: 0 15px 2.86em;
    }

    .shop-full-width .main-products-loop .products-list .product {
        width: 100% !important;
    }

    .shop-full-width .products-grid .product {
        width: 50%;
    }

    .products-grid.row-count-1 .product {
        width: 100%;
    }

    .products-grid .product-category.columns-5 {
        width: 50%;
    }
}

@media only screen and (min-width: 993px) {
    .row-count-2 .product {
        width: 50%;
        text-align: center;
    }

    .row-count-5 .product {
        width: 20%;
    }

    .row-count-6 .product {
        width: 16.66666667%;
    }

    .shop-full-width .products-grid.row-count-5 .product:nth-child(5n+1) {
        clear: both !important;
    }

    .row-count-2 .product:nth-child(2n+1),
    .row-count-3 .product:nth-child(3n+1),
    .sidebar-position-without .row-count-3 .product:nth-child(3n+1),
    .shop-full-width .products-grid.row-count-5 .product:nth-child(5n+1) {
        clear: both;
    }

    .row-count-2.products-grid .product-category {
        width: 50% !important;
    }

    .row-count-2 .product:nth-child(2n+1),
    .row-count-4 .product:nth-child(4n+1),
    .sidebar-position-without .row-count-4 .product:nth-child(4n+1),
    .row-count-3 .product:nth-child(3n+1),
    .sidebar-position-without .row-count-3 .product:nth-child(3n+1),
    .row-count-5 .product:nth-child(5n+1),
    .row-count-6 .product:nth-child(6n+1) {
        clear: both;
    }

    .sidebar-position-without .row-count-5 .product:nth-child(5n+1),
    .row-count-6 .product:nth-child(6n+1) {
        clear: both !important;
    }

    .row-count-6 .product:nth-child(5n+1) {
        clear: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .row-count-2 .product:nth-child(2n+1),
    .row-count-3 .product:nth-child(2n+1),
    .row-count-3 .product.product-category:nth-child(3n+1),
    .shop-full-width .row-count-3 .product.product-category:nth-child(2n+1),
    .row-count-4 .product:nth-child(2n+1),
    .row-count-4 .product.product-category:nth-child(4n+1),
    .shop-full-width .row-count-4 .product-category:nth-child(2n+1),
    .row-count-6 .product:nth-child(2n+1),
    .row-count-5 .product:nth-child(2n+1),
    .shop-full-width .row-count-6 .product.product-category:nth-child(3n+1) {
        clear: both !important;
    }

    .row-count-3 .product-category:nth-child(2n+1),
    .shop-full-width .row-count-3 .product-category:nth-child(3n+1),
    .row-count-4 .product-category:nth-child(2n+1),
    .row-count-6 .product-category:nth-child(3n+1),
    .shop-full-width .row-count-6 .product-category:nth-child(2n+1) {
        clear: none !important;
    }

    .products-list .product.product-category {
        clear: none !important;
    }

    .products-list.row-count-6 .product-category:nth-child(6n+1),
    .products-list.row-count-5 .product-category:nth-child(5n+1),
    .products-list.row-count-4 .product-category:nth-child(4n+1),
    .products-list.row-count-3 .product-category:nth-child(3n+1),
    .products-list.row-count-2 .product-category:nth-child(2n+1) {
        clear: both !important;
    }

    .shop-full-width .row-count-6 .product-category+.product:not(.product-category):before {
        content: '';
        display: table;
        clear: both;
    }

    .shop-full-width .row-count-6 .product:not(.product-category):nth-child(3n+1) {
        clear: both;
    }

    .products-grid.row-count-6 .product {
        width: 50%;
    }

    .shop-full-width .products-grid.row-count-6 .product {
        width: 33.33%;
    }

    .row-count-2.products-grid .product-category {
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {

    .row-count-2 .product:nth-child(2n+1),
    .row-count-3 .product:nth-child(2n+1),
    .row-count-4 .product:nth-child(2n+1),
    .row-count-5 .product:nth-child(2n+1),
    .row-count-6 .product:nth-child(2n+1) {
        clear: both !important;
    }

    .products-list.row-count-6 .product-category:nth-child(6n+1),
    .products-list.row-count-5 .product-category:nth-child(5n+1),
    .products-list.row-count-4 .product-category:nth-child(4n+1),
    .products-list.row-count-3 .product-category:nth-child(3n+1),
    .products-list.row-count-2 .product-category:nth-child(2n+1) {
        clear: none !important;
    }

    .products-list .product.product-category {
        width: 50%;
    }

    .products-list .product.product-category:nth-child(2n+1) {
        clear: both !important;
    }

    .row-count-2.products-grid .product-category {
        width: 50% !important;
    }

    .products-grid .product {
        width: 50%;
    }

    .products-grid .product-view-mask .footer-product,
    .products-grid .product-view-info .footer-product {
        display: flex;
        justify-content: space-between;
    }

    .products-grid .product-view-mask .footer-product .show-quickly,
    .products-grid .product-view-info .footer-product .show-quickly,
    .products-grid .product-view-mask .footer-product .et-wishlist-holder,
    .products-grid .product-view-info .footer-product .et-wishlist-holder,
    .products-grid .product-view-mask .footer-product .by-vendor-name-link,
    .products-grid .product-view-info .footer-product .by-vendor-name-link,
    .products-grid .product-view-mask .footer-product .pre_order_loop,
    .products-grid .product-view-info .footer-product .pre_order_loop,
    .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message,
    .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message {
        flex: 1;
        position: relative;
        border: none;
    }

    .products-grid .product-view-mask .footer-product .show-quickly:after,
    .products-grid .product-view-info .footer-product .show-quickly:after,
    .products-grid .product-view-mask .footer-product .et-wishlist-holder:after,
    .products-grid .product-view-info .footer-product .et-wishlist-holder:after,
    .products-grid .product-view-mask .footer-product .by-vendor-name-link:after,
    .products-grid .product-view-info .footer-product .by-vendor-name-link:after,
    .products-grid .product-view-mask .footer-product .pre_order_loop:after,
    .products-grid .product-view-info .footer-product .pre_order_loop:after,
    .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
    .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message:after {
        content: '';
    }

    .products-grid .product-view-mask .footer-product .button,
    .products-grid .product-view-info .footer-product .button,
    .products-grid .product-view-mask .footer-product .by-vendor-name-link,
    .products-grid .product-view-info .footer-product .by-vendor-name-link,
    .products-grid .product-view-mask .footer-product .pre_order_loop,
    .products-grid .product-view-info .footer-product .pre_order_loop,
    .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message,
    .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message {
        font-size: 0;
        padding: 0;
        flex: 1;
    }

    .products-grid .product-view-mask .footer-product .button:before,
    .products-grid .product-view-info .footer-product .button:before,
    .products-grid .product-view-mask .footer-product .by-vendor-name-link:before,
    .products-grid .product-view-info .footer-product .by-vendor-name-link:before,
    .products-grid .product-view-mask .footer-product .pre_order_loop:before,
    .products-grid .product-view-info .footer-product .pre_order_loop:before,
    .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
    .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message:before {
        margin: 0;
    }

    .products-grid .product-view-mask .footer-product .compare,
    .products-grid .product-view-info .footer-product .compare {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .products-grid .product {
        width: 50%;
    }

    .products-grid .product-category {
        width: 50% !important;
        margin-bottom: 15px !important;
    }

    .products-grid .product-category:nth-child(even) {
        padding-left: 7.5px;
    }

    .products-grid .product-category:nth-child(odd) {
        padding-right: 7.5px;
    }

    .shop-full-width .products-grid.row-count-2 .product,
    .shop-full-width .products-grid.row-count-3 .product,
    .shop-full-width .products-grid.row-count-4 .product,
    .shop-full-width .products-grid.row-count-5 .product,
    .shop-full-width .products-grid.row-count-6 .product {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-grid.row-count-5 .product:nth-child(3n+1) {
        clear: none;
    }

    .product-grid.row-count-5 .product:nth-child(5n+1) {
        clear: both;
    }

    .product-grid .product-category.columns-5,
    .product-grid.row-count-5 .product {
        width: 20%;
    }
}

@media only screen and (min-width: 993px) {
    .row-count-1 .product {
        width: 100%;
        text-align: center;
    }

    .row-count-6 .product-view-info .product-mask,
    .sidebar-enabled .row-count-5 .product-view-info .product-mask,
    .row-count-6 .footer-product,
    .sidebar-enabled .row-count-5 .footer-product {
        left: .75rem;
        right: .75rem;
        bottom: .75rem;
    }

    .row-count-6 .footer-product,
    .sidebar-enabled .row-count-5 .footer-product {
        height: 2rem;
    }

    .row-count-6 .product-view-info .content-product:hover .product-mask,
    .sidebar-enabled .row-count-5 .product-view-info .content-product:hover .product-mask {
        transform: translateY(-2rem);
    }

    .row-count-6.products-grid .product-view-mask2 .footer-product,
    .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product {
        width: 35px;
        left: auto;
    }

    .row-count-6.products-grid .product-view-mask2 .footer-product .show-quickly,
    .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .show-quickly,
    .row-count-6.products-grid .product-view-mask2 .footer-product .button,
    .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .button,
    .row-count-6.products-grid .product-view-mask2 .footer-product .et-wishlist-holder,
    .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .et-wishlist-holder {
        height: 35px;
    }

    .row-count-6.products-grid .product-view-mask3 .footer-product>*,
    .sidebar-enabled .row-count-5.products-grid .product-view-mask3 .footer-product>* {
        width: 30px;
        height: 30px;
    }

    .row-count-6.products-grid .footer-product .compare:before,
    .sidebar-enabled .row-count-5.products-grid .footer-product .compare:before,
    .row-count-6.products-grid .footer-product .button:before,
    .sidebar-enabled .row-count-5.products-grid .footer-product .button:before,
    .row-count-6.products-grid .content-product .show-quickly:before,
    .sidebar-enabled .row-count-5.products-grid .content-product .show-quickly:before,
    .row-count-6.products-grid .footer-product .yith-wcwl-add-to-wishlist .show a:before,
    .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-add-to-wishlist .show a:before,
    .row-count-6.products-grid .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
    .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
    .row-count-6.products-grid .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
    .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
    .row-count-6.products-grid .footer-product .yith-wcwl-add-button a:before,
    .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-add-button a:before,
    .row-count-6.products-grid .product-view-light .yith-wcwl-add-to-wishlist .show a:before,
    .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-add-to-wishlist .show a:before,
    .row-count-6.products-grid .product-view-light .yith-wcwl-wishlistexistsbrowse a:before,
    .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-wishlistexistsbrowse a:before,
    .row-count-6.products-grid .product-view-light .yith-wcwl-wishlistaddedbrowse a:before,
    .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-wishlistaddedbrowse a:before,
    .row-count-6.products-grid .product-view-light .yith-wcwl-add-button a:before,
    .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-add-button a:before {
        font-size: 12px;
    }

    .row-count-6.products-grid .product-view-light .st-swatch-in-loop,
    .sidebar-enabled .row-count-5.products-grid .product-view-light .st-swatch-in-loop,
    .row-count-6.products-grid .light-left-side>*:first-child,
    .sidebar-enabled .row-count-5.products-grid .light-left-side>*:first-child {
        padding-right: 40px;
    }

    .row-count-6 .category-grid .categories-mask,
    .sidebar-enabled .row-count-5 .category-grid .categories-mask {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/*-----  End of Shop Layout  ------*/
/*=========================================
  =            No products found            =
  =========================================*/
.empty-cart-block,
.empty-category-block {
    padding: 5em 0;
}

.empty-cart-block .btn,
.empty-category-block .btn {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
    height: auto;
}

.empty-cart-block .btn:hover,
.empty-category-block .btn:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.empty-cart-block .btn:focus,
.empty-category-block .btn:focus {
    color: #fff;
}

.empty-cart-block .btn:hover,
.empty-category-block .btn:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.empty-cart-block .btn:focus,
.empty-category-block .btn:focus {
    color: #fff;
}

.empty-cart-block p,
.empty-category-block p {
    color: #555555;
}

.empty-cart-block,
.empty-category-block,
.woocommerce-thankyou-order-received {
    text-align: center;
    color: #222222;
}

.empty-cart-block:before,
.empty-category-block:before,
.woocommerce-thankyou-order-received:before {
    font-family: 'xstore-icons';
    display: block;
    border: none !important;
    font-size: 2.6rem;
    line-height: 1.5;
}

.empty-cart-block h1,
.empty-category-block h1,
.empty-cart-block h2,
.empty-category-block h2,
.woocommerce-thankyou-order-received {
    font-size: 1.7rem;
    text-transform: uppercase;
}

.empty-category-block:before {
    content: "\e90b";
}

/*=====  End of No products found  ======*/
/*===============================================
  =            Styles for order tables            =
  ===============================================*/
.my_account_orders {
    margin-bottom: 5.0em;
}

.my_account_orders td {
    text-transform: uppercase;
    font-size: .9rem;
    color: #222222;
    vertical-align: middle;
}

.my_account_orders td .button {
    margin-left: 5px;
    margin-bottom: 3px;
    margin-top: 3px;
    height: auto;
}

.my_account_orders td .button:first-of-type {
    margin-left: 0;
}

.my_account_orders .order-actions {
    text-align: right;
    text-align: end;
}

.my_account_orders .view {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
}

.my_account_orders .view:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.my_account_orders .view:focus {
    color: #fff;
}

.my_account_orders .view:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.my_account_orders .view:focus {
    color: #fff;
}

.woocommerce-order-details .my_account_orders {
    font-size: 1rem;
}

.woocommerce-order-details .my_account_orders td {
    font-size: 1.14rem;
    text-transform: none;
}

.woocommerce-order-details .my_account_orders td.subscriptio_list_id {
    font-size: 1rem;
}

.woocommerce-order-details .my_account_orders th {
    padding-top: 0;
}

.woocommerce-EditAccountForm .woocommerce-Button {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
}

.woocommerce-EditAccountForm .woocommerce-Button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.woocommerce-EditAccountForm .woocommerce-Button:focus {
    color: #fff;
}

.woocommerce-EditAccountForm .woocommerce-Button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.woocommerce-EditAccountForm .woocommerce-Button:focus {
    color: #fff;
}

.woocommerce-account .woocommerce .woocommerce-order-details__title {
    max-width: unset;
    margin-bottom: 0;
}

/*=====  End of Styles for order tables  ======*/
/*==================================
  =            Order page            =
  ==================================*/
.order-info {
    margin-bottom: 3em;
}

.order-info mark {
    padding: .2em .7em;
    margin: 0 .5em;
    background-color: #dbf0c0;
    color: #222222;
}

.order_details {
    color: #222222;
    margin-bottom: 2em;
}

.order_details .et-icon {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 200px;
    margin-bottom: 20px;
}

.order_details .woocommerce-notice {
    text-align: center;
    font-size: 1.7142em;
    text-transform: uppercase;
}

.order_details .product-name {
    width: 70%;
}

.order_details tr:not(:last-child) th,
.order_details tr:not(:last-child) td {
    padding-bottom: 0;
}

.order_details th,
.order_details td {
    padding-top: 1em;
    padding-bottom: 1em;
}

.order_details th:last-child,
.order_details td:last-child {
    text-align: end;
    color: #222222;
}

.woocommerce-order-details__title {
    margin-bottom: 0;
}

.woocommerce-order-details strong {
    font-weight: 400;
}

.woocommerce-order-details table {
    font-size: 1.14rem;
}

.woocommerce-order-details th.product-name,
.woocommerce-order-details .product-total,
.woocommerce-order-details .amount {
    font-size: 1rem;
}

.woocommerce-order-details .product-total {
    vertical-align: top;
}

.woocommerce-order-details tfoot th,
.woocommerce-order-details tfoot td:last-child {
    color: #555555;
}

.woocommerce-order-details tfoot tr:last-child th {
    font-size: 1rem;
    text-transform: uppercase;
}

.woocommerce-order-details tfoot tr:last-child th,
.woocommerce-order-details tfoot tr:last-child .amount {
    color: #222222;
}

.wc-item-meta li {
    font-size: 1rem;
    color: #888888;
    margin-bottom: 0;
}

.wc-item-meta-label+p {
    display: inline-block;
    margin: 0;
    font-size: inherit;
}

ul.woocommerce-order-overview {
    display: inline-block;
    border: 1px dashed #e1e1e1;
    padding: 1vw 2.7vw !important;
    margin-bottom: 2vw;
}

ul.woocommerce-order-overview li {
    color: #222222;
    font-size: 1.14rem;
    margin-bottom: 3px;
}

ul.woocommerce-order-overview li strong {
    font-weight: 400;
    color: #888888;
}

.woocommerce-order-overview-wrapper {
    text-align: center;
}

.woocommerce-order-overview-wrapper~p {
    margin-top: 10px;
}

.shop_table.customer_details {
    margin-bottom: 4em;
    border-top: none;
    font-size: 1.14rem;
}

.shop_table.customer_details th,
.shop_table.customer_details td {
    padding-top: 1em;
    padding-bottom: 1em;
}

.shop_table.customer_details th:last-child,
.shop_table.customer_details td:last-child {
    text-align: end;
    color: #222222;
}

.woocommerce-customer-details address {
    font-style: normal;
    line-height: 1.5;
}

ul.wc-item-meta {
    list-style: none;
    padding-left: 0;
}

@media only screen and (min-width: 993px) {

    .woocommerce-order-received:not(.boxed) .woocommerce-order-details,
    .woocommerce-order-received:not(.boxed) .woocommerce-customer-details,
    .woocommerce-order-received:not(.boxed) .woocommerce-order-overview-wrapper~p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .my_account_orders .view {
        padding: 0;
        color: #222222;
        background: transparent;
        border: none;
        text-decoration: underline;
        line-height: normal;
        height: auto;
        font-size: 1rem;
    }
}

/*=====  End of Order page  ======*/
/* Products List */
.main-products-loop .products-list .product .product-details .product-excerpt,
#products-wrapper .products-list .product .product-details .product-excerpt {
    line-height: 1.8;
}

.main-products-loop .products-list:not(.products-with-custom-template-grid)>div:not(.product-category),
#products-wrapper .products-list:not(.products-with-custom-template-grid)>div:not(.product-category),
.main-products-loop .products-list:not(.products-with-custom-template-grid) .ajax-content>div:not(.product-category),
#products-wrapper .products-list:not(.products-with-custom-template-grid) .ajax-content>div:not(.product-category) {
    width: 100%;
}

.products-loop {
    position: relative;
}

.products-loop .product-ajax .loader-circular {
    bottom: auto;
    top: 150px;
}

/* Product description on grid/list layout */
.products-grid .product-excerpt {
    margin-top: 5px;
    margin-bottom: 5px;
}

.products-list .product-excerpt {
    margin-bottom: 20px;
}

.products-list .product-details {
    text-align: left;
}

.products-list .content-product .star-rating {
    margin-left: 0;
    display: inline-block;
}

.products-list .product-image-wrapper.hover-effect-swap .image-swap {
    top: auto;
}

.products-list .product-image-wrapper {
    width: 35%;
}

.products-grid .product-details .button:not(.compare),
.product-slide .product-details .button:not(.compare) {
    margin-top: 15px;
}

.products-grid .product-details .quantity-wrapper .button,
.product-slide .product-details .quantity-wrapper .button {
    margin-top: 0;
}

.products-list .product-content-image,
.product-view-booking .product-content-image {
    position: relative;
}

.content:not(.main-products-loop) .products-list.row-count-3 .footer-product .button,
.content:not(.main-products-loop) .products-list.row-count-2 .footer-product .button {
    font-size: 0;
}

.content:not(.main-products-loop) .products-list.row-count-3 .wcpv-sold-by-loop,
.content:not(.main-products-loop) .products-list.row-count-2 .wcpv-sold-by-loop {
    display: none;
}

.product-view-mask.view-color-dark .wcpv-sold-by-loop,
.product-view-mask.view-color-dark .wcpv-sold-by-loop a {
    color: #fff;
}

.product-view-mask.view-color-dark .wcpv-sold-by-loop a:hover {
    opacity: .7;
}

@media only screen and (min-width: 993px) {
    .products-list .content-product {
        display: table;
        table-layout: fixed;
    }

    .products-list .content-product .product-image-wrapper {
        display: table-cell;
        float: none;
        margin-right: 0;
        vertical-align: middle;
    }

    .products-list .content-product .product-image-wrapper img {
        width: 100%;
    }

    .products-list .content-product .product-details {
        float: none;
        width: 65%;
        padding-left: 30px;
        vertical-align: middle;
        display: table-cell;
    }

    .products-list.row-count-2 .product-image-wrapper {
        min-width: auto;
    }

    .products-grid.row-count-6 .product-view-mask2 .footer-product {
        width: 30px;
        right: 0.725rem;
        bottom: 0.725rem;
    }

    .products-grid.row-count-6 .product-view-mask2 .footer-product .show-quickly,
    .products-grid.row-count-6 .product-view-mask2 .footer-product .button,
    .products-grid.row-count-6 .product-view-mask2 .footer-product .et-wishlist-holder,
    .products-grid.row-count-6 .product-view-mask2 .footer-product .by-vendor-name-link,
    .products-grid.row-count-6 .product-view-mask2 .footer-product .pre_order_loop,
    .products-grid.row-count-6 .product-view-mask2 .footer-product .wcmp_add_to_cart_message {
        height: 30px;
    }

    .products-grid.row-count-6 .product-view-mask2 .footer-product .compare:before,
    .products-grid.row-count-6 .product-view-mask2 .footer-product .show-quickly:before,
    .products-grid.row-count-6 .product-view-mask2 .footer-product .button:before,
    .products-grid.row-count-6 .product-view-mask2 .footer-product .add_to_cart_button:after,
    .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-add-to-wishlist .show a:before,
    .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-wishlistexistsbrowse a:before,
    .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-wishlistaddedbrowse a:before,
    .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-add-button a:before,
    .products-grid.row-count-6 .product-view-mask2 .content-product .wishlist-fragment a:before,
    .products-grid.row-count-6 .product-view-mask2 .footer-product .by-vendor-name-link:before,
    .products-grid.row-count-6 .product-view-mask2 .footer-product .pre_order_loop:before,
    .products-grid.row-count-6 .product-view-mask2 .footer-product .wcmp_add_to_cart_message:before {
        font-size: 12px;
    }

    .main-products-loop .products-list .product .product-image-wrapper {
        /* bug with lqip */
        /*width: auto;*/
    }
}

@media only screen and (max-width: 1200px) {
    .products-list.row-count-3 .product {
        width: 50%;
    }

    .products-list.row-count-3 .product:nth-child(3n+1) {
        clear: none;
    }

    .products-list.row-count-3 .product:nth-child(2n+1) {
        clear: both;
    }

    .products-list.row-count-2 .product-image-wrapper {
        min-width: 150px;
    }

    .products-list .product-view-info .footer-product .button:before {
        left: 6px;
    }

    .products-list .content-product .product-details {
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .products-list.row-count-2 .product-image-wrapper {
        width: 100%;
    }

    .products-list .product-image-wrapper {
        width: 100%;
    }

    .products-list .product-excerpt {
        overflow: hidden;
    }

    .products-list .content-product .product-details {
        width: auto;
    }

    .products-list .product .product-image-wrapper {
        margin-right: 30px;
    }

    .main-products-loop .products-list .product-view-booking .product-image-wrapper {
        width: 28%;
    }

    .main-products-loop .products-list .product-image-wrapper {
        width: 35%;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .products-list .product {
        margin-bottom: 30px;
    }

    .products-list .product .content-product {
        margin-bottom: 0;
    }

    .products-list .product .product-details {
        width: 100%;
        text-align: left !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .products-list .product .product-image-wrapper {
        position: relative;
        float: left;
    }
}

@media only screen and (max-width: 480px) {
    .products-list .product .product-image-wrapper {
        width: 100% !important;
        margin-bottom: 1.43em;
        min-width: 1px !important;
    }

    .products-list.row-count-3 .product {
        width: 100%;
    }

    .products-list .product-view-booking .content-product {
        padding: 20px;
    }
}

#product-video-popup {
    max-width: 75%;
    margin: 0 auto;
    position: relative;
}

#product-video-popup video {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

#product-video-popup .mejs-video {
    margin-left: auto;
    margin-right: auto;
}

#product-video-popup .mejs-controls {
    visibility: visible !important;
}

@media only screen and (max-width: 768px) {
    #product-video-popup {
        max-width: 95%;
    }
}

.et-full-screen-products {
    display: flex;
    height: 100vh;
    flex-direction: row-reverse;
}

.et-products-info-slider {
    width: 100%;
    height: 100vh;
}

.et-products-info-slider .product-info-wrapper {
    position: relative;
    top: 50%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 1.5rem;
    transform: translateY(-50.5%);
}

.et-product-info-slide p.product-title {
    font-size: 24px;
    color: #222222;
    margin: 0;
}

.et-product-info-slide .star-rating {
    margin-bottom: .5em;
}

.et-product-info-slide p.price {
    margin: 0;
}

.et-product-info-slide .button {
    height: auto;
    font-size: .85rem;
    padding-top: .950rem;
    padding-bottom: .950rem;
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
    margin-bottom: 25px;
}

.et-product-info-slide .button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.et-product-info-slide .button:focus {
    color: #fff;
}

.et-product-info-slide .product-stock {
    margin: 0;
}

.et-product-info-slide .product-sale-counter {
    text-align: start;
    margin-left: -25px;
}

.et-product-info-slide .product-sale-counter .time-block {
    text-align: center;
}

.et-products-images-slider {
    width: 100%;
    height: 100vh;
    position: relative;
}

.et-products-images-slider img {
    width: 100%;
}

.et-products-images-slider .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.et-products-navigation {
    position: absolute;
    bottom: 25px;
    z-index: 2;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.et-products-navigation::selection {
    background: transparent;
}

.et-products-navigation>div {
    padding: 10px 15px;
    margin: 0 auto;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.et-products-navigation>div:hover {
    background: #222222;
}

.et-products-navigation>div:hover .swiper-nav-price,
.et-products-navigation>div:hover .swiper-nav-title,
.et-products-navigation>div:hover .swiper-nav-arrow {
    color: #fff;
}

.et-products-navigation>div:hover .swiper-nav-arrow {
    animation: animArrowReverse 1s infinite;
}

.et-products-navigation .et-swiper-next {
    margin-bottom: 10px;
}

.et-products-navigation .et-swiper-next:hover .swiper-nav-arrow {
    animation: animArrow 1s infinite;
}

.et-products-navigation .swiper-nav-arrow {
    font-size: 1rem;
    display: inline-block;
}

.swiper-nav-price {
    color: #888888;
}

.swiper-nav-title {
    font-size: 1.14rem;
    margin-right: 5px;
}

.et-swiper-next .et-icon {
    margin-left: 5px;
}

.et-swiper-prev .et-icon {
    margin-right: 5px;
}

@media only screen and (max-width: 1200px) {
    .et-products-navigation>div .swiper-nav-title {
        max-width: 80%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 767px) {
    .et-full-screen-products {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .et-products-images-slider,
    .et-products-info-slider {
        height: 100%;
    }

    .et-products-navigation>div {
        margin: 0 5px;
    }

    .et-products-navigation>div .swiper-nav-title,
    .et-products-navigation>div .swiper-nav-price {
        font-size: 10px;
    }
}

/*========================================
  =            Quick View Popup            =
  ========================================*/
.et-quick-view-wrapper .main-images a.zoom,
.et-quick-view-wrapper .main-images a {
    cursor: default;
}

.et-quick-view-wrapper .swiper-grid .swiper-slide {
    width: auto;
    max-width: 100%;
}

.et-quick-view-wrapper .swiper-grid a.zoom,
.et-quick-view-wrapper .swiper-grid a {
    cursor: inherit;
}

.et-quick-view-wrapper .sten-reset-loop-variation {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1rem;
    text-transform: capitalize;
}

.et-quick-view-wrapper .show-full-details {
    font-size: 1.14rem;
    line-height: 1.9;
    margin-top: 10px;
    display: block;
    text-align: start;
    text-decoration: underline;
}

.et-quick-view-wrapper .quick-view-excerpts {
    margin-top: 1.4em;
    margin-bottom: 3em;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.et-quick-view-wrapper .quick-view-excerpts.show-content {
    max-height: 440px;
    overflow-y: hidden;
}

.et-quick-view-wrapper .quick-view-excerpts.show-content .excerpt-content {
    visibility: visible;
    opacity: 1;
    max-height: 350px;
}

.et-quick-view-wrapper .quick-view-excerpts.show-content .excerpt-title:before {
    content: '\e903';
}

.et-quick-view-wrapper .quick-view-excerpts.show-content+.excerpt-title {
    margin-bottom: 10px;
}

.et-quick-view-wrapper .quick-view-excerpts .excerpt-title {
    display: inline-block;
    padding-right: 1em;
    text-decoration: underline;
    color: #222222;
    font-size: 1.14rem;
    cursor: pointer;
    position: relative;
}

.et-quick-view-wrapper .quick-view-excerpts .excerpt-title:before {
    display: inline-block;
    content: '\e905';
    font-family: 'xstore-icons';
    position: absolute;
    font-size: .75em;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.et-quick-view-wrapper .quick-view-excerpts .excerpt-content {
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.et-quick-view-wrapper .quick-view-excerpts .excerpt-content:before {
    top: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
}

.et-quick-view-wrapper .quick-view-excerpts .excerpt-content:after {
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
}

.et-quick-view-wrapper .quick-view-excerpts .excerpt-content:before,
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 2px;
    height: 20px;
    pointer-events: none;
}

.et-quick-view-wrapper .quick-view-excerpts .excerpt-content .excerpt-content-inner {
    max-height: 350px;
    padding-right: 15px;
    overflow: hidden;
    overflow-y: auto;
}

.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner {
    line-height: 1.8;
    font-size: 1.14rem;
}

.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner h1,
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner h2,
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner h3,
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner h4,
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner h5,
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner h6 {
    line-height: 1.3;
    margin-bottom: .35em;
    margin-top: .35em;
}

.et-quick-view-wrapper .yith-wcwl-add-to-wishlist.wishlist-fragment {
    margin: 0;
}

.et-quick-view-wrapper .product_meta:empty {
    display: none !important;
}

.quick-view-popup {
    margin: 0 auto;
    position: relative;
    background: #fff;
    width: 870px;
    max-width: 100%;
}

.quick-view-popup .skeleton-body .product-content .row>div {
    height: 550px;
}

.quick-view-popup .skeleton-body .product-content.quick-view-layout-centered .row>div {
    height: 370px;
}

.quick-view-popup .product-content {
    position: relative;
}

.quick-view-popup .product-content.quick-view-layout-centered,
.quick-view-popup .product-content.quick-view-layout-centered img,
.quick-view-popup .product-content.quick-view-layout-centered iframe {
    max-height: unset;
}

.quick-view-popup .product-content.quick-view-layout-centered .product-images,
.quick-view-popup .product-content.quick-view-layout-centered .product-information {
    width: 100%;
}

.quick-view-popup .product-content.quick-view-layout-centered .product-images:empty:before {
    background-size: 70% 100%;
    background-position: center 15px;
    margin: 0 30px;
}

.quick-view-popup .product-content.quick-view-layout-centered .product-information {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.quick-view-popup .product-content.quick-view-layout-centered .product-information:empty:before {
    margin: 0 30px;
}

.quick-view-popup .product-content img.lazyload-lqip {
    width: 100%;
}

.quick-view-popup .vertical-thumbnails,
.quick-view-popup .swiper-control-bottom {
    display: none;
}

.quick-view-popup .product-content,
.quick-view-popup .main-images {
    margin-bottom: 0;
}

.quick-view-popup .main-images {
    text-align: start;
}

.quick-view-popup .et-wishlist-holder {
    margin-bottom: 10px;
}

.quick-view-popup .product-information {
    text-align: start;
}

.quick-view-popup .product-information .woocommerce-review-link {
    display: none !important;
}

.quick-view-popup .product-information::-webkit-scrollbar {
    width: 3px;
}

.quick-view-popup .open-360-popup {
    display: none;
}

.quick-view-popup .excerpt-content-inner:focus {
    outline: none;
}

.quick-view-popup .product-cats {
    margin-top: -2em;
    margin-bottom: 1em;
    color: #555555;
    text-transform: uppercase;
}

.quick-view-popup .product-cats a {
    color: #555555;
}

.quick-view-popup .add_to_cart_button {
    margin-right: 1em;
}

.quick-view-popup .quick-view-info {
    margin-bottom: 1.07em;
}

.quick-view-popup .quick-view-info .woocommerce-product-rating+.cart {
    margin-top: 1.12em;
}

.quick-view-popup .quick-view-excerpts .excerpt-content .excerpt-content-inner {
    padding-top: 20px;
}

html.quick-view-open .mfp-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@keyframes et-canvas-right {
    0% {
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes et-canvas-left {
    0% {
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

.et-quick-view-canvas {
    --quick-view-elements-spacing: 12px;
}

.et-quick-view-canvas .et-popup-content {
    animation: none;
    opacity: 1 !important;
    visibility: visible !important;
    color: unset;
    margin: 0 !important;
    padding: 15px;
    overflow: visible;
    transition: all 0.3s ease-in-out;
}

.et-quick-view-canvas .et-close-popup {
    margin: 9px;
}

.et-quick-view-canvas:not(.done).et-content-right .et-popup-content {
    opacity: 1;
    visibility: visible;
    animation: et-canvas-right 0.2s linear, et-fadeIn 0.2s linear;
}

.et-quick-view-canvas:not(.done).et-content-left .et-popup-content {
    opacity: 1;
    visibility: visible;
    animation: et-canvas-left 0.2s linear, et-fadeIn 0.2s linear;
}

.et-quick-view-canvas.et-popup-removing.et-content-right .et-popup-content {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
}

.et-quick-view-canvas.et-popup-removing.et-content-left .et-popup-content {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
}

.et-quick-view-canvas.et-popup-removing .et-close-popup {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}

.et-quick-view-canvas .et-mini-content-head {
    cursor: default;
}

.et-quick-view-canvas.et-off-canvas .et-content {
    overflow: hidden;
    overflow-y: auto;
    padding: 0 3px;
}

.et-quick-view-canvas.et-off-canvas .et-content::-webkit-scrollbar {
    display: none;
}

.et-quick-view-canvas .et-content-inner {
    position: relative;
}

.et-quick-view-canvas .et-content-inner>*,
.et-quick-view-canvas .et-content-inner .product-share:not(:last-child),
.et-quick-view-canvas .et-content-inner .product_meta>span,
.et-quick-view-canvas .et-content-inner .product_meta .products-page-cats,
.et-quick-view-canvas .et-content-inner .product_meta .wcml_currency_switcher,
.et-quick-view-canvas .et-content-inner .product_meta .wcml-dropdown.product,
.et-quick-view-canvas .et-content-inner .product_meta .wcmp-report-abouse-wrapper,
.et-quick-view-canvas .et-content-inner .quick-view-excerpts.show-content .excerpt-title {
    margin: 0 0 var(--quick-view-elements-spacing, 10px) !important;
}

.et-quick-view-canvas .et-content-inner>*:last-child,
.et-quick-view-canvas .et-content-inner .product-share:not(:last-child):last-child,
.et-quick-view-canvas .et-content-inner .product_meta>span:last-child,
.et-quick-view-canvas .et-content-inner .product_meta .products-page-cats:last-child,
.et-quick-view-canvas .et-content-inner .product_meta .wcml_currency_switcher:last-child,
.et-quick-view-canvas .et-content-inner .product_meta .wcml-dropdown.product:last-child,
.et-quick-view-canvas .et-content-inner .product_meta .wcmp-report-abouse-wrapper:last-child,
.et-quick-view-canvas .et-content-inner .quick-view-excerpts.show-content .excerpt-title:last-child {
    margin-bottom: 0 !important;
}

.et-quick-view-canvas .woocommerce-product-details__short-description p {
    margin-bottom: var(--quick-view-elements-spacing, 10px);
}

.et-quick-view-canvas .woocommerce-product-details__short-description p:only-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .quick-view-popup .product-content {
        max-height: 550px;
        overflow: hidden;
    }

    .quick-view-popup .product-content img {
        width: auto;
    }

    .quick-view-popup .product-content:not(.quick-view-layout-centered) img {
        margin: 0 !important;
    }

    .quick-view-popup .product-information {
        position: absolute;
        right: 0;
        overflow: auto;
        overflow-x: hidden;
        max-height: 100%;
        margin-bottom: 0;
        padding-top: 2.3em;
        padding-right: 20px;
    }

    .quick-view-popup .doubled-border,
    .quick-view-popup .quick-view-layout-default,
    .quick-view-popup .quick-view-layout-default .row,
    .quick-view-popup .quick-view-layout-default .product-images,
    .quick-view-popup .quick-view-layout-default .product-information {
        height: 100%;
        max-height: 100%;
    }

    .quick-view-layout-default img,
    .quick-view-layout-default iframe {
        max-height: 550px;
    }
}

@media only screen and (max-width: 767px) {

    .quick-view-popup .product-information .et-wishlist-holder.position-after.type-icon-text a:not(.alt),
    .quick-view-popup .product-info-wrapper .et-wishlist-holder.position-after.type-icon-text a:not(.alt) {
        font-size: 12px !important;
    }

    .quick-view-popup .product-information .et-wishlist-holder.position-after.type-icon a:not(.alt),
    .quick-view-popup .product-info-wrapper .et-wishlist-holder.position-after.type-icon a:not(.alt) {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .quick-view-popup .product-information .et-wishlist-holder.position-after.type-icon a:not(.alt):hover,
    .quick-view-popup .product-info-wrapper .et-wishlist-holder.position-after.type-icon a:not(.alt):hover {
        font-size: 12px !important;
    }

    .quick-view-popup .product-information .et-wishlist-holder.position-under,
    .quick-view-popup .product-info-wrapper .et-wishlist-holder.position-under {
        padding-top: 0;
    }

    .quick-view-popup .product-information {
        padding: 2.5em 3.5em 0 2.5em;
    }
}

@media only screen and (max-width: 480px) {
    .quick-view-popup .product-name {
        font-size: 2rem;
    }

    .quick-view-popup .product-images {
        padding: 0 15px;
        margin-bottom: 0;
    }

    .quick-view-popup .product-cats {
        margin-top: 0;
    }

    .quick-view-popup .add_to_cart_button.button {
        margin-right: 0;
        min-width: 170px;
    }
}

/*-----  End of Quick View Popup  ------*/
/* Shop Full Width */
.shop-full-width {
    padding-left: 45px;
    padding-right: 45px;
}

.shop-full-width .main-products-loop .products-list .product {
    width: 50% !important;
    clear: none;
}

.shop-full-width .main-products-loop .products-list .product:nth-child(2n+1) {
    clear: both !important;
}

.shop-full-width .main-products-loop .products-list .product:nth-child(3n+1) {
    clear: none;
}

.shop-full-width .products-list .product-view-mask .footer-product,
.shop-full-width .products-list .product-view-info .footer-product {
    display: flex;
    justify-content: space-between;
}

.shop-full-width .products-list .product-view-mask .footer-product .show-quickly,
.shop-full-width .products-list .product-view-info .footer-product .show-quickly,
.shop-full-width .products-list .product-view-mask .footer-product .et-wishlist-holder,
.shop-full-width .products-list .product-view-info .footer-product .et-wishlist-holder,
.shop-full-width .products-list .product-view-mask .footer-product .by-vendor-name-link,
.shop-full-width .products-list .product-view-info .footer-product .by-vendor-name-link,
.shop-full-width .products-list .product-view-mask .footer-product .pre_order_loop,
.shop-full-width .products-list .product-view-info .footer-product .pre_order_loop,
.shop-full-width .products-list .product-view-mask .footer-product .wcmp_add_to_cart_message,
.shop-full-width .products-list .product-view-info .footer-product .wcmp_add_to_cart_message {
    flex: 1;
    position: relative;
    border: none;
}

.shop-full-width .products-list .product-view-mask .footer-product .show-quickly:after,
.shop-full-width .products-list .product-view-info .footer-product .show-quickly:after,
.shop-full-width .products-list .product-view-mask .footer-product .et-wishlist-holder:after,
.shop-full-width .products-list .product-view-info .footer-product .et-wishlist-holder:after,
.shop-full-width .products-list .product-view-mask .footer-product .by-vendor-name-link:after,
.shop-full-width .products-list .product-view-info .footer-product .by-vendor-name-link:after,
.shop-full-width .products-list .product-view-mask .footer-product .pre_order_loop:after,
.shop-full-width .products-list .product-view-info .footer-product .pre_order_loop:after,
.shop-full-width .products-list .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.shop-full-width .products-list .product-view-info .footer-product .wcmp_add_to_cart_message:after {
    content: '';
}

.shop-full-width .products-list .product-view-mask .footer-product .button,
.shop-full-width .products-list .product-view-info .footer-product .button,
.shop-full-width .products-list .product-view-mask .footer-product .by-vendor-name-link,
.shop-full-width .products-list .product-view-info .footer-product .by-vendor-name-link,
.shop-full-width .products-list .product-view-mask .footer-product .pre_order_loop,
.shop-full-width .products-list .product-view-info .footer-product .pre_order_loop,
.shop-full-width .products-list .product-view-mask .footer-product .wcmp_add_to_cart_message,
.shop-full-width .products-list .product-view-info .footer-product .wcmp_add_to_cart_message {
    font-size: 0;
    padding: 0;
    flex: 1;
}

.shop-full-width .products-list .product-view-mask .footer-product .button:before,
.shop-full-width .products-list .product-view-info .footer-product .button:before,
.shop-full-width .products-list .product-view-mask .footer-product .by-vendor-name-link:before,
.shop-full-width .products-list .product-view-info .footer-product .by-vendor-name-link:before,
.shop-full-width .products-list .product-view-mask .footer-product .pre_order_loop:before,
.shop-full-width .products-list .product-view-info .footer-product .pre_order_loop:before,
.shop-full-width .products-list .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.shop-full-width .products-list .product-view-info .footer-product .wcmp_add_to_cart_message:before {
    margin: 0;
}

.shop-full-width .products-list .product-view-mask .footer-product .compare,
.shop-full-width .products-list .product-view-info .footer-product .compare {
    display: none;
}

@media only screen and (min-width: 40em) {
    .shop-full-width {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 992px) {
    .shop-full-width .sidebar-mobile-top>div>.row .content {
        width: 100%;
    }
}

/*==========================================
  =            Shopping Cart Page            =
  ==========================================*/
table.cart .cart_item .product-name {
    width: calc(100px - .71em);
}

table.cart .product-name img {
    max-width: 80px;
}

table.cart .product-details {
    max-width: 200px;
}

table.cart .product-details .remove-item {
    display: block;
    margin-top: 20px;
}

table.cart .product-details .remove-item:hover {
    background: transparent;
    color: #888888;
}

table.cart .product-details .product-title,
table.cart tbody .product-name {
    font-size: 1.14em;
}

table.cart .quantity {
    margin: 0;
    float: none;
}

table.cart .product-price,
table.cart .product-quantity,
table.cart .product-stock-status {
    text-align: center;
}

.cart-discount td,
.cart-discount td .amount {
    color: #c62828;
}

.shop_table dl.variation br:first-child,
.shop_table .mobile-price {
    display: none;
}

.shop_table .variation {
    margin-top: 5px;
    font-size: 1rem;
    color: #888888;
}

.shop_table .variation p {
    font-size: inherit;
}

.shop_table dt,
.shop_table dd {
    display: inline-block;
}

.shop_table dt img,
.shop_table dd img {
    max-width: 15px;
}

.shop_table dt,
.shop_table dd:nth-child(even) {
    margin-right: 5px;
}

.shop_table .amount {
    color: #888888;
}

.shop_table .product-price del {
    text-decoration-color: #888888;
}

.return-shop {
    margin-right: 15px;
}

.return-shop i {
    font-size: .65em;
}

.coupon {
    position: relative;
    margin-bottom: 10px;
}

.coupon input[type="text"] {
    width: 100%;
    padding-right: 41px;
}

.coupon input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 100%;
    width: 36px;
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
}

.coupon input[type="submit"]:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.coupon input[type="submit"]:focus {
    color: #fff;
}

.coupon input[type="submit"]:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.coupon input[type="submit"]:focus {
    color: #fff;
}

.actions {
    text-align: end;
    margin-bottom: 1.43em;
    padding-top: 1em;
    border-top: 1px solid #e1e1e1;
}

.actions a {
    display: inline-block;
    font-size: 1.14rem;
    padding: .75rem 0;
}

.actions a i {
    margin-right: 5px;
    vertical-align: middle;
}

.actions>div:first-child {
    padding-left: 0;
}

.actions>div:last-child {
    padding-right: 0;
}

.actions .btn {
    background: transparent;
    border-color: #e1e1e1;
}

.actions .btn.bordered {
    color: #222222;
}

.actions .btn:hover {
    color: #555555;
    background: transparent;
    border-color: #e1e1e1;
}

.cart-collaterals,
.order-review {
    padding: 1.7em 2em 2em;
    border: 1px solid #e1e1e1;
}

.cart-order-details>div {
    margin-bottom: 3.9em;
}

.cart-order-details .shop_table th {
    font-size: 1.14rem;
}

.cart-order-details .shop_table td {
    padding-top: .71em;
    text-align: right;
}

.cart-order-details .shop_table .woocommerce-shipping-totals th {
    text-align: start;
}

.cart-order-details .shop_table tbody td,
.cart-order-details .shop_table tbody th {
    padding-top: 0;
}

.cart-order-details .shop_table tbody tr:last-child td {
    padding-bottom: .9em;
}

.cart-order-details .shop_table tfoot td {
    vertical-align: middle;
}

.cart-order-details .shop_table tfoot tr:first-child th,
.cart-order-details .shop_table tfoot tr:first-child td {
    padding-top: .9em;
}

.cart-order-details .shop_table .order-total th,
.cart-order-details .shop_table .order-total td {
    color: #222222;
    padding-bottom: 0;
}

.cart-order-details .shop_table .order-total .amount {
    color: inherit;
}

.cart-order-details .shop_table strong {
    font-weight: 400;
}

.cart-order-details .shop_table .product-quantity {
    font-size: 1rem;
}

.cart-order-details .cart_totals>h2,
.cart-order-details .order-review .step-title {
    margin-bottom: 1em;
}

.cart-order-details #pay_with_amazon {
    margin-left: 0;
    margin-top: 25px;
    float: none;
    text-align: center;
}

.cart-order-details #pay_with_amazon img {
    display: inline-block;
}

.woocommerce-shipping-calculator>p {
    margin-bottom: 0;
}

a.shipping-calculator-button {
    color: #222222;
    text-decoration: underline;
}

a.shipping-calculator-button:hover,
a.shipping-calculator-button:focus {
    color: #555555;
}

.shipping-calculator-form {
    margin-top: 15px;
}

.shipping-calculator-form p {
    margin-bottom: 20px;
}

.shipping-calculator-form .button {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
    width: 100%;
}

.shipping-calculator-form .button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.shipping-calculator-form .button:focus {
    color: #fff;
}

.shipping-calculator-form .button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.shipping-calculator-form .button:focus {
    color: #fff;
}

.checkout-button {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
    font-size: .85rem;
    font-size: 1rem;
    width: 100%;
    padding-top: .95rem;
    padding-bottom: .95rem;
    height: auto;
}

.checkout-button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.checkout-button:focus {
    color: #fff;
}

.checkout-button:hover {
    opacity: .8 !important;
}

.checkout-button:hover {
    background-color: #222222;
    color: #fff;
    border-color: #222222;
}

.checkout-button,
.checkout-button:focus {
    color: #fff;
}

#shipping_method,
#payment .payment_methods {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

#shipping_method li,
#payment .payment_methods li {
    list-style: none;
    margin-bottom: 0;
}

#shipping_method li:only-child,
#payment .payment_methods li:only-child {
    text-align: end;
}

#shipping_method label,
#payment .payment_methods label {
    color: #888888;
    width: calc(100% - 25px);
}

#shipping_method input[type="radio"],
#payment .payment_methods input[type="radio"] {
    vertical-align: top;
    position: relative;
    top: 4px;
}

#shipping_method input[type="radio"]:checked+label,
#payment .payment_methods input[type="radio"]:checked+label {
    color: #222222;
}

#shipping_method li,
#payment .payment_methods label {
    margin-bottom: 3px;
}

#shipping_method {
    text-align: start;
}

#shipping_method li {
    display: flex;
    justify-content: space-around;
}

#shipping_method li label {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

#shipping_method .amount {
    font-size: 1rem;
    color: #222222;
    text-decoration: underline;
}

#shipping_method input:checked~label .amount {
    opacity: 0.7;
}

.empty-cart-block:before {
    content: "\e90c";
}

.special-cart-breadcrumbs.woocommerce-cart .woocommerce-message:first-child,
.special-cart-breadcrumbs.woocommerce-checkout .woocommerce-message:first-child,
.special-cart-breadcrumbs.woocommerce-cart .woocommerce-error:first-child,
.special-cart-breadcrumbs.woocommerce-checkout .woocommerce-error:first-child,
.special-cart-breadcrumbs.woocommerce-cart .woocommerce-info:first-child,
.special-cart-breadcrumbs.woocommerce-checkout .woocommerce-info:first-child {
    margin-top: 1.43em;
}

.special-cart-breadcrumbs.woocommerce-cart.et-header-overlap .page-heading a,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-overlap .page-heading a,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-overlap .page-heading a,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-overlap .page-heading a,
.special-cart-breadcrumbs.woocommerce-cart.et-header-overlap .page-heading .title,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-overlap .page-heading .title,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-overlap .page-heading .title,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-overlap .page-heading .title,
.special-cart-breadcrumbs.woocommerce-cart.et-header-overlap .page-heading .breadcrumbs,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-overlap .page-heading .breadcrumbs,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-overlap .page-heading .breadcrumbs,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-overlap .page-heading .breadcrumbs,
.special-cart-breadcrumbs.woocommerce-cart.et-header-overlap .page-heading .back-history,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-overlap .page-heading .back-history,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-overlap .page-heading .back-history,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-overlap .page-heading .back-history {
    font-size: 0;
    line-height: 0;
}

.special-cart-breadcrumbs.woocommerce-cart.et-header-not-overlap .page-heading,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-not-overlap .page-heading,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-not-overlap .page-heading,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-not-overlap .page-heading {
    padding: 0 !important;
    margin: 0;
}

.special-cart-breadcrumbs.woocommerce-cart.et-header-not-overlap .page-heading .container,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-not-overlap .page-heading .container,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-not-overlap .page-heading .container,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-not-overlap .page-heading .container {
    display: none !important;
}

.woocommerce-wishlist .page-heading,
.woocommerce-account .page-heading {
    padding: 1.7em 0;
}

.woocommerce-wishlist .page-heading .breadcrumbs,
.woocommerce-account .page-heading .breadcrumbs,
.woocommerce-wishlist .page-heading .back-history,
.woocommerce-account .page-heading .back-history {
    display: none;
}

.woocommerce-wishlist .page-heading .title,
.woocommerce-account .page-heading .title {
    display: block;
    font-size: 1.7rem;
    text-transform: uppercase;
    text-align: center;
}

.woocommerce-wishlist.et-header-overlap .page-heading,
.woocommerce-account.et-header-overlap .page-heading {
    padding: 7em 0 3em;
}

.cart-checkout-nav {
    font-size: 1.7rem;
    color: #b1b1b1;
    text-align: center;
    padding: 3vw 0;
    text-transform: uppercase;
    line-height: 1.4;
}

.cart-checkout-nav a {
    color: inherit;
}

.cart-checkout-nav .active,
.cart-checkout-nav .active+.delimeter {
    color: #222222;
}

@media only screen and (min-width: 993px) {

    .cart-order-details .cart_totals>h2,
    .cart-order-details .order-review .step-title {
        margin-top: 1px;
    }

    .actions,
    .woocommerce-cart .cart-order-details>div:last-child {
        margin-bottom: 60px;
    }

    .woocommerce-shipping-fields div:last-child p:last-child {
        margin-bottom: 0;
    }

    .special-cart-breadcrumbs.woocommerce-cart.et-header-not-overlap .sidebar.sidebar-enabled,
    .special-cart-breadcrumbs.woocommerce-checkout.et-header-not-overlap .sidebar.sidebar-enabled,
    .special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-not-overlap .sidebar.sidebar-enabled,
    .special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-not-overlap .sidebar.sidebar-enabled {
        padding-top: calc(2.2rem + 6vw);
    }

    #customer_details {
        padding-top: 1.9em;
    }
}

@media only screen and (max-width: 992px) {
    table.cart .product-details {
        max-width: 190px;
    }
}

@media only screen and (max-width: 768px) {
    table.cart .mobile-price {
        display: block;
        direction: ltr;
    }

    table.cart .product-price,
    table.cart .product-subtotal {
        display: none;
    }

    table.cart .product-details .remove-item {
        margin: 5px 0;
    }

    table.cart th {
        padding-left: 0;
        padding-right: 0;
    }

    table.cart td {
        padding-left: .2em;
        padding-right: .2em;
    }

    table.cart .product-name img {
        max-width: 55px;
    }

    table.cart .cart_item:last-child td {
        border-bottom: none;
    }

    table.cart .cart_item .product-name {
        width: 70px;
    }

    .cart_totals th {
        width: 100px;
    }

    .table-responsive {
        border: none;
    }
}

@media only screen and (max-width: 480px) {
    .cart-checkout-nav {
        padding: 5vw 0;
    }

    table.cart .product-quantity {
        text-align: end;
    }

    .product-quantity span.minus,
    .product-quantity span.plus {
        height: 50%;
        position: absolute;
        right: 0;
    }

    .product-quantity span.plus {
        top: 0;
    }

    .product-quantity span.minus {
        bottom: 0;
        border-top: none;
    }

    .product-quantity .quantity {
        justify-content: flex-end;
    }

    .product-quantity .quantity input[type="number"] {
        order: -1;
        border-left: 1px solid #e1e1e1;
        min-width: 24px;
        width: auto;
        /* height:  auto; */
        right: 0;
        padding-right: 24px;
        max-width: 60px;
    }

    .actions>div {
        text-align: center;
        padding: 0;
    }
}

/*-----  End of Shopping Cart Page  ------*/
/*=====================================
  =            Checkout Page            =
  =====================================*/
.woocommerce-checkout .woocommerce-error:first-of-type {
    margin-top: 1.43em;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
    border: none;
    padding: 0;
    color: #222222;
    background-color: transparent;
}

.woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-form-coupon-toggle .woocommerce-info:before {
    position: static;
    margin-right: 5px;
    color: inherit;
}

.woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: .43em;
}

.form-row-first,
.form-row-last {
    float: left;
    width: 50%;
    padding: 0 15px 0 0;
    overflow: visible;
}

.form-row-last {
    padding: 0 0 0 15px;
    float: right;
}

.form-row-wide {
    clear: both;
}

.step-title {
    padding: 0 0 1em 0;
    text-align: start;
    font-size: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 1em;
    border-bottom: 1px solid #e1e1e1;
}

.step-title .label {
    color: #fff;
    padding: 3px 10px;
    margin-left: 10px;
    border-radius: 0;
}

.step-title .label {
    color: #fff;
    padding: 3px 10px;
    margin-left: 10px;
    border-radius: 0;
}

.order_details {
    padding-left: 0 !important;
}

.order_details thead th {
    border-bottom: 1px solid #e1e1e1;
}

table.order_details tr,
table.shop_table_responsive.customer_details tr,
table.order_details td,
table.shop_table_responsive.customer_details td,
table.order_details th,
table.shop_table_responsive.customer_details th {
    vertical-align: middle;
}

.before-checkout-form .button {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
}

.before-checkout-form .button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.before-checkout-form .button:focus {
    color: #fff;
}

.before-checkout-form .button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.before-checkout-form .button:focus {
    color: #fff;
}

.before-checkout-form .et-facebook-login-wrapper {
    padding-bottom: 2.5em;
}

.before-checkout-form form.login {
    border: 1px solid #e1e1e1;
    padding: 30px;
    margin: 1.43em auto 1.43em 0;
    /*p {
              &:first-child {
              border:  none;
              padding-bottom: 0;
              margin-bottom: .43em;
              }
              &.form-row {
                  display:  block;
                  width:  100%;
                  padding:  0;
                  margin-bottom: 0.43em;
              }
              &.form-row-last {
                  margin-bottom:  1.43em;
              }
              &.form-row:not(.form-row-first):not(.form-row-last):not(.flex) {
                  width:  50%;
                  display: inline;
              }
          }*/
}

.before-checkout-form .checkout_coupon .form-row {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.before-checkout-form .checkout_coupon .input-text {
    width: 350px;
    max-width: 100%;
}

.woocommerce-form-coupon {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-form-coupon>p:first-child {
    flex-basis: 100%;
    margin-bottom: 13px;
}

.woocommerce-form-coupon-toggle .woocommerce-info:before {
    content: "\e920";
    line-height: 1;
    vertical-align: middle;
}

.woocommerce-form-login-toggle .woocommerce-info:before {
    content: "\e1000";
}

.woocommerce-password-strength {
    font-size: 1.14rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
    color: #c62828;
}

.woocommerce-password-strength.good {
    color: #f57f17;
}

.woocommerce-password-strength.strong {
    color: #2e7d32;
}

.woocommerce-password-hint {
    font-size: 1rem;
}

.variation-SoldBy {
    font-weight: 400;
}

#customer_details p {
    margin-bottom: .75em;
}

#customer_details .create-account {
    display: inline-block;
    width: 100%;
    margin-bottom: .43em;
}

#customer_details .create-account .form-row#billing_phone_field {
    margin-left: 10px;
}

.woocommerce-shipping-fields .step-title {
    display: none;
}

.order-review .payment_methods.methods .woocommerce-info {
    margin-bottom: 1.83em;
}

.order-review .cart_item .product-name {
    text-align: start;
    font-size: 1.14rem;
    color: #222222;
}

.order-review thead {
    display: none;
}

small.includes_tax {
    font-size: .85rem;
}

.woocommerce-input-wrapper {
    display: block;
    line-height: 1.1;
}

.woocommerce-privacy-policy-text p {
    margin-bottom: 1em;
}

#woo_pp_ec_button_checkout .paypal-buttons>iframe {
    z-index: auto;
}

.form-row.place-order {
    width: 100%;
}

.form-row.place-order .button {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
    font-size: .85rem;
    font-size: 1rem;
    width: 100%;
    padding-top: .95rem;
    padding-bottom: .95rem;
    height: auto;
}

.form-row.place-order .button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.form-row.place-order .button:focus {
    color: #fff;
}

.form-row.place-order .button:hover {
    opacity: .8 !important;
}

.form-row.place-order .button:hover {
    background-color: #222222;
    color: #fff;
    border-color: #222222;
}

.form-row.place-order .button,
.form-row.place-order .button:focus {
    color: #fff;
}

.form-row.terms {
    width: 100%;
    margin-bottom: 0;
}

.form-row.terms label {
    display: inline-block;
    width: auto;
    float: none;
}

.form-row.terms input[type="checkbox"] {
    float: left;
    display: inline-block !important;
    margin-left: 0;
    position: relative;
    top: 4px;
}

.wc-proceed-to-checkout .button:not(:last-child) {
    margin-bottom: 10px;
}

.wcppec-checkout-buttons__separator {
    display: none;
}

#payment {
    border-top: 1px solid #e1e1e1;
    padding-top: 1.43em;
}

#payment .payment_methods fieldset label {
    width: auto;
}

#payment .payment_methods li:last-child {
    margin-bottom: 1.5em;
}

.payment_methods label img {
    width: auto;
    margin: 0 6px;
    position: relative;
    top: -4px;
    max-width: 100px;
    max-width: -moz-max-content;
    max-height: 35px;
    display: inline-block;
}

.payment_methods a {
    text-decoration: underline;
}

.payment_methods .stripe-alipay-icon {
    max-width: 70px;
    max-height: 25px;
}

.payment_methods p {
    font-size: 1rem;
    line-height: 1.4;
}

.payment_box {
    padding-left: 22px;
}

.payment_box fieldset {
    padding: 15px;
    margin: 10px 0 15px;
}

label[for="payment_method_stripe"] img {
    max-width: 20px;
    max-height: 15px;
    margin: 0 2px;
    top: 0;
}

.payment_methods p,
#wc-stripe-cc-form label {
    margin-bottom: 5px;
}

#ship-to-different-address .checkbox {
    margin-bottom: 8px;
}

.woocommerce-terms-and-conditions-wrapper .form-row label {
    font-size: 1rem;
}

@media only screen and (min-width: 993px) {
    .sidebar-enabled .return-shop {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 992px) {

    #customer_login .col-1,
    #customer_login .col-2 {
        width: 100%;
        margin: 0 0 2.14em 0;
    }

    .order-review table th {
        width: 38%;
    }

    .order-review table td {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .form-row.terms label {
        width: 85%;
        margin-left: 10px;
    }

    .form-row-first,
    .form-row-last {
        width: 100%;
        padding: 0;
    }

    .before-checkout-form .login {
        padding: 15px;
    }

    .before-checkout-form .login .form-row {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .before-checkout-form .login .form-row .inline {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        margin-bottom: 0;
    }

    .before-checkout-form .checkout_coupon {
        padding: 15px;
    }

    .before-checkout-form .checkout_coupon .form-row,
    .before-checkout-form .checkout_coupon .input-text {
        width: 100%;
    }

    .before-checkout-form .checkout_coupon .button {
        margin-top: 10px;
        float: right;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cart_totals th {
        width: 95px;
    }
}

@media only screen and (max-width: 480px) {

    .payment_methods label img {
        max-width: 68px;
    }

    .checkout-button {
        font-size: .9rem;
    }
}

/*-----  End of Checkout Page  ------*/
/*=======================================
  =            My Account page            =
  =======================================*/
.woocommerce-account .woocommerce h2 {
    text-align: left;
    font-size: 1rem;
    padding: 0 0 1em 0;
    text-align: start;
    font-size: 1em;
    margin-bottom: 0;
    margin-bottom: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 auto 1em;
    max-width: 500px;
}

.woocommerce-account .woocommerce h2 .label {
    color: #fff;
    padding: 3px 10px;
    margin-left: 10px;
    border-radius: 0;
}

.woocommerce-account .woocommerce h2 .label {
    color: #fff;
    padding: 3px 10px;
    margin-left: 10px;
    border-radius: 0;
}

.woocommerce-account .u-columns h2 {
    max-width: 500px;
    margin: 0 auto 1em;
}

.woocommerce-account header.title {
    padding: 0 0 1em 0;
    text-align: left;
    font-size: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
}

.woocommerce-account header.title h3 {
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 0;
}

.woocommerce-account header.title .edit {
    float: right;
}

.myaccount_user {
    margin-bottom: 3.5em;
}

.lost_reset_password {
    max-width: 500px;
    margin: 0 auto;
}

.lost_reset_password p {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 17px;
}

.lost_reset_password p:not(.woocommerce-form-row) {
    margin-bottom: 7px;
}

.lost_reset_password .button {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
    -webkit-text-fill-color: currentColor;
    width: 100%;
}

.lost_reset_password .button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.lost_reset_password .button:focus {
    color: #fff;
}

.lost_reset_password .button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.lost_reset_password .button:focus {
    color: #fff;
}

#customer_login>div {
    float: left;
    padding: 2.57em;
    border: 1px solid #e1e1e1;
}

form.login .form-row:not(.form-row-wide) {
    margin-bottom: 0;
}

form.register .show_if_seller .form-row:not(.form-row-wide) {
    width: calc(50% - 5px);
    float: left;
}

form.register .show_if_seller .form-row:not(.form-row-wide):nth-child(2n) {
    margin-left: 10px;
}

form.register .show_if_seller .form-row:not(.form-row-wide) input {
    max-width: 100%;
    min-width: unset;
}

form.register .show_if_seller small {
    color: #888888;
}

form.login,
form.register {
    max-width: 500px;
    margin: 0 auto;
}

form.login .button,
form.register .button {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    height: auto;
    -webkit-text-fill-color: currentColor;
}

form.login .button:hover,
form.register .button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

form.login .button:focus,
form.register .button:focus {
    color: #fff;
}

form.login .button:hover,
form.register .button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

form.login .button:focus,
form.register .button:focus {
    color: #fff;
}

form.login button[name=login],
form.register button[name=login],
form.login button[name=register],
form.register button[name=register] {
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    line-height: 1.5;
}

form.login .form-row,
form.register .form-row {
    display: inline-block;
}

form.login .form-row.flex,
form.register .form-row.flex {
    display: flex;
}

form.login .form-row-wide,
form.register .form-row-wide,
form.login .user-role,
form.register .user-role {
    width: 100%;
}

form.login .woocommerce-form-login__rememberme,
form.register .woocommerce-form-login__rememberme {
    margin-bottom: 0;
}

form.login .lost_password a,
form.register .lost_password a {
    text-decoration: underline;
}

form.login .woocommerce-form.register .woocommerce-FormRow,
form.register .woocommerce-form.register .woocommerce-FormRow {
    width: 100%;
    margin-bottom: 0;
}

form.login input[type=radio],
form.register input[type=radio] {
    margin-left: 2px;
}

form.login [for='rememberme'],
form.register [for='rememberme'] {
    margin-top: 0;
    cursor: pointer;
}

form.lost_reset_password .clear {
    display: none;
}

.woocommerce-MyAccount-content .commentlist.notes {
    margin-bottom: 40px;
}

.woocommerce-MyAccount-content .commentlist.notes li {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.woocommerce-MyAccount-content .commentlist.notes li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.woocommerce-MyAccount-content .commentlist.notes .comment-text {
    padding-left: 0;
}

.woocommerce-MyAccount-content .commentlist.notes .comment-text .meta {
    font-size: .9rem;
}

.woocommerce-MyAccount-content .commentlist.notes .comment-text p {
    margin-bottom: 0;
    font-size: 1.14rem;
}

.woocommerce-MyAccount-content strong {
    font-weight: 400;
}

.woocommerce-MyAccount-content p:nth-child(2) a {
    text-decoration: underline;
}

/* My account forgot password */
.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .si_captcha_small+p {
    clear: both;
    padding: 12px 0;
}

.woocommerce-privacy-policy-link {
    text-decoration: underline;
}

.woocommerce-MyAccount-title {
    text-transform: uppercase;
    padding: 1.7em 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
}

.woocommerce-MyAccount-navigation {
    max-width: 260px;
    width: 20%;
    display: inline-block;
    margin-right: 30px;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}

.woocommerce-MyAccount-navigation li {
    list-style: none;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation li:first-child {
    border-top: none;
}

.woocommerce-MyAccount-navigation li a {
    padding: 10px 0;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1rem;
}

.woocommerce-MyAccount-content {
    display: inline-block;
    vertical-align: top;
    max-width: 845px;
    width: 75%;
}

.col-md-9 .woocommerce-MyAccount-navigation {
    width: 25%;
}

.col-md-9 .woocommerce-MyAccount-content {
    width: 70%;
}

@media only screen and (max-width: 1200px) {
    .woocommerce-MyAccount-navigation {
        width: 25%;
    }

    .woocommerce-MyAccount-content {
        width: 70%;
    }

    .col-md-9 .woocommerce-MyAccount-navigation {
        width: 29%;
    }

    .col-md-9 .woocommerce-MyAccount-content {
        width: 65%;
    }
}

@media only screen and (max-width: 992px) {
    .woocommerce-MyAccount-navigation {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0;
    }

    .woocommerce-MyAccount-content {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .collection {
        display: block !important;
    }

    form.login,
    .woocommerce-account .woocommerce h2,
    form.login input,
    form.register input {
        max-width: none;
    }
}

@media only screen and (max-width: 480px) {
    #customer_login .col-1 {
        padding: 2.5em;
    }

    form.login .form-row,
    form.register .form-row {
        width: 100%;
    }

    form.login .lost_password,
    form.register .lost_password {
        width: 100%;
        text-align: left;
    }

    .woocommerce-account .woocommerce .u-columns {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce .u-columns .u-column2 {
        padding-left: 0;
    }

    .woocommerce-MyAccount-content {
        overflow: auto;
    }
}

.col2-set {
    width: 100%;
    overflow: hidden;
}

.col2-set .col-1 {
    margin-right: 60px;
}

.col2-set .col-1,
.col2-set .col-2 {
    width: calc(50% - 30px);
    float: left;
}

@media only screen and (max-width: 767px) {

    /**
       * General layout
       */
    .col2-set .col-1,
    .col2-set .col-2 {
        float: none;
        width: 100%;
    }

    .woocommerce-account .col2-set .col-1,
    .woocommerce-account .col2-set .col-2 {
        margin-left: 0;
        margin-right: 0;
    }
}

/*=====  End of My Account page  ======*/
/*========================================
  =            Track order page            =
  ========================================*/
.track_order .form-row {
    width: 100%;
    padding: 0;
}

.track_order .button {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
}

.track_order .button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.track_order .button:focus {
    color: #fff;
}

.track_order .button:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.track_order .button:focus {
    color: #fff;
}

.woocommerce-thankyou-order-received:before {
    content: "\e942";
}

/*=====  End of Track order page  ======*/
/*========================================
  =            Thanks order page            =
  ========================================*/
.woocommerce-thankyou-order-details li,
.order_details.bacs_details li {
    list-style: none;
}

/*=====  End of Thanks order page  ======*/
/*=====================================
  =            Wishlist page            =
  =====================================*/
.woocommerce .page-heading+.content-page table.wishlist_table thead th {
    padding-top: 0;
}

.wishlist_table tr td {
    background: transparent;
}

.woocommerce table.wishlist_table {
    font-size: 1rem;
    margin-bottom: 0;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
    border-color: #e1e1e1;
}

.woocommerce table.wishlist_table thead th {
    border: none;
}

.woocommerce table.wishlist_table tfoot {
    border: none;
}

.woocommerce table.wishlist_table tr td.product-remove {
    padding: .71em 0;
    vertical-align: middle;
}

.woocommerce table.wishlist_table .product-name {
    min-width: 150px;
}

.woocommerce table.wishlist_table td.product-add-to-cart a {
    height: auto;
    font-size: .85rem;
    padding-top: .950rem;
    padding-bottom: .950rem;
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
    padding-top: .805rem !important;
    padding-bottom: .805rem !important;
    min-width: 190px;
    display: inline-block !important;
}

.woocommerce table.wishlist_table td.product-add-to-cart a:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.woocommerce table.wishlist_table td.product-add-to-cart a:focus {
    color: #fff;
}

.woocommerce table.wishlist_table td.product-thumbnail {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce table.wishlist_table .product-remove a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    display: inline-block;
}

.woocommerce table.wishlist_table .product-remove a:before {
    font-family: 'xstore-icons';
    display: inline-block;
    font-size: 10px;
    content: "\e90a";
}

.woocommerce table.wishlist_table .product-remove a:hover {
    background: transparent !important;
}

.woocommerce table.wishlist_table .product-add-to-cart {
    padding-right: 0;
}

.woocommerce table.wishlist_table td ins {
    text-decoration: none;
}

.woocommerce table.wishlist_table tfoot td {
    border-bottom: none;
}

.woocommerce table.wishlist_table tfoot tr:last-child td {
    padding-bottom: 0;
}

.woocommerce table.wishlist_table .wishlist-in-stock {
    font-size: 1.14rem;
}

.woocommerce table.wishlist_table .yith-wcwl-share-title {
    font-size: 1.14rem;
    margin: 0;
}

/* mobile table */
.wishlist_table.mobile {
    --h3-size-proportion: var(--h4-size-proportion);
    padding: 0;
}

.wishlist_table.mobile li {
    margin-bottom: 25px;
}

@media only screen and (min-width: 361px) {
    .wishlist_table.mobile li {
        float: left;
        width: 50%;
    }

    .wishlist_table.mobile li:nth-child(2n + 1) {
        clear: both;
    }
}

.wishlist_table.mobile li .item-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    display: block;
    max-width: 100px;
}

.wishlist_table.mobile li .item-wrapper .item-details {
    width: 100%;
}

.wishlist_table.mobile li .item-wrapper .item-details table.item-details-table {
    margin: 0;
}

.wishlist_table.mobile li .item-details table.item-details-table tbody tr td,
.wishlist_table.mobile li table.additional-info tbody tr td {
    font-size: 1rem;
    padding: 0;
    width: auto !important;
    display: inline-block;
    text-align: start !important;
}

.wishlist_table.mobile li .item-details table.item-details-table tbody tr td.label,
.wishlist_table.mobile li table.additional-info tbody tr td.label {
    margin-right: 5px;
}

.wishlist_table.mobile li .additional-info-wrapper {
    text-align: center;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: center;
}

.wishlist_table .product-add-to-cart a.button {
    height: auto;
    display: inline-block !important;
    margin: 0 !important;
    padding: .75rem 2.2rem !important;
}

.woocommerce-wishlist .woocommerce-message:first-of-type {
    margin-top: 1.43em;
}

.wishlist-title {
    text-transform: uppercase;
    display: none;
    text-align: center;
}

.wishlist-title h2 {
    font-size: 18px;
}

table td.wishlist-empty {
    text-align: center;
    font-size: 1.14rem;
}

.yith-wcwl-share {
    margin-bottom: 0;
}

.yith-wcwl-share-title,
.yith-wcwl-share ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .woocommerce table.wishlist_table .product-name {
        font-size: 1rem;
        width: auto;
        min-width: unset;
        padding-left: 10px;
    }

    .woocommerce table.wishlist_table tbody td {
        padding: 15px 4px;
    }

    .woocommerce table.wishlist_table .product-stock-status {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce table.wishlist_table td.product-add-to-cart a {
        background: transparent;
        border-color: transparent;
        padding: 0;
        font-size: 1rem;
        text-transform: capitalize;
        min-width: unset;
        color: #222222;
        text-decoration: underline;
    }
}

@media only screen and (max-width: 480px) {
    .wishlist_table tr .product-thumbnail {
        display: none;
    }

    .woocommerce table.wishlist_table .product-name {
        max-width: 100px;
        vertical-align: middle;
    }

    .woocommerce table.wishlist_table tr td.product-remove {
        padding: 0;
    }
}

/*=====  End of Wishlist page  ======*/
/*=======================================
  =            Products Hovers            =
  =======================================*/
.product-view-mask .show-quickly,
.product-view-info .show-quickly {
    border-right: 1px solid;
}

.product-view-mask .et-wishlist-holder,
.product-view-info .et-wishlist-holder {
    border-left: 1px solid;
}

.footer-product .compare:before,
.footer-product .show-quickly:before,
.footer-product .button:before,
.footer-product .by-vendor-name-link:before,
.footer-product .pre_order_loop:before,
.footer-product .wcmp_add_to_cart_message:before,
.content-product .yith-wcwl-add-to-wishlist .show a:before,
.content-product .wishlist-fragment a:before {
    font-size: 16px;
}

.footer-product .add_to_cart_button:after {
    font-size: 16px;
}

.content-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.content-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    content: "\e92d";
}

.footer-product {
    position: absolute;
    bottom: 1.45rem;
    left: 1.45rem;
    right: 1.45rem;
    height: 2.57rem;
    transform: translateY(5px);
    opacity: 0;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-delay: .1s;
}

.footer-product .compare {
    position: relative;
    overflow: hidden;
}

.footer-product .compare:before {
    content: "\e915" !important;
}

.footer-product .compare,
.footer-product .show-quickly,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
    font-size: 0;
}

.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
    margin: 0;
}

.footer-product .by-vendor-name-link:before {
    content: '\e1000';
}

.footer-product .pre_order_loop:before {
    content: '\e900';
    font-style: normal;
}

.footer-product .wcmp_add_to_cart_message:before {
    content: '\e938';
}

.footer-product .show-quickly {
    left: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.footer-product .show-quickly:before {
    content: "\e907";
}

.footer-product .show-quickly:after {
    right: 0;
}

.footer-product .et-wishlist-holder {
    right: 0;
    font-size: 0;
}

.footer-product .et-wishlist-holder:after {
    left: 0;
}

.footer-product .by-vendor-name-link:after,
.footer-product .pre_order_loop:after,
.footer-product .wcmp_add_to_cart_message:after {
    left: 0;
}

.footer-product .button {
    border: none;
    width: 100%;
    background: #222222;
    line-height: 1.4;
    padding: 0 45px;
}

.footer-product .button:before {
    display: inline-block;
    margin-right: 5px;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.footer-product .button .blockOverlay {
    background-color: #222222 !important;
}

.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message,
.footer-product .et-wishlist-holder a.add_to_wishlist.button.alt {
    font-size: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 0;
}

.footer-product .by-vendor-name-link:before,
.footer-product .pre_order_loop:before,
.footer-product .wcmp_add_to_cart_message:before,
.footer-product .et-wishlist-holder a.add_to_wishlist.button.alt:before {
    margin-right: 0;
}

.footer-product .et-wishlist-holder a.add_to_wishlist.button.alt {
    background: transparent;
}

.footer-product .show-quickly,
.footer-product .et-wishlist-holder {
    position: absolute;
    display: flex;
    align-items: center;
    line-height: 1.4;
    top: 0;
    height: 100%;
    width: 45px;
    justify-content: center;
    border-color: #444444;
    background: #222222;
    z-index: 1;
}

.footer-product .show-quickly:after,
.footer-product .et-wishlist-holder:after,
.footer-product .by-vendor-name-link:after,
.footer-product .pre_order_loop:after,
.footer-product .wcmp_add_to_cart_message:after {
    position: absolute;
    top: 0;
    width: 1px;
    border-right: 1px solid #444444;
    height: 100%;
}

.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
    background: #222222;
}

.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message,
.footer-product .yith-wcwl-add-to-wishlist,
.footer-product .yith-wcwl-add-to-wishlist .show {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
}

.footer-product .et-wishlist-holder a {
    width: 100%;
}

.footer-product .et-wishlist-holder a .yith-wcwl-icon.fa {
    display: none;
}

.footer-product .quick-view-popup .add_to_cart_button,
.footer-product .loader-path {
    stroke: #fff;
}

.footer-product .wishlist-fragment .blockOverlay:before {
    border-color: #888888;
    border-left-color: #fff;
}

.footer-product .button,
.footer-product .yith-wcwl-add-to-wishlist a:not(.alt),
.footer-product .yith-wcwl-add-button a.open-pretty-photo,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.footer-product .show-quickly,
.footer-product .et-wishlist-holder a,
.footer-product .button,
.footer-product .button.compare,
.footer-product .button.compare:hover,
.footer-product .by-vendor-name-link {
    color: #fff;
}

.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
    color: #fff !important;
}

.footer-product .compare.button,
.footer-product .button,
.footer-product .show-quickly,
.footer-product .et-wishlist-holder,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.footer-product .compare.button:hover,
.footer-product .button:hover,
.footer-product .show-quickly:hover,
.footer-product .et-wishlist-holder:hover,
.footer-product .by-vendor-name-link:hover,
.footer-product .pre_order_loop:hover,
.footer-product .wcmp_add_to_cart_message:hover {
    background: #333333;
}

.et-wishlist-holder .yith-wcwl-add-to-wishlist {
    position: relative;
}

.et-wishlist-holder .et-loader {
    position: static;
}

.et-wishlist-holder .loader-path {
    stroke: #fff;
}

.content-product .show-quickly,
.content-product .by-vendor-name-link {
    cursor: pointer;
}

.content-product:hover .footer-product,
.content-product.et-vpf .footer-product {
    opacity: 1;
    transform: translateY(0);
}

.content-product .show-quickly:before,
.content-product .button:before,
.content-product .yith-wcwl-add-to-wishlist .show a:before,
.content-product .by-vendor-name-link:before,
.content-product .pre_order_loop:before,
.content-product .wcmp_add_to_cart_message:before {
    font-family: 'xstore-icons';
}

.content-product .is_arrows-hovered .footer-product {
    transform: translateY(7px);
    opacity: 0;
}

.view-color-white .footer-product .loader-path,
.view-color-transparent .footer-product .loader-path,
.product-view-default .et-wishlist-holder .loader-path {
    stroke: #222222;
}

.view-color-white .footer-product .wishlist-fragment .blockOverlay:before,
.view-color-transparent .footer-product .wishlist-fragment .blockOverlay:before,
.product-view-default .et-wishlist-holder .wishlist-fragment .blockOverlay:before {
    border-color: #e1e1e1;
    border-left-color: #888888;
}

.view-color-white .footer-product:before,
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .et-wishlist-holder,
.view-color-white .footer-product .et-wishlist-holder:after,
.view-color-white .footer-product .show-quickly:after,
.view-color-white .footer-product .by-vendor-name-link:after,
.view-color-white .footer-product .pre_order_loop:after,
.view-color-white .footer-product .wcmp_add_to_cart_message:after {
    border-color: #e1e1e1;
}

.view-color-white .footer-product .button.compare:hover,
.view-color-white .footer-product .button:hover,
.view-color-white .footer-product .show-quickly:hover,
.view-color-white .footer-product .et-wishlist-holder:hover,
.view-color-white .footer-product .by-vendor-name-link:hover,
.view-color-white .footer-product .pre_order_loop:hover,
.view-color-white .footer-product .wcmp_add_to_cart_message:hover {
    background: #f5f5f5;
}

.view-color-white.product-view-mask2 .footer-product,
.view-color-white .footer-product .button.compare,
.view-color-white .footer-product .button,
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .et-wishlist-holder,
.view-color-white .footer-product .by-vendor-name-link,
.view-color-white .footer-product .pre_order_loop,
.view-color-white .footer-product .wcmp_add_to_cart_message,
.view-color-white .product-mask {
    background: #fff;
}

.view-color-white .footer-product .show-quickly,
.view-color-transparent .footer-product .show-quickly,
.view-color-white .footer-product .et-wishlist-holder a,
.view-color-transparent .footer-product .et-wishlist-holder a,
.view-color-white .footer-product .et-wishlist-holder a.add_to_wishlist.button.alt,
.view-color-transparent .footer-product .et-wishlist-holder a.add_to_wishlist.button.alt,
.view-color-white .footer-product .by-vendor-name-link,
.view-color-transparent .footer-product .by-vendor-name-link,
.view-color-white .footer-product .button,
.view-color-transparent .footer-product .button,
.view-color-white .footer-product .button.compare,
.view-color-transparent .footer-product .button.compare {
    color: #222222;
}

.view-color-white .footer-product .pre_order_loop,
.view-color-transparent .footer-product .pre_order_loop,
.view-color-white .footer-product .wcmp_add_to_cart_message,
.view-color-transparent .footer-product .wcmp_add_to_cart_message {
    color: #222222 !important;
}

.view-color-white .footer-product .button .blockOverlay,
.view-color-transparent .footer-product .button .blockOverlay {
    background-color: #fff !important;
}

.view-color-white .product-mask a,
.view-color-transparent .product-mask a,
.view-color-white .product-mask .product-title a,
.view-color-transparent .product-mask .product-title a {
    color: #222222;
}

.view-color-white .product-mask a:hover,
.view-color-transparent .product-mask a:hover,
.view-color-white .product-mask .product-title a:hover,
.view-color-transparent .product-mask .product-title a:hover {
    color: #888888;
}

.view-color-transparent .footer-product:before,
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .et-wishlist-holder,
.view-color-transparent .footer-product .et-wishlist-holder:after,
.view-color-transparent .footer-product .show-quickly:after,
.view-color-transparent .footer-product .by-vendor-name-link:after,
.view-color-transparent .footer-product .pre_order_loop:after,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:after {
    border: none;
}

.view-color-transparent .footer-product .show-quickly:hover,
.view-color-transparent .footer-product .et-wishlist-holder:hover .yith-wcwl-add-button a,
.view-color-transparent .footer-product .et-wishlist-holder:hover a.add_to_wishlist.button.alt,
.view-color-transparent .footer-product .button:hover,
.view-color-transparent .footer-product .by-vendor-name-link:hover {
    color: #888888;
}

.view-color-transparent .footer-product .pre_order_loop:hover,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:hover {
    color: #888888 !important;
}

.view-color-transparent .footer-product,
.view-color-transparent .footer-product .button,
.view-color-transparent .footer-product .button.compare,
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .et-wishlist-holder,
.view-color-transparent .footer-product .button:hover,
.view-color-transparent .footer-product .show-quickly:hover,
.view-color-transparent .footer-product .et-wishlist-holder:hover,
.view-color-transparent .footer-product .by-vendor-name-link:hover,
.view-color-transparent .footer-product .pre_order_loop:hover,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:hover,
.view-color-transparent .product-mask {
    background: transparent;
}

@media only screen and (max-width: 768px) {
    .content-product .footer-product {
        transform: none;
        opacity: 1;
    }

    .content-product .footer-product .button {
        font-size: 0;
    }

    .content-product .footer-product .button:before {
        margin-right: 0;
        margin-left: 0;
    }
}

.col-md-9 .product-slide .product-view-mask .footer-product,
.col-md-8 .product-slide .product-view-mask .footer-product,
.col-md-9 .product-slide .product-view-info .footer-product,
.col-md-8 .product-slide .product-view-info .footer-product {
    display: flex;
    justify-content: space-between;
}

.col-md-9 .product-slide .product-view-mask .footer-product .show-quickly,
.col-md-8 .product-slide .product-view-mask .footer-product .show-quickly,
.col-md-9 .product-slide .product-view-info .footer-product .show-quickly,
.col-md-8 .product-slide .product-view-info .footer-product .show-quickly,
.col-md-9 .product-slide .product-view-mask .footer-product .et-wishlist-holder,
.col-md-8 .product-slide .product-view-mask .footer-product .et-wishlist-holder,
.col-md-9 .product-slide .product-view-info .footer-product .et-wishlist-holder,
.col-md-8 .product-slide .product-view-info .footer-product .et-wishlist-holder,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message {
    flex: 1;
    position: relative;
    border: none;
}

.col-md-9 .product-slide .product-view-mask .footer-product .show-quickly:after,
.col-md-8 .product-slide .product-view-mask .footer-product .show-quickly:after,
.col-md-9 .product-slide .product-view-info .footer-product .show-quickly:after,
.col-md-8 .product-slide .product-view-info .footer-product .show-quickly:after,
.col-md-9 .product-slide .product-view-mask .footer-product .et-wishlist-holder:after,
.col-md-8 .product-slide .product-view-mask .footer-product .et-wishlist-holder:after,
.col-md-9 .product-slide .product-view-info .footer-product .et-wishlist-holder:after,
.col-md-8 .product-slide .product-view-info .footer-product .et-wishlist-holder:after,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link:after,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link:after,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link:after,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link:after,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop:after,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop:after,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop:after,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop:after,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:after,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:after {
    content: '';
}

.col-md-9 .product-slide .product-view-mask .footer-product .button,
.col-md-8 .product-slide .product-view-mask .footer-product .button,
.col-md-9 .product-slide .product-view-info .footer-product .button,
.col-md-8 .product-slide .product-view-info .footer-product .button,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message {
    font-size: 0;
    padding: 0;
    flex: 1;
}

.col-md-9 .product-slide .product-view-mask .footer-product .button:before,
.col-md-8 .product-slide .product-view-mask .footer-product .button:before,
.col-md-9 .product-slide .product-view-info .footer-product .button:before,
.col-md-8 .product-slide .product-view-info .footer-product .button:before,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link:before,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link:before,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link:before,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link:before,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop:before,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop:before,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop:before,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop:before,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:before,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:before {
    margin: 0;
}

.col-md-9 .product-slide .product-view-mask .footer-product .compare,
.col-md-8 .product-slide .product-view-mask .footer-product .compare,
.col-md-9 .product-slide .product-view-info .footer-product .compare,
.col-md-8 .product-slide .product-view-info .footer-product .compare {
    display: none;
}

@media only screen and (min-width: 768px) {

    .products-hover-only-icons .product-view-mask .footer-product,
    .products-hover-only-icons .product-view-info .footer-product {
        display: flex;
        justify-content: space-between;
    }

    .products-hover-only-icons .product-view-mask .footer-product .show-quickly,
    .products-hover-only-icons .product-view-info .footer-product .show-quickly,
    .products-hover-only-icons .product-view-mask .footer-product .et-wishlist-holder,
    .products-hover-only-icons .product-view-info .footer-product .et-wishlist-holder,
    .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link,
    .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link,
    .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop,
    .products-hover-only-icons .product-view-info .footer-product .pre_order_loop,
    .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message,
    .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message {
        flex: 1;
        position: relative;
        border: none;
    }

    .products-hover-only-icons .product-view-mask .footer-product .show-quickly:after,
    .products-hover-only-icons .product-view-info .footer-product .show-quickly:after,
    .products-hover-only-icons .product-view-mask .footer-product .et-wishlist-holder:after,
    .products-hover-only-icons .product-view-info .footer-product .et-wishlist-holder:after,
    .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link:after,
    .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link:after,
    .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop:after,
    .products-hover-only-icons .product-view-info .footer-product .pre_order_loop:after,
    .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
    .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message:after {
        content: '';
    }

    .products-hover-only-icons .product-view-mask .footer-product .button,
    .products-hover-only-icons .product-view-info .footer-product .button,
    .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link,
    .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link,
    .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop,
    .products-hover-only-icons .product-view-info .footer-product .pre_order_loop,
    .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message,
    .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message {
        font-size: 0;
        padding: 0;
        flex: 1;
    }

    .products-hover-only-icons .product-view-mask .footer-product .button:before,
    .products-hover-only-icons .product-view-info .footer-product .button:before,
    .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link:before,
    .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link:before,
    .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop:before,
    .products-hover-only-icons .product-view-info .footer-product .pre_order_loop:before,
    .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
    .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message:before {
        margin: 0;
    }

    .products-hover-only-icons .product-view-mask .footer-product .compare,
    .products-hover-only-icons .product-view-info .footer-product .compare {
        display: none;
    }
}

/*=====  End of Products Hovers  ======*/
.product-image-wrapper {
    position: relative;
    overflow: hidden;
}

.product-image-wrapper .footer-product .wcpv-sold-by-loop {
    display: none !important;
}

.product-view-mask2[class*="wcpv_product_vendors-"] .wcpv-sold-by-loop,
.footer-product .wcvendors_sold_by_in_loop,
.footer-product br {
    display: none;
}

#yith-wcwl-popup-message {
    display: none !important;
}

.products-list .product-details .button.compare,
.product-view-mask .button.compare,
.product-view-info .button.compare,
.product-view-light .button.compare {
    display: none;
}

.outofstock:not(.single-product) .footer-product .button:not(.compare):not(.add_to_wishlist),
.et_cart-off .footer-product .button:not(.compare):not(.add_to_wishlist) {
    display: none !important;
}

.product-view-booking .content-product {
    text-align: center;
}

.product-view-booking .content-product .product-title {
    margin-bottom: 12px;
}

.product-view-booking .content-product .product-excerpt {
    display: block;
    font-size: 1.14rem;
    margin-bottom: 15px;
}

.product-view-booking .content-product .product-excerpt:last-child {
    margin-bottom: 0;
}

.product-view-booking .content-product .product-content-image {
    position: relative;
    margin-bottom: 13px;
}

.product-view-booking .content-product .price {
    margin-bottom: 10px;
}

.product-view-booking .content-product .shop_attributes tr:first-child th,
.product-view-booking .content-product .shop_attributes tr:first-child td {
    padding-top: 0;
}

.product-view-booking .content-product .shop_attributes td {
    padding: .71em 0 .71em .71em;
}

@media only screen and (max-width: 480px) {
    .product-view-booking {
        width: 100% !important;
    }
}

.product-view-default .footer-product {
    pointer-events: none;
    height: auto;
}

.product-view-default .footer-product .show-quickly {
    font-size: .85rem;
    text-transform: uppercase;
    pointer-events: all;
    position: relative;
    width: 100%;
    transform: none;
    border: none;
    padding: 10px;
}

.product-view-default .footer-product .show-quickly:before {
    display: none;
    line-height: 1;
    margin-right: 5px;
}

.product-view-default .et-wishlist-holder {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    max-width: min-content;
}

.product-view-default .et-wishlist-holder .loader-path {
    stroke: #222222;
}

.product-view-default .et-wishlist-holder .loader-circular {
    width: auto;
}

.product-view-default .yith-wcwl-add-to-wishlist,
.product-view-default .wishlist-fragment>div {
    pointer-events: all;
    font-size: 0;
    line-height: 1;
}

.product-view-default .yith-wcwl-add-to-wishlist .show a,
.product-view-default .wishlist-fragment a {
    opacity: 0;
    position: static;
    line-height: 1;
}

.product-view-default .yith-wcwl-add-to-wishlist .show a:before,
.product-view-default .wishlist-fragment a:before {
    padding: 2px;
    font-size: 1.35rem;
}

.product-view-default .content-product:hover .yith-wcwl-add-to-wishlist .show a,
.product-view-default .content-product:hover .wishlist-fragment a {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .product-view-default .content-product .yith-wcwl-add-to-wishlist .show a {
        opacity: 1;
    }
}

.product-view-info .footer-product {
    transform: none;
    opacity: 1;
}

.product-view-info .footer-product:before {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    border-top: 1px solid #444444;
    z-index: 2;
}

.product-view-info .star-rating {
    margin: 0 auto 5px;
}

.product-view-info .product-mask {
    position: absolute;
    bottom: 1.45rem;
    left: 1.45rem;
    right: 1.45rem;
    text-align: center;
    padding: 20px 10px 25px;
    z-index: 3;
    background: #222222;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.product-view-info .product-mask .product-title {
    margin-bottom: 0;
}

.product-view-info .product-mask a,
.product-view-info .product-mask .product-title a {
    color: #ffffff;
}

.product-view-info .product-mask a:hover,
.product-view-info .product-mask .product-title a:hover {
    color: #888888;
}

.product-view-info .content-product:hover .product-mask {
    transform: translateY(-2.57rem);
}

.product-view-info .content-product .is_arrows-hovered .product-mask {
    transform: translateY(0);
}

.product-view-info .content-product .is_arrows-hovered .footer-product {
    opacity: 1;
    transform: none;
}

@media only screen and (max-width: 1200px) and (min-width: 993px),
(max-width: 768px) {
    .products-grid .product-view-info .product-mask {
        display: none;
    }
}

.product-view-light .switcher-wrapper {
    overflow: hidden;
}

.product-view-light .switcher-wrapper,
.product-view-light .price-switch,
.product-view-light .button-switch {
    height: 33px;
}

.product-view-light .price-switcher {
    height: 66px;
    transition: transform 0.3s ease-in-out;
}

.product-view-light .star-rating {
    display: inline-block;
    margin: 3px 0 7px;
}

.product-view-light .product-title,
.product-view-light .yith-wcwl-add-to-wishlist,
.product-view-light .yith-wcwl-add-to-wishlist a:not(.alt):before,
.product-view-light .product-details .price {
    margin: 0;
}

.product-view-light .show-quickly,
.product-view-light .et-wishlist-holder {
    font-size: 0;
}

.product-view-light .show-quickly {
    color: #222222;
    position: relative !important;
}

.product-view-light .show-quickly:before {
    content: "\e907";
    font-size: 1.14rem;
}

.product-view-light .show-quickly:not(:only-child) {
    margin-right: 10px;
}

.product-view-light .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-view-light .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    color: #222222;
    margin-right: .5px;
}

.product-view-light .yith-wcwl-add-to-wishlist .loader-circular {
    left: -7px;
}

.product-view-light .yith-wcwl-add-to-wishlist .loader-path {
    stroke: #222222;
    stroke-width: 1;
}

.product-view-light .button {
    padding: 0;
    text-transform: none;
    font-size: 1.14rem;
    position: relative;
}

.product-view-light .products-page-brands {
    margin-bottom: 5px;
}

.product-view-light .light-left-side {
    text-align: left;
    text-align: start;
}

.product-view-light .light-right-side {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

.product-view-light .product-details {
    position: relative;
}

.product-view-light .content-product .product-details .button,
.product-view-light .content-product .product-details .button:hover {
    background-color: transparent;
    color: #222222;
}

.product-view-light.et_cart-on .content-product:hover .price-switcher {
    transform: translateY(-33px);
}

.product-slide .product-view-light .product-details .button {
    margin-top: 0;
}

.products-grid .product-view-light .st-swatch-in-loop,
.product-slide .product-view-light .st-swatch-in-loop,
.et-offer .product-view-light .st-swatch-in-loop,
.products-grid .product-view-light .light-left-side>*:first-child,
.product-slide .product-view-light .light-left-side>*:first-child,
.et-offer .product-view-light .light-left-side>*:first-child {
    padding-right: 42px;
}

.products-list .light-right-side {
    position: static;
    margin-bottom: 10px;
}

.products-list .light-left-side {
    max-width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 993px) {

    .products-grid .product-view-light .product-details .button:not(.compare),
    .product-slide .product-view-light .product-details .button:not(.compare) {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 768px) {

    .product-view-light .switcher-wrapper,
    .product-view-light .price-switch,
    .product-view-light .price-switcher,
    .product-view-light .button-switch {
        height: auto;
    }

    .product-view-light:not(.et_cart-on) .button-switch {
        display: none;
    }

    .product-view-light.et_cart-on .content-product:hover .price-switcher {
        transform: none;
    }
}

@media only screen and (max-width: 380px) {
    .product-view-light .light-left-side>*:first-child {
        padding: 0;
    }

    .product-view-light .light-right-side {
        top: -15px;
        transform: translateY(-100%);
        background: #fff;
        padding: 0 5px;
    }
}

.product-view-mask2 .footer-product {
    height: auto !important;
    width: 45px;
    left: auto;
    transform: translateX(5px);
    background: #222222;
}

.product-view-mask2 .footer-product .show-quickly,
.product-view-mask2 .footer-product .button,
.product-view-mask2 .footer-product .et-wishlist-holder,
.product-view-mask2 .footer-product .by-vendor-name-link,
.product-view-mask2 .footer-product .pre_order_loop,
.product-view-mask2 .footer-product .wcmp_add_to_cart_message {
    height: 45px;
}

.product-view-mask2 .footer-product .button {
    padding: 0;
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.product-view-mask2 .footer-product .button:before {
    margin-left: 0;
    margin-right: 0;
}

.product-view-mask2 .footer-product .show-quickly,
.product-view-mask2 .footer-product .et-wishlist-holder,
.product-view-mask2 .footer-product .by-vendor-name-link,
.product-view-mask2 .footer-product .pre_order_loop,
.product-view-mask2 .footer-product .wcmp_add_to_cart_message {
    position: relative;
    width: 100%;
}

.product-view-mask2 .content-product .is_arrows-hovered .footer-product {
    transform: translateX(5px);
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {

    .products-grid .product-view-mask2 .footer-product,
    .content-page.container .products-list .product-view-mask2 .footer-product {
        width: 30px;
        right: 0.725rem;
        bottom: 0.725rem;
    }

    .products-grid .product-view-mask2 .footer-product .show-quickly,
    .content-page.container .products-list .product-view-mask2 .footer-product .show-quickly,
    .products-grid .product-view-mask2 .footer-product .button,
    .content-page.container .products-list .product-view-mask2 .footer-product .button,
    .products-grid .product-view-mask2 .footer-product .et-wishlist-holder,
    .content-page.container .products-list .product-view-mask2 .footer-product .et-wishlist-holder,
    .products-grid .product-view-mask2 .footer-product .by-vendor-name-link,
    .content-page.container .products-list .product-view-mask2 .footer-product .by-vendor-name-link,
    .products-grid .product-view-mask2 .footer-product .pre_order_loop,
    .content-page.container .products-list .product-view-mask2 .footer-product .pre_order_loop,
    .products-grid .product-view-mask2 .footer-product .wcmp_add_to_cart_message,
    .content-page.container .products-list .product-view-mask2 .footer-product .wcmp_add_to_cart_message {
        height: 30px;
    }

    .products-grid .product-view-mask2 .footer-product .compare:before,
    .content-page.container .products-list .product-view-mask2 .footer-product .compare:before,
    .products-grid .product-view-mask2 .footer-product .show-quickly:before,
    .content-page.container .products-list .product-view-mask2 .footer-product .show-quickly:before,
    .products-grid .product-view-mask2 .footer-product .button:before,
    .content-page.container .products-list .product-view-mask2 .footer-product .button:before,
    .products-grid .product-view-mask2 .footer-product .add_to_cart_button:after,
    .content-page.container .products-list .product-view-mask2 .footer-product .add_to_cart_button:after,
    .products-grid .product-view-mask2 .content-product .yith-wcwl-add-to-wishlist .show a:before,
    .content-page.container .products-list .product-view-mask2 .content-product .yith-wcwl-add-to-wishlist .show a:before,
    .products-grid .product-view-mask2 .content-product .yith-wcwl-wishlistexistsbrowse a:before,
    .content-page.container .products-list .product-view-mask2 .content-product .yith-wcwl-wishlistexistsbrowse a:before,
    .products-grid .product-view-mask2 .content-product .yith-wcwl-wishlistaddedbrowse a:before,
    .content-page.container .products-list .product-view-mask2 .content-product .yith-wcwl-wishlistaddedbrowse a:before,
    .products-grid .product-view-mask2 .content-product .yith-wcwl-add-button a:before,
    .content-page.container .products-list .product-view-mask2 .content-product .yith-wcwl-add-button a:before,
    .products-grid .product-view-mask2 .content-product .wishlist-fragment a:before,
    .content-page.container .products-list .product-view-mask2 .content-product .wishlist-fragment a:before,
    .products-grid .product-view-mask2 .footer-product .by-vendor-name-link:before,
    .content-page.container .products-list .product-view-mask2 .footer-product .by-vendor-name-link:before,
    .products-grid .product-view-mask2 .footer-product .pre_order_loop:before,
    .content-page.container .products-list .product-view-mask2 .footer-product .pre_order_loop:before,
    .products-grid .product-view-mask2 .footer-product .wcmp_add_to_cart_message:before,
    .content-page.container .products-list .product-view-mask2 .footer-product .wcmp_add_to_cart_message:before {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .product-view-mask2 .footer-product {
        width: 30px;
        right: 0.725rem;
        bottom: 0.725rem;
    }

    .product-view-mask2 .footer-product .show-quickly,
    .product-view-mask2 .footer-product .button,
    .product-view-mask2 .footer-product .et-wishlist-holder,
    .product-view-mask2 .footer-product .by-vendor-name-link,
    .product-view-mask2 .footer-product .pre_order_loop,
    .product-view-mask2 .footer-product .wcmp_add_to_cart_message {
        height: 30px;
    }

    .product-view-mask2 .footer-product .compare:before,
    .product-view-mask2 .footer-product .show-quickly:before,
    .product-view-mask2 .footer-product .button:before,
    .product-view-mask2 .footer-product .add_to_cart_button:after,
    .product-view-mask2 .content-product .yith-wcwl-add-to-wishlist .show a:before,
    .product-view-mask2 .content-product .yith-wcwl-wishlistexistsbrowse a:before,
    .product-view-mask2 .content-product .yith-wcwl-wishlistaddedbrowse a:before,
    .product-view-mask2 .content-product .yith-wcwl-add-button a:before,
    .product-view-mask2 .content-product .wishlist-fragment a:before,
    .product-view-mask2 .footer-product .by-vendor-name-link:before,
    .product-view-mask2 .footer-product .pre_order_loop:before,
    .product-view-mask2 .footer-product .wcmp_add_to_cart_message:before {
        font-size: 12px;
    }
}

.product-view-mask3 .sm-arrow {
    display: none;
}

.product-view-mask3 .footer-product {
    transform: translateY(calc(-40% + 3px));
}

.product-view-mask3 .content-product:hover .footer-product {
    transform: translateY(-50%);
}

.product-view-mask3 .footer-product {
    top: 50%;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product-view-mask3 .footer-product>*,
.product-view-mask3 .footer-product .button,
.product-view-mask3 .footer-product .add_to_wishlist.button {
    font-size: 0;
    padding: 0;
    margin: 2.5px;
    height: 36px;
    width: 36px;
    display: flex;
    border-radius: 50%;
    position: relative;
}

.product-view-mask3 .footer-product>*:before,
.product-view-mask3 .footer-product .button:before,
.product-view-mask3 .footer-product .add_to_wishlist.button:before {
    margin: 0;
    color: inherit;
}

.product-view-mask3 .footer-product .et-wishlist-holder .add_to_wishlist.button {
    margin: 0;
}

.product-view-mask3 .footer-product .blockOverlay {
    border-radius: 50% !important;
}

.product-view-mask3 .footer-product .button.compare {
    display: flex;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .product-view-mask3 .footer-product {
        transform: translateY(-50%);
    }
}

.products-layout-menu .products-title {
    background-color: #222222;
    color: #fff;
    padding: 7px;
    margin-bottom: 50px;
}

.product-view-menu .content-product {
    display: flex;
    align-items: flex-start;
    text-align: start;
}

.product-view-menu .content-product li {
    font-size: inherit;
    line-height: inherit;
}

.product-view-menu .category {
    display: inline-block;
}

.product-view-menu .category a {
    background: #222222;
    color: #fff;
    padding: 3px 7px;
}

.product-view-menu .product-details {
    flex: 1;
    padding-bottom: 0;
}

.product-view-menu .product-content-image {
    display: inline-flex;
    align-items: center;
}

.product-view-menu .product-main-details {
    flex-wrap: wrap;
    align-items: flex-end;
}

.product-view-menu .product-main-details .product-title {
    margin: 0;
}

.product-view-menu .product-main-details .separator {
    position: relative;
    flex: 1;
    border-bottom: 1px dashed #222222;
    margin: 0 10px;
}

.product-view-menu .product-main-details,
.product-view-menu .product-info-details {
    display: flex;
}

.product-view-menu .product-main-details .price,
.product-view-menu .product-info-details .price {
    width: auto;
    margin-left: auto;
}

.product-view-menu .product-info-details .product-excerpt {
    flex: 1;
}

.et-toggle-mob-sidebars-wrapper {
    transition: all 0.3s ease-in-out;
}

.et-toggle-mob-sidebars-wrapper:before {
    display: none;
}

.et-toggle-mob-sidebars-wrapper.et-content-shown .et-toggle-mob-sidebar {
    display: none;
}

.et-toggle-mob-sidebars-inner {
    position: fixed;
    display: inline-flex;
    flex-wrap: wrap;
    color: #222;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50px;
    margin: -5px 0;
}

.et-toggle-mob-sidebars-inner .et-toggle:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -15px;
    right: -15px;
    bottom: -15px;
}

.et-toggle-mob-sidebars-inner.et-content-right {
    right: 0;
}

.et-toggle-mob-sidebars-inner.et-content-right .et-toggle {
    border-radius: 50% 0 0 50%;
    animation: et-rtl 1s, fade 0.7s;
}

.et-toggle-mob-sidebars-inner.et-content-left {
    left: 0;
}

.et-toggle-mob-sidebars-inner.et-content-left .et-toggle {
    border-radius: 0 50% 50% 0;
    animation: et-ltr 1s, fade 0.7s;
}

.et-toggle-mob-sidebars-inner .et-toggle-mob-sidebar:not(:last-child) {
    margin-bottom: 5px;
}

.et-toggle-mob-sidebars-inner .et-toggle {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-left: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
}

.et-toggle-mob-sidebars-inner svg {
    fill: currentColor;
}

.et-close-sidebar {
    position: fixed;
    left: 309px;
    top: 9px;
    z-index: 99999;
}

.et-close-sidebar:before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e1e1e1;
    font-size: .8em;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.et-close-sidebar:after {
    content: '';
    position: fixed;
    height: 100vh;
    width: calc(100% - 300px);
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: all;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.sidebar.et-mini-content {
    position: fixed;
    top: 0;
    height: 100vh !important;
    width: 300px !important;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    z-index: 10010;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 20px 30px;
    opacity: 1;
    visibility: visible;
}

.sidebar.et-mini-content:not(.active) {
    opacity: 0 !important;
    visibility: hidden !important;
}

.sidebar.et-mini-content .sidebar-widget {
    flex-basis: 100%;
}

.sidebar.et-mini-content.et-content-right {
    right: 0;
}

.sidebar.et-mini-content.et-content-right:not(.active) {
    margin-right: -20px;
}

.sidebar.et-mini-content.et-content-left {
    left: 0;
}

.sidebar.et-mini-content.et-content-left:not(.active) {
    margin-left: -20px;
}

.sidebar.et-mini-content.active {
    animation-duration: 0.3s;
}

.sidebar.et-mini-content .sidebar-widget:not(.sidebar-slider)>ul:after,
.sidebar.et-mini-content .sidebar-widget:not(.sidebar-slider)>div:after {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .archive.woocommerce-page .sidebar-mobile-off_canvas .sidebar:not(.loaded) {
        display: none !important;
    }

    .archive.woocommerce-page .sidebar-mobile-off_canvas .sidebar:not(.active)~.et-close-sidebar {
        opacity: 0;
        visibility: hidden;
    }

    .archive.woocommerce-page .sidebar-mobile-off_canvas .sidebar:not(.active)~.et-close-sidebar:before,
    .archive.woocommerce-page .sidebar-mobile-off_canvas .sidebar:not(.active)~.et-close-sidebar:after {
        opacity: 0 !important;
        visibility: hidden !important;
    }
}

.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider)>ul,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider)>ul,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider)>div,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider)>div {
    overflow-y: auto;
    overflow-x: hidden;
}

.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider)>ul:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider)>ul:after,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider)>div:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider)>div:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
}

.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).etheme_widget_satick_block>div:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).etheme_widget_satick_block>div:after,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).widget_rating_filter>ul:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).widget_rating_filter>ul:after,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).widget_shopping_cart>div:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).widget_shopping_cart>div:after,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).null-instagram-feed>div:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).null-instagram-feed>div:after {
    display: none;
}

.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).etheme_widget_satick_block>div,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).etheme_widget_satick_block>div {
    overflow: hidden;
    padding: 0;
}

.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).widget_shopping_cart>ul,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).widget_shopping_cart>ul,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).widget_rating_filter>ul,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).widget_rating_filter>ul {
    padding-bottom: 0;
}

.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider)>ul,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider)>ul,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider)>.menu-element,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider)>.menu-element {
    padding-right: 10px !important;
    padding-bottom: 20px;
}

.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) .menu-element .nav-sublist-dropdown,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) .menu-element .nav-sublist-dropdown {
    display: none !important;
}

.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) .swiper-entry:before,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) .swiper-entry:before {
    content: '';
    display: table;
}

.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) .swiper-entry:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) .swiper-entry:after {
    clear: both;
    content: '';
    display: table;
    background: none;
}

.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block)>ul,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block)>ul,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block)>div,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block)>div {
    max-height: 250px;
}

.s_widgets-with-scroll .sidebar .cart-widget-products .remove,
.s_widgets-with-scroll .shop-filters .cart-widget-products .remove {
    right: 5px;
}

.single-product-booking .product-side-information {
    float: right;
    order: 1;
}

.single-product-booking .product-side-information-inner {
    text-align: center;
}

.single-product-booking .product-side-information-inner>div {
    border: 1px solid #e1e1e1;
    padding: 30px;
    margin-bottom: 15px;
}

.single-product-booking .product-side-information-inner .price {
    margin-bottom: .7em;
}

.single-product-booking .product-side-information-inner .compare {
    margin-left: auto;
    margin-right: auto;
}

.single-product-booking .product-side-information-inner form {
    width: 100%;
}

.single-product-booking .product-side-information-inner form+div {
    margin-top: 12px;
}

.single-product-booking .product-side-information-inner table label {
    margin-bottom: 0;
}

.single-product-booking .product-side-information-inner .out-of-stock {
    margin-top: 5px;
    margin-bottom: 15px;
}

.single-product-booking .product-side-information-inner .product-share .share-title {
    display: none;
}

.single-product-booking .product-side-information-inner .product-share ul li {
    float: none;
    display: inline-block;
}

.single-product-booking .product-attributes .shop_attributes {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-product-booking .product-information-inner .price {
    display: none;
}

.single-product-booking .product_meta>span,
.single-product-booking .product_meta>div {
    justify-content: center;
}

.single-product-booking .product-share {
    justify-content: center;
    align-items: flex-start;
}

.single-product-booking .grouped_form .quantity {
    margin-bottom: 0;
}

.single-product-booking table {
    border-top: none;
    margin-bottom: 0;
}

.single-product-booking table th,
.single-product-booking table td {
    vertical-align: top;
}

.single-product-booking table .reset_variations {
    display: block;
    margin-left: 0;
    margin-top: 10px;
}

.single-product-booking table td select {
    margin: 0;
    width: 100%;
}

.single-product-booking table .label {
    padding-top: 0;
    font-size: 1.14rem;
}

.single-product-booking table .value {
    padding-top: 0;
}

.single-product-booking .quantity {
    margin: 0 auto 20px;
    justify-content: center;
    float: none;
}

.single-product-booking .cart+.woo_pp_cart_buttons_div {
    margin-top: 10px;
}

.single-product-booking .single_add_to_cart_button.button {
    margin: 0 auto 4px auto;
}

.single-product-booking .woocommerce-variation-price {
    margin: 0 0 11px;
}

.single-product-booking .variations td,
.single-product-booking .group_table td,
.single-product-xsmall .group_table td,
.single-product-fixed .group_table td,
.single-product-booking .variations th,
.single-product-booking .group_table th,
.single-product-xsmall .group_table th,
.single-product-fixed .group_table th {
    border: none;
    width: 100%;
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.single-product-booking .variations td:before,
.single-product-booking .group_table td:before,
.single-product-xsmall .group_table td:before,
.single-product-fixed .group_table td:before,
.single-product-booking .variations td:after,
.single-product-booking .group_table td:after,
.single-product-xsmall .group_table td:after,
.single-product-fixed .group_table td:after {
    display: table;
    content: '';
}

.single-product-booking .variations td:after,
.single-product-booking .group_table td:after,
.single-product-xsmall .group_table td:after,
.single-product-fixed .group_table td:after {
    clear: both;
}

.single-product-booking .group_table .quantity.buttons_added,
.single-product-xsmall .group_table .quantity.buttons_added,
.single-product-fixed .group_table .quantity.buttons_added {
    text-align: center;
    margin: 0;
    width: 100% !important;
    justify-content: center;
}

.single-product-booking .group_table .woocommerce-grouped-product-list-item__label,
.single-product-xsmall .group_table .woocommerce-grouped-product-list-item__label,
.single-product-fixed .group_table .woocommerce-grouped-product-list-item__label {
    padding-bottom: 0;
}

.single-product-xsmall .group_table td,
.single-product-fixed .group_table td,
.single-product-xsmall .group_table th,
.single-product-fixed .group_table th {
    text-align: left;
}

.single-product-xsmall .group_table .quantity.buttons_added,
.single-product-fixed .group_table .quantity.buttons_added {
    justify-content: flex-start;
}

@media only screen and (min-width: 993px) {
    .single-product-booking .product-side-information .single_add_to_cart_button.button {
        min-width: unset;
    }
}

@media only screen and (max-width: 992px) {
    .single-product-booking .product-side-information {
        width: 40%;
    }

    .single-product-booking .product-information {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {

    .single-product-booking .product-side-information,
    .single-product-booking .product-information {
        width: 100%;
        float: none;
        display: inline-block;
        margin-bottom: 0;
    }

    .single-product-booking .product-side-information {
        margin-bottom: 40px;
    }

    .single-product-booking .product-side-information-inner>div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*===============================================
  =            Single Product Elements            =
  ===============================================*/
/* Review Position Outside */
.reviews-position-outside #reviews {
    margin: 2.86em 0;
}

.reviews-position-outside .woocommerce-tabs {
    margin: 0;
}

#reviews .comment-reply-title {
    text-transform: uppercase;
    line-height: var(--h2-line-height);
}

#reviews .meta strong {
    display: inline-block;
}

#reviews .meta time {
    display: block;
}

#reviews .verified {
    font-size: 1.2rem;
    display: inline-block;
    padding-left: 5px;
}

.comment-form-cookies-consent {
    position: relative;
    padding-left: 20px;
    clear: both;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
    position: absolute;
    left: 0;
}

/* Product Images Slider */
img.zoomImg {
    background: #fff;
}

.zoom-on .main-images img.zoomImg,
.zoom-on .main-images a.zoom {
    cursor: url(images/zoom-in.png) 16 9, zoom-in;
    display: block;
}

.main-images {
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.main-images video {
    max-width: 100%;
    outline: none;
}

.photoswipe-off .woocommerce-main-image {
    cursor: default;
}

.gallery-slider-off .main-images>div {
    margin-bottom: 30px;
}

.images .thumbnails {
    margin: 0 -5px;
    position: relative;
}

.images .thumbnails:not(.flex-control-thumbs) {
    height: auto;
}

.images .flex-control-thumbs {
    padding: 0;
    list-style: none;
    margin: 10px -5px;
}

.images .flex-control-thumbs li {
    display: inline-block;
    padding: 0 5px;
}

/* fix ie11 */
.woocommerce-product-gallery__image {
    width: 100%;
}

.images-wrapper .et-loader {
    opacity: 0;
}

.images-wrapper .et-loader svg {
    height: 90px;
    top: 15%;
}

.images-wrapper.processing .et-loader {
    opacity: 1;
    z-index: 200;
}

.thumbnails-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.thumbnails-list li {
    text-align: center;
    list-style: none;
    opacity: .6;
    overflow: hidden;
    transition: all 0.2s ease-out, width 0s, margin 0s;
}

.thumbnails-list .active-thumbnail {
    opacity: 1;
}

.thumbnails-list .swiper-slide a,
.thumbnails-list .slick-slide a {
    display: block;
    transition: 0.3s ease-out;
    margin-bottom: -3px;
    overflow: hidden;
}

.thumbnails-list .slick-slide:hover a,
.thumbnails-list .swiper-slide:hover a,
.thumbnails-list .active-thumbnail a {
    transform: translateY(-3px);
}

.thumbnails-list .video-thumbnail {
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
    align-items: center;
    align-self: center;
    justify-content: center;
}

.thumbnails-list .video-thumbnail span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 36px;
    cursor: pointer;
}

.thumbnails-list .video-thumbnail p {
    margin: 0;
}

.swiper-container.swiper-control-bottom.second-initialized li.thumbnail-item {
    opacity: .6;
}

.swiper-container.swiper-control-bottom.second-initialized li.thumbnail-item.active-thumbnail {
    opacity: 1;
}

.swiper-container.swiper-control-bottom:not(.second-initialized) li.thumbnail-item {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
}

.open-360-popup {
    font-size: 0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    left: 0;
    bottom: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
}

.open-360-popup:before {
    color: #555555;
    font-family: 'xstore-icons' !important;
    font-size: 30px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.open-360-popup:hover:before {
    color: #888888 !important;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.open-360-popup.showed {
    opacity: 1 !important;
}

.open-video-popup:hover,
.open-360-popup:hover {
    background: transparent !important;
}

.open-360-popup:before {
    content: '\e90f';
    display: block;
}

.product-360-popup .mfp-close {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    cursor: default;
    z-index: 1046;
}

.product-360-popup .mfp-close:before {
    content: '';
}

#product-video-popup .mfp-close {
    display: none !important;
}

.product-brands {
    text-align: center;
}

.product-brands .widget-title,
.product-brands .short-description p:empty {
    display: none;
}

.product-brands .view-products {
    text-decoration: underline;
    margin-bottom: 0;
}

.product-brands .view-products-title {
    margin: 0 0 8px 0;
    font-size: 1.14rem;
}

.product-brands a {
    display: block;
    font-size: 1rem;
    margin-bottom: 12px;
}

.product-brands img {
    margin: 0;
}

/* Labels */
.onsale {
    position: absolute;
    top: 20px;
    z-index: 3;
    padding: 3px 8px;
    background: #c62828;
    font-size: .85rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.onsale.left {
    left: 20px;
}

.onsale.right {
    right: 20px;
}

.product-images {
    position: relative;
}

.product-images .onsale {
    z-index: 3;
}

.product-images .onsale.left {
    left: 35px;
}

.product-images .onsale.right {
    right: 35px;
}

.product-images .stock {
    display: none;
}

.single-product-large .product-information>div {
    display: inline-block;
}

.single-product-large .product-information>div h4.title {
    display: none;
}

.single-product .woocommerce-message,
.single-product .woocommerce-error,
.single-product .woocommerce-info {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.single-product div.product .woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 50%;
}

.single-product div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.33%;
}

.single-product div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
}

.single-product div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%;
}

.single-product-xsmall .product-information .title {
    font-size: 1.3rem;
}

.wcpv-sold-by-single {
    font-style: normal;
    display: block;
}

.wcpv-sold-by-single a {
    color: #888888;
}

.wcpv-sold-by-single a:hover {
    color: #222222;
}

.wcmp-report-abouse-wrapper:before,
.by-vendor-name-link:before {
    font-family: 'xstore-icons';
    margin-right: 7px;
}

.by-vendor-name-link:before {
    content: '\e954';
}

.wcmp-report-abouse-wrapper:before {
    content: '\e900';
}

.wcmp-report-abouse-wrapper a {
    text-decoration: underline;
}

/*============================================
  =            WooCommerce quantity            =
  ============================================*/
div.quantity,
td.quantity {
    position: relative;
    height: 38px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    align-items: center;
    float: left;
}

div.quantity::selection,
td.quantity::selection,
div.quantity span::selection,
td.quantity span::selection,
div.quantity input[type="number"]::selection,
td.quantity input[type="number"]::selection {
    background-color: transparent;
}

div.quantity::-webkit-selection,
td.quantity::-webkit-selection,
div.quantity span::-webkit-selection,
td.quantity span::-webkit-selection,
div.quantity input[type="number"]::-webkit-selection,
td.quantity input[type="number"]::-webkit-selection {
    background-color: transparent;
}

div.quantity>span,
td.quantity>span,
div.quantity>input[type="number"],
td.quantity>input[type="number"] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

div.quantity>span:focus,
td.quantity>span:focus,
div.quantity>input[type="number"]:focus,
td.quantity>input[type="number"]:focus {
    border-color: #e1e1e1;
}

div.quantity>span,
td.quantity>span {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 24px;
    color: #222;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    cursor: pointer;
    -webkit-font-smoothing: none;
}

div.quantity>span:focus,
td.quantity>span:focus {
    outline: none;
}

div.quantity>span:hover,
td.quantity>span:hover {
    color: #888888;
}

div.quantity>input[type="number"],
td.quantity>input[type="number"] {
    padding: 0;
    min-width: 38px;
    max-width: 45px;
    border-right: none;
    border-left: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

div.quantity>input[type="number"]::selection,
td.quantity>input[type="number"]::selection {
    color: #494949;
}

div.quantity>input[type="number"]::-webkit-inner-spin-button:after,
td.quantity>input[type="number"]::-webkit-inner-spin-button:after,
div.quantity>input[type="number"]::-webkit-inner-spin-button:before,
td.quantity>input[type="number"]::-webkit-inner-spin-button:before {
    content: "";
    position: absolute;
    display: block;
}

div.quantity>.minus,
td.quantity>.minus,
div.quantity>.plus,
td.quantity>.plus {
    font-size: 10px;
}

div.quantity>input[type="number"]::-webkit-inner-spin-button,
td.quantity>input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

div.quantity {
    margin-bottom: 10px;
}

.shop_attributes {
    margin: 0 auto;
}

.shop_attributes th {
    font-size: 1.14rem;
    color: #888888;
}

.shop_attributes th,
.shop_attributes td {
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: middle;
}

.shop_attributes tr:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}

.shop_attributes tr tr:first-child th,
.shop_attributes tr tr:first-child td {
    padding-top: 0;
}

.shop_attributes tr tr:last-child th,
.shop_attributes tr tr:last-child td {
    padding-bottom: 10px;
}

.shop_attributes p {
    font-size: 1.07rem;
    margin-bottom: 0;
}

/* WooCommerce Quantity Increment Plugin */
.et_quantity-off div.quantity {
    margin-right: 20px;
}

.et_quantity-off div.quantity>span.minus,
.et_quantity-off div.quantity>span.plus {
    display: none;
}

.et_quantity-off div.quantity>input:focus {
    outline: none;
}

.et_quantity-off div.quantity>input[type=number] {
    height: 100%;
}

.tab-content .shop_attributes {
    width: 100%;
}

/*=====  End of WooCommerce quantity  ======*/
.group_table .quantity.buttons_added {
    width: 130px !important;
    margin-right: 0;
    justify-content: flex-start;
}

.group_table .button {
    height: auto;
    border: none;
    padding: 0;
    color: #222222;
    background: transparent;
    text-transform: none;
    font-size: 1.14rem;
    text-decoration: underline;
}

.group_table .button:hover {
    color: #888888;
    background: transparent !important;
}

/*  */
@media only screen and (min-width: 650px) {
    .swiper-vertical-images {
        display: flex;
        margin-bottom: 10px;
    }

    .swiper-vertical-images .main-images,
    .swiper-vertical-images ul.vertical-thumbnails {
        margin-bottom: 0;
    }

    .swiper-vertical-images .vertical-thumbnails-wrapper {
        position: relative;
        width: 20%;
        display: inline-block;
        padding-right: 10px;
        order: -1;
    }

    .swiper-vertical-images .vertical-thumbnails-wrapper ul {
        padding: 20px 0 10px;
        position: relative;
    }

    .swiper-vertical-images .vertical-thumbnails-wrapper li {
        margin-bottom: 10px;
    }

    .swiper-vertical-images .vertical-thumbnails-wrapper.no-arrows ul {
        padding: 0;
    }

    .swiper-vertical-images .vertical-thumbnails-wrapper img {
        max-height: 100%;
        width: auto;
    }

    .swiper-vertical-images .vertical-thumbnails-wrapper .slick-list {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .swiper-vertical-images .vertical-thumbnails-wrapper .slick-arrow:before {
        font-size: 16px !important;
    }

    .swiper-vertical-images .swiper-control-top {
        width: 80%;
        display: inline-block;
    }

    .with-vertical-slider.product-images .onsale {
        left: calc(20% + 30px);
    }

    .with-vertical-slider .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Slider controls bottom  */
    .swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-left,
    .swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-right {
        width: 100%;
        height: 20px;
        opacity: 1 !important;
        visibility: visible;
        text-align: center;
    }

    .swipers-couple-wrapper .vertical-thumbnails-wrapper .slick-disabled {
        opacity: .6 !important;
    }

    .swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-left {
        top: 0;
        left: 0 !important;
    }

    .swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-left:before {
        content: "\e903";
    }

    .swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-right {
        top: auto;
        bottom: 0;
        right: 0 !important;
    }

    .swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-right:before {
        content: "\e905";
    }
}

@media (min-width: 993px) {
    .single-product-sidebar.sidebar-right {
        border-left: 1px solid #e1e1e1;
    }

    .single-product-sidebar.sidebar-left {
        border-right: 1px solid #e1e1e1;
    }

    .product-fixed-images .images-wrapper {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 649px) {
    .swiper-vertical-images .vertical-thumbnails-wrapper .slick-track {
        display: flex;
    }

    .swiper-vertical-images .vertical-thumbnails-wrapper li {
        margin-right: 10px;
    }

    .swiper-vertical-images .vertical-thumbnails-wrapper li img {
        margin: 0 auto;
    }

    .swiper-vertical-images .vertical-thumbnails-wrapper li .swiper-custom-left,
    .swiper-vertical-images .vertical-thumbnails-wrapper li .swiper-custom-right {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .reviews-position-outside .tabs {
        width: 100% !important;
        padding: 0;
    }

    .reviews-position-outside #reviews {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) and (min-width: 650px) {

    .swiper-vertical-images.swiper-entry .swiper-control-bottom.swiper-container .swiper-custom-left,
    .swiper-vertical-images.swiper-entry .swiper-control-bottom.swiper-container .swiper-custom-right {
        display: inline-block;
    }
}

@media only screen and (max-width: 480px) {

    .et_quantity-off .quantity .plus,
    .et_quantity-off .quantity .minus {
        height: 1.45em;
    }

    .open-360-popup:before {
        font-size: 25px;
    }
}

body>h1 {
    display: none !important;
}

body #yith-woocompare {
    padding: 0 !important;
}

#cboxOverlay {
    background: rgba(34, 34, 34, 0.5);
}

#colorbox {
    border: none;
}

#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight {
    display: none;
}

#colorbox iframe body>h1 {
    background-color: #fff;
    text-align: center;
    font-size: 26px;
}

/* single add to cart */
.content-page .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button {
    padding: 12px 15px;
}

.content-page .etheme-sticky-cart .single_add_to_cart_button {
    min-width: min-content;
}

/* etheme sticky cart */
body .etheme-sticky-cart {
    background-image: none;
}

.etheme-sticky-cart {
    min-height: 70px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 4;
}

.etheme-sticky-cart .et-container {
    padding-left: 15px;
    padding-right: 15px;
}

.etheme-sticky-cart .wp-post-image {
    width: auto;
    max-height: 50px;
}

.etheme-sticky-cart .sticky_product_title {
    font-size: 114%;
    padding: 0 20px;
}

.etheme-sticky-cart .product-stock {
    order: -1;
    margin: 0 5px 0 0 !important;
}

.etheme-sticky-cart p.price,
.etheme-sticky-cart .stock {
    margin: 0 10px;
    padding: 0;
    background-color: transparent;
}

.etheme-sticky-cart .quantity {
    margin: 0 10px 0 0;
}

.etheme-sticky-cart .single_variation_wrap {
    width: auto;
}

.etheme-sticky-cart .variations tr {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    text-align: start;
}

.etheme-sticky-cart .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.etheme-sticky-cart button {
    background: transparent;
    padding: 10px;
    margin-left: 10px;
    line-height: 1;
    border: 1px solid #e1e1e1;
    outline: none;
    height: auto;
    width: auto;
    display: inline-flex;
}

.etheme-sticky-cart button:hover {
    border-color: #888;
}

.single-product .etheme-sticky-cart .cart {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.single-product .etheme-sticky-cart .cart:not(:first-child) {
    margin-left: 10px;
}

.woocommerce table.compare-list thead {
    display: none;
}

.woocommerce table.compare-list,
.woocommerce table.compare-list th {
    font-size: 14px;
}

.woocommerce table.compare-list .remove td {
    position: relative;
}

.woocommerce table.compare-list .remove .blockOverlay {
    background: #fff !important;
}

.woocommerce table.compare-list td {
    font-size: 1.14rem;
}

.woocommerce table.compare-list td.odd {
    background-color: transparent;
    padding: 15px 25px !important;
}

.woocommerce table.compare-list td li {
    list-style: none;
}

.woocommerce table.compare-list td img {
    border: none;
    padding: 0;
    max-width: 100%;
    margin-bottom: 10px;
}

.woocommerce table.compare-list tr th,
.woocommerce table.compare-list tr td {
    padding: 15px 25px !important;
}

.woocommerce table.compare-list tr.image th,
.woocommerce table.compare-list tr.price th,
.woocommerce table.compare-list tr.add-to-cart th,
.woocommerce table.compare-list tr.image td,
.woocommerce table.compare-list tr.price td,
.woocommerce table.compare-list tr.add-to-cart td {
    padding: 15px 25px !important;
}

.woocommerce table.compare-list tr.title td {
    padding: 0 !important;
    vertical-align: middle;
    font-size: 1.14rem;
    text-transform: none;
}

.woocommerce table.compare-list tr th {
    border-left: none !important;
    border-right: 1px solid #e1e1e1 !important;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
}

.woocommerce table.compare-list tr.image th,
.woocommerce table.compare-list tr.image td {
    height: auto;
    padding: .71em !important;
}

.woocommerce table.compare-list tr.price td {
    text-decoration: none;
    color: #888888;
}

.woocommerce table.compare-list .added_to_cart.wc-forward {
    display: none !important;
}

.woocommerce table.compare-list p {
    font-size: 1.14rem;
}

.woocommerce table.compare-list .add-to-cart td a {
    height: auto;
    font-size: .85rem;
    padding-top: .950rem;
    padding-bottom: .950rem;
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
    margin: 0;
}

.woocommerce table.compare-list .add-to-cart td a:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.woocommerce table.compare-list .add-to-cart td a:focus {
    color: #fff;
}

.woocommerce table.compare-list .remove td a {
    position: static;
    color: #222222;
    text-decoration: underline;
}

.woocommerce table.compare-list .remove td a:hover {
    color: #888888;
}

.woocommerce table.compare-list .remove td a .remove {
    display: none;
}

/*-----  End of Single Product Elements  ------*/
.single-product-right .product-information {
    padding-top: 40px;
    float: left;
}

.single-product-right .product-images {
    float: right;
}

.single-product-right .product-content,
.single-product-right .single-product-sidebar {
    margin-top: 30px;
}

.single-product-right .woocommerce-product-details__short-description ul {
    padding-left: 0;
}

.single-product-right.product-fixed-images .product-content>.row,
.single-product-right.product-fixed-content .product-content>.row {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 992px) {

    .single-product-right .product-content,
    .single-product-right .single-product-sidebar {
        margin-top: 0;
    }

    .single-product-right .product-information {
        padding-top: 0;
    }

    .single-product-right .product-images {
        float: none;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-product-right .product-information {
        width: 100%;
    }
}

.single-product-right .product-information-inner .page-heading,
.single-product-wide .product-information-inner .page-heading {
    background: none !important;
    padding: 0 !important;
    margin-bottom: 0;
}

.single-product-right .product-information-inner .page-heading .a-center,
.single-product-wide .product-information-inner .page-heading .a-center {
    text-align: start !important;
    padding: 0 !important;
}

.single-product-right .product-information-inner .page-heading .woocommerce-breadcrumb,
.single-product-wide .product-information-inner .page-heading .woocommerce-breadcrumb {
    margin-bottom: 5px;
}

.single-product-right .product-information-inner .page-heading .back-history,
.single-product-wide .product-information-inner .page-heading .back-history {
    display: none;
}

.single-product-right .product-information-inner .page-heading .container,
.single-product-wide .product-information-inner .page-heading .container {
    width: 100%;
    margin: 0;
}

.single-product-right .product-information-inner h4.title,
.single-product-wide .product-information-inner h4.title {
    display: none;
}

.single-product-right .product-information-inner .tabs,
.single-product-wide .product-information-inner .tabs {
    width: 100%;
}

.single-product-wide .product-images img,
.single-product-wide .carousel-area {
    width: 100%;
}

.single-product-wide .product-information-inner {
    margin-left: auto;
    margin-right: auto;
}

.single-product-wide .product-information-inner .tabs {
    padding: 0 !important;
}

.single-product-wide .tabs:after,
.single-product-wide .carousel-area:after {
    content: "";
    display: block;
    clear: both;
}

.single-product .fixed-content .woocommerce-message,
.single-product .fixed-content .woocommerce-error,
.single-product .fixed-content .woocommerce-info {
    width: 100%;
}

@media only screen and (min-width: 40em) {

    .single-product-wide .tabs,
    .single-product-wide .carousel-area {
        width: calc(100% - 90px);
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .single-product-wide.product-fixed-content .product-information-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .single-product-wide .tabs {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 992px),
(min-width: 40em) {

    .single-product-wide .tabs,
    .single-product-wide .carousel-area {
        max-width: 122rem;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/*======================================
  =            Single Product            =
  ======================================*/
.product-content {
    margin-bottom: 35px;
}

.product-content .price {
    width: 100%;
    margin-bottom: .5em;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #888888;
}

.product-content .size-guide {
    font-size: 1.14rem;
    margin-bottom: 1.4em;
    display: inline-block;
    width: auto;
    padding: 0 0 0 23px;
    background: url(images/size-guide.png) no-repeat 0 center;
}

.product-content .yith-wcwl-add-to-wishlist a.add_to_wishlist.button {
    background: transparent;
    color: #222222;
    border: none;
}

.product-content .compare,
.product-content .yith-wcwl-add-to-wishlist a {
    padding: 0;
    font-size: 1.14rem;
    border: none;
    word-break: break-word;
    word-wrap: break-word;
    height: auto;
}

.product-content .compare,
.product-content .yith-wcwl-add-to-wishlist {
    margin-bottom: 10px;
    text-align: inherit;
    position: relative;
    display: inline-block;
}

.product-content .size-guide+.compare,
.product-content .size-guide+.yith-wcwl-add-to-wishlist {
    margin-top: 0;
    display: block;
}

.product-content .compare .et-tooltip,
.product-content .yith-wcwl-add-to-wishlist span.feedback {
    display: none;
}

.product-content .woocommerce-product-rating {
    margin-bottom: .5em;
}

.product-content .woocommerce-product-rating .star-rating {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin-bottom: 0;
}

.product-content .woocommerce-product-rating .woocommerce-review-link {
    display: inline-block;
    vertical-align: middle;
}

.product-content .variations_button {
    margin-top: 5px;
}

.product-content .woocommerce-variation:empty {
    display: none;
}

.product-content .woocommerce-variation>div:last-child:not(:empty) {
    margin-bottom: 23px;
}

.product-content .out-of-stock {
    display: block;
    font-size: 1.14rem;
    margin-bottom: 26px;
}

.product-content .out-of-stock+.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.product-content .yith-wcwl-add-to-wishlist .et-loader {
    position: static;
    margin: 0;
}

.product-content .out-of-stock,
.single-product-builder .out-of-stock {
    color: #c62828;
}

.compare,
.yith-wcwl-add-to-wishlist a {
    position: relative;
    text-transform: none;
}

.compare:before,
.yith-wcwl-add-to-wishlist a:before {
    display: inline-block;
    font-family: 'xstore-icons';
    margin-right: 7px;
    background-color: transparent !important;
}

.compare {
    display: block;
    background-color: transparent;
    height: auto;
    backface-visibility: visible;
}

.compare:before {
    content: "\e915";
}

.compare.button:hover {
    background-color: transparent;
    color: #888888;
}

.wishlist-fragment .yith-wcwl-add-button,
.wishlist-fragment .yith-wcwl-wishlistaddedbrowse,
.wishlist-fragment .yith-wcwl-wishlistexistsbrowse {
    width: 100%;
    height: 100%;
}

.single-wishlist .wishlist-fragment>div {
    width: auto;
    display: inline-block;
}

.single-wishlist .wishlist-fragment>div i {
    margin-right: 0;
}

.single-wishlist .wishlist-fragment>div i.yith-wcwl-icon {
    margin-right: 7px;
}

.product-content .yith-wcwl-add-to-wishlist.wishlist-fragment {
    width: 100%;
}

.yith-wcwl-add-to-wishlist .show a::before,
.yith-wcwl-add-to-wishlist .show a.button::before,
.yith-wcwl-add-to-wishlist .add_to_wishlist::before {
    content: "\e908";
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a.button::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a.button::before {
    content: "\e92d";
}

.yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-add-button a:before {
    content: "\e908";
}

.yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-wishlistaddedbrowse a::before {
    content: "\e92d";
}

.product-fixed-images .product-content>.row {
    display: flex;
    align-items: stretch;
}

.product_meta .wcml-dropdown>ul {
    padding: 0;
}

.product_meta .wcml-dropdown .wcml-cs-item-toggle {
    padding-left: 0;
}

.product_meta .wcml-dropdown li {
    display: inline-block;
    margin: 0;
}

.product_meta .products-page-cats a,
.product_meta .tagged_as a {
    padding-left: 2px;
}

.product-content .title,
.product-content .product_title,
.product-content .product-name {
    font-size: 24px;
    margin-bottom: .3em;
}

.product-information,
.product-info-wrapper,
.product-summary-center,
.product-summary-fixed {
    margin-bottom: 30px;
}

.product-information p,
.product-info-wrapper p,
.product-summary-center p {
    margin-bottom: 1em;
}

.product-information .fixed-content>.product_brand,
.product-info-wrapper .fixed-content>.product_brand,
.product-summary-center .fixed-content>.product_brand,
.product-information .fixed-content>.product_seller,
.product-info-wrapper .fixed-content>.product_seller,
.product-summary-center .fixed-content>.product_seller {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: #222222;
}

.product-information .fixed-content>.product_brand a,
.product-info-wrapper .fixed-content>.product_brand a,
.product-summary-center .fixed-content>.product_brand a,
.product-information .fixed-content>.product_seller a,
.product-info-wrapper .fixed-content>.product_seller a,
.product-summary-center .fixed-content>.product_seller a {
    color: #888888;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product-information .woocommerce-review-link,
.product-info-wrapper .woocommerce-review-link,
.product-summary-center .woocommerce-review-link {
    margin-left: 5px;
}

.product-information .woocommerce-product-details__short-description,
.product-info-wrapper .woocommerce-product-details__short-description,
.product-summary-center .woocommerce-product-details__short-description {
    width: 100%;
    margin-bottom: 1.07em;
    font-size: 1.14rem;
}

.product-information .woocommerce-product-details__short-description p:last-child,
.product-info-wrapper .woocommerce-product-details__short-description p:last-child,
.product-summary-center .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.product-information .email-link,
.product-info-wrapper .email-link,
.product-summary-center .email-link {
    margin-bottom: 10px;
    display: inline-block;
}

.product-information .cart,
.product-info-wrapper .cart,
.product-summary-center .cart,
.product-information .wcppec-checkout-buttons,
.product-info-wrapper .wcppec-checkout-buttons,
.product-summary-center .wcppec-checkout-buttons {
    margin-bottom: 16px;
    display: block;
}

.product-information .cart::selection,
.product-info-wrapper .cart::selection,
.product-summary-center .cart::selection {
    background-color: transparent;
}

.product-information form.cart table.variations,
.product-info-wrapper form.cart table.variations,
.product-summary-center form.cart table.variations {
    margin-bottom: 0;
    border-top: none;
    /* width:auto; */
}

.product-information form.cart table.variations td.label,
.product-info-wrapper form.cart table.variations td.label,
.product-summary-center form.cart table.variations td.label,
.product-information form.cart table.variations td.value,
.product-info-wrapper form.cart table.variations td.value,
.product-summary-center form.cart table.variations td.value {
    padding: 0;
    border-top: none;
    border-bottom: none;
    text-align: left;
    text-align: start;
}

.product-information form.cart table.variations td.label,
.product-info-wrapper form.cart table.variations td.label,
.product-summary-center form.cart table.variations td.label {
    width: auto;
    display: block;
}

.product-information form.cart table.variations td.label label,
.product-info-wrapper form.cart table.variations td.label label,
.product-summary-center form.cart table.variations td.label label {
    font-size: 1.14rem;
}

.product-information form.cart table.variations td.value,
.product-info-wrapper form.cart table.variations td.value,
.product-summary-center form.cart table.variations td.value {
    display: inline-block;
    width: 100%;
}

.product-information form.cart table.variations td.value select,
.product-info-wrapper form.cart table.variations td.value select,
.product-summary-center form.cart table.variations td.value select {
    display: inline-block;
    margin-bottom: 1em;
}

.product-information .menu-social-icons a svg,
.product-info-wrapper .menu-social-icons a svg,
.product-summary-center .menu-social-icons a svg {
    display: none;
}

.product-information .tabs,
.product-info-wrapper .tabs,
.product-summary-center .tabs {
    margin-top: 20px;
}

.product-information .woocommerce-price-suffix,
.product-info-wrapper .woocommerce-price-suffix,
.product-summary-center .woocommerce-price-suffix {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #888888;
}

.product-information .out-stock-wrapper,
.product-info-wrapper .out-stock-wrapper,
.product-summary-center .out-stock-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.product-information .out-stock,
.product-info-wrapper .out-stock,
.product-summary-center .out-stock {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    left: 0;
}

a.reset_variations {
    display: inline-block;
    margin-left: 1rem;
    text-decoration: underline;
    opacity: 1 !important;
}

.yith-wcwl-add-to-wishlist .ajax-loading,
.hide-categories .posted_in,
a.add_to_wishlist .et-tooltip {
    display: none !important;
}

.product_brand img {
    max-height: 70px;
    max-width: 120px;
    height: auto;
    width: auto;
}

.product-share .menu-social-icons li a {
    font-size: 1rem;
    padding: 0 5px;
    color: #888888;
}

.product-share .menu-social-icons li a:hover {
    color: #222222;
}

.product-share .menu-social-icons li:first-child a {
    padding-left: 5px;
}

.product-share:not(:last-child) {
    margin-bottom: 5px;
}

.product-share,
.share-post {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tooltipster-default {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #888888;
    font-size: 12px;
}

.single_add_to_cart_button.button,
.et-quick-view-wrapper .product_type_variable,
.et-quick-view-wrapper .product_type_grouped,
.et-quick-view-wrapper .product_type_external {
    height: auto;
    font-size: .85rem;
    padding-top: .950rem;
    padding-bottom: .950rem;
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
    min-width: 190px;
    margin-right: .4rem;
}

.single_add_to_cart_button.button:hover,
.et-quick-view-wrapper .product_type_variable:hover,
.et-quick-view-wrapper .product_type_grouped:hover,
.et-quick-view-wrapper .product_type_external:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.single_add_to_cart_button.button:focus,
.et-quick-view-wrapper .product_type_variable:focus,
.et-quick-view-wrapper .product_type_grouped:focus,
.et-quick-view-wrapper .product_type_external:focus {
    color: #fff;
}

.add_to_cart_button.loading {
    position: relative;
}

.single_add_to_cart_button.button .loader-path,
.et-quick-view-wrapper .product_type_variable .loader-path,
.et-quick-view-wrapper .product_type_grouped .loader-path,
.et-quick-view-wrapper .product_type_external .loader-path,
.product-details .add_to_cart_button:hover .loader-path,
.wishlist_table .add_to_cart_button .loader-path {
    stroke: var(--loader-side-color, #ffffff);
}

.single_add_to_cart_button:before {
    padding-right: 5px;
    font-family: 'xstore-icons';
}

.quick-view-popup .product_type_variable,
.quick-view-popup .product_type_grouped,
.quick-view-popup .product_type_external {
    margin-bottom: 15px !important;
}

.single_variation .price {
    margin: 10px 0;
}

.woocommerce-variation-price {
    width: 100%;
    margin: 5px 0 14px;
}

.woocommerce-variation-price:empty {
    display: none;
}

.added_to_cart,
.product-view-mask3 .footer-product .added_to_cart,
.hide-product-name .product_title,
.product-images .out-stock {
    display: none;
}

.single-product .product-images:hover .swiper-button-prev,
.single-product .product-images:hover .swiper-button-next {
    opacity: 1;
    z-index: 99999;
}

.single-product .product-type-grouped .product-information .et-wishlist-holder.position-after,
.single-product .product-type-variable .product-information .et-wishlist-holder.position-after,
.single-product .product-information .et-wishlist-holder.position-after,
.single-product .product-info-wrapper .et-wishlist-holder.position-after {
    float: right;
}

.single-product .product-type-grouped .product-information .et-wishlist-holder.position-under,
.single-product .product-type-variable .product-information .et-wishlist-holder.position-under,
.single-product .product-information .et-wishlist-holder.position-under,
.single-product .product-info-wrapper .et-wishlist-holder.position-under {
    padding-top: 10px;
}

.single-product .product-type-grouped .product-information .et-wishlist-holder.type-icon a,
.single-product .product-type-variable .product-information .et-wishlist-holder.type-icon a,
.single-product .product-information .et-wishlist-holder.type-icon a,
.single-product .product-info-wrapper .et-wishlist-holder.type-icon a {
    font-size: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-product .product-type-grouped .product-information .et-wishlist-holder.type-icon a:hover,
.single-product .product-type-variable .product-information .et-wishlist-holder.type-icon a:hover,
.single-product .product-information .et-wishlist-holder.type-icon a:hover,
.single-product .product-info-wrapper .et-wishlist-holder.type-icon a:hover {
    font-size: 14px;
}

.single-product .product-type-grouped .product-information .et-wishlist-holder.type-icon-text a,
.single-product .product-type-variable .product-information .et-wishlist-holder.type-icon-text a,
.single-product .product-information .et-wishlist-holder.type-icon-text a,
.single-product .product-info-wrapper .et-wishlist-holder.type-icon-text a {
    font-size: 14px;
}

.single-product .product-type-variable .product-information .et-wishlist-holder.position-after,
.single-product .product-type-grouped .product-information .et-wishlist-holder.position-after,
.single-product .product-info-wrapper .product-information .et-wishlist-holder.position-after {
    float: none;
    display: inline;
}

.single-product .variations+.qty-span {
    padding-top: 5px;
}

.single-product .menu-social-icons i {
    z-index: 0;
}

.single-product>.swiper-entry+.clear+.products-title {
    margin-top: 35px;
}

.et-full-screen-products .et-wishlist-holder.position-after {
    display: inline;
}

.et-full-screen-products .et-wishlist-holder.type-icon a {
    font-size: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.et-full-screen-products .et-wishlist-holder.type-icon a:hover {
    font-size: 14px !important;
}

.et-full-screen-products .et-wishlist-holder.type-icon-text a {
    font-size: inherit !important;
}

.group_table tr,
.single-product-booking .variations tr,
.group_table td,
.single-product-booking .variations td {
    vertical-align: middle;
}

.group_table th,
.single-product-booking .variations th,
.group_table td,
.single-product-booking .variations td {
    padding-top: .75em;
    padding-bottom: .75em;
}

.group_table {
    border-top: none;
}

.group_table tr,
.group_table td {
    border: none;
}

.group_table tr:first-child td {
    padding-top: 5px;
}

.group_table tr:last-child td {
    padding-bottom: 5px;
}

.group_table label {
    font-size: 1.14rem;
}

.group_table .woocommerce-Price-amount {
    color: #888888;
}

.product-type-grouped button[type="submit"] {
    margin-left: 0 !important;
}

.product-type-grouped .product-information .cart {
    width: 100%;
}

.product-type-grouped .product-information .woocommerce-price-suffix {
    line-height: 1.2;
    font-size: .79em;
}

/* Large Single Product */
.single-product-large .product-information-inner {
    width: 100%;
    padding: 30px 40px 35px;
    border: 1px solid #e1e1e1;
}

.single-product-large .product-thumbnails-hidden .swiper-control-top {
    margin-bottom: 10px;
}

/* Fixed Single Product */
.affix-bottom {
    position: absolute;
}

.product-summary-fixed .fixed-content {
    text-align: right;
    text-align: end;
}

.fixed-product-block {
    min-height: 70vh;
    display: table;
}

.fixed-product-block .fixed-content {
    display: table-cell;
    vertical-align: middle;
}

.fixed-product-block .fixed-content table.variations td.label {
    text-align: left;
    text-align: start;
}

.product-fixed-content .product-content>.row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.product-fixed-content .product-information {
    padding-top: 0;
}

.product-fixed-content .product-information-inner {
    display: table;
    width: 100%;
}

/* Single Product Center */
.single-product-center .product-content>.row {
    display: flex;
    align-items: center;
}

.single-product-center .product-summary-center,
.single-product-center .product-images,
.single-product-center .product-information {
    flex: none;
}

.single-product-center .price+.cart {
    margin-top: 20px;
}

.single-product-center .email-link {
    margin-bottom: 10px;
    display: inline-block;
}

@media only screen and (min-width: 993px) {
    .single-product-wide.product-fixed-content .product-information-inner {
        padding-left: 7vw;
        padding-right: 7vw;
    }

    .single-product-wide.product-fixed-content .product-information-inner .fixed-content {
        display: table-cell;
        vertical-align: middle;
    }

    .stretch-swiper-slider .swipers-couple-wrapper .swiper-container {
        overflow: visible;
    }

    .stretch-swiper-slider .swipers-couple-wrapper .swiper-slide:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .stretch-swiper-slider .swipers-couple-wrapper .swiper-slide-prev:before,
    .stretch-swiper-slider .swipers-couple-wrapper .swiper-slide-next:before {
        opacity: 1;
        visibility: visible;
    }

    .tabs-after_content .single-product-sidebar {
        margin-bottom: 3.45em;
    }

    .single-product .col-lg-3.product-information .menu-social-icons,
    .single-product .col-lg-3.product-info-wrapper .menu-social-icons,
    .single-product .col-lg-3.product-summary-center .menu-social-icons {
        float: left;
    }

    .product-information.col-lg-3 .et-wishlist-holder.position-after,
    .product-information.col-lg-3 .et-wishlist-holder.position-under {
        float: none;
        padding-top: 0;
    }

    .single-product-wide .product-images {
        width: 49%;
    }

    .single-product-wide .single-product-sidebar,
    .single-product-wide .product-information {
        padding-top: 7vw;
    }

    .single-product-wide .single-product-sidebar.sidebar-left {
        padding-left: 30px;
    }

    .single-product-wide .single-product-sidebar.sidebar-right {
        padding-right: 30px;
    }

    .single-product-large .tabs {
        margin-bottom: .5em;
    }
}

@media only screen and (max-width: 992px) {
    .product-images {
        margin-bottom: 40px;
        padding: 0 15px;
    }

    .product-images .onsale,
    .product-images .sale-value {
        top: 15px;
        left: 30px;
    }

    .single-product-center .product-content>.row,
    .single-product-fixed .product-content>.row {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .single-product-wide .product-content,
    .single-product-wide .single-product-sidebar {
        padding-left: 30px;
        padding-right: 30px;
    }

    .product-fixed-images .product-content>.row,
    .product-fixed-content .product-content>.row {
        display: block;
    }

    .single-product-fixed .product-content>.row,
    .single-product-center .product-content>.row {
        display: flex;
    }

    .single-product-fixed .product-images,
    .single-product-center .product-images,
    .single-product-fixed .product-information,
    .single-product-center .product-information {
        width: 100%;
    }

    .single-product-fixed .product-images,
    .single-product-center .product-images {
        order: 1;
    }

    .single-product-fixed .product-information,
    .single-product-center .product-information {
        order: 3;
    }

    .single-product-fixed .product-summary-fixed,
    .single-product-center .product-summary-center {
        width: 100%;
        order: 2;
        margin-bottom: 0;
    }

    .sidebar-mobile-hide .single-product-sidebar {
        display: none;
    }

    .single-product-fixed .product-images {
        width: 100%;
        margin-bottom: 0;
        display: inline-block;
    }

    .single-product-fixed .product-images .product-images-gallery>div {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .single-product-fixed .product-images .product-images-gallery>div:nth-child(2n+1) {
        clear: both;
    }

    .single-product-fixed .product-images .product-images-gallery>div .product-lightbox-btn {
        left: 20px;
        bottom: 20px;
    }

    .single-product-fixed .fixed-product-block .fixed-content {
        display: block;
        width: 100%;
        text-align: left;
        text-align: start;
    }

    .single-product-fixed .fixed-product-block table.variations td.value select {
        margin-left: auto;
        margin-right: auto;
    }

    .fixed-product-block {
        height: auto;
        display: block;
        min-height: auto;
    }

    .single-product .product-information .et-wishlist-holder.position-after {
        float: none;
        display: inline;
    }
}

@media only screen and (max-width: 768px) {

    .single-product.product>.swiper-entry,
    .product-content {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .single-product .tabs {
        margin-bottom: 20px;
    }

    .single-product .product {
        width: 100%;
    }

    .single-product .products-slider .product-view-mask .footer-product,
    .single-product .products-slider .product-view-info .footer-product {
        display: flex;
        justify-content: space-between;
    }

    .single-product .products-slider .product-view-mask .footer-product .show-quickly,
    .single-product .products-slider .product-view-info .footer-product .show-quickly,
    .single-product .products-slider .product-view-mask .footer-product .et-wishlist-holder,
    .single-product .products-slider .product-view-info .footer-product .et-wishlist-holder,
    .single-product .products-slider .product-view-mask .footer-product .by-vendor-name-link,
    .single-product .products-slider .product-view-info .footer-product .by-vendor-name-link,
    .single-product .products-slider .product-view-mask .footer-product .pre_order_loop,
    .single-product .products-slider .product-view-info .footer-product .pre_order_loop,
    .single-product .products-slider .product-view-mask .footer-product .wcmp_add_to_cart_message,
    .single-product .products-slider .product-view-info .footer-product .wcmp_add_to_cart_message {
        flex: 1;
        position: relative;
        border: none;
    }

    .single-product .products-slider .product-view-mask .footer-product .show-quickly:after,
    .single-product .products-slider .product-view-info .footer-product .show-quickly:after,
    .single-product .products-slider .product-view-mask .footer-product .et-wishlist-holder:after,
    .single-product .products-slider .product-view-info .footer-product .et-wishlist-holder:after,
    .single-product .products-slider .product-view-mask .footer-product .by-vendor-name-link:after,
    .single-product .products-slider .product-view-info .footer-product .by-vendor-name-link:after,
    .single-product .products-slider .product-view-mask .footer-product .pre_order_loop:after,
    .single-product .products-slider .product-view-info .footer-product .pre_order_loop:after,
    .single-product .products-slider .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
    .single-product .products-slider .product-view-info .footer-product .wcmp_add_to_cart_message:after {
        content: '';
    }

    .single-product .products-slider .product-view-mask .footer-product .button,
    .single-product .products-slider .product-view-info .footer-product .button,
    .single-product .products-slider .product-view-mask .footer-product .by-vendor-name-link,
    .single-product .products-slider .product-view-info .footer-product .by-vendor-name-link,
    .single-product .products-slider .product-view-mask .footer-product .pre_order_loop,
    .single-product .products-slider .product-view-info .footer-product .pre_order_loop,
    .single-product .products-slider .product-view-mask .footer-product .wcmp_add_to_cart_message,
    .single-product .products-slider .product-view-info .footer-product .wcmp_add_to_cart_message {
        font-size: 0;
        padding: 0;
        flex: 1;
    }

    .single-product .products-slider .product-view-mask .footer-product .button:before,
    .single-product .products-slider .product-view-info .footer-product .button:before,
    .single-product .products-slider .product-view-mask .footer-product .by-vendor-name-link:before,
    .single-product .products-slider .product-view-info .footer-product .by-vendor-name-link:before,
    .single-product .products-slider .product-view-mask .footer-product .pre_order_loop:before,
    .single-product .products-slider .product-view-info .footer-product .pre_order_loop:before,
    .single-product .products-slider .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
    .single-product .products-slider .product-view-info .footer-product .wcmp_add_to_cart_message:before {
        margin: 0;
    }

    .single-product .products-slider .product-view-mask .footer-product .compare,
    .single-product .products-slider .product-view-info .footer-product .compare {
        display: none;
    }

    .product-images .onsale {
        font-size: 1rem;
    }

    #reviews .commentlist .star-rating {
        float: none;
    }

    .single-product-fixed .product-images .product-images-gallery>div {
        width: 100%;
    }

    .single-product-large .product-information .product-information-inner {
        padding: 20px;
    }

    .single-product-wide .single_add_to_cart_button {
        min-width: 180px;
        margin-right: 0;
    }

    .single_add_to_cart_button.button,
    .quick-view-popup .product_type_variable,
    .quick-view-popup .product_type_grouped,
    .quick-view-popup .product_type_external {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width: 320px) {

    .single_add_to_cart_button.button,
    .quick-view-popup .product_type_variable,
    .quick-view-popup .product_type_grouped,
    .quick-view-popup .product_type_external {
        min-width: 175px;
        margin-right: 0;
    }
}

/*-----  End of Single Product  ------*/
/*===============================================
  =            Blog Default  #blog-default        =
  ===============================================*/
article.blog-post,
article.post-grid {
    margin-bottom: 30px;
}

article.blog-post .wp-picture,
article.post-grid .wp-picture {
    position: relative;
    margin-bottom: 22px;
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: auto;
}

article.blog-post .wp-picture:hover .zoom,
article.post-grid .wp-picture:hover .zoom {
    opacity: 1;
    visibility: visible;
}

article.blog-post .wp-picture img,
article.post-grid .wp-picture img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

article.blog-post .featured-audio,
article.post-grid .featured-audio,
article.blog-post .featured-video,
article.post-grid .featured-video,
article.blog-post .et_post-slider,
article.post-grid .et_post-slider {
    margin-bottom: 20px;
}

article.blog-post .featured-video,
article.post-grid .featured-video {
    position: relative;
}

article.blog-post .read-more,
article.post-grid .read-more {
    margin-top: 10px;
}

article.blog-post .read-more span,
article.post-grid .read-more span {
    float: left;
}

article.blog-post .read-more.btn,
article.post-grid .read-more.btn {
    margin-top: 15px;
}

article.blog-post:not(.content-framed) .read-more.btn:before,
article.post-grid:not(.content-framed) .read-more.btn:before,
article.blog-post:not(.content-framed) .read-more.btn:after,
article.post-grid:not(.content-framed) .read-more.btn:after {
    display: none;
}

article.blog-post .zoom,
article.post-grid .zoom {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
    visibility: hidden;
}

article.blog-post .zoom .btn_group,
article.post-grid .zoom .btn_group {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -22px 0 0 0;
    z-index: 2;
    text-align: center;
}

article.blog-post .zoom .btn_group a i:before,
article.post-grid .zoom .btn_group a i:before {
    content: "";
    display: block;
}

article.blog-post .zoom>i,
article.post-grid .zoom>i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

article.blog-post h6.active,
article.post-grid h6.active {
    display: inline-block;
}

article.blog-post:not(.post-single) p,
article.post-grid:not(.post-single) p {
    margin-bottom: .4em;
}

article.blog-post:not(.post-single) .author-info,
article.post-grid:not(.post-single) .author-info,
article.blog-post .wp-picture .svg-wrapper svg,
article.post-grid .wp-picture .svg-wrapper svg {
    display: none;
}

article.blog-post .wp-picture.blog-hover-zoom,
article.post-grid .wp-picture.blog-hover-zoom {
    overflow: hidden;
}

article.blog-post .wp-picture.blog-hover-zoom img,
article.post-grid .wp-picture.blog-hover-zoom img {
    transform: scale(1);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

article.blog-post .wp-picture.blog-hover-zoom:hover:before,
article.post-grid .wp-picture.blog-hover-zoom:hover:before {
    background-color: rgba(34, 34, 34, 0.2);
}

article.blog-post .wp-picture.blog-hover-zoom:hover img,
article.post-grid .wp-picture.blog-hover-zoom:hover img {
    transform: scale(1.1);
    opacity: .8;
}

article.blog-post .wp-picture.blog-hover-zoom .blog-mask,
article.post-grid .wp-picture.blog-hover-zoom .blog-mask {
    display: none;
}

article.blog-post .wp-picture.blog-hover-zoom:before,
article.post-grid .wp-picture.blog-hover-zoom:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

article.blog-post .wp-picture.blog-hover-animated,
article.post-grid .wp-picture.blog-hover-animated {
    overflow: hidden;
}

article.blog-post .wp-picture.blog-hover-animated .svg-wrapper,
article.post-grid .wp-picture.blog-hover-animated .svg-wrapper {
    height: 40px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    opacity: 0;
    transition: all .3s linear;
    width: 150px;
    overflow: hidden;
}

article.blog-post .wp-picture.blog-hover-animated .svg-wrapper svg,
article.post-grid .wp-picture.blog-hover-animated .svg-wrapper svg {
    display: inline-block;
}

article.blog-post .wp-picture.blog-hover-animated .shape,
article.post-grid .wp-picture.blog-hover-animated .shape {
    fill: none;
    stroke-dasharray: 0 300;
    stroke-dashoffset: -215;
    stroke-width: 2px;
    stroke: rgba(255, 255, 255, 0.9);
    transition: all .3s linear;
}

article.blog-post .wp-picture.blog-hover-animated .btn,
article.post-grid .wp-picture.blog-hover-animated .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

article.blog-post .wp-picture.blog-hover-animated img,
article.post-grid .wp-picture.blog-hover-animated img {
    transition: transform .3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

article.blog-post .wp-picture.blog-hover-animated:hover img,
article.post-grid .wp-picture.blog-hover-animated:hover img {
    transform: scale(1.2);
    transition: transform 4s linear;
}

article.blog-post .wp-picture.blog-hover-animated:hover .svg-wrapper,
article.post-grid .wp-picture.blog-hover-animated:hover .svg-wrapper {
    opacity: 1;
}

article.blog-post .wp-picture.blog-hover-animated:hover .svg-wrapper .shape,
article.post-grid .wp-picture.blog-hover-animated:hover .svg-wrapper .shape {
    animation: .4s draw linear forwards;
    opacity: 1;
    stroke: rgba(255, 255, 255, 0.9);
}

article.blog-post .wp-picture.blog-hover-animated:hover .svg-wrapper .btn,
article.post-grid .wp-picture.blog-hover-animated:hover .svg-wrapper .btn {
    color: rgba(255, 255, 255, 0.9);
}

article.blog-post .wp-picture.blog-hover-animated:hover .svg-wrapper:hover .btn,
article.post-grid .wp-picture.blog-hover-animated:hover .svg-wrapper:hover .btn {
    color: #222222;
}

article.blog-post .wp-picture.blog-hover-animated:hover .svg-wrapper:hover .shape,
article.post-grid .wp-picture.blog-hover-animated:hover .svg-wrapper:hover .shape {
    stroke: #fff;
    fill: #fff;
}

article.blog-post.blog-align-center .meta-post .post-comments-count,
article.post-grid.blog-align-center .meta-post .post-comments-count,
article.blog-post.blog-align-right .meta-post .post-comments-count,
article.post-grid.blog-align-right .meta-post .post-comments-count {
    margin-left: 10px;
}

article.blog-post.blog-align-center,
article.post-grid.blog-align-center,
article.blog-post.blog-align-center .post-heading,
article.post-grid.blog-align-center .post-heading {
    text-align: center;
}

article.blog-post.blog-align-center .read-more,
article.post-grid.blog-align-center .read-more {
    margin-left: auto;
    margin-right: auto;
}

article.blog-post.blog-align-right,
article.post-grid.blog-align-right,
article.blog-post.blog-align-right .post-heading,
article.post-grid.blog-align-right .post-heading {
    text-align: right;
}

.post-grid .post-categories,
.blog-post .post-categories,
.post-header .post-categories {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 1.14rem;
    z-index: 3;
    padding: .25em 1.2em;
    background: #222222;
}

.post-grid .post-categories a,
.blog-post .post-categories a,
.post-header .post-categories a {
    color: #fff;
}

.post-grid .sticky-post,
.blog-post .sticky-post,
.post-header .sticky-post {
    font-size: 1.14rem;
    display: inline-block;
    margin-bottom: 5px;
}

.wp-picture {
    position: relative;
}

.wp-picture .blog-mask {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.wp-picture .blog-mask:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: .4;
}

.wp-picture .blog-mask-inner {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -20px;
}

.wp-picture .blog-mask-inner .btn {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    background-color: transparent;
    color: #fff;
    height: auto;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.wp-picture .blog-mask-inner .btn:hover {
    border-color: #fff;
}

.wp-picture:hover .blog-mask {
    opacity: 1;
}

.wp-picture:hover .blog-mask-inner .btn {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.post-heading {
    margin-bottom: .79em;
}

.post-heading h2 {
    margin-bottom: .3em;
    word-wrap: break-word;
}

.blog-category-description {
    margin-bottom: 30px;
}

.meta-post {
    font-size: 1.14rem;
}

.meta-post .views-count:before {
    content: '\e907';
}

.meta-post .post-comments-count:before {
    content: '\e938';
    margin-left: 3px;
}

.meta-post .meta-divider {
    margin: 0 2px;
}

.meta-post,
.meta-post a,
.post-comments-count {
    color: #888888;
}

.content-article {
    font-size: 1.14rem;
    line-height: 1.6;
}

.content-article .more-button {
    display: block;
}

.posts-slider .slide-view-horizontal .wp-picture,
.posts-slider .slide-view-horizontal .featured-audio,
.posts-slider .slide-view-horizontal .featured-video {
    width: 245px;
    float: left;
    margin-right: 30px;
}

.posts-slider .slide-view-horizontal .grid-post-body {
    float: left;
    width: 265px;
}

.posts-slider .slide-view-horizontal .read-more,
.posts-slider .slide-view-horizontal .featured-quote {
    display: none !important;
}

@keyframes draw {
    0% {
        stroke-dasharray: 0 300;
        stroke-dashoffset: -215;
        stroke-width: 3px;
    }

    100% {
        stroke-dasharray: 400 300;
        stroke-dashoffset: 0;
        stroke-width: 3px;
    }
}

@media only screen and (max-width: 992px) {

    article.content-small .content-article,
    article.content-small .wp-picture,
    article.content-small .post-gallery-slider {
        width: 100%;
    }

    article.blog-post.col-md-3 .zoom .btn_group,
    article.post-grid.col-md-3 .zoom .btn_group {
        margin-top: -25px;
    }
}

@media only screen and (max-width: 767px) {
    .meta-post {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 480px) {

    article.blog-post .zoom .btn_group,
    article.post-grid .zoom .btn_group {
        margin-top: -32px;
    }

    article.blog-post .zoom .btn_group a,
    article.post-grid .zoom .btn_group a {
        margin: 5px;
    }

    article .post-heading+.content-article {
        padding-top: 0;
    }
}

/*-----  End of Blog Default  ------*/
@media only screen and (max-width: 992px) {

    .blog-masonry article,
    .blog-masonry article img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .blog-masonry article img {
        width: 100%;
    }

    .blog-masonry {
        margin: 0;
    }

    .blog-masonry article {
        margin-left: 0;
    }
}

/*=======================================
  =            Comments styles            =
  =======================================*/
.comments .title-alt,
.about-author-title,
.related-posts .title,
.comment-reply-title {
    font-size: 1.7142rem;
    padding-bottom: .7em;
    margin-bottom: 0;
}

#reviews #comments>h2,
.comment-reply-title {
    display: block;
    width: 100%;
    color: #222222;
    margin-bottom: 0;
    line-height: var(--h2-line-height);
}

#reviews #comments>h2,
span.comment-reply-title {
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1em;
    margin-bottom: 1em;
    line-height: var(--h2-line-height);
}

.comments-list {
    padding-left: 0 !important;
}

.comments-list .comment {
    width: 100%;
    display: inline-block;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #e1e1e1;
}

.comments-list .comment img {
    margin-right: 1.8em;
}

.comments-list .comment:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comments-list .meta-comm {
    font-size: 1rem;
    margin-bottom: 5px;
}

.comments-list .children {
    padding-left: 6em;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #e1e1e1;
}

.comments-list .children:last-child {
    margin-bottom: 0;
}

.comment-respond {
    display: inline-block;
    width: 100%;
}

.comment-respond label {
    display: none;
}

.comment-respond textarea {
    height: 200px;
}

.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-author {
    width: 33.3%;
    display: block;
    float: left;
}

.comment-respond .comment-form-email {
    padding: 0 .71em;
}

.comment-respond .comment-form-url {
    padding: 0 0 0 1.42em;
}

.comment-respond .comment-form-author {
    padding: 0 1.42em 0 0;
}

.comment-respond .comment-form-rating label {
    margin-bottom: 0;
}

.comment-respond .comment-form-rating #rating {
    opacity: 0;
}

.comment-respond .comment-form-rating .stars {
    margin-bottom: 1em;
}

.comment-form-cookies-consent label {
    display: block;
}

/**
   *
   * Reviews form on woocommerce product
   *
   */
.commentlist {
    padding-left: 0 !important;
}

.commentlist li {
    list-style-type: none;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #e1e1e1;
}

.commentlist li li {
    margin-left: 2.14em;
}

.commentlist li:last-child {
    border: none;
}

.commentlist .avatar {
    float: left;
    margin-top: 12px;
    margin-right: 30px;
}

.commentlist .comment-text {
    overflow: hidden;
    text-align: left;
    text-align: start;
}

.commentlist .comment-text p {
    word-break: break-all;
}

.commentlist .description p {
    margin-bottom: .75em;
}

.commentlist .star-rating {
    float: right;
    margin-top: 5px;
}

.commentlist .star-rating span {
    height: auto;
}

.commentlist .meta {
    font-size: 0;
}

.commentlist .meta strong {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    color: #222222;
}

.commentlist .meta time {
    color: #888888;
    font-size: 1.14rem;
}

.no-comments {
    display: none;
}

#review_form .comment-respond label {
    display: block;
    font-size: 1.14rem;
}

#review_form .comment-respond .comment-form-author,
#review_form .comment-respond .comment-form-email {
    width: 100%;
    display: block;
    padding: 0;
}

#review_form .comment-respond .comment-form-author input,
#review_form .comment-respond .comment-form-email input {
    width: 100%;
}

#review_form .stars a {
    display: inline-block;
    font-size: 0;
    margin-right: 15px;
}

#review_form .stars a:before {
    content: '\e930d';
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#review_form .stars a.star-2:before {
    content: '\e930d \e930d';
}

#review_form .stars a.star-3:before {
    content: '\e930d \e930d \e930d';
}

#review_form .stars a.star-4:before {
    content: '\e930d \e930d \e930d \e930d ';
}

#review_form .stars a.star-5:before {
    content: '\e930d \e930d \e930d \e930d \e930d';
}

#review_form #wp-comment-cookies-consent+label {
    display: inline-block;
}

.star-rating:before,
.star-rating span:before,
#review_form .stars a:before {
    font-size: 1rem;
    font-family: 'xstore-icons';
    color: #e1e1e1;
    -webkit-text-fill-color: currentColor;
}

.star-rating span:before,
#review_form .stars a.active:before,
#review_form .stars a:hover:before {
    color: #fdd835;
    -webkit-text-fill-color: currentColor;
}

@media only screen and (max-width: 1200px) {
    .comments-list .children {
        padding-left: 3em;
    }
}

@media only screen and (min-width: 992px) {
    #reviews {
        overflow: hidden;
        --h2-line-height: 1.4;
    }

    #reviews #comments,
    #reviews #review_form_wrapper {
        width: 50%;
    }

    #reviews #comments:only-child,
    #reviews #review_form_wrapper:only-child {
        width: 100%;
        padding: 0;
    }

    #reviews #review_form_wrapper {
        float: right;
        padding-left: 15px;
    }

    #reviews #comments {
        float: left;
        padding-right: 15px;
    }

    .tabs-after_image #reviews #comments,
    .tabs-after_image #reviews #review_form_wrapper {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {

    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url,
    .comment-respond .comment-form-author {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .comment-respond .form-group input {
        width: 100%;
    }

    .commentlist .comment {
        padding-bottom: 1.43em;
        margin-bottom: 1.43em;
    }

    .commentlist .comment-text p {
        word-break: normal;
    }
}

@media only screen and (max-width: 480px) {
    .comments-list .comment .media .pull-left {
        margin-bottom: 10px;
    }

    .comments-list .comment .media-body {
        width: 100%;
    }
}

/*=====  End of Comments styles  ======*/
/* Fullwidth */
.blog-full-width {
    padding: 0 30px;
}

.blog-full-width .row {
    margin-right: 0;
    margin-left: 0;
}

.blog-full-width .row .content {
    padding: 0;
}

.blog-full-width .row .content .blog-masonry {
    margin-left: 0;
    margin-right: 0;
}

.blog-full-width article {
    margin-left: 0;
}

.blog-full-width article .wp-picture {
    display: block;
}

.blog-full-width article h6.active {
    margin-top: 35px;
}

.blog-full-width article.post-grid.col-md-3 .zoom .btn_group {
    margin-top: -25px;
}

.blog-full-width .articles-pagination {
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 992px) {
    .blog-full-width article {
        width: 50%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .blog-full-width article {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .blog-full-width {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.woocommerce-pagination.sb-hide {
    display: flex !important;
    visibility: hidden;
}

.dokan-pagination-container .dokan-pagination,
.woocommerce-pagination ul.page-numbers,
#comments ul.page-numbers,
.etheme-pagination ul.page-numbers {
    margin-bottom: 0;
    padding: 0;
}

.woocommerce-pagination li,
#comments ul.page-numbers li,
.etheme-pagination li,
.dokan-pagination-container .dokan-pagination li {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    vertical-align: middle;
}

.woocommerce-pagination,
#comments .woocommerce-pagination,
.etheme-pagination,
.dokan-pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 24px 0;
    margin-bottom: 20px;
    border-top: 1px solid #e1e1e1;
    width: 100%;
}

.woocommerce-pagination:empty,
#comments .woocommerce-pagination:empty,
.etheme-pagination:empty,
.dokan-pagination-container:empty {
    display: none !important;
    margin-bottom: 0;
}

.dokan-pagination-container .dokan-pagination li.active a {
    background: transparent;
}

.woocommerce-pagination a:hover,
.woocommerce-pagination .current,
#comments ul.page-numbers a:hover,
#comments ul.page-numbers .current,
.etheme-pagination a:hover,
.etheme-pagination .current,
.dokan-pagination-container li a:hover,
.dokan-pagination-container .dokan-pagination li.active a {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.woocommerce-pagination .current,
#comments ul.page-numbers .current,
.etheme-pagination .current,
.dokan-pagination-container .dokan-pagination li .current,
.woocommerce-pagination a,
#comments ul.page-numbers a,
.etheme-pagination a,
.dokan-pagination-container .dokan-pagination li a {
    font-size: .85rem;
    min-width: 36px;
    height: 36px;
    border: 1px solid #e1e1e1;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
}

.dokan-pagination-container .dokan-pagination li,
.woocommerce-pagination li,
#comments ul.page-numbers li,
.etheme-pagination li {
    margin-left: 4px;
    margin-right: 4px;
}

.dokan-pagination-container .dokan-pagination li:last-child,
.woocommerce-pagination li:last-child,
#comments ul.page-numbers li:last-child,
.etheme-pagination li:last-child {
    margin-right: 0;
}

.dokan-pagination-container .dokan-pagination li:first-child,
.woocommerce-pagination li:first-child,
#comments ul.page-numbers li:first-child,
.etheme-pagination li:first-child {
    margin-left: 0;
}

.etheme-pagination.align-center {
    flex-direction: column-reverse;
}

.etheme-pagination.align-center .et_count-posts {
    margin-top: 10px;
}

.etheme-pagination.align-left {
    justify-content: space-between;
    flex-direction: row-reverse;
}

.etheme-pagination.align-right {
    justify-content: space-between;
}

.etheme-pagination .next,
.etheme-pagination .prev {
    font-size: 0;
}

.etheme-pagination .next:before,
.etheme-pagination .prev:before {
    font-family: 'xstore-icons';
    font-size: .85rem;
}

.etheme-pagination .next:before {
    content: "\e904";
}

.etheme-pagination .prev:before {
    content: "\e902";
}

.et_count-posts {
    margin-bottom: 0;
}

.et-load-block {
    position: relative;
}

.et-load-block .btn {
    padding: 0;
    height: auto;
    border: none;
}

.et-load-block .btn a {
    color: #222222;
    padding: .83rem 1.7rem;
    display: inline-block;
    -webkit-text-fill-color: currentColor;
}

.et-load-block .btn:hover a {
    color: #fff;
}

.et-load-block.loading .et-loader {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.et-load-block.loading .btn,
.et-load-block.lazy-loading .btn {
    opacity: 0;
}

.et-load-block .et-loader {
    z-index: -1;
    position: static;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.et-load-block .et-loader-img {
    max-width: 200px;
}

.et-load-block p {
    margin-bottom: 0;
}

.et-ajax-element {
    min-height: 100px;
}

.et_blog-ajax .post {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.et_blog-ajax .loaded {
    opacity: 1;
}

.et_blog-ajax .loading {
    opacity: .3;
}

.et_load-posts {
    border-top: 1px solid #e1e1e1;
    padding: 24px 0;
}

@media only screen and (max-width: 480px) {
    .etheme-pagination {
        flex-direction: column;
    }

    .etheme-pagination .et_count-posts {
        margin-bottom: 10px;
    }
}

article.format-quote .featured-quote,
.single-format-quote .featured-quote {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    line-height: 26px;
    text-align: center;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

article.format-quote .featured-quote .quote-icon,
.single-format-quote .featured-quote .quote-icon {
    display: none;
}

article.format-quote .featured-quote .quote-content,
.single-format-quote .featured-quote .quote-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    font-size: 1.14rem;
    padding-left: 30px;
    padding-right: 30px;
    font-style: italic;
}

article.format-quote .featured-quote .quote-content i:first-of-type,
.single-format-quote .featured-quote .quote-content i:first-of-type {
    padding-left: 5px;
    transform: rotateY(180deg);
}

article.format-quote .featured-quote .quote-content i:last-of-type,
.single-format-quote .featured-quote .quote-content i:last-of-type {
    padding-left: 5px;
}

article.format-quote .featured-quote .quote-content cite,
.single-format-quote .featured-quote .quote-content cite {
    font-size: 1.14rem;
    font-style: normal;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

article.format-quote .featured-quote .quote-content p,
.single-format-quote .featured-quote .quote-content p {
    font-size: 1rem;
    margin-bottom: 0;
}

article.format-quote .content-article p i:first-of-type,
.single-format-quote .content-article p i:first-of-type {
    padding-left: 7px;
    transform: rotateY(180deg);
}

article.format-quote .content-article p i:last-of-type,
.single-format-quote .content-article p i:last-of-type {
    padding-left: 7px;
}

article.format-quote .post-categories,
.single-format-quote .post-categories {
    display: none;
}

.content-framed {
    margin-bottom: 60px !important;
}

.content-framed .wp-picture {
    margin-bottom: 0 !important;
}

.content-framed .post-heading {
    text-align: center;
    margin: -100px 100px 0;
    background-color: #fff;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 4;
}

.content-framed .post-heading .entry-title {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
}

.content-framed .meta-post {
    padding-bottom: .79em;
}

.content-framed .content-article {
    text-align: center;
    padding: 0 16%;
}

.content-framed .content-article .read-more {
    background-color: #888888;
    color: #fff;
    padding: 10px 40px 10px 20px;
}

.content-framed .content-article .read-more:after {
    right: 12px;
    top: 50%;
    opacity: 1;
    margin-right: 0;
    transform: translateY(-50%);
}

.content-framed .content-article .read-more:before {
    display: none;
}

@media only screen and (max-width: 992px) {
    .content-framed .post-heading {
        padding-top: 15px;
        margin: 0;
    }

    .content-framed .content-article {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-framed .content-article .read-more {
        padding: 5px 30px 5px 15px;
    }
}

/*Blog Columns*/
article.blog-post.col-md-4 .zoom .btn_group a,
article.post-grid.col-md-4 .zoom .btn_group a {
    padding: 11px 11px;
}

article.blog-post.col-md-4.format-quote .quote-content,
article.post-grid.col-md-4.format-quote .quote-content {
    zoom: .7;
    line-height: 24px;
}

article.blog-post.col-md-3.format-quote .quote-content,
article.post-grid.col-md-3.format-quote .quote-content {
    zoom: .85;
}

article.blog-post.col-md-3 .zoom .btn_group,
article.post-grid.col-md-3 .zoom .btn_group {
    margin-top: -50px;
}

.swiper-wrapper article.blog-post.col-md-4.format-quote .quote-content,
.swiper-wrapper article.post-grid.col-md-4.format-quote .quote-content,
.swiper-wrapper article.blog-post.col-md-3.format-quote .quote-content,
.swiper-wrapper article.post-grid.col-md-3.format-quote .quote-content {
    zoom: 1;
}

article.post-grid .content-article p {
    margin-bottom: 0;
}

.content-center {
    text-align: center;
}

/* Content Grid */
.content-grid.col-md-4:nth-child(3n+1),
.content-grid2.col-md-4:nth-child(3n+1),
.content-grid.col-md-3:nth-child(4n+1),
.content-grid2.col-md-3:nth-child(4n+1),
.content-grid.col-md-6:nth-child(2n+1),
.content-grid2.col-md-6:nth-child(2n+1) {
    clear: both;
}

.content-grid .post-heading h2,
.content-grid2 .post-heading h2 {
    font-size: 1.3rem;
}

/* Content Grid2 */
.content-grid2 {
    padding-top: 30px;
    position: relative;
}

article.content-grid2 {
    margin-bottom: 70px;
}

.content-grid2 .meta-post-timeline {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #888888;
    z-index: 4;
    top: 0;
    background-color: #FFF;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.content-grid2 .meta-post-timeline>* {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.content-grid2 .meta-post-timeline .time-day {
    font-size: 23px;
    margin-bottom: 0;
    line-height: 1;
}

.content-grid2 .meta-post-timeline .time-mon {
    font-size: 1rem;
    text-transform: uppercase;
}

.content-grid2:hover .meta-post-timeline {
    background-color: #c62828;
    border-color: #c62828;
}

.content-grid2:hover .meta-post-timeline .time-day,
.content-grid2:hover .meta-post-timeline .time-mon {
    color: #fff;
}

.content-grid2 .grid-post-body {
    text-align: center;
}

.content-grid2 .read-more {
    margin: auto;
}

.content-grid2 .post-categories {
    display: none;
}

.content-page:not(.blog-full-width) .content-grid.col-md-3 .wp-picture .blog-mask-inner,
.content-page:not(.blog-full-width) .content-grid2.col-md-3 .wp-picture .blog-mask-inner {
    display: none;
}

.content-page:not(.blog-full-width) .content-grid.col-md-3.format-quote .featured-quote .quote-content,
.content-page:not(.blog-full-width) .content-grid2.col-md-3.format-quote .featured-quote .quote-content,
.content-page:not(.blog-full-width) .content-grid.col-md-3.format-quote .featured-quote .quote-content p,
.content-page:not(.blog-full-width) .content-grid2.col-md-3.format-quote .featured-quote .quote-content p {
    font-size: 0;
}

.content-page:not(.blog-full-width) .content-grid.col-md-3.format-quote .featured-quote .quote-content i,
.content-page:not(.blog-full-width) .content-grid2.col-md-3.format-quote .featured-quote .quote-content i {
    font-size: 1.7rem;
    padding: 0;
    vertical-align: middle;
}

.content-page:not(.blog-full-width) .content-grid.col-md-3.format-quote .featured-quote .quote-content i:first-child,
.content-page:not(.blog-full-width) .content-grid2.col-md-3.format-quote .featured-quote .quote-content i:first-child {
    display: none;
}

/* Small */
article.content-small,
article.content-chess {
    width: 100%;
    display: inline-block;
}

article.content-small>div,
article.content-chess>div {
    display: flex;
    align-items: center;
    width: 100%;
}

article.content-small>div .post-data,
article.content-chess>div .post-data {
    width: 50%;
    flex: 1;
}

article.content-small .wp-picture,
article.content-chess .wp-picture,
article.content-small .post-gallery-slider,
article.content-chess .post-gallery-slider,
article.content-small .featured-audio,
article.content-chess .featured-audio,
article.content-small .featured-video,
article.content-chess .featured-video,
article.content-small .et_post-slider,
article.content-chess .et_post-slider {
    float: left;
    width: 50%;
    margin-right: 30px;
}

article.content-small .wp-picture img,
article.content-chess .wp-picture img,
article.content-small .post-gallery-slider img,
article.content-chess .post-gallery-slider img,
article.content-small .featured-audio img,
article.content-chess .featured-audio img,
article.content-small .featured-video img,
article.content-chess .featured-video img,
article.content-small .et_post-slider img,
article.content-chess .et_post-slider img {
    width: 100%;
}

article.content-small .wp-picture,
article.content-chess .wp-picture,
article.content-small .et_post-slider,
article.content-chess .et_post-slider {
    margin-bottom: 0;
}

article.content-small .content-article,
article.content-chess .content-article,
article.content-small .author-info,
article.content-chess .author-info {
    width: 100%;
}

article.content-small:not(.has-post-thumbnail) .content-article,
article.content-chess:not(.has-post-thumbnail) .content-article {
    width: 100%;
}

.content-chess:nth-child(even)>div {
    flex-direction: row-reverse;
}

.content-chess:nth-child(even) .wp-picture,
.content-chess:nth-child(even) .post-gallery-slider,
.content-chess:nth-child(even) .featured-audio,
.content-chess:nth-child(even) .featured-video,
.content-chess:nth-child(even) .et_post-slider {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}

@media only screen and (min-width: 993px) {

    article.content-small .wp-picture,
    article.content-chess .wp-picture,
    article.content-small .post-data,
    article.content-chess .post-data {
        flex: 1 0 auto;
    }

    article.content-small .wp-picture,
    article.content-chess .wp-picture,
    article.content-small .featured-audio,
    article.content-chess .featured-audio {
        max-width: 50%;
    }
}

@media only screen and (max-width: 992px) {

    article.content-small>div,
    article.content-chess>div {
        display: inline-block;
    }

    article.content-small .wp-picture,
    article.content-chess .wp-picture,
    article.content-small .post-gallery-slider,
    article.content-chess .post-gallery-slider,
    article.content-small .content-article,
    article.content-chess .content-article,
    article.content-small .featured-audio,
    article.content-chess .featured-audio,
    article.content-small .featured-video,
    article.content-chess .featured-video,
    article.content-small .author-info,
    article.content-chess .author-info,
    article.content-small .et_post-slider,
    article.content-chess .et_post-slider {
        width: 100%;
        float: none;
    }

    article.content-small>div .post-data,
    article.content-chess>div .post-data,
    article.content-small.format-video .content-article,
    article.content-chess.format-video .content-article {
        width: 100%;
    }

    article.content-small .wp-picture,
    article.content-chess .wp-picture,
    article.content-small .et_post-slider,
    article.content-chess .et_post-slider {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {

    article.content-small,
    article.content-chess {
        margin-bottom: 30px;
    }

    article.content-small .wp-picture,
    article.content-chess .wp-picture,
    article.content-small .post-gallery-slider,
    article.content-chess .post-gallery-slider,
    article.content-small .author-info,
    article.content-chess .author-info {
        width: 100%;
        margin-right: 0;
    }
}

/* Timeline */
article.content-timeline:before,
article.content-timeline .timeline-content {
    position: absolute;
    left: -4.5vw;
}

article.content-timeline .timeline-content {
    top: 0;
    background-color: #fff;
    z-index: 2;
}

article.content-timeline .sticky-post {
    top: 83px;
}

.boxed article.content-timeline .meta-post-timeline,
.framed article.content-timeline .meta-post-timeline {
    left: 0;
}

.boxed article.content-timeline .post-categories,
.framed article.content-timeline .post-categories {
    top: 80px;
}

.sidebar-position-left article.content-timeline:before,
.sidebar-position-left article.content-timeline .timeline-content {
    left: auto;
    right: -4.5vw;
}

@media only screen and (max-width: 1200px) {
    article.content-timeline .meta-post-timeline {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    article.content-timeline {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    article.content-timeline:before,
    article.content-timeline .timeline-content {
        display: none;
    }
}

.slide-view-timeline2,
article.content-timeline2,
article.content-timeline {
    position: relative;
}

.slide-view-timeline2 .meta-post-timeline,
article.content-timeline2 .meta-post-timeline,
article.content-timeline .meta-post-timeline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #888888;
    z-index: 4;
    top: 0;
    background-color: #FFF;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.slide-view-timeline2 .meta-post-timeline>*,
article.content-timeline2 .meta-post-timeline>*,
article.content-timeline .meta-post-timeline>* {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.slide-view-timeline2 .meta-post-timeline .time-day,
article.content-timeline2 .meta-post-timeline .time-day,
article.content-timeline .meta-post-timeline .time-day {
    font-size: 23px;
    margin-bottom: 0;
    line-height: 1;
}

.slide-view-timeline2 .meta-post-timeline .time-mon,
article.content-timeline2 .meta-post-timeline .time-mon,
article.content-timeline .meta-post-timeline .time-mon {
    font-size: 1rem;
    text-transform: uppercase;
}

.slide-view-timeline2:hover .meta-post-timeline,
article.content-timeline2:hover .meta-post-timeline,
article.content-timeline:hover .meta-post-timeline {
    background-color: #888888;
}

.slide-view-timeline2:hover .meta-post-timeline .time-day,
article.content-timeline2:hover .meta-post-timeline .time-day,
article.content-timeline:hover .meta-post-timeline .time-day,
.slide-view-timeline2:hover .meta-post-timeline .time-mon,
article.content-timeline2:hover .meta-post-timeline .time-mon,
article.content-timeline:hover .meta-post-timeline .time-mon {
    color: #fff;
}

.slide-view-timeline2 {
    padding-top: 30px;
}

.slide-view-timeline2 .meta-post-timeline {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.slide-view-timeline2 .post-categories {
    display: none;
}

article.content-timeline2 {
    margin-bottom: 0;
    padding-bottom: 50px;
}

article.content-timeline2>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

article.content-timeline2 .wp-picture,
article.content-timeline2 .post-gallery-slider,
article.content-timeline2 .featured-video {
    width: 50%;
    margin-bottom: 0;
}

article.content-timeline2 .post-data {
    width: 50%;
    padding-left: 30px;
}

article.content-timeline2:before,
article.content-timeline2 .timeline-content {
    position: absolute;
    left: -4.5vw;
}

article.content-timeline2:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
}

article.content-timeline2 .timeline-content {
    top: 50%;
    margin-top: -30px;
    transform: translate(-50%, -50%);
    padding: 23px 0;
    background-color: #fff;
    z-index: 2;
}

article.content-timeline2.format-gallery .et_post-slider {
    width: 50%;
}

.sidebar-position-left article.content-timeline2:before,
.sidebar-position-left article.content-timeline2 .timeline-content {
    left: auto;
    right: -4.5vw;
}

.sidebar-position-left article.content-timeline2 .timeline-content {
    transform: translate(50%, -50%);
}

@media only screen and (max-width: 1400px) {
    article.content-timeline2 {
        padding-left: 60px;
    }

    article.content-timeline2:before,
    article.content-timeline2 .timeline-content {
        left: 0;
    }

    .sidebar-position-left article.content-timeline2 {
        padding-left: 0;
        padding-right: 60px;
    }

    .sidebar-position-left article.content-timeline2:before,
    .sidebar-position-left article.content-timeline2 .timeline-content {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 992px) {
    article.content-timeline2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    article.content-timeline2:before,
    article.content-timeline2 .timeline-content {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    article.content-timeline2:before,
    article.content-timeline2 .timeline-content {
        left: 20px;
    }

    article.content-timeline2>div {
        display: block;
    }

    article.content-timeline2 .wp-picture,
    article.content-timeline2 .post-gallery-slider,
    article.content-timeline2 .featured-video {
        width: 100%;
        margin-bottom: 30px;
    }

    article.content-timeline2 .post-data {
        width: 100%;
        padding-left: 0;
    }

    article.content-timeline2 .meta-post-timeline {
        width: 50px !important;
        height: 50px !important;
    }

    article.content-timeline2 .meta-post-timeline .time-day {
        font-size: 22px !important;
        margin-top: 3px !important;
    }

    article.content-timeline2 .meta-post-timeline .time-mon {
        font-size: 11px;
    }
}

.content-with-author .post-heading {
    display: flex;
    margin-bottom: 0;
    position: relative;
    z-index: 100;
    align-items: flex-end;
}

.content-with-author .post-heading .author-info {
    display: inline-block !important;
    vertical-align: middle;
    width: 80px;
    min-width: 80px;
    margin-right: 15px;
    margin-left: 10px;
    padding-top: 0;
    margin-bottom: -20px;
    font-size: 0;
    border: 4px solid #fff;
    box-sizing: border-box;
    border-radius: 100%;
}

.content-with-author .post-heading .author-info img {
    border-radius: 100%;
    margin: 0;
    width: 100%;
}

.content-with-author .post-heading .post-heading-inner {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 600px) {
    .content-with-author .post-heading .author-info {
        display: none !important;
    }
}

.post-template-framed .post-header .post-heading {
    text-align: center;
    background-color: #fff;
    margin: -100px 100px 0;
    position: relative;
    z-index: 10;
    padding: 40px 0;
}

.post-template-framed .entry-content {
    padding: 0 100px;
}

@media only screen and (max-width: 992px) {
    .post-template-framed .post-header .post-heading {
        margin: 0;
        padding: 0 0 20px;
    }

    .post-template-framed .entry-content {
        padding: 0;
    }
}

@media only screen and (min-width: 993px) {
    .single-post.global-post-template-full-width:not(.single-testimonials) .post-header .post-heading h2 {
        text-transform: none;
        font-size: 2.5rem;
    }

    .global-post-template-full-width:not(.single-testimonials) .post-header {
        position: relative;
        margin: 0 15px 2.14rem;
    }

    .global-post-template-full-width:not(.single-testimonials) .post-header .post-heading {
        position: absolute;
        bottom: 0;
        padding: 3.57em;
        width: 100%;
        margin-bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        z-index: 1;
    }

    .global-post-template-full-width:not(.single-testimonials) .post-header .post-heading h2 {
        color: #fff;
        font-size: 2.28rem;
        line-height: 2.14rem;
    }

    .global-post-template-full-width:not(.single-testimonials) .post-header .post-heading .meta-post,
    .global-post-template-full-width:not(.single-testimonials) .post-header .post-heading .meta-post a {
        color: #fff;
    }

    .global-post-template-full-width:not(.single-testimonials) .post-header .post-heading .meta-post a:hover {
        color: #888888;
    }
}

/*----------  Global post template large  ----------*/
@media only screen and (max-width: 992px) {
    .global-post-template-full-width:not(.single-testimonials) .post-header {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.global-post-template-large .single-post-large-wrapper {
    height: 50.57rem;
    max-height: 65vh;
    margin-bottom: 40px;
}

.global-post-template-large .single-post-large-wrapper .single-post-large {
    height: 100%;
    position: relative;
}

.global-post-template-large .single-post-large-wrapper .post-heading {
    position: absolute;
    bottom: 0;
    padding: 8.57em 0 4.28em;
    width: 100%;
    z-index: 2;
    margin-bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.global-post-template-large .single-post-large-wrapper .post-heading h2 {
    line-height: 1.5;
    color: #fff;
}

.global-post-template-large .single-post-large-wrapper .post-heading .meta-post,
.global-post-template-large .single-post-large-wrapper .post-heading .meta-post a,
.global-post-template-large .single-post-large-wrapper .post-heading .meta-post .views-count {
    color: #fff;
}

.global-post-template-large .single-post-large-wrapper .post-heading .meta-post a:hover {
    text-decoration: underline;
}

.global-post-template-large .post-categories {
    display: inline-block;
    font-size: 1.14rem;
    padding: .25em 1.2em;
    margin-bottom: 1.42em;
}

.global-post-template-large .post-categories a {
    color: #fff;
}

.global-post-template-large.single-format-quote .single-post-large-wrapper {
    position: relative;
}

.global-post-template-large.single-format-quote .quote-content {
    font-size: 36px;
    line-height: 46px;
    max-width: 60vw;
    left: 50%;
    transform: translate(-50%, -50%);
}

.global-post-template-large.single-format-quote .quote-content i {
    font-size: 30px;
    padding-left: 10px !important;
}

.global-post-template-large.single-format-quote .quote-content p {
    margin-top: 20px;
}

.global-post-template-large.single-format-quote .single-post-large .post-heading {
    height: 100%;
}

.global-post-template-large.single-format-quote .single-post-large .post-heading .meta-post {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    font-size: 16px;
    color: #fff;
}

.global-post-template-large.single-format-quote .single-post-large .post-heading .meta-post a,
.global-post-template-large.single-format-quote .single-post-large .post-heading .meta-post .views-count {
    color: #fff;
}

.global-post-template-large .post-header .wp-picture,
.global-post-template-large.single-format-quote .single-post-large .post-heading .post-categories,
.global-post-template-large.single-format-quote .single-post-large .post-heading h2,
.global-post-template-large.single-format-quote .meta-post {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .global-post-template-large .single-post-large-wrapper {
        height: 43rem;
    }
}

@media only screen and (max-width: 768px) {
    .global-post-template-large.single-format-quote .quote-content {
        font-size: 24px;
        line-height: 36px;
        max-width: 90vw;
    }

    .global-post-template-large.single-format-quote .quote-content i {
        font-size: 24px;
    }

    .global-post-template-large.single-format-quote .meta-post {
        left: 0;
        transform: none;
        width: 100%;
        text-align: center;
    }
}

.global-post-template-large2 .single-post-large-wrapper.centered {
    text-align: center;
}

.global-post-template-large2 .single-post-large-wrapper.centered .post-heading {
    top: 0;
}

.global-post-template-large2 .single-post-large-wrapper.centered .post-heading .container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: unset;
}

.global-post-template-large2 .single-post-large-wrapper.centered .post-heading h2 {
    font-size: 3em;
    line-height: 2.9rem;
}

.posts-nav-btn {
    display: flex;
    flex-wrap: nowrap;
    position: fixed;
    top: 50%;
    z-index: 9;
    height: 90px;
    height: min-content;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.posts-nav-btn a:hover {
    color: #222222;
}

.posts-nav-btn .post-info {
    background: #fff;
}

.posts-nav-btn .post-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    box-sizing: border-box;
    width: 270px;
}

.posts-nav-btn .post-info .post-title {
    font-size: 1.14rem;
    display: block;
    max-width: 155px;
}

.posts-nav-btn .post-info .price {
    font-size: 1rem;
    margin-bottom: 0;
}

.prev-post {
    left: -225px;
    text-align: right;
}

.prev-post.outside {
    left: -270px;
}

.prev-post .button:before {
    content: "\e902";
}

.prev-post .post-info {
    justify-content: flex-end;
}

.prev-post .post-details {
    margin-right: 20px;
}

.prev-post:hover {
    left: 0;
}

.next-post {
    right: -225px;
    text-align: left;
}

.next-post.outside {
    right: -270px;
}

.next-post .button:before {
    content: "\e904";
}

.next-post .post-details {
    margin-left: 20px;
}

.next-post:hover {
    right: 0;
}

.post-navigation {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    display: inline-block;
    padding: 1.78em 0;
    text-align: right;
}

.post-navigation p {
    margin-bottom: 0;
}

.post-navigation a {
    padding-left: 5px;
    padding-right: 5px;
}

.post-navigation:empty {
    display: none;
}

@media only screen and (max-width: 1300px) {
    .posts-navigation {
        display: none;
    }
}

/*===================================
  =            Single Post            =
  ===================================*/
.single-post .wp-picture img {
    width: 100%;
}

.single-post .entry-content>blockquote:last-child {
    margin-bottom: 25px;
}

.single-tags,
.product_meta {
    width: 100%;
}

.single-tags span,
.product_meta span span,
.single-tags a,
.product_meta span a {
    color: #888888;
}

.single-tags a:hover,
.product_meta span a:hover {
    color: #222222;
}

.product_meta {
    clear: both;
}

.product_meta>span,
.product_meta>div {
    display: flex;
    flex-wrap: wrap;
}

.product_meta>span *:first-child,
.product_meta .products-page-cats a:first-child {
    padding-left: 3px;
}

.product_meta .product_brand,
.product_meta .product_seller {
    align-items: center;
}

.product_meta,
.product_meta>span,
.product_meta .products-page-cats,
.product_meta .wcml_currency_switcher,
.product_meta .wcml-dropdown.product,
.wcpv-sold-by-single {
    margin-bottom: 10px;
}

.product_meta .wcml_currency_switcher,
.product_meta .wcml-dropdown.product {
    margin-top: 0;
}

.single-tags,
.product_meta,
.product-share,
.wcpv-sold-by-single {
    color: #222222;
    font-size: 1.14rem;
}

.et-socials span,
.single-tags span {
    color: #222222;
}

.single-tags {
    margin: 0 0 25px;
}

.share-post {
    padding: 2em 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    display: flex !important;
    justify-content: center;
    margin-bottom: 3.5em;
}

.share-post span {
    margin-bottom: 0;
}

.share-post .share-title,
.portfolio-single-item .share-title {
    display: none;
    color: #222222;
}

.author-info {
    width: 100%;
    display: inline-block;
    margin-bottom: 3em;
    font-size: 1.14rem;
    overflow: hidden;
}

.author-info img {
    margin-right: 2.5em;
    max-width: 100px;
}

.author-info .title-alt {
    display: none;
}

.author-info .author-link {
    margin-top: 1.05em;
    display: block;
}

.author-info .media-body p:last-of-type,
.comments-list .comment .media-body p:last-of-type {
    margin-bottom: 1.05em;
}

.post-password-form label {
    margin-bottom: 0;
}

.post-password-form input {
    vertical-align: middle;
    margin-top: 6px;
}

.post-password-form input[type=submit] {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
}

.post-password-form input[type=submit]:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.post-password-form input[type=submit]:focus {
    color: #fff;
}

.post-password-form input[type=submit]:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.post-password-form input[type=submit]:focus {
    color: #fff;
}

.swiper-container.posts-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.posts-slider article {
    width: 100%;
    margin-bottom: 0;
}

.posts-slider article>div {
    border: none;
}

.posts-slider article .wp-picture {
    min-height: 120px;
    width: 100%;
    margin-bottom: 18px;
    display: inline-block;
    float: none;
}

.posts-slider article .post-heading {
    margin-bottom: 15px;
}

.posts-slider article .post-heading h2 {
    font-size: 1.3rem;
}

.posts-slider article .content-article,
.posts-slider article .content-article p {
    font-size: 1.14rem;
    margin-bottom: 0;
}

.posts-slider article .meta-post .post-comments-count:before {
    position: relative;
    top: -1px;
}

.posts-slider article .meta-post .entry-date:before {
    content: '\e937';
    font-family: 'xstore-icons';
    display: inline-block;
    margin-right: 7px;
    font-size: 1rem;
}

.posts-slider article .meta-post .post-comments-count:before {
    margin-right: 7px;
}

.posts-slider article.format-quote .featured-quote .quote-content,
.posts-slider article.format-quote .featured-quote .quote-content p {
    font-size: 0;
}

.posts-slider article.format-quote .featured-quote .quote-content i {
    font-size: 1.7rem;
    padding: 0;
    vertical-align: middle;
}

.posts-slider article.format-quote .featured-quote .quote-content i:first-child {
    display: none;
}

.single-post .comments {
    margin-bottom: 50px;
}

.posts-slider article .meta-post .meta-divider,
.posts-slider article .meta-post .views-count,
.related-posts .post-categories,
.related-posts .more-link,
.related-posts .featured-quote {
    display: none;
}

.related-posts.swiper-class-blog .swiper-wrapper img {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .single-post .wp-picture+.post-heading {
        margin-top: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .posts-nav-btn {
        height: 50px;
    }

    .posts-nav-btn img {
        max-width: 50px;
        max-height: 50px;
    }

    .posts-slider article .featured-quote {
        zoom: .75;
    }

    .share-post {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        margin-bottom: 2em;
    }

    .comments .title-alt,
    .about-author-title,
    .related-posts .title,
    .comment-reply-title {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .posts-nav-btn {
        display: none;
    }

    .single-essential_grid .share-post {
        width: 100%;
    }

    .post-heading h2 {
        font-size: 1.5rem;
    }
}

/*-----  End of Single Post  ------*/
/*================================
  =            404 Page            =
  ================================*/
.page-404 {
    margin-top: 12%;
    margin-bottom: 12%;
    text-align: center;
}

.page-404 .largest {
    font-size: 7.7rem;
    line-height: 1.055em;
    margin-bottom: 0;
    background: url('images/404.png');
    background-size: auto 200%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: bgImageAnim 7s linear infinite;
}

.page-404 h1 {
    text-transform: uppercase;
    font-size: 1.7142em;
    margin-bottom: 5px;
}

.page-404 .widget_search {
    width: auto;
}

@media only screen and (max-width: 992px) {
    .page-404 .largest {
        font-size: 15rem;
    }

    .page-404 h1 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 480px) {
    .page-404 .largest {
        font-size: 8rem;
    }

    .page-404 h1 {
        font-size: 1.5rem;
    }
}

/*-----  End of 404 Page  ------*/
.animated {
    animation-fill-mode: both;
}

.et-slider .animated {
    animation-duration: .5s;
}

@-webkit-keyframes bgImageAnim {
    from {
        background-position: center 0;
    }

    to {
        background-position: center 200%;
    }
}

@keyframes bgImageAnim {
    from {
        background-position: center 0;
    }

    to {
        background-position: center 200%;
    }
}

@-webkit-keyframes slideInEffect {
    from {
        top: 120%;
        opacity: 0;
    }

    to {
        top: 100%;
        opacity: 1;
    }
}

@keyframes slideInEffect {
    from {
        top: 120%;
        opacity: 0;
    }

    to {
        top: 100%;
        opacity: 1;
    }
}

@-webkit-keyframes slideOutEffect {
    from {
        top: 100%;
        opacity: 1;
    }

    to {
        top: 120%;
        opacity: 0;
    }
}

@keyframes slideOutEffect {
    from {
        top: 100%;
        opacity: 1;
    }

    to {
        top: 120%;
        opacity: 0;
    }
}

@-webkit-keyframes slideInRightEffect {
    from {
        transform: translateX(-40px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRightEffect {
    from {
        transform: translateX(-40px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideOutRightEffect {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(-40px);
        opacity: 0;
    }
}

@keyframes slideOutRightEffect {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(-40px);
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@keyframes et-woo-fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    10% {
        opacity: 1;
        visibility: visible;
    }

    90% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes et-toTop {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

/*===================================
  =            Back to Top            =
  ===================================*/
.back-top {
    position: fixed;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    padding: 12px;
    right: 30px;
    bottom: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: translateX(20px);
}

.back-top a {
    display: block;
    color: #222222;
    height: 100%;
    font-size: 12px;
    text-align: center;
}

.back-top a:focus {
    outline: none;
}

.back-top span {
    display: block;
}

.back-top.backIn {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.back-top:hover .et-icon {
    animation: animArrow 1s infinite;
}

@keyframes animArrow {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes animArrowReverse {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0);
    }
}

@media only screen and (max-width: 992px) {
    .back-top:hover .et-icon {
        animation: none;
    }
}

@media only screen and (max-width: 480px) {
    .back-top {
        right: 15px;
        bottom: 15px;
    }
}

/*-----  End of Back to Top  ------*/
/*==================================
  =            Blank Page            =
  ==================================*/
body.page-template-blank header,
body.page-template-blank .header-wrapper,
body.page-template-blank .fixed-header {
    display: none;
}

body.page-template-blank .template-container {
    width: 100%;
}

body.page-template-blank .page-wrapper {
    display: table;
    width: 100%;
    padding-top: 0 !important;
}

body.page-template-blank .container.blank-page {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

body.page-template-blank .container.blank-page .container {
    width: 100%;
}

body.page-template-blank .container.blank-page .ult_countdown {
    float: none;
    display: inline-block;
}

body.page-template-blank .container.blank-page span.ult_countdown-section {
    display: inline-block;
    margin: 0 30px;
    position: relative;
}

body.page-template-blank .container.blank-page span.ult_countdown-section:after,
body.page-template-blank .container.blank-page span.ult_countdown-section:before {
    content: "";
    position: absolute;
    display: block;
}

body.page-template-blank .container.blank-page span.ult_countdown-section:last-child:before,
body.page-template-blank .container.blank-page span.ult_countdown-section:last-child:after {
    display: none;
}

body.page-template-blank .container.blank-page .form.mc4wp-form {
    width: 440px;
    margin: 0 auto;
}

body.page-template-blank .container.blank-page .form.mc4wp-form input[type="email"] {
    margin-top: 5px;
    margin-bottom: 20px;
}

body.page-template-blank .container.blank-page .form.mc4wp-form p {
    margin-bottom: 0 !important;
}

body.page-template-blank footer,
body.page-template-blank .footer-bottom {
    display: none !important;
}

.page-template-blank .content-page {
    padding-bottom: 0;
}

/*-----  End of Blank Page  ------*/
/*====================================
  =            Contact Form            =
  ====================================*/
.contact-form.design-2 input[type="text"] {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .contact-form.design-2 input[type="text"] {
        width: 100%;
    }

    .wpcf7-form .form-group p:first-child {
        margin-bottom: 1.43em;
    }
}

@media only screen and (max-width: 480px) {
    .contact-form .pull-right {
        width: 100%;
        text-align: center;
    }
}

.mc4wp-form input[type=email] {
    color: #888888;
}

.mc4wp-form input[type=email]:focus,
.mc4wp-form input[type="submit"]:focus {
    outline: none;
    box-shadow: none;
}

.wpcf7-form .form-group {
    display: inline-block;
    width: 100%;
}

.wpcf7-form .form-group p {
    width: 50%;
    float: left;
    margin-bottom: 0;
}

.wpcf7-form .form-group p input {
    width: 100%;
}

.wpcf7-form .form-group p:first-child {
    padding-right: 15px;
}

.wpcf7-form .form-group p:last-child {
    padding-left: 15px;
}

.wpcf7-form br {
    display: none;
}

.wpcf7 .wpcf7 .ajax-loader {
    background: transparent;
}

.wpcf7 .wpcf7 .ajax-loader:before {
    content: "\e917";
    font-family: 'xstore-icons';
    animation: rotate .8s infinite linear;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

form.wpcf7-form label {
    display: block;
}

form.wpcf7-form>p:last-of-type {
    margin-bottom: 0;
}

form.wpcf7-form .wpcf7-submit:not(.active) {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    -webkit-text-fill-color: currentColor;
}

form.wpcf7-form .wpcf7-submit:not(.active):hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

form.wpcf7-form .wpcf7-submit:not(.active):focus {
    color: #fff;
}

form.wpcf7-form .wpcf7-submit:not(.active):hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

form.wpcf7-form .wpcf7-submit:not(.active):focus {
    color: #fff;
}

div.wpcf7 .ajax-loader {
    width: auto;
    height: auto;
    background: none;
    line-height: 1;
}

@media only screen and (max-width: 480px) {
    .wpcf7-form .form-group p {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

div.wpcf7-response-output {
    padding: 15px 20px !important;
    background: #fff;
}

/*-----  End of Contact Form  ------*/
span.dropcap {
    font-size: 3.14rem;
    line-height: 2.86rem;
    position: relative;
    min-width: 1.45em;
    top: .14em;
    height: 1.45em;
    text-align: center;
    float: left;
    padding: .23em;
    margin-right: .34em;
    color: #222222;
}

span.dropcap.dark {
    color: #FFF;
    background-color: #222222;
}

span.dropcap.bordered {
    border: 1px solid #e1e1e1;
}

span.dropcap.light {
    font-size: 6rem;
    line-height: 3.07rem;
    margin-right: 0;
    height: .76em;
    min-width: .76em;
    padding: .12em .20em;
}

.products-grid .et-timer,
.products-slider .et-timer {
    margin: 15px auto 5px;
}

.products-grid .et-timer.type2 .time-block,
.products-slider .et-timer.type2 .time-block {
    font-size: 0.8em;
}

.products-grid .et-timer.type2 .time-block .timer-count,
.products-slider .et-timer.type2 .time-block .timer-count {
    font-size: 1.5em;
}

.et-timer {
    text-align: center;
    margin: 20px auto 20px;
    display: inline-block;
    position: relative;
    font-size: 15px;
}

.et-timer.type1 .time-block {
    width: 8.667em;
    height: 8.667em;
    padding-top: 1.9em;
    border-radius: 4px;
    margin: 0 .85em;
}

.et-timer.type1 .time-block:first-child {
    margin-left: 0;
}

.et-timer.type1 .time-block:last-of-type {
    margin-right: 0;
}

.et-timer.type2 .circle-box {
    display: none;
}

.et-timer.type2 .time-block:not(:last-child) .timer-count {
    position: relative;
}

.et-timer.type2 .time-block:not(:last-child) .timer-count:after {
    content: ':';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    color: currentColor;
}

.et-timer.type2 .time-block span {
    padding: 0 .5em;
}

.et-timer .time-block {
    position: relative;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    text-transform: uppercase;
    float: left;
}

.et-timer .time-block .timer-count {
    font-size: 3em;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}

.et-timer .timer-info {
    font-size: 2em;
    margin-bottom: 10px;
}

.et-timer .timer-info:empty {
    display: none;
}

.et-timer .circle-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 8.667em;
    height: 8.667em;
    transform: rotate(-90deg);
}

.et-timer .circle-box:before {
    content: "";
    position: absolute;
    width: 8.5em;
    left: 1px;
    top: 1px;
    height: 8.5em;
    border: 0.219em solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    display: block;
    box-sizing: border-box;
}

.et-timer .circle-box svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke-width: .22em;
    stroke: #fff;
}

.et-timer .circle-box.stop-animation svg circle {
    transition: none;
}

.et-timer.dark .time-block {
    color: #de5656;
}

.et-timer.dark .time-block .timer-count {
    color: #222222;
}

.et-timer.dark .time-block .circle-box:before {
    display: none;
}

.et-timer.dark .time-block .circle-box svg circle {
    stroke: #c62828;
}

.et-timer.white .time-block:not(:last-child):after,
.et-timer.white .time-block .timer-count {
    color: #fff;
}

.products-sale-counter,
.products-list .et-timer {
    font-size: 10px;
}

.product-sale-counter {
    width: 100%;
}

.product-sale-counter .time-block {
    float: none;
    color: #888888 !important;
}

.product-sale-counter .time-block .timer-count {
    color: #222222;
}

.product-information .product-sale-counter,
.products-list .product-sale-counter {
    display: block;
    text-align: left;
    text-align: start;
    margin: 15px auto 20px;
}

.product-information .product-sale-counter .time-block,
.products-list .product-sale-counter .time-block {
    text-align: center;
}

.product-information .product-sale-counter {
    font-size: .7rem;
}

@media only screen and (max-width: 1200px) {
    .et-timer.type1 {
        font-size: 6px;
    }
}

@media only screen and (max-width: 992px) {
    .et-timer.type1 {
        font-size: 4.8px;
    }
}

@media only screen and (max-width: 650px) {
    .et-timer.type1 {
        font-size: 4.5px;
    }
}

@media only screen and (max-width: 480px) {
    .et-timer.type1 .time-block {
        padding-top: 16px;
        font-size: 10px;
        margin: 0 3px 10px 3px;
    }

    .et-timer.type1 .time-block .timer-count {
        font-size: 18px;
        margin-bottom: 0;
    }

    .et-timer.type1 .time-block,
    .et-timer.type1 .time-block .circle-box,
    .et-timer.type1 .time-block .circle-box:before {
        width: 60px;
        height: 60px;
    }

    .content-product .et-timer.product-sale-counter {
        font-size: 12px;
    }

    .swiper-slide .et-timer {
        font-size: 12px;
    }
}

#etheme-popup {
    margin: 0 auto;
    background-color: transparent;
    padding: 30px;
    max-width: 100% !important;
    position: relative;
}

#etheme-popup .checkbox-label {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

#etheme-popup .checkbox-label label {
    color: #b3b3b3;
}

#etheme-popup .checkbox-label input {
    position: relative;
}

#etheme-popup p,
#etheme-popup h1 {
    margin-bottom: 0;
}

#etheme-popup .vc_sep_color_white h4 {
    color: #fff;
}

#etheme-popup-holder {
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

/*====================================
  =           Facebook login           =
  ====================================*/
.et-facebook-login-wrapper {
    text-align: center;
}

.et-facebook-login-button {
    background: #4f699e;
    font-size: .85rem;
    color: #fff;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    line-height: 1.5;
}

.et-facebook-login-button i {
    margin-right: .3em;
}

.et-facebook-login-button:hover,
.et-facebook-login-button:hover:focus {
    background-color: #3b5998;
    color: #fff;
    opacity: 1;
}

/*-----  End Facebook login  ------*/
/* Flex Slider */
.flexslider {
    box-shadow: none !important;
}

.flexslider .flex-control-nav {
    bottom: 0 !important;
}

.flexslider .flex-direction-nav {
    opacity: 0;
}

.flexslider .flex-control-nav,
.flexslider .flex-direction-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flexslider:hover .flex-direction-nav {
    opacity: 1;
}

.flexslider .flex-direction-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 45px;
    height: 45px;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flexslider .flex-direction-nav a:hover {
    background-color: #fff;
}

.flexslider .flex-direction-nav a.flex-next {
    right: 30px !important;
}

.flexslider .flex-direction-nav a.flex-prev {
    left: 30px !important;
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
    font-family: 'xstore-icons' !important;
    font-size: initial;
}

.flex-direction-nav a.flex-next:after,
.flex-direction-nav a.flex-prev:after {
    position: absolute;
}

.flex-direction-nav a.flex-next:before {
    content: '\e904' !important;
}

.flex-direction-nav a.flex-prev:before {
    content: '\e902' !important;
}

.single-post .flexslider {
    margin-bottom: 0 !important;
}

/* Nivo Slider */
.nivoSlider {
    box-shadow: none !important;
}

.nivo-controlNav {
    position: relative;
}

.slider-text-block {
    padding: 40px;
    width: 660px;
}

.slider-text-block div {
    display: inline-block;
    max-width: 100%;
    word-break: break-all;
}

.null-instagram-feed ul {
    text-align: center;
}

.null-instagram-feed li {
    position: relative;
    display: inline-block;
    list-style: none;
}

.null-instagram-feed li img {
    backface-visibility: hidden;
    font-size: 0;
}

.null-instagram-feed li a {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
}

.null-instagram-feed li a .insta-info {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    backface-visibility: hidden;
    background-color: rgba(34, 34, 34, 0.5);
    z-index: 2;
}

.null-instagram-feed li a .insta-info span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 1em;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.null-instagram-feed li a .insta-info span.insta-likes:before,
.null-instagram-feed li a .insta-info span.insta-comments:before {
    font-family: 'xstore-icons';
    padding-right: 6px;
    color: inherit !important;
}

.null-instagram-feed li a .insta-info span.insta-likes:before {
    content: '\e92d';
}

.null-instagram-feed li a .insta-info span.insta-comments:before {
    content: '\e938';
}

.null-instagram-feed li a .insta-info span:hover {
    color: #b3b3b3;
}

.null-instagram-feed li a .et-inst-media-type {
    position: absolute;
    top: 7px;
    right: 5px;
    z-index: 1;
    background: url("images/instagram-sprite.png") no-repeat;
    height: 32px;
    width: 32px;
}

.null-instagram-feed li a .et-inst-media-type.media-type-image {
    display: none;
}

.null-instagram-feed li a .et-inst-media-type.media-type-video {
    background-position: 0 -34px;
}

.null-instagram-feed li a .et-inst-media-type.media-type-igtv {
    background-position: -34px 0;
}

.null-instagram-feed li a:hover .insta-info {
    opacity: 1;
    visibility: visible;
}

.null-instagram-feed .swiper-slide {
    display: inline-flex;
}

.null-instagram-feed p a {
    display: inline-block;
    text-decoration: underline;
    padding-top: 10px;
}

.null-instagram-feed .instagram-size-medium li {
    width: 25%;
    padding: .3571em;
}

.null-instagram-feed .instagram-size-thumbnail li {
    width: 20%;
    padding: .2571em;
}

.null-instagram-feed .instagram-size-large li {
    width: 33.33%;
    padding: .3571em;
}

.null-instagram-feed .instagram-slider {
    padding-left: 0;
    cursor: move;
}

.null-instagram-feed .instagram-slider li {
    list-style: none;
    width: 100% !important;
}

.null-instagram-feed .instagram-pics {
    margin-bottom: 0;
    padding-left: 0;
}

.null-instagram-feed .instagram-pics.swiper-wrapper {
    align-items: center;
}

.null-instagram-feed .instagram-pics img {
    max-width: 100%;
}

.null-instagram-feed .instagram-no-space li,
.null-instagram-feed .instagram-no-space .instagram-pics li {
    padding: 0 !important;
    margin: 0 !important;
}

.null-instagram-feed.instagram-size-medium li,
.null-instagram-feed.widget .instagram-size-medium li {
    width: 12.5%;
}

.null-instagram-feed .widgettitle+.swiper-entry .swiper-container:not(.instagram-no-space),
.null-instagram-feed .widget-title+.swiper-entry .swiper-container:not(.instagram-no-space) {
    margin-top: -10px;
}

.content-page .null-instagram-feed:not(.sidebar-widget):not(.footer-widget) .widget-title,
.content-page .null-instagram-feed:not(.sidebar-widget):not(.footer-widget) .widgettitle {
    margin-bottom: 0 !important;
    border-bottom: none;
    font-size: 24px;
    text-align: center;
}

.content-page .null-instagram-feed p.clear {
    text-align: center;
    margin-bottom: 0;
}

@media only screen and (min-width: 993px) {
    .content-page .null-instagram-feed p.clear {
        margin-top: calc(-1 * var(--space-between-widgets, 3.9em));
    }
}

.swiper-container.null-instagram-feed li,
.swiper-container.null-instagram-feed img {
    min-height: 70px;
}

.sidebar .null-instagram-feed li a .insta-info span {
    font-size: 16px;
}

/* Instagram columns */
.null-instagram-feed .instagram-pics li {
    padding: 10px 12px;
    float: left;
    margin-bottom: 0;
}

.null-instagram-feed .instagram-pics:not(.swiper-wrapper) li:last-child {
    margin-bottom: 4px;
}

.null-instagram-feed .instagram-pics.instagram-columns-2 li:nth-child(2n+1),
.null-instagram-feed .instagram-pics.instagram-columns-3 li:nth-child(3n+1),
.null-instagram-feed .instagram-pics.instagram-columns-4 li:nth-child(4n+1),
.null-instagram-feed .instagram-pics.instagram-columns-5 li:nth-child(5n+1),
.null-instagram-feed .instagram-pics.instagram-columns-6 li:nth-child(6n+1) {
    clear: both;
}

.null-instagram-feed .instagram-pics.instagram-columns-2 li {
    width: 50%;
}

.null-instagram-feed .instagram-pics.instagram-columns-3 li {
    width: 33.33%;
}

.null-instagram-feed .instagram-pics.instagram-columns-4 li {
    width: 25%;
}

.null-instagram-feed .instagram-pics.instagram-columns-5 li {
    width: 20%;
}

.null-instagram-feed .instagram-pics.instagram-columns-5 li span {
    padding: 0 .5em;
}

.null-instagram-feed .instagram-pics.instagram-columns-6 li {
    width: 16.665%;
}

.null-instagram-feed .instagram-pics.instagram-columns-6 li span {
    padding: 0 .3em;
}

.boxed .null-instagram-feed li a .insta-info span {
    font-size: 15px;
}

.sidebar-widget.null-instagram-feed .instagram-pics li,
.footer-widget.null-instagram-feed .instagram-pics li {
    padding: 0 10px 10px 0;
}

.sidebar-widget.null-instagram-feed .instagram-pics li a,
.footer-widget.null-instagram-feed .instagram-pics li a {
    padding: 0;
}

.sidebar-widget.null-instagram-feed .instagram-pics li .insta-info .insta-likes,
.footer-widget.null-instagram-feed .instagram-pics li .insta-info .insta-likes,
.sidebar-widget.null-instagram-feed .instagram-pics li .insta-info .insta-comments,
.footer-widget.null-instagram-feed .instagram-pics li .insta-info .insta-comments {
    display: none;
}

.footer-widget.null-instagram-feed .widget-title {
    margin-bottom: 1.88em !important;
    background-color: transparent;
}

@media only screen and (max-width: 992px) {
    .null-instagram-feed .instagram-pics li {
        padding: .6em !important;
    }

    .null-instagram-feed .instagram-pics .insta-info span {
        display: none;
    }

    .sidebar-widget.null-instagram-feed li {
        width: 16.6666% !important;
        display: inline-block;
        padding: 0 .3571em;
    }
}

@media only screen and (max-width: 768px) {

    .null-instagram-feed .instagram-pics.instagram-columns-6 li,
    .null-instagram-feed .instagram-pics.instagram-columns-5 li,
    .null-instagram-feed .instagram-pics.instagram-columns-4 li,
    .null-instagram-feed .instagram-pics.instagram-columns-2 li {
        width: 33.33%;
        clear: none !important;
    }

    .null-instagram-feed .instagram-pics.instagram-columns-6 li:nth-child(3n + 1),
    .null-instagram-feed .instagram-pics.instagram-columns-5 li:nth-child(3n + 1),
    .null-instagram-feed .instagram-pics.instagram-columns-4 li:nth-child(3n + 1),
    .null-instagram-feed .instagram-pics.instagram-columns-2 li:nth-child(3n + 1) {
        clear: both !important;
    }

    .null-instagram-feed .instagram-pics.instagram-columns-4 li:nth-child(2n+1),
    .null-instagram-feed .instagram-pics.instagram-columns-4 li:nth-child(4n+1),
    .null-instagram-feed .instagram-pics.instagram-columns-4 li:nth-child(5n+1) {
        clear: none;
    }
}

@media only screen and (max-width: 480px) {
    .sidebar-widget.null-instagram-feed li {
        width: 33.333% !important;
        display: inline-block;
        padding: 0 .3571em;
    }

    .sidebar-widget.null-instagram-feed li:nth-child(3n + 1) {
        clear: both;
    }
}

.et-masonry-filters {
    animation: fadeIn .7s linear;
}

.et-masonry-filters-list {
    padding-left: 0 !important;
    text-align: center;
    margin: 1.5em 0 5em;
}

.et-masonry-filters-list li {
    display: inline-block;
    font-size: 1rem;
}

.et-masonry-filters-list li a {
    padding: 0;
    margin: 5px 15px;
    text-transform: uppercase;
    position: relative;
}

.et-masonry-filters-list li a:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #222222;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    left: 50%;
    right: 50%;
    bottom: -3px;
    opacity: 0;
}

.et-masonry-filters-list li a.active:after {
    left: 0;
    right: 0;
    opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg,
.mfp-wrap {
    position: fixed;
}

.mfp-bg,
.mfp-wrap,
.mfp-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #222222;
    opacity: .5;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container .zoom-images-button,
.mfp-container .open-video-popup,
.mfp-container .open-360-popup {
    opacity: 0 !important;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    user-select: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

button.mfp-close {
    font-size: 0 !important;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close,
#cboxClose {
    width: 44px !important;
    height: 44px !important;
    line-height: 40px;
    position: absolute;
    right: 0 !important;
    padding-right: 0 !important;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    font-size: 0;
    background: transparent !important;
    color: #9b9b9b;
    transition: all .2s linear;
    text-indent: 0 !important;
}

.mfp-close:before,
#cboxClose:before {
    font-family: 'xstore-icons';
    display: inline-block;
    font-size: 16px;
    content: "\e90a";
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mfp-close:hover,
#cboxClose:hover,
.mfp-close:focus,
#cboxClose:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: none;
}

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-zoom-out.mfp-ready {
    z-index: 10002;
}

.mfp-close-btn-in .mfp-close {
    color: #222222;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:after {
    font-family: 'xstore-icons';
    color: #fff;
    font-size: 30px;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    content: "\e904";
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    content: "\e902";
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

div.mfp-iframe-holder .mfp-close,
div.mfp-image-holder .mfp-close {
    text-align: center;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler .mfp-close {
    top: 0 !important;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.et-lightbox-opened button.mfp-close {
    display: none;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

html.et-mfp-opened {
    overflow: visible !important;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*
  
  ====== Zoom-out effect ======
  
  */
.mfp-zoom-out .mfp-with-anim {
    animation: none;
    transform: translateX(-50px);
}

.mfp-zoom-out .mfp-with-anim,
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .5;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim,
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.mc4wp-form .et-mailchimp label {
    font-weight: 400;
}

.mpc-mailchimp.mpc-submit--small .et-mailchimp:not(.classic-button) input[type="submit"] {
    width: 40px;
}

.mc4wp-form-basic .et-mailchimp input[type=date],
.mc4wp-form-basic .et-mailchimp input[type=email],
.mc4wp-form-basic .et-mailchimp input[type=tel],
.mc4wp-form-basic .et-mailchimp input[type=text],
.mc4wp-form-basic .et-mailchimp input[type=url],
.mc4wp-form-basic .et-mailchimp select,
.mc4wp-form-basic .et-mailchimp textarea {
    max-width: unset;
}

.et-mailchimp {
    margin-bottom: 20px;
    position: relative;
}

.et-mailchimp p {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
}

.et-mailchimp p:last-child {
    margin-bottom: 0;
}

.et-mailchimp input[type="email"] {
    background-color: #fff;
    border-color: #e1e1e1;
    color: #222222;
    max-width: 100%;
    height: 40px;
}

.et-mailchimp label,
.et-mailchimp input[type="email"]::-webkit-input-placeholder,
.et-mailchimp input[type="email"]::-moz-placeholder {
    color: #888888;
}

.et-mailchimp:not(.classic-button) input[type="submit"] {
    width: 40px;
    height: 100%;
    padding: 0;
    border-style: solid;
    border-left: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    background: url(images/mailchimp-plus.png) no-repeat center;
    background-size: 16px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.et-mailchimp:not(.classic-button) input[type="submit"]:hover {
    border-color: #e1e1e1;
    opacity: .8;
}

.et-mailchimp:not(.dark) input[type="submit"] {
    color: #fff;
    background-color: #c62828;
}

.et-mailchimp:not(.dark):not(.classic-button) input[type="submit"] {
    background-image: url(images/mailchimp-plus-white.png);
}

.et-mailchimp.classic-button p {
    display: flex;
}

.et-mailchimp.classic-button input[type="submit"] {
    padding-right: 15px;
    padding-left: 15px;
    border-style: solid;
}

.et-mailchimp.classic-button input[type="email"] {
    border-right: none;
}

.et-mailchimp.classic-button:not(.dark) input[type="submit"]:hover {
    border-color: #e1e1e1;
    opacity: .8;
}

.et-mailchimp.dark input[type="submit"] {
    background-color: #fff;
    color: #222222;
    border-left: none;
    border-color: #e1e1e1;
}

.et-mailchimp.dark input[type="submit"]:hover {
    color: #888888;
    border-color: #e1e1e1;
}

.footer .mc4wp-form .et-mailchimp,
.prefooter .mc4wp-form .et-mailchimp {
    margin-bottom: 0;
}

.mark-text.text {
    padding: 0 .35em .21em .35em;
    color: #777;
}

.mark-text.paragraph,
.mark-text.paragraph-boxed {
    display: inline-block;
    font-size: 1.42rem;
    color: #777;
    line-height: 2.42rem;
    margin-bottom: 1em;
}

.mark-text.paragraph-boxed {
    background-color: #f5f5f5;
    text-align: center;
    padding: 1.75em 2.5em;
}

/* Mega menu */
@media only screen and (min-width: 993px) {

    .mega-menus-full-width .menu-wrapper>.menu-main-container .item-design-mega-menu.columns-2 .nav-sublist-dropdown .block-container,
    .item-design-mega-menu.columns-2 .nav-sublist-dropdown {
        width: 462px;
    }

    .mega-menus-full-width .menu-wrapper>.menu-main-container .item-design-mega-menu.columns-3 .nav-sublist-dropdown .block-container,
    .item-design-mega-menu.columns-3 .nav-sublist-dropdown {
        width: 750px;
    }

    .mega-menus-full-width .menu-wrapper>.menu-main-container .item-design-mega-menu.columns-4 .nav-sublist-dropdown .block-container,
    .item-design-mega-menu.columns-4 .nav-sublist-dropdown {
        width: 1000px;
    }

    .mega-menus-full-width .menu-wrapper>.menu-main-container .item-design-mega-menu.columns-5 .nav-sublist-dropdown .block-container,
    .item-design-mega-menu.columns-5 .nav-sublist-dropdown,
    .mega-menus-full-width .menu-wrapper>.menu-main-container .item-design-mega-menu.columns-6 .nav-sublist-dropdown .block-container,
    .item-design-mega-menu.columns-6 .nav-sublist-dropdown {
        width: 1250px;
    }

    .item-design-posts-subcategories {
        position: relative;
    }

    .item-design-posts-subcategories .nav-sublist-dropdown .posts-subcategories {
        padding: 1.12em 0 1.12em 1.12em;
    }

    .item-design-mega-menu .nav-sublist-dropdown {
        padding: 0;
    }

    .item-design-mega-menu .nav-sublist-dropdown .item-link {
        color: #222222;
    }

    .item-design-mega-menu .nav-sublist-dropdown .item-link:hover {
        color: #888888;
    }

    .item-design-mega-menu .nav-sublist-dropdown ul li {
        vertical-align: middle;
    }

    .item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-label-hot>a,
    .item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-label-new>a,
    .item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-label-sale>a {
        background-position: right top !important;
    }

    .item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children ul .menu-label-hot a,
    .item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children ul .menu-label-new a,
    .item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children ul .menu-label-sale a {
        background-position: right center !important;
    }

    .item-design-mega-menu .nav-sublist-dropdown .item-level-1>a {
        text-transform: uppercase;
        line-height: 1;
        font-size: 1rem;
        padding: 0 2.3em 1.071em;
    }

    .item-design-mega-menu .nav-sublist-dropdown .item-level-1:last-child {
        border-right: 0;
    }

    .item-design-mega-menu .nav-sublist-dropdown .item-level-1.without-border {
        border: none !important;
    }

    .item-design-mega-menu .nav-sublist-dropdown .nav-sublist a {
        display: block;
        padding: .5em 2em;
        font-size: 1.14rem;
        color: #888888;
    }

    .item-design-mega-menu .nav-sublist-dropdown .nav-sublist a:hover {
        color: #222222;
    }

    .item-design-mega-menu .nav-sublist-dropdown>.container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .item-design-mega-menu .nav-sublist-dropdown>.container>ul {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: auto;
        padding: 2.14em 0 0;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .item-design-mega-menu .nav-sublist-dropdown>.container>ul>li {
        float: left;
        display: block;
        margin-bottom: 2.14em;
    }

    .item-design-mega-menu .nav-sublist-dropdown .menu-widgets {
        padding-top: .72em;
        padding-left: 2.3em;
        padding-right: 2.5em;
    }

    .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .widget-title {
        color: #222222 !important;
        text-transform: uppercase;
        padding-top: 0;
        line-height: 1;
        font-size: 1rem;
    }

    .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner {
        visibility: hidden;
        pointer-events: none;
    }

    .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2 img {
        transition: all 1s cubic-bezier(0.29, 0.04, 0.19, 0.98);
    }

    .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2 .banner-content {
        transition: all 1.2s cubic-bezier(0.29, 0.04, 0.19, 0.98);
        opacity: 0;
        transform: scale(0.8) translateY(-50%);
    }

    .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2 .banner-content .content-inner {
        transform: translateY(0);
    }

    .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2:hover img {
        opacity: .4;
        transform: scale(0.85);
    }

    .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2:hover .banner-content {
        opacity: 1;
        transform: scale(1) translateY(-50%);
    }

    .item-design-mega-menu .nav-sublist-dropdown .item-design2-image {
        border-right: none !important;
        margin-left: -1px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .item-design-mega-menu .nav-sublist-dropdown .item-design2-image:first-child {
        padding-left: 20px;
    }

    .item-design-mega-menu .nav-sublist-dropdown .item-design2-image:last-child {
        padding-right: 20px;
    }

    .item-design-mega-menu .nav-item-image img {
        width: 100%;
    }

    .item-design-mega-menu.columns-2 .nav-sublist-dropdown ul>li:nth-child(2n+1),
    .item-design-mega-menu.columns-3 .nav-sublist-dropdown ul>li:nth-child(3n+1),
    .item-design-mega-menu.columns-4 .nav-sublist-dropdown ul>li:nth-child(4n+1),
    .item-design-mega-menu.columns-5 .nav-sublist-dropdown ul>li:nth-child(5n+1),
    .item-design-mega-menu.columns-6 .nav-sublist-dropdown ul>li:nth-child(6n+1) {
        clear: both;
    }

    .item-design-mega-menu.columns-2 .nav-sublist-dropdown .container>ul>li {
        width: 50%;
    }

    .item-design-mega-menu.columns-3 .nav-sublist-dropdown .container>ul>li {
        width: 33.33%;
    }

    .item-design-mega-menu.columns-4 .nav-sublist-dropdown .container>ul>li {
        width: 25%;
    }

    .item-design-mega-menu.columns-5 .nav-sublist-dropdown .container>ul>li {
        width: 20%;
    }

    .item-design-mega-menu.columns-6 .nav-sublist-dropdown .container>ul>li {
        width: 16.66%;
    }

    .item-design-mega-menu .recent-posts-widget .post-widget-item img {
        max-width: 2.86em;
    }

    .item-design-posts-subcategories .nav-sublist-dropdown {
        width: 1140px;
        left: 15px;
        top: 100% !important;
        min-height: 220px;
        padding: 30px 15px 30px 30px;
        border: 1px solid #e1e1e1;
    }

    .item-design-posts-subcategories .nav-sublist-dropdown .posts-subcategories {
        display: inline-block;
        width: 100%;
    }

    .item-design-posts-subcategories .nav-sublist-dropdown .posts-subcategories .posts-content {
        position: relative;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }

    .item-design-posts-subcategories .nav-sublist-dropdown .posts-subcategories.loading-posts .posts-content {
        opacity: 0;
    }

    .item-design-posts-subcategories .subcategories-tabs {
        width: 20%;
        display: block;
        float: left;
    }

    .item-design-posts-subcategories .subcategories-tabs ul {
        position: static !important;
        padding: 0 !important;
        border: none !important;
    }

    .item-design-posts-subcategories .subcategories-tabs li {
        border-bottom: 1px solid #e1e1e1;
        color: #888888;
        padding: 15px 0 15px;
        font-size: .93rem;
        line-height: 16px;
        text-align: left;
        text-transform: uppercase;
        cursor: pointer;
    }

    .item-design-posts-subcategories .subcategories-tabs li:hover {
        color: #222222;
    }

    .item-design-posts-subcategories .subcategories-tabs li:first-child {
        padding-top: 0;
    }

    .item-design-posts-subcategories .posts-content {
        width: 80%;
        display: block;
        float: left;
        text-align: left;
        padding-left: 35px;
    }

    .item-design-posts-subcategories .posts-content .post-preview {
        width: 33.33%;
        display: block;
        float: left;
        padding: 0 15px;
    }

    .item-design-posts-subcategories .posts-content .post-preview a {
        font-size: 14px;
        text-transform: uppercase;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    .item-design-posts-subcategories .posts-content .post-preview-thumbnail {
        position: relative;
        margin-bottom: 15px;
        cursor: pointer;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

    .item-design-posts-subcategories .posts-content .post-preview-thumbnail:hover {
        opacity: .7;
    }

    .item-design-posts-subcategories .posts-content .post-preview-thumbnail .post-category {
        position: absolute;
        left: 0;
        top: 15px;
        z-index: 2;
        padding: 5px 15px;
        color: #fff;
        -webkit-text-fill-color: currentColor;
        font-size: 11px;
        text-transform: uppercase;
        background-color: #888888;
    }

    .item-design2-image-no-borders {
        margin: -2.14em 0 0 0 !important;
        border: 0 !important;
        display: flex !important;
        justify-content: center;
    }

    .item-design2-image-no-borders .item-link {
        font-size: 0;
        text-align: center;
        align-self: center;
    }

    .boxed .item-design-mega-menu.columns-5 .nav-sublist-dropdown {
        width: 1230px;
        transform: translateX(10px);
    }
}

@media only screen and (min-width: 993px) and (max-width: 1250px) {
    .item-design-mega-menu.columns-5 .nav-sublist-dropdown {
        width: 980px;
    }
}

/*-----  End of Mega menu  ------*/
/*=====================================
  =            Page Headings            =
  =====================================*/
.breadcrumbs,
.woocommerce-breadcrumb,
.bbp-breadcrumb {
    list-style: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #888888;
}

.breadcrumbs li,
.woocommerce-breadcrumb li,
.bbp-breadcrumb li {
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.breadcrumbs li.lastItem:after,
.woocommerce-breadcrumb li.lastItem:after,
.bbp-breadcrumb li.lastItem:after {
    display: none;
}

.breadcrumbs a,
.woocommerce-breadcrumb a,
.bbp-breadcrumb a {
    padding: 0 1px;
}

.breadcrumbs a,
.woocommerce-breadcrumb a,
.bbp-breadcrumb a,
.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover,
.bbp-breadcrumb a:hover {
    color: #888888;
}

.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover,
.bbp-breadcrumb a:hover {
    opacity: .7;
}

.breadcrumbs a,
.woocommerce-breadcrumb a,
.bbp-breadcrumb a,
.breadcrumbs .delimeter,
.woocommerce-breadcrumb .delimeter,
.bbp-breadcrumb .delimeter {
    display: inline-block;
}

.breadcrumbs,
.woocommerce-breadcrumb,
.bbp-breadcrumb,
.page-heading .title {
    text-transform: capitalize;
}

div.bbp-breadcrumb {
    font-size: 1rem;
}

.bbp-breadcrumb p {
    margin-bottom: 0;
}

.bbp-breadcrumb-current {
    display: block;
    color: #222222;
}

.woocommerce-breadcrumb a:last-of-type+.delimeter,
#breadcrumb a:last-of-type+.delimeter,
.bbp-breadcrumb a:last-of-type+.bbp-breadcrumb-sep {
    font-size: 0;
}

.tax-brand .page-heading.bc-type-left2 .woocommerce-breadcrumb a+.delimeter,
body:not(.tax-brand) .page-heading .delimeter+.delimeter {
    display: none;
}

.page-heading {
    padding: .85em;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-heading .title {
    font-weight: inherit;
    letter-spacing: inherit;
}

.page-heading .title,
.page-heading .bbp-breadcrumb-current {
    margin-bottom: 0;
    word-wrap: break-word;
}

.page-heading+.page-heading {
    display: none !important;
}

.bc-type-left,
.bc-type-left .breadcrumbs,
.bc-type-left .woocommerce-breadcrumb,
.bc-type-left #breadcrumb,
.bc-type-left .bbp-breadcrumb,
.bc-type-left .title {
    text-align: start;
}

.bc-type-left .delimeter:last-child {
    font-size: 0;
}

.bc-type-left2 .a-center {
    text-align: start;
}

.bc-type-left2 .breadcrumbs,
.bc-type-left2 .woocommerce-breadcrumb,
.bc-type-left2 .bbp-breadcrumb {
    display: inline-block;
    width: auto;
    margin-right: 0.285em;
}

.bc-type-left2 .title {
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
}

.bc-type-left2 .bbp-breadcrumb-current {
    display: inline-block;
}

.bc-type-left,
.bc-type-default {
    padding: 1.7em 0;
}

.bc-type-left .title,
.bc-type-default .title,
.bc-type-left .bbp-breadcrumb-current,
.bc-type-default .bbp-breadcrumb-current {
    font-size: 170%;
    text-transform: uppercase;
}

.bc-type-left .span-title,
.bc-type-default .span-title,
.bc-type-left .span-title+.delimeter,
.bc-type-default .span-title+.delimeter {
    display: none;
}

.page-heading .delimeter,
.page-heading .bbp-breadcrumb-sep,
.back-history:before,
.page-heading .title:before {
    font-size: .57em;
}

.archive.category .page-heading .delimeter,
.error404 .page-heading .delimeter,
.page-heading.bc-type-left2 .delimeter,
.page-heading.bc-type-left2 .bbp-breadcrumb-sep {
    font-size: .57em !important;
}

.single .bc-type-left2 .breadcrumbs+.title:before,
.archive .bc-type-left2 .breadcrumbs+.title:before,
.error404 .bc-type-left2 .breadcrumbs+.title:before {
    content: '\e904';
    font-family: 'xstore-icons';
    display: inline-block;
    padding-right: 4px;
}

[class*="paged-"].woocommerce-page .page-heading.bc-type-left2 .title {
    font-size: 0;
}

.span-title:last-of-type {
    color: #222222;
}

.category .bc-type-left2 .current,
.archive.category .bc-type-left2 .title:before,
.bc-type-disable,
.single-post .page-heading.bc-type-left2 .title {
    display: none;
}

.single-product.global-product-name-on .page-heading.bc-type-left2 .delimeter:last-child {
    font-size: 0 !important;
}

.product-content .page-heading .woocommerce-breadcrumb,
.product-content .page-heading .woocommerce-breadcrumb .title,
.product-content .page-heading .woocommerce-breadcrumb a {
    color: #222;
}

a.back-history {
    position: absolute;
    right: 15px;
    top: 0;
    padding: 0;
}

a.back-history:hover,
a.back-history:focus {
    text-decoration: none;
}

a.back-history:before {
    content: '\e902';
    font-family: 'xstore-icons';
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translate(-100%, -50%);
}

.bc-color-white .breadcrumbs,
.bc-color-white .woocommerce-breadcrumb,
.bc-color-white .bbp-breadcrumb,
.bc-color-white,
.bc-color-white a,
.bc-color-white h1,
.bc-color-white h2,
.bc-color-white h3,
.bc-color-white h4 {
    color: #fff;
}

.bc-color-white a:hover {
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .back-history {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .page-heading {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .page-heading.bc-type-left2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/*-----  End of Page Headings  ------*/
div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
    background: url(images/pretty-sprite.png) -51px 1px no-repeat !important;
}

div.pp_default .pp_close {
    background: url(images/pretty-sprite.png) 2px 1px no-repeat !important;
}

div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
    background: url(images/pretty-sprite.png) -31px -3px no-repeat !important;
}

div.pp_default a.pp_arrow_next {
    background-position: -82px -3px !important;
}

div.pp_default .pp_expand {
    background: url(images/pretty-sprite.png) 0 -29px no-repeat !important;
}

div.pp_default .pp_expand:hover {
    background: url(images/pretty-sprite.png) 0 -56px no-repeat !important;
}

div.pp_default .pp_description {
    text-align: center;
    margin-left: 0 !important;
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
}

div.pp_default .pp_content_container a.pp_next,
div.pp_default .pp_content_container a.pp_previous {
    background: none;
    text-indent: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

div.pp_default .pp_content_container a.pp_next:before,
div.pp_default .pp_content_container a.pp_previous:before {
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

div.pp_default .pp_content_container a.pp_next:hover,
div.pp_default .pp_content_container a.pp_previous:hover {
    background-color: #888888;
}

div.pp_default .pp_content_container a.pp_next:hover:before,
div.pp_default .pp_content_container a.pp_previous:hover:before {
    color: #fff !important;
}

div.pp_default .pp_content_container a.pp_previous {
    left: 30px !important;
    right: auto !important;
}

div.pp_default .pp_content_container a.pp_previous::before,
div.pp_default .pp_content_container a.pp_next::before {
    position: absolute;
    font-family: 'xstore-icons';
}

div.pp_default .pp_content_container a.pp_previous::before {
    content: "\e902";
}

div.pp_default .pp_content_container a.pp_next:before {
    content: "\e904";
}

div.pp_default .pp_content_container .pp_right {
    background-image: none !important;
    padding-right: 0 !important;
}

div.pp_default .pp_content_container .pp_left {
    background-image: none !important;
    padding-left: 0 !important;
}

div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
    display: none;
}

div.pp_default .pp_nav {
    margin-left: 10px !important;
}

a.pp_contract,
a.pp_expand {
    right: 40px !important;
}

a.pp_close {
    right: 10px !important;
}

.pp_nav {
    margin-top: 0 !important;
}

.search-no-results .articles-pagination {
    display: none;
}

.search-no-results .content .widget_search {
    width: 16.5em;
}

/*====================================
  =            Social Icons            =
  ====================================*/
ul.menu-social-icons {
    padding-left: 0;
    margin-bottom: 0;
}

ul.menu-social-icons li {
    float: left;
    position: relative;
    list-style: none;
    line-height: 1;
    margin-bottom: 0;
}

ul.menu-social-icons li:first-child a {
    padding-left: 0;
}

ul.menu-social-icons li:last-child a {
    padding-right: 0;
}

ul.menu-social-icons li a {
    padding: 3px 10px;
}

ul.menu-social-icons li a:focus {
    outline: none;
}

ul.menu-social-icons i {
    position: relative;
    z-index: 2;
    font-style: normal;
}

@media only screen and (min-width: 1025px) {
    .menu-social-icons a[title="whatsapp"] {
        display: none;
    }
}

/*-----  End of Social Icons  ------*/
body.search article.type-staticblocks {
    display: none !important;
}

/*============================
  =            Tabs            =
  ============================*/
.tabs {
    margin: 0 0 3.5714em;
    display: inline-block;
    width: 100%;
}

.tabs .tab-content {
    font-size: 1.14rem;
    display: none;
    float: right;
    padding-top: 1em;
    width: 100%;
}

.tabs .tab-content .list li {
    display: list-item;
}

.tabs .tab-content .list-unstyled,
.tabs .tab-content .list-unstyled li:last-child {
    margin-bottom: 0;
}

.tabs .tab-content .seller-rating .star-rating {
    margin-bottom: .7rem;
}

.tabs .tab-content .seller-name+li {
    margin-top: -0.25em;
}

.tabs .tab-content .shop_attributes tr:first-child th,
.tabs .tab-content .shop_attributes tr:first-child td {
    padding-top: 0;
}

.tabs .tabs-nav {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}

.tabs .tabs-nav li {
    display: inline-block;
    list-style: none;
}

.tabs .accordion-title {
    display: none;
}

.tabs .wc-tabs {
    padding-left: 0;
}

.tabs.tabs-default .wc-tabs {
    border-bottom: 1px solid #e1e1e1;
}

.tabs table td:last-child {
    text-align: left;
    text-align: start;
}

.tabs .tab-title {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 5px 8px;
}

.tabs .tab-title:hover,
.tabs .tab-title:focus {
    text-decoration: none !important;
}

.tab-seller ul {
    padding: 0 !important;
    list-style: none;
}

.tab-seller h2 {
    font-size: 1rem;
    text-transform: uppercase;
}

.left-bar .left-titles {
    float: left;
    width: 28%;
}

.left-bar .left-titles li {
    list-style-type: none;
    border: 1px solid #e1e1e1;
    font-size: 1rem;
    line-height: inherit;
    border-bottom: 0;
    padding: 1em;
    margin-right: -1px;
    position: relative;
    margin-bottom: 0;
    border-right: none;
}

.left-bar .left-titles li:last-child {
    border-bottom: 1px solid #e1e1e1;
}

.left-bar .left-titles a {
    display: inline-block;
    padding: 0;
}

.left-bar .tabs-nav {
    display: none;
}

.left-bar .tab-content {
    float: left;
    width: 72%;
    padding: 32px 40px;
    border: 1px solid #e1e1e1;
}

.left-bar .tab-content p:last-child {
    margin-bottom: 0;
}

.tabs .accordion-title {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: -1px;
}

.tabs .accordion-title a {
    padding: 1em 14px 1em 0;
}

.tabs .accordion-title a:after {
    display: inline-block;
    content: '\e905';
    font-family: 'xstore-icons';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.tabs .accordion-title.opened-parent a:after {
    content: '\e903';
}

.tabs.accordion .accordion-title {
    display: block;
}

.tabs.accordion .tabs-nav {
    display: none;
}

.tabs.accordion .tab-content {
    float: none;
}

.tabs.accordion #reviews #comments>h2,
.tabs.accordion .comment-reply-title {
    border-top: none;
}

.col-md-6 .woocommerce-tabs #reviews #comments .commentlist li {
    margin-bottom: 0;
}

.col-md-6 .woocommerce-tabs #reviews #comments .commentlist li:last-child {
    border-bottom: none;
}

.col-md-6 .woocommerce-tabs #reviews #comments,
.col-md-6 .woocommerce-tabs #reviews #review_form_wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#reviews .commentlist .star-rating {
    margin-top: 10px;
}

.tabs-with-scroll .tab-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tabs-with-scroll .tab-content .tab-content-scroll {
    padding-right: 10px;
}

.tabs-with-scroll .tab-content .tab-content-inner {
    max-height: 300px;
    padding-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.tabs-with-scroll .tab-content:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
}

.et-tabs-wrapper .tabs-nav {
    border-bottom: 1px solid #e1e1e1;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    padding-bottom: 8px;
}

.et-tabs-wrapper .tabs-nav li {
    position: relative;
    margin-bottom: 0;
    max-width: 270px;
    flex: 1 1 auto;
    align-self: flex-end;
}

.et-tabs-wrapper .tabs-nav li.et-opened:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #1794e1 transparent transparent transparent;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.et-tabs-wrapper .tabs-nav li a {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    text-transform: capitalize;
}

.et-tabs-wrapper .tabs-nav li a img {
    margin-left: auto;
    margin-right: auto;
}

.et-tabs-wrapper .tabs-nav li a span {
    position: static !important;
}

.et-tabs-wrapper .tabs .tab-title {
    font-size: 1rem;
    padding-top: 35px;
    text-transform: uppercase;
}

.et-tabs-wrapper .tabs .tab-title img {
    display: block;
    margin-bottom: 10px;
}

.et-tabs-wrapper .et-tab {
    display: none;
}

.et-tabs-wrapper .et-tab-content {
    padding-top: 22px;
}

.et-tabs-wrapper.title-hover .tabs-nav li img {
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    order: 2;
}

.et-tabs-wrapper.title-hover .tabs-nav li a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.et-tabs-wrapper.title-hover .tabs-nav li a span {
    opacity: 0;
    font-size: .9rem;
    padding: .9rem;
    line-height: 1.2rem;
    border: 1px solid #888888;
    transform: translateY(10px);
    order: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.et-tabs-wrapper.title-hover .tabs-nav li:hover img,
.et-tabs-wrapper.title-hover .tabs-nav li.et-opened img {
    opacity: 0;
}

.et-tabs-wrapper.title-hover .tabs-nav li:hover a span,
.et-tabs-wrapper.title-hover .tabs-nav li.et-opened a span {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(0);
}

.et-tabs-wrapper.title-hover .tabs-nav li:hover a span:hover,
.et-tabs-wrapper.title-hover .tabs-nav li.et-opened a span:hover {
    background-color: #888888;
    color: #fff;
}

.et-tabs-wrapper.title-hover .tabs-nav .delimiter {
    width: 30px;
    height: 2px;
    background-color: #888888;
    opacity: .4;
    margin-left: 15px;
    margin-right: 15px;
    align-self: center;
    display: flex;
}

.et-tabs-wrapper.title-hover .tabs-nav .delimiter:last-of-type {
    display: none;
}

.tabs .tabs-nav li {
    margin: 0 -2px 0;
}

.tabs .tabs-nav li a:before {
    content: '';
    height: 2px;
    width: 0;
    right: 0;
    background-color: currentColor;
    position: absolute;
    transition: width 0.2s ease-in-out;
    bottom: 0;
    z-index: 1;
}

.tabs .tabs-nav .active.et-opened a:before {
    width: 100%;
    left: 0;
    right: auto;
}

.tabs .tab-title {
    position: relative;
    padding: 7px 10px;
}

@media only screen and (max-width: 992px) {
    .left-bar .left-titles li {
        padding: 1em 1.5em;
    }

    .left-bar .left-titles li .tab-title {
        font-size: 1rem;
    }

    .et-tabs-wrapper .tabs-nav {
        display: none;
    }

    .et-tabs-wrapper .tabs-nav li {
        display: block;
        width: 100%;
        max-width: 100%;
        border-top: 1px solid #e1e1e1;
    }

    .et-tabs-wrapper .tabs-nav li.et-opened:before {
        bottom: -6px;
        z-index: 10;
    }

    .et-tabs-wrapper .tabs-nav li a {
        text-align: left;
        padding: 15px 0 !important;
    }

    .et-tabs-wrapper .tabs .accordion-title {
        display: block !important;
        width: 100%;
        max-width: 100%;
        border-top: 1px solid #e1e1e1;
        text-align: left;
        padding: 15px 0 !important;
        font-size: 20px;
    }

    .et-tabs-wrapper .tabs .accordion-title img {
        display: inline-block !important;
        max-width: 50px;
        vertical-align: middle;
        margin-right: 20px !important;
        margin-bottom: 0 !important;
    }

    .et-tabs-wrapper .tabs .accordion-title span {
        display: inline-block;
        vertical-align: middle;
    }

    .et-tabs-wrapper .tabs .accordion-title.opened:before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -38px;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #1e1e1e transparent transparent transparent;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        bottom: -6px;
        z-index: 10;
    }

    .et-tabs-wrapper .et-tab-content {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .tabs.tabs-default .wc-tabs {
        white-space: nowrap;
        overflow-y: hidden;
        overflow: auto;
    }

    .tabs.tabs-default .wc-tabs::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .left-bar .left-titles {
        width: 100%;
    }

    .left-bar .left-titles .wc-tabs {
        margin-bottom: 0;
    }

    .left-bar .left-titles li {
        margin-right: 0;
        border-right: 1px solid #e1e1e1;
    }

    .left-bar .tab-content {
        width: 100%;
        border-top: none;
        padding: 1em 1.5em;
    }

    .left-bar .tab-content .seller-rating+.text {
        display: block;
    }
}

.tabs-full-width {
    background-color: #fff;
}

.tabs-full-width .tabs {
    padding: 0 15px;
}

/*-----  End of Tabs  ------*/
.global-post-template-full-width.single-testimonials .post-header {
    padding-left: 15px;
}

.global-post-template-full-width.single-testimonials .post-categories {
    display: none;
}

.global-post-template-full-width.single-testimonials .wp-picture {
    margin-bottom: 15px;
    margin-right: 15px;
    display: inline-block;
}

.global-post-template-full-width.single-testimonials .post-heading {
    display: inline-block;
    vertical-align: top;
}

.etheme-testimonials .testimonial {
    transition: all .3s linear;
    --size-quotes-proportion: 7;
}

.etheme-testimonials .testimonial .content-wrapper {
    display: flex;
    align-items: flex-start;
}

.etheme-testimonials .testimonial .inner-content>span {
    display: block;
}

.etheme-testimonials .testimonial .inner-content img {
    display: inline-block;
}

.etheme-testimonials .testimonial .inner-content:first-child:not(:only-child) {
    margin-right: 15px;
}

.etheme-testimonials .testimonial .inner-content:last-child:not(:only-child) {
    margin-left: 15px;
}

.etheme-testimonials .testimonial .justify-content-start .star-rating {
    margin-left: 0;
}

.etheme-testimonials .testimonial .justify-content-end .star-rating {
    margin-right: 0;
}

.etheme-testimonials .testimonial.with-shadow .content-wrapper {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all .3s linear;
}

.etheme-testimonials .testimonial.with-shadow:hover .content-wrapper {
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.08);
}

.etheme-testimonials .testimonial.with-border .content-wrapper {
    border: 1px solid #e1e1e1;
}

.etheme-testimonials .testimonial .name {
    font-weight: 600;
}

.etheme-testimonials .testimonial .content {
    position: relative;
}

.etheme-testimonials .testimonial .star-rating {
    margin-bottom: 0;
}

.etheme-testimonials .testimonial .quotes {
    font-size: calc(var(--size-quotes-proportion) * 10px);
}

.etheme-testimonials .testimonial.style-2 .inner-content svg {
    position: absolute;
    top: 0;
    right: 15px;
    opacity: .1;
}

.etheme-testimonials[data-type="grid"] {
    margin: 0 -15px -30px;
}

.etheme-testimonials[data-type="grid"] .testimonial {
    margin-bottom: 30px;
}

.etheme-testimonials.columns-2 .testimonial:nth-child(2n+1),
.etheme-testimonials.columns-3 .testimonial:nth-child(3n+1),
.etheme-testimonials.columns-4 .testimonial:nth-child(4n+1) {
    clear: both;
}

/* global style image hover */
.et_image-with-hover img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.et_image-hover-2:hover img,
.et_image-hover-2.active img,
.et_image-hover-4:not(:hover):not(.active) img {
    transform: scale(1.15);
}

.et_image-hover-6 img {
    transition-duration: .5s;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
}

.et_image-hover-6:not(:hover):not(.active) img {
    transform: translateX(-30px);
}

.et_image-hover-5 img {
    transition-duration: .35s;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
}

.et_image-hover-5:not(:hover):not(.active) img {
    transform: translateX(-30px) scale(1.15);
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-cover,
.wp-block-cover-image {
    color: #fff;
}

.wp-block-cover {
    margin-bottom: .36em;
}

.sticky-message-on .content-page .woocommerce-notices-wrapper,
.sticky-message-on .content-page .woocommerce-NoticeGroup,
.sticky-message-on .content-page .woocommerce-message,
.sticky-message-on .content-page .woocommerce-error,
.sticky-message-on .content-page .woocommerce-info {
    position: fixed;
    bottom: 0;
    z-index: 3;
    margin-bottom: -2px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 3s ease-in-out;
    animation: et-woo-fadeIn 7s ease-in-out, et-toTop 1s ease-in-out;
}

.sticky-message-on .content-page .woocommerce-notices-wrapper [class*=woocommerce],
.sticky-message-on .content-page .woocommerce-NoticeGroup [class*=woocommerce] {
    position: static;
    margin-bottom: 2px !important;
}

.sticky-message-on .content-page .woocommerce-message,
.sticky-message-on .content-page .woocommerce-error,
.sticky-message-on .content-page .woocommerce-info,
.sticky-message-on .content-page .dokan-info,
.sticky-message-on .content-page .mc4wp-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.12em 1.2em !important;
    color: #fff;
    font-size: 1.14em;
    word-wrap: break-word;
    background-color: #2e7d32 !important;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
}

.sticky-message-on .content-page .woocommerce-message a,
.sticky-message-on .content-page .woocommerce-error a,
.sticky-message-on .content-page .woocommerce-info a,
.sticky-message-on .content-page .dokan-info a,
.sticky-message-on .content-page .mc4wp-alert a {
    color: currentColor;
}

.sticky-message-on .content-page .woocommerce-message .button,
.sticky-message-on .content-page .woocommerce-error .button,
.sticky-message-on .content-page .woocommerce-info .button,
.sticky-message-on .content-page .dokan-info .button,
.sticky-message-on .content-page .mc4wp-alert .button {
    float: none;
    order: 1;
}

.sticky-message-on .content-page .woocommerce-message:before,
.sticky-message-on .content-page .woocommerce-error:before,
.sticky-message-on .content-page .woocommerce-info:before,
.sticky-message-on .content-page .dokan-info:before,
.sticky-message-on .content-page .mc4wp-alert:before {
    display: none;
}

.sticky-message-on .content-page .woocommerce-error {
    padding-left: calc(1.2em + 25px) !important;
    background-color: #c62828 !important;
}

.sticky-message-on .content-page .woocommerce-error:before {
    content: "\f534";
}

.sticky-message-on .content-page .woocommerce-info {
    background-color: #1565c0 !important;
}

.sticky-message-on .content-page .woocommerce-info:before {
    content: "\f534";
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.dokan-info,
.dokan-error,
.dokan-alert,
.dokan-alert-success,
.mc4wp-alert,
.woocommerce-order-overview-wrapper~p {
    padding: .79em 1.2em .79em 45px;
    padding: 0.79em 1.2em 0.79em calc(1.2em + 25px);
    margin: 0 0 1.43em;
    position: relative;
    font-size: 1.14rem;
    word-wrap: break-word;
    background: #2e7d32;
    border-left: 3px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before,
.dokan-info:before,
.dokan-error:before,
.dokan-alert:before,
.dokan-alert-success:before,
.mc4wp-alert:before,
.woocommerce-order-overview-wrapper~p:before {
    position: absolute;
    font-family: 'xstore-icons';
    border-radius: 50%;
    left: 20px;
    padding: 0;
    top: auto;
    background: transparent;
    font-style: normal;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.dokan-info .button,
.dokan-error .button,
.dokan-alert .button,
.dokan-alert-success .button,
.mc4wp-alert .button,
.woocommerce-order-overview-wrapper~p .button {
    float: right;
    height: auto;
    padding: 0;
    font-size: inherit;
    background: transparent !important;
    border: none !important;
    text-decoration: underline;
    text-transform: capitalize;
    color: currentColor;
}

.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.dokan-info .button:hover,
.dokan-error .button:hover,
.dokan-alert .button:hover,
.dokan-alert-success .button:hover,
.mc4wp-alert .button:hover,
.woocommerce-order-overview-wrapper~p .button:hover {
    opacity: .7;
}

.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.dokan-info a:not(.button),
.dokan-error a:not(.button),
.dokan-alert a:not(.button),
.dokan-alert-success a:not(.button),
.mc4wp-alert a:not(.button),
.woocommerce-order-overview-wrapper~p a:not(.button) {
    opacity: .85;
    color: currentColor;
    text-decoration: underline;
}

.woocommerce-message a:not(.button):hover,
.woocommerce-error a:not(.button):hover,
.woocommerce-info a:not(.button):hover,
.dokan-info a:not(.button):hover,
.dokan-error a:not(.button):hover,
.dokan-alert a:not(.button):hover,
.dokan-alert-success a:not(.button):hover,
.mc4wp-alert a:not(.button):hover,
.woocommerce-order-overview-wrapper~p a:not(.button):hover {
    opacity: .7;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    margin-left: 15px;
}

.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li,
.dokan-info li,
.dokan-error li,
.dokan-alert li,
.dokan-alert-success li,
.mc4wp-alert li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0;
    line-height: inherit;
}

.dokan-alert strong,
.dokan-info strong,
.dokan-alert-success strong {
    font-weight: 400;
}

.woocommerce-error,
.mc4wp-error,
.dokan-error,
.dokan-alert-warning {
    padding-left: 45px !important;
    padding-left: calc(1.2em + 25px) !important;
    margin-bottom: 1.43em !important;
    background-color: #c62828;
}

.woocommerce-error:before,
.mc4wp-error:before,
.dokan-error:before,
.dokan-alert-warning:before {
    content: "\e900";
}

.woocommerce-info.vc_empty-element {
    pointer-events: none;
}

.woocommerce-info.vc_empty-element:after,
.woocommerce-info.vc_empty-element+.vc_controls {
    display: none;
}

.woocommerce-info,
.dokan-info,
.mc4wp-info,
.woocommerce-order-overview-wrapper~p {
    background-color: #1565c0;
}

.woocommerce-info:before,
.dokan-info:before,
.mc4wp-info:before,
.woocommerce-order-overview-wrapper~p:before {
    content: "\e906";
}

.woocommerce-message:before,
.dokan-alert-success:before,
.mc4wp-success:before {
    content: "\e92a";
}

.woocommerce-NoticeGroup {
    margin-top: 20px;
}

.woocommerce-NoticeGroup strong {
    font-weight: 400;
}

.woocommerce-info.vc_empty-element {
    pointer-events: none;
}

.woocommerce-info.vc_empty-element:after,
.woocommerce-info.vc_empty-element+.vc_controls {
    display: none;
}

.woocommerce-NoticeGroup {
    margin-top: 20px;
}

.woocommerce-NoticeGroup strong {
    font-weight: 400;
}

.mc4wp-alert {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.mc4wp-alert p {
    flex-wrap: wrap;
    text-align: left;
}

.mc4wp-alert,
.mc4wp-alert p,
.mc4wp-alert a {
    color: #222222;
}

.content-page>.woocommerce-notices-wrapper:not(:empty) {
    margin-top: 1.43em;
}

.et-notify {
    position: fixed;
    top: 0;
    right: 0;
    background: #e1e1e1;
    color: #fff;
    z-index: 9;
    margin: 5px;
    font-size: 1rem;
    padding: 15px 30px;
    border-radius: 3px;
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
    transition: all 0.3s ease-in-out;
}

.et-notify:empty {
    display: none;
}

.et-notify:not(.removing) {
    animation: fadeIn 0.3s linear, et-rtl 0.3s linear;
}

.et-notify.removing {
    transform: translateX(-7px);
    opacity: 0;
    visibility: hidden;
}

.et-notify:before {
    font-family: 'xstore-icons';
    margin-right: 5px;
}

.et-notify[data-type=success] {
    background: #88b643;
}

.et-notify[data-type=success]:before {
    content: '\e92a';
}

.et-notify[data-type=error] {
    background: #88b643;
}

.et-notify[data-type=error]:before {
    content: '\e900';
}

@media only screen and (max-width: 480px) {

    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
        font-size: 1rem;
    }

    .single-product .woocommerce-message .button,
    .single-product .woocommerce-error .button,
    .single-product .woocommerce-info .button {
        display: none;
    }
}

/*=====================================
  =            List Elements            =
  =====================================*/
.list ul,
.list {
    padding-left: 0;
    margin-bottom: 15px;
}

.list li {
    display: inline-block;
    list-style: none;
}

.list li:before {
    content: "\e904";
    font-family: 'xstore-icons';
    font-size: .7em;
    margin-right: 10px;
}

/*-----  End of List Elements  ------*/
/*=================================
  =            Main Menu            =
  =================================*/
.menu li.menu-disable_titles>a {
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
}

.menu li.menu-disable_titles>a i {
    font-size: 1.14rem !important;
}

.label-text {
    position: relative;
    top: -2px;
    margin-left: 9px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 1.5px 3px 3px;
    text-transform: uppercase;
    display: inline-block;
}

.label-text:not(:only-child) {
    order: -1;
}

.label-text:before {
    content: '';
    width: 0;
    height: 0;
    border: 4px solid;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}

.menu-label-new>a .label-text {
    background-color: #88b643;
}

.menu-label-new>a .label-text:before {
    border-right-color: #88b643;
}

.menu-label-sale>a .label-text {
    background-color: #e6bd47;
}

.menu-label-sale>a .label-text:before {
    border-right-color: #e6bd47;
}

.menu-label-hot>a .label-text {
    background-color: #c62828;
}

.menu-label-hot>a .label-text:before {
    border-right-color: #c62828;
}

.nav-sublist-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    display: none;
    animation: fadeOut;
    width: 18em;
    padding: 2.14em 2.14em;
    background-color: #fff;
    text-align: left;
    text-align: start;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.nav-sublist-dropdown .container {
    width: auto;
    padding: 0;
}

.nav-sublist-dropdown .item-link {
    display: block;
    font-size: 1rem;
    padding: .72em 0;
}

.nav-sublist-dropdown ul {
    padding-left: 0;
    display: block;
    width: 100%;
}

.nav-sublist-dropdown p:empty {
    display: none;
}

.menu-static-block ul {
    display: inline-block;
}

.nav-sublist-dropdown ul>li,
.my-account-link ul>li {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.item-design-dropdown .nav-sublist-dropdown {
    padding: 0;
    padding-top: 1em;
    padding-bottom: 1em;
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children {
    position: relative;
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children>a {
    position: static;
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children>a:after {
    content: "\e904";
    font-size: 10px;
    font-family: 'xstore-icons';
    position: absolute;
    right: 2.5em;
    top: 50%;
    transform: translateY(-50%);
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children>.nav-sublist {
    display: none;
    animation: fadeOut;
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children:hover>.nav-sublist {
    display: block;
    animation-name: fadeIn;
    animation-duration: 0.2s;
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children:hover:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 0;
    width: 5px;
    height: 100%;
}

.item-design-dropdown .nav-sublist-dropdown ul>li>a {
    width: 100%;
    font-size: 1.14rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6em 1.9em;
}

.item-design-dropdown .nav-sublist-dropdown ul>li ul {
    position: absolute;
    top: -1.07em;
    border: 1px solid #e1e1e1;
    z-index: 0;
    left: 100%;
}

.item-design-dropdown .nav-sublist-dropdown ul>li ul ul {
    z-index: -2;
}

.item-design-dropdown .nav-sublist-dropdown ul>li .nav-sublist ul {
    background-color: #fff;
    padding: 1em 0;
    width: 100%;
}

.item-design-dropdown .nav-sublist-dropdown ul>.header-search a {
    padding: .6em 1.9em;
}

.menu-item-has-children:hover .nav-sublist-dropdown,
li:hover .nav-sublist-dropdown,
li.menu-open-by-click.opened .nav-sublist-dropdown {
    display: block;
    animation-name: fadeIn;
    animation-duration: 0.2s;
    z-index: 1002;
}

.simple-hover .nav-sublist-dropdown {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.simple-hover:hover .nav-sublist-dropdown {
    opacity: 1;
    visibility: visible;
}

/*-----  End of Main Menu  ------*/
@keyframes skeletonloading {
    to {
        background-position: 200% 0;
    }
}

.skeleton-body {
    --linear-gradient: #f4f4f4;
    --linear-gradient-overlay: rgba(255, 255, 255, 0);
    --linear-gradient-overlay-2: rgba(255, 255, 255, 0.8);
}

.skeleton-body.et-popup {
    overflow: hidden;
}

.skeleton-body>.et-popup-content:empty {
    min-height: 350px;
}

.skeleton-body>.et-mini-content:empty:before,
.skeleton-body>.et-popup-content:empty:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 15px;
    background-repeat: no-repeat;
}

.skeleton-body>.et-mini-content:empty,
.skeleton-body .product-content {
    overflow: hidden;
}

.skeleton-body>.et-mini-content:empty:after,
.skeleton-body .product-content:after,
.skeleton-body.et-popup>div:empty:after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    transform: rotate(45deg);
    background-image: linear-gradient(90deg, var(--linear-gradient-overlay, rgba(255, 255, 255, 0)) 20%, var(--linear-gradient-overlay-2, rgba(255, 255, 255, 0.8)) 50%, var(--linear-gradient-overlay, rgba(255, 255, 255, 0)) 80%);
    background-size: 60% 100%;
    background-position: -100% 0;
    background-repeat: no-repeat;
    animation: skeletonloading 1.5s infinite .2s;
    z-index: 1;
}

.skeleton-body .product-images:empty:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 15px;
    background-repeat: no-repeat;
    background-image: linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0);
    /* gallery */
    background-size: 100% 100%;
    /* gallery */
    background-position: left 0;
    /* gallery */
}

.skeleton-body.product>div:empty:before,
.skeleton-body .product-information:empty:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 15px;
    background-repeat: no-repeat;
}

.skeleton-body.product>div:empty:before {
    background-image: linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* gallery */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* title */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* price */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* sku */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* category */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* tags */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* excerpt */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0)
        /* cart */
    ;
    background-size: 100% 450px,
        /* gallery */
        60% 20px,
        /* title */
        20% 15px,
        /* price */
        27% 15px,
        /* sku */
        45% 15px,
        /* category */
        35% 15px,
        /* tags */
        195% 15px, 65% 15px, 85% 15px, 30% 15px,
        /* excerpt */
        40% 40px
        /* cart */
    ;
    background-position: left 15px,
        /* gallery */
        left 480px,
        /* title */
        left 515px,
        /* price */
        left 545px,
        /* sku */
        left 575px,
        /* category */
        left 605px,
        /* tags */
        left 635px, left 665px, left 695px, left 725px,
        /* excerpt */
        left 770px
        /* cart */
    ;
}

.skeleton-body .product-information:empty:before {
    background-image: linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* title */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* price */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* sku */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* category */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* tags */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0),
        /* excerpt */
        linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0)
        /* cart */
    ;
    background-size: 60% 20px,
        /* title */
        20% 15px,
        /* price */
        27% 15px,
        /* sku */
        45% 15px,
        /* category */
        35% 15px,
        /* tags */
        195% 15px, 65% 15px, 85% 15px, 30% 15px,
        /* excerpt */
        40% 40px
        /* cart */
    ;
    background-position: left 15px,
        /* title */
        left 50px,
        /* price */
        left 80px,
        /* sku */
        left 110px,
        /* category */
        left 140px,
        /* tags */
        left 170px, left 200px, left 230px, left 260px,
        /* excerpt */
        left 290px
        /* cart */
    ;
}

.skeleton-body.et-popup>div:empty:before {
    min-height: 500px;
    display: block;
    width: 100%;
    background-image: linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0);
    background-size: 50% 20px,
        40% 20px,
        55% 20px,
        35% 20px,
        45% 20px,
        50% 20px,
        40% 20px,
        45% 20px,
        55% 20px,
        35% 20px;
    background-position: center 20px,
        center 50px,
        center 80px,
        center 110px,
        center 140px,
        center 170px,
        center 200px,
        center 230px,
        center 260px,
        center 290px;
    margin: 0;
}

.carousel-area .product-slide {
    padding: 10px 12px 0;
}

.carousel-area .item-no-space,
.carousel-area .item-no-space .content-product>.vc_grid-item.vc_col-sm-12 {
    padding: 0;
}

.swiper-container {
    --arrow-size: var(--arrow-size, '50px');
}

.swiper-container.carousel-area:not(.swiper-container-multirow) {
    margin-left: -12px;
    margin-right: -12px;
}

.sidebar-slider .swiper-pagination {
    margin-top: 0;
}

.sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) p.product-title,
.sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) .price {
    opacity: 0;
}

.sidebar-slider .swiper-container-rtl .swiper-lazy {
    opacity: 1 !important;
}

.sidebar-slider .swiper-container-rtl .swiper-lazy-preloader {
    display: none;
}

.sidebar-slider .swiper-container-rtl.swiper-container .swiper-slide p.product-title,
.sidebar-slider .swiper-container-rtl.swiper-container .swiper-slide .price {
    opacity: 1 !important;
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-container>.swiper-pagination-bullets {
    display: none !important;
}

.swiper-entry .swiper-custom-left,
.swiper-entry .swiper-custom-right,
.mpc-nav-preset--default .mpc-nav__arrow i {
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition-delay: .5s;
}

.swiper-entry:hover .swiper-custom-left,
.swiper-entry:hover .swiper-custom-right,
.mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpc-nav__arrow i {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.swiper-entry:hover .swiper-custom-left:hover,
.swiper-entry:hover .swiper-custom-right:hover,
.mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpc-nav__arrow i:hover {
    opacity: .7;
}

.swiper-entry {
    position: relative;
    --arrow-size: 50px;
}

.swiper-entry:not(.swipers-couple-wrapper) .swiper-wrapper {
    cursor: url(images/drag.png) 16 9, ew-resize;
}

.swiper-wrapper img {
    display: block;
}

.swiper-custom-left:before,
.swiper-custom-right:before,
.hover-effect-slider .sm-arrow:before,
.mpc-nav-preset--default i:before {
    font-family: 'xstore-icons';
    font-size: calc(var(--arrow-size, 50px) / 2.5);
}

.swiper-custom-left,
.swiper-custom-right,
.mpc-nav-preset--default .mpc-nav__arrow i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--arrow-size, 50px);
    height: var(--arrow-size, 50px);
    position: absolute;
    top: calc(50% - var(--arrow-size, 50px) / 2);
    background-color: #f2f2f2;
    background-image: none !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    margin: 0;
}

.swiper-custom-left:hover,
.swiper-custom-right:hover,
.mpc-nav-preset--default .mpc-nav__arrow i:hover {
    opacity: .7;
}

.swiper-custom-left:after,
.swiper-custom-right:after,
.mpc-nav-preset--default .mpc-nav__arrow i:after {
    content: '';
    position: absolute;
    top: -100%;
    bottom: -100%;
}

.swiper-custom-left,
.mpc-nav-preset--default .mpcslick-prev i {
    left: calc(-1 * var(--arrow-size, 50px) - 40px);
}

.swiper-custom-left:before,
.mpc-nav-preset--default .mpcslick-prev i:before {
    content: '\e902';
}

.swiper-custom-left:after,
.mpc-nav-preset--default .mpcslick-prev i:after {
    right: -10px;
    left: 0;
}

.swiper-custom-right,
.mpc-nav-preset--default .mpcslick-next i {
    right: calc(-1 * var(--arrow-size, 50px) - 40px);
}

.swiper-custom-right:before,
.mpc-nav-preset--default .mpcslick-next i:before {
    content: '\e904';
}

.swiper-custom-right:after,
.mpc-nav-preset--default .mpcslick-next i:after {
    left: -10px;
    right: 0;
}

.swiper-custom-left.type-archery:before {
    content: '\e947';
}

.swiper-custom-right.type-archery:before {
    content: '\e948';
}

.swiper-custom-left.style-1,
.swiper-custom-right.style-1 {
    background: none;
}

.swiper-custom-left.style-2,
.swiper-custom-right.style-2,
.swiper-custom-left.style-3,
.swiper-custom-right.style-3,
.swiper-custom-left.style-4,
.swiper-custom-right.style-4 {
    border-radius: 50%;
}

.swiper-custom-left.style-2,
.swiper-custom-right.style-2,
.swiper-custom-left.style-6,
.swiper-custom-right.style-6 {
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.swiper-custom-left.style-2:hover,
.swiper-custom-right.style-2:hover,
.swiper-custom-left.style-6:hover,
.swiper-custom-right.style-6:hover {
    border-color: #222222;
}

.swiper-custom-left.style-3:hover,
.swiper-custom-right.style-3:hover,
.swiper-custom-left.style-5:hover,
.swiper-custom-right.style-5:hover {
    color: #fff;
    background-color: #222222;
}

.swiper-custom-left.style-4,
.swiper-custom-right.style-4 {
    color: #888888;
    background-color: #fff;
    box-shadow: 0px 13px 17px rgba(0, 0, 0, 0.1);
}

.swiper-custom-left.style-4:hover,
.swiper-custom-right.style-4:hover {
    color: #222222;
}

.swiper-entry:hover .swiper-custom-left,
.mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpcslick-prev i {
    left: calc(-1 * var(--arrow-size, 50px) - 10px);
}

.swiper-entry:hover .swiper-custom-right,
.mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpcslick-next i {
    right: calc(-1 * var(--arrow-size, 50px) - 10px);
}

.swipers-couple-wrapper {
    z-index: 0;
}

.swipers-couple-wrapper .swiper-custom-left,
.swipers-couple-wrapper .swiper-custom-right {
    background: transparent !important;
}

.swipers-couple-wrapper .swiper-custom-left:hover,
.swipers-couple-wrapper .swiper-custom-right:hover {
    color: #888888;
}

.swiper-control-bottom {
    margin-bottom: 1.43em;
}

.swiper-control-bottom ul {
    margin-bottom: 0;
}

.swiper-control-bottom .swiper-button-disabled {
    display: none !important;
}

.swipers-couple-wrapper .swiper-control-bottom ul li {
    margin-bottom: .1em;
}

.swipers-couple-wrapper .swiper-control-bottom .swiper-slide img::selection {
    background-color: transparent;
}

.swipers-couple-wrapper .swiper-wrapper img,
.et_post-slider .swiper-wrapper img {
    margin: 0 auto;
}

.et_post-slider {
    --arrow-size: 40px;
}

.swipers-couple-wrapper.images-wrapper.is_stuck+div {
    z-index: -1;
}

.swiper-button-disabled,
.swiper-button-disabled:hover {
    opacity: .7;
}

.main-product-slider-wrapper {
    max-width: 570px;
    margin: 0 auto;
}

.product-small-preview-entry {
    max-width: 70px;
    margin: 0 auto;
    opacity: .2;
    transition: all .15s;
    background-size: cover;
    background-position: center center;
}

.product-small-preview-entry .content {
    padding-bottom: 100%;
}

.swiper-slide-active .product-small-preview-entry {
    opacity: 1;
}

/*Lazy loading*/
.swiper-lazy-preloader {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0 !important;
    animation: none !important;
    transform: translate(-50%, -50%);
}

.swiper-lazy-preloader:after {
    background-image: none !important;
}

.swiper-entry:not(.wpb_images_carousel) .swiper-lazy {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.swiper-entry:not(.wpb_images_carousel) .swiper-lazy.lazyload-lqip {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {
    opacity: 1 !important;
}

.swiper-class-blog {
    display: block;
}

.swiper-class-blog .swiper-wrapper img {
    width: auto;
}

.et_post-slider::selection {
    background: transparent;
}

.et_post-slider .swiper-custom-left,
.et_post-slider .swiper-custom-right {
    z-index: 5;
}

.et_post-slider .swiper-button-disabled {
    display: flex !important;
}

.et_post-slider:hover .swiper-button-disabled {
    opacity: .4 !important;
}

.single-post .et_post-slider {
    margin-bottom: 25px;
}

.single-post .et_post-slider .swiper-slide {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 1;
}

.single-post .et_post-slider .swiper-slide img {
    width: 100%;
}

.single-post .et_post-slider .swiper-slide:hover {
    opacity: .7;
    cursor: pointer;
}

.swiper-pagination {
    margin-top: 20px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #222222;
    opacity: .4;
}

.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet:first-child:last-child {
    display: none;
}

.swiper-pagination-lines .swiper-pagination span {
    border-radius: 0;
    width: 19px;
    height: 4px;
}

.et_post-slider .swiper-pagination {
    position: absolute;
}

/* Arrows hovers */
.arrows-hovered .sm-arrow,
.arrows-hovered>.swiper-container .swiper-custom-left,
.arrows-hovered>.swiper-container .swiper-custom-right {
    position: absolute;
    top: calc(50% - var(--arrow-size, 50px) / 2);
    color: #222222;
    cursor: pointer;
    transition: opacity .3s ease, transform .3s ease;
    opacity: 0 !important;
    z-index: 3;
    border: 15px solid transparent;
    font-size: 0;
}

.arrows-hovered .sm-arrow::selection,
.arrows-hovered>.swiper-container .swiper-custom-left::selection,
.arrows-hovered>.swiper-container .swiper-custom-right::selection {
    background-color: transparent;
}

.arrows-hovered .arrow-left,
.arrows-hovered>.swiper-container .swiper-custom-left {
    left: 0 !important;
}

.arrows-hovered .arrow-left:before,
.arrows-hovered>.swiper-container .swiper-custom-left:before {
    content: "\e902";
}

.arrows-hovered .arrow-right,
.arrows-hovered>.swiper-container .swiper-custom-right {
    right: 0 !important;
}

.arrows-hovered .arrow-right:before,
.arrows-hovered>.swiper-container .swiper-custom-right:before {
    content: "\e904";
}

.arrows-hovered .hover-effect-slider .sm-arrow:before {
    font-size: 16px;
}

.arrows-hovered:hover .arrow-left,
.arrows-long-path:hover .arrow-left,
.arrows-hovered:hover>.swiper-container .swiper-custom-left,
.arrows-long-path:hover>.swiper-container .swiper-custom-left,
.arrows-hovered:hover .arrow-right,
.arrows-long-path:hover .arrow-right,
.arrows-hovered:hover>.swiper-container .swiper-custom-right,
.arrows-long-path:hover>.swiper-container .swiper-custom-right {
    transform: translateX(0);
    opacity: 1 !important;
}

.arrows-hovered .arrow-left,
.arrows-hovered>.swiper-container .swiper-custom-left {
    transform: translateX(-5px);
    left: 0;
}

.arrows-hovered .arrow-left:hover,
.arrows-hovered>.swiper-container .swiper-custom-left:hover {
    transform: translateX(-3px);
}

.arrows-hovered .arrow-right,
.arrows-hovered>.swiper-container .swiper-custom-right {
    transform: translateX(5px);
    right: 0;
}

.arrows-hovered .arrow-right:hover,
.arrows-hovered>.swiper-container .swiper-custom-right:hover {
    transform: translateX(3px);
}

.arrows-hovered .swiper-control-bottom .swiper-custom-right:hover,
.arrows-hovered .swiper-control-bottom .swiper-custom-left:hover {
    transform: none;
}

.arrows-long-path .arrow-left,
.arrows-long-path>.swiper-container .swiper-custom-left {
    transform: translateX(-100%);
    left: 0;
}

.arrows-long-path .arrow-right,
.arrows-long-path>.swiper-container .swiper-custom-right {
    transform: translateX(100%);
    right: 0;
}

@media screen and (min-width: 993px) {
    .sidebar-enabled .post-grid.col-md-4 {
        --arrow-size: 40px;
    }

    .sidebar-enabled .post-grid.col-md-4 .swiper-custom-left,
    .sidebar-enabled .post-grid.col-md-4 .swiper-custom-right {
        text-align: center;
    }

    .sidebar-enabled .post-grid.col-md-3 {
        --arrow-size: 35px;
    }
}

@media screen and (max-width: 1024px) {
    .swiper-entry {
        --arrow-size: 40px;
    }
}

@media screen and (max-width: 768px) {

    .swipers-couple-wrapper.swiper-entry .swiper-control-bottom .swiper-custom-left,
    .swipers-couple-wrapper.swiper-entry .swiper-control-bottom .swiper-custom-right {
        display: none;
    }

    .arrows-hovered .arrow-left,
    .arrows-long-path .arrow-left,
    .arrows-hovered>.swiper-container .swiper-custom-left,
    .arrows-long-path>.swiper-container .swiper-custom-left,
    .arrows-hovered .arrow-right,
    .arrows-long-path .arrow-right,
    .arrows-hovered>.swiper-container .swiper-custom-right,
    .arrows-long-path>.swiper-container .swiper-custom-right {
        transform: translateX(0);
        opacity: 1 !important;
        visibility: visible;
    }
}

@media screen and (max-width: 480px) {

    .swiper-entry .swiper-custom-left,
    .swiper-entry:hover .swiper-custom-left,
    .swiper-entry .swiper-custom-right,
    .swiper-entry:hover .swiper-custom-right {
        opacity: 1;
        visibility: visible;
    }

    .swiper-entry .swiper-custom-left,
    .swiper-entry:hover .swiper-custom-left {
        left: 0;
    }

    .swiper-entry .swiper-custom-right,
    .swiper-entry:hover .swiper-custom-right {
        right: 0;
    }
}

.arrows-effect-static .swiper-custom-left,
.arrows-effect-static:hover .swiper-custom-left {
    left: 20px;
}

.arrows-effect-static .swiper-custom-right,
.arrows-effect-static:hover .swiper-custom-right {
    right: 20px;
}

/**
   * Swiper 3.4.2
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   *
   * http://www.idangero.us/swiper/
   *
   * Copyright 2017, Vladimir Kharlampidi
   * The iDangero.us
   * http://www.idangero.us/
   *
   * Licensed under MIT
   *
   * Released on: March 10, 2017
   */
/* Fix of Webkit flickering */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    touch-action: pan-x;
}

/* Pagination Styles */
.swiper-pagination {
    position: relative;
    text-align: center;
    transition: 300ms;
    transform: translateY(-50%);
    z-index: 4;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
}

.swiper-lazy-preloader:after {
    display: none;
}

.et-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'xstore-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et-facebook:before {
    content: "\e10";
}

.et-behance:before {
    content: "\e11";
}

.et-youtube:before {
    content: "\e12";
}

.et-snapchat:before {
    content: "\e13";
}

.et-instagram:before {
    content: "\e14";
}

.et-google-plus:before {
    content: "\e15";
}

.et-pinterest:before {
    content: "\e16";
}

.et-linkedin:before {
    content: "\e17";
}

.et-rss:before {
    content: "\e18";
}

.et-tripadvisor:before {
    content: "\e19";
}

.et-twitter:before {
    content: "\e20";
}

.et-tumblr:before {
    content: "\e21";
}

.et-vk:before {
    content: "\e22";
}

.et-vimeo:before {
    content: "\e23";
}

.et-skype:before {
    content: "\e24";
}

.et-whatsapp:before {
    content: "\e25";
}

.et-houzz:before {
    content: "\e26";
}

.et-telegram:before {
    content: "\e27";
}

.et-facebook-o:before {
    content: "\e50";
}

.et-behance-o:before {
    content: "\e51";
}

.et-youtube-o:before {
    content: "\e52";
}

.et-snapchat-o:before {
    content: "\e53";
}

.et-instagram-o:before {
    content: "\e54";
}

.et-google-plus-o:before {
    content: "\e55";
}

.et-pinterest-o:before {
    content: "\e56";
}

.et-linkedin-o:before {
    content: "\e57";
}

.et-rss-o:before {
    content: "\e58";
}

.et-tripadvisor-o:before {
    content: "\e59";
}

.et-twitter-o:before {
    content: "\e60";
}

.et-tumblr-o:before {
    content: "\e61";
}

.et-vk-o:before {
    content: "\e62";
}

.et-vimeo-o:before {
    content: "\e63";
}

.et-skype-o:before {
    content: "\e64";
}

.et-whatsapp-o:before {
    content: "\e65";
}

.et-houzz-o:before {
    content: "\e66";
}

.et-telegram-o:before {
    content: "\e67";
}

.et-exclamation:before {
    content: "\e900";
}

.et-play-button:before {
    content: "\e901";
}

.et-left-arrow:before {
    content: "\e902";
}

.et-up-arrow:before {
    content: "\e903";
}

.et-right-arrow:before {
    content: "\e904";
}

.et-down-arrow:before {
    content: "\e905";
}

.et-info:before {
    content: "\e906";
}

.et-view:before {
    content: "\e907";
}

.et-heart:before {
    content: "\e908";
}

.et-delete:before {
    content: "\e90a";
}

.et-zoom:before {
    content: "\e90b";
}

.et-shopping-cart:before {
    content: "\e90c";
}

.et-shopping-cart-2:before {
    content: "\e90d";
}

.et-star:before {
    content: "\e90e";
}

.et-360-degrees:before {
    content: "\e90f";
}

.et-plus:before {
    content: "\e910";
}

.et-transfer:before {
    content: "\e911";
}

.et-minus:before {
    content: "\e912";
}

.et-compare:before {
    content: "\e915";
}

.et-shopping-basket:before {
    content: "\e916";
}

.et-loader-gif:before {
    content: "\e917";
}

.et-tick:before {
    content: "\e918";
}

.et-coupon:before {
    content: "\e920";
}

.et-share-arrow:before {
    content: "\e925";
}

.et-diagonal-arrow:before {
    content: "\e927";
}

.et-checked:before {
    content: "\e92a";
}

.et-circle:before {
    content: "\e92b";
}

.et-heart-o:before {
    content: "\e92d";
}

.et-grid-list:before {
    content: "\e92e";
}

.et-list-grid:before {
    content: "\e92f";
}

.et-share:before {
    content: "\e932";
}

.et-controls:before {
    content: "\e934";
}

.et-burger:before {
    content: "\e936";
}

.et-calendar:before {
    content: "\e937";
}

.et-chat:before {
    content: "\e938";
}

.et-internet:before {
    content: "\e939";
}

.et-message:before {
    content: "\e93a";
}

.et-shopping-bag-o:before {
    content: "\e93d";
}

.et-shopping-bag:before {
    content: "\e93e";
}

.et-delivery:before {
    content: "\e940";
}

.et-square:before {
    content: "\e941";
}

.et-sent:before {
    content: "\e942";
}

.et-more:before {
    content: "\e943";
}

.et-upload:before {
    content: "\e944";
}

.et-phone-call:before {
    content: "\e945";
}

.et-gift:before {
    content: "\e946";
}

.et-left-arrow-2:before {
    content: "\e947";
}

.et-right-arrow-2:before {
    content: "\e948";
}

.et-time:before {
    content: "\e949";
}

.et-size:before {
    content: "\e950";
}

.et-play-button-2:before {
    content: "\e951";
}

.et-gallery:before {
    content: "\e952";
}

.et-home:before {
    content: "\e953";
}

.et-shop:before {
    content: "\e954";
}

.et-user:before {
    content: "\e1000";
}

.et-star-o:before {
    content: "\e930d";
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  
      Contents:
  
      1. Buttons
      2. Share modal and links
      3. Index indicator ("1 of X" counter)
      4. Caption
      5. Loading indicator +-
      6. Additional styles (root element, top bar, idle state, hidden state, etc.)
  
      1. Buttons
  
   */
/* <button> css reset */
.pswp__button {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.pswp__button:before {
    font-size: 20px;
    font-family: 'xstore-icons';
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
    outline: none;
}

.pswp__button:active {
    outline: none;
    opacity: 0.9;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

/*
      Arrow buttons hit area
      (icon is added to :before pseudo-element)
  */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    font-size: 36px;
}

.pswp__button--arrow--left:after,
.pswp__button--arrow--right:after {
    content: '';
    width: 70px;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    background: #909090;
    top: 0;
}

.pswp__button--arrow--left {
    left: 0;
    right: auto;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button,
.pswp__counter {
    color: #fff;
}

.pswp__button--arrow--left:before {
    content: '\e902';
}

.pswp__button--arrow--right:before {
    content: '\e904';
}

.pswp__button--close:before {
    content: '\e90a';
}

/*
  
      2. Share modal/popup and links
  
   */
.pswp__counter {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 1;
    user-select: none;
}

/* increase size of share links on touch devices */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
      Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
  */
/* pswp = photoswipe */
.pswp {
    display: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    outline: none;
}

.pswp img {
    max-width: none;
}

.pswp,
.pswp__bg,
.pswp__scroll-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: url(images/zoom-in.png) 16 9, zoom-in;
}

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: grab;
}

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: grabbing;
}

/*
      Background is added as a separate element.
      As animating opacity is much faster than animating rgba() background-color.
  */
.pswp__bg {
    background: rgba(34, 34, 34, 0.5);
    opacity: 0;
    backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 0.3s ease-out;
}

.pswp,
.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
}

.pswp__container,
.pswp__zoom-wrap,
.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    width: 100%;
    transform-origin: left top;
    /* for open/close transition */
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none;
}

.pswp,
.pswp__scroll-wrap,
.pswp__item {
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

.pswp,
.pswp__container,
.pswp__zoom-wrap,
.pswp__img--placeholder {
    backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: #222222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}

.copyrights-widget ul.menu>li>.wpml-ls-link,
.copyrights-widget li .wpml-ls-link {
    padding: 6px 10px;
}

.topbar-widget.etheme_widget_socials .widget-title,
.copyrights-widget.etheme_widget_socials .widget-title {
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    margin-right: 5px;
    border: none;
}

.topbar-widget.etheme_widget_socials .widget-title+.et-follow-buttons,
.copyrights-widget.etheme_widget_socials .widget-title+.et-follow-buttons {
    display: inline-flex;
}

.topbar-widget.etheme_widget_socials .et-follow-buttons a,
.copyrights-widget.etheme_widget_socials .et-follow-buttons a {
    font-size: 11px;
    display: inline-block;
    text-align: center;
}

.topbar-widget.etheme_widget_socials .et-follow-buttons a i,
.copyrights-widget.etheme_widget_socials .et-follow-buttons a i {
    color: inherit;
}

.topbar-widget.etheme_widget_socials .et-follow-buttons.buttons-size-normal a,
.copyrights-widget.etheme_widget_socials .et-follow-buttons.buttons-size-normal a {
    font-size: 15px;
}

.topbar-widget.etheme_widget_socials .et-follow-buttons.buttons-size-large a,
.copyrights-widget.etheme_widget_socials .et-follow-buttons.buttons-size-large a {
    font-size: 19px;
}

.sidebar-widget.etheme_widget_brands li a {
    position: relative;
}

.sidebar-widget.etheme_widget_brands li a strong {
    font-weight: 400;
}

.sidebar-widget.etheme_widget_search {
    display: inline-block;
    width: 100%;
}

.sidebar-widget.etheme_widget_search input[type="text"],
.sidebar-widget.etheme_widget_search input[type="email"],
.sidebar-widget.etheme_widget_search input[type="password"] {
    display: inline-block;
    height: 2.57rem;
}

.sidebar-widget.etheme_widget_search .button {
    height: 2.57rem;
    margin-top: 0px;
    float: right;
}

.etheme_widget_recent_entries li,
.etheme_widget_products li {
    list-style: none;
}

.etheme_widget_recent_entries .date-event,
.etheme_widget_products .date-event {
    margin-right: 5px;
    display: block;
}

.etheme_widget_recent_entries .date-event .number,
.etheme_widget_products .date-event .number {
    width: 100%;
    display: inline-block;
}

.etheme_widget_recent_entries .date-event .number:after,
.etheme_widget_products .date-event .number:after {
    content: "";
    position: relative;
    margin: 0 auto;
    display: block;
}

.etheme_widget_products li:last-child {
    margin-bottom: 0 !important;
}

.etheme_widget_entries_tabs .tabs {
    margin-bottom: 0;
}

.etheme_widget_entries_tabs .tabs .tab-title {
    display: inline-block;
    padding: 0 0 15px;
    margin-right: 15px;
    position: relative;
}

.etheme_widget_entries_tabs .post-widget-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.etheme_widget_entries_tabs .tab-content {
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 0;
}

.etheme_widget_about_author h4:not(.widget-title) {
    margin-bottom: 5px;
}

.etheme_widget_about_author img {
    margin-bottom: 1em;
}

.etheme_widget_about_author .author-bio {
    margin-bottom: 0;
}

.et-follow-buttons,
.et-follow-buttons a {
    display: flex;
    align-items: center;
}

.et-follow-buttons a {
    font-size: 12px;
    margin: 0 7px;
    justify-content: center;
}

.et-follow-buttons a:first-child {
    margin-left: 0 !important;
}

.et-follow-buttons a:last-child {
    margin-right: 0 !important;
}

.et-follow-buttons.buttons-size-normal a {
    font-size: 16px;
    margin: 0 9px;
}

.et-follow-buttons.buttons-size-large a {
    font-size: 20px;
    margin: 0 10px;
}

.et-follow-buttons.icons-filled a {
    padding: 5px;
    position: relative;
}

.et-follow-buttons.icons-filled a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: inherit;
    border-radius: inherit;
}

.et-follow-buttons.icons-filled a i {
    color: #fff;
}

.et-follow-buttons.icons-filled a:hover:before {
    opacity: 1;
}

.et-follow-buttons.icons-filled a:last-child {
    margin-right: 0 !important;
}

.et-follow-buttons.icons-filled.buttons-size-normal a {
    padding: 7px;
}

.et-follow-buttons.icons-filled.buttons-size-large a {
    padding: 10px;
}

.et-follow-buttons.icons-filled .follow-facebook {
    background-color: #3a5795;
}

.et-follow-buttons.icons-filled .follow-twitter {
    background-color: #55ACF2;
}

.et-follow-buttons.icons-filled .follow-instagram {
    background-color: #2d5a82;
}

.et-follow-buttons.icons-filled .follow-google {
    background-color: #dd4c3e;
}

.et-follow-buttons.icons-filled .follow-pinterest {
    background-color: #bd2126;
}

.et-follow-buttons.icons-filled .follow-linkedin {
    background-color: #1898b9;
}

.et-follow-buttons.icons-filled .follow-tumblr {
    background-color: #35465c;
}

.et-follow-buttons.icons-filled .follow-youtube {
    background-color: #e2282e;
}

.et-follow-buttons.icons-filled .follow-telegram {
    background-color: #0088cc;
}

.et-follow-buttons.icons-filled .follow-vimeo {
    background-color: #2ab8e8;
}

.et-follow-buttons.icons-filled .follow-skype {
    background-color: #1eb7ec;
}

.et-follow-buttons.icons-filled .follow-rss {
    background-color: #f97636;
}

.et-follow-buttons.icons-filled .follow-vk {
    background-color: #507299;
}

.et-follow-buttons.icons-filled .follow-houzz {
    background-color: #7cc04b;
}

.et-follow-buttons.icons-filled .follow-tripadvisor {
    background-color: #7cc04b;
}

.et-follow-buttons.align-left {
    justify-content: flex-start;
}

.et-follow-buttons.align-right {
    justify-content: flex-end;
}

.etheme_widget_qr_code {
    font-size: 1.14rem;
}

.etheme_widget_qr_code .qr-lighbox {
    float: right;
    max-width: 43px;
    max-height: 43px;
}

.menu-element h5 {
    font-size: 1.14rem;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 1.07em;
}

.menu-element .menu {
    padding: 0;
    margin-bottom: 0;
}

.menu-element .menu:before,
.menu-element .menu:after {
    display: table;
    content: " ";
}

.menu-element .menu:after {
    clear: both;
}

.menu-element .menu li {
    list-style: none;
    cursor: pointer;
    position: relative;
    display: block;
    /* float: left; */
    margin-bottom: 0;
}

.menu-element .menu li>a {
    /*	position: relative; */
    display: block;
}

.menu-element .menu>li {
    padding: 0 15px;
    /* border-bottom: 1px solid #e6e6e6; */
}

.menu-element .menu .label-text {
    display: none;
}

.menu-element .menu .menu-item-has-children>a:after {
    content: "\e904";
    font-family: "xstore-icons";
    font-size: .57em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.menu-element .menu .menu-item-has-children a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menu-element .menu li>a,
.footer .menu-element.horizontal .menu li>a {
    padding: .77em 1.07em;
}

.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist-dropdown,
.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist ul {
    left: 100%;
}

.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist-dropdown {
    top: 50%;
    transform: translateY(-50%);
}

.menu-element:not(.horizontal).submenu-left .menu-item-has-children .nav-sublist-dropdown,
.menu-element:not(.horizontal).submenu-left .menu-item-has-children .nav-sublist ul {
    left: auto;
    right: 100%;
}

.menu-element.submenu-left .menu>li>a {
    padding-left: 20px;
    padding-right: 10px;
}

.menu-element.submenu-left .menu>li>a:after {
    left: 0;
}

.menu-element.submenu-left .menu .menu-item-has-children>a:after {
    content: "\e902";
    right: auto;
}

.menu-element.submenu-left .menu .nav-sublist-dropdown li>a {
    padding-left: 3.5rem;
}

.menu-element.submenu-left .menu .nav-sublist-dropdown li>a:after {
    left: 2.5rem;
}

.menu-element.menu-align-center {
    text-align: center;
}

.menu-element.menu-align-right {
    text-align: right;
}

.menu-element.horizontal {
    display: flex;
    align-items: center;
}

.menu-element.horizontal.menu-align-center {
    justify-content: center;
}

.menu-element.horizontal.menu-align-right {
    justify-content: flex-end;
}

.menu-element.horizontal .menu>li {
    display: inline-flex;
    width: auto;
    padding: 0;
}

.menu-element.horizontal .menu>li.menu-item-has-children>a:after {
    content: "\e905";
}

.menu-element.horizontal.submenu-top .menu .nav-sublist-dropdown {
    top: auto;
    bottom: 100%;
}

.menu-element.menu-list .menu .item-with-block .nav-sublist-dropdown,
.menu-element.menu-list .menu .item-with-block>.nav-sublist {
    display: none !important;
}

.menu-element.menu-list .menu li .nav-sublist-dropdown,
.menu-element.menu-list .menu li .nav-sublist ul {
    position: static !important;
    padding: 0 0 0 12px;
    border: none;
    transform: none;
}

.menu-element.menu-list .menu li .nav-sublist-dropdown,
.menu-element.menu-list .menu li>.nav-sublist {
    display: block !important;
    animation: none !important;
}

.menu-element.menu-list .menu li ul a {
    color: #888888;
    -webkit-text-fill-color: #888888;
    text-transform: none;
    padding: 8px 0;
}

.menu-element.menu-list .menu a {
    /* line-height: 1.5; */
}

.menu-element.menu-list .menu a:after {
    display: none;
}

.menu-element.menu-list .menu .nav-sublist-dropdown ul>li a,
.menu-element.menu-list .menu .nav-sublist-dropdown ul>li .nav-sublist ul li a:hover {
    background-color: transparent;
}

/* Menu list */
.et-menu-list {
    padding: 0;
    margin-bottom: 2.14em;
}

.et-menu-list li {
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 0;
    line-height: inherit;
}

.et-menu-list ul {
    margin: 0;
    padding: 0;
}

.et-menu-list .menu-title>*:not(.label-text) {
    display: inline-block;
    font-size: inherit;
    color: inherit;
    -webkit-text-fill-color: currentColor;
    margin-bottom: 0;
    text-transform: inherit !important;
}

.et-menu-list .menu-title i {
    display: inline-block;
    margin-right: 10px;
}

.et-menu-list .item-title-holder a {
    display: block;
    font-size: 1rem;
    padding: 0 2.3em .7em;
}

.et-menu-list .subitem-title-holder a {
    display: block;
    padding: .5em 2em;
    font-size: 1.14rem;
    color: #888888;
}

.et-menu-list .subitem-title-holder a:hover {
    color: #222222;
}

.et-menu-list .menu-title a,
.et-menu-list .type-img>a {
    padding-bottom: 0;
}

.et-menu-list .nav-item-image img {
    width: auto;
}

.et-menu-list .menu-sublist .menu-item:last-child .subitem-title-holder a {
    padding-bottom: 0;
}

@media only screen and (min-width: 480px) and (max-width: 992px) {
    .etheme_widget_about_author img {
        float: left;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .template-content .menu-element {
        text-align: center !important;
        justify-content: center !important;
    }
}

.sidebar-widget,
.widget-container {
    display: inline-block;
}

.sidebar-widget,
.widget-container,
.sidebar-widget li,
.widget-container li {
    width: 100%;
}

.sidebar-widget ul.menu>li>a,
body:not(.elementor-page) .footer-widget ul.menu>li>a,
.widget ul.menu>li>a,
.sidebar-widget li a,
body:not(.elementor-page) .footer-widget li a,
.widget li a {
    font-size: 1.14rem;
}

.sidebar-widget li,
.footer-widget li,
.widget li,
.copyrights-widget li {
    align-items: center;
}

.sidebar-widget ul,
.footer-widget ul,
.widget ul,
.copyrights-widget ul {
    margin-bottom: 0;
    padding-left: 0;
}

.sidebar-widget ul.menu>li,
.footer-widget ul.menu>li,
.widget ul.menu>li,
.copyrights-widget ul.menu>li {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-widget ul.menu>li>a,
.footer-widget ul.menu>li>a,
.widget ul.menu>li>a,
.copyrights-widget ul.menu>li>a,
.sidebar-widget li a,
.footer-widget li a,
.widget li a,
.copyrights-widget li a {
    display: inline-block;
    padding: 6px 0;
}

.sidebar-widget>ul>li:first-child,
.footer-widget>ul>li:first-child,
.widget>ul>li:first-child,
.copyrights-widget>ul>li:first-child,
.sidebar-widget .menu-main-menu-container>ul>li:first-child,
.footer-widget .menu-main-menu-container>ul>li:first-child,
.widget .menu-main-menu-container>ul>li:first-child,
.copyrights-widget .menu-main-menu-container>ul>li:first-child,
.sidebar-widget .wpb_wrapper>ul>li:first-child,
.footer-widget .wpb_wrapper>ul>li:first-child,
.widget .wpb_wrapper>ul>li:first-child,
.copyrights-widget .wpb_wrapper>ul>li:first-child,
.sidebar-widget .textwidget>ul>li:first-child,
.footer-widget .textwidget>ul>li:first-child,
.widget .textwidget>ul>li:first-child,
.copyrights-widget .textwidget>ul>li:first-child {
    align-items: flex-start;
}

.sidebar-widget>ul>li:first-child>a,
.footer-widget>ul>li:first-child>a,
.widget>ul>li:first-child>a,
.copyrights-widget>ul>li:first-child>a,
.sidebar-widget .menu-main-menu-container>ul>li:first-child>a,
.footer-widget .menu-main-menu-container>ul>li:first-child>a,
.widget .menu-main-menu-container>ul>li:first-child>a,
.copyrights-widget .menu-main-menu-container>ul>li:first-child>a,
.sidebar-widget .wpb_wrapper>ul>li:first-child>a,
.footer-widget .wpb_wrapper>ul>li:first-child>a,
.widget .wpb_wrapper>ul>li:first-child>a,
.copyrights-widget .wpb_wrapper>ul>li:first-child>a,
.sidebar-widget .textwidget>ul>li:first-child>a,
.footer-widget .textwidget>ul>li:first-child>a,
.widget .textwidget>ul>li:first-child>a,
.copyrights-widget .textwidget>ul>li:first-child>a {
    padding-top: 0;
}

.sidebar-widget>ul>li:first-child>.open-this,
.footer-widget>ul>li:first-child>.open-this,
.widget>ul>li:first-child>.open-this,
.copyrights-widget>ul>li:first-child>.open-this,
.sidebar-widget .menu-main-menu-container>ul>li:first-child>.open-this,
.footer-widget .menu-main-menu-container>ul>li:first-child>.open-this,
.widget .menu-main-menu-container>ul>li:first-child>.open-this,
.copyrights-widget .menu-main-menu-container>ul>li:first-child>.open-this,
.sidebar-widget .wpb_wrapper>ul>li:first-child>.open-this,
.footer-widget .wpb_wrapper>ul>li:first-child>.open-this,
.widget .wpb_wrapper>ul>li:first-child>.open-this,
.copyrights-widget .wpb_wrapper>ul>li:first-child>.open-this,
.sidebar-widget .textwidget>ul>li:first-child>.open-this,
.footer-widget .textwidget>ul>li:first-child>.open-this,
.widget .textwidget>ul>li:first-child>.open-this,
.copyrights-widget .textwidget>ul>li:first-child>.open-this {
    height: 22px;
}

.sidebar-widget>ul>li:last-child>a,
.footer-widget>ul>li:last-child>a,
.widget>ul>li:last-child>a,
.copyrights-widget>ul>li:last-child>a,
.sidebar-widget .menu-main-menu-container>ul>li:last-child>a,
.footer-widget .menu-main-menu-container>ul>li:last-child>a,
.widget .menu-main-menu-container>ul>li:last-child>a,
.copyrights-widget .menu-main-menu-container>ul>li:last-child>a,
.sidebar-widget .wpb_wrapper>ul>li:last-child>a,
.footer-widget .wpb_wrapper>ul>li:last-child>a,
.widget .wpb_wrapper>ul>li:last-child>a,
.copyrights-widget .wpb_wrapper>ul>li:last-child>a,
.sidebar-widget .textwidget>ul>li:last-child>a,
.footer-widget .textwidget>ul>li:last-child>a,
.widget .textwidget>ul>li:last-child>a,
.copyrights-widget .textwidget>ul>li:last-child>a {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-widget>ul>li:last-child>.open-this,
.footer-widget>ul>li:last-child>.open-this,
.widget>ul>li:last-child>.open-this,
.copyrights-widget>ul>li:last-child>.open-this,
.sidebar-widget .menu-main-menu-container>ul>li:last-child>.open-this,
.footer-widget .menu-main-menu-container>ul>li:last-child>.open-this,
.widget .menu-main-menu-container>ul>li:last-child>.open-this,
.copyrights-widget .menu-main-menu-container>ul>li:last-child>.open-this,
.sidebar-widget .wpb_wrapper>ul>li:last-child>.open-this,
.footer-widget .wpb_wrapper>ul>li:last-child>.open-this,
.widget .wpb_wrapper>ul>li:last-child>.open-this,
.copyrights-widget .wpb_wrapper>ul>li:last-child>.open-this,
.sidebar-widget .textwidget>ul>li:last-child>.open-this,
.footer-widget .textwidget>ul>li:last-child>.open-this,
.widget .textwidget>ul>li:last-child>.open-this,
.copyrights-widget .textwidget>ul>li:last-child>.open-this {
    height: 34px;
}

.widget_product_categories.sidebar-widget ul.with-accordion ul.children,
.sidebar-widget ul.with-accordion ul.children {
    display: none;
}

.widget_product_categories.sidebar-widget ul li,
.sidebar-widget ul li {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.widget_product_categories.sidebar-widget ul li a,
.sidebar-widget ul li a {
    display: inline-block;
    color: #888888;
}

.widget_product_categories.sidebar-widget ul li a:hover,
.sidebar-widget ul li a:hover {
    color: #222222;
}

.widget_product_categories.sidebar-widget ul li.firstItem,
.sidebar-widget ul li.firstItem {
    padding-top: 0;
}

.widget_product_categories.sidebar-widget ul li.parent-cat-wrap a,
.sidebar-widget ul li.parent-cat-wrap a {
    border: none !important;
}

.widget_product_categories.sidebar-widget ul li .count,
.sidebar-widget ul li .count {
    font-size: 1rem;
    color: #888888;
    padding-left: 3px;
}

.widget_product_categories.sidebar-widget ul li>ul,
.sidebar-widget ul li>ul {
    padding: 0;
}

.widget_product_categories.sidebar-widget ul li>ul.children li,
.sidebar-widget ul li>ul.children li,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li,
.sidebar-widget ul li>ul.sub-menu li {
    list-style: none;
}

.widget_product_categories.sidebar-widget ul li>ul.children li>a,
.sidebar-widget ul li>ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li>a,
.sidebar-widget ul li>ul.sub-menu li>a {
    font-size: 1rem;
    padding-left: 15px;
}

.widget_product_categories.sidebar-widget ul li>ul.children li ul.children li>a,
.sidebar-widget ul li>ul.children li ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li ul.children li>a,
.sidebar-widget ul li>ul.sub-menu li ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.children li ul.sub-menu li>a,
.sidebar-widget ul li>ul.children li ul.sub-menu li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li ul.sub-menu li>a,
.sidebar-widget ul li>ul.sub-menu li ul.sub-menu li>a {
    padding-left: 20px;
}

.widget_product_categories.sidebar-widget ul li>ul.children li ul.children ul.children li>a,
.sidebar-widget ul li>ul.children li ul.children ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li ul.children ul.children li>a,
.sidebar-widget ul li>ul.sub-menu li ul.children ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.children li ul.sub-menu ul.children li>a,
.sidebar-widget ul li>ul.children li ul.sub-menu ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li ul.sub-menu ul.children li>a,
.sidebar-widget ul li>ul.sub-menu li ul.sub-menu ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.children li ul.children ul.sub-menu li>a,
.sidebar-widget ul li>ul.children li ul.children ul.sub-menu li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li ul.children ul.sub-menu li>a,
.sidebar-widget ul li>ul.sub-menu li ul.children ul.sub-menu li>a,
.widget_product_categories.sidebar-widget ul li>ul.children li ul.sub-menu ul.sub-menu li>a,
.sidebar-widget ul li>ul.children li ul.sub-menu ul.sub-menu li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li ul.sub-menu ul.sub-menu li>a,
.sidebar-widget ul li>ul.sub-menu li ul.sub-menu ul.sub-menu li>a {
    padding-left: 30px;
}

.widget_product_categories.sidebar-widget ul .open-this,
.sidebar-widget ul .open-this,
.widget_product_categories.sidebar-widget ul .caret-icon,
.sidebar-widget ul .caret-icon {
    cursor: pointer;
    float: right;
    height: 36px;
    /* position: relative; */
    color: #222222;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    text-align: right;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    font-size: 0;
}

.widget_product_categories.sidebar-widget ul .open-this+a,
.sidebar-widget ul .open-this+a,
.widget_product_categories.sidebar-widget ul .caret-icon+a,
.sidebar-widget ul .caret-icon+a {
    max-width: calc(100% - 30px);
}

.widget_product_categories.sidebar-widget ul .open-this:before,
.sidebar-widget ul .open-this:before,
.widget_product_categories.sidebar-widget ul .caret-icon i:before,
.sidebar-widget ul .caret-icon i:before {
    font-size: 10px;
}

.widget_product_categories.sidebar-widget ul .caret-icon i:before,
.sidebar-widget ul .caret-icon i:before {
    content: "\e905";
    font-family: 'xstore-icons';
}

.widget-title,
.widgettitle {
    line-height: 1.1;
}

.widget-title,
.widgettitle,
.cart_totals>h2 {
    font-size: calc(var(--h5-size-proportion) * 1rem);
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 1.4em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e1e1e1;
}

.widget_text ol,
.widget_text ul {
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.widget_text ol li,
.widget_text ul li {
    margin-bottom: .5em;
    list-style: inherit;
    line-height: 1.8;
}

.sidebar-widget li,
.widget li,
.widget-container li,
.widget_recent_entries li,
.footer-widget li {
    list-style: none;
}

.sidebar-widget .sidebar-slider {
    margin-bottom: 0;
}

.sidebar-slider {
    position: relative;
}

.sidebar-slider .swiper-slide li {
    float: none;
    width: 100%;
}

.sidebar-slider .swiper-container-multirow {
    margin-bottom: -1.43em;
}

.sidebar-slider .swiper-entry {
    position: static;
}

.sidebar-slider .swiper-entry .swiper-custom-right,
.sidebar-slider .swiper-entry .swiper-custom-left {
    font-size: 0;
    color: #222222;
    background: transparent !important;
    margin: 0;
}

.sidebar-slider .swiper-entry .swiper-custom-right:after,
.sidebar-slider .swiper-entry .swiper-custom-left:after {
    display: none;
}

.sidebar-slider .swiper-entry .swiper-custom-right,
.sidebar-slider .swiper-entry:hover .swiper-custom-right {
    right: 0;
}

.sidebar-slider .swiper-entry .swiper-custom-left,
.sidebar-slider .swiper-entry:hover .swiper-custom-left {
    right: 20px;
    left: auto;
}

.sidebar-slider .swiper-entry .swiper-custom-left,
.sidebar-slider .swiper-entry .swiper-custom-right {
    opacity: 1;
    visibility: visible;
    width: 20px;
    height: 20px;
    top: 0;
    z-index: auto;
}

.sidebar-slider .swiper-entry .swiper-button-disabled {
    opacity: .3;
    cursor: default;
}

.sidebar-slider .swiper-entry .initialized .swiper-lazy-preloader {
    left: 0;
    transform: translateY(-50%);
}

.sidebar-slider .swiper-entry .initialized .swiper-lazy-preloader .slide-loader {
    margin: 0;
}

.sidebar-slider .swiper-custom-left:before,
.sidebar-slider .swiper-custom-right:before {
    font-size: 12px;
}

.widget_product_categories.sidebar-widget ul,
.sidebar-widget ul,
.sidebar-slider ul {
    padding: 0;
    margin-bottom: 0;
}

.product_list_widget li img,
.sidebar-slider li img {
    max-width: 5rem;
}

.product_list_widget .initialized .product-list-image,
.sidebar-slider .initialized .product-list-image {
    position: relative;
}

.g-recaptcha {
    clear: both;
}

.widget_search form,
.widget_product_search form,
.woocommerce-product-search {
    position: relative;
}

.widget_search,
.widget_product_search,
.woocommerce-product-search {
    width: 100%;
}

.widget_search button,
.widget_product_search button,
.woocommerce-product-search button {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 2.642rem;
    height: 2.642rem;
    font-size: 0 !important;
    padding: 0;
    line-height: 1;
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.widget_search button:hover,
.widget_product_search button:hover,
.woocommerce-product-search button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
}

.widget_search input,
.widget_product_search input,
.woocommerce-product-search input {
    font-size: 1.14rem;
    padding-right: calc(2.642rem + 1.07em);
}

.widget_product_search button:before,
.woocommerce-product-search button:before {
    content: "\e90b";
    font-family: 'xstore-icons';
}

.woocommerce-product-search button:before,
.widget_product_search button:before,
.widget_search button i {
    display: block !important;
    color: #fff;
    font-size: 1rem;
}

@media (min-width: 993px) {

    .sidebar-widget,
    .sidebar-slider {
        margin-bottom: var(--space-between-widgets, 3.9em);
    }

    .sidebar-widget:last-of-type:not(:first-of-type),
    .sidebar-widget.etheme_widget_satick_block:last-of-type {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {

    .sidebar-widget:not(:empty),
    .sidebar-slider:not(:empty) {
        margin-bottom: 40px;
    }
}

.s_widgets-open-close .sidebar .sidebar-widget,
.f_widgets-open-close .footer-widget {
    position: relative;
    vertical-align: middle;
}

.s_widgets-open-close .sidebar .sidebar-widget .widget-title,
.f_widgets-open-close .footer-widget .widget-title {
    cursor: pointer;
}

.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider)>.widget-title,
.f_widgets-open-close .footer-widget:not(.sidebar-slider)>.widget-title {
    -webkit-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
}

.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider)>.widget-title>span,
.f_widgets-open-close .footer-widget:not(.sidebar-slider)>.widget-title>span {
    position: relative;
    padding-right: 25px;
    display: inline-block;
    width: 100%;
}

.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider)>.widget-title>span:after,
.f_widgets-open-close .footer-widget:not(.sidebar-slider)>.widget-title>span:after {
    content: '\e912';
    font-family: 'xstore-icons';
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 1;
    padding: 4px;
    border: 1px solid #e1e1e1;
    font-size: 8px;
    z-index: -1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transform: translateY(-50%);
}

.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider)>.widget-title:hover>span:after,
.f_widgets-open-close .footer-widget:not(.sidebar-slider)>.widget-title:hover>span:after {
    border-color: #888888;
}

.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider)>ul,
.f_widgets-open-close .footer-widget:not(.sidebar-slider)>ul,
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider)>select,
.f_widgets-open-close .footer-widget:not(.sidebar-slider)>select,
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider)>.select2-container,
.f_widgets-open-close .footer-widget:not(.sidebar-slider)>.select2-container,
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider)>div:not(.widget-title),
.f_widgets-open-close .footer-widget:not(.sidebar-slider)>div:not(.widget-title),
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider)>p:not(.widget-title),
.f_widgets-open-close .footer-widget:not(.sidebar-slider)>p:not(.widget-title),
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider)>form,
.f_widgets-open-close .footer-widget:not(.sidebar-slider)>form {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider),
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) {
    margin-bottom: 15px;
}

.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider)>.widget-title,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider)>.widget-title {
    margin-bottom: 0 !important;
}

.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider)>.widget-title span:after,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider)>.widget-title span:after {
    content: '\e910';
}

.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider)>ul,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider)>ul,
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider)>select,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider)>select,
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider)>.select2-container,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider)>.select2-container,
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider)>div:not(.widget-title),
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider)>div:not(.widget-title),
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider)>p:not(.widget-title),
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider)>p:not(.widget-title),
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider)>form,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider)>form {
    opacity: 0;
}

.s_widgets-open-close .sidebar .sidebar-widget.widget_price_filter form,
.f_widgets-open-close .footer-widget.widget_price_filter form {
    overflow: visible !important;
}

.f_widgets-open-close .footer-widget:not(.sidebar-slider)>.widget-title>span:after {
    z-index: auto;
}

.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider),
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) {
    margin-bottom: 15px;
}

.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider)>.widget-title,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider)>.widget-title {
    margin-bottom: 0;
}

.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider)>.widget-title span:after,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider)>.widget-title span:after {
    content: '\e910';
}

.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider)>ul,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider)>ul,
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider)>select,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider)>select,
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider)>div:not(.widget-title),
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider)>div:not(.widget-title),
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider)>p:not(.widget-title),
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider)>p:not(.widget-title),
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider)>form,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider)>form {
    opacity: 0;
    display: none;
}

.widget_currency_sel_widget .wcml_currency_switcher {
    background-color: transparent;
    background-image: none;
}

.wpml-ls-legacy-dropdown {
    width: auto;
    max-width: 12em;
}

.wpml-ls-legacy-dropdown .wcml-cs-item-toggle {
    padding-top: 0;
    padding-bottom: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wcml-dropdown .wcml-cs-submenu {
    opacity: 0;
    transform: translateY(5px);
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu {
    opacity: 1;
    transform: translateY(0);
}

#lang_sel {
    height: auto;
}

#lang_sel a {
    text-transform: uppercase !important;
    font-size: .86rem !important;
}

#lang_sel a.lang_sel_sel {
    background-image: none;
}

#lang_sel a.lang_sel_sel:after {
    top: calc(50% - 2.5px);
    border: 5px solid transparent;
    border-top: 5px solid;
}

#lang_sel img.iclflag {
    top: 0;
}

#lang_sel li,
.widget_currency_sel_widget li {
    padding: 0 !important;
    margin: 0 !important;
}

#lang_sel li ul,
.widget_currency_sel_widget li ul {
    width: 180px;
    background-color: #fff !important;
    height: auto !important;
    top: 100%;
    z-index: 100;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 10px 0 !important;
}

#lang_sel li ul a,
.widget_currency_sel_widget li ul a {
    padding: 9px 10px;
    opacity: 1 !important;
}

#lang_sel li ul a:hover,
.widget_currency_sel_widget li ul a:hover {
    background: transparent;
}

#lang_sel li ul li,
.widget_currency_sel_widget li ul li {
    width: 100%;
    float: left;
}

.wcml-dropdown .wcml-cs-active-currency .wcml-cs-submenu a,
#lang_sel ul ul a {
    color: #222222;
}

.wcml-dropdown .wcml-cs-active-currency .wcml-cs-submenu a:hover,
#lang_sel ul ul a:hover {
    opacity: 1;
    color: #888888;
}

.widget_icl_lang_sel_widget {
    background-color: transparent;
}

.widget_currency_sel_widget .wcml_currency_switcher {
    background-color: transparent !important;
}

.widget_currency_sel_widget img {
    display: none !important;
}

.wcml-dropdown {
    width: auto;
}

.wcml-dropdown li {
    border: none;
}

.wcml-dropdown li,
.wcml-dropdown li:hover {
    background: transparent;
}

.wcml-dropdown li .wcml-cs-submenu li {
    color: #222222;
    display: block;
}

.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu {
    opacity: 1;
}

.wcml-dropdown li ul a {
    color: #222222;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wcml-dropdown li ul a:hover {
    color: #888888;
}

.wcml-dropdown .wcml-cs-submenu {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidebar-widget.widget_product_categories .product-categories {
    margin-bottom: 0;
}

.sidebar-widget.widget_product_categories select,
.etheme_widget_brands select {
    width: 100%;
}

.sidebar-widget.product-brands .view-products {
    padding-bottom: 0;
}

.widget_products .product_list_widget .et-loader-img {
    display: none;
}

.product_list_widget .product-mini-image,
.product_list_widget .product-list-image,
.sidebar-slider .product-list-image {
    float: left;
    width: auto !important;
    display: block;
    margin-right: 20px;
}

.wc-layered-nav-rating .star-rating {
    margin-bottom: 0;
}

.wc-layered-nav-rating a {
    margin-bottom: 11px;
}

.wc-layered-nav-term,
.etheme_widget_brands_filter li {
    margin-top: 11px;
    margin-bottom: 11px;
}

.wc-layered-nav-term:first-child,
.etheme_widget_brands_filter li:first-child {
    margin-top: 0;
}

.wc-layered-nav-term:last-child,
.etheme_widget_brands_filter li:last-child {
    margin-bottom: 0;
}

.wc-layered-nav-term.chosen a,
.etheme_widget_brands li.chosen a,
.wc-layered-nav-term.chosen .count,
.etheme_widget_brands li.chosen .count {
    color: #222222;
}

.wc-layered-nav-term a,
.wc-layered-nav-rating a,
.etheme_widget_brands_filter li a {
    position: relative;
    padding: 0 0 0 24px !important;
}

.wc-layered-nav-term a:before,
.wc-layered-nav-rating a:before,
.etheme_widget_brands_filter li:not(.all-items) a:before {
    content: '';
    width: 13px;
    height: 13px;
    border: 1px solid #e1e1e1;
    transition: inherit;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
}

.wc-layered-nav-term:hover a:before,
.wc-layered-nav-term.chosen a:before,
.wc-layered-nav-rating:hover:before,
.wc-layered-nav-rating.chosen a:before,
.etheme_widget_brands_filter .current-item a:before,
.etheme_widget_brands_filter .current-item a:hover:before {
    border-color: #888888;
}

.wc-layered-nav-term.chosen a:after,
.wc-layered-nav-rating.chosen a:after,
.etheme_widget_brands_filter .current-item:not(.all-items) a:after {
    content: "\e918";
    font-family: 'xstore-icons';
    position: absolute;
    left: 1.5px;
    z-index: 1;
    font-size: 10px;
    line-height: 1;
    top: calc(50% - 4px);
    color: #222222;
}

.wc-layered-nav-term.chosen a:hover:after,
.wc-layered-nav-rating.chosen a:hover:after,
.etheme_widget_brands_filter .current-item:not(.all-items) a:hover:after {
    content: "\e90a";
}

/* Filter by Price Widget */
.price_slider_wrapper {
    /* margin-top: 20px; */
}

.price_slider_wrapper .price_slider_amount input {
    opacity: 0;
}

.price_slider_wrapper .ui-slider-range {
    position: absolute;
    height: 2px !important;
    border-radius: 0 !important;
    background: #222222;
}

.price_slider_wrapper .ui-slider-horizontal {
    position: relative;
    background: #e1e1e1;
    height: 2px;
    margin-bottom: 20px;
}

.price_slider_wrapper .ui-slider {
    border-radius: 0 !important;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    cursor: pointer;
    width: 10px !important;
    height: 10px !important;
    top: 50% !important;
    transform: translateY(-50%);
    outline: none !important;
    position: absolute !important;
    border: none !important;
    border-radius: 50% !important;
    background: #222222;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    margin: 0;
}

.price_slider_wrapper .ui-slider .ui-slider-handle:hover {
    transform: translateY(-50%) scale(1.5);
}

.price_slider_wrapper .ui-slider .ui-slider-handle:last-of-type {
    transform: translate(-100%, -50%);
}

.price_slider_wrapper .ui-slider .ui-slider-handle:last-of-type:hover {
    transform: translate(-100%, -50%) scale(1.5);
}

.price_slider_wrapper .button {
    color: #222222;
    font-size: 1rem;
    border: none;
    height: auto;
    padding: 0;
    background-color: transparent;
}

.price_slider_wrapper .button:hover {
    color: #888888;
    background-color: transparent;
}

.price_slider_amount {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 1.14rem;
}

.price_slider_amount .clear {
    display: none;
}

.price_slider_amount span {
    font-size: 1rem;
    color: #222222;
}

.widget_product_search label {
    color: #888888;
    font-size: 1.14rem;
}

.widget_product_search label,
.widget_product_search input[type="search"] {
    width: 100%;
}

.widget_layered_nav_filters li {
    line-height: 1.8;
}

.widget_layered_nav_filters li a {
    position: relative;
    left: 0;
}

.widget_layered_nav_filters li.chosen a {
    padding: 0 0 0 24px !important;
}

.widget_layered_nav_filters li.chosen a:before {
    content: '\e90a';
    font-family: 'xstore-icons';
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-widget .product_list_widget {
    padding-bottom: 0;
}

.sidebar-widget .product_list_widget+p {
    display: none;
}

.sidebar-widget .products-widget-slider img.swiper-lazy-loaded,
.sidebar-widget img.woocommerce-placeholder {
    opacity: 1;
}

.sidebar-widget .products-widget-slider img {
    opacity: 0;
}

.recent-posts-widget .post-widget-item {
    font-size: 1rem;
    margin-bottom: 1.25em;
}

.recent-posts-widget .post-widget-item h4 {
    font-size: 1.14rem;
    line-height: 1.4;
}

.recent-posts-widget .post-widget-item h4 a {
    color: #888888;
}

.recent-posts-widget .post-widget-item h4 a:hover {
    color: #222222;
}

.recent-posts-widget .post-widget-item img {
    max-width: 2.86em;
}

.recent-posts-widget .post-widget-item .media {
    display: flex;
}

.recent-posts-widget .post-widget-item .media>a {
    display: table;
    margin-top: 3px;
    padding-right: 20px;
}

.recent-posts-widget:not(.posts-widget-slider) .post-widget-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.recent-posts-widget .post-comments:before,
.recent-posts-widget .post-date:before {
    font-family: 'xstore-icons';
    display: inline-block;
    margin-right: 5px;
    font-size: .71rem;
    position: relative;
    top: -1px;
}

.recent-posts-widget .post-date {
    float: left;
    margin-right: 10px;
}

.recent-posts-widget .post-date:before {
    content: "\e937";
}

.recent-posts-widget .post-comments {
    float: left;
}

.recent-posts-widget .post-comments:before {
    content: "\e938";
}

.widget_recent_entries ul li,
.etheme_widget_recent_comments ul li,
.widget_rss ul li {
    margin-bottom: 1.1em;
}

.widget_recent_entries li a {
    padding: 0;
}

.widget_recent_entries li a+.post-date {
    padding-bottom: 6px;
    display: inline-block;
}

.widget.widget_meta ul,
.widget.widget_recent_comments ul,
.widget.widget_pages ul,
.widget_rss ul {
    padding-left: 0;
}

.widget_rss li a {
    display: block;
    padding: 6px 0;
}

.widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss li:last-child a {
    padding-bottom: 0;
}

.widget_rss li:first-child a {
    padding-top: 0;
}

.widget_rss ul li cite {
    font-style: italic;
}

.widget_rss .rssSummary {
    color: #888888;
}

.recent-posts-widget:not(.posts-widget-slider) .post-widget-item:last-child,
.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.widget.widget_pages ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
    text-align: start;
}

.widget.widget_pages ul li a {
    display: inline-block;
    position: relative;
}

.widget_recent_comments ul li {
    list-style: none;
    margin-bottom: .71em;
}

.widget_recent_comments ul li:last-child {
    margin-bottom: 0;
}

.widget_recent_comments ul li:last-child a {
    padding-bottom: 8px;
}

.widget_recent_comments ul li a,
#recentcomments li a {
    display: block;
    padding-top: 0;
}

#cat-drop-stack li a {
    display: block;
}

.widget_rss .widget-title img,
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text,
.sidebar aside.widget label {
    display: none;
}

.sidebar-widget .post-date {
    display: block;
    font-size: 1rem;
    color: #222222;
}

.sidebar-widget .recent-posts-widget img {
    max-width: 5.36em;
}

.sidebar-widget .recent-posts-widget .post-comments {
    display: none !important;
}

.sidebar-widget .swiper-pagination {
    transform: none;
    float: left;
}

.sidebar-widget.widget_categories>ul {
    margin-bottom: 0;
}

.widget_search {
    display: inline-block;
}

.widget_search .form-group {
    margin: 0 !important;
    display: inline-block;
}

.widget_search .form-group.form-button {
    float: right;
}

.widget_search .form-group .col-xs-10 {
    width: 100% !important;
    padding: 0;
}

.widget_search .modal-form {
    margin-top: 0;
}

.widget.widget_search .form-group.has-border {
    float: left;
    width: 75%;
    margin-right: 0;
}

.widget.widget_search .form-group.has-border .col-xs-10,
.widget.widget_search .form-group.has-border .col-xs-10 input {
    width: 100%;
}

.widget.widget_search .form-group.form-button {
    width: 25%;
    float: left;
    margin-left: 0;
}

.widget.widget_search .form-group.form-button button {
    height: 39px;
}

.widget ul li {
    position: relative;
}

.widget.widget_nav_menu ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    display: inline-block;
    position: relative;
}

.widget.widget_nav_menu ul li:first-child a,
.widget.widget_categories ul li:first-child a,
.widget.widget_archive ul li:first-child a {
    padding-top: 0;
}

.widget.widget_nav_menu ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_nav_menu ul li ul.sub-menu,
.widget.widget_categories ul li ul.sub-menu,
.widget.widget_archive ul li ul.sub-menu {
    display: inline-block;
    width: 100%;
}

.flickr_badge_image img {
    opacity: 1;
}

.widget_nav_menu.sidebar-widget .sub-menu {
    display: none;
}

.gallery-item {
    margin-top: 20px;
}

.gallery-item img {
    border: none !important;
}

.tagcloud {
    margin-bottom: -0.5em;
}

.tagcloud a {
    display: inline-block;
    font-size: 1rem !important;
    padding: 3px 16px 3px;
    margin: 0 .33em .5em 0;
    border: 1px solid #e1e1e1;
}

.tagcloud a:hover {
    color: white !important;
}

.widget_archive select,
.widget_categories select,
aside.widget select {
    width: 100%;
}

.widget_calendar table,
.calendar_wrap table {
    margin-bottom: 0;
}

.widget_calendar caption,
.calendar_wrap caption {
    font-size: 1.14rem;
    color: #555555;
    padding: 0 0 10px;
    border-bottom: 1px solid #e1e1e1;
}

.widget_calendar thead th,
.calendar_wrap thead th {
    padding: 10px;
    text-align: center;
    font-size: .93rem;
    font-weight: 400;
}

.widget_calendar td,
.calendar_wrap td {
    color: #888888;
    border: none;
    padding: .71em;
}

.widget_calendar tbody td,
.calendar_wrap tbody td {
    text-align: center;
}

.widget_calendar tbody td#today,
.calendar_wrap tbody td#today {
    color: #222222;
    text-decoration: underline;
}

.widget_calendar tbody td a,
.calendar_wrap tbody td a {
    text-decoration: underline;
}

.widget_calendar tfoot td,
.calendar_wrap tfoot td {
    padding-bottom: 0;
}

.featured-posts-widget .blog-post {
    padding-left: 0;
    padding-right: 0;
}

.featured-posts-widget .blog-post:last-child {
    margin-bottom: 0;
}

.featured-posts-widget .blog-post .wp-picture {
    margin-bottom: 17px;
    width: 100%;
}

.featured-posts-widget .blog-post .wpb_row,
.featured-posts-widget .blog-post .wpb_text_column {
    margin-bottom: 0 !important;
}

.featured-posts-widget .blog-post .content-article {
    width: 100%;
}

.featured-posts-widget .blog-post .featured-quote {
    zoom: .8;
}

.featured-posts-widget .blog-post h2 {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 24px;
    display: block !important;
}

.featured-posts-widget .blog-post .post-categories {
    font-size: 12px;
    top: 25px;
}

.featured-posts-widget .blog-post .post-heading {
    margin-bottom: 15px;
}

.featured-posts-widget .blog-post p {
    margin-bottom: 0;
}

.featured-posts-widget .blog-post .meta-post,
.featured-posts-widget .blog-post .more-link,
.featured-posts-widget .blog-post .author-info {
    display: none;
}

.featured-posts-widget.hide-excerpt .content-article {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .featured-posts-widget .blog-post .featured-quote {
        zoom: .7;
    }
}

@media only screen and (max-width: 992px) {
    .featured-posts-widget .blog-post .featured-quote {
        zoom: 1;
    }
}

@media only screen and (max-width: 480px) {
    .featured-posts-widget .blog-post .featured-quote {
        zoom: .7;
    }
}


.et-mobile-panel-wrapper .et-mobile-panel .et-wrap-columns {
    height: 68px;
}

.et_b_mobile-panel-more_toggle .et-mini-content {
    height: calc(100% - 68px + 1px);
}

.et-mobile-panel-wrapper {
    --content-zoom: calc(78em * .01);
}

.et-mobile-panel-wrapper,
.et_b_mobile-panel-more_toggle .et-mini-content,
.et_b_mobile-panel-more_toggle .et-mini-content,
.et-mobile-panel .et_column {
    background: #ffffff;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
}

.et-mobile-panel-wrapper,
.et_b_mobile-panel-more_toggle .et-mini-content,
.et_b_mobile-panel-more_toggle .et-mini-content {
    color: #000000;
}

.boxed #header.sticky-on:not([data-type="sticky"])>[class*=header-wrapper],
.boxed #header>[class*=header-wrapper] .sticky-on>div,
.framed #header.sticky-on:not([data-type="sticky"])>[class*=header-wrapper],
.framed #header>[class*=header-wrapper] .sticky-on>div {
    max-width: calc(1680px + 30px - (2 * var(--sticky-on-space-fix, 0px)));
}

.header-logo a {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
}

.header-logo img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    max-width: 230px;
}

.et-header-full-width .main-header .container,
.et-header-full-width .navigation-wrapper .container,
.et-header-full-width .fixed-header .container {
    max-width: 1600px;
}

.breadcrumbs-type-disable.et-header-not-overlap:not(.home) .header-wrapper {
    margin-bottom: 30px;
}

.header-bg-block,
.header-vertical .container-wrapper,
.header-vertical .menu-main-container,
.header-vertical .nav-sublist-dropdown,
.header-vertical .menu .nav-sublist-dropdown ul>li ul,
.header-vertical .nav-sublist-dropdown ul>li .nav-sublist ul {
    background-image: url(../images/header-bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 10 !important;
    position: relative !important;
}

.menu-wrapper>.menu-main-container>.menu>li,
.menu-wrapper>.menu-main-container>.menu>.header-search,
.fullscreen-menu .menu>li {
    border-style: none;
}

.menu-wrapper>.menu-main-container>.menu>li:hover,
.menu-wrapper>.menu-main-container>.menu>.header-search:hover,
.fullscreen-menu .menu>li:hover {
    border-style: none;
}

.fixed-header .menu-wrapper .menu>li,
.fixed-header .menu-wrapper .menu>.header-search,
.fixed-header .menu-wrapper .header-search {
    border-style: none;
}

.fixed-header .menu-wrapper .menu>li:hover,
.fixed-header .menu-wrapper .header-search:hover {
    border-style: none;
}

.nav-sublist-dropdown {
    border-style: solid;
}

.mobile-menu-wrapper .header-search.act-default .search-btn,
.mobile-menu-wrapper .header-search.act-default input[type="text"] {
    border-style: solid;
}

.secondary-menu-wrapper .menu {
    border-bottom-style: solid;
}

.secondary-menu-wrapper .menu,
.secondary-title {
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: !important;
    border-right-width: !important;
    border-bottom-width: !important;
    border-left-width: !important;
}

.secondary-menu-wrapper .menu>li>a {
    border-bottom-width: 1px;
    font-family: "Speeday";
    text-transform: uppercase;
}

.top-bar {
    background: #050709;
    background-color: #050709;
}

.fixed-header {
    background: #050709;
    background-color: #050709;
}

.page-heading .breadcrumbs,
.page-heading .woocommerce-breadcrumb,
.page-heading .bbp-breadcrumb,
.page-heading .a-center,
.page-heading .title,
.page-heading a,
.page-heading .span-title,
[class*=" paged-"] .page-heading.bc-type-left2 .span-title,
.bbp-breadcrumb-current,
.page-heading .breadcrumbs a,
.page-heading .woocommerce-breadcrumb a,
.page-heading .bbp-breadcrumb a {
    font-family: "Speeday";
    font-size: 30px;
    line-height: 0px;
}

.page-heading.bc-type-left2 .title,
.page-heading.bc-type-left .title,
.page-heading.bc-type-default .title,
[class*=" paged-"] .page-heading .span-title:last-of-type,
[class*=" paged-"] .page-heading.bc-type-left2 .span-title:last-of-type,
.cart-checkout-nav,
.single-post .page-heading.bc-type-left2 #breadcrumb a:last-of-type,
.bbp-breadcrumb-current {
    font-family: "Speeday";
    font-size: 45px;
    font-weight: 700;
    text-transform: inherit;
}

.page-heading .back-history,
.page-heading .breadcrumbs .back-history,
.page-heading .woocommerce-breadcrumb .back-history,
.page-heading .bbp-breadcrumb .back-history,
.single-post .page-heading.bc-type-left2 #breadcrumb a:last-of-type {
    font-family: "'Times New Roman', Times,serif";
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    text-transform: capitalize;
    color: #aeaeae;
}

.template-container .template-content .footer a,
.template-container .template-content .footer .vc_wp_posts .widget_recent_entries li a {
    color: #ffffff;
}

.template-container .template-content .footer a:hover,
.template-container .template-content .footer .vc_wp_posts .widget_recent_entries li a:hover {
    color: #cca966;
}

.template-container .template-content .footer a:active,
.template-container .template-content .footer .vc_wp_posts .widget_recent_entries li a:active {
    color: #cca966;
}

footer.footer,
[data-mode="dark"] .footer {
    background-image: url("../images/footer-bg.png");
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer.footer:after {
    border-bottom-width: 0px;
    border-bottom-style: solid;
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

.active-color,
.cart-widget-products a:hover,
.price ins .amount,
.cart ins .amount,
.product-price ins .amount,
.tabs .tab-title.opened,
.tabs .tab-title.opened:hover,
.tabs .tab-title:before,
.post-comments-count:hover,
.meta-post a[rel=author]:hover,
.read-more,
span.active,
.active-link,
.active-link:hover,
ul.active>li:before,
.author-info .author-link,
.comment-reply-link,
.wpb-js-composer .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a,
.meta-post-timeline .time-mon,
.et-masonry-filters-list .active,
.et-masonry-item .firstLetter,
.text-color-dark .category-grid .categories-mask span,
.team-member .member-details h5,
.team-member .member-content .et-follow-buttons a,
.price_slider_wrapper .button:hover,
.etheme_widget_brands li a strong,
.sidebar-widget ul li.current-cat>a,
.sidebar-widget ul li>ul.children li.current-cat>a,
table.cart .product-details .product-title:hover,
.product-content .yith-wcwl-add-to-wishlist a:hover,
.product-content .compare:hover,
.content-product .et-wishlist-holder .yith-wcwl-wishlistexistsbrowse a,
.content-product .et-wishlist-holder .yith-wcwl-wishlistaddedbrowse a,
.content-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.content-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woocommerce-MyAccount-navigation li.is-active a,
.sb-infinite-scroll-load-more:not(.finished):hover,
.mc4wp-alert.mc4wp-error,
.et-tabs-wrapper.title-hover .tabs-nav li a span,
.fullscreen-menu .menu>li>a:hover,
.slide-view-timeline2 .meta-post-timeline .time-day,
article.content-timeline2 .meta-post-timeline .time-day,
article.content-timeline .meta-post-timeline .time-day,
.content-grid2 .meta-post-timeline .time-day,
.menu-social-icons li a:hover,
.product-view-booking .content-product .button.compare:hover:before,
.et-menu-list .item-title-holder a:hover,
.mfp-close:hover:before,
#cboxClose:hover:before,
.posts-nav-btn:hover .button,
#dokan-store-listing-filter-wrap .right .toggle-view .active,
.wishlist_table.mobile .remove_from_wishlist,
.et-wishlist-widget .wishlist-dropdown li .product-title a:hover,
#etheme-popup-holder .mfp-close:hover:before,
.item-design-mega-menu .item-level-1>a:hover,
.menu-wrapper>.menu-main-container .menu>.current-menu-item>a,
.mobile-menu-wrapper .menu li:hover>.open-child,
.mobile-menu-wrapper .menu>li .sub-menu .menu-show-all a,
.item-design-mega-menu .nav-sublist-dropdown .nav-sublist li.current-menu-item a,
.item-design-dropdown .nav-sublist-dropdown ul>li.current-menu-item>a,
.secondary-menu-wrapper .menu li>a:hover,
.secondary-menu-wrapper .nav-sublist-dropdown .item-link:hover,
.secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children .nav-sublist ul>li>a:hover,
.secondary-menu-wrapper .item-design-dropdown.menu-item-has-children ul .item-level-1 a:hover {
    color: #cca966;
}

.tagcloud a:hover,
.button.active,
.btn.active,
.btn.active:hover,
.btn-advanced,
.btn-underline:after,
input[type=submit].btn-advanced,
.button:hover,
.btn:hover,
input[type=submit]:hover,
.price_slider_wrapper .ui-slider .ui-slider-handle,
.price_slider_wrapper .ui-slider-range,
.woocommerce-pagination ul li .current,
.woocommerce-pagination ul li a:hover,
.etheme-pagination .current,
.etheme-pagination a:hover,
.dokan-pagination-container li a:hover,
.dokan-pagination-container .dokan-pagination li.active a,
.wpb_tabs .wpb_tabs_nav li a.opened span:after,
table.shop_table .remove-item:hover,
.active-link:before,
.block-title .label,
.form-row.place-order .button,
.post-grid .post-categories,
.blog-post .post-categories,
.post-header .post-categories,
.et-masonry-filters-list li a:after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a:after,
.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a span:after,
.global-post-template-large .post-categories,
.global-post-template-large2 .post-categories,
.portfolio-item .portfolio-image,
.item-design-posts-subcategories .posts-content .post-preview-thumbnail .post-category,
ol.active>li:before,
span.dropcap.dark,
.product-information .yith-wcwl-add-to-wishlist a:hover:before,
.product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.wp-picture .blog-mask:before,
.flexslider .flex-direction-nav a:hover,
.tagcloud a:hover,
.footer.text-color-light .tagcloud a:hover,
.widget_search button:hover,
.openswatch_widget_layered_nav ul li.chosen,
.openswatch_widget_layered_nav ul li:hover,
ul.swatch li.selected,
.et-products-navigation>div:hover,
.et-looks .et-looks-nav li.active a,
.et-looks .et-looks-nav li:hover a,
.read-more:before,
.team-member .member-image:before,
#cookie-notice .button,
#cookie-notice .button.bootstrap,
#cookie-notice .button.wp-default,
#cookie-notice .button.wp-default:hover,
div.pp_default .pp_content_container a.pp_next:hover,
div.pp_default .pp_content_container a.pp_previous:hover,
.content-framed .content-article .read-more,
.l2d-body footer .coupon-code .cc-wrapper .closed-text,
.et-tabs-wrapper.title-hover .tabs-nav li:hover a span:hover,
.et-tabs-wrapper.title-hover .tabs-nav li.et-opened a span:hover,
.et-tabs-wrapper.title-hover .tabs-nav .delimiter,
.et-mailchimp:not(.dark) input[type=submit],
.team-member.member-type-2:hover .content-section,
.slide-view-timeline2:hover .meta-post-timeline,
article.content-timeline2:hover .meta-post-timeline,
article.content-timeline:hover .meta-post-timeline,
.content-grid2:hover .meta-post-timeline,
.content-grid2:hover .meta-post-timeline,
.btn-view-wishlist,
.btn-checkout,
.et-mobile-panel .with-dot>a .et_b-icon:before,
.wcfmmp-stores-listing>.wcfmmp-store-search-form,
#wcmp-store-conatiner .wcmp-store-map-wrapper:not(:empty)+form .wcmp-store-map-filter,
.wcfmmp-store-search-form div.wcfm_radius_slidecontainer .wcfmmp_radius_range::-webkit-slider-thumb,
.header-wrapper.header-advanced .header-search.act-default [role=searchform] .btn,
.header-xstore .menu-wrapper .menu-main-container>.menu>li>a:after,
.header-xstore .menu-wrapper .menu-main-container>.menu>li>a:hover:after,
.header-xstore .menu-wrapper .menu-main-container>.menu>li.current-menu-item>a:after,
.et-wishlist-widget span.wishlist-count,
.shopping-container .cart-bag .badge-number {
    background-color: #cca966;
}

.tagcloud a:hover,
.button.active,
.btn.active,
.btn.active:hover,
.btn-advanced,
input[type=submit].btn-advanced,
.button:hover,
input[type=submit]:hover,
.btn:hover,
.form-row.place-order .button,
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover,
.etheme-pagination .current,
.etheme-pagination a:hover,
.dokan-pagination-container li a:hover,
.dokan-pagination-container .dokan-pagination li.active a,
.widget_search button:hover,
table.cart .remove-item:hover,
.openswatch_widget_layered_nav ul li.chosen,
.openswatch_widget_layered_nav ul li:hover,
.et-tabs-wrapper .tabs-nav li.et-opened:before,
.et-tabs-wrapper .tabs .accordion-title.opened:before,
.btn-view-wishlist,
.btn-checkout,
.et-offer .product,
.et-tabs-wrapper.title-hover .tabs-nav li a span,
.team-member.member-type-2:hover .content-section:before,
.slide-view-timeline2 .meta-post-timeline,
article.content-timeline2 .timeline-content .meta-post-timeline,
article.content-timeline .timeline-content .meta-post-timeline,
.content-grid2 .meta-post-timeline,
.content-grid2:hover .meta-post-timeline,
.et-mobile-panel .with-dot>a .et_b-icon:after,
.secondary-menu-wrapper .menu,
.secondary-menu-wrapper .secondary-title,
.secondary-menu-wrapper .nav-sublist-dropdown {
    border-color: #cca966;
}

.et-timer.dark .time-block .circle-box svg circle {
    stroke: #cca966;
}

body {
    --et_active-color: #cca966;
    --product-stock-step-1-active-color: #2e7d32;
    --product-stock-step-2-active-color: #f57f17;
    --product-stock-step-3-active-color: #c62828;
}

.select2-results,
.select2-drop,
.select2-container .select2-choice,
.form-control,
select,
.select2.select2-container--default .select2-selection--single,
.quantity input[type="number"],
div.quantity span,
td.quantity span,
.emodal,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea,
textarea.form-control,
textarea,
input[type="search"],
.select2-container--default .select2-selection--single,
.header-search.act-default input[type="text"],
.header-wrapper.header-advanced .header-search.act-default input[type="text"],
.header-wrapper.header-advanced .header-search.act-default div.fancy-select div.trigger,
[data-mode="dark"] select,
[data-mode="dark"] .select2.select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 1);
}

.select2-results,
.select2-drop,
.select2-container .select2-choice,
.form-control,
select,
.select2.select2-container--default .select2-selection--single,
.quantity input[type="number"],
div.quantity>span,
td.quantity>span,
.emodal,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea,
textarea.form-control,
textarea,
input[type="search"],
.select2-container--default .select2-selection--single,
.header-search.act-default input[type="text"],
.header-wrapper.header-advanced .header-search.act-default input[type="text"],
.header-wrapper.header-advanced .header-search.act-default div.fancy-select div.trigger,
[data-mode="dark"] select,
[data-mode="dark"] .select2.select2-container--default .select2-selection--single {
    border-color: rgba(227, 227, 227, 1);
}

.btn.small:not(.black):not(.active):not(.bordered):not(.style-custom),
.btn.medium:not(.black):not(.active):not(.bordered):not(.style-custom),
.btn.big:not(.black):not(.active):not(.bordered):not(.style-custom),
.content-product .product-details .button,
.woocommerce-Button,
.et_load-posts .btn a,
.sb-infinite-scroll-load-more:not(.finished) a,
form #qna-ask-input button {
    border-color: #f2f2f2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-style: none;
}

.btn.small:not(.black):not(.active):not(.bordered):not(.style-custom):hover,
.btn.medium:not(.black):not(.active):not(.bordered):not(.style-custom):hover,
.btn.big:not(.black):not(.active):not(.bordered):not(.style-custom):hover,
.content-product .product-details .button:hover,
.woocommerce-Button:hover,
.et_load-posts .btn a:hover,
.sb-infinite-scroll-load-more:not(.finished) a:hover,
form #qna-ask-input button:hover {
    border-style: none;
}

.btn.small.bordered,
.btn.medium.bordered,
.btn.big.bordered {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
}

.btn.small.bordered:hover,
.btn.medium.bordered:hover,
.btn.big.bordered:hover,
.btn.small.bordered:focus,
.btn.medium.bordered:focus,
.btn.big.bordered:focus {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
}

.btn.small.black,
.btn.medium.black,
.btn.big.black,
.before-checkout-form .button,
.checkout-button,
.shipping-calculator-form .button,
.single_add_to_cart_button.button,
.single_add_to_cart_button.button:focus,
.single_add_to_cart_button.button.disabled,
.single_add_to_cart_button.button.disabled:hover,
form.login .button,
form.register .button,
form.register .button.woocommerce-Button,
form.lost_reset_password .button,
.woocommerce-EditAccountForm .woocommerce-Button,
.empty-cart-block .btn,
.form-submit input[type="submit"],
#commentform input[type="button"],
.form-submit input[type="submit"]:focus,
.my_account_orders .view,
.et-quick-view-wrapper .product_type_variable,
.coupon input[type="submit"],
.widget_search button,
.widget_product_search button,
.woocommerce-product-search button,
.woocommerce-product-search button:before,
.widget_product_search button:before,
form.wpcf7-form .wpcf7-submit:not(.active),
.woocommerce table.wishlist_table td.product-add-to-cart a {
    border-color: #262626;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-style: none;
}

.btn.small.black:hover,
.btn.medium.black:hover,
.btn.big.black:hover,
.before-checkout-form .button:hover,
.checkout-button:hover,
.shipping-calculator-form .button:hover,
.single_add_to_cart_button.button:hover,
.single_add_to_cart_button.button:hover:focus,
form.login .button:hover,
form.register .button:hover,
form.register .button.woocommerce-Button:hover,
form.lost_reset_password .button:hover,
.woocommerce-EditAccountForm .woocommerce-Button:hover,
.empty-cart-block .btn:hover,
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:hover:focus,
#commentform input[type="button"]:hover,
#commentform input[type="button"]:hover:focus,
.my_account_orders .view:hover,
.et-quick-view-wrapper .product_type_variable:hover,
.coupon input[type="submit"]:hover,
.widget_search button:hover,
.widget_product_search button:hover,
.woocommerce-product-search button:hover:before,
.widget_product_search button:hover:before,
.widget_search button:hover,
.woocommerce-product-search button:hover,
form.wpcf7-form .wpcf7-submit:not(.active):hover,
.woocommerce table.wishlist_table td.product-add-to-cart a:hover,
.btn.small.black:focus,
.btn.medium.black:focus,
.btn.big.black:focus,
.before-checkout-form .button:focus,
.checkout-button:focus,
.shipping-calculator-form .button:focus,
.single_add_to_cart_button.button:focus,
.single_add_to_cart_button.button:focus:focus,
form.login .button:focus,
form.register .button:focus,
form.register .button.woocommerce-Button:focus,
form.lost_reset_password .button:focus,
.woocommerce-EditAccountForm .woocommerce-Button:focus,
.empty-cart-block .btn:focus,
.form-submit input[type="submit"]:focus,
.form-submit input[type="submit"]:focus:focus,
#commentform input[type="button"]:focus,
#commentform input[type="button"]:focus:focus,
.my_account_orders .view:focus,
.et-quick-view-wrapper .product_type_variable:focus,
.coupon input[type="submit"]:focus,
.widget_search button:focus,
.widget_product_search button:focus,
.woocommerce-product-search button:focus:before,
.widget_product_search button:focus:before,
.widget_search button:focus,
.woocommerce-product-search button:focus,
form.wpcf7-form .wpcf7-submit:not(.active):focus,
.woocommerce table.wishlist_table td.product-add-to-cart a:focus {
    border-style: none;
}

.btn.small.active,
.btn.medium.active,
.btn.big.active,
.product_list_widget .buttons a,
.et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist,
.btn-checkout,
.mini-cart-buttons a,
.form-row.place-order .button,
.form-row.place-order .button,
input[type="submit"].dokan-btn-success,
a.dokan-btn-success,
.dokan-btn-success,
.dokan-dashboard-content .add_note {
    border-color: #f2f2f2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-style: none;
}

.btn.small.active:hover,
.btn.medium.active:hover,
.btn.big.active:hover,
.product_list_widget .buttons a:hover,
.et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:hover,
.btn-checkout:hover,
.mini-cart-buttons a:hover,
.form-row.place-order .button:hover,
input[type="submit"].dokan-btn-success:hover,
a.dokan-btn-success:hover,
.dokan-btn-success:hover,
.dokan-dashboard-content .add_note:hover,
.btn.small.active:focus,
.btn.medium.active:focus,
.btn.big.active:focus,
.product_list_widget .buttons a:focus,
.et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:focus,
.btn-checkout:focus,
.mini-cart-buttons a:focus,
.form-row.place-order .button:focus,
input[type="submit"].dokan-btn-success:focus,
a.dokan-btn-success:focus,
.dokan-btn-success:focus,
.dokan-dashboard-content .add_note:focus {
    border-style: none;
}

body,
.quantity input[type="number"],
.page-wrapper {
    font-family: "Speeday";
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    color: #8e8e8e;
}

p,
.content-article,
blockquote p,
.testimonials-slider .swiper-container:not(.with-grid) blockquote,
.posts-slider article .content-article,
.posts-slider article .content-article p,
#wcfmmp-store p {
    font-size: 20px;
    line-height: 1.35;
}

.title h3,
blockquote,
.share-post .share-title,
.sidebar-widget .tabs .tab-title,
.widget-title,
.related-posts .title span,
.content-product .product-title a,
.results-ajax-list .ajax-item-title,
table.cart .product-details .product-title,
.product_list_widget li .product-title a,
.woocommerce table.wishlist_table .product-name a,
.comment-reply-title,
.et-tabs .vc_tta-title-text,
.single-product-right .product-information-inner .product_title,
.single-product-right .product-information-inner h1.title,
.post-heading h2 a,
.sidebar .recent-posts-widget .post-widget-item h4 a,
.et-tabs-wrapper .tabs .accordion-title span {
    font-family: "Speeday";
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1c1a1a;
}

h1,
h2,
h3,
h4,
h5,
h6,
.products-title {
    font-family: "Speeday";
    font-weight: 700;
    letter-spacing: 2px;
    color: #1c1a1a;
    text-transform: uppercase;
}

.menu-wrapper>.menu-main-container .menu>li>a,
.mobile-menu-wrapper .menu li>a,
.mobile-menu-wrapper .links li a,
.secondary-title,
.header-vertical .menu-wrapper>.menu-main-container .menu>li>a,
.fullscreen-menu .menu>li>a,
.fullscreen-menu .menu>li .inside>a,
.menu-wrapper .menu>.header-search a,
.mobile-menu-wrapper .my-account-link>a,
.mobile-menu-wrapper .login-link>a {
    font-family: "Speeday";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 14px;
    text-transform: uppercase;
    color: #bcbcbc;
}

.menu-item-has-children .nav-sublist-dropdown .item-level-1>a,
.fullscreen-menu .menu-item-has-children .nav-sublist-dropdown li a,
.secondary-menu-wrapper .item-design-dropdown.menu-item-has-children ul .item-level-1 a,
.header-vertical .menu-wrapper .menu-main-container ul .item-level-1>a {
    font-family: "Speeday";
    text-transform: uppercase;
}

.menu-item-has-children .nav-sublist-dropdown .item-level-2>a,
.menu-item-has-children .nav-sublist-dropdown .item-level-2 li>a,
.fullscreen-menu .menu-item-has-children .nav-sublist-dropdown .item-level-2 a,
.header-vertical .menu-wrapper .menu-main-container ul .item-level-2>a,
.item-design-mega-menu .nav-sublist-dropdown .nav-sublist li,
.item-design-dropdown .nav-sublist-dropdown ul>li,
.header-vertical .item-design-mega-menu .nav-sublist-dropdown ul>li {
    font-family: "Speeday";
    text-transform: uppercase;
}

.mobile-menu-wrapper .menu li>a,
.mobile-menu-wrapper .menu>li .sub-menu li a,
.mobile-menu-wrapper .links li a,
.mobile-menu-wrapper .my-account-link>a,
.mobile-menu-wrapper .login-link>a {
    font-family: "Speeday";
    text-transform: uppercase;
}

body .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown .item-level-1>a,
body .secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children.item-level-1>a,
body .secondary-menu-wrapper .nav-sublist-dropdown .menu-widgets .widget-title,
body .secondary-menu-wrapper .fullscreen-menu .menu-item-has-children .nav-sublist-dropdown li a,
body .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown>.container>ul .item-level-1>a {
    font-family: "Speeday";
    text-transform: uppercase;
}

body .secondary-menu-wrapper .item-design-dropdown .nav-sublist-dropdown ul>li>a,
body .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown .item-link,
body .secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children .nav-sublist ul>li>a,
body .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown .nav-sublist a,
body .secondary-menu-wrapper .fullscreen-menu .menu-item-has-children .nav-sublist-dropdown ul>li>a {
    font-family: "Speeday";
    text-transform: uppercase;
}

.onsale {
    background-color: #d64444;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media only screen and (max-width: 992px) {
    .et-mobile-panel-wrapper:not(.mob-hide):not(.outside)~.back-top {
        bottom: calc(68px + 15px);
    }
}

@media only screen and (min-width: 1200px) {

    .container,
    div.container,
    .et-container {
        max-width: 1680px !important;
    }

    .footer:after {
        width: calc(1680px - 30px);
    }

    .boxed .template-container,
    .framed .template-container {
        width: calc(1680px + 30px);
    }

    .boxed .header-wrapper,
    .framed .header-wrapper {
        width: calc(1680px + 30px);
    }
}

@media only screen and (min-width: 993px) {

    .header-wrapper.header-xstore2 header .container-wrapper,
    .header-wrapper.header-center2 .container-wrapper {
        padding-top: !important;
        padding-bottom: !important;
        padding-left: !important;
        padding-right: !important;
    }
}

.header-advanced .header-search.act-default [role="searchform"] .btn:before {
    background-color: transparent
}

.wcfmmp_sold_by_wrapper a {
    color: #cca966 !important
}

@font-face {
    font-family: "Speeday-Bold";
    src: url(fonts/Speeday-Bold.ttf) format("truetype")
}

@font-face {
    font-family: "Speeday";
    src: url(fonts/Speeday.ttf) format("truetype")
}

.onsale {
    width: 3.75em;
    height: 3.75em;
    line-height: 1.2
}

@media (min-width: 1200px) {

    .container,
    div.container,
    .et-container {
        width: 100%;
    }

    .footer:after,
    .boxed .template-container,
    .framed .template-container,
    .boxed .header-wrapper,
    .framed .header-wrapper {
        max-width: 100%
    }
}

.page-heading {}

::selection {
    background: #cca966
}

.page-heading h1 {
    letter-spacing: 2px
}

body p {
    letter-spacing: 1px !important
}

article img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

article .content-article p {
    letter-spacing: 1px
}

article .read-more {
    color: #cca966 !important
}

.blog article {
    text-align: center
}

.read-more {
    margin: 0 auto;
    font-family: Arvo;
    font-weight: 700;
    font-size: 16px;
    color: #1c1a1a !important
}

.page-heading h1.title span {
    display: inline-block;
    vertical-align: middle;
    font-style: normal
}

.page-heading h1.title span:after,
.head-img h2:after {
    content: url(../images/heading-img.png);
    margin-left: 20px;
    position: relative;
    bottom: 12px
}

@media (max-width: 480px) {
    .page-heading h1 {
        font-size: 34px !important
    }
}

.header-wrapper .et-hr {
    display: none;
}

.wpb_revslider_element {
    margin-bottom: 0px;
}

.menu-wrapper .menu>li>a {
    color: #fff !important;
}

.uppercase {
    text-transform: uppercase;
}

.wrapper-information {
    margin-top: 35px;
}

.wrapper-information .right {
    float: right;
    color: #1c1a1a;
}

.wrapper-information .left {
    font-size: 16px;
    font-weight: 400;
    font-family: Speeday;
    color: #1c1a1a;
    text-transform: uppercase;
}

.wrapper-information p {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
    font-family: Arvo;
}

.wrapper-information .block-1:last-child p {
    border: none !important;
}

.see-all-button {
    float: right;
    bottom: -37px;
}

.albums-tabs ul {
    width: 50%;
}

.header-color-white .menu-wrapper .menu>li.current-menu-item>a,
.header-color-white .menu-wrapper .menu>li>a:hover {
    color: #cca966 !important;
}

.swiper-custom-left,
.swiper-custom-right {
    background: transparent !important;
}

.swiper-custom-right::before,
.swiper-custom-left::before {
    color: #ccc !important;
}

.swiper-custom-right:hover::before,
.swiper-custom-left:hover::before {
    color: #cca966 !important;
}

.vc_custom_1502799267698 {
    margin-top: 130px !important;
    margin-bottom: 30px !important;
}


.vc_custom_1502281066703 {
    margin-bottom: -99px !important;
}

.vc_custom_1630101168232 {
    margin-bottom: 15px !important;
}

.vc_custom_1630173237612 {
    margin-bottom: 45px !important;
}

@media only screen and (max-width: 1199px) and (min-width: 769px) {
    div.et-md-no-bg {
        background-image: none !important;
    }

    .slick-slide i {
        font-size: 100px !important;
    }

    .carousel-title {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
    div.et-sm-no-bg {
        background-image: none !important;
    }

    .slick-slide i {
        font-size: 50px !important;
    }


}

@media only screen and (max-width: 480px) {
    .search-bar {
        margin-top: 20px !important;
        display: flex;
        width: 100% !important;
    }

    div.et-xs-no-bg {
        background-image: none !important;
    }

    .slick-slide i {
        font-size: 50px !important;
    }

    .carousel-title {
        font-size: 16px !important;
        line-height: 1.3em !important;
    }

    .carousel-title-big {
        font-size: 32px !important;
    }

    h2 {
        font-size: 36px !important;
    }

    .title {
        font-size: 36px !important;
    }

    .text-nowrap {
        font-size: 10px !important;
    }

    .nav-item {
        font-size: 18px !important;
    }

    .task-detail {
        font-size: 18px !important;
    }

    .carousel-title {
        text-align: center !important;
        float: center !important;
        margin-top: -25px !important;
        line-height: 1.5em !important;
        font-size: 24px !important;
        letter-spacing: 3px !important;
    }

    .carousel-title-big {
        text-align: center !important;
        font-size: 36px !important;
        float: center !important;
        line-height: 1.3em !important;
    }

    .title {
        font-size: 36px !important;
    }

    #carousel-5 {
        margin-top: -100px !important;
        margin-left: -20px !important;
    }


    .elfsight-app-a7fc210e-2f83-4766-9d6d-7a6e05ae23de {
        max-height: 450px !important;
        overflow: hidden !important;
        margin-bottom: 30px !important;
    }

    .search-bar {
        margin-top: 20px !important;
        display: flex;
        width: 100% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 992px) {

    .search-bar {
        margin-top: 20px !important;
        display: flex;
        width: 100% !important;
    }
}

#carouselSlide {
    margin-top: -150px;
}

#carouselSlide .carousel-item img {
    object-fit: cover;
    object-position: center;
    height: 800px;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .carousel-indicators {
        padding-bottom: 50px;
    }

    .quote-section {
        margin-top: -50px !important;
    }

    .description {
        font-size: 20px;
        text-align: start !important;
    }

    .search-bar {
        margin-top: 20px !important;
        display: flex;
    }
}

@media screen and (max-width: 1200px) {

    #carouselSlide {
        margin-top: -220px;
    }

    .search-bar {
        margin-top: 20px !important;
        display: flex;
        width: 100% !important;
    }

}

.description {
    font-size: 20px;
    text-align: justify;
}

.carousel-title {
    font-size: 32px;
    text-align: left !important;
    z-index: 5;
    font-family: Speeday;
    color: rgb(204, 169, 102);
    text-decoration: none;
    line-height: 2em;
    -webkit-text-stroke: 3px rgba(12, 12, 12, 0.25);
    text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 0px;
    letter-spacing: 10px;
    font-weight: 400;
    font-size: 21px;
    backdrop-filter: none;
    filter: blur(0px) brightness(100%);
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    float: left;
    text-shadow: black 1px 1px 0px;
}

.carousel-title-big {
    font-size: 50px;
    line-height: 1em;
    text-align: left !important;
    letter-spacing: 5px;
    float: left;
    text-shadow: black 1px 1px 0px;
    -webkit-text-stroke: 3px rgba(12, 12, 12, 0.25);
}

.quote-section {
    background-image: url(../images/quote_section.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.quote {
    text-align: center;
    margin-bottom: 6vw !important;
    padding-top: 240px !important;
    padding-bottom: 240px !important;
}

.et_custom_uniqid_661bf9322f9cf {
    display: flex;
}

.numbers {
    letter-spacing: -4px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide i {
    width: 100%;
    font-size: 150px;
    color: black;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.et-mobile-panel-wrapper {
    font-size: var(--content-zoom, 1rem);
    box-shadow: 2px 0px 12px 0px rgba(0, 0, 0, .15);
    z-index: 10;
    transition: all .3s ease-in-out;
}

.et-mobile-panel-wrapper .et-wrap-columns {
    overflow: hidden;
    overflow-x: auto;
}

.et-mobile-panel .et_column {
    max-width: 25%;
    min-width: 16.666%;
}

.et-mobile-panel .et-quantity {
    --et-quantity-proportion: 1.1em;
    font-size: .55em;
}

@media only screen and (min-width: 1200px) {
    body.bordered .etheme-sticky-panel {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}

.etheme-sticky-panel.outside {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}

.pos-fixed.bottom,
.pos-absolute.bottom {
    bottom: 0;
}

.et-mobile-panel-wrapper,
.et_b_mobile-panel-more_toggle .et-mini-content,
.et_b_mobile-panel-more_toggle .et-mini-content {
    color: #000000;
}

.pos-fixed {
    position: fixed;
}

.full-width {
    width: 100%;
}

.et-mobile-panel .et_column>a .et_b-icon+span {
    display: block;
    max-width: 100%;
    padding: 5px 0 0;
    line-height: 1;
}

.text-nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flex-col,
.flex-col-child>div,
.flex-col-child>ul.menu {
    flex-direction: column;
}

.task-detail {
    display: none;
    text-decoration: none !important;
    margin-top: 35px;
    font-size: 32px;
    line-height: 1.5em;
    color: #cca966;
}

.active {
    color: #cca966;
    text-decoration: underline;
}

.nav-item {
    margin-right: 20px;
    font-size: 26px;
}

#nav-section {
    line-height: 2.5em;
}

.active {
    display: block !important;
}

.close-icon {
    float: right;
    margin: 20px;
}


.elfsight-app-a7fc210e-2f83-4766-9d6d-7a6e05ae23de {
    max-height: 350px;
    overflow: hidden !important;
    margin-bottom: 30px !important;
}

.search-bar {
    margin-top: -20px;
    display: flex;
    width: 100%;
}

.collection {
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: dense;
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 20px;
    grid-template-columns: repeat(3, auto);

    margin: 60px auto;
}


.product__image {
    background-color: #e5e5e5;
    display: block;
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}


.product_detail__image {
    background-color: #e5e5e5;
    display: block;
    min-height: 300px;
    width: 100%;
    margin-bottom: 20px;
}

.product-container {
    margin: 0 auto;
    margin-bottom: 150px;
    margin-top: 60px;
    display: flex;
}

.left-column {
    width: 65%;
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 600px;
}

.right-column {
    width: 35%;
    margin-top: 60px;
    margin-left: 20px;
}

.left-column img {
    border-radius: 10px;
    position: absolute;
    display: block;
    top: 0;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease;
}

.left-column img.active {
    opacity: 1;
}

.product-description {
    border-bottom: 1px solid #E1E8EE;
    margin-bottom: 20px;
}

.product-description span {
    font-size: 12px;
    color: #358ED7;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.product-description h1 {
    font-weight: 300;
    font-size: 28px;
    color: #43484D;
    letter-spacing: -2px;
}

.product-description p {
    font-size: 16px;
    font-weight: 300;
    color: #86939E;
    line-height: 24px;
}

.product-color {
    margin-bottom: 30px;
}

.color-choose div {
    display: inline-block;
}

.color-choose input[type="radio"] {
    display: none;
}

.color-choose input[type="radio"]+label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.color-choose input[type="radio"]#red+label span {
    background-color: #C91524;
}

.color-choose input[type="radio"]#blue+label span {
    background-color: #314780;
}

.color-choose input[type="radio"]#black+label span {
    background-color: #323232;
}

.color-choose input[type="radio"]:checked+label span {
    background-image: url(images/check-icn.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.cable-choose {
    margin-bottom: 20px;
}

.cable-choose button {
    border: 2px solid #E1E8EE;
    border-radius: 6px;
    padding: 13px 20px;
    font-size: 14px;
    color: #5E6977;
    background-color: #fff;
    cursor: pointer;
    transition: all .5s;
}

.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
    border: 2px solid #86939E;
    outline: none;
}

.cable-config {
    border-bottom: 1px solid #E1E8EE;
    margin-bottom: 20px;
}

.cable-config a {
    color: #358ED7;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    margin: 10px 0;
    display: inline-block;
}

.cable-config a:before {
    content: "?";
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid rgba(53, 142, 215, 0.5);
    display: inline-block;
    text-align: center;
    line-height: 16px;
    opacity: 0.5;
    margin-right: 5px;
}

.product-price {
    display: flex;
    align-items: center;
}

.product-price span {
    font-size: 26px;
    font-weight: 300;
    color: #43474D;
    margin-right: 20px;
}

.categories {
    position: relative;
}

.cart {
    position: relative;
    color: #cca966;
    font-size: 36px;
    right: 0;
    margin-top: 3px;
    margin-left: 15px;
    margin-right: 15px;
}



.cart-btn {
    display: inline-block;
    background-color: #7DC855;
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 12px 30px;
    transition: all .5s;
}

.cart-btn:hover {
    background-color: #64af3d;
}

@media (max-width: 940px) {
    .container {
        flex-direction: column;
        margin-top: 60px;
    }

    .left-column,
    .right-column {
        width: 100%;
    }

    .left-column img {
        width: 300px;
        right: 0;
        left: initial;
    }
}

@media (max-width: 600px) {
    .left-column {
        display: flex !important;
        margin-bottom: -100px;
    }

    .left-column img {
        width: 100%;
        margin-top: 30px;
    }


    .product-container {
        display: block !important;
    }
}


@media (max-width: 400px) {
    .ibox-content {
        margin-bottom: 35px;
    }

    .ibox-title {
        font-size: 14px;
    }

    .left-column {
        margin-top: -80px !important;
        display: flex !important;
        margin-bottom: -250px;
    }

    .text-navy {
        font-size: 12px !important;
    }

    .small {
        font-size: 12px !important;
    }

    h3 {
        font-size: 14px !important;
    }

    .qty {
        min-width: 65px !important;
    }
}


.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-style: italic !important;
}

.trash {
    font-size: 12px !important;
}

.ibox-content>a {
    font-size: 12px !important;
}

.m-t-sm>a {
    font-size: 12px !important;
    line-height: 1;
}