* {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    font-size: 14px;
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
    font-family: Arial, Tahoma sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 400;
    color: #000000 !important;
    height: auto !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[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 style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    margin: 0 0 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #e6e6e6;
    margin: 0 0 3em;
    padding: 2.5em;
}

fieldset legend {
    display: inline-block;
    width: auto;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

address {
    font-weight: 300;
    font-style: italic;
    font-size: 1.14rem;
}


/* Headings
   ========================================================================== */

h1,
.h1 {
    margin-top: 0;
    font-size: 2.5714em;
    /* 36/14 */
    margin-bottom: 0.5em;
    font-weight: bold;
    color: #1e1e1e;
}

h2,
.h2 {
    margin-top: 0;
    font-size: 2.1428em;
    /* 30/14 */
    margin-bottom: 0.7em;
    font-weight: bold;
    color: #1e1e1e;
}

h3,
.h3 {
    margin-top: 0;
    font-size: 1.7142em;
    /* 24/14 */
    margin-bottom: 0.7em;
    font-weight: bold;
    color: #1e1e1e;
}

h4,
.h4 {
    margin-top: 0;
    font-size: 1.2857rem;
    /* 18/14 */
    margin-bottom: 0.7em;
    font-weight: bold;
    color: #1e1e1e;
}

h5,
.h5 {
    margin-top: 0;
    font-size: 1em;
    /* 14/14 */
    margin-bottom: 0.7em;
    font-weight: bold;
    color: #1e1e1e;
}

h6,
.h6 {
    margin-top: 0;
    font-size: 0.8571em;
    /* 12/14 */
    margin-bottom: 0.7em;
    font-weight: bold;
    color: #1e1e1e;
}

p {
    margin-bottom: 1.43em;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

p a {
    font-weight: normal;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.aligncenter {
    opacity: 1;
}

.wp-caption {
    max-width: 100%;
}

img.aligncenter {
    margin: 0.35em auto;
}

img.alignright {
    float: right;
    margin: 0.14em 0 1.42em 1.42em;
}

img.alignleft {
    float: left;
    margin: 0.14em 1.42em 1.42em 0px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0.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;
}

.type-product ul,
.content ul {
    margin-bottom: 1.43em;
}

.type-product ul ul,
.content ul ul {
    margin-bottom: 0;
}

.type-product ol ol,
.content ol ol {
    margin-bottom: 0;
}

.type-product li,
.content li {
    margin-bottom: 0.5em;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
}

.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;
}

.clear {
    clear: both;
}

.m0 {
    margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
    /* Boxed and framed layout */
    .boxed .template-container,
    .framed .template-container {
        width: 1230px;
        margin: 0 auto;
    }
    .boxed .header-vertical-enable .page-wrapper,
    .framed .header-vertical-enable .page-wrapper {
        margin-left: 0;
    }
    .boxed .header-vertical-enable .header-vertical,
    .framed .header-vertical-enable .header-vertical {
        left: 0;
    }
    .boxed.header-vertical-enabled,
    .framed.header-vertical-enabled {
        padding-left: 250px;
    }
    .boxed .header-wrapper.header-top-menu .header-top,
    .framed .header-wrapper.header-top-menu .header-top {
        width: 1230px;
    }
    .framed.fixNav-enabled .header-wrapper {
        z-index: 1000;
    }
    .framed.fixNav-enabled .fixed-active .header-wrapper {
        top: -160px;
    }
    .framed.fixNav-enabled .fixed-active-animate .header-wrapper {
        top: 0;
    }
    .framed .template-container {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .boxed .header-wrapper,
    .framed .header-wrapper {
        left: auto;
        width: 1230px;
    }
    body.bordered {
        border: 20px solid #f5f5f5;
        border-top: none;
    }
    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 {
        left: 0;
        top: 0;
        bottom: 0;
        width: 20px;
    }
    body.bordered .body-border-right {
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
    }
    body.bordered .body-border-top {
        height: 20px;
        left: 0;
        right: 0;
        top: 0;
    }
    body.bordered .body-border-bottom {
        height: 20px;
        left: 0;
        right: 0;
        bottom: 0;
    }
    body.bordered.fixNav-enabled .fixed-active.fixed-active-animate .header-wrapper {
        top: 20px;
    }
    body.bordered .vc_row[data-vc-full-width] {
        padding: 0 20px;
    }
    body.bordered.admin-bar .body-border-top {
        height: 52px;
    }
    body.bordered.admin-bar.fixNav-enabled .fixed-active.fixed-active-animate .header-wrapper {
        top: 52px;
    }
    body.bordered .et-open-panel {
        left: 20px;
    }
    body.bordered .fixed-header {
        padding: 0 20px;
        top: 20px;
    }
    body.bordered.admin-bar .fixed-header {
        top: 51px;
    }
}

#cookie-notice {
    position: fixed;
    right: 1vw;
    bottom: 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;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}

#cookie-notice #cn-notice-text {
    color: #999;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
}

#cookie-notice #cn-notice-text h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

#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 linear !important;
    transition: all 0.2s linear !important;
    border: none !important;
    -webkit-border-radius: 0 !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: 0.8;
}

#cookie-notice .button.wp-default:hover {
    background: #262626 !important;
}

@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;
    }
}

@media only screen and (max-width: 1200px) {
    body.bordered .template-container {
        margin-top: -20px;
    }
}

@media only screen and (max-width: 480px) {
    .content p {
        font-weight: 400;
    }
}

::-moz-selection {
    background: #d64444;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::selection {
    background: transparent;
    /* WebKit/Blink Browsers */
    color: F15A29;
}

::-moz-selection {
    background: #d64444;
    /* Gecko Browsers */
    color: #fff;
}

.a-center {
    text-align: center;
}


/*===============================
=            Buttons            =
===============================*/

.button,
.btn,
input[type="submit"] {
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 1.95em;
    height: 2.642rem;
    line-height: 2.5rem;
    background-color: #f2f2f2;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button:hover,
.btn:hover,
input[type="submit"]:hover {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button:focus,
.btn:focus,
input[type="submit"]:focus {
    color: #000000;
    outline: none;
}

.button:focus:hover,
.btn:focus:hover,
input[type="submit"]:focus:hover {
    color: white;
    outline: none;
}

.button.active,
.btn.active,
input[type="submit"].active {
    color: white;
}

.button.active:hover,
.btn.active:hover,
input[type="submit"].active:hover {
    background-color: black;
    color: white;
    border-color: black;
}

.button.active:focus,
.btn.active:focus,
input[type="submit"].active:focus {
    color: white;
}

.btn-black,
.btn.black {
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

.btn-black:hover,
.btn.black:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.btn-black:focus,
.btn.black:focus {
    color: white;
}

.btn.active:hover {
    opacity: 0.8 !important;
}

.btn-checkout,
.btn-view-cart {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.btn-checkout:hover {
    opacity: 0.8 !important;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn[disabled] {
    opacity: 1;
}

.wpb_wpb_button i {
    margin-right: 0;
}

.btn.small {
    font-size: 0.79rem;
}

.btn.medium {
    font-size: 0.9rem;
    line-height: 2.7rem;
    height: 2.8rem;
}

.btn.big {
    font-size: 1rem;
    line-height: 3.0rem;
    height: 3.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: #1e1e1e;
}

.btn.bordered {
    border: 2px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: #fff;
}

.btn.bordered:hover {
    color: #1e1e1e;
    border-color: #fff;
    background-color: #fff;
}

#cookie-notice .button.bootstrap {
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 1.95em;
    height: 2.642rem;
    line-height: 2.5rem;
    background-color: #f2f2f2;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #8a8a8a;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#cookie-notice .button.bootstrap:hover {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cookie-notice .button.bootstrap:focus {
    color: #000000;
    outline: none;
}

#cookie-notice .button.bootstrap:focus:hover {
    color: white;
    outline: none;
}

#cookie-notice .button.bootstrap.active {
    color: white;
}

#cookie-notice .button.bootstrap.active:hover {
    background-color: black;
    color: white;
    border-color: black;
}

#cookie-notice .button.bootstrap.active:focus {
    color: white;
}

#cookie-notice .button.bootstrap:hover {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cookie-notice .button.bootstrap:focus {
    color: #000000;
    outline: none;
}

#cookie-notice .button.bootstrap:focus:hover {
    color: white;
    outline: none;
}

#cookie-notice .button.bootstrap.active {
    color: white;
}

#cookie-notice .button.bootstrap.active:hover {
    background-color: black;
    color: white;
    border-color: black;
}

#cookie-notice .button.bootstrap.active:focus {
    color: white;
}

#cookie-notice .button.bootstrap:hover {
    color: #ffffff;
    border-color: #000000 !important;
    background-color: #000000 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*-----  End of Buttons  ------*/

.et-loader {
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.et-loader svg {
    width: 70px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 25%;
    width: 200px;
}

.et-loader svg .outline {
    stroke: #d64444;
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: 0;
    -webkit-animation: anim 1.6s linear infinite;
    animation: anim 1.6s linear infinite;
}

.et-loader svg .outline-bg {
    opacity: 0.5;
    stroke: rgba(0, 0, 0, 0.2);
}

body>.et-loader {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
}

body>.et-loader svg {
    top: 50%;
    width: 300px;
    margin-left: -150px;
    margin-top: -75px;
    opacity: 0;
}

@-webkit-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: -240.34889px;
    }
}

@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: -240.34889px;
    }
}

.content-product .et-loader {
    z-index: -1;
}

.global-adding-to-cart .et-loader,
.content-product.adding-to-cart .et-loader {
    opacity: 1;
    z-index: 200;
}

.global-adding-to-cart .et-loader svg,
.content-product.adding-to-cart .et-loader svg {
    opacity: 1 !important;
}

.global-adding-to-cart .et-loader svg .outline,
.content-product.adding-to-cart .et-loader svg .outline {
    -webkit-animation: anim 1.6s linear infinite;
    animation: anim 1.6s linear infinite;
}

.et-preloader-on>.et-loader {
    opacity: 1;
    z-index: 1000;
    position: fixed;
}

.et-preloader-on>.et-loader svg {
    -webkit-animation: opacity-loader 0.6s 4s linear forwards;
    animation: opacity-loader 0.6s 4s linear forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes opacity-loader {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes opacity-loader {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (min-width: 1600px) {
    body>.et-loader svg {
        width: 400px;
        margin-left: -200px;
    }
}


/*==============================
=            Inputs            =
==============================*/

input[type="checkbox"] {
    display: inline-block;
    -webkit-border-radius: 0;
    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 {
    padding: 0 1.5em 0 1em;
    cursor: pointer;
    height: 2.642rem;
    line-height: 2.642rem;
    max-width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border: none;
    background-color: #fafafa;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-image: url(../../../img/caret.png);
}

select:focus {
    outline: none;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea,
select {
    height: 2.642rem;
    line-height: 2rem;
    padding: 0 1.07em;
    display: block;
    font-size: 1rem;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 0.5px solid #f15a29;
    background-color: #f7f8f9;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #1e1e1e;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #c7c7c7;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea.form-control,
textarea {
    height: auto;
    width: 100%;
    background-color: #f7f8f9;
    border: none;
    border-bottom: 0.5px solid #f15a29;
    padding: 1.07em;
    line-height: 1.5;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
}

textarea.form-control:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #c7c7c7;
}

input[type="number"] {
    -moz-appearance: textfield;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

label {
    font-weight: normal;
    color: #313131;
    font-size: 1rem;
}

label.checkbox {
    display: inline-block;
}

.form-control {
    -webkit-appearance: none;
}

.select2-container .select2-choice {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fafafa;
    height: 2.57rem;
    line-height: 2.57rem;
}

.select2-drop-active {
    border: 1px solid #fafafa;
}

.select2-search input {
    padding: 0!important;
}

form.lost_reset_password p {
    display: inline-block;
    margin-bottom: 0;
    float: none;
    vertical-align: bottom;
}

form.lost_reset_password .clear {
    display: none;
}

iframe {
    max-width: 100% !important;
}

abbr[title],
acronym[title] {
    text-decoration: none;
    border-bottom: none;
}


/*-----  End of Inputs  ------*/


/*=============================
=            Links            =
=============================*/

a {
    text-decoration: none;
    cursor: pointer;
    color: #1e1e1e;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: #8a8a8a;
}

a:focus {
    text-decoration: none;
    outline: none;
    color: #8a8a8a;
}

a.color-white {
    color: #FFF;
}

a.color-white:hover {
    text-decoration: underline;
    color: #FFF;
}

a.underline {
    text-decoration: underline;
}

.wp-caption-text {
    padding-top: 0.71em;
    color: #999;
    font-size: 0.8em !important;
    text-align: center;
    font-style: normal;
}

.wp-caption-text strong {
    color: #333;
}

ol.simple,
ol.active,
ol.squared {
    list-style: none;
    counter-reset: li;
}

ol.simple>li,
ol.active>li,
ol.squared>li {
    padding: 0.71em 0 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 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: counter(li);
    counter-increment: li;
    position: absolute;
    display: inline-block;
    width: 2.28em;
    height: 2.28em;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0;
    line-height: 2.28em;
    text-align: center;
    color: #FFFFFF;
    background: #cecece;
}

ol.active>li:before {
    background-color: #8a8a8a;
}

ol.squared>li:before {
    content: counter(li);
    counter-increment: li;
    background-color: #f2f2f2;
    position: absolute;
    display: inline-block;
    color: #262626;
    width: 2.21em;
    font-weight: bold;
    line-height: 2.36rem;
    margin-top: 0;
    height: 2.21em;
    text-align: center;
}

ul.square>li {
    list-style: none;
    position: relative;
    padding-left: 1.43em;
}

ul.square>li:before {
    content: "\f096";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 1px;
}

ul.circle>li {
    list-style: none;
    position: relative;
    padding-left: 1.43em;
}

ul.circle>li:before {
    content: "\f1db";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0;
}

ul.arrow>li {
    list-style: none;
    position: relative;
    padding-left: 1.43em;
}

ul.arrow>li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.143rem;
    display: inline-block;
    position: absolute;
    margin-top: -1px;
    left: 0.36em;
}

ul.active {
    padding-left: 0;
}

ul.active>li {
    list-style: none;
    position: relative;
    padding-left: 1.43em;
    line-height: 28px;
}

ul.active>li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 7px;
    display: inline-block;
    position: absolute;
    margin-top: 10px;
    left: 4px;
    line-height: 1.8;
}

dl p {
    margin-bottom: 0;
    line-height: 1.42857143;
}

blockquote {
    padding-left: 2.14em;
    border-left: none;
    position: relative;
    margin-top: 1.43em;
    padding-top: 1.57em;
    padding-bottom: 1.57em;
    border-left: 5px solid #e6e6e6;
    font-style: italic !important;
}

blockquote cite {
    color: #999;
    font-size: 1.14rem;
}

blockquote cite strong {
    color: #4d4d4d;
}

blockquote p {
    font-size: 1.64rem;
    color: #4c4c4c;
    line-height: 2.42rem;
}

blockquote.style2 {
    background-color: #fafafa;
}

blockquote.style2:before {
    opacity: 0.1;
    top: 2.14em;
    left: 1.43em;
}

blockquote.style3 {
    border-left: 2px solid #e6e6e6;
    padding-left: 3.57em;
}

blockquote.style3:before {
    content: "\f10d";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: -0.59em;
    top: 50%;
    font-size: 1.57rem;
    color: #4d4d4d;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

blockquote.style3:after {
    content: "";
    width: 3.29em;
    height: 3.29em;
    border: 2px solid #e6e6e6;
    position: absolute;
    left: -1.71em;
    top: 50%;
    background-color: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
    blockquote.style3 {
        margin-left: 30px;
    }
    blockquote.style3 p {
        font-size: 1.1rem;
        line-height: 2rem;
    }
}

.active-link {
    position: relative;
    line-height: 1.8;
    display: table;
}

.active-link i {
    display: none;
}

.active-link:after {
    font-family: 'FontAwesome';
    content: '\f178';
    display: inline-block;
    margin-left: 4px;
    opacity: 0;
    position: absolute;
    right: -15px;
    top: 2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.active-link:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    pointer-events: none;
    background-color: #000;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.active-link:hover:after {
    opacity: 1;
    right: -23px;
    top: 2px;
}

.active-link:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/*-----  End of Links  ------*/

@-moz-document url-prefix() {
    /* Firefox doesn't respect max-width in certain situations */
    img {
        width: 100%;
        max-width: -moz-max-content;
    }
}


/*======================================
=            Default Tables            =
======================================*/

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.43em;
    border-top: 1px solid #e6e6e6;
}

table th,
table td {
    padding: 1.07em 0.71em;
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
}

table th:first-child,
table td:first-child {
    padding-left: 0;
}

table th:last-child,
table td:last-child {
    padding-right: 0;
}

table thead th {
    padding: 1.43em 1.07em;
    border-bottom: 2px solid #1e1e1e;
    text-transform: uppercase;
    font-weight: bold;
    color: #1e1e1e;
}


/*-----  End of Default Tables  ------*/


/*==============================
=            Titles            =
==============================*/

.title.title-left {
    text-align: left;
}

.title.title-center {
    text-align: center;
}

.title.title-right {
    text-align: right;
}

.title h1,
.title h2 {
    font-weight: 900;
    text-transform: uppercase;
}

h1.vc_custom_heading {
    text-transform: uppercase;
}

h2.vc_custom_heading {
    text-transform: uppercase;
}

h3.vc_custom_heading {
    text-transform: uppercase;
}

h4.vc_custom_heading {
    text-transform: uppercase;
}

h5.vc_custom_heading {
    text-transform: uppercase;
}

h6.vc_custom_heading {
    text-transform: uppercase;
}


/*-----  End of Titles  ------*/


/*=======================================
=  Section titles (used on cart page)   =
=======================================*/

.block-title {
    padding: 1.79em 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1.79em;
}

.block-title .label {
    color: white;
    padding: 3px 10px;
    margin-left: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/*=====  End of Section titles (used oncart page)  ======*/


/*=====================================
=            Footer Layout            =
=====================================*/

.footer {
    padding: 4em 0 2.86em;
    line-height: 1.6;
    font-size: 1.07rem;
    background-color: #262626;
}

.footer .container .widget-container {
    margin-bottom: 0;
}

.footer .footer-widget {
    margin-bottom: 2.14em;
}

.footer .footer-widget p {
    color: #8a8a8a;
}

.footer .widget-title {
    color: white;
    font-size: 1.07rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.88em;
}

.footer .menu {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

.footer .menu li {
    margin-bottom: 0;
    line-height: 1.6;
}

.footer .menu li:first-child a {
    padding-top: 0;
}

.footer .menu a {
    padding: 2px 0;
    color: #8a8a8a;
    font-size: 1.07rem;
    display: block;
}

.footer .menu a:hover {
    color: #fff;
}

.footer mark {
    background-color: transparent;
    color: #bbb;
}

.footer mark a {
    color: #bbbbbb;
}

.footer mark a:hover {
    color: #fff;
}

.footer .footer-widgets ul li {
    list-style: none;
}

.footer .tagcloud a {
    border-color: #383838;
}

.footer .recent-posts-widget .post-date {
    color: #8a8a8a;
}

.footer .menu-social-icons li a {
    padding-left: 8px;
    padding-right: 8px;
}

.prefooter .product_list_widget li {
    font-size: 1.14rem;
}

@media only screen and (max-width: 768px) {
    .prefooter-subscribe .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.footer-bottom {
    padding: 1.5rem 0 0;
    background-color: #09215A;
    color: #fff;
}

.footer-bottom a {
    color: #ffffff;
}

.footer-bottom img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer-bottom img:hover {
    opacity: 0.7;
}

.footer-bottom .footer-copyrights-right {
    text-align: right;
}

.footer .wpb_widgetised_column_heading,
.prefooter .wpb_widgetised_column_heading {
    font-size: 1.14rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 1.56em;
}


/* Footer Color Schemes */

.footer.text-color-light .widget-title,
.footer.text-color-light .wpb_widgetised_column_heading {
    color: #fff;
    border-color: #383838;
    text-transform: uppercase;
}

.footer.text-color-light h1,
.footer.text-color-light h2,
.footer.text-color-light h3,
.footer.text-color-light h4,
.footer.text-color-light h5,
.footer.text-color-light h6,
.footer.text-color-light a,
.footer.text-color-light .etheme_widget_recent_entries .post-widget-item .media-heading a {
    color: #fff;
}

.footer.text-color-light .menu a:hover,
.footer.text-color-light a:hover,
.footer.text-color-light .etheme_widget_recent_entries .post-widget-item .media-heading a:hover {
    color: #8a8a8a;
}

.footer.text-color-light .widget.null-instagram-feed .widgettitle {
    background-color: #383838;
    border-bottom: none;
}

.footer.text-color-light .widget-container.etheme_widget_recent_entries .post-widget-item {
    border-bottom: 1px solid #383838;
}

.footer.text-color-light .wpb_widgetised_column .null-instagram-feed .widget-title {
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #383838;
}

.footer.text-color-light .widget-container ul li {
    border-color: #383838;
}

.footer.text-color-light .widget-container ul li a {
    color: #fff;
}

.footer.text-color-light .widget-container ul li .children {
    border-color: #383838;
}

.footer.text-color-light .tagcloud a,
.footer.text-color-light blockquote.testimonials-text {
    background-color: #383838;
    color: #fff;
}

.footer.text-color-light blockquote.testimonials-text {
    border-color: #383838;
}

.footer.text-color-light blockquote.testimonials-text:after,
.footer.text-color-light blockquote.testimonials-text:before {
    border-top-color: #383838;
}

.footer.text-color-light .testimonials-slider .owl-controls {
    background-color: transparent;
}

.footer.text-color-light .testimonials-slider .owl-controls .owl-buttons {
    display: none;
}

.footer.text-color-light .widget_search input[type="text"] {
    border-color: #383838;
}

.footer.text-color-light .widget_search input[type="text"]:focus {
    border-color: #808080;
}

.footer.text-color-dark h1,
.footer.text-color-dark h2,
.footer.text-color-dark h3,
.footer.text-color-dark h4,
.footer.text-color-dark h5,
.footer.text-color-dark h6,
.footer.text-color-dark a,
.footer.text-color-dark .widget-title {
    color: #1a1a1a;
}

.footer.text-color-dark a:hover {
    color: #808080;
}

.footer.text-color-dark .tagcloud a:hover {
    color: #1a1a1a;
    border-color: #1a1a1a;
    background-color: transparent;
}

.footer.text-color-dark .wpb_widgetised_column .null-instagram-feed .widget-title {
    background-color: transparent;
}

.footer.text-color-dark .testimonials-slider .owl-controls {
    background-color: transparent;
}

.footer.text-color-dark .testimonials-slider .owl-controls .owl-buttons {
    display: none;
}

@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;
    }
}

@media only screen and (max-width: 768px) {
    .mob-center {
        text-align: center !important;
    }
    .mob-center .et-follow-buttons {
        text-align: center !important;
    }
    .footer-links-drinks a {
        display: block;
        margin: 10px 0 !important;
        text-align: center;
    }
}

@media only screen and (max-width: 992px) and (min-width: 480px) {
    .footer-widgets.col-md-3 {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .envato-purchase-popup {
        max-width: 100% !important;
        right: 0 !important;
    }
    body #intercom-container .intercom-messenger-frame {
        right: 0 !important;
    }
}


/*-----  End of Footer Layout  ------*/


/*===================================
=            Base Header            =
===================================*/

@media only screen and (min-width: 992px) {
    .header-wrapper header>.container .container-wrapper {
        -js-display: -webkit-box;
        -js-display: -webkit-flex;
        -js-display: -ms-flexbox;
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        position: relative;
        padding-top: .5rem;
        padding-bottom: 2..5rem;
        width: 100%;
    }
    .header-wrapper header>.container .container-wrapper>div {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .header-wrapper header>.container .sidebar-widget,
    .header-wrapper header>.container .sidebar-slider,
    .header-wrapper header>.container .widget-container {
        margin-bottom: 0;
    }
    .header-wrapper header>.container .container-wrapper>.navbar-header {
        margin-left: 0;
        margin-right: 0;
        float: right;
    }
    .header-wrapper header>.container .navbar-toggle {
        display: none;
        float: right;
        margin: 0;
        padding: 4px 10px;
    }
}

.header-wrapper {
    position: relative;
    width: 100%;
}

.header-logo img {
    text-align: left;
    height: inherit;
    width: auto;
}

.header-logo img.logo-fixed {
    display: none;
}

.navigation-wrapper .menu-inner {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.header-color-white .navbar-header .et-wishlist-widget a,
.header-color-white .navbar-header .search-btn,
.header-color-white .navbar-header .cart-summ {
    color: white;
}

.header-color-white .navbar-header .et-wishlist-widget a:hover,
.header-color-white .navbar-header .search-btn:hover,
.header-color-white .navbar-header .cart-summ:hover {
    opacity: 0.6;
}

.header-color-white .navbar-header .et-wishlist-widget .wishlist-count,
.header-color-white .navbar-header .cart-bag .badge-number {
    background-color: #fff !important;
    color: #1e1e1e !important;
}

.header-color-white .navbar-header .shopping-container.ico-design-1.ico-bg-no .badge-number {
    background-color: transparent !important;
    color: #fff !important;
}

.header-color-white .item-level-0>a,
.header-color-white .menu-item-language>a {
    color: white;
}

.header-color-white .item-level-0 img.iclflag,
.header-color-white .menu-item-language img.iclflag {
    position: relative;
    top: -1px;
}

.header-color-dark .et-wishlist-widget .wishlist-count {
    background-color: #000;
    color: #fff;
}

.submenu-languages {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    margin-top: -5px;
    opacity: 0;
    width: 18em;
    padding: 1.43em 0;
    background-color: white;
    text-align: left;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 0.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 linear;
    transition: all 0.2s linear;
    opacity: 1;
}

.et-header-overlap .header-wrapper {
    position: absolute;
    z-index: 10;
    background: #f7f3f3;
}

.et-header-overlap .page-heading,
.et-header-overlap .page-heading.bc-size-small {
    padding-top: 15em;
    padding-bottom: 8em;
}

.et-header-full-width .main-header>.container,
.et-header-full-width .top-bar>.container {
    width: 100%;
}

.et-header-full-width .main-header .languages-area .widget_text,
.et-header-full-width .top-bar .languages-area .widget_text {
    padding-left: 10px;
}

.et-header-full-width .top-bar>.container {
    padding: 0;
}

.et-header-full-width .main-header .container {
    padding: 0;
}

.et-header-full-width .header-logo {
    padding-left: 1.14em;
}

.et-header-full-width .navbar-header {
    padding-right: 1.14em;
}

.et-header-full-width .top-links {
    padding-right: 15px;
}

.et-header-full-width .top-links:last-child {
    padding-right: 0;
}

.et-header-full-width .header-center .main-header .container .header-search {
    padding-left: 15px;
}

.header-wrapper.fixed-active .header-logo img.logo-fixed {
    display: inline-block;
}

.header-wrapper.fixed-active .header-logo img.logo-default {
    display: none;
}

.header-logo img {
    max-width: 100%;
}

.navbar-header {
    text-align: right;
    display: inline-block;
}

.navbar-header .et-wishlist-widget {
    display: inline-block;
    padding: 0 0 0 0;
    margin-right: 2.3em;
    line-height: 1;
    vertical-align: bottom;
}

.navbar-header .et-wishlist-widget a {
    display: block;
    line-height: 1;
    position: relative;
    top: 2px;
}

.navbar-header .et-wishlist-widget i {
    font-size: 1.7em;
    font-family: 'xstore-icons';
    font-style: normal;
}

.navbar-header .header-search {
    padding: 0 2em 0 0;
    vertical-align: bottom;
}

.navbar-header .header-search .popup-with-form span {
    display: none;
}

.navbar-header .header-search .fa {
    font-size: 1.35em;
}

.et-wishlist-widget {
    position: relative;
}

.et-wishlist-widget .wishlist-count {
    position: absolute;
    right: -8px;
    top: -4px;
    background-color: #1e1e1e;
    color: #fff;
    min-width: 14px;
    min-height: 14px;
    padding: 2px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 11px;
    font-weight: bold;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.wishlist-show .wishlist-count {
    opacity: 1;
}

.et-wishlist-widget .wishlist-dropdown {
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 22.86em;
    position: absolute;
    top: 65px;
    right: -50px;
    background-color: white;
    color: #8a8a8a;
    text-align: left;
    padding: 2em 2.14em 2.14em 2.14em;
}

.et-wishlist-widget .wishlist-dropdown>p {
    margin: 0;
    color: #1e1e1e;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1.23em;
    font-size: 1rem;
}

.et-wishlist-widget .wishlist-dropdown>p.buttons {
    border-bottom: none;
    padding-bottom: 0;
}

.et-wishlist-widget .wishlist-dropdown li {
    position: relative;
}

.et-wishlist-widget .wishlist-dropdown li .product-title {
    padding-right: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.et-wishlist-widget .wishlist-dropdown li .product-title a {
    color: #1e1e1e;
    line-height: 1.4;
}

.et-wishlist-widget .wishlist-dropdown .product-mini-image {
    display: inline-block;
    float: left;
}

.et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5rem;
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

.et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:focus {
    color: white;
}

.et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:focus {
    color: white;
}

.et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
    opacity: 1;
}

.et-wishlist-widget .wishlist-dropdown .cart-popup .empty {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.et-wishlist-widget .wishlist-dropdown:before {
    content: '';
    display: block;
    top: -15px;
    left: auto;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.et-wishlist-widget .wishlist-dropdown .variation {
    margin-bottom: 0.4em;
    color: #1e1e1e;
}

.et-wishlist-widget .wishlist-dropdown .variation p {
    margin-bottom: 0.21em;
    line-height: 1.4;
    font-size: 1rem;
}

.et-wishlist-widget .wishlist-dropdown .variation dt {
    display: inline-block;
}

.et-wishlist-widget .wishlist-dropdown .variation dd {
    display: inline-block;
    margin-right: 5px;
}

.shopping-container.show-over-hint {
    z-index: 131;
}

.et-wishlist-widget:hover .wishlist-dropdown {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    padding-top: 2.14em;
}

.et-wishlist-widget:hover .wishlist-dropdown:after {
    content: "";
    position: absolute;
    top: -37px;
    height: 37px;
    width: 100%;
    left: 10px;
    display: block;
}

.wishlist-widget-show .et-wishlist-widget .wishlist-dropdown {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    padding-top: 2.14em;
}

#lang_sel_click a.lang_sel_sel {
    -webkit-transition: none;
    transition: none;
    color: #5f5f5f !important;
}

@media only screen and (max-width: 1200px) {
    .navbar-header .et-wishlist-widget {
        margin-right: 1.9em;
    }
}

@media only screen and (max-width: 991px) {
    .tp-parallax-wrap {
        top: 150px !important;
    }
    .header-wrapper header .container-wrapper {
        padding: 12px 0;
        position: relative;
        text-align: right;
        display: inline-block;
        width: 100%;
    }
    .header-wrapper .navbar-header {
        float: none !important;
        vertical-align: middle;
        margin-right: 3.9em;
        margin-left: 0;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header-wrapper .navbar-header .et-wishlist-widget {
        padding-right: 0;
    }
    .header-wrapper .navbar-header .et-wishlist-widget i {
        font-size: 1.8em;
    }
    .header-wrapper .navbar-header .header-search {
        display: none;
    }
    .header-wrapper .navbar-header .shopping-container {
        top: -1px;
    }
    .header-wrapper .header-logo {
        text-align: left;
        float: left;
    }
    .header-wrapper .header-logo img {
        width: auto;
        max-height: 90px;
    }
    .header-wrapper .navbar-toggle {
        position: absolute;
        right: -10px;
        margin-right: 0;
        margin-top: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header-wrapper.header-color-dark .cart-bag {
        border: 2px solid black;
    }
    .header-wrapper.header-color-dark .cart-bag .badge-number {
        color: #000000;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .header-wrapper.header-color-dark .cart-bag:before {
        border: 2px solid black;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .et-header-full-width .header-logo {
        padding-left: 1.8em !important;
    }
    .navigation-wrapper {
        display: none;
    }
    .cart-summ .total,
    .cart-summ .cart-items {
        display: none;
    }
    .cart-popup-container,
    .wishlist-dropdown {
        display: none;
    }
    .et-header-full-width .header-wrapper .navbar-toggle {
        right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    header .et-wishlist-widget,
    .fixed-header .et-wishlist-widget {
        margin-right: 15px !important;
        top: -1px;
    }
    header .et-wishlist-widget i,
    .fixed-header .et-wishlist-widget i {
        font-size: 2em !important;
    }
    .header-logo img {
        max-width: 160px !important;
    }
    .et-header-full-width .header-logo {
        padding-left: 0.9em !important;
    }
    .header-wrapper.header-xstore .navbar-header {
        width: 31% !important;
    }
    .fixed-header .navbar-header {
        width: 30% !important;
    }
}


/*-----  End of Base Header  ------*/

.content-page,
.page-content {
    padding-bottom: 2.86em;
}

.edit-link {
    display: none;
}



/*====================================
=            Base Product            =
====================================*/


/* Price for Woocommerce */

.price {
    font-weight: bold;
}

.price ins {
    padding-left: 3px;
    text-decoration: none;
    font-weight: 900;
}


/* Sale label */

.label-product {
    text-align: center;
    z-index: 1;
}

.label-product>div {
    position: absolute;
    z-index: 100;
}

.type-label-2 {
    top: -8px;
    left: -8px;
    color: white;
    text-transform: uppercase;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-weight: bold;
}

.star-rating {
    font-size: 0;
    width: 78px;
    height: 14px;
    display: inline-block;
    margin: 0 auto 15px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.star-rating:before {
    font-size: 14px;
    letter-spacing: 3px;
    content: '\f006\f006\f006\f006\f006';
    font-family: 'FontAwesome';
    display: block;
}

.star-rating span {
    position: absolute;
    left: 0;
    top: 0;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.star-rating span:before {
    font-size: 14px;
    letter-spacing: 3px;
    content: '\f005\f005\f005\f005\f005';
    font-family: 'FontAwesome';
    display: block;
    color: red;
}

.wcpv-vendor-logo {
    text-align: center;
}

.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 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sb-infinite-scroll-load-more:not(.finished) a {
    display: inline-block;
    border: 1px solid #f2f2f2;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 1.95em;
    height: 2.642rem;
    line-height: 2.5rem;
    background-color: #f2f2f2;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sb-infinite-scroll-load-more.finished a {
    border: none;
    color: #999999;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .sb-infinite-scroll-load-more {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/*-----  End of Base Product  ------*/

.shopping-container.ico-bg-yes .cart-bag:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #f2f2f2;
    display: block;
    left: -11px;
    top: -13px;
    z-index: -1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.shopping-container.ico-design-1.ico-bg-yes .cart-bag {
    height: 17px;
    width: 17px;
    top: 3px;
    margin-right: 15px;
    border: 2px solid #000000;
}

.shopping-container.ico-design-1.ico-bg-yes .cart-bag:before {
    width: 11px;
    margin-left: -6px;
    border: 2px solid #000000;
}

.shopping-container.ico-design-1.ico-bg-yes .shop-text {
    position: relative;
    top: -2px;
}

.shopping-container.ico-design-1.ico-bg-yes .badge-number {
    position: absolute;
    right: -16px;
    top: -12px;
    background-color: #1e1e1e;
    color: #fff;
    min-width: 16px;
    min-height: 16px;
    padding: 2px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 9px;
    line-height: 12px;
    font-weight: bold;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.shopping-container.ico-design-1.ico-bg-yes .badge-number.number-value-0 {
    display: none;
}

.shopping-container.ico-design-1.ico-bg-yes.ico-label-bottom .badge-number {
    top: 9px;
}

.shopping-container.ico-design-2.ico-bg-yes .cart-bag:before {
    color: #1e1e1e;
    font-size: 32px;
}

.shopping-container.ico-design-2.ico-bg-yes .cart-bag:after {
    left: -5px;
    top: -4px;
}

.shopping-container.ico-design-2.ico-bg-yes.ico-label-bottom .badge-number {
    top: 20px !important;
}

.shopping-container.ico-design-2.ico-label-bottom .badge-number {
    top: 20px !important;
}

.shopping-container.ico-design-3.ico-bg-yes .cart-bag:before {
    color: #1e1e1e;
}

.shopping-container.ico-design-3.ico-bg-yes .cart-bag:after {
    left: -6px;
    top: 0px;
}

.shopping-container.ico-design-3.ico-bg-yes .badge-number {
    color: #fff !important;
    background-color: #1e1e1e;
    right: -3px !important;
    top: 0 !important;
}

.shopping-container.ico-design-3.ico-bg-yes.ico-label-bottom .badge-number {
    top: 20px !important;
}

.shopping-container.ico-design-3.ico-label-bottom .badge-number {
    top: 20px !important;
}

.et-wishlist-widget.ico-label-top .wishlist-count {
    top: -4px;
}

.et-wishlist-widget.ico-label-bottom .wishlist-count {
    right: -6px;
    top: 15px;
}

@media only screen and (max-width: 992px) {
    .shopping-container.ico-design-2.ico-bg-yes .cart-bag:before {
        font-size: 36px;
        margin-left: -7px;
    }
    .shopping-container.ico-design-3.ico-bg-yes .cart-bag:before {
        font-size: 36px;
        line-height: 33px;
    }
    .header-color-white .shopping-container.ico-bg-yes .cart-bag:after {
        display: none;
    }
    .header-color-white .shopping-container.ico-design-1 .cart-bag {
        margin-right: 0;
    }
    .header-color-white .shopping-container.ico-design-1 .cart-bag:before,
    .header-color-white .shopping-container.ico-design-1 .cart-bag {
        border-color: #fff;
    }
    .shopping-container.ico-design-3 .cart-bag:before,
    .shopping-container.ico-design-2 .cart-bag:before {
        color: #fff !important;
    }
    .header-color-dark .shopping-container.ico-design-3 .cart-bag:before,
    .header-color-dark .shopping-container.ico-design-2 .cart-bag:before {
        color: #1e1e1e !important;
    }
    .header-color-dark .shopping-container.ico-design-3 .cart-bag .badge-number,
    .header-color-dark .shopping-container.ico-design-2 .cart-bag .badge-number,
    .header-color-dark .et-wishlist-widget .wishlist-count {
        color: #fff !important;
        background-color: #1e1e1e !important;
    }
    .shopping-container.ico-design-3 .cart-bag .badge-number,
    .shopping-container.ico-design-2 .cart-bag .badge-number {
        color: #1e1e1e !important;
        background-color: #fff !important;
    }
    .shopping-container.ico-design-3.ico-label-bottom .badge-number,
    .shopping-container.ico-design-2.ico-label-bottom .badge-number {
        top: 16px !important;
    }
}

@media only screen and (max-width: 480px) {
    .shopping-container.ico-design-1.ico-bg-yes .cart-bag:before {
        margin-left: -5px;
    }
    .shopping-container.ico-design-2.ico-bg-yes .cart-bag:before {
        margin-left: -6px;
    }
    .shopping-container.ico-design-3.ico-bg-yes .cart-bag:before {
        margin-left: -4px;
    }
}


/*=================================================
=            Shopping cart base widget            =
=================================================*/

.cart-summ .cart-items {
    display: none;
}

.cart-summ .shop-text {
    font-weight: bold;
}

.cart-bag {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    min-width: 1.2em;
    padding: 0 0.43em;
    font-size: 0.86rem;
    display: inline-block;
    line-height: 1.3;
    margin-right: 5px;
    border: 2px solid white;
}

.cart-bag .badge-number {
    font-weight: bold;
    font-size: 0.86rem;
    z-index: 1;
    position: relative;
}

.cart-bag:before {
    position: absolute;
    z-index: 0;
    top: -8px;
    left: 50%;
    content: '';
    display: block;
    margin-left: -7px;
    width: 14px;
    height: 8px;
    -webkit-border-top-left-radius: 99px;
    border-top-left-radius: 99px;
    -webkit-border-top-right-radius: 99px;
    border-top-right-radius: 99px;
}

.cart-bag .badge-number {
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart-bag:before {
    border: 2px solid white;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-color-dark .cart-bag {
    border: 2px solid #000000;
}

.header-color-dark .cart-bag .badge-number {
    color: #000000;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-color-dark .cart-bag:before {
    border: 2px solid #000000;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-color-dark .cart-summ:hover .cart-bag {
    border: 2px solid #8a8a8a;
}

.header-color-dark .cart-summ:hover .cart-bag .badge-number {
    color: #8a8a8a;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-color-dark .cart-summ:hover .cart-bag:before {
    border: 2px solid #8a8a8a;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart_list.product_list_widget {
    float: left;
    width: 100%;
}

.cart_list.product_list_widget img {
    width: auto;
    max-height: 100px;
}

.cart_list.product_list_widget .buttons a {
    width: 100%;
}

.cart_list.product_list_widget .buttons a:first-child {
    margin-bottom: 10px;
}

.shopping-container {
    display: inline-block;
    position: relative;
}

.shopping-container .button {
    display: block;
}

.shopping-container .button:first-child {
    margin-bottom: 10px;
}

.shopping-container .btn-view-cart {
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

.shopping-container .btn-view-cart:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.shopping-container .btn-view-cart:focus {
    color: white;
}

.shopping-container .btn-view-cart:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.shopping-container .btn-view-cart:focus {
    color: white;
}

.shopping-container.cart-show .cart-popup-container,
.shopping-container:hover .cart-popup-container {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    padding-top: 2.14em;
}

.shopping-container.cart-show .cart-popup-container:after,
.shopping-container:hover .cart-popup-container:after {
    content: "";
    position: absolute;
    top: -22px;
    height: 37px;
    width: 100%;
    left: 10px;
    display: block;
}

.shopping-container.cart-show .cart-popup-container .cart_list.product_list_widget,
.shopping-container:hover .cart-popup-container .cart_list.product_list_widget {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.shopping-container.ico-design-1 .badge-number {
    background-color: transparent;
}

.shopping-container.ico-design-2,
.shopping-container.ico-design-3 {
    top: 4px;
}

.shopping-container.ico-design-2 .cart-bag,
.shopping-container.ico-design-3 .cart-bag {
    border: none;
    vertical-align: middle;
}

.shopping-container.ico-design-2 .cart-bag:before,
.shopping-container.ico-design-3 .cart-bag:before {
    content: "\e90c";
    font-family: 'xstore-icons';
    position: static;
    display: block;
    border: none;
    font-size: 36px;
    width: auto;
    height: auto;
    line-height: 1;
}

.shopping-container.ico-design-2 .cart-bag .badge-number,
.shopping-container.ico-design-3 .cart-bag .badge-number {
    position: absolute;
    right: 2px;
    top: -1px;
    background-color: #1e1e1e;
    color: #fff;
    min-width: 14px;
    min-height: 14px;
    padding: 2px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 11px;
    font-weight: bold;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.shopping-container.ico-design-2 .cart-bag .badge-number.number-value-0,
.shopping-container.ico-design-3 .cart-bag .badge-number.number-value-0 {
    display: none;
}

.shopping-container.ico-design-2 {
    top: 6px;
}

.shopping-container.ico-design-2 .badge-number {
    top: 1px !important;
    right: 4px !important;
}

.shopping-container.ico-design-3 .cart-bag:before {
    content: "\e90d";
    font-family: 'xstore-icons';
    font-size: 34px;
}

.header-color-dark .menu-wrapper .a-center {
    color: #1e1e1e;
}

.header-color-dark .shopping-container.ico-design-2 .badge-number,
.header-color-dark .shopping-container.ico-design-3 .badge-number {
    color: #fff !important;
    background-color: #000;
}

.header-color-dark .shopping-container.ico-design-2 .cart-summ .cart-bag,
.header-color-dark .shopping-container.ico-design-3 .cart-summ .cart-bag {
    border: none;
}

.header-color-dark .shopping-container.ico-design-2 .cart-summ .cart-bag:before,
.header-color-dark .shopping-container.ico-design-3 .cart-summ .cart-bag:before {
    border: none;
}

.cart-popup-container {
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 22.86em;
    position: absolute;
    top: 65px;
    right: 0;
    background-color: white;
    color: #8a8a8a;
    text-align: left;
    padding: 2em 2.14em 2.14em 2.14em;
}

.cart-popup-container .product_list_widget {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart-popup-container .product_list_widget>p {
    margin: 0;
    color: #1e1e1e;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1.23em;
    font-size: 1rem;
}

.cart-popup-container .product_list_widget>p.buttons {
    border-bottom: none;
    padding-bottom: 0;
}

.cart-popup-container .product_list_widget li {
    position: relative;
}

.cart-popup-container .product_list_widget li .product-title {
    padding-right: 14px;
    line-height: 1.4;
}

.cart-popup-container .cart-popup .empty {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.cart-popup-container:before {
    content: '';
    display: block;
    top: -15px;
    left: auto;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.cart-popup-container .variation {
    margin-bottom: 0.4em;
    color: #1e1e1e;
}

.cart-popup-container .variation p {
    margin-bottom: 0.21em;
    line-height: 1.4;
    font-size: 1rem;
}

.cart-popup-container .variation dt {
    display: inline-block;
}

.cart-popup-container .variation dd {
    display: inline-block;
    margin-right: 5px;
}

.cart-popup-container .variation dd p {
    margin-bottom: 0;
    font-weight: 400;
}

.cart-popup-container .variation dd img {
    max-width: 15px;
}

.cart-widget-subtotal {
    text-align: right;
    margin-bottom: 2.14em;
    margin-top: 1.43em;
}

.cart-widget-subtotal .small-h {
    color: #1e1e1e;
    text-transform: uppercase;
    padding-right: 10px;
}

.cart-widget-subtotal .big-coast {
    font-size: 1.2em;
    font-weight: bold;
}

.cart-widget-products li {
    margin-top: 1.79em;
}

.cart-widget-products .product-mini-image {
    float: left;
}

.cart-widget-products img {
    float: left;
    max-width: 5.71em;
}

.cart-widget-products a {
    color: #1e1e1e;
}

.cart-widget-products h4 {
    font-size: 1em;
    text-transform: uppercase;
}

.cart-widget-products .remove {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 2px;
    opacity: 0.7;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart-widget-products .remove:hover {
    opacity: 1;
}

.cart-widget-products .descr-box {
    font-size: 0.86em;
}

.cart-widget-products .descr-box dt {
    font-size: 0.8rem;
    margin-top: 5px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    .cart-bag {
        font-size: 1rem;
        margin-right: 0;
        border: 2px solid #fff;
    }
    .cart-bag:before {
        border: 2px solid #fff;
        margin-left: -7px;
        width: 15px;
        height: 10px;
        top: -10px;
    }
    .header-color-dark .cart-bag {
        border-width: 2px;
    }
    .header-color-dark .cart-bag:before {
        border-width: 2px;
    }
    .shopping-container.ico-design-2,
    .shopping-container.ico-design-3 {
        top: 0 !important;
    }
    .shopping-container.ico-design-2 .cart-bag:before,
    .shopping-container.ico-design-3 .cart-bag:before {
        font-size: 36px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .cart-bag {
        font-size: 1.2rem;
        border: 2px solid #fff;
    }
    .cart-bag:before {
        border: 2px solid #fff;
        margin-left: -7px;
        width: 15px;
        height: 10px;
        top: -10px;
    }
    .cart-bag .badge-number {
        font-size: 1rem;
        display: block;
        line-height: 1.615rem;
    }
    .shopping-container.ico-design-2,
    .shopping-container.ico-design-3 {
        top: 0 !important;
    }
    .shopping-container.ico-design-2 .cart-bag,
    .shopping-container.ico-design-3 .cart-bag {
        font-size: 10px;
        margin-right: -10px !important;
    }
    .shopping-container.ico-design-2 .cart-bag:before,
    .shopping-container.ico-design-3 .cart-bag:before {
        font-size: 36px;
        line-height: 30px;
    }
}


/*-----  End of Shopping cart base widget  ------*/


/*==========================================
=            Shopping Cart Page            =
==========================================*/

table.cart .product-name {
    width: 100px;
}

table.cart .product-name img {
    max-width: 80px;
}

table.cart .product-details {
    max-width: 380px;
}

table.cart .product-details a {
    text-transform: uppercase;
    color: #1e1e1e;
    font-size: 1.14em;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

table.cart .product-details dl p {
    margin-bottom: 0.71em;
    line-height: 1;
}

table.cart .product-price {
    text-align: center;
}

table.cart .product-price .amount {
    color: #1e1e1e;
}

table.cart .mobile-price {
    display: none;
}

table.cart .product-quantity {
    text-align: center;
}

table.cart .quantity {
    margin-bottom: 0;
}

table.cart .product-subtotal {
    text-align: center;
}

table.cart .product-subtotal .amount {
    color: #1e1e1e;
    font-weight: bold;
    font-size: 1.14em;
}

table.cart .product-remove {
    width: 40px;
    text-align: center;
}

table.cart .remove-item {
    width: 36px;
    height: 36px;
    line-height: 35px;
    padding: 0;
    font-size: 0;
}

table.cart .remove-item:before {
    font-family: 'xstore-icons';
    display: inline-block;
    font-size: 14px;
    color: #1e1e1e;
    content: "\e90a";
    position: relative;
    left: 1px;
}

table.cart .remove-item:hover:before {
    color: white;
}

table.cart td,
table.cart th {
    vertical-align: middle;
}

table.cart dt,
table.cart dd {
    display: inline-block;
}

table.cart dt img,
table.cart dd img {
    max-width: 15px;
}

table.cart dd:nth-child(even) {
    margin-right: 5px;
}

table.cart dt {
    margin-right: 5px;
}

#customer_details .create-account {
    display: inline-block;
}

#customer_details .create-account .form-row#account_username_field {
    margin-right: 10px;
}

#customer_details .create-account .form-row#billing_phone_field {
    margin-left: 10px;
}

.wcpv-sold-by-cart a {
    margin-bottom: 0;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.coupon input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
}

.actions {
    text-align: right;
    margin-bottom: 40px;
}

.actions .checkout-button {
    display: none;
}

.cart-bottom {
    margin-bottom: 30px;
}

.bag-total-table {
    margin-bottom: 30px;
}

.bag-total-table th,
.bag-total-table td {
    vertical-align: bottom;
}

.bag-total-table .cart-subtotal th,
.bag-total-table .cart-subtotal td {
    border-top: none;
}

.bag-total-table .shipping select {
    width: 100%;
}

.bag-total-table .shipping th {
    vertical-align: top;
}

.bag-total-table .shipping td {
    vertical-align: top;
}

.cart_totals {
    background-color: #fafafa;
    padding: 2.14em;
}

.cart_totals>h2 {
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 2px solid #1e1e1e;
    padding-bottom: 1.43em;
    margin-bottom: 0;
}

.cart_totals table {
    border-top: 0;
}

.cart_totals td,
.cart_totals th {
    color: #777;
    font-size: 1.14rem;
    font-weight: 300;
    text-transform: none;
}

.cart_totals th {
    border-bottom: 1px solid #e6e6e6;
    width: 110px;
}

.cart_totals td {
    text-align: right;
}

.cart_totals .woocommerce-shipping-calculator p {
    margin-bottom: 1em;
}

.cart_totals .shipping-calculator-button {
    font-size: 0.86rem;
}

.cart_totals select,
.cart_totals input {
    border: 1px solid transparent;
    background-color: #ededed;
    height: 2.57rem;
    line-height: 2.57rem;
    max-width: 260px;
    display: inline-block;
}

.cart_totals input[type="radio"] {
    height: auto;
}

.cart_totals .order-total td,
.cart_totals .order-total th {
    font-weight: bold;
    color: #1e1e1e;
    font-size: 1.57rem;
    border-bottom: none;
    padding-bottom: 0;
}

.cart_totals p {
    margin-bottom: 0.36em;
}

.shipping-calculator-button {
    text-transform: uppercase;
}

.shipping-calculator-form .button {
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

.shipping-calculator-form .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.shipping-calculator-form .button:focus {
    color: white;
}

.shipping-calculator-form .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.shipping-calculator-form .button:focus {
    color: white;
}

.checkout-button {
    color: white;
    letter-spacing: 1px;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    line-height: 3.21rem;
}

.checkout-button:hover {
    background-color: black;
    color: white;
    border-color: black;
}

.checkout-button:focus {
    color: white;
}

.checkout-button:hover {
    opacity: 0.8;
}

#shipping_method {
    padding-left: 0;
    margin-bottom: 0;
}

#shipping_method li {
    list-style: none;
    margin-bottom: 0;
}

.empty-cart-block {
    margin: 5em 0;
    text-align: center;
    background: url('images/empty-cart.png') no-repeat top center;
    padding-top: 260px;
}

.empty-cart-block .btn {
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

.empty-cart-block .btn:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.empty-cart-block .btn:focus {
    color: white;
}

.empty-cart-block .btn:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.empty-cart-block .btn:focus {
    color: white;
}

@media only screen and (max-width: 992px) {
    .cart-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .cart-bottom .col-md-4 {
        margin-bottom: 30px;
        display: inline-block;
        width: 100%;
    }
    .cart-bottom .col-md-4:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    table.cart .product-details {
        max-width: 190px;
    }
}

@media only screen and (max-width: 768px) {
    table.cart .mobile-price {
        display: block;
    }
    table.cart .product-price,
    table.cart .product-subtotal {
        display: none;
    }
    table.cart .product-remove {
        padding-right: 10px;
    }
    table.cart th {
        padding-left: 0;
        padding-right: 0;
    }
    table.cart td {
        padding-left: 0.2em;
        padding-right: 0.2em;
    }
    table.cart .product-name {
        width: 70px;
        padding-right: 1px;
    }
    table.cart .product-name img {
        max-width: 60px;
    }
    table.cart .product-details a {
        font-size: 0.9rem;
    }
    table.cart .cart_item:last-child td {
        border-bottom: none;
    }
    .cart_totals td,
    .cart_totals th {
        font-weight: 400;
    }
    .cart_totals th {
        width: 100px;
    }
    .table-responsive {
        border: none;
    }
}

@media only screen and (max-width: 480px) {
    .product-quantity span.minus,
    .product-quantity span.plus {
        display: none !important;
    }
    .empty-cart-block {
        background-size: 160px;
        padding-top: 220px;
    }
}


/*-----  End of Shopping Cart Page  ------*/


/*=====================================
=            Checkout Page            =
=====================================*/

.form-row.form-row-wide {
    width: 100%;
}

.form-row.form-row-first {
    padding-right: 10px;
}

.form-row.form-row-last {
    padding-left: 10px;
}

.form-row.form-row.notes {
    width: 100%;
}

.form-row.create-account {
    line-height: 1.2;
}

.form-row.create-account label {
    float: none;
    margin: 0;
    display: inline-block;
}

.form-row select {
    width: 100%;
}

.form-row .input-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.form-row-first,
.form-row-last {
    float: left;
    width: 48.5%;
    overflow: visible;
}

.form-row-last {
    float: right;
}

.form-row-wide {
    clear: both;
}

#customer_details input[type="email"],
#customer_details input[type="tel"],
#customer_details input[type="password"],
#customer_details input[type="text"] {
    width: 100%;
}

#customer_details textarea {
    width: 100%;
}

.step-title {
    padding: 1.79em 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1.79em;
    border-bottom: 2px solid #1e1e1e;
}

.step-title .label {
    color: white;
    padding: 3px 10px;
    margin-left: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.step-title .label {
    color: white;
    padding: 3px 10px;
    margin-left: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce-shipping-fields {
    margin-top: 2.14em;
    width: 100%;
    display: inline-block;
}

.woocommerce-shipping-fields .checkbox {
    margin-top: 1px;
}

.order_details {
    padding-left: 0 !important;
}

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 .woocommerce-info a {
    color: #000;
}

.before-checkout-form .button {
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

.before-checkout-form .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.before-checkout-form .button:focus {
    color: white;
}

.before-checkout-form .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.before-checkout-form .button:focus {
    color: white;
}

.before-checkout-form .login {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 2.86em;
    margin: -1.43em 0 2.43em;
}

.before-checkout-form .login p:first-child {
    padding-bottom: 1.79em;
    border-bottom: 1px solid #e6e6e6;
}

.before-checkout-form .login .form-row {
    display: inline-block;
}

.before-checkout-form .login .form-row-wide {
    width: 100%;
}

.before-checkout-form .login .lost_password {
    display: inline-block;
    font-size: 1rem;
}

.before-checkout-form .login .lost_password a {
    text-decoration: underline;
}

.before-checkout-form .login .lost_password a:hover {
    text-decoration: none;
}

.before-checkout-form .login [for='rememberme'] {
    margin-right: 2.5em;
    margin-left: 10px;
    font-weight: 300;
    cursor: pointer;
}

.before-checkout-form .checkout_coupon {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 2.86em;
    margin: -1.43em 0 2.43em;
}

.before-checkout-form .checkout_coupon .form-row {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
}

.before-checkout-form .checkout_coupon .input-text {
    width: 350px;
    max-width: 100%;
}

.variation-SoldBy {
    font-weight: 400;
}

.order-review .shop_table {
    margin-bottom: 2.14em;
}

.order-review .cart_item .variation {
    margin-top: 5px;
    margin-bottom: 0;
}

.order-review .cart_item .variation dt {
    float: left;
}

.order-review .cart_item .variation dd {
    float: left;
    padding-right: 5px;
}

.order-review .cart_item .variation dd img {
    max-width: 15px;
    margin-left: 5px;
}

.order-review .payment_methods.methods {
    padding-left: 0;
    margin-bottom: 0;
}

.order-review .payment_methods.methods li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.order-review .payment_methods.methods li p {
    margin-bottom: 0;
}

.form-row.place-order {
    width: 100%;
}

.form-row.place-order input[type="submit"] {
    color: white;
    letter-spacing: 1px;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 3.28rem;
    height: auto;
}

.form-row.place-order input[type="submit"]:hover {
    background-color: black;
    color: white;
    border-color: black;
}

.form-row.place-order input[type="submit"]:focus {
    color: white;
}

.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: 12px;
}

.order-review {
    background-color: #fafafa;
    padding: 2.14em;
    overflow: hidden;
}

.order-review .step-title {
    padding-top: 0;
    border-top: 0;
    margin-bottom: 0;
}

.order-review td {
    width: 40%;
    font-size: 1.14rem;
}

.order-review td:last-child {
    text-align: right;
}

.order-review th {
    font-size: 1.14rem;
}

.order-review th:last-child {
    text-align: right;
}

.order-review table {
    border-top: 0;
}

.order-review table th {
    border-bottom: 1px solid #e6e6e6;
    color: #8a8a8a;
    font-weight: normal;
    text-transform: none;
}

.order-review .order-total {
    color: #1e1e1e;
}

.order-review .order-total th,
.order-review .order-total td {
    color: #1e1e1e;
    font-weight: bold;
    font-size: 1.57rem !important;
}

.order-review .order-total th {
    font-size: 1.2rem !important;
    text-transform: uppercase;
    vertical-align: middle;
}

.payment_methods label {
    margin-left: 0.36em;
    margin-bottom: 0.8em;
}

.payment_methods label img {
    width: auto;
    margin: 0 6px;
    position: relative;
    top: -4px;
    max-width: 66px;
    max-width: -moz-max-content;
}

label[for="payment_method_paypal"] img {
    max-width: 150px;
    width: auto;
}

.checkout input[type="checkbox"] {
    float: left;
}

@media only screen and (max-width: 992px) {
    #customer_login .col-1,
    #customer_login .col-2 {
        width: 100%;
        margin-bottom: 2.14em;
    }
    .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;
    }
    .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 {
        width: 100%;
    }
    .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) {
    .checkout-button {
        letter-spacing: 0;
    }
    .cart_totals th {
        width: 95px;
    }
}

@media only screen and (max-width: 480px) {
    .payment_methods label img {
        max-width: 68px;
    }
}

.express_checkout_button a:hover {
    background-color: transparent !important;
}

.express_checkout_button a {
    display: block;
    height: auto;
    padding: 0 !important;
}

.express_checkout_button a input {
    min-width: 1px;
}

.express_checkout_button a:hover input {
    background-color: transparent !important;
}


/*-----  End of Checkout Page  ------*/


/*===================================================
=            Content for categories grid            =
===================================================*/

.category-grid {
    position: relative;
    margin-bottom: 30px;
}

.category-grid a {
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
}

.category-grid .categories-mask {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    padding: 0 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
}

.category-grid .categories-mask span {
    display: none;
}

.category-grid .categories-mask span.more {
    display: none;
    font-size: 0.86rem;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.category-grid .categories-mask h4 {
    color: white;
    text-transform: uppercase;
    font-size: 1.71rem;
    font-weight: 900;
    margin: 0.3em 0;
}

.category-grid .categories-mask .count {
    background-color: transparent;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
}

.category-grid img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.category-grid:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.category-grid.text-color-dark h4 {
    color: black;
}

.category-grid.text-color-dark .count {
    color: #a4a4a4;
}

.category-grid.text-color-dark .categories-mask {
    color: #000;
}

.category-grid.text-color-white .categories-mask,
.category-grid.text-color-white h4 {
    color: white;
}

.category-grid.text-color-white.style-with-bg .categories-mask {
    background: black;
}

.category-grid.valign-top .categories-mask {
    top: 1.43em;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.category-grid.valign-bottom .categories-mask {
    bottom: 1.43em;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.category-grid.style-with-bg .categories-mask {
    left: 2.43em;
    right: 2.43em;
    padding: 1.43em;
    background: white;
}

.category-grid.style-default:hover img,
.category-grid.style-with-bg:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0.8;
}

.category-grid.style-diagonal {
    overflow: hidden;
}

.category-grid.style-diagonal img {
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-backface-visibility: hidden;
    backface-visibility: 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: -webkit-transform 0.9s;
    transition: transform 0.9s;
    z-index: 1;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.category-grid.style-diagonal:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 400%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 400%, 0);
}

.category-grid.style-diagonal:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.category-grid.style-classic .categories-mask {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center !important;
    color: #1e1e1e;
    margin-top: 20px;
}

.category-grid.style-classic .categories-mask h4 {
    color: #1e1e1e;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.category-grid.style-classic .categories-mask h4:hover {
    color: #8a8a8a;
}

.category-grid.style-classic .categories-mask .count {
    color: #a4a4a4;
}

.category-grid.style-classic .categories-mask .count:hover {
    color: #8a8a8a;
}

.category-grid.style-classic:hover img {
    opacity: 0.8;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.category-grid.style-classic.text-color-white .categories-mask {
    color: #fff;
}

.category-grid.style-classic.text-color-white .categories-mask:hover {
    color: #8a8a8a;
}

.category-grid.style-classic.text-color-white .categories-mask h4,
.category-grid.style-classic.text-color-white .categories-mask .count {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.category-grid.style-classic.text-color-white .categories-mask h4:hover,
.category-grid.style-classic.text-color-white .categories-mask .count:hover {
    color: #8a8a8a;
}

.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;
}

.categoriesCarousel .owl-controls .owl-pagination {
    margin-top: 20px;
    display: none;
}

.categoriesCarousel.owl-carousel:hover .owl-prev {
    left: -105px;
}

.categoriesCarousel.owl-carousel:hover .owl-next {
    right: -105px;
}

.categories-grid.no-space {
    margin-left: 0;
    margin-right: 0;
}

.categories-grid.no-space .category-grid {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .category-grid.columns-3:nth-child(3n+1) {
        clear: both;
    }
    .category-grid.columns-2:nth-child(2n+1) {
        clear: both;
    }
    .category-grid.columns-4:nth-child(4n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 480px) {
    .category-grid .categories-mask h4 {
        font-size: 1.28rem;
    }
    .category-grid.slide-item {
        padding-left: 7px;
        padding-right: 7px;
    }
    .categoriesCarousel {
        width: auto !important;
        margin-left: -10px;
        margin-right: -10px;
    }
    .categoriesCarousel .owl-controls {
        display: block !important;
    }
    .category-grid.style-with-bg .categories-mask {
        padding: 0.6em;
        left: 1.43em;
        right: 1.43em;
    }
    .category-grid.style-with-bg .categories-mask h4 {
        font-size: 1rem;
    }
}


/*=====  End of Content for categories grid  ======*/

.content-product {
    margin-bottom: 30px;
    position: relative;
}

.content-product .product-title {
    font-weight: bold;
    font-size: 1.14rem;
    margin-bottom: 0;
}

.content-product .product-title a {
    font-weight: bold;
}

.content-product .content-product.loading {
    position: relative;
    left: 0;
    top: 0;
}

.content-product .button {
    height: auto;
    line-height: 2.75rem;
}

.content-product .in-stock {
    display: none;
}

.content-product .star-rating {
    display: block;
}

.content-product .products-page-cats {
    margin-bottom: 0.36em;
}

.content-product .products-page-cats a {
    font-size: 0.85rem;
    color: #a4a4a4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content-product .product-content-image {
    text-align: center;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.content-product .product-content-image img {
    display: inline-block;
    -webkit-transition: 0.5s opacity ease-in-out;
    transition: 0.5s opacity ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.content-product.product-inview .product-content-image img {
    opacity: 1;
}

.content-product .onsale {
    position: absolute;
    top: -15px;
    left: -10px;
    z-index: 3;
    font-size: 0.9rem;
}

.content-product .out-of-stock {
    position: absolute;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    display: block;
    line-height: 18px;
    padding-top: 22px;
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    color: #000;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.content-product .available-on-backorder {
    position: absolute;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 3;
    display: block;
    line-height: 15px;
    padding-top: 25px;
    width: 85px;
    height: 85px;
    margin-bottom: 0;
    color: #000;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -42px;
}

.content-product .product-image-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto 1.43em;
}

.content-product .product-image-wrapper .footer-product {
    position: absolute;
}

.content-product .product-image-wrapper .footer-product .show-quickly {
    display: none;
    cursor: pointer;
}

.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist {
    display: none;
    margin-top: 0;
    padding-right: 10px;
}

.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 {
    display: none;
}

.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist+.clear {
    display: none;
}

.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:before,
.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a:before {
    content: "\e908" !important;
    font-family: 'xstore-icons';
}

.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 .product-image-wrapper.hover-effect-mask+.product-details {
    display: none;
}

.content-product .product-image-wrapper.hover-effect-mask .star-rating {
    display: none;
}

.content-product .product-image-wrapper.hover-effect-swap .image-swap {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-product .product-image-wrapper.hover-effect-swap:hover .image-swap {
    display: block;
    opacity: 1;
}

.content-product .product-image-wrapper.hover-effect-swap:hover .image-swap img {
    opacity: 1;
}

.content-product .hover-mask {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
}

.content-product .product-title a {
    display: block;
    width: 100%;
    margin-bottom: 0.7142em;
}

.content-product .price {
    width: 100%;
    margin-bottom: 1.0714em;
    display: block;
}

.content-product .price ins {
    background-color: transparent;
    text-decoration: none;
}

.product-title {
    text-transform: uppercase;
}

.item-colors li a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 20px;
    height: 20px;
}

.item-colors li a:hover {
    opacity: 0.6;
}

.products-loop .outofstock .content-product img.wp-post-image,
.productCarousel .outofstock .content-product img.wp-post-image {
    opacity: 0.4;
}

.products-loop .outofstock .content-product .product-image-wrapper,
.productCarousel .outofstock .content-product .product-image-wrapper {
    pointer-events: none;
}

.content-product.loading .product-image-wrapper:after {
    content: "";
    background-image: url(images/quick-view-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 102;
    margin-left: -20px;
    margin-top: -20px;
}

.content-product.loading .product-image-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    display: block;
    z-index: 101;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product-slide .onsale {
    top: 0;
}

.item-colors li a {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.content-product .added-cart-tooltip,
.single-product-default .added-cart-tooltip {
    display: none !important;
}

.added-cart-tooltip {
    background-color: #f5f5f5;
    padding: 12px;
    font-weight: 500;
    color: #000;
    position: absolute;
    margin-top: -65px;
    border: 1px solid #e6e6e6;
    padding-left: 40px;
    display: none;
}

.added-cart-tooltip.tooltip-shown {
    display: block;
}

.added-cart-tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #f5f5f5 transparent transparent transparent;
    display: block;
    bottom: -11px;
    left: 13px;
    z-index: 2;
}

.added-cart-tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #e6e6e6 transparent transparent transparent;
    display: block;
    bottom: -12px;
    z-index: 1;
    left: 13px;
}

.added-cart-tooltip span {
    font-weight: 400;
    color: #808080;
}

.added-cart-tooltip span:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #7aa33f;
    font-size: 18px;
    left: 14px;
    top: 11px;
    display: block;
    position: absolute;
}

@media only screen and (max-width: 992px) {
    .content-product {
        position: relative;
    }
}

@media only screen and (min-width: 1200px) {
    .content-product .product-content-image img {
        opacity: 0;
        min-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .content-product .product-title {
        font-size: 1.07rem;
    }
}

@media only screen and (max-width: 768px) {
    .content-product .product-content-image img {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .content-product .product-title {
        line-height: 1.4;
    }
    .content-product .button {
        line-height: 2.4rem !important;
        padding: 0 12px;
    }
    .item-colors li a {
        width: 16px;
        height: 16px;
    }
}


/*=====================================
=            Shop Elements            =
=====================================*/


/* Category banner*/

.category-description {
    margin-bottom: 30px;
}


/* Shop Filter */

.filter-wrap {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 1.43em 0 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.filter-wrap select {
    height: 36px;
    line-height: 36px;
}

.filter-wrap .woocommerce-result-count,
.filter-wrap .woocommerce-ordering,
.filter-wrap .view-switcher {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.43em;
}

.filter-wrap .pagination-cubic {
    width: auto;
    margin-bottom: 1.2em;
}

.filter-wrap .filter-content {
    width: 100%;
    display: inline-block;
}

.filter-wrap .products-per-page {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #e6e6e6;
    display: inline-block;
}

.filter-wrap .products-per-page span {
    display: inline-block;
    color: #090909;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.86em;
}

.filter-wrap .products-per-page form {
    display: inline-block;
    margin: 0 1em;
}

.after-shop-loop {
    overflow: hidden;
    padding: 25px 0;
    margin-bottom: 20px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.after-shop-loop .woocommerce-result-count {
    float: left;
    margin: 0;
    line-height: 36px;
    font-size: 16px;
}

.after-shop-loop:empty {
    display: none;
}

.view-switcher {
    margin-left: 1em;
    padding-left: 0.5em;
    border-left: 1px solid #e6e6e6;
}

.view-switcher label {
    display: none;
}

.view-switcher .switch-list,
.view-switcher .switch-grid {
    float: left;
    margin-left: 6px;
}

.view-switcher .switch-list a,
.view-switcher .switch-grid a {
    display: inline-block;
    float: left;
    width: 36px;
    height: 36px;
    line-height: 15px;
    cursor: pointer;
    text-align: center;
    background-color: #fafafa;
    font-size: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-switcher .switch-list a:before,
.view-switcher .switch-grid a:before {
    font-family: 'FontAwesome';
    content: '\f00b';
    display: inline-block;
    line-height: 36px;
    font-size: 1rem;
    color: #8a8a8a;
}

.view-switcher .switch-list:hover a:before,
.view-switcher .switch-grid:hover a:before,
.view-switcher .switch-list.switcher-active a:before,
.view-switcher .switch-grid.switcher-active a:before {
    color: white;
}

.view-switcher .switch-grid a:before {
    content: '\f00a';
}


/* Shop Pagination */

.pagination-cubic {
    float: right;
}

.pagination-cubic ul {
    padding-left: 0;
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.pagination-cubic ul li {
    list-style: none;
    display: inline-block;
    float: left;
    padding: 0 4px 0 4px;
    margin-bottom: 0;
}

.pagination-cubic ul li a,
.pagination-cubic ul li span {
    display: block;
    padding: 0 12px;
    height: 36px;
    line-height: 35px;
    float: left;
    border: 1px solid #fafafa;
    background-color: #fafafa;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination-cubic ul li span.dots {
    border: none;
    padding: 0;
    background-color: transparent;
}

.pagination-cubic ul li span.current,
.pagination-cubic ul li a:hover {
    color: white;
}

.pagination-cubic ul li:last-child {
    padding-right: 0;
}


/* Loader */

#floatingCirclesG {
    background-image: url(images/loading.gif) no-repeat center center !important;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -25px;
    z-index: 10000;
}

.products-list #floatingCirclesG {
    width: 50px;
    left: 50%;
    margin-left: -25px;
}

@media only screen and (max-width: 1200px) {
    .filter-wrap .filter-content {
        text-align: center;
    }
    .filter-wrap .pagination-cubic {
        width: 100%;
        display: inline-block;
        padding-top: 1.43em;
    }
    .filter-wrap .pagination-cubic ul {
        text-align: center;
    }
    .filter-wrap .pagination-cubic ul li {
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .filter-wrap {
        text-align: center;
    }
    .filter-wrap .woocommerce-result-count,
    .filter-wrap .pagination-cubic,
    .filter-wrap .woocommerce-ordering,
    .filter-wrap .view-switcher,
    .filter-wrap .products-per-page {
        border-left: none;
        padding-bottom: 1em;
    }
    .filter-wrap .woocommerce-ordering select {
        width: 220px;
        margin: 0 auto;
    }
    .filter-wrap .view-switcher .switchToGrid,
    .filter-wrap .view-switcher .switchToList {
        display: inline-block;
        text-align: center;
        float: none;
    }
    .filter-wrap .pagination-cubic {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .after-shop-loop {
        text-align: center;
    }
    .after-shop-loop .woocommerce-result-count {
        width: 100%;
        margin-bottom: 10px;
    }
    .filter-wrap .products-per-page,
    .filter-wrap .view-switcher {
        display: none !important;
    }
}

.et-timer.product-sale-counter {
    margin-left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 0;
    margin-bottom: 30px;
    zoom: 1;
}

.et-timer.product-sale-counter .time-block {
    width: 63px;
    font-size: 9px;
    font-weight: 900;
    min-width: 63px;
    padding: 15px 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 6px;
    color: #a4a4a4 !important;
}

.et-timer.product-sale-counter .time-block span {
    font-size: 22px;
    margin-bottom: 0;
    color: #000 !important;
}

.et-timer.product-sale-counter .time-block .circle-box {
    width: 63px;
    height: 63px;
}

.et-timer.product-sale-counter .timer-divider {
    display: none;
}

@media only screen and (max-width: 768px) {
    .et-timer.product-sale-counter {
        width: 100%;
    }
    .et-timer.product-sale-counter .time-block {
        width: 56px;
        min-width: 56px;
        padding: 10px 7px;
    }
    .et-timer.product-sale-counter .time-block .circle-box {
        width: 56px;
        height: 56px;
    }
    .et-timer.product-sale-counter .time-block .circle-box:before {
        width: 53px;
        height: 53px;
    }
}

@media only screen and (max-width: 560px) {
    .et-timer.product-sale-counter .time-block {
        width: 45px;
        min-width: 45px;
        padding: 10px 7px;
        font-size: 8px;
    }
    .et-timer.product-sale-counter .time-block span {
        font-size: 18px;
    }
    .et-timer.product-sale-counter .time-block .circle-box {
        width: 45px;
        height: 45px;
    }
    .et-timer.product-sale-counter .time-block .circle-box:before {
        width: 42px;
        height: 42px;
    }
}


/*-----  End of Shop Elements  ------*/


/*========================================
=            Shop Filter Area            =
========================================*/

.shop-filters-area .sidebar-widget {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.shop-filters-area .sidebar-widget .widget-inner>.widget-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 53px;
    right: 0 !important;
    padding-right: 10px;
    bottom: 0;
    width: 100%;
}

.shop-filters-area .sidebar-widget .widget-inner>.widget-content:focus {
    outline: none;
}

.shop-filters-area .sidebar-widget .widget-inner>.widget-content::-webkit-scrollbar {
    display: none !important;
}

.shop-filters-area .sidebar-widget::-webkit-scrollbar {
    display: none;
}

.shop-filters-area .sidebar-widget::-moz-scrollbar {
    display: none;
}

.shop-filters-area .nano-pane {
    background: #e6e6e6;
    position: absolute;
    width: 3px;
    right: -30px;
    top: 18px;
    bottom: 0;
    height: 265px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.shop-filters-area .nano-pane>.nano-slider {
    background: #9f9f9f;
    position: relative;
    margin: 0px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.sidebar-widget:hover .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.open-filters-btn {
    display: inline-block;
    margin-right: 10px;
}

.open-filters-btn a {
    height: 37px;
    line-height: 35px;
    padding-left: 33px;
    padding-right: 13px;
    position: relative;
}

.open-filters-btn a:before {
    content: "\f0c9";
    font-family: FontAwesome;
    position: absolute;
    left: 13px;
    font-size: 13px;
    display: block;
}

.open-filters-btn a:hover {
    background-color: #8a8a8a;
}

.shop-filters {
    display: none;
    overflow: hidden;
    margin-bottom: 30px;
}

.shop-filters.filters-opened {
    display: block;
}

.shop-filters-area {
    margin-left: -30px;
    margin-right: -30px;
}

.shop-filters-area .sidebar-widget {
    padding: 0 30px;
    float: left;
    width: 33.33%;
    margin-bottom: 1.43em;
    height: auto;
}

.shop-filters-area .sidebar-widget .widget-inner {
    max-height: 300px;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
}

.shop-filters-area .sidebar-widget .widget-inner .widget-content,
.shop-filters-area .sidebar-widget .widget-inner>form {
    margin-bottom: 0;
}

.shop-filters-area .sidebar-widget .widget-inner form .screen-reader-text {
    display: none;
}

.shop-filters-area .sidebar-widget .widget-inner form input[type="search"] {
    width: auto;
    height: 35px;
}

.shop-filters-area .sidebar-widget .widget-inner form input[type="submit"] {
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

.shop-filters-area .sidebar-widget .widget-inner form input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: #4c4c4c;
    color: white;
}

.shop-filters-area .sidebar-widget .widget-inner.nano-scroll-apply {
    height: 286px;
}

.shop-filters-area .sidebar-widget .widget-inner.nano-scroll-apply .widget-content,
.shop-filters-area .sidebar-widget .widget-inner.nano-scroll-apply>form {
    padding-right: 0;
}

.shop-filters-area .sidebar-widget .widget-inner:not(.nano-scroll-apply) ul li:first-child a {
    padding-top: 0;
}

.shop-filters-area .sidebar-widget .widget-inner:not(.nano-scroll-apply) ul li:first-child .count {
    top: 0;
}

.shop-filters-area .sidebar-widget .widget-inner select {
    width: 100%;
}

.shop-filters-area .sidebar-widget ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
}

.shop-filters-area .sidebar-widget ul li a {
    font-size: 1rem;
    font-weight: 400;
    padding: 0.86em 0;
    border-bottom: none !important;
    padding-left: 0.43em;
}

.shop-filters-area .widget-title,
.shop-filters-area .widget_product_categories .widget-title {
    padding: 0 0 1.142em 0 !important;
    font-size: 1.14rem !important;
    margin-bottom: 1.07em !important;
    border-bottom: 1px solid #e6e6e6 !important;
    text-align: left !important;
    background-color: transparent;
}

.shop-filters-area .widget-title span,
.shop-filters-area .widget_product_categories .widget-title span {
    color: #1e1e1e;
}

.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 .price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
    margin-left: -8px;
}

.shop-filters-area .flickr_badge_image {
    width: 70px;
    height: 70px;
}

.shop-filters-area ul {
    padding-left: 0;
}

@media only screen and (max-width: 992px) {
    .open-filters-btn {
        vertical-align: top;
        margin-bottom: 1em;
    }
    .shop-filters-area .sidebar-widget {
        width: 50% !important;
    }
}

@media only screen and (max-width: 480px) {
    .shop-filters-area .sidebar-widget {
        width: 100% !important;
    }
}


/*-----  End of Shop Filter Area  ------*/


/*===================================
=            Shop Layout            =
===================================*/


/* Shop Full Width */

.shop-full-width {
    padding: 0 45px 2.86em;
}

.shop-full-width .sidebar-position-left .content .product-view-mask .footer-product,
.shop-full-width .sidebar-position-right .content .product-view-mask .footer-product {
    left: 2.5em;
    right: 2.5em;
    height: 3.22rem !important;
}

.shop-full-width .sidebar-position-left .content .product-view-mask .footer-product .show-quickly,
.shop-full-width .sidebar-position-right .content .product-view-mask .footer-product .show-quickly,
.shop-full-width .sidebar-position-left .content .product-view-mask .footer-product .yith-wcwl-add-to-wishlist,
.shop-full-width .sidebar-position-right .content .product-view-mask .footer-product .yith-wcwl-add-to-wishlist {
    height: 3.22rem !important;
}

.shop-full-width .sidebar-position-left .content .product-view-mask .footer-product .show-quickly:before,
.shop-full-width .sidebar-position-right .content .product-view-mask .footer-product .show-quickly:before,
.shop-full-width .sidebar-position-left .content .product-view-mask .footer-product .yith-wcwl-add-to-wishlist:before,
.shop-full-width .sidebar-position-right .content .product-view-mask .footer-product .yith-wcwl-add-to-wishlist:before {
    line-height: 46px !important;
}

.shop-full-width .sidebar-position-left .content .product-view-mask .footer-product .yith-wcwl-add-to-wishlist a,
.shop-full-width .sidebar-position-right .content .product-view-mask .footer-product .yith-wcwl-add-to-wishlist a {
    height: 3.22rem !important;
}

.shop-full-width .sidebar-position-left .content [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.shop-full-width .sidebar-position-right .content [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.shop-full-width .sidebar-position-left .content [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.shop-full-width .sidebar-position-right .content [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.shop-full-width .sidebar-position-left .content [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
.shop-full-width .sidebar-position-right .content [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
    line-height: 1 !important;
}

.shop-full-width .sidebar-position-left .content .product-view-mask .footer-product .button,
.shop-full-width .sidebar-position-right .content .product-view-mask .footer-product .button {
    font-size: 0;
    display: block;
}

.shop-full-width .sidebar-position-left .content .product-view-mask .footer-product .button:before,
.shop-full-width .sidebar-position-right .content .product-view-mask .footer-product .button:before {
    font-size: 14px;
}

.shop-full-width .sidebar-position-left .content .product-view-mask .footer-product .button:before,
.shop-full-width .sidebar-position-right .content .product-view-mask .footer-product .button:before {
    top: 12px;
    left: 6px;
    font-size: 25px;
    margin-right: 0;
    margin-left: 0;
}

.shop-full-width .sidebar-position-left .content .wcpv-sold-by-loop,
.shop-full-width .sidebar-position-right .content .wcpv-sold-by-loop {
    display: none;
}

.shop-full-width .sidebar-position-left .content .product-view-mask .footer-product,
.shop-full-width .sidebar-position-right .content .product-view-mask .footer-product {
    left: 1em;
    right: 1em;
}

.shop-full-width .shop-filters-area {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.shop-full-width .shop-filters-area .sidebar-widget {
    width: 33.3%;
    padding: 0 15px;
}

.shop-full-width .products-grid {
    border-bottom: none;
}

.shop-full-width .products-grid.row-count-2 .product {
    width: 50%;
}

.shop-full-width .products-grid.row-count-2 .product img {
    width: 100%;
}

.shop-full-width .products-grid.row-count-3 .product {
    width: 33.3%;
}

.shop-full-width .products-grid.row-count-3 .product img {
    width: 100%;
}

.shop-full-width .products-grid.row-count-4 .product {
    width: 25%;
}

.shop-full-width .products-grid.row-count-4 .product img {
    width: 100%;
}

.shop-full-width .products-grid.row-count-5 .product {
    width: 20%;
}

.shop-full-width .products-grid.row-count-5 .product img {
    width: 100%;
}

.shop-full-width .products-grid.row-count-5 .product:nth-child(3n+1) {
    clear: none !important;
}

.shop-full-width .products-grid.row-count-6 .product {
    width: 16.66%;
}

.shop-full-width .products-grid.row-count-6 .product img {
    width: 100%;
}

.shop-full-width .main-products-loop .products-list {
    margin-left: 15px;
    margin-right: 15px;
}

.shop-full-width .main-products-loop .products-list .product {
    width: 50% !important;
}

.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 .term-description {
    display: none;
}

.shop-full-width .filter-wrap {
    border: none;
    display: inline-block;
    width: 100%;
}

.shop-full-width .filter-wrap .filter-content {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.43rem 0 0;
}

.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%;
}

@media only screen and (min-width: 40em) {
    .shop-full-width {
        max-width: 122rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 1400px) {
    .shop-full-width .main-products-loop .products-list .product-view-mask .footer-product {
        left: 2.5em;
        right: 2.5em;
        height: 3.22rem !important;
    }
    .shop-full-width .main-products-loop .products-list .product-view-mask .footer-product .show-quickly,
    .shop-full-width .main-products-loop .products-list .product-view-mask .footer-product .yith-wcwl-add-to-wishlist {
        height: 3.22rem !important;
    }
    .shop-full-width .main-products-loop .products-list .product-view-mask .footer-product .show-quickly:before,
    .shop-full-width .main-products-loop .products-list .product-view-mask .footer-product .yith-wcwl-add-to-wishlist:before {
        line-height: 46px !important;
    }
    .shop-full-width .main-products-loop .products-list .product-view-mask .footer-product .yith-wcwl-add-to-wishlist a {
        height: 3.22rem !important;
    }
    .shop-full-width .main-products-loop .products-list [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
    .shop-full-width .main-products-loop .products-list [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
    .shop-full-width .main-products-loop .products-list [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
        line-height: 1 !important;
    }
    .shop-full-width .main-products-loop .products-list .product-view-mask .footer-product .button {
        font-size: 0;
        display: block;
    }
    .shop-full-width .main-products-loop .products-list .product-view-mask .footer-product .button:before {
        font-size: 14px;
    }
    .shop-full-width .main-products-loop .products-list .product-view-mask .footer-product .button:before {
        top: 12px;
        left: 6px;
        font-size: 25px;
        margin-right: 0;
        margin-left: 0;
    }
    .shop-full-width .main-products-loop .products-list .wcpv-sold-by-loop {
        display: none;
    }
    .shop-full-width .main-products-loop .products-list.row-count-3 .product-view-mask .footer-product {
        left: 1em;
        right: 1em;
    }
}

@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 .filter-wrap,
    .shop-full-width .shop-filters {
        padding-left: 15px;
        padding-right: 15px;
    }
    .shop-full-width .after-shop-loop {
        margin-left: 15px;
        margin-right: 15px;
    }
    .products-grid.row-count-1 .product {
        width: 100%;
    }
}

@media only screen and (min-width: 980px) {
    .row-count-2 .product {
        width: 50%;
        text-align: center;
    }
    .row-count-2 .product:nth-child(2n+1) {
        clear: both;
    }
    .row-count-5 .product {
        width: 20%;
    }
    .row-count-5 .product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a,
    .row-count-4 .product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a,
    .row-count-6 .product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a {
        font-size: 14px;
    }
    .row-count-6 .product {
        width: 16.6%;
    }
    .row-count-6 .product .price {
        line-height: 20px;
    }
    .row-count-3 .product:nth-child(3n+1),
    .sidebar-position-without .row-count-3 .product:nth-child(3n+1) {
        clear: both;
    }
    .shop-full-width .products-grid.row-count-5 .product:nth-child(5n+1) {
        clear: both;
    }
    .shop_table.wishlist_table td.product-name {
        width: 215px !important;
    }
    .shop_table.wishlist_table td,
    .shop_table.wishlist_table th {
        padding: 15px 8px !important;
    }
    .owl-carousel .product-category {
        width: 100% !important;
    }
    .row-count-2.products-grid .product-category {
        width: 50% !important;
    }
    .row-count-2 .product:nth-child(2n+1) {
        clear: both;
    }
    .row-count-4 .product:nth-child(4n+1),
    .sidebar-position-without .row-count-4 .product:nth-child(4n+1) {
        clear: both;
    }
    .row-count-3 .product:nth-child(3n+1),
    .sidebar-position-without .row-count-3 .product:nth-child(3n+1) {
        clear: both;
    }
    .row-count-5 .product:nth-child(5n+1),
    .row-count-6 .product:nth-child(6n+1) {
        clear: both;
    }
    .row-count-5 .product:nth-child(3n+1),
    .row-count-6 .product:nth-child(3n+1) {
        clear: none;
    }
    .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: 979px) {
    @-ms-viewport {
        width: device-width;
    }
    .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(3n+1) {
        clear: both !important;
    }
    .owl-carousel .product-category {
        width: 100% !important;
    }
    .row-count-4 .product.product-category:nth-child(2n+1) {
        clear: none !important;
    }
    .row-count-2.products-grid .product-category {
        width: 50% !important;
    }
    .shop-full-width .products-grid.row-count-2 .product {
        width: 50%;
    }
    .shop-full-width .products-grid.row-count-3 .product {
        width: 50%;
    }
    .shop-full-width .products-grid.row-count-4 .product {
        width: 50%;
    }
    .shop-full-width .products-grid.row-count-5 .product {
        width: 50%;
    }
    .shop-full-width .products-grid.row-count-6 .product {
        width: 33.3%;
    }
    .shop-full-width .products-grid.row-count-6 .product img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    @-ms-viewport {
        width: device-width;
    }
    .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;
    }
    .row-count-2.products-grid .product-category {
        width: 50% !important;
    }
    .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%;
    }
    .after-shop-loop .woocommerce-result-count {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    @-ms-viewport {
        width: device-width;
    }
    .products-grid .product {
        width: 50%;
    }
    .single-product .product {
        width: 100%;
    }
    .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) {
    .row-count-5 .product {
        width: 33.33%;
    }
    .row-count-5 .product:nth-child(3n+1) {
        clear: both;
    }
    .row-count-5 .product:nth-child(5n+1) {
        clear: none;
    }
}

@media only screen and (min-width: 992px) {
    .row-count-1 .product {
        width: 100%;
        text-align: center;
    }
}


/* Product description on grid/list layout */

.products-grid .product-excerpt {
    display: none;
}

.products-list .product-excerpt {
    display: block;
    margin-bottom: 20px;
}


/* Product Categories */

.product-category {
    text-align: center;
}

.product-category.columns-5 {
    width: 20%;
}


/*-----  End of Shop Layout  ------*/


/*=======================================
=            My Account page            =
=======================================*/

.woocommerce-account .woocommerce h2 {
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 1.71rem;
}

.woocommerce-account header.title {
    padding: 1.79em 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1.79em;
    border-bottom: 2px solid #1e1e1e;
    margin-bottom: 3em;
}

.woocommerce-account header.title .label {
    color: white;
    padding: 3px 10px;
    margin-left: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce-account header.title .label {
    color: white;
    padding: 3px 10px;
    margin-left: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.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;
}

#customer_login {
    margin: 4em 0;
}

#customer_login .col-1 {
    padding: 3.57em;
    border: 1px solid #e6e6e6;
}

#customer_login h2 {
    font-size: 1.14rem;
    font-weight: 900;
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
}

#customer_login input {
    max-width: 500px;
}

#customer_login .button {
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

#customer_login .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

#customer_login .button:focus {
    color: white;
}

#customer_login .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

#customer_login .button:focus {
    color: white;
}

#customer_login .form-row {
    display: inline-block;
    width: 49%;
}

#customer_login .form-row-wide {
    width: 100%;
}

#customer_login .lost_password {
    display: inline-block;
    width: 49%;
    text-align: right;
    font-size: 1rem;
}

#customer_login .lost_password a {
    text-decoration: underline;
}

#customer_login .lost_password a:hover {
    text-decoration: none;
}

#customer_login [for='rememberme'] {
    margin-left: 10px;
    font-weight: 300;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    #customer_login .col-1 {
        padding: 2.5em;
    }
    #customer_login .form-row {
        width: 100%;
    }
    #customer_login .lost_password {
        width: 100%;
        text-align: left;
    }
}

.woocommerce-MyAccount-title {
    font-size: 1.14rem;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 1.56em;
}

.woocommerce-MyAccount-navigation {
    max-width: 260px;
    width: 260px;
    display: inline-block;
    margin-right: 30px;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}

.woocommerce-MyAccount-navigation li {
    list-style: none;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation li a {
    padding: 1.29em 0;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.48;
}

.woocommerce-MyAccount-content {
    display: inline-block;
    vertical-align: top;
    width: 845px;
}

.col-md-9 .woocommerce-MyAccount-navigation {
    width: 200px;
}

.col-md-9 .woocommerce-MyAccount-content {
    width: 612px;
}

@media only screen and (max-width: 1200px) {
    .woocommerce-MyAccount-navigation {
        width: 220px;
    }
    .woocommerce-MyAccount-content {
        width: 685px;
    }
    .col-md-9 .woocommerce-MyAccount-navigation {
        width: 190px;
    }
    .col-md-9 .woocommerce-MyAccount-content {
        width: 473px;
    }
}

@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;
    }
}


/*=====  End of My Account page  ======*/


/*=========================================
=            No products found            =
=========================================*/

.empty-category-block {
    text-align: center;
    margin-top: 3em;
    padding-top: 280px;
    margin-bottom: 60px;
}

.empty-category-block:before {
    content: "\e903";
    font-family: 'xstore-icons';
    font-size: 260px;
    color: #e6e6e6;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.empty-category-block h2 {
    font-size: 2.57rem;
    text-transform: uppercase;
    font-weight: 900;
}

.empty-category-block .not-found-info {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 2em;
}

.empty-category-block .btn {
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

.empty-category-block .btn:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.empty-category-block .btn:focus {
    color: white;
}

.empty-category-block .btn:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.empty-category-block .btn:focus {
    color: white;
}

.empty-category-block .btn:before {
    content: "\f104";
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
    left: -10px;
    font-size: 14px;
}

@media only screen and (max-width: 480px) {
    .empty-category-block {
        padding-top: 130px;
        margin-top: 0;
    }
    .empty-category-block:before {
        line-height: 1;
        font-size: 120px;
    }
    .empty-category-block h2 {
        line-height: 28px;
        font-size: 24px;
    }
}


/*=====  End of No products found  ======*/


/*===============================================
=            Styles for order tables            =
===============================================*/

.my_account_orders {
    margin-bottom: 5.0em;
}

.my_account_orders td {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    color: #1e1e1e;
    vertical-align: middle;
}

.my_account_orders td .button {
    margin-left: 5px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.my_account_orders td .button:first-of-type {
    margin-left: 0;
}

.my_account_orders .order-actions {
    text-align: right;
}

.my_account_orders .view {
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

.my_account_orders .view:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.my_account_orders .view:focus {
    color: white;
}

.my_account_orders .view:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.my_account_orders .view:focus {
    color: white;
}


/*=====  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: #1e1e1e;
}

.order_details {
    margin-bottom: 4em;
}

.order_details .product-name {
    width: 70%;
}

.order_details th,
.order_details td {
    text-transform: uppercase;
    padding-top: 2em;
    padding-bottom: 2em;
    font-weight: bold;
}

.order_details th:last-child,
.order_details td:last-child {
    text-align: right;
    color: #1e1e1e;
}

.order_details tfoot tr:last-child .amount {
    font-size: 1.71rem;
}

.shop_table.customer_details {
    margin-bottom: 4em;
    border-top: 2px solid #1e1e1e;
}

.shop_table.customer_details th,
.shop_table.customer_details td {
    text-transform: uppercase;
    padding-top: 2em;
    padding-bottom: 2em;
    font-weight: bold;
}

.shop_table.customer_details th:last-child,
.shop_table.customer_details td:last-child {
    text-align: right;
    color: #1e1e1e;
}


/*=====  End of Order page  ======*/


/* Products List */

.main-products-loop .products-list .product {
    width: 100% !important;
}

.main-products-loop .products-list .product .product-image-wrapper {
    float: left;
    margin-right: 30px;
    width: 35%;
}

.main-products-loop .products-list .product .product-details {
    text-align: left;
}

.main-products-loop .products-list .product .product-details .product-excerpt {
    display: block;
    margin-bottom: 1.43em;
    line-height: 1.8;
    font-weight: 300;
}

.products-list .product-details {
    text-align: left;
}

.products-list .product-details .product-title a {
    line-height: 1.5rem;
}

.products-list .content-product .star-rating {
    display: inline-block;
}

.products-list .product-image-wrapper.hover-effect-swap .image-swap {
    top: auto;
}

.products-list .product-image-wrapper {
    width: 35%;
}

.products-list.row-count-3 .product-image-wrapper {
    min-width: 150px;
}

.products-list.row-count-2 .product-image-wrapper {
    min-width: 200px;
    width: 45%;
}

.products-list.row-count-2 .footer-product {
    left: 0 !important;
    right: 0 !important;
}

.products-list.row-count-2 .footer-product .button:before {
    left: 6px !important;
}

.products-list.row-count-2 .product-view-default .footer-product .yith-wcwl-add-to-wishlist {
    right: 10px;
}

.content:not(.main-products-loop) .products-list.row-count-3 .product-view-mask .footer-product,
.content:not(.main-products-loop) .products-list.row-count-2 .product-view-mask .footer-product {
    left: 2.5em;
    right: 2.5em;
    height: 3.22rem !important;
}

.content:not(.main-products-loop) .products-list.row-count-3 .product-view-mask .footer-product .show-quickly,
.content:not(.main-products-loop) .products-list.row-count-2 .product-view-mask .footer-product .show-quickly,
.content:not(.main-products-loop) .products-list.row-count-3 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist,
.content:not(.main-products-loop) .products-list.row-count-2 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist {
    height: 3.22rem !important;
}

.content:not(.main-products-loop) .products-list.row-count-3 .product-view-mask .footer-product .show-quickly:before,
.content:not(.main-products-loop) .products-list.row-count-2 .product-view-mask .footer-product .show-quickly:before,
.content:not(.main-products-loop) .products-list.row-count-3 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist:before,
.content:not(.main-products-loop) .products-list.row-count-2 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist:before {
    line-height: 46px !important;
}

.content:not(.main-products-loop) .products-list.row-count-3 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist a,
.content:not(.main-products-loop) .products-list.row-count-2 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist a {
    height: 3.22rem !important;
}

.content:not(.main-products-loop) .products-list.row-count-3 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.content:not(.main-products-loop) .products-list.row-count-2 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.content:not(.main-products-loop) .products-list.row-count-3 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.content:not(.main-products-loop) .products-list.row-count-2 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.content:not(.main-products-loop) .products-list.row-count-3 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
.content:not(.main-products-loop) .products-list.row-count-2 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
    line-height: 1 !important;
}

.content:not(.main-products-loop) .products-list.row-count-3 .product-view-mask .footer-product .button,
.content:not(.main-products-loop) .products-list.row-count-2 .product-view-mask .footer-product .button {
    font-size: 0;
    display: block;
}

.content:not(.main-products-loop) .products-list.row-count-3 .product-view-mask .footer-product .button:before,
.content:not(.main-products-loop) .products-list.row-count-2 .product-view-mask .footer-product .button:before {
    font-size: 14px;
}

.content:not(.main-products-loop) .products-list.row-count-3 .product-view-mask .footer-product .button:before,
.content:not(.main-products-loop) .products-list.row-count-2 .product-view-mask .footer-product .button:before {
    top: 12px;
    left: 6px;
    font-size: 25px;
    margin-right: 0;
    margin-left: 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 {
    color: #fff;
}

.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: 0.7;
}

.et-catalog-on .footer-product .button {
    font-size: 0.79rem !important;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    margin-left: 15px;
}

@media only screen and (min-width: 992px) {
    .products-list .content-product {
        display: table;
    }
    .products-list .content-product .product-image-wrapper {
        display: table-cell;
        float: none !important;
        margin-right: 0;
        vertical-align: middle;
    }
    .products-list .content-product .product-details {
        padding-left: 30px;
        vertical-align: middle;
        display: table-cell;
    }
}

@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;
    }
}

@media only screen and (max-width: 992px) {
    .products-list.row-count-2 .product-image-wrapper {
        width: 100%;
    }
    .products-list .product-image-wrapper {
        width: 100%;
    }
}

@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;
    }
    .products-list .product .product-image-wrapper {
        width: 100%;
        position: relative;
        float: left;
    }
    .products-list .product .product-details .star-rating {
        margin: 0 auto 10px;
    }
    .products-list .product .product-details .price {
        text-align: left;
    }
    .sidebar-position-right .row-count-4 .product-view-mask .footer-product,
    .sidebar-position-left .row-count-4 .product-view-mask .footer-product,
    .row-count-5 .product-view-mask .footer-product,
    .row-count-6 .product-view-mask .footer-product {
        left: 0.5em;
        right: 0.5em;
    }
}

@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 Hovers            =
=======================================*/

.product-image-wrapper {
    position: relative;
    overflow: hidden;
}

.product-image-wrapper .footer-product .wcpv-sold-by-loop {
    display: none !important;
}

.footer-product {
    position: absolute;
    bottom: 1.07rem;
    left: 1.07rem;
    right: 1.07rem;
    height: 3rem;
    -webkit-transform: translateY(3.57rem);
    -ms-transform: translateY(3.57rem);
    transform: translateY(3.57rem);
    opacity: 0;
    z-index: 4;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.footer-product .yith-wcwl-add-to-wishlist,
.footer-product .show-quickly {
    display: inline-block !important;
    width: 3rem;
    height: 3rem;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
}

.footer-product .yith-wcwl-add-button a.add_to_wishlist,
.footer-product .yith-wcwl-wishlistexistsbrowse a,
.footer-product .yith-wcwl-wishlistaddedbrowse a {
    font-size: 0;
    display: inline-block;
    width: 100%;
    height: 3.22rem;
    position: relative;
    top: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.footer-product .yith-wcwl-wishlistaddedbrowse a:before {
    content: "\e908";
    font-family: 'xstore-icons';
    font-size: 1.4rem;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    line-height: 1 !important;
    position: relative;
    top: 12px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.footer-product .yith-wcwl-wishlistaddedbrowse a:before {
    content: "\e908";
    font-family: 'xstore-icons';
    font-size: 1.4rem;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    line-height: 1 !important;
    position: relative;
    top: 12px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.footer-product .yith-wcwl-add-to-wishlist {
    right: 0;
    padding-right: 0 !important;
}

.footer-product .show-quickly {
    font-size: 0;
    left: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer-product .show-quickly:before {
    content: "\e907";
    font-family: 'xstore-icons';
    font-size: 28px;
    line-height: 46px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.footer-product .button {
    border: none;
    padding: 0 2em;
    width: 100%;
    line-height: 2.75rem;
}

.footer-product .button:before {
    content: "\e90c";
    font-family: 'xstore-icons' !important;
    font-size: 26px;
    font-weight: normal;
    height: 1.2857rem;
    margin-right: 3px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    top: 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-image-wrapper:hover .footer-product {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.product-image-wrapper:hover .footer-product .add_to_cart_button {
    opacity: 1;
}

.product-image-wrapper:hover .footer-product .show-quickly:before,
.product-image-wrapper:hover .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.product-image-wrapper:hover .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.product-image-wrapper:hover .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product-view-mask .footer-product {
    height: 3.22rem;
}

.product-view-mask .footer-product .button {
    line-height: 3.25rem;
}

.product-view-mask .footer-product .yith-wcwl-add-to-wishlist,
.product-view-mask .footer-product .show-quickly {
    height: 3.22rem;
}

.product-view-mask.view-color-transparent .footer-product .button,
.product-view-mask.view-color-transparent .show-quickly,
.product-view-mask.view-color-transparent .yith-wcwl-add-button a.add_to_wishlist,
.product-view-mask.view-color-transparent .yith-wcwl-wishlistexistsbrowse a,
.product-view-mask.view-color-transparent .yith-wcwl-wishlistaddedbrowse a,
.product-view-mask.view-color-transparent .yith-wcwl-add-to-wishlist {
    background-color: transparent;
    border-bottom: none !important;
    color: #282828;
}

.product-view-info[class*="wcpv_product_vendors-"] .wcpv-sold-by-loop {
    display: none;
}

.product-view-info .product-mask {
    position: absolute;
    bottom: 1.07rem;
    background-color: #fff;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    left: 1.07rem;
    right: 1.07rem;
    padding: 1.1em 1.42em;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-view-info .product-mask a {
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-view-info .product-mask .star-rating {
    display: none;
}

.product-view-info .product-mask .price {
    margin-bottom: 0;
}

.product-view-info .product-mask .product-list-color-swatch {
    display: none;
}

.product-view-info .footer-product {
    z-index: 4;
    opacity: 1 !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    overflow: hidden;
}

.product-view-info .footer-product .show-quickly {
    border-right: none;
}

.product-view-info .footer-product .show-quickly:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.product-view-info .footer-product a {
    height: 3.22rem;
    line-height: 3rem;
}

.product-view-info .footer-product .yith-wcwl-add-button a.add_to_wishlist,
.product-view-info .footer-product .yith-wcwl-wishlistexistsbrowse a,
.product-view-info .footer-product .yith-wcwl-wishlistaddedbrowse a {
    border-left: none;
}

.product-view-info .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.product-view-info .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.product-view-info .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 10px;
}

.product-view-info .footer-product .button {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.product-view-info .footer-product .button:before {
    top: 8px;
}

.product-view-info .footer-product {
    background-color: #fff;
}

.product-view-info .footer-product .button {
    background-color: #fff;
}

.product-view-info .footer-product .button:hover {
    background-color: #f2f2f2;
    color: #222;
}

.product-view-info .yith-wcwl-add-button a.add_to_wishlist,
.product-view-info .yith-wcwl-wishlistexistsbrowse a,
.product-view-info .yith-wcwl-wishlistaddedbrowse a {
    border-left: 1px solid #f2f2f2;
    background-color: #fff;
}

.product-view-info .yith-wcwl-add-button a.add_to_wishlist:before,
.product-view-info .yith-wcwl-wishlistexistsbrowse a:before,
.product-view-info .yith-wcwl-wishlistaddedbrowse a:before {
    color: #000;
}

.product-view-info .yith-wcwl-add-button a.add_to_wishlist:hover,
.product-view-info .yith-wcwl-wishlistexistsbrowse a:hover,
.product-view-info .yith-wcwl-wishlistaddedbrowse a:hover {
    background-color: #f2f2f2;
}

.product-view-info .show-quickly {
    border-right: 1px solid #f2f2f2;
    background-color: #fff;
}

.product-view-info .show-quickly:hover {
    background-color: #f2f2f2;
}

.product-view-info .show-quickly:before {
    color: #000;
}

.product-view-info .product-image-wrapper:hover .product-mask {
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    padding-bottom: 0.35em;
}

.product-view-info .product-image-wrapper:hover .footer-product,
.product-view-info .product-image-wrapper:hover .add_to_cart_button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
}

.product-view-info.view-color-dark .product-image-wrapper .product-title a {
    color: #fff;
}

.product-view-info.view-color-dark .product-image-wrapper .product-title a:hover {
    color: #a4a4a4;
}

.product-view-info.view-color-dark .product-image-wrapper .button {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
}

.product-view-info.view-color-dark .product-image-wrapper .button:hover {
    background-color: #4C4C4C;
    border-color: #4C4C4C;
    color: #fff;
}

.product-view-info.view-color-transparent .product-mask {
    background-color: transparent;
}

.product-view-info.view-color-transparent .product-mask a {
    color: #fff;
}

.product-view-info.view-color-transparent .show-quickly {
    background-color: transparent;
}

.product-view-info.view-color-transparent .show-quickly:before {
    color: #fff;
}

.product-view-info.view-color-transparent .yith-wcwl-add-button a.add_to_wishlist,
.product-view-info.view-color-transparent .yith-wcwl-wishlistexistsbrowse a,
.product-view-info.view-color-transparent .yith-wcwl-wishlistaddedbrowse a {
    background-color: transparent;
}

.product-view-info.view-color-transparent .yith-wcwl-add-button a.add_to_wishlist:before,
.product-view-info.view-color-transparent .yith-wcwl-wishlistexistsbrowse a:before,
.product-view-info.view-color-transparent .yith-wcwl-wishlistaddedbrowse a:before {
    color: #fff;
}

.product-view-info.view-color-transparent .yith-wcwl-add-button a.add_to_wishlist:hover,
.product-view-info.view-color-transparent .yith-wcwl-wishlistexistsbrowse a:hover,
.product-view-info.view-color-transparent .yith-wcwl-wishlistaddedbrowse a:hover {
    background-color: transparent;
}

.product-view-info.view-color-transparent .footer-product {
    opacity: 0 !important;
    background-color: transparent;
}

.product-view-info.view-color-transparent .product-image-wrapper .button {
    background-color: transparent;
    color: #fff;
}

.product-view-info.view-color-transparent .product-image-wrapper:hover .footer-product {
    opacity: 1 !important;
}

.view-color-white .footer-product {
    background-color: #fff;
}

.view-color-white .footer-product .button {
    background-color: #fff;
}

.view-color-white .footer-product .button:hover {
    background-color: #f2f2f2;
    color: #222;
}

.view-color-white .yith-wcwl-add-button a.add_to_wishlist,
.view-color-white .yith-wcwl-wishlistexistsbrowse a,
.view-color-white .yith-wcwl-wishlistaddedbrowse a {
    border-left: 1px solid #f2f2f2;
    background-color: #fff;
}

.view-color-white .yith-wcwl-add-button a.add_to_wishlist:before,
.view-color-white .yith-wcwl-wishlistexistsbrowse a:before,
.view-color-white .yith-wcwl-wishlistaddedbrowse a:before {
    color: #000;
}

.view-color-white .yith-wcwl-add-button a.add_to_wishlist:hover,
.view-color-white .yith-wcwl-wishlistexistsbrowse a:hover,
.view-color-white .yith-wcwl-wishlistaddedbrowse a:hover {
    background-color: #f2f2f2;
}

.view-color-white .show-quickly {
    border-right: 1px solid #f2f2f2;
    background-color: #fff;
}

.view-color-white .show-quickly:hover {
    background-color: #f2f2f2;
}

.view-color-white .show-quickly:before {
    color: #000;
}

.view-color-dark .footer-product,
.view-color-dark .product-mask {
    background-color: #262626;
}

.view-color-dark .yith-wcwl-add-button a.add_to_wishlist,
.view-color-dark .yith-wcwl-wishlistexistsbrowse a,
.view-color-dark .yith-wcwl-wishlistaddedbrowse a {
    border-left: 1px solid #4C4C4C;
    background-color: #262626;
}

.view-color-dark .yith-wcwl-add-button a.add_to_wishlist:before,
.view-color-dark .yith-wcwl-wishlistexistsbrowse a:before,
.view-color-dark .yith-wcwl-wishlistaddedbrowse a:before {
    color: #fff;
}

.view-color-dark .yith-wcwl-add-button a.add_to_wishlist:hover,
.view-color-dark .yith-wcwl-wishlistexistsbrowse a:hover,
.view-color-dark .yith-wcwl-wishlistaddedbrowse a:hover {
    background-color: #4C4C4C;
}

.view-color-dark .yith-wcwl-wishlistexistsbrowse a:before,
.view-color-dark .yith-wcwl-wishlistaddedbrowse a:before {
    color: #fff;
}

.view-color-dark .show-quickly {
    border-right: 1px solid #4C4C4C;
    background-color: #262626;
}

.view-color-dark .show-quickly:hover {
    background-color: #4C4C4C;
}

.view-color-dark .show-quickly:before {
    color: #fff;
}

.view-color-dark .button {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
}

.view-color-dark .button:hover {
    background-color: #4C4C4C;
    border-color: #4C4C4C;
    color: #fff;
}


/* Hover effect slider */

.hover-effect-slider .sm-arrow {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
    z-index: 3;
    font-size: 0;
}

.hover-effect-slider .sm-arrow::-moz-selection {
    background-color: transparent;
}

.hover-effect-slider .sm-arrow::selection {
    background-color: transparent;
}

.hover-effect-slider .arrow-left {
    cursor: url('images/cursor-left.png') 12 20, move;
    left: 0;
}

.hover-effect-slider .arrow-right {
    cursor: url('images/cursor-right.png') 12 20, move;
    right: 0;
}


/* Buttons on hover 2 */

.product-view-mask2[class*="wcpv_product_vendors-"] .wcpv-sold-by-loop {
    display: none;
}

.product-view-mask2 .footer-product {
    right: 0;
    top: auto;
    bottom: 0;
    left: auto;
    width: 55px;
    height: auto;
    max-height: 155px;
    -webkit-transform: translateX(3.57rem);
    -ms-transform: translateX(3.57rem);
    transform: translateX(3.57rem);
    border: none;
}

.product-view-mask2 .footer-product .button {
    font-size: 0;
    display: block;
    width: 52px;
    position: relative;
}

.product-view-mask2 .footer-product .button:before {
    font-size: 28px;
}

.product-view-mask2 .footer-product .yith-wcwl-add-to-wishlist,
.product-view-mask2 .footer-product .show-quickly,
.product-view-mask2 .footer-product .button {
    display: block !important;
    width: 55px;
    height: 52px;
    border: none;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.product-view-mask2 .footer-product .yith-wcwl-add-button a.add_to_wishlist:before {
    top: 14px;
}

.product-view-mask2 .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.product-view-mask2 .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
    top: 14px;
}

.product-view-mask2 .footer-product a:before,
.product-view-mask2 .footer-product span:before {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    line-height: 3.93rem;
}

.product-view-mask2 .footer-product .yith-wcwl-add-to-wishlist>div a {
    height: 52px;
    border-left: none;
}

.product-view-mask2 .footer-product .button:before {
    height: auto;
    margin-right: 0;
    line-height: 1;
    top: 14px;
    min-width: 100%;
}

.product-view-mask2 .product-image-wrapper:hover .footer-product {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1px;
}

.product-view-mask2.view-color-dark .footer-product .yith-wcwl-add-to-wishlist,
.product-view-mask2.view-color-dark .footer-product .show-quickly,
.product-view-mask2.view-color-dark .footer-product .button {
    border-bottom: 1px solid #4C4C4C;
}

.product-view-mask2.view-color-transparent .footer-product .button,
.product-view-mask2.view-color-transparent .show-quickly,
.product-view-mask2.view-color-transparent .yith-wcwl-add-button a.add_to_wishlist,
.product-view-mask2.view-color-transparent .yith-wcwl-wishlistexistsbrowse a,
.product-view-mask2.view-color-transparent .yith-wcwl-wishlistaddedbrowse a,
.product-view-mask2.view-color-transparent .yith-wcwl-add-to-wishlist {
    margin-bottom: 0 !important;
    height: 46px !important;
    background-color: transparent;
    border-bottom: none !important;
    color: #282828;
}

.product-view-mask2.view-color-transparent .footer-product .button:before,
.product-view-mask2.view-color-transparent .show-quickly:before,
.product-view-mask2.view-color-transparent .yith-wcwl-add-button a.add_to_wishlist:before,
.product-view-mask2.view-color-transparent .yith-wcwl-wishlistexistsbrowse a:before,
.product-view-mask2.view-color-transparent .yith-wcwl-wishlistaddedbrowse a:before,
.product-view-mask2.view-color-transparent .yith-wcwl-add-to-wishlist:before {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    line-height: 46px !important;
    top: 0 !important;
}

.product-view-mask2.view-color-transparent .footer-product {
    height: 145px;
}

.product-view-default .footer-product {
    background-color: transparent;
    bottom: 0;
    top: 0;
    height: 100%;
    left: 30px;
    right: 30px;
}

.product-view-default .footer-product .button {
    display: none;
}

.product-view-default .footer-product .show-quickly {
    font-size: 12px;
    left: -30px;
    right: -30px;
    border: none;
    opacity: 0.9;
    bottom: 0;
    padding: 7px 0;
    top: auto;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    height: auto;
}

.product-view-default .footer-product .show-quickly:hover {
    opacity: 1;
}

.product-view-default .footer-product .show-quickly:before {
    display: none;
}

.product-view-default .footer-product .yith-wcwl-add-to-wishlist {
    top: 15px;
    right: -10px;
    bottom: auto;
}

.product-view-default .footer-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist,
.product-view-default .footer-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-view-default .footer-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    background-color: transparent;
    border: none;
}

.product-view-default .footer-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:before,
.product-view-default .footer-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product-view-default .footer-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
    font-size: 1.9rem;
    color: #1a1a1a;
}

#yith-wcwl-popup-message {
    display: none !important;
}

.wcpv-sold-by-loop {
    display: none;
    font-style: normal;
}

.tax-wcpv_product_vendors .wcpv-sold-by-loop {
    display: block !important;
}

[class*="wcpv_product_vendors-"].product-view-mask .footer-product {
    height: 5.4rem;
}

[class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-to-wishlist,
[class*="wcpv_product_vendors-"].product-view-mask .footer-product .show-quickly,
[class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist,
[class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a,
[class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a {
    height: 5.4rem;
}

[class*="wcpv_product_vendors-"].product-view-mask .footer-product .show-quickly:before {
    line-height: 5.3rem;
}

[class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
[class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
[class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
    line-height: 2.23 !important;
}

.woocommerce-cart .productCarousel .product-view-mask .footer-product {
    left: 2.5em;
    right: 2.5em;
    height: 3.22rem !important;
}

.woocommerce-cart .productCarousel .product-view-mask .footer-product .show-quickly,
.woocommerce-cart .productCarousel .product-view-mask .footer-product .yith-wcwl-add-to-wishlist {
    height: 3.22rem !important;
}

.woocommerce-cart .productCarousel .product-view-mask .footer-product .show-quickly:before,
.woocommerce-cart .productCarousel .product-view-mask .footer-product .yith-wcwl-add-to-wishlist:before {
    line-height: 46px !important;
}

.woocommerce-cart .productCarousel .product-view-mask .footer-product .yith-wcwl-add-to-wishlist a {
    height: 3.22rem !important;
}

.woocommerce-cart .productCarousel [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.woocommerce-cart .productCarousel [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce-cart .productCarousel [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
    line-height: 1 !important;
}

.woocommerce-cart .productCarousel .product-view-mask .footer-product .button {
    font-size: 0;
    display: block;
}

.woocommerce-cart .productCarousel .product-view-mask .footer-product .button:before {
    font-size: 14px;
}

.woocommerce-cart .productCarousel .product-view-mask .footer-product .button:before {
    top: 12px;
    left: 6px;
    font-size: 25px;
    margin-right: 0;
    margin-left: 0;
}

.woocommerce-cart .productCarousel .wcpv-sold-by-loop {
    display: none;
}

.woocommerce-cart .productCarousel .product-view-info .footer-product {
    left: 2.5em;
    right: 2.5em;
}

.woocommerce-cart .productCarousel .product-view-info .footer-product .button {
    font-size: 0;
}

.woocommerce-cart .productCarousel .product-view-info .footer-product .button:before {
    font-size: 14px;
}

.woocommerce-cart .productCarousel .product-view-info .footer-product .button:before {
    top: 12px;
    left: 6px;
    font-size: 25px;
    margin-right: 0;
    margin-left: 0;
}

.et-catalog-on .footer-product .button:before {
    display: none !important;
}

.et-catalog-on .product.product-view-mask2 .footer-product {
    height: 110px;
}


/* Fix hover on mobile devices */

@media only screen and (max-width: 1200px) {
    .product-view-mask .footer-product {
        left: 2.5em;
        right: 2.5em;
        height: 3.22rem !important;
    }
    .product-view-mask .footer-product .show-quickly,
    .product-view-mask .footer-product .yith-wcwl-add-to-wishlist {
        height: 3.22rem !important;
    }
    .product-view-mask .footer-product .show-quickly:before,
    .product-view-mask .footer-product .yith-wcwl-add-to-wishlist:before {
        line-height: 46px !important;
    }
    .product-view-mask .footer-product .yith-wcwl-add-to-wishlist a {
        height: 3.22rem !important;
    }
    [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
    [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
    [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
        line-height: 1 !important;
    }
    .product-view-mask .footer-product .button {
        font-size: 0;
        display: block;
    }
    .product-view-mask .footer-product .button:before {
        font-size: 14px;
    }
    .product-view-mask .footer-product .button:before {
        top: 12px;
        left: 6px;
        font-size: 25px;
        margin-right: 0;
        margin-left: 0;
    }
    .wcpv-sold-by-loop {
        display: none;
    }
    .product-view-info .footer-product .button {
        font-size: 0;
    }
    .product-view-info .footer-product .button:before {
        font-size: 2rem;
        margin-right: 0;
        top: 11px;
        display: block;
    }
    .row-count-6 .product-view-mask .footer-product {
        left: 0 !important;
        right: 0 !important;
    }
    .et-catalog-on .product.product-view-mask2 .footer-product,
    .et-catalog-on .product.product-view-mask .footer-product {
        left: 15px;
        right: 15px;
    }
    .et-catalog-on .product.product-view-mask2 .footer-product .button,
    .et-catalog-on .product.product-view-mask .footer-product .button {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 768px) {
    .product-view-mask .footer-product {
        left: 10px;
        right: 10px;
    }
    .product-view-mask .footer-product .button {
        line-height: 42px !important;
        font-size: 0;
    }
    .product-view-mask .footer-product .button:before {
        font-size: 2rem;
        margin-right: 0;
        top: 11px;
        height: auto;
    }
    .product-view-mask .footer-product .show-quickly:before {
        line-height: 42px;
    }
}

@media only screen and (max-width: 480px) {
    .product-view-info .product-mask a {
        font-size: 0.9rem;
    }
    .et-catalog-on .product.product-view-mask2 .footer-product,
    .et-catalog-on .product.product-view-mask .footer-product {
        left: 15px;
        right: 15px;
    }
    .et-catalog-on .product.product-view-mask2 .footer-product .button,
    .et-catalog-on .product.product-view-mask .footer-product .button {
        font-size: 0;
    }
}

.product-view-default .footer-product {
    left: 15px;
    right: 15px;
}

.sidebar-position-right .row-count-4 .product-view-mask .footer-product,
.sidebar-position-left .row-count-4 .product-view-mask .footer-product,
.row-count-5 .product-view-mask .footer-product,
.row-count-6 .product-view-mask .footer-product {
    left: 2.5em;
    right: 2.5em;
    height: 3.22rem !important;
}

.sidebar-position-right .row-count-4 .product-view-mask .footer-product .show-quickly,
.sidebar-position-left .row-count-4 .product-view-mask .footer-product .show-quickly,
.row-count-5 .product-view-mask .footer-product .show-quickly,
.row-count-6 .product-view-mask .footer-product .show-quickly,
.sidebar-position-right .row-count-4 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist,
.sidebar-position-left .row-count-4 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist,
.row-count-5 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist,
.row-count-6 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist {
    height: 3.22rem !important;
}

.sidebar-position-right .row-count-4 .product-view-mask .footer-product .show-quickly:before,
.sidebar-position-left .row-count-4 .product-view-mask .footer-product .show-quickly:before,
.row-count-5 .product-view-mask .footer-product .show-quickly:before,
.row-count-6 .product-view-mask .footer-product .show-quickly:before,
.sidebar-position-right .row-count-4 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist:before,
.sidebar-position-left .row-count-4 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist:before,
.row-count-5 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist:before,
.row-count-6 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist:before {
    line-height: 46px !important;
}

.sidebar-position-right .row-count-4 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist a,
.sidebar-position-left .row-count-4 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist a,
.row-count-5 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist a,
.row-count-6 .product-view-mask .footer-product .yith-wcwl-add-to-wishlist a {
    height: 3.22rem !important;
}

.sidebar-position-right .row-count-4 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.sidebar-position-left .row-count-4 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.row-count-5 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.row-count-6 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.sidebar-position-right .row-count-4 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.sidebar-position-left .row-count-4 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.row-count-5 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.row-count-6 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.sidebar-position-right .row-count-4 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
.sidebar-position-left .row-count-4 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
.row-count-5 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
.row-count-6 [class*="wcpv_product_vendors-"].product-view-mask .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
    line-height: 1 !important;
}

.sidebar-position-right .row-count-4 .product-view-mask .footer-product .button,
.sidebar-position-left .row-count-4 .product-view-mask .footer-product .button,
.row-count-5 .product-view-mask .footer-product .button,
.row-count-6 .product-view-mask .footer-product .button {
    font-size: 0;
    display: block;
}

.sidebar-position-right .row-count-4 .product-view-mask .footer-product .button:before,
.sidebar-position-left .row-count-4 .product-view-mask .footer-product .button:before,
.row-count-5 .product-view-mask .footer-product .button:before,
.row-count-6 .product-view-mask .footer-product .button:before {
    font-size: 14px;
}

.sidebar-position-right .row-count-4 .product-view-mask .footer-product .button:before,
.sidebar-position-left .row-count-4 .product-view-mask .footer-product .button:before,
.row-count-5 .product-view-mask .footer-product .button:before,
.row-count-6 .product-view-mask .footer-product .button:before {
    top: 12px;
    left: 6px;
    font-size: 25px;
    margin-right: 0;
    margin-left: 0;
}

.sidebar-position-right .row-count-4 .wcpv-sold-by-loop,
.sidebar-position-left .row-count-4 .wcpv-sold-by-loop,
.row-count-5 .wcpv-sold-by-loop,
.row-count-6 .wcpv-sold-by-loop {
    display: none;
}

.wpb_single_image.image-zoom {
    overflow: hidden;
}

.wpb_single_image.image-zoom img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wpb_single_image.image-zoom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*=====  End of Products Hovers  ======*/

.et-full-screen-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    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;
    -webkit-transform: translateY(-50.5%);
    -ms-transform: translateY(-50.5%);
    transform: translateY(-50.5%);
}

.et-product-info-slide .product-title {
    margin-bottom: 10px;
}

.et-product-info-slide .product-title a {
    font-size: 38px;
    line-height: 40px;
    color: #1c1a19;
    text-transform: uppercase;
    font-weight: bold;
}

.et-product-info-slide .add_to_cart_button,
.et-product-info-slide .button {
    line-height: 3.2rem;
    height: 3.42rem;
    padding: 0 1.93em;
    font-weight: 400;
    font-size: 1.14rem;
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
    min-width: 200px;
    margin-bottom: 20px;
    margin-right: 0.7rem;
}

.et-product-info-slide .add_to_cart_button:hover,
.et-product-info-slide .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.et-product-info-slide .add_to_cart_button:focus,
.et-product-info-slide .button:focus {
    color: white;
}

.et-product-info-slide .add_to_cart_button:hover,
.et-product-info-slide .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.et-product-info-slide .add_to_cart_button:focus,
.et-product-info-slide .button:focus {
    color: white;
}

.et-product-info-slide .yith-wcwl-add-to-wishlist {
    position: relative;
    top: 0;
    margin-bottom: 20px !important;
}

.et-product-info-slide .yith-wcwl-add-to-wishlist a {
    font-size: 0 !important;
}

.et-product-info-slide .yith-wcwl-add-to-wishlist a:before {
    font-size: 1.6rem;
}

.et-product-info-slide .products-page-cats {
    font-size: 1.14rem;
    color: #808080;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 15px;
}

.et-product-info-slide .short-description {
    max-height: 84px;
    overflow: hidden;
}

.et-product-info-slide .price {
    margin-bottom: 0.69em;
    font-size: 2.57rem;
    line-height: 1.2;
    color: #1e1e1e;
}

.et-product-info-slide .price del {
    color: #8a8a8a;
}

.et-product-info-slide .price del .amount {
    font-size: 1.71rem;
    color: #8a8a8a;
    font-weight: normal;
}

.et-product-info-slide .price ins {
    text-decoration: none;
    display: inline-block;
}

.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%;
}

.et-products-navigation::-moz-selection {
    background: transparent;
}

.et-products-navigation::selection {
    background: transparent;
}

.et-products-navigation>div {
    min-width: 40%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
    padding-left: 65px;
    background-color: #f2f2f2;
    color: #262626;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.et-products-navigation>div::-moz-selection {
    background: transparent;
}

.et-products-navigation>div::selection {
    background: transparent;
}

.et-products-navigation>div .swiper-nav-title {
    font-size: 12px;
    font-weight: 800;
    float: left;
    text-transform: uppercase;
}

.et-products-navigation>div .swiper-nav-price {
    float: right;
    font-weight: 800;
    padding-left: 10px;
}

.et-products-navigation>div .swiper-nav-price ins {
    text-decoration: none;
}

.et-products-navigation>div .swiper-nav-arrow {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    background-color: #e6e6e6;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.et-products-navigation>div .swiper-nav-arrow .swiper-nav-title {
    padding-right: 15px;
}

.et-products-navigation>div .swiper-nav-arrow:before {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 32px;
    display: block;
    color: #999;
    position: absolute;
    top: -1px;
    left: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.et-products-navigation>div:hover {
    background-color: #cd4040;
    color: #fff;
}

.et-products-navigation>div:hover:before {
    color: rgba(255, 255, 255, 0.3);
}

.et-products-navigation>div:hover .swiper-nav-arrow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.et-products-navigation>div:hover .swiper-nav-arrow:before {
    color: #fff;
    -webkit-animation: animArrow 1s infinite;
    animation: animArrow 1s infinite;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.et-products-navigation .et-swiper-prev {
    padding-right: 65px;
    padding-left: 15px;
}

.et-products-navigation .et-swiper-prev .swiper-nav-arrow {
    right: 0;
    left: auto;
}

.et-products-navigation .et-swiper-prev .swiper-nav-arrow:before {
    content: "\f107";
    top: 0;
}

.et-products-navigation .et-swiper-prev:hover .swiper-nav-arrow:before {
    -webkit-animation: animArrowReverse 1s infinite;
    animation: animArrowReverse 1s infinite;
}

@-webkit-keyframes animArrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes animArrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes animArrowReverse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes animArrowReverse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@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 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        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            =
========================================*/

.quick-view-popup {
    margin: 0 auto;
    position: relative;
    background: white;
    width: 1000px;
    max-width: 100%;
}

.quick-view-popup .product-content {
    margin-bottom: 0;
}

.quick-view-popup .product-content.quick-view-layout-centered .product-images {
    width: 100%;
}

.quick-view-popup .product-content.quick-view-layout-centered .product-information {
    width: 100%;
    padding-left: 3.5em;
}

.quick-view-popup .product-content.quick-view-layout-centered .quantity.buttons_added {
    display: inline-block;
    margin-right: 30px;
}

.quick-view-popup .product-content.quick-view-layout-centered .single_add_to_cart_button {
    display: inline-block;
}

.quick-view-popup .main-images {
    margin-bottom: 0;
}

.quick-view-popup .main-images a {
    cursor: default;
}

.quick-view-popup .main-images .owl-pagination {
    position: absolute;
    bottom: 20px;
    display: block !important;
}

.quick-view-popup .product-information .yith-wcwl-add-to-wishlist a,
.quick-view-popup .product-info-wrapper .yith-wcwl-add-to-wishlist a {
    display: block;
}

.quick-view-popup .product-name {
    font-size: 2.71rem;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: 900;
}

.quick-view-popup .product-information {
    margin-bottom: 0;
    padding: 2.5em 3.5em 0 2.5em;
}

.quick-view-popup .product-information .yith-wcwl-add-to-wishlist a {
    font-size: 0 !important;
    padding-left: 0;
}

.quick-view-popup .product-information .woocommerce-review-link {
    cursor: default;
}

.quick-view-popup .product-information .woocommerce-review-link:hover {
    cursor: default;
    color: #1e1e1e;
}

.quick-view-popup .open-360-popup {
    display: none;
}

.quick-view-popup .excerpt-content-inner:focus {
    outline: none;
}

.quick-view-popup .quantity.buttons_added {
    margin-bottom: 15px;
    margin-top: 10px;
}

.quick-view-popup .product_type_variable {
    margin-bottom: 20px !important;
    line-height: 3.2rem;
    height: 3.42rem;
    padding: 0 1.93em;
    font-weight: 400;
    font-size: 1.14rem;
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
    min-width: 200px;
}

.quick-view-popup .product_type_variable:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.quick-view-popup .product-cats {
    margin-top: -2em;
    margin-bottom: 1em;
    color: #666667;
    text-transform: uppercase;
}

.quick-view-popup .product-cats a {
    color: #666667;
}

.quick-view-popup .added-cart-tooltip {
    margin-top: -61px;
}

.quick-view-popup .add_to_cart_button {
    margin-right: 1em;
    margin-bottom: 0;
}

.quick-view-popup .show-full-details {
    color: #999;
    font-size: 11px;
    font-weight: 700;
    line-height: 36px;
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}

.quick-view-popup .product-share {
    margin-bottom: 2em;
    padding: 1.5em 0;
}

.quick-view-popup .product-share .share-title {
    color: #1e1e1e;
    font-weight: 700;
    line-height: 1.43em;
    text-transform: uppercase;
}

.quick-view-popup .mfp-close {
    background: #f5f5f5;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 0;
}

.quick-view-popup .mfp-close:before {
    font-family: 'xstore-icons';
    display: inline-block;
    font-size: 24px;
    line-height: 44px;
    color: #9b9b9b;
    content: "\e90a";
    position: relative;
    left: 0.5px;
}

.quick-view-popup .mfp-close:hover:before {
    color: #fff;
}

.quick-view-popup .quick-view-excerpts {
    margin-bottom: 1.07em;
    overflow: hidden;
    height: 70px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.quick-view-popup .quick-view-excerpts.show-content {
    height: 440px;
    overflow-y: hidden;
}

.quick-view-popup .quick-view-excerpts.show-content .excerpt-content {
    visibility: visible;
    opacity: 1;
}

.quick-view-popup .quick-view-excerpts.show-content .excerpt-title:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.quick-view-popup .quick-view-excerpts .excerpt-title {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    color: #252525;
    font-weight: 600;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.quick-view-popup .quick-view-excerpts .excerpt-title:before {
    display: inline-block;
    float: right;
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 20px;
    top: 50%;
    color: #EBEBEB;
    font-size: 22px;
    margin-top: -16px;
}

.quick-view-popup .quick-view-excerpts .excerpt-content {
    visibility: hidden;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    height: 350px;
    position: relative;
    padding-right: 0;
    opacity: 0;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.quick-view-popup .quick-view-excerpts .excerpt-content .excerpt-content-inner {
    padding-top: 20px;
    padding-right: 10px;
    height: 350px;
    overflow-y: scroll;
}

.quick-view-popup .quick-view-excerpts .excerpt-content-inner {
    line-height: 1.8;
    font-size: 1.14rem;
    font-weight: 300;
}

.quick-view-popup .quick-view-excerpts .excerpt-content-inner h1,
.quick-view-popup .quick-view-excerpts .excerpt-content-inner h2,
.quick-view-popup .quick-view-excerpts .excerpt-content-inner h3,
.quick-view-popup .quick-view-excerpts .excerpt-content-inner h4,
.quick-view-popup .quick-view-excerpts .excerpt-content-inner h5,
.quick-view-popup .quick-view-excerpts .excerpt-content-inner h6 {
    line-height: 1.3;
    margin-bottom: 0.35em;
    margin-top: 0.35em;
}

.quick-view-popup .product-share {
    margin-top: 30px;
}

body.quick-view-open {
    overflow: hidden;
}

body.quick-view-open .mfp-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


/** initial setup **/

.excerpt-content>.excerpt-content-inner::-webkit-scrollbar {
    display: none;
}

.has-scrollbar>.excerpt-content-inner::-webkit-scrollbar {
    display: block;
}

.excerpt-content>.nano-pane {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    height: 350px;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.excerpt-content>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    margin: 0 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.excerpt-content:hover>.nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

@media only screen and (max-width: 768px) {
    .quick-view-popup .yith-wcwl-add-to-wishlist,
    .quick-view-popup .add_to_cart_button {
        margin-bottom: 20px;
    }
}

@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;
    }
}


/*-----  End of Quick View Popup  ------*/


/*====================================
=            Shop Sidebar            =
====================================*/

.sidebar-widget.widget_product_categories .widget-title,
.wpb_widgetised_column .widget_product_categories .widget-title {
    color: white;
    padding: 25px 10px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
    border: none;
}

.sidebar-widget.widget_product_categories .product-categories,
.wpb_widgetised_column .widget_product_categories .product-categories {
    margin-bottom: 0;
}

.sidebar-widget.widget_product_categories select,
.wpb_widgetised_column .widget_product_categories select {
    width: 100%;
}

.widget_product_categories.sidebar-widget ul,
.wpb_widgetised_column .widget_product_categories ul {
    padding-left: 0;
}

.widget_product_categories.sidebar-widget ul.with-accordion ul.children,
.wpb_widgetised_column .widget_product_categories ul.with-accordion ul.children {
    display: none;
}

.widget_product_categories.sidebar-widget ul li,
.wpb_widgetised_column .widget_product_categories ul li {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.widget_product_categories.sidebar-widget ul li.firstItem,
.wpb_widgetised_column .widget_product_categories ul li.firstItem {
    padding-top: 0;
}

.widget_product_categories.sidebar-widget ul li:last-child,
.wpb_widgetised_column .widget_product_categories ul li:last-child {
    border-bottom: 0;
}

.widget_product_categories.sidebar-widget ul li a,
.wpb_widgetised_column .widget_product_categories ul li a {
    position: relative;
    display: block;
    padding: 0.86em 0;
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
}

.widget_product_categories.sidebar-widget ul li .count,
.wpb_widgetised_column .widget_product_categories ul li .count {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget_product_categories.sidebar-widget ul li>ul,
.wpb_widgetised_column .widget_product_categories ul li>ul {
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
}

.widget_product_categories.sidebar-widget ul li>ul.children,
.wpb_widgetised_column .widget_product_categories ul li>ul.children {
    margin-bottom: -1px;
}

.widget_product_categories.sidebar-widget ul li>ul.children .open-this,
.wpb_widgetised_column .widget_product_categories ul li>ul.children .open-this {
    top: 9px;
}

.widget_product_categories.sidebar-widget ul li>ul.children li,
.wpb_widgetised_column .widget_product_categories ul li>ul.children li {
    list-style: none;
}

.widget_product_categories.sidebar-widget ul li>ul.children li>a,
.wpb_widgetised_column .widget_product_categories ul li>ul.children li>a {
    position: relative;
    display: block;
    text-transform: uppercase;
    color: #8a8a8a;
    font-size: 0.9rem;
    padding-left: 1.07em;
}

.widget_product_categories.sidebar-widget ul li>ul.children li.current-cat>a,
.wpb_widgetised_column .widget_product_categories ul li>ul.children li.current-cat>a {
    color: #333;
}

.widget_product_categories.sidebar-widget ul li>ul.children li:last-child a,
.wpb_widgetised_column .widget_product_categories ul li>ul.children li:last-child a {
    border-bottom: 0;
}

.widget_product_categories.sidebar-widget ul li>ul.children li ul.children li,
.wpb_widgetised_column .widget_product_categories ul li>ul.children li ul.children li {
    border-top: 1px solid #e6e6e6;
}

.widget_product_categories.sidebar-widget ul li>ul.children li ul.children li>a,
.wpb_widgetised_column .widget_product_categories ul li>ul.children li ul.children li>a {
    padding-left: 20px;
}

.widget_product_categories.sidebar-widget ul li.opened>.open-this:before,
.wpb_widgetised_column .widget_product_categories ul li.opened>.open-this:before {
    content: '\f106';
}

.widget_product_categories.sidebar-widget ul li.cat-parent>.count,
.wpb_widgetised_column .widget_product_categories ul li.cat-parent>.count {
    display: none;
}

.widget_product_categories.sidebar-widget ul .open-this,
.wpb_widgetised_column .widget_product_categories ul .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;
}

.widget_product_categories.sidebar-widget ul .open-this:before,
.wpb_widgetised_column .widget_product_categories ul .open-this:before {
    font-size: 16px;
    color: #999;
    font-family: 'FontAwesome';
    display: inline-block;
    content: '\f107';
}

.wpb_widgetised_column .widget_product_categories {
    margin-bottom: 30px;
}

.sidebar-slider {
    padding: 2.14em 2.14em;
    margin-bottom: 2.14em;
    border: 1px solid #e6e6e6;
}

.sidebar-slider .widget-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1.79em;
    margin-bottom: 1.79em;
}

.sidebar-slider ul {
    padding: 0;
    margin-bottom: 0;
}

.sidebar-slider li {
    display: block;
    text-align: center;
    float: left;
    width: 50%;
    padding-left: 0.3em;
    padding-right: 0.3em;
    margin-bottom: 0!important;
    border-bottom: 0!important;
    padding-bottom: 0!important;
}

.sidebar-slider li .product-list-image {
    float: none;
}

.sidebar-slider li .product-list-image img {
    max-width: 100%;
    margin-right: 0;
}

.sidebar-slider li .product-title {
    margin-bottom: 0;
    display: block;
}

.sidebar-slider li .product-title a {
    display: block;
    font-size: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-slider li .price {
    font-size: 0.93rem;
}

.sidebar-slider li .price del {
    display: none;
}

.sidebar-slider li:nth-child(2n+1) {
    clear: left;
}

.sidebar-slider li:nth-child(n+3) {
    margin-top: 0.71em;
    padding-top: 0.71em;
}

.sidebar-slider .owl-carousel .owl-controls .owl-buttons {
    position: absolute;
    opacity: 1;
    top: -5.7em;
    right: 0;
}

.sidebar-slider .owl-carousel .owl-controls .owl-next,
.sidebar-slider .owl-carousel .owl-controls .owl-prev {
    position: relative;
    top: auto;
    display: block;
    float: left;
    font-size: 0;
    margin-left: 5px;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    color: black;
    background-color: #fafafa;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.sidebar-slider .owl-carousel .owl-controls .owl-next:before,
.sidebar-slider .owl-carousel .owl-controls .owl-prev:before {
    font-size: 1rem;
    line-height: 26px;
    margin-left: 11px;
}

.sidebar-slider .owl-carousel .owl-controls .owl-next:hover,
.sidebar-slider .owl-carousel .owl-controls .owl-prev:hover {
    color: white;
}

.sidebar-slider .owl-carousel .owl-controls .owl-next:before {
    margin-left: 12px;
}

.sidebar-slider .owl-pagination {
    bottom: -10px;
    position: relative;
}

.sidebar-widget.widget_recent_reviews li a {
    display: inline !important;
    padding-top: 0.71em;
    padding-right: 10px;
    font-size: 1rem;
    margin-bottom: 0.7em;
    color: #1e1e1e;
    font-weight: bold;
}

.sidebar-widget.widget_recent_reviews li a img {
    float: left;
}

.sidebar-widget.widget_recent_reviews li .reviewer {
    -ms-word-break: break-all;
    word-break: break-all;
    display: block;
}

.sidebar-widget.widget_recent_reviews li .star-rating {
    margin-top: 0.7em;
}

.vc_wp_posts .widget_recent_entries li {
    margin-bottom: 1.0714em;
    padding-bottom: 1.0714em;
    border-bottom: 1px solid #e6e6e6;
    list-style: none;
}

.vc_wp_posts .widget_recent_entries li a {
    display: block;
}

.vc_wp_posts .widget_recent_entries li span {
    display: inline-block;
    width: 100%;
}

.woocommerce-product-search label {
    width: 100%;
}

.woocommerce-product-search input[type="search"] {
    display: block;
    width: 145px;
    float: left;
    margin-bottom: 15px;
}

.flickr_badge_image img {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s linear;
    transition: opacity 0.2s ease-in-out 0.2s linear;
}

.flickr_badge_image:hover img {
    opacity: 0.8;
}

.gallery-item {
    margin-top: 20px;
}


/* Product List Widget */

.product_list_widget li .rating {
    display: none;
}

.content .product_list_widget {
    padding-left: 0;
}


/* Filter by Price Widget */

.price_slider_wrapper {
    margin-top: 20px;
}

.price_slider_wrapper .ui-slider-range {
    margin-bottom: 21px;
    height: 2px;
    background-color: red;
}

.price_slider_wrapper .ui-corner-all {
    margin-bottom: 20px;
    position: relative;
    top: 0;
}

.price_slider_wrapper .ui-slider {
    background-color: #e6e6e6;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    cursor: pointer;
    width: 8px;
    height: 8px;
    top: -3px;
    outline: none;
    position: absolute;
    background-color: red;
}

.price_slider_wrapper .button {
    float: right;
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

.price_slider_wrapper .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.price_slider_wrapper .button:focus {
    color: white;
}

.price_slider_wrapper .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.price_slider_wrapper .button:focus {
    color: white;
}

.price_slider_wrapper .price_slider_amount {
    line-height: 2.642rem;
}

.price_slider_wrapper .price_slider_amount span {
    color: #1e1e1e;
    font-weight: bold;
}

.widget_layered_nav ul li {
    position: relative;
    list-style: none;
}

.widget_layered_nav ul li a {
    display: block;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 1;
}

.widget_layered_nav ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.widget_layered_nav ul li:last-child a {
    border-bottom: 0;
}

.widget_layered_nav ul li .count {
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    cursor: pointer;
}

.widget_layered_nav_filters li {
    margin-right: 10px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    padding: 0;
}

.widget_layered_nav_filters li a {
    position: relative;
    left: 0;
    display: block;
    text-transform: uppercase;
    padding: 10px 0 !important;
}

.widget_layered_nav_filters li.chosen a {
    padding-left: 15px !important;
}

.widget_layered_nav_filters li.chosen a:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 12px;
}

.widget_layered_nav_filters li:first-child {
    margin-top: -10px;
}

.widget_layered_nav_filters li:last-child {
    border-bottom: none;
}

.single-product-sidebar .sidebar-slider,
.single-product-sidebar .sidebar-widget {
    margin-bottom: 1.43em;
}

.widget_wcpv_vendor_widget .widget-title,
.widget_wcpv_vendor_widget .wcpv-widget-vendor-title,
.widget_wcpv_vendor_widget p {
    text-align: center;
}

.widget_wcpv_vendor_widget img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .sidebar {
        width: 100%;
        display: inline-block;
        margin-top: 60px;
    }
    .sidebar-widget,
    .sidebar-slider {
        margin-bottom: 40px;
    }
    .sidebar-widget.null-instagram-feed li {
        width: 16.6666% !important;
        display: inline-block;
        padding: 0 0.3571em;
    }
    .sidebar-mobile-top>div>.row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sidebar-mobile-top>div>.row .content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
    .sidebar-mobile-top>div>.row .sidebar {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
    }
    .shop-full-width .sidebar-mobile-top>div>.row .content {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .sidebar .banner .banner-content {
        zoom: 0.8;
    }
}

@media only screen and (max-width: 480px) {
    .wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-small li {
        width: 33.33%;
    }
    .wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-thumbnail li {
        width: 33.33%;
    }
    .wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-large li {
        width: 50%;
        padding: 0 0.3571em;
    }
    .wpb_widgetised_column .widget-container.null-instagram-feed .instagram-no-space li {
        padding: 0 !important;
        margin: 0 !important;
    }
    .sidebar-widget.null-instagram-feed li {
        width: 33.333% !important;
        display: inline-block;
        padding: 0 0.3571em;
    }
}


/*-----  End of Shop Sidebar  ------*/


/*===============================================
=            Single Product Elements            =
===============================================*/


/* Review Position Outside */

.reviews-position-outside #reviews {
    margin: 2.86em 0;
}


/* Product Images Slider */

.main-images {
    margin-bottom: 1.43em;
    position: relative;
    text-align: center;
}

.main-images .owl-controls,
.thumbnails-list .owl-controls {
    position: static;
}

.main-images .owl-controls .owl-prev,
.thumbnails-list .owl-controls .owl-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: left;
}

.main-images .owl-controls .owl-prev:before,
.thumbnails-list .owl-controls .owl-prev:before {
    font-size: 1.6rem;
    line-height: 39px;
    margin-left: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-images .owl-controls .owl-prev:hover,
.thumbnails-list .owl-controls .owl-prev:hover {
    background-color: #8a8a8a;
}

.main-images .owl-controls .owl-prev:hover:before,
.thumbnails-list .owl-controls .owl-prev:hover:before {
    color: #ffffff;
}

.main-images .owl-controls .owl-next,
.thumbnails-list .owl-controls .owl-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    left: auto;
    right: 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.main-images .owl-controls .owl-next:before,
.thumbnails-list .owl-controls .owl-next:before {
    font-size: 1.6rem;
    line-height: 39px;
    margin-left: -4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-images .owl-controls .owl-next:hover,
.thumbnails-list .owl-controls .owl-next:hover {
    background-color: #8a8a8a;
}

.main-images .owl-controls .owl-next:hover:before,
.thumbnails-list .owl-controls .owl-next:hover:before {
    color: #ffffff;
}

.main-images .owl-controls .owl-pagination,
.thumbnails-list .owl-controls .owl-pagination {
    display: none;
}

.main-images .owl-controls .owl-buttons,
.thumbnails-list .owl-controls .owl-buttons {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gallery-slider-off .main-images>div {
    margin-bottom: 30px;
}

.thumbnails-list li {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.thumbnails-list li:hover {
    opacity: 0.5;
}

.images .thumbnails {
    margin: 0 -5px;
    position: relative;
}

.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;
}

.thumbnails-list li {
    padding: 0 5px;
    text-align: center;
    list-style: none;
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.thumbnails-list .active-thumbnail li {
    opacity: 0.6;
}

.thumbnails-list .video-thumbnail {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.thumbnails-list .video-thumbnail span {
    font-size: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 30px;
}

.thumbnails-list .video-thumbnail span:before {
    content: "\f0da";
    font-size: 1.43rem;
    line-height: 40px;
    margin-left: 1px;
    font-family: FontAwesome;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
}

.thumbnails-list .video-thumbnail:hover {
    opacity: 0.8;
}

.thumbnails-list .owl-controls .owl-next {
    right: 15px;
}

.thumbnails-list .owl-controls .owl-prev {
    left: 15px;
}

.zoom-images-button,
.open-video-popup,
.open-360-popup {
    font-size: 0;
    background-color: #fff;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    line-height: 20px;
    text-align: center;
    left: 35px;
    z-index: 1;
    -webkit-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    transform: translateY(-85px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
}

.zoom-images-button:before,
.open-video-popup:before,
.open-360-popup:before {
    content: "\f065";
    font-family: FontAwesome;
    font-size: 24px;
    color: #5c5c5c;
    position: relative;
    top: 11px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.zoom-images-button:hover:before,
.open-video-popup:hover:before,
.open-360-popup:hover:before {
    color: #fff !important;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.zoom-images-button.showed,
.open-video-popup.showed,
.open-360-popup.showed {
    opacity: 1;
}

.open-360-popup {
    -webkit-transform: translateY(-195px);
    -ms-transform: translateY(-195px);
    transform: translateY(-195px);
    line-height: 25px;
}

.open-360-popup:before {
    content: "\e90f";
    font-family: 'xstore-icons';
    color: #5c5c5c;
    font-size: 51px;
    display: block;
}

.product-360-popup .mfp-close {
    display: none !important;
}

.open-video-popup {
    -webkit-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    transform: translateY(-140px);
}

.open-video-popup:before {
    content: "\f04b";
    font-size: 14px;
    top: 12px;
    left: 2px;
}

.product-brands {
    border: 1px solid #e6e6e6;
    padding: 1.43em;
}

.product-brands .widget-title {
    display: none;
}

.product-brands .view-products {
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    margin: 20px 0 0;
    font-size: 12px;
}

#product-pager {
    margin: 0 auto;
    padding: 0;
    width: auto;
}

#product-pager .owl-item a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#product-pager .owl-item .video-thumbnail span {
    cursor: pointer;
    display: block;
}

#product-pager .owl-prev {
    width: 40px;
    height: 40px;
    background-color: #fafafa;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
}

#product-pager .owl-prev:before {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f0d9";
    font-size: 12px;
}

#product-pager .owl-next {
    width: 40px;
    height: 40px;
    background-color: #fafafa;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    left: auto;
    right: 0;
}

#product-pager .owl-next:before {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f0d9";
    font-size: 12px;
}

#product-pager .owl-next:before {
    content: "\f0da";
}

#product-pager .owl-pagination {
    display: none;
}

#product-pager .owl-controls {
    position: static;
}

#product-pager .owl-controls .owl-pagination {
    display: none;
}

#product-pager .owl-controls .owl-buttons {
    opacity: 1 !important;
}


/* Labels */

.onsale {
    background: #d64444;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-weight: bold;
    font-size: 1.43rem;
    width: 3.75em;
    height: 3.75em;
    line-height: 3.75em;
    text-align: center;
    color: white;
    display: inline-block;
    text-transform: uppercase;
}

.product-images {
    position: relative;
}

.product-images .onsale {
    position: absolute;
    z-index: 2;
    top: 25px;
    left: -5px;
}

.product-images .stock {
    display: none;
}

.product-images .out-of-stock {
    display: none;
    position: absolute;
    z-index: 2;
    top: 25px;
    right: -5px;
    padding: 1.9em 0;
    margin-bottom: 0;
    background: #8bbfda;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-weight: bold;
    font-size: 0.93rem;
    width: 5.77em;
    height: 5.77em;
    line-height: 1em;
    text-align: center;
    color: white;
    text-transform: uppercase;
}


/* OWL arrows */

.single-product-large .product-information>div {
    display: inline-block;
}

.single-product-large .product-information>div h4.title {
    display: none;
}

.single-product-large .product-information>div .menu-social-icons {
    margin-bottom: 0;
}

.single-product-xsmall .product-information .title {
    font-size: 1.3rem;
}

.single-product-xsmall .added-cart-tooltip {
    margin-top: -82px;
}

.single-product-xsmall .menu-social-icons li a {
    padding: 3px 7px;
}

.wcpv-sold-by-single {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1e1e1e;
    font-style: normal;
}

.wcpv-sold-by-single a {
    font-weight: normal;
    text-transform: uppercase;
    color: #8a8a8a;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.wcpv-sold-by-single a:hover {
    color: #1e1e1e;
}


/*============================================
=            WooCommerce quantity            =
============================================*/

.quantity.buttons_added {
    position: relative;
    margin-bottom: 25px;
    letter-spacing: -3px;
    /* WooCommerce Quantity Increment Plugin */
}

.quantity.buttons_added::-moz-selection {
    background-color: transparent;
}

.quantity.buttons_added::selection {
    background-color: transparent;
}

.quantity.buttons_added::-webkit-selection {
    background-color: transparent;
}

.quantity.buttons_added span {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    border: none;
    background-color: #f7f7f7;
    width: 38px;
    text-align: center;
    letter-spacing: 0;
    color: #1e1e1e;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    vertical-align: top;
    -webkit-font-smoothing: none;
    -moz-font-smoothing: none;
}

.quantity.buttons_added span:focus {
    outline: none;
}

.quantity.buttons_added span::-moz-selection {
    background-color: transparent;
}

.quantity.buttons_added span::selection {
    background-color: transparent;
}

.quantity.buttons_added input[type="number"] {
    display: inline-block;
    width: 38px;
    max-width: 45px;
    padding: 0 0.71em;
    text-align: center;
    font-weight: 600;
    font-size: 0.95rem;
    -webkit-appearance: none;
    height: 38px;
    line-height: 38px;
    color: #494949;
}

.quantity.buttons_added input[type="number"]::-moz-selection {
    background-color: transparent;
    color: #494949;
}

.quantity.buttons_added input[type="number"]::selection {
    background-color: transparent;
    color: #494949;
}

.quantity.buttons_added input[type="number"]::-webkit-inner-spin-button:after {
    content: "";
    position: absolute;
    display: block;
}

.quantity.buttons_added input[type="number"]::-webkit-inner-spin-button:before {
    content: "";
    position: absolute;
    display: block;
}

.quantity.buttons_added .minus:before {
    content: "\e905";
    font-family: 'xstore-icons';
    color: #494949;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 13px;
    position: relative;
    text-rendering: auto;
}

.quantity.buttons_added .minus:hover:before {
    color: #fff;
}

.quantity.buttons_added .plus:before {
    content: "\e906";
    font-family: 'xstore-icons';
    color: #494949;
    font-size: 11px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    width: 13px;
    text-rendering: auto;
}

.quantity.buttons_added .plus:hover:before {
    color: #fff;
}

.quantity.buttons_added.buttons_added input[type="number"] {
    margin-left: 3px;
    margin-right: 3px;
}

.quantity.buttons_added.buttons_added input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.tab-content .shop_attributes {
    width: 100%;
}


/*=====  End of WooCommerce quantity  ======*/

.et-catalog-on .product-information .yith-wcwl-add-to-wishlist a {
    padding-left: 0;
}

@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: 480px) {
    .quantity.buttons_added .plus:before,
    .quantity.buttons_added .minus:before {
        font-size: 15px;
    }
    .product-information .yith-wcwl-add-to-wishlist a:before,
    .product-info-wrapper .yith-wcwl-add-to-wishlist a:before {
        line-height: 45px !important;
        top: 6px !important;
        height: 45px !important;
    }
}


/*-----  End of Single Product Elements  ------*/

.single-product-wide .product-images img {
    width: 100%;
}

.single-product-wide .product-information {
    padding-top: 7vw;
}

.single-product-wide .product-images .onsale {
    left: 20px;
}

.single-product-wide .product-information-inner {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.single-product-wide .product-information-inner .tabs {
    padding: 0 !important;
}

.single-product-wide .product-information-inner .page-heading {
    background: none !important;
    padding: 0 !important;
    margin-bottom: 0;
}

.single-product-wide .product-information-inner .page-heading .container {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.single-product-wide .product-information-inner .page-heading .a-center {
    text-align: left !important;
    padding: 0 !important;
}

.single-product-wide .product-information-inner .page-heading .woocommerce-breadcrumb {
    margin-bottom: 20px;
}

.single-product-wide .product-information-inner .page-heading .woocommerce-breadcrumb a {
    letter-spacing: 2px;
    font-weight: 600;
    color: #b2b2b2;
}

.single-product-wide .product-information-inner .page-heading .delimeter {
    color: #b2b2b2;
}

.single-product-wide .product-information-inner .page-heading .back-history {
    display: none;
}

.single-product-wide .product-information-inner .page-heading .container {
    width: 100%;
    opacity: 1 !important;
}

.single-product-wide .product-information-inner h4.title {
    display: none;
}

.single-product-wide .product-information-inner .product_title,
.single-product-wide .product-information-inner h1.title {
    font-size: 42px;
    text-transform: capitalize;
    color: #1e1e1e;
    margin-bottom: 0.5em;
}

.single-product-wide .product-information-inner del .woocommerce-Price-amount.amount {
    color: #9c9c9c;
}

.single-product-wide .product-information-inner ins .woocommerce-Price-amount.amount {
    color: #1c1a19;
    font-size: 36px;
}

.single-product-wide .product-information-inner .tabs {
    width: 100%;
}

.single-product-wide .product-information-inner .yith-wcwl-add-to-wishlist a {
    font-size: 0 !important;
}

.single-product-wide .product-information-inner .yith-wcwl-add-to-wishlist a:before {
    font-size: 1.6rem;
}

.single-product-wide .content-page {
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 40em) {
    .single-product-wide .tabs,
    .single-product-wide .carousel-area {
        max-width: 122rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0 45px;
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .single-product-wide .product-information {
        padding-top: 0;
    }
    .single-product-wide .product-information-inner {
        width: 100%;
        padding: 0 30px;
    }
    .single-product-wide .tabs,
    .single-product-wide .carousel-area {
        max-width: 122rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0 30px;
    }
}


/*======================================
=            Single Product            =
======================================*/

.product-content {
    margin-bottom: 40px;
}

.product-fixed-images .product-content>.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.product-information,
.product-info-wrapper,
.product-summary-center {
    margin-bottom: 30px;
}

.product-information .title,
.product-info-wrapper .title,
.product-summary-center .title,
.product-information .product_title,
.product-info-wrapper .product_title,
.product-summary-center .product_title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-information .products-page-cats,
.product-info-wrapper .products-page-cats,
.product-summary-center .products-page-cats {
    font-size: 1.14rem;
    margin: -0.65em 0 1.25em;
}

.product-information .products-page-cats a,
.product-info-wrapper .products-page-cats a,
.product-summary-center .products-page-cats a {
    color: #8a8a8a;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
}

.product-information p,
.product-info-wrapper p,
.product-summary-center p {
    margin-bottom: 1em;
}

.product-information .price,
.product-info-wrapper .price,
.product-summary-center .price {
    width: 100%;
    margin-bottom: 0.69em;
    font-size: 2rem;
    line-height: 1.2;
    color: #1e1e1e;
}

.product-information .price del,
.product-info-wrapper .price del,
.product-summary-center .price del {
    color: #8a8a8a;
}

.product-information .price del .amount,
.product-info-wrapper .price del .amount,
.product-summary-center .price del .amount {
    font-size: 1.5rem;
    color: #8a8a8a;
    font-weight: normal;
}

.product-information .price ins,
.product-info-wrapper .price ins,
.product-summary-center .price ins {
    text-decoration: none;
    display: inline-block;
}

.product-information .woocommerce-review-link,
.product-info-wrapper .woocommerce-review-link,
.product-summary-center .woocommerce-review-link {
    margin-left: 5px;
}

.product-information .woocommerce-product-rating,
.product-info-wrapper .woocommerce-product-rating,
.product-summary-center .woocommerce-product-rating {
    margin-bottom: 1.43em;
}

.product-information .woocommerce-product-rating .star-rating,
.product-info-wrapper .woocommerce-product-rating .star-rating,
.product-summary-center .woocommerce-product-rating .star-rating {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin-bottom: 0;
}

.product-information .woocommerce-product-rating .woocommerce-review-link,
.product-info-wrapper .woocommerce-product-rating .woocommerce-review-link,
.product-summary-center .woocommerce-product-rating .woocommerce-review-link {
    display: inline-block;
    vertical-align: middle;
}

.product-information .short-description,
.product-info-wrapper .short-description,
.product-summary-center .short-description {
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.14rem;
    font-weight: 300;
}

.product-information .short-description p:last-child,
.product-info-wrapper .short-description p:last-child,
.product-summary-center .short-description p:last-child {
    margin-bottom: 0;
}

.product-information table.variations,
.product-info-wrapper table.variations,
.product-summary-center table.variations {
    margin-bottom: 0;
    border-top: none;
    width: auto;
}

.product-information table.variations td.label,
.product-info-wrapper table.variations td.label,
.product-summary-center table.variations td.label {
    width: auto;
    padding: 0;
    border-top: none;
    display: block;
    text-align: left;
    border-bottom: none;
    vertical-align: middle;
}

.product-information table.variations td.label label,
.product-info-wrapper table.variations td.label label,
.product-summary-center table.variations td.label label {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #313131;
    margin-bottom: 9px;
}

.product-information table.variations td.value,
.product-info-wrapper table.variations td.value,
.product-summary-center table.variations td.value {
    border-top: none;
    border-bottom: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.product-information table.variations td.value select,
.product-info-wrapper table.variations td.value select,
.product-summary-center table.variations td.value select {
    margin-bottom: 2.14em;
    width: 11em;
}

.product-information table.variations tr:last-child td.value select,
.product-info-wrapper table.variations tr:last-child td.value select,
.product-summary-center table.variations tr:last-child td.value select {
    margin-bottom: 15px;
}

.product-information form.variations_form.cart .single_variation_wrap,
.product-info-wrapper form.variations_form.cart .single_variation_wrap,
.product-summary-center form.variations_form.cart .single_variation_wrap {
    display: inline-block;
    margin-top: 20px;
}

.product-information form.variations_form.cart .out-of-stock,
.product-info-wrapper form.variations_form.cart .out-of-stock,
.product-summary-center form.variations_form.cart .out-of-stock {
    height: auto;
    line-height: 1.8;
    padding: 1em;
}

.product-information .out-of-stock,
.product-info-wrapper .out-of-stock,
.product-summary-center .out-of-stock {
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 2em;
    position: relative;
    top: -1px;
    margin-right: 20px;
    line-height: 3.43rem;
    height: 3.43rem;
    background-color: #f2f2f2;
}

.product-information .out-of-stock+.yith-wcwl-add-to-wishlist,
.product-info-wrapper .out-of-stock+.yith-wcwl-add-to-wishlist,
.product-summary-center .out-of-stock+.yith-wcwl-add-to-wishlist {
    margin-bottom: 12px;
}

.product-information .email-link,
.product-info-wrapper .email-link,
.product-summary-center .email-link {
    margin-bottom: 10px;
    display: inline-block;
}

.product-information .product_meta,
.product-info-wrapper .product_meta,
.product-summary-center .product_meta {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #1e1e1e;
    font-size: 12px;
}

.product-information .product_meta span span,
.product-info-wrapper .product_meta span span,
.product-summary-center .product_meta span span,
.product-information .product_meta span a,
.product-info-wrapper .product_meta span a,
.product-summary-center .product_meta span a {
    font-weight: normal;
    text-transform: none;
    color: #8a8a8a;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product-information .product_meta span span:hover,
.product-info-wrapper .product_meta span span:hover,
.product-summary-center .product_meta span span:hover,
.product-information .product_meta span a:hover,
.product-info-wrapper .product_meta span a:hover,
.product-summary-center .product_meta span a:hover {
    color: #000;
}

.product-information .product_meta span.tagged_as a,
.product-info-wrapper .product_meta span.tagged_as a,
.product-summary-center .product_meta span.tagged_as a {
    text-transform: uppercase;
}

.product-information .product_meta>span,
.product-info-wrapper .product_meta>span,
.product-summary-center .product_meta>span {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

.product-information .product_meta span.sku,
.product-info-wrapper .product_meta span.sku,
.product-summary-center .product_meta span.sku {
    position: relative;
    top: 0;
}

.product-information .product_meta .posted_in,
.product-info-wrapper .product_meta .posted_in,
.product-summary-center .product_meta .posted_in {
    display: none;
}

.product-information .product_meta .wcml_currency_switcher,
.product-info-wrapper .product_meta .wcml_currency_switcher,
.product-summary-center .product_meta .wcml_currency_switcher {
    margin-bottom: 20px;
}

.product-information .cart,
.product-info-wrapper .cart,
.product-summary-center .cart {
    margin-bottom: 25px;
    display: inline-block;
}

.product-information .share-title,
.product-info-wrapper .share-title,
.product-summary-center .share-title {
    float: left;
    line-height: 2rem;
    color: #1e1e1e;
    font-size: 13px;
    font-weight: bold;
}

.product-information .menu-social-icons,
.product-info-wrapper .menu-social-icons,
.product-summary-center .menu-social-icons {
    float: right;
    width: auto;
    padding-left: 0;
}

.product-information .menu-social-icons a:hover,
.product-info-wrapper .menu-social-icons a:hover,
.product-summary-center .menu-social-icons a:hover {
    color: #1e1e1e;
}

.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 .woocommerce-price-suffix,
.product-info-wrapper .woocommerce-price-suffix,
.product-summary-center .woocommerce-price-suffix {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #808080;
}

.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;
}

.product-information .yith-wcwl-add-to-wishlist,
.product-info-wrapper .yith-wcwl-add-to-wishlist,
.product-summary-center .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: bottom;
    text-transform: uppercase;
    font-weight: 700;
}

.product-information .yith-wcwl-add-to-wishlist span.feedback,
.product-info-wrapper .yith-wcwl-add-to-wishlist span.feedback,
.product-summary-center .yith-wcwl-add-to-wishlist span.feedback {
    display: none;
}

.product-information .yith-wcwl-add-to-wishlist img,
.product-info-wrapper .yith-wcwl-add-to-wishlist img,
.product-summary-center .yith-wcwl-add-to-wishlist img {
    display: none !important;
}

.product-information .yith-wcwl-add-to-wishlist a,
.product-info-wrapper .yith-wcwl-add-to-wishlist a,
.product-summary-center .yith-wcwl-add-to-wishlist a {
    padding-left: 0;
    font-size: 0;
    letter-spacing: 1px;
    position: relative;
    top: -6px;
    -webkit-transition: 0s all ease-in-out;
    transition: 0s all ease-in-out;
}

.product-information .yith-wcwl-add-to-wishlist a:before,
.product-info-wrapper .yith-wcwl-add-to-wishlist a:before,
.product-summary-center .yith-wcwl-add-to-wishlist a:before {
    display: inline-block;
    content: "\e908" !important;
    font-family: 'xstore-icons';
    margin-right: 5px;
    font-size: 1.6rem;
    line-height: 47px;
    position: relative;
    top: 6px;
    height: 48px;
    padding: 0 1rem;
    background-color: whitesmoke !important;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.product-information .yith-wcwl-add-to-wishlist a:hover,
.product-info-wrapper .yith-wcwl-add-to-wishlist a:hover,
.product-summary-center .yith-wcwl-add-to-wishlist a:hover {
    font-size: 0.86rem;
    color: black;
}

.product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-info-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-summary-center .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-info-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-summary-center .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    font-size: 0.9rem;
    padding-left: 0;
}

.product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-info-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-summary-center .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product-info-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product-summary-center .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
    color: white;
    content: "\e908" !important;
    font-family: 'xstore-icons';
}

.product-information .clear,
.product-info-wrapper .clear,
.product-summary-center .clear {
    display: none;
}

.product-information .cart+.yith-wcwl-add-to-wishlist,
.product-info-wrapper .cart+.yith-wcwl-add-to-wishlist,
.product-summary-center .cart+.yith-wcwl-add-to-wishlist {
    margin-bottom: 25px;
}

.single-product-xsmall .single_add_to_cart_button {
    margin-bottom: 20px;
}

.single-product-xsmall .yith-wcwl-add-to-wishlist {
    margin-bottom: 20px;
}

.single-product-xsmall .yith-wcwl-add-to-wishlist a {
    font-size: 0 !important;
}

.single-product-xsmall .yith-wcwl-add-to-wishlist a:before {
    font-size: 1.6rem !important;
}

.size-guide {
    font-size: 1rem;
    margin-bottom: 1.67em;
    display: inline-block;
    width: auto;
    padding: 10px 10px 10px 33px;
    background: #f7f7f7 url(images/size-guide.png) no-repeat 10px center;
}

.size-guide a {
    text-transform: none;
}

.product-share {
    padding: 15px 0;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
}

.product-share ul {
    margin-bottom: 0;
}

.product-share ul li {
    margin-bottom: 0;
}

.product-share ul li a {
    padding: 3px 10px;
    color: #8a8a8a;
}

.product-share ul li:last-child a {
    padding-right: 0;
}

.tooltipster-default {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #808080;
    font-size: 12px;
}

.single_add_to_cart_button {
    line-height: 3.2rem;
    height: 3.42rem;
    padding: 0 1.93em;
    font-weight: 400;
    font-size: 1.14rem;
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
    min-width: 200px;
    margin-right: 0.4rem;
}

.single_add_to_cart_button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.single_add_to_cart_button:focus {
    color: white;
}

.single_add_to_cart_button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.single_add_to_cart_button:focus {
    color: white;
}

.single_add_to_cart_button:hover {
    border-color: #4c4c4c !important;
}

.added_to_cart {
    display: none;
}

.product-lightbox-btn {
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 1001;
    font-size: 0;
    background-color: #fafafa;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.product-lightbox-btn:before {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f065";
    font-size: 12px;
}

.single_variation .price {
    margin: 10px 0;
    font-size: 18px;
}

.single_variation .price del .amount {
    font-size: 16px;
}

.woocommerce-variation-price {
    width: 100%;
    display: inline-block;
    margin: 10px 0 15px;
}

.woocommerce-variation-price .woocommerce-Price-amount {
    font-size: 22px;
}

.hide-product-name .product_title {
    display: none;
}

.product-images .out-stock {
    display: none;
}

.single-product .carousel-area {
    margin-top: 10px;
}

.group_table tr,
.group_table td {
    border: none;
}

.group_table td.price {
    width: auto;
    margin: 0;
    float: none;
    padding: 0;
    font-size: 1.14rem;
    line-height: 50px;
    vertical-align: middle;
}

.group_table td.price p {
    margin-bottom: 0 !important;
}

.group_table .quantity {
    margin-bottom: 0;
}

.group_table td.label {
    line-height: 50px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.group_table td.label label {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}

.group_table td:first-child {
    vertical-align: top;
}

.product-type-grouped button[type="submit"] {
    margin-left: 0 !important;
}

.product-type-grouped .product-information .cart {
    width: 100%;
}

.product-type-grouped .product-information .yith-wcwl-add-to-wishlist a {
    font-size: 0;
}

.product-type-grouped .product-information .yith-wcwl-add-to-wishlist a :before {
    font-size: 1.6rem;
}

.product-type-grouped .product-information .woocommerce-price-suffix {
    line-height: 1.2;
    font-size: 0.79em;
}

.product-type-grouped .product-information .price {
    line-height: 1.2;
}


/* Variable product */

.product-type-variable .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 10px 0 0;
}

.product-type-variable .yith-wcwl-add-to-wishlist a {
    padding-left: 0;
}


/* Large Single Product */

.single-product-large .product-information-inner {
    width: 100%;
    padding: 60px;
    border: 20px solid #f7f7f7;
}

.single-product-large .product-information-inner .yith-wcwl-add-to-wishlist a {
    font-size: 0;
}

.single-product-large .product-information-inner .yith-wcwl-add-to-wishlist a :before {
    font-size: 1.6rem;
}


/* Fixed Single Product */

.affix-bottom {
    position: absolute;
}

.product-summary-fixed .fixed-content {
    text-align: right;
}

.fixed-product-block {
    min-height: 75vh;
    display: table;
}

.fixed-product-block .fixed-content {
    display: table-cell;
    vertical-align: middle;
}

.fixed-product-block .fixed-content .title {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.fixed-product-block .fixed-content .products-page-cats a {
    color: #8a8a8a;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
}

.fixed-product-block .fixed-content .price {
    text-align: left;
    margin-bottom: 20px;
}

.fixed-product-block .fixed-content .cart {
    border: none;
    padding: 0;
}

.fixed-product-block .fixed-content .cart button[type="submit"],
.fixed-product-block .fixed-content .cart .button {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    display: inline-block;
}

.fixed-product-block .fixed-content .quantity {
    float: none;
    margin: 0 auto 20px;
}

.fixed-product-block .fixed-content table.variations td.label {
    text-align: left;
}

.fixed-product-block .fixed-content .group_table td.label {
    vertical-align: top;
}

.fixed-product-block .fixed-content .product-share {
    text-align: left;
}

.fixed-product-block .fixed-content .share-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #1e1e1e;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.fixed-product-block .fixed-content .menu-social-icons {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
}

.fixed-product-block .fixed-content .menu-social-icons li a {
    padding: 3px 6px;
}

.fixed-product-block .fixed-content .menu-social-icons li a:hover {
    color: #000;
}

.fixed-product-block .fixed-content .yith-wcwl-add-to-wishlist {
    display: block;
}

.fixed-product-block .fixed-content .yith-wcwl-add-to-wishlist a {
    font-size: 0.86rem;
}

.fixed-product-block .woocommerce-product-rating {
    margin-top: 15px;
}

.single-product-wide.product-fixed-content .product-content>.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.single-product-wide.product-fixed-content .product-images {
    width: 49%;
}

.single-product-wide.product-fixed-content .product-information {
    padding-top: 0;
    width: 49%;
}

.single-product-wide.product-fixed-content .product-information-inner {
    min-height: 75vh;
    display: table;
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
}

.single-product-wide.product-fixed-content .product-information-inner .fixed-content {
    display: table-cell;
    vertical-align: middle;
}


/* Single Product Center */

.single-product-center .product-content>.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-product-center .product-summary-center,
.single-product-center .product-images,
.single-product-center .product-information {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.single-product-center .product_title {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-product-center .products-page-cats {
    color: #808080;
    margin-bottom: 10px;
}

.single-product-center .products-page-cats a {
    color: #808080;
    font-size: 16px;
}

.single-product-center .products-page-cats a:hover {
    color: #000;
}

.single-product-center .price {
    font-size: 18px;
    margin-bottom: 15px;
}

.single-product-center .star-rating span:before {
    color: #000;
}

.single-product-center .woocommerce-review-link {
    font-size: 14px;
}

.single-product-center .woocommerce-review-link:hover {
    color: #000 !important;
}

.single-product-center table.variations td.label {
    text-align: left;
}

.single-product-center .group_table td.label {
    vertical-align: top;
}

.single-product-center .product_meta .sku_wrapper {
    margin-bottom: 10px;
    display: block;
    color: #262626;
}

.single-product-center .product_meta .sku_wrapper span {
    color: #666;
}

.single-product-center .product_meta .posted_in,
.single-product-center .product_meta .tagged_as {
    display: block;
    color: #262626;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.single-product-center .product_meta .posted_in a,
.single-product-center .product_meta .tagged_as a {
    text-transform: none;
    color: #666;
}

.single-product-center .product_meta .posted_in a:hover,
.single-product-center .product_meta .tagged_as a:hover {
    color: #000;
}

.single-product-center .product-share {
    margin-top: 30px;
}

.single-product-center .product-share .share-title {
    display: inline-block;
    margin-top: 5px;
}

.single-product-center .product-share ul {
    float: right;
    padding-left: 0;
}

.single-product-center .group_table .quantity.buttons_added {
    width: 122px;
}

.single-product-center .group_table tr,
.single-product-center .group_table td {
    padding: 10px 5px;
    vertical-align: middle !important;
}

.single-product-center .group_table label a {
    font-size: 0.8rem;
}

.single-product-center .group_table .price {
    line-height: 20px !important;
}

.single-product-center .group_table .price ins {
    padding-left: 0;
}

.single-product-center .product-information .title {
    font-size: 20px;
    letter-spacing: 1px;
}

.single-product-center table.variations {
    margin-bottom: 0;
    border-top: none;
    width: auto;
}

.single-product-center table.variations td.label {
    width: auto;
    padding: 0;
    border-top: none;
    display: block;
    text-align: left;
    border-bottom: none;
    vertical-align: middle;
}

.single-product-center table.variations td.label label {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #313131;
    margin-bottom: 9px;
}

.single-product-center table.variations td.value {
    border-top: none;
    border-bottom: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.single-product-center table.variations td.value select {
    margin-bottom: 2.14em;
    width: 11em;
}

.single-product-center table.variations tr:last-child td.value select {
    margin-bottom: 15px;
}

.single-product-center form.variations_form.cart .single_variation_wrap {
    display: inline-block;
    margin-top: 20px;
}

.single-product-center form.variations_form.cart .out-of-stock {
    height: auto;
    line-height: 1.8;
    padding: 1em;
}

.single-product-center .out-of-stock {
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 2em;
    position: relative;
    top: -1px;
    margin-right: 20px;
    line-height: 3.43rem;
    height: 3.43rem;
    background-color: #f2f2f2;
}

.single-product-center .out-of-stock+.yith-wcwl-add-to-wishlist {
    margin-bottom: 12px;
}

.single-product-center .email-link {
    margin-bottom: 10px;
    display: inline-block;
}

.single-product-center .yith-wcwl-add-to-wishlist a {
    font-size: 0 !important;
}

.single-product-center .yith-wcwl-add-to-wishlist a :before {
    font-size: 1.6rem !important;
}

@media only screen and (max-width: 1200px) {
    .group_table .quantity.buttons_added span {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-height: 1080px) {
    .fixed-product-block {
        min-height: 100vh;
    }
}

@media only screen and (max-width: 992px) {
    .product-images {
        margin-bottom: 40px;
        padding: 0 15px;
    }
    .product-images .onsale {
        top: 15px;
        left: 3px;
    }
    .single-product-center .product-content>.row {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .single-product-center .product-summary-center {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .single-product-center .product-images {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .single-product-center .product-information {
        width: 50%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .single-product-fixed .product-content>.row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .single-product-fixed .product-summary-fixed {
        width: 60%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .single-product-fixed .product-images {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .single-product-fixed .product-information {
        width: 40%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .single-product-wide.product-fixed-content .product-information-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .single-product-wide.product-fixed-content .product-images {
        width: 100%;
    }
    .single-product-wide.product-fixed-content .product-information {
        padding-top: 0;
        width: 100%;
    }
    .product-fixed-images .product-content>.row,
    .product-fixed-content .product-content>.row {
        display: block;
    }
    .sidebar-mobile-hide .single-product-sidebar {
        display: none;
    }
    .single-product-fixed .product-summary-fixed {
        margin-bottom: 30px;
    }
    .single-product-fixed .product-summary-fixed .fixed-content {
        text-align: left;
    }
    .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 .product-images .type-label-2 {
        top: 10px;
        left: 40px;
    }
    .single-product-fixed .fixed-product-block .fixed-content {
        display: block;
        width: 100%;
    }
    .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: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .product-information .yith-wcwl-add-to-wishlist a {
        font-size: 0 !important;
    }
    .main-images .owl-next {
        right: 15px !important;
    }
    .main-images .owl-prev {
        left: 15px !important;
    }
}

@media only screen and (max-width: 700px) {
    .single-product-center .product-summary-center,
    .single-product-center .product-information {
        width: 100%;
    }
    .single-product-center .product-summary-center {
        margin-bottom: 30px;
    }
    .single-product-fixed .product-summary-fixed,
    .single-product-fixed .product-information {
        width: 100%;
    }
    .single-product-fixed .product-summary-fixed {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    #product-pager .owl-item a {
        border: none;
        padding: 0;
    }
    .single-product .tabs {
        margin-bottom: 20px;
    }
    .product-images .onsale {
        font-size: 1rem;
    }
    .single-product .product-information {
        margin-bottom: 50px;
    }
    .single-product .product-information .title {
        font-size: 1.8rem;
    }
    .single-product .product-images {
        padding: 0 15px;
    }
    .single-product-fixed .product-images .product-images-gallery>div {
        width: 100%;
    }
    .woocommerce-message .button,
    .woocommerce-error .button,
    .woocommerce-info .button {
        display: inline-block;
        width: 100%;
    }
    .single-product-large .product-information>div .yith-wcwl-add-to-wishlist,
    .single-product-large .product-information>div .email-link,
    .single-product-large .product-information>div .sku_wrapper {
        display: inline-block;
        width: 100%;
        margin-right: 0;
    }
    .single-product-large .product-information>div .yith-wcwl-add-to-wishlist {
        margin-top: 20px;
    }
    .single-product-large .product-information>div .product_meta,
    .single-product-large .product-information>div .share-title,
    .single-product-large .product-information>div .menu-social-icons {
        width: 100%;
    }
    .single-product-large .product-information>div .menu-social-icons li {
        float: none;
        display: inline-block;
    }
    .single-product-large .product-information>div .menu-social-icons li:first-child a {
        padding-left: 0;
    }
    .single-product-large .product-information .product-information-inner {
        padding: 30px;
        border: 10px solid #f7f7f7;
    }
}


/*-----  End of Single Product  ------*/


/*========================================
=            Track order page            =
========================================*/

.track_order .form-row {
    width: 100%;
    padding: 0;
}

.track_order .button {
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

.track_order .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.track_order .button:focus {
    color: white;
}

.track_order .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.track_order .button:focus {
    color: white;
}


/*=====  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 table.wishlist_table {
    font-size: 1rem;
}

.woocommerce table.wishlist_table thead th {
    border-bottom-color: #1e1e1e;
}

.woocommerce table.wishlist_table tfoot {
    display: none;
}

.woocommerce table.wishlist_table .product-name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.14rem;
    min-width: 150px;
}

.woocommerce table.wishlist_table td.product-add-to-cart a {
    display: inline-block !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 1.64em;
    height: 3rem;
    line-height: 3rem;
    background-color: #f2f2f2;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.woocommerce table.wishlist_table td.product-add-to-cart a:hover {
    color: #ffffff;
    background-color: #000000;
}

.woocommerce table.wishlist_table .product-stock-stauts {
    text-align: center;
}

.woocommerce table.wishlist_table .product-remove a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 0;
    background-color: #fafafa;
    display: inline-block;
}

.woocommerce table.wishlist_table .product-remove a:before {
    font-family: 'xstore-icons';
    display: inline-block;
    font-size: 14px;
    color: #1e1e1e;
    content: "\e90a";
    position: relative;
    left: 0.5px;
}

.woocommerce table.wishlist_table .product-remove a:hover:before {
    color: white;
}

.woocommerce table.wishlist_table span.wishlist-in-stock {
    text-transform: uppercase;
}

.woocommerce table.wishlist_table td ins {
    text-decoration: none;
}

.wishlist-title {
    text-transform: uppercase;
}

.wishlist-title h2 {
    font-size: 18px;
}

.yith-wcwl-share {
    margin-bottom: 0;
}

.yith-wcwl-share-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.yith-wcwl-share ul {
    vertical-align: middle;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .woocommerce table.wishlist_table .product-name {
        font-size: 0.9rem;
    }
    .woocommerce table.wishlist_table tbody td {
        padding: 15px 4px;
    }
    .woocommerce table.wishlist_table .product-stock-stauts,
    .woocommerce table.wishlist_table .product-stock-status {
        display: none;
    }
    .woocommerce table.wishlist_table .product-name {
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .wishlist_table tr .product-thumbnail {
        display: none;
    }
    .woocommerce table.wishlist_table .product-name {
        max-width: 100px;
    }
}


/*=====  End of Wishlist page  ======*/


/**
 * General layout styles
 */

.col2-set {
    width: 100%;
    overflow: hidden;
}

.col2-set .col-1 {
    float: left;
    width: 48%;
}

.col2-set .col-2 {
    float: right;
    width: 48%;
}

form.login {
    max-width: 500px;
}

@media only screen and (max-width: 767px) {
    /**
   * General layout
   */
    .col2-set .col-1,
    .col2-set .col-2 {
        float: none;
        width: 100%;
    }
}


/*====================================
=            Base Sidebar            =
====================================*/

.sticky-sidebar {
    position: static;
}

.sidebar-widget,
.widget-container {
    display: inline-block;
    width: 100%;
}

.sidebar-widget li,
.widget-container li {
    list-style: none;
    width: 100%;
}

.sidebar-widget {
    margin-bottom: 4.29em;
}

.sidebar-widget li a {
    display: inline-block;
    color: #444444;
    padding: 0.36em 0;
}

.widget_recent_entries li {
    list-style: none;
}

.sidebar-widget .widget-title {
    margin-bottom: 1.07em;
    padding-bottom: 1.07em;
    border-bottom: 1px solid #e6e6e6;
}

.widget-title {
    font-size: 1.14rem;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 1.56em;
}

.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: 0.5em;
    list-style: inherit;
    line-height: 1.8;
}

.etheme_widget_recent_comments li {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}

.etheme_widget_recent_comments li>a {
    padding-top: 0;
}

.etheme_widget_recent_comments li:first-child {
    padding-top: 0;
}


/*-----  End of Base Sidebar  ------*/


/*====================================
=            Blog Default            =
====================================*/

article.blog-post,
article.post-grid {
    margin-bottom: 50px;
}

article.blog-post .wp-picture,
article.post-grid .wp-picture {
    position: relative;
    margin-bottom: 25px;
    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%;
}

article.blog-post .featured-audio,
article.post-grid .featured-audio,
article.blog-post .featured-video,
article.post-grid .featured-video {
    margin-bottom: 20px;
}

article.blog-post.format-audio .sticky-post,
article.post-grid.format-audio .sticky-post {
    display: none !important;
}

article.blog-post.sticky,
article.post-grid.sticky {
    position: relative;
}

article.blog-post.sticky .sticky-post,
article.post-grid.sticky .sticky-post {
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 1rem;
    padding: 0.7em 1.2em;
    display: inline-block;
    background-color: #f2f2f2;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

article.blog-post .read-more,
article.post-grid .read-more {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

article.blog-post .read-more span,
article.post-grid .read-more span {
    float: left;
    font-weight: 400;
}

article.blog-post .owl-item,
article.post-grid .owl-item {
    padding: 0;
}

article.blog-post .zoom,
article.post-grid .zoom {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    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) .author-info,
article.post-grid:not(.post-single) .author-info {
    display: none;
}

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 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

article.blog-post .wp-picture.blog-hover-zoom:hover img,
article.post-grid .wp-picture.blog-hover-zoom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.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-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;
    -webkit-transition: all 0.3s linear;
    transition: all 0.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: transparent;
    stroke-dasharray: 0 300;
    stroke-dashoffset: -215;
    stroke-width: 2px;
    stroke: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

article.blog-post .wp-picture.blog-hover-animated .btn,
article.post-grid .wp-picture.blog-hover-animated .btn {
    position: relative;
    top: -36px;
    border: none;
    padding: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@-webkit-keyframes draw {
    0% {
        stroke-dasharray: 0 300;
        stroke-dashoffset: -215;
        stroke-width: 3px;
    }
    100% {
        stroke-dasharray: 400 300;
        stroke-dashoffset: 0;
        stroke-width: 3px;
    }
}

@keyframes draw {
    0% {
        stroke-dasharray: 0 300;
        stroke-dashoffset: -215;
        stroke-width: 3px;
    }
    100% {
        stroke-dasharray: 400 300;
        stroke-dashoffset: 0;
        stroke-width: 3px;
    }
}

article.blog-post .wp-picture.blog-hover-animated img,
article.post-grid .wp-picture.blog-hover-animated img {
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.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 {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 4s linear;
    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 {
    -webkit-animation: 0.4s draw linear forwards;
    animation: 0.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: #000;
}

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,
article.post-grid.blog-align-center {
    text-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 .meta-post .post-comments-count,
article.post-grid.blog-align-center .meta-post .post-comments-count {
    float: none;
    margin-left: 10px;
}

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 {
    text-align: right;
}

article.blog-post.blog-align-right .post-heading,
article.post-grid.blog-align-right .post-heading {
    text-align: right;
}

article.blog-post.blog-align-right .meta-post .post-comments-count,
article.post-grid.blog-align-right .meta-post .post-comments-count {
    float: none;
    margin-left: 10px;
}

article.blog-post.blog-align-right .read-more,
article.post-grid.blog-align-right .read-more {
    display: inline-block !important;
}

.post-grid .post-categories,
.blog-post .post-categories,
.post-header .post-categories {
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 1rem;
    z-index: 9;
    padding: 0.7em 1.2em;
}

.post-grid .post-categories a,
.blog-post .post-categories a,
.post-header .post-categories a {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.wp-picture {
    position: relative;
}

.wp-picture .blog-mask {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    z-index: 8;
    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: 0.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 linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    background-color: transparent;
    color: #fff;
    font-weight: 900;
    font-size: 1rem;
    padding: 1.14em 1.71em;
    height: auto;
    line-height: 1;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.wp-picture .blog-mask-inner .btn:hover {
    border: 2px solid #fff;
}

.wp-picture:hover .blog-mask {
    opacity: 1;
}

.wp-picture:hover .blog-mask-inner .btn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.post-heading {
    margin-bottom: 1.79em;
}

.post-heading h2 {
    margin-bottom: 0.29em;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.07em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-grid .post-categories {
    top: 20px;
    font-size: 12px;
}

.meta-post {
    font-size: 1.14rem;
    font-weight: 300;
}

.meta-post .views-count:before {
    font-family: 'FontAwesome';
    content: '\f06e';
    display: inline-block;
    margin-right: 4px;
    font-size: 1rem;
}

.meta-post .post-comments-count:before {
    font-family: 'FontAwesome';
    content: '\f0e5';
    display: inline-block;
    margin-right: 4px;
    font-size: 1rem;
}

.meta-post .meta-divider {
    margin: 0 2px;
}

.read-more {
    text-transform: capitalize;
    font-size: 1.14rem;
    position: relative;
    display: table !important;
}

.read-more:after {
    font-family: 'FontAwesome';
    content: '\f178';
    display: inline-block;
    margin-left: 4px;
    opacity: 0;
    position: absolute;
    right: -15px;
    top: 2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.read-more:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    pointer-events: none;
    background-color: #000;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.read-more:hover:after {
    opacity: 1;
    right: -23px;
    top: 2px;
}

.read-more:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.content-article {
    font-size: 1.14rem;
    line-height: 1.8;
    font-weight: 300;
}

.content-article p {
    font-size: 1.14rem;
    line-height: 1.8;
    font-weight: 300;
}


/* Pagination */

.articles-pagination {
    width: 100%;
    display: inline-block;
    padding: 1.78em 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 4.28em;
    text-align: right;
}

.articles-pagination.align-center {
    text-align: center;
}

.articles-pagination.align-left {
    text-align: left;
}

.articles-pagination span,
.articles-pagination a {
    width: 36px;
    height: 36px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    margin-left: 6px;
}

.articles-pagination .current,
.articles-pagination a:hover {
    color: #fff;
}

.articles-pagination:empty {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .blog-full-width article {
        width: 50%;
        margin-left: 0;
    }
    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: 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;
    }
    .blog-full-width {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .pagination-cubic {
        width: 100%;
        text-align: center;
    }
    .pagination-cubic ul {
        width: auto;
    }
}


/*-----  End of Blog Default  ------*/


/*==================================
=            Blog Types            =
==================================*/


/* Timeline */

article.content-timeline {
    position: relative;
}

article.content-timeline .meta-post-timeline {
    border: none;
    position: absolute;
    z-index: 1;
    top: 0px;
    text-align: center;
    float: left;
    width: 5rem;
    height: 5rem;
    padding-top: 0.75em;
    left: -7.14rem;
    background-color: #f5f5f5;
}

article.content-timeline .meta-post-timeline .time-day {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 900;
    color: #777;
    display: block;
    width: 100%;
}

article.content-timeline .meta-post-timeline .time-mon {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
}

article.content-timeline .meta-post-timeline:after {
    content: "";
    position: absolute;
}

article.content-timeline>div:after {
    content: "";
    position: absolute;
}

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;
}


/* Content Grid */

.content-grid .post-heading h2 {
    font-size: 1.42rem;
}


/* Small */

article.content-small,
article.content-chess {
    width: 100%;
    display: inline-block;
}

article.content-small>div,
article.content-chess>div {
    display: inline-block;
    width: 100%;
}

article.content-small .post-heading h2,
article.content-chess .post-heading h2 {
    font-size: 1.7rem;
}

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 {
    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 {
    width: 100%;
}

article.content-small .content-article,
article.content-chess .content-article {
    width: 45.5%;
    float: left;
}

article.content-small .author-info,
article.content-chess .author-info {
    width: 45.5%;
    float: right;
}

article.content-small .post-categories,
article.content-chess .post-categories {
    top: 20px;
    font-size: 12px;
}

article.content-small:not(.has-post-thumbnail) .content-article,
article.content-chess:not(.has-post-thumbnail) .content-article {
    width: 100%;
}

.blog .blog-post .content-article>.vc_row,
.blog .post-grid .content-article>.vc_row,
.et-blog .blog-post .content-article>.vc_row,
.et-blog .post-grid .content-article>.vc_row,
.search-results .blog-post .content-article>.vc_row,
.search-results .post-grid .content-article>.vc_row,
.archive .blog-post .content-article>.vc_row,
.archive .post-grid .content-article>.vc_row,
.blog .blog-post .content-article>.wpb_text_column,
.blog .post-grid .content-article>.wpb_text_column,
.et-blog .blog-post .content-article>.wpb_text_column,
.et-blog .post-grid .content-article>.wpb_text_column,
.search-results .blog-post .content-article>.wpb_text_column,
.search-results .post-grid .content-article>.wpb_text_column,
.archive .blog-post .content-article>.wpb_text_column,
.archive .post-grid .content-article>.wpb_text_column {
    margin-bottom: 0;
}


/* 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 {
    display: block;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

.blog-full-width .post-gallery-slider .owl-controls {
    position: static !important;
}


/*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: 0.7;
    line-height: 24px;
}

article.blog-post.col-md-3,
article.post-grid.col-md-3 {
    margin-left: -1px;
}

article.blog-post.col-md-3.format-quote .quote-content,
article.post-grid.col-md-3.format-quote .quote-content {
    zoom: 0.85;
}

article.blog-post.col-md-3 .zoom .btn_group,
article.post-grid.col-md-3 .zoom .btn_group {
    margin-top: -50px;
}

article.post-grid {
    margin-left: -1px;
}

article.post-grid .content-article p {
    margin-bottom: 0;
}


/* 8theme Blog */

.et-blog .post-grid {
    margin-left: 0;
    clear: none !important;
    width: 50%;
}

.et-blog .post-grid .content-article {
    width: 100%;
    float: none;
}

.et-blog .post-grid.content-mosaic>div {
    border: none;
}

.et-blog .post-grid.content-mosaic>div h6.active,
.et-blog .post-grid.content-mosaic>div h2,
.et-blog .post-grid.content-mosaic>div .meta-post,
.et-blog .post-grid.content-mosaic>div .content-article {
    padding-left: 0;
    padding-right: 0;
}

.et-blog .post-grid:nth-child(even):not(:first-of-type) {
    clear: both !important;
    padding-left: 0;
}

.et-blog .post-grid:first-child {
    width: 100%;
    clear: none;
    padding-left: 0;
}

.et-blog .post-grid:first-child .more-link {
    display: inline-block;
}

.et-blog .post-grid:first-child .author-info {
    display: none;
}

.et-blog .post-grid:nth-child(odd) {
    padding-right: 0;
}

.et-blog .post-grid:nth-child(even) {
    padding-left: 0;
}

.et-blog .post-grid .wp-picture,
.et-blog .post-grid .post-gallery-slider,
.et-blog .post-grid .featured-audio {
    width: 100%;
}

.et-blog .post-grid.format-quote blockquote {
    margin-bottom: 0;
}

.et-blog .post-grid.format-quote blockquote p {
    font-size: 20px;
    line-height: 30px;
}

.et-blog .post-grid.format-quote blockquote cite {
    font-style: italic;
    color: #999;
    font-size: 18px;
}

.et-blog .post-grid>div {
    border: none;
}

.et-blog .post-grid>div:after {
    display: none;
}

.et-blog .post-grid>div .content-article,
.et-blog .post-grid>div .meta-post,
.et-blog .post-grid>div h2,
.et-blog .post-grid>div h6 {
    padding: 0;
}

.et-blog .post-grid.byline-on {
    padding-top: 0;
}

.et-blog .posts-small {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.et-blog .posts-small .post-grid {
    margin-bottom: 0;
    border-top: 1px solid #e6e6e6;
    width: 48%;
}

.et-blog .posts-small .post-grid>div {
    padding: 40px 0;
    width: 100%;
    display: inline-block;
}

.et-blog .posts-small .post-grid h2 {
    line-height: 10px;
}

.et-blog .posts-small .post-grid h2 a {
    font-size: 18px;
    line-height: 28px;
}

.et-blog .posts-small .post-grid .meta-post {
    font-size: 13px;
    margin-bottom: 0;
}

.et-blog .posts-small .post-grid:nth-child(odd) {
    margin-right: 2%;
    padding-left: 0;
}

.et-blog .posts-small .post-grid:nth-child(3n+1) {
    clear: none;
}

.et-blog .posts-small .post-grid:nth-child(2n+1) {
    clear: both !important;
}

.et-blog .posts-small .post-grid:nth-child(even) {
    clear: none !important;
}

.et-blog .posts-small .post-grid .author-info {
    display: none;
}

.et-blog .posts-small .post-grid .post-gallery-slider {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.et-blog .posts-small .post-grid .post-gallery-slider img {
    max-width: 100%;
}

.et-blog .posts-small .post-grid .post-gallery-slider .owl-controls {
    display: none !important;
}

.et-blog .posts-small .wp-picture {
    width: 80px;
    height: 80px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    overflow: hidden;
}

.et-blog .posts-small .wp-picture img {
    max-width: 100%;
    width: auto;
}

.et-blog .posts-small .wp-picture .zoom,
.et-blog .posts-small .wp-picture .post-categories {
    display: none;
}

.et-blog .posts-small .content-article {
    display: none;
}

.et-blog .posts-small .format-quote .content-article {
    display: table-cell;
}

.et-blog .posts-small .format-quote .content-article blockquote {
    padding-top: 0;
    padding-left: 0;
    border-left: none;
}

.et-blog .posts-small .format-quote .content-article blockquote p {
    font-size: 18px;
    line-height: 26px;
}

.et-blog .posts-small .format-quote .content-article>p {
    display: none;
}

.et-blog .author-info {
    color: #1a1a1a;
    font-size: 14px;
}

.content-center {
    text-align: center;
}

.content-center .read-more {
    display: inline-block !important;
}

.content-center .post-gallery-slider .owl-pagination {
    left: 0;
}

.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 {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}

.content-chess .post-heading {
    margin-top: 1.1rem;
}

.et-blog-bottom {
    width: 100%;
    padding: 28px 0;
    display: inline-block;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.et-blog-bottom .et-shown-posts {
    display: inline-block;
    line-height: 38px;
}

.et-blog-bottom .pagination-cubic {
    position: relative;
    top: 4px;
}

.et-blog-bottom .pagination-cubic ul li a,
.et-blog-bottom .pagination-cubic ul li span {
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

article.format-gallery .post-gallery-slider,
article.format-gallery .post-gallery-navigation {
    margin-bottom: 25px;
}

article.format-gallery .post-gallery-slider .owl-pagination,
article.format-gallery .post-gallery-navigation .owl-pagination {
    position: absolute;
    bottom: 10px;
    opacity: 1;
}

article.format-gallery .post-gallery-slider .owl-pagination .owl-page span,
article.format-gallery .post-gallery-navigation .owl-pagination .owl-page span {
    background: rgba(0, 0, 0, 0.7);
}

article.format-gallery .post-gallery-slider .owl-item,
article.format-gallery .post-gallery-navigation .owl-item {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}

article.format-gallery .post-gallery-slider .owl-item img,
article.format-gallery .post-gallery-navigation .owl-item img {
    width: 100%;
}

article.format-gallery .post-gallery-slider .owl-item:hover,
article.format-gallery .post-gallery-navigation .owl-item:hover {
    opacity: 0.8;
    cursor: pointer;
}

article.format-gallery .post-gallery-slider .owl-controls,
article.format-gallery .post-gallery-navigation .owl-controls {
    position: static !important;
}

article.format-gallery .post-gallery-slider .owl-buttons,
article.format-gallery .post-gallery-navigation .owl-buttons {
    top: 50%;
}

article.format-gallery .post-gallery-slider .owl-buttons,
article.format-gallery .post-gallery-navigation .owl-buttons,
article.format-gallery .post-gallery-slider .owl-pagination,
article.format-gallery .post-gallery-navigation .owl-pagination {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

article.format-gallery .post-gallery-slider .owl-controls .owl-prev,
article.format-gallery .post-gallery-navigation .owl-controls .owl-prev,
article.format-gallery .post-gallery-slider .owl-controls .owl-next,
article.format-gallery .post-gallery-navigation .owl-controls .owl-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 0;
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

article.format-gallery .post-gallery-slider .owl-controls .owl-prev:before,
article.format-gallery .post-gallery-navigation .owl-controls .owl-prev:before,
article.format-gallery .post-gallery-slider .owl-controls .owl-next:before,
article.format-gallery .post-gallery-navigation .owl-controls .owl-next:before {
    font-size: 1.6rem;
    line-height: 39px;
    color: #808080;
    margin-left: -4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

article.format-gallery .post-gallery-slider .owl-controls .owl-prev:after,
article.format-gallery .post-gallery-navigation .owl-controls .owl-prev:after,
article.format-gallery .post-gallery-slider .owl-controls .owl-next:after,
article.format-gallery .post-gallery-navigation .owl-controls .owl-next:after {
    display: none;
}

article.format-gallery .post-gallery-slider .owl-controls .owl-prev:hover:before,
article.format-gallery .post-gallery-navigation .owl-controls .owl-prev:hover:before,
article.format-gallery .post-gallery-slider .owl-controls .owl-next:hover:before,
article.format-gallery .post-gallery-navigation .owl-controls .owl-next:hover:before {
    color: #fff;
}

article.format-gallery .post-gallery-slider .owl-controls .owl-prev.disabled,
article.format-gallery .post-gallery-navigation .owl-controls .owl-prev.disabled,
article.format-gallery .post-gallery-slider .owl-controls .owl-next.disabled,
article.format-gallery .post-gallery-navigation .owl-controls .owl-next.disabled {
    opacity: 0.4;
    pointer-events: none;
}

article.format-gallery .post-gallery-slider .owl-controls .owl-prev,
article.format-gallery .post-gallery-navigation .owl-controls .owl-prev {
    left: 30px;
}

article.format-gallery .post-gallery-slider .owl-controls .owl-prev:before,
article.format-gallery .post-gallery-navigation .owl-controls .owl-prev:before {
    left: 19px;
}

article.format-gallery .post-gallery-slider .owl-controls .owl-next,
article.format-gallery .post-gallery-navigation .owl-controls .owl-next {
    right: 30px;
    left: auto;
}

article.format-gallery .post-gallery-slider .owl-controls .owl-next:before,
article.format-gallery .post-gallery-navigation .owl-controls .owl-next:before {
    left: 21px;
}

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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 300;
    font-style: italic;
}

article.format-quote .featured-quote .quote-content i,
.single-format-quote .featured-quote .quote-content i {
    font-size: 16px;
}

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;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

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: 16px;
    font-style: normal;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}

article.format-quote .featured-quote .quote-content p,
.single-format-quote .featured-quote .quote-content p {
    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;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

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;
}

.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;
}

@media only screen and (max-width: 768px) {
    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;
    }
    .blog-full-width article {
        width: 100%;
    }
    .blog-masonry {
        margin: 0;
    }
    .blog-masonry article {
        margin-left: 0;
        width: 100%;
    }
    .blog-masonry article img {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    article.content-timeline .meta-post-timeline {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .blog-masonry article {
        width: 100%;
    }
    .blog-masonry article img {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    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 .author-info,
    article.content-chess .author-info {
        width: 100%;
        float: none;
    }
}


/*-----  End of Blog Types  ------*/


/*=======================================
=            Comments styles            =
=======================================*/

.comments .title-alt {
    padding: 2em 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 4em;
    font-size: 1rem;
    text-transform: uppercase;
}

.comment-reply-title {
    padding: 1.79em 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1.79em;
}

.comment-reply-title .label {
    color: white;
    padding: 3px 10px;
    margin-left: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.comment-reply-title .label {
    color: white;
    padding: 3px 10px;
    margin-left: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.comments-list {
    padding-left: 0!important;
}

.comments-list .comment {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #e6e6e6;
}

.comments-list .comment img {
    margin-right: 1.8em;
}

.comments-list .comment:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comments-list .media-heading {
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 0.4em;
}

.comments-list .meta-comm {
    font-size: 1.14rem;
    margin-bottom: 1em;
    font-weight: 300;
}

.comments-list p {
    font-size: 1.14rem;
    margin-bottom: 1em;
    font-weight: 300;
}

.comments-list .comment-reply-link {
    font-size: 1.14rem;
}

.comments-list .children {
    padding-left: 6em;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #e6e6e6;
}

.comments-list .children:last-child {
    margin-bottom: 0;
}

.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;
    margin-bottom: 2.13em;
}

.comment-respond .comment-form-email {
    padding: 0 0.71em;
}

.comment-respond .comment-form-url {
    padding: 0 0 0 1.42em;
}

.comment-respond .comment-form-author {
    padding: 0 1.42em 0 0;
}

.form-submit input[type="submit"] {
    color: white;
}

.form-submit input[type="submit"]:hover {
    background-color: black;
    color: white;
    border-color: black;
}

.form-submit input[type="submit"]:focus {
    color: white;
}


/**
 *
 * Reviews form on woocommerce product
 *
 */

#reviews #comments>h2 {
    text-align: center;
    padding: 1.79em 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1.79em;
}

#reviews #comments>h2 .label {
    color: white;
    padding: 3px 10px;
    margin-left: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#reviews #comments>h2 .label {
    color: white;
    padding: 3px 10px;
    margin-left: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#reviews .comment-reply-title {
    text-align: center;
}

.commentlist {
    padding-left: 0!important;
}

.commentlist li {
    list-style-type: none;
    padding-bottom: 2.14em;
    margin-bottom: 2.14em;
    border-bottom: 1px solid #e6e6e6;
}

.commentlist li li {
    margin-left: 2.14em;
}

.commentlist .avatar {
    float: left;
    margin-top: 12px;
}

.commentlist .comment-text {
    padding-left: 110px;
}

.commentlist .comment-text p {
    word-break: break-all;
}

.commentlist .star-rating {
    float: right;
    margin-top: 5px;
}

.commentlist .star-rating span {
    height: auto;
}

.commentlist .meta {
    font-size: 0;
    margin-bottom: 1.43rem;
}

.commentlist .meta strong {
    display: block;
    font-size: 1.4rem;
    color: black;
}

.commentlist .meta time {
    font-size: 1.14rem;
}

#review_form .comment-respond label {
    display: block;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

#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 {
    font-size: 0;
    margin-right: 15px;
}

#review_form .stars a:before {
    font-size: 1rem;
    font-family: 'FontAwesome';
    content: '\f005';
    color: #d6d6d6;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#review_form .stars a:hover:before,
#review_form .stars a.active:before {
    color: #000;
}

#review_form .stars a.star-2:before {
    content: '\f005 \f005';
}

#review_form .stars a.star-3:before {
    content: '\f005 \f005 \f005';
}

#review_form .stars a.star-4:before {
    content: '\f005 \f005 \f005 \f005';
}

#review_form .stars a.star-5:before {
    content: '\f005 \f005 \f005 \f005 \f005';
}

@media only screen and (max-width: 1200px) {
    .comments-list .children {
        padding-left: 3em;
    }
}

@media only screen and (min-width: 992px) {
    #reviews {
        overflow: hidden;
    }
    #reviews #comments {
        float: right;
        width: 58%;
    }
    #reviews #review_form_wrapper {
        float: left;
        width: 38%;
    }
    .tabs-after_image #reviews #comments,
    .tabs-after_image #reviews #review_form_wrapper {
        width: 100%;
    }
}

@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;
    }
}


/*=====  End of Comments styles  ======*/


/*===================================
=            Single Post            =
===================================*/

.single-post .wp-picture img {
    width: 100%;
}

.single-post.et-header-overlap .top-bar {
    background-color: transparent !important;
}

.single-post.et-header-overlap .main-header {
    background-color: transparent !important;
}

.single-tags {
    width: 100%;
    margin: 50px 0;
    font-size: 0;
}

.single-tags span {
    display: none;
}

.single-tags a {
    font-size: 1rem;
    padding: 0.36em 0.5em;
    margin-right: 0.3em;
    display: inline-block;
    background-color: #fafafa;
    color: #bababa;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.single-tags a:hover {
    color: white;
}

.share-post {
    padding: 2em 0;
    border-top: 1px solid #e6e6e6;
}

.share-post span {
    margin-bottom: 0;
}

.share-post .share-title {
    color: #1e1e1e;
    font-weight: 700;
    text-transform: uppercase;
}

.share-post .menu-social-icons {
    float: right;
    margin-bottom: 0;
    padding-left: 0;
}

.share-post .menu-social-icons li {
    line-height: 1;
}

.share-post .menu-social-icons li a {
    display: inline-block;
    padding: 0 1em;
}

.author-info {
    width: 100%;
    display: inline-block;
    margin-bottom: 3em;
    font-size: 1.14rem;
    font-weight: 300;
    padding-top: 3em;
    border-top: 1px solid #e6e6e6;
}

.author-info img {
    margin-right: 2.5em;
    max-width: 100px;
}

.author-info .title-alt {
    display: none;
}

.author-info .media-heading {
    position: relative;
    margin-bottom: 15px;
    font-size: 1.5rem;
    text-transform: capitalize;
}

.author-info .author-link {
    margin-top: 10px;
    display: block;
    font-weight: normal;
    font-size: 1rem;
}

.post-gallery-slider .owl-controls .owl-next {
    right: 20px;
    font-size: 0;
}

.post-gallery-slider .owl-controls .owl-next:before {
    color: #fff;
}

.post-gallery-slider .owl-controls {
    position: absolute !important;
    width: 100%;
    bottom: 10px;
    z-index: 1;
}

.gallery-item img {
    border: none !important;
}

.posts-nav-btn {
    position: fixed;
    top: 50%;
    margin-top: -35px;
    z-index: 10;
}

.posts-nav-btn .button {
    position: relative;
    z-index: 2;
    font-size: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.posts-nav-btn .button:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #cbcbcb;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    position: relative;
    top: -2px;
    display: block;
}

.posts-nav-btn .button.btn-next:before {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
}

.posts-nav-btn>div {
    position: relative;
}

.posts-nav-btn .post-info {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
}

.posts-nav-btn .post-info .post-title {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    width: 200px;
    height: 70px;
    padding: 12px 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.86rem;
    /* Center text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: -webkit-box;
    -js-display: -webkit-flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.posts-nav-btn:hover .post-info {
    visibility: visible;
    opacity: 1;
    left: 70px;
}

.posts-nav-btn:hover .button:before {
    color: #fff;
}

.prev-post {
    left: 30px;
}

.next-post {
    right: 30px;
}

.next-post .button:before {
    content: '\f105';
    left: 4px;
}

.next-post .post-info {
    left: auto;
    right: 0;
    top: 0;
}

.next-post .post-info .post-title {
    text-align: right;
}

.next-post:hover .post-info {
    left: auto;
    right: 70px;
}

.post-navigation {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    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;
}

.posts-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.posts-slider article {
    width: 100%;
    margin-bottom: 0;
}

.posts-slider article h2 {
    font-size: 1.14rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 10px;
}

.posts-slider article>div {
    border: none;
}

.posts-slider article>div .wp-picture {
    width: 100%;
    display: inline-block;
    float: none;
    margin-bottom: 15px;
}

.posts-slider article .post-heading {
    margin-bottom: 15px;
}

.posts-slider article .content-article,
.posts-slider article .content-article p {
    font-size: 15px;
    margin-bottom: 0;
}

.posts-slider article .meta-post .meta-divider {
    display: none;
}

.posts-slider article .meta-post .views-count {
    display: none;
}

.posts-slider article .meta-post .post-comments-count {
    float: right;
    color: #808080;
}

.posts-slider article .meta-post .post-comments-count:before {
    position: relative;
    top: -1px;
}

.posts-slider article .meta-post .entry-date:before {
    font-family: 'FontAwesome';
    content: '\f073';
    display: inline-block;
    margin-right: 7px;
    font-size: 1rem;
    position: relative;
    top: -1px;
}

.posts-slider article .meta-post .post-comments-count:before {
    margin-right: 7px;
}

.posts-slider .owl-controls {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-post .posts-slider .owl-buttons {
    display: none;
}

.comments-list .comment {
    width: 100%;
    display: inline-block;
}

.comment-respond {
    display: inline-block;
    width: 100%;
}

.comment-respond .comment-form-rating {
    margin-bottom: 10px;
    margin-top: 10px;
}

.comment-respond .comment-form-rating label {
    margin-bottom: 0;
}


/*----------  Global post template large  ----------*/

.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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.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 {
    color: #fff;
}

.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: #8a8a8a;
}

.global-post-template-full-width:not(.single-testimonials) .post-header .post-heading .post-comments-count,
.global-post-template-full-width:not(.single-testimonials) .post-header .post-heading .views-count {
    font-weight: 400;
}

.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;
}


/*----------  Global Post Template Fullwidth  ----------*/

.global-post-template-large .single-post-large-wrapper,
.global-post-template-large2 .single-post-large-wrapper {
    height: 50.57rem;
    max-height: 65vh;
    margin-bottom: 40px;
}

.global-post-template-large .single-post-large-wrapper .single-post-large,
.global-post-template-large2 .single-post-large-wrapper .single-post-large {
    height: 100%;
}

.global-post-template-large .single-post-large-wrapper .post-heading,
.global-post-template-large2 .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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    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,
.global-post-template-large2 .single-post-large-wrapper .post-heading h2 {
    font-weight: 900;
    line-height: 2.14rem;
    color: #fff;
}

.global-post-template-large .single-post-large-wrapper .post-heading .meta-post,
.global-post-template-large2 .single-post-large-wrapper .post-heading .meta-post {
    color: #fff;
}

.global-post-template-large .single-post-large-wrapper .post-heading .meta-post a,
.global-post-template-large2 .single-post-large-wrapper .post-heading .meta-post a,
.global-post-template-large .single-post-large-wrapper .post-heading .meta-post .views-count,
.global-post-template-large2 .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,
.global-post-template-large2 .single-post-large-wrapper .post-heading .meta-post a:hover {
    text-decoration: underline;
}

.global-post-template-large .single-post-large-wrapper .post-heading .post-comments-count,
.global-post-template-large2 .single-post-large-wrapper .post-heading .post-comments-count,
.global-post-template-large .single-post-large-wrapper .post-heading .views-count,
.global-post-template-large2 .single-post-large-wrapper .post-heading .views-count {
    font-weight: 400;
}

.global-post-template-large .single-post-large-wrapper.centered,
.global-post-template-large2 .single-post-large-wrapper.centered {
    text-align: center;
}

.global-post-template-large .single-post-large-wrapper.centered .post-heading,
.global-post-template-large2 .single-post-large-wrapper.centered .post-heading {
    top: 0;
}

.global-post-template-large .single-post-large-wrapper.centered .post-heading .container,
.global-post-template-large2 .single-post-large-wrapper.centered .post-heading .container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.global-post-template-large .single-post-large-wrapper.centered .post-heading h2,
.global-post-template-large2 .single-post-large-wrapper.centered .post-heading h2 {
    font-size: 3em;
    line-height: 2.9rem;
}

.global-post-template-large .post-single.post-template-large .post-header .wp-picture,
.global-post-template-large2 .post-single.post-template-large .post-header .wp-picture,
.global-post-template-large .post-single.post-template-large2 .post-header .wp-picture,
.global-post-template-large2 .post-single.post-template-large2 .post-header .wp-picture {
    display: none;
}

.global-post-template-large .post-categories,
.global-post-template-large2 .post-categories {
    display: inline-block;
    font-size: 1rem;
    padding: 0.7em 1.2em;
    margin-bottom: 1.42em;
}

.global-post-template-large .post-categories a,
.global-post-template-large2 .post-categories a {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.global-post-template-large .posts-nav-btn,
.global-post-template-large2 .posts-nav-btn {
    top: 40%;
}

.global-post-template-large.single-format-quote .single-post-large-wrapper,
.global-post-template-large2.single-format-quote .single-post-large-wrapper {
    position: relative;
}

.global-post-template-large.single-format-quote .quote-content,
.global-post-template-large2.single-format-quote .quote-content {
    font-size: 36px;
    line-height: 46px;
    max-width: 60vw;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.global-post-template-large.single-format-quote .quote-content i,
.global-post-template-large2.single-format-quote .quote-content i {
    font-size: 30px;
    padding-left: 10px !important;
}

.global-post-template-large.single-format-quote .quote-content p,
.global-post-template-large2.single-format-quote .quote-content p {
    margin-top: 20px;
}

.global-post-template-large.single-format-quote .single-post-large .post-heading,
.global-post-template-large2.single-format-quote .single-post-large .post-heading {
    height: 100%;
}

.global-post-template-large.single-format-quote .single-post-large .post-heading .post-categories,
.global-post-template-large2.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-large2.single-format-quote .single-post-large .post-heading h2 {
    display: none;
}

.global-post-template-large.single-format-quote .single-post-large .post-heading .meta-post,
.global-post-template-large2.single-format-quote .single-post-large .post-heading .meta-post {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-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-large2.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,
.global-post-template-large2.single-format-quote .single-post-large .post-heading .meta-post .views-count {
    color: #fff;
}

.global-post-template-large.single-format-quote .meta-post,
.global-post-template-large2.single-format-quote .meta-post {
    display: none;
}

.related-posts .title {
    padding: 2em 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 4em;
    font-size: 1rem;
}

.related-posts .title span {
    color: #1e1e1e;
    font-weight: 700;
    text-transform: uppercase;
}

.related-posts .post-categories {
    display: none;
}

.related-posts .more-link {
    display: none;
}

.related-posts .featured-quote {
    display: none;
}

.related-posts .owl-buttons {
    display: block;
}

@media only screen and (max-width: 1300px) {
    .posts-navigation {
        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) {
    .comment-respond .form-group input {
        width: 100%;
    }
    .posts-slider article .featured-quote {
        zoom: 0.75;
    }
    .global-post-template-full-width:not(.single-testimonials) .post-header .post-heading {
        position: static;
        background: none;
        padding: 30px 0;
    }
    .global-post-template-full-width:not(.single-testimonials) .post-header .post-heading h2,
    .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: #1e1e1e;
    }
    .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;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .single-post .share-post,
    .single-essential_grid .share-post {
        width: 100%;
    }
    .share-post .menu-social-icons li a {
        padding: 0 0.7em;
    }
    .post-grid .post-categories,
    .blog-post .post-categories,
    .post-header .post-categories {
        font-size: 0.7rem;
    }
    .comments-list .comment .media .pull-left {
        margin-bottom: 10px;
    }
    .comments-list .comment .media-body {
        width: 100%;
    }
    .post-heading h2 {
        font-size: 1.5rem;
    }
}


/*-----  End of Single Post  ------*/


/*=================================
=            Portfolio            =
=================================*/

.portfolio-filters {
    padding-left: 0!important;
    text-align: center;
    margin: 3em 0 5em;
}

.portfolio-filters li {
    display: inline-block;
}

.portfolio-filters li a {
    padding: 0;
    margin: 5px 15px;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
}

.portfolio-filters li a:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: black;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    left: 50%;
    right: 50%;
    bottom: -3px;
}

.portfolio-filters li a.active:after {
    left: 0;
    right: 0;
}

.portfolio-item {
    overflow: hidden;
}

.portfolio-item.port-style-default .portfolio-descr {
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
    /* IE6-9 */
}

.portfolio-item.port-style-classic .portfolio-descr {
    opacity: 0;
    visibility: hidden;
    bottom: -20px;
}

.portfolio-item-inner {
    position: relative;
}

.portfolio-item-inner .portfolio-image img {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
}

.portfolio-item-inner:hover .portfolio-image img {
    opacity: 0.1;
}

.portfolio-item-inner:hover .portfolio-image .zoom {
    opacity: 1;
    visibility: visible;
    left: 30px;
}

.portfolio-item-inner:hover .portfolio-descr {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.portfolio-descr {
    position: absolute;
    left: 0;
    right: 0;
    padding: 30px;
    bottom: 0;
    color: white;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.portfolio-descr .posted-in a {
    color: white;
    font-size: 0.93rem;
    font-weight: bold;
}

.portfolio-descr .project-title {
    text-transform: uppercase;
    margin-bottom: 0;
}

.portfolio-descr .project-title a {
    color: white;
    font-size: 1.71rem;
    font-weight: 900;
    line-height: 1;
}

.portfolio-descr .posted-in {
    text-transform: uppercase;
    margin-bottom: 1em;
    display: inline-block;
}

.columns-count-4.no-full-width .portfolio-descr .posted-in a {
    font-size: 0.7rem;
}

.columns-count-4.no-full-width .portfolio-descr h3 {
    font-size: 1.2rem;
}

.columns-count-4.no-full-width .portfolio-descr .posted-in {
    margin-bottom: 0.5em;
}

.portfolio-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.portfolio-image a,
.portfolio-image img {
    display: block;
    overflow: hidden;
}

.portfolio-image .zoom {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    top: 30px;
    left: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.portfolio-image .zoom .btn-lightbox {
    font-size: 0;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    letter-spacing: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.portfolio-image .zoom .btn-lightbox:before {
    content: '+';
    font-size: 3rem;
    display: block;
    line-height: 1;
    color: white;
}

.portfolio-image .zoom .btn-lightbox:hover {
    background: #000;
    border: 2px solid #000;
}

.portfolio-image .zoom .btn-lightbox:hover:before {
    color: white;
}

.portfolio-image .zoom .btn-view-more {
    display: none;
}

.portfolio {
    margin-bottom: 2em;
}

.portfolio.spacing-1 {
    margin-left: 0;
    margin-right: 0;
}

.portfolio.spacing-1 .portfolio-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.portfolio.spacing-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.portfolio.spacing-5 .portfolio-item {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}

.portfolio.spacing-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.portfolio.spacing-15 .portfolio-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.portfolio.spacing-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.portfolio.spacing-10 .portfolio-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.portfolio.spacing-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.portfolio.spacing-15 .portfolio-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.portfolio.spacing-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.portfolio.spacing-20 .portfolio-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.portfolio.spacing-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.portfolio.spacing-30 .portfolio-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.port-full-width:before {
    display: table;
    content: '';
}

.portfolio-pagination {
    margin-bottom: 2em;
    overflow: hidden;
    text-align: center;
}

.portfolio-pagination .pagination-cubic {
    float: none;
    display: inline-block;
}

.portfolio-single-item {
    padding-bottom: 0;
}

.portfolio-single-item .share-title {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
}

.portfolio-single-item .menu-social-icons {
    display: inline-block;
    float: right;
}

.portfolio-single-item .menu-social-icons a {
    padding: 3px 5px;
}

.portfolio-single-item .menu-social-icons a i {
    width: 30px;
    height: 30px;
    background-color: #f2f2f2;
    color: #999;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.portfolio-single-item .menu-social-icons a:hover i {
    color: #fff;
}

.portfolio-single-item .menu-social-icons li {
    margin: 0;
    margin-bottom: 0;
}

.portfolio-item.columns-count-5 {
    width: 20%;
}

.portfolio-item.columns-count-6 {
    width: 16.66%;
}

.portfolio-item.columns-count-5 .portfolio-descr,
.portfolio-item.columns-count-6 .portfolio-descr {
    padding: 15px;
}

.portfolio-item.columns-count-5 .portfolio-descr .project-title,
.portfolio-item.columns-count-6 .portfolio-descr .project-title {
    line-height: 1.4;
}

.portfolio-item.columns-count-5 .portfolio-descr .project-title a,
.portfolio-item.columns-count-6 .portfolio-descr .project-title a {
    font-size: 1.14rem;
}

.portfolio-item.columns-count-5 .portfolio-descr .posted-in,
.portfolio-item.columns-count-6 .portfolio-descr .posted-in {
    margin-bottom: 2px;
}

.portfolio-item.columns-count-5 .portfolio-descr .posted-in a,
.portfolio-item.columns-count-6 .portfolio-descr .posted-in a {
    font-size: 0.8rem;
}

.portfolio-item.columns-count-5 .portfolio-image .zoom,
.portfolio-item.columns-count-6 .portfolio-image .zoom {
    top: 15px;
}

.portfolio-item.columns-count-5 .portfolio-item-inner:hover .portfolio-image .zoom,
.portfolio-item.columns-count-6 .portfolio-item-inner:hover .portfolio-image .zoom {
    left: 15px;
}

@media only screen and (max-width: 1400px) {
    .portfolio-item.columns-count-5 .portfolio-image .zoom,
    .portfolio-item.columns-count-6 .portfolio-image .zoom {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .portfolio-image .zoom {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .portfolio-single-item .menu-social-icons {
        padding-left: 10px;
    }
    .portfolio-single-item .menu-social-icons li {
        margin-right: 3px;
        margin-left: 2px;
    }
    .portfolio-single-item .menu-social-icons li a {
        padding-left: 0;
        padding-right: 0;
    }
    .portfolio-single-item .menu-social-icons li a i {
        width: 28px;
    }
    .portfolio-item.columns-count-5,
    .portfolio-item.columns-count-6 {
        width: 25%;
    }
    .portfolio-item.columns-count-5 .portfolio-descr,
    .portfolio-item.columns-count-6 .portfolio-descr {
        padding: 10px;
    }
    .portfolio-item.columns-count-5 .portfolio-descr .project-title,
    .portfolio-item.columns-count-6 .portfolio-descr .project-title {
        line-height: 1.2;
    }
    .portfolio-item.columns-count-5 .portfolio-descr .project-title a,
    .portfolio-item.columns-count-6 .portfolio-descr .project-title a {
        font-size: 0.9rem;
    }
    .portfolio-item.columns-count-5 .portfolio-descr .posted-in,
    .portfolio-item.columns-count-6 .portfolio-descr .posted-in {
        margin-bottom: 1px;
        line-height: 1;
    }
    .portfolio-item.columns-count-5 .portfolio-descr .posted-in a,
    .portfolio-item.columns-count-6 .portfolio-descr .posted-in a {
        font-size: 0.7rem;
    }
    .portfolio-item.columns-count-5 .portfolio-image .zoom,
    .portfolio-item.columns-count-6 .portfolio-image .zoom {
        top: 10px;
    }
    .portfolio-item.columns-count-5 .portfolio-item-inner:hover .portfolio-image .zoom,
    .portfolio-item.columns-count-6 .portfolio-item-inner:hover .portfolio-image .zoom {
        left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .portfolio-item.columns-count-5,
    .portfolio-item.columns-count-6 {
        width: 33.33%;
    }
}

@media only screen and (max-width: 480px) {
    .portfolio-item {
        width: 100%;
    }
    .portfolio-item.columns-count-5,
    .portfolio-item.columns-count-6 {
        width: 50%;
    }
}


/*-----  End of Portfolio  ------*/


/*================================
=            404 Page            =
================================*/

.page-404 {
    margin-top: 12%;
    margin-bottom: 12%;
    text-align: center;
}

.page-404 .largest {
    font-size: 25.0rem;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 0;
}

.page-404 h1 {
    text-transform: uppercase;
    font-size: 3.43rem;
}

.page-404 hr {
    display: none;
}

.page-404 #searchform {
    display: none;
}

.page-404 a.button {
    display: none;
}

@media only screen and (max-width: 992px) {
    .page-404 .largest {
        font-size: 15.0rem;
    }
    .page-404 h1 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 480px) {
    .page-404 .largest {
        font-size: 8.0rem;
    }
    .page-404 h1 {
        font-size: 1.5rem;
    }
}


/*-----  End of 404 Page  ------*/


/*===================================
=            AJAX Search            =
===================================*/

.ajax-results-wrapper {
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
}

.ajax-results {
    background: white;
    text-align: left;
    overflow: hidden;
    background: #fafafa;
}

.product-ajax-list {
    float: left;
    display: block;
    overflow: hidden;
    width: 50%;
    margin-bottom: 0;
}

.product-ajax-list li {
    padding: 1.43em;
    list-style-type: none;
    float: left;
    display: block;
    width: 50%;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.product-ajax-list .product-list-image {
    float: left;
    display: block;
}

.product-ajax-list img {
    max-width: 5.0rem;
    margin-right: 20px;
}

.product-ajax-list .product-title {
    display: block;
    padding-top: 0.71em;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.product-ajax-list .product-title a {
    text-transform: uppercase;
    font-weight: bold;
}

.product-ajax-list li {
    min-height: 134px;
}

.posts-ajax-list {
    float: left;
    display: block;
    overflow: hidden;
    width: 50%;
    margin-bottom: 0;
}

.posts-ajax-list li {
    padding: 1.43em;
    list-style-type: none;
    float: left;
    display: block;
    width: 50%;
    min-height: 134px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.posts-ajax-list .post-list-image {
    float: left;
    display: block;
}

.posts-ajax-list img {
    max-width: 5.0rem;
    margin-right: 20px;
}

.posts-ajax-list h4 {
    display: block;
    font-size: 1rem;
}

.search-results-title {
    padding: 1.43em;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    font-size: 1.14rem;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 900;
    overflow: hidden;
}

.search-results-title a {
    float: right;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: bold;
}

.header-search.act-default .ajax-results-wrapper {
    position: absolute;
    z-index: 10;
}

@media only screen and (max-width: 991px) {
    .ajax-results-wrapper {
        display: none !important;
    }
}


/*=====  End of AJAX Search  ======*/

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    padding: 2em 1.43em 2em 4.5em;
    margin: 0 0 1.43em;
    position: relative;
    background-color: #fff;
    border: none;
    color: #a5a5a5;
    width: auto;
    font-size: 1.14rem;
    word-wrap: break-word;
    font-weight: 400;
    line-height: 2.57;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-top: 4px solid #7aa33f;
    width: 100%;
}

.woocommerce-message strong,
.woocommerce-error strong,
.woocommerce-info strong {
    color: #000;
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
    font-family: "FontAwesome";
    content: "\f129";
    font-size: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2em;
    line-height: 21px;
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    background-color: #7aa33f;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    float: right;
}

.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0;
    font-weight: 400 !important;
}

.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button) {
    color: #000;
    font-weight: 500;
}

.woocommerce-message a:not(.button):hover,
.woocommerce-error a:not(.button):hover,
.woocommerce-info a:not(.button):hover {
    text-decoration: underline;
}

.woocommerce-error {
    padding-left: 5.35em !important;
    color: #b2b2b2;
    border-top-color: #b63231;
}

.woocommerce-error:before {
    background-color: #b63231;
    color: #fff;
    content: "\f12a";
}

.woocommerce-error strong {
    text-transform: uppercase;
    font-size: 1rem;
}

.woocommerce-info {
    border-top-color: #428ebf;
}

.woocommerce-info:before {
    background-color: #428ebf;
    content: "\f129";
}

.woocommerce-info a {
    color: #000;
}

.woocommerce-message {
    border-top-color: #7aa33f;
}

.woocommerce-message:before {
    background-color: #7aa33f;
    content: "\f00c";
}

@media only screen and (max-width: 480px) {
    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
        line-height: 1.5;
        font-size: 1rem;
        padding-left: 4em;
    }
    .woocommerce-message:before,
    .woocommerce-error:before,
    .woocommerce-info:before {
        left: 1em;
    }
}


/*===================================
=            Back to Top            =
===================================*/

.back-top {
    position: fixed;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 45px;
    background-color: #e1e1e1;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.back-top a {
    display: block;
}

.back-top a:focus {
    outline: none;
    text-decoration: none;
}

.back-top a:hover {
    text-decoration: none;
}

.back-top span {
    display: block;
    text-align: center;
    line-height: 46px;
}

.back-top span:before {
    content: '\f106';
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #222;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.back-top.bounceIn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.back-top:hover span {
    -webkit-animation: animArrow 1s infinite;
    animation: animArrow 1s infinite;
}

.back-top:hover span:before {
    color: #ffffff;
}

@keyframes animArrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (max-width: 480px) {
    .back-top {
        right: 15px;
        bottom: 15px;
        display: none;
    }
}


/*-----  End of Back to Top  ------*/


/*===============================
=            Banners            =
===============================*/

.banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner .banner-title {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    display: block;
}

.banner .banner-subtitle {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    display: block;
}

.banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner .banner-content p {
    line-height: 1.5;
}

.banner.no-titles .banner-content .content-inner {
    position: relative !important;
    padding: 0 !important;
}

.banner.align-left {
    text-align: left;
}

.banner.align-right {
    text-align: right;
}

.banner.align-center {
    text-align: center;
}

.banner.valign-bottom .banner-content {
    top: auto;
    bottom: 0;
}

.banner.valign-middle .banner-content {
    top: 65%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.banner.font-style-light {
    color: white;
}

.banner.font-style-light h1,
.banner.font-style-light h2,
.banner.font-style-light h3,
.banner.font-style-light h4,
.banner.font-style-light h5,
.banner.font-style-light h6 {
    color: white;
}

.banner.banner-type-1 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner.banner-type-1 img {
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner.banner-type-1:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 120%;
    height: 100px;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    z-index: 1;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner.banner-type-1:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
    left: -100%;
    top: 100%;
}

.banner.banner-type-1:hover img {
    filter: brightness(0.5);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner.banner-type-2 img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.banner.banner-type-2 .banner-content {
    visibility: visible;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
}

.banner.banner-type-2 .banner-content {
    padding: 20px 11% 20px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*.btn{
        letter-spacing:2px;
        background-color: transparent;
        border:2px solid rgba(255,255,255,0.4);
        color: #fff !important;
        font-size:12px;
        padding-top: 3px;
        opacity: 1;
        padding-bottom: 3px;
        height: 45px;
        line-height: 36px;
        &:hover{
          background-color: #fff;
          border-color: #fff;
          color: #000 !important;
        }
      }*/
}

.banner.banner-type-2 .banner-content .content-inner {
    position: absolute;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    padding: 0 14%;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner.banner-type-2 .banner-content .content-inner .btn {
    display: inline-block;
}

.banner.banner-type-2:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner.banner-type-2:hover .banner-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, -55%, 0);
    transform: translate3d(0, -55%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner.banner-type-2:hover .banner-content .content-inner {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.content-product .banner-type-1 img {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.content-product .banner-type-1:before {
    display: none;
}

.team-member img {
    opacity: 1;
}

.team-member .member-content {
    text-align: center;
}

.team-member .member-content:before,
.team-member .member-content:after {
    position: absolute;
    content: '';
    opacity: 0;
}

.team-member .member-content h3 {
    color: #FFF;
    opacity: 0;
}

.team-member .member-content p {
    opacity: 0;
    font-weight: 400;
}

.team-member .member-content>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team-member .member-content .btn {
    margin-top: 10px;
}

.team-member {
    text-align: center;
}

.team-member .member-image {
    position: relative;
    display: inline-block;
    margin-bottom: 1.42em;
    overflow: hidden;
}

.team-member .member-image:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.team-member .member-content .menu-social-icons {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

.team-member .member-content .menu-social-icons li {
    float: none;
    display: inline-block;
    margin-right: 0px;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.team-member .member-content .menu-social-icons li a {
    padding: 3px 5px;
}

.team-member .member-content .menu-social-icons li i {
    font-size: 1.71rem;
    color: #fff;
    opacity: 1;
    padding: 0.5em;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.team-member .member-content .menu-social-icons li:hover i {
    opacity: 0.6;
    color: #fff !important;
}

.team-member .member-details {
    line-height: 2rem;
    font-weight: 300;
    font-size: 1.14rem;
    text-align: center;
}

.team-member .member-details h4 {
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.9rem;
    margin-bottom: 0;
    font-weight: 900;
}

.team-member .member-details h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.07rem;
    line-height: 2rem;
    letter-spacing: 1px;
}

.team-member .member-details .member-email {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.team-member:hover .menu-social-icons li {
    opacity: 1;
}

.team-member:hover .member-image:before {
    opacity: 0.8;
}

@media only screen and (max-width: 1200px) {
    .banner.responsive-fonts .banner-content .banner-title,
    .banner.responsive-fonts .banner-content .banner-subtitle {
        zoom: 0.8;
    }
    .banner.responsive-fonts .banner-content .content-inner>* {
        zoom: 0.55;
    }
    .banner.responsive-fonts .banner-content .content-inner>p {
        zoom: 0.75;
    }
    .banner.responsive-fonts .banner-content .content-inner .btn {
        zoom: 1;
    }
    .banner.responsive-fonts.banner-type-2 .banner-content {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    .banner:hover.responsive-fonts.banner-type-2 .banner-content {
        -webkit-transform: translate3d(0, -55%, 0);
        transform: translate3d(0, -55%, 0);
    }
}

@media only screen and (max-width: 992px) {
    .banner.responsive-fonts .banner-content .banner-title {
        line-height: 1.3;
    }
    .banner.responsive-fonts .banner-content .banner-inner {
        text-align: center;
    }
    .team-member {
        margin-bottom: 40px;
    }
    .team-member .member-image {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .banner-content {
        text-align: center !important;
    }
    .banner .banner-content .banner-title {
        text-align: center;
    }
    .banner .banner-content .banner-subtitle {
        text-align: center !important;
    }
    .banner.banner-type-2.responsive-fonts .banner-content .banner-subtitle {
        font-size: 2vw;
        text-align: center !important;
    }
    .banner.responsive-fonts .banner-content .content-inner>p {
        zoom: 0.7;
    }
}

@media only screen and (max-width: 480px) {
    .icon-box {
        margin-bottom: 0;
    }
    .banner .banner-content {
        text-align: center !important;
    }
    .banner.responsive-fonts .banner-content .banner-title {
        font-size: 1.5rem;
    }
    .banner.banner-type-1 .banner-subtitle {
        font-size: 3vw;
    }
    .banner.banner-type-1 .content-inner p {
        margin-bottom: 10px !important;
    }
    .banner.banner-type-2 .banner-content .banner-subtitle {
        text-align: center !important;
    }
    .banner.banner-type-2.responsive-fonts .banner-content .banner-subtitle {
        font-size: 3vw;
        text-align: center !important;
    }
    .banner.banner-type-2.responsive-fonts .banner-content .banner-title {
        font-size: 8vw;
        line-height: 9vw;
    }
    .banner-type-2:hover .banner-content h3 {
        margin-bottom: 0;
    }
    .banner-type-2:hover .banner-content p {
        padding-top: 0;
    }
    .banner-type-2:hover .banner-content a.btn {
        margin-top: 0;
    }
    .ultimate-map-wrapper {
        max-height: 200px;
        margin-bottom: 30px;
    }
    .ultimate_google_map {
        height: 200px !important;
    }
    .banner.banner-type-2.align-right .btn {
        right: auto;
    }
}

.et-parallax-left>div,
.vc_row.et-parallax-left {
    background-attachment: fixed !important;
    background-position: left center !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*        transform: translate3d(0, 0, 0);*/
}

.et-parallax-right>div,
.vc_row.et-parallax-right {
    background-attachment: fixed !important;
    background-position: right center !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*        transform: translate3d(0, 0, 0);*/
}

.et-parallax-center>div,
.vc_row.et-parallax-center {
    background-attachment: fixed !important;
    background-position: center center !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*        transform: translate3d(0, 0, 0);*/
}

@media only screen and (max-width: 1024px) {
    .et-parallax-center>div,
    .vc_row.et-parallax-center {
        background-attachment: scroll !important;
        background-size: cover !important;
    }
    .et-parallax-left>div,
    .vc_row.et-parallax-left {
        background-attachment: scroll !important;
        background-size: cover !important;
    }
    .et-parallax-right>div,
    .vc_row.et-parallax-right {
        background-attachment: scroll !important;
        background-size: cover !important;
    }
}


/*-----  End of Banners  ------*/


/*==================================
=            Blank Page            =
==================================*/

body.page-template-blank header,
body.page-template-blank .header-wrapper {
    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;
}


/*-----  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%;
    }
}

@media only screen and (max-width: 480px) {
    .contact-form .pull-right {
        width: 100%;
        text-align: center;
    }
}

.mc4wp-form input[type=email] {
    color: #999;
}

.mc4wp-form input[type=email]:focus,
.mc4wp-form input[type="submit"]:focus {
    outline: none;
    -webkit-box-shadow: 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, .wpcf7-form .form-group p select{
    width: 100%;
}

.wpcf7-form .form-group p:first-child {
    padding-right: 15px;
}

.wpcf7-form .form-group p:last-child {
    padding-left: 15px;
}


/*-----  End of Contact Form  ------*/

span.dropcap {
    font-size: 3.14rem;
    line-height: 2.86rem;
    position: relative;
    min-width: 1.45em;
    top: 0.14em;
    height: 1.45em;
    text-align: center;
    float: left;
    padding: 0.23em;
    margin-right: 0.34em;
    color: #1a1a1a;
}

span.dropcap.dark {
    color: #FFF;
    background-color: #1a1a1a;
}

span.dropcap.bordered {
    border: 1px solid #e6e6e6;
}

span.dropcap.light {
    font-size: 6rem;
    line-height: 3.07rem;
    margin-right: 0;
    height: 0.76em;
    min-width: 0.76em;
    padding: 0.12em 0.20em;
}


/*==============================
=            Emodal            =
==============================*/

.emodal {
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 20302;
    visibility: hidden;
    padding: 20px;
}

.emodal-border {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.emodal.eloading .close-modal {
    display: none;
}

.emodal-overlay.shown,
.emodal.shown {
    visibility: visible;
    opacity: 1;
}

.emodal-overlay.shown {
    opacity: 0.8;
}

.emodal .close-modal {
    width: 30px;
    height: 30px;
    top: -45px;
    right: 0px;
    position: absolute;
}

.emodal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20301;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.emodal .emodal-text {
    float: right;
    width: 75%;
    position: relative;
    z-index: 1;
}

.emodal img {
    float: left;
    max-width: 20%;
}

.emodal .emodal-text .button:last-child {
    margin-right: 0;
}

.emodal .emodal-text .button span {
    position: relative;
}

.emodal .emodal-text .button:last-child span:after {
    content: "";
    position: absolute;
}


/*-----  End of Emodal  ------*/

.page-template-blank .content-page {
    padding-bottom: 0;
}

.et-timer {
    text-align: center;
    margin: 20px auto 20px;
    display: inline-block;
    position: relative;
}

.et-timer .timer-divider {
    display: none;
    float: left;
    height: 40px;
    margin: 0px 20px 0 20px;
}

.et-timer .timer-divider:before {
    content: ":";
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    display: none;
}

.et-timer .time-block {
    width: 130px;
    height: 130px;
    padding-top: 23px;
    position: relative;
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    display: inline-block;
    font-weight: 900;
    text-transform: uppercase;
    float: left;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 12px;
}

.et-timer .time-block:first-child {
    margin-left: 0;
}

.et-timer .time-block span {
    font-size: 44px;
    line-height: 50px;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
    font-weight: 900;
}

.et-timer .circle-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 130px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.et-timer .circle-box:before {
    content: "";
    position: absolute;
    width: 126px;
    left: 2px;
    top: 2px;
    height: 126px;
    border: 3.5px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
}

.et-timer .circle-box svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    -webkit-transition: stroke-dashoffset 1s linear;
    stroke-width: 3px;
    stroke: #fff;
}

.et-timer .circle-box.stop-animation svg circle {
    transition: none;
    -webkit-transition: none;
}

.et-timer.dark .time-block {
    color: #de5656;
}

.et-timer.dark .time-block span {
    color: #1a1a1a;
}

.et-timer.dark .time-block .circle-box:before {
    display: none;
}

.et-timer.dark .time-block .circle-box svg circle {
    stroke: #d64444;
}

.et-timer.dark .timer-divider:before {
    color: #1a1a1a;
}

.et-timer.white .time-block span {
    color: #fff;
}

@media only screen and (max-width: 650px) {
    .et-timer .time-block {
        width: 100px;
        height: 100px;
        margin-left: 6px;
        margin-right: 6px;
        padding-top: 17px;
        font-size: 14px;
    }
    .et-timer .time-block .circle-box {
        width: 100px;
        height: 100px;
    }
    .et-timer .time-block .circle-box:before {
        width: 96px;
        height: 96px;
    }
    .et-timer .time-block span {
        font-size: 36px;
    }
}

@media only screen and (max-width: 480px) {
    .et-timer .timer-divider {
        margin: 0 10px 0 10px;
    }
    .et-timer .time-block {
        margin: 0 6px;
        width: 63px;
        height: 63px;
        padding-top: 16px;
        font-size: 10px;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 10px;
    }
    .et-timer .time-block span {
        font-size: 18px;
        margin-bottom: 0;
    }
    .et-timer .time-block .circle-box {
        width: 63px;
        height: 63px;
    }
    .et-timer .time-block .circle-box:before {
        width: 60px;
        height: 60px;
    }
}


/*===================================
=            ET- Tooltip            =
===================================*/

.et-tooltip {
    position: relative;
    cursor: pointer;
}

.et-tooltip>div {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: normal;
}

.et-tooltip>div:before {
    content: "";
    right: -30px;
    margin-top: -13px;
    top: 50%;
    position: absolute;
}

.et-tooltip>div:after {
    content: "";
    top: 50%;
    position: absolute;
}

.et-tooltip>div>div {
    max-width: 100% !important;
}

.et-tooltip:hover:before {
    content: "";
    position: absolute;
}

.et-tooltip:hover>div {
    z-index: 1;
    visibility: visible;
}

.et-tooltip.from-right>div {
    left: auto;
    right: -300px;
}

.et-tooltip.from-right>div:before {
    right: auto;
    left: -30px;
}

.et-tooltip.from-right>div:after {
    right: auto;
    left: -32px;
}

.et-tooltip.from-right:hover>div {
    right: -270px;
}

.et-tooltip.from-right:before {
    right: -96px;
    left: auto;
    top: -70px;
}

.et-tooltip.from-top>div {
    left: auto;
    right: auto;
    top: -150px;
    margin-left: 6px;
}

.et-tooltip.from-top>div:before {
    right: auto;
    left: 50%;
    bottom: -30px;
    top: auto;
}

.et-tooltip.from-top>div:after {
    right: auto;
    left: 50%;
    top: auto;
}

.et-tooltip.from-top:hover>div {
    top: -185px;
    right: auto;
}

.et-tooltip.from-top:before {
    width: 100px;
    height: 90px;
    left: -50px;
    top: -36px;
}

.et-tooltip.from-bottom>div {
    left: auto;
    right: auto;
    top: 100px;
    margin-left: 6px;
}

.et-tooltip.from-bottom>div:before {
    right: auto;
    left: 50%;
    top: -17px;
}

.et-tooltip.from-bottom>div:after {
    right: auto;
    left: 50%;
    top: -18px;
}

.et-tooltip.from-bottom:before {
    width: 100px;
    height: 90px;
    left: -50px;
    top: -36px;
}


/*-----  End of ET- Tooltip  ------*/


/*====================================
=            Etheme Popup            =
====================================*/

#etheme-popup {
    margin: 0 auto;
    background-color: transparent;
    padding: 60px;
    max-width: 100% !important;
    position: relative;
}

#etheme-popup p {
    margin-bottom: 0;
}

#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 h1 {
    font-weight: 400;
    margin-bottom: 0;
}

#etheme-popup .mc4wp-form .et-mailchimp {
    margin-top: 20px;
}

#etheme-popup .mc4wp-form .et-mailchimp input[type="email"] {
    height: 40px;
    width: 100%;
}

#etheme-popup .mc4wp-form .et-mailchimp input[type="submit"] {
    height: 40px;
}

#etheme-popup .mc4wp-form .et-mailchimp label {
    display: none;
}

#etheme-popup .vc_sep_color_white h4 {
    color: #fff;
}

#etheme-popup .mfp-close {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 0;
}

#etheme-popup .mfp-close:before {
    font-family: 'xstore-icons';
    display: inline-block;
    font-size: 24px;
    color: #9b9b9b;
    content: "\e90a";
    position: relative;
    left: 0.5px;
    line-height: 44px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media only screen and (max-width: 768px) {
    #etheme-popup {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        height: auto !important;
        background-size: cover;
    }
    #etheme-popup .checkbox-label {
        position: static;
    }
}

@media only screen and (max-width: 480px) {
    #etheme-popup {
        padding: 15px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    #etheme-popup>* {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}


/*-----  End of Etheme Popup  ------*/


/*====================================
=           Facebook login           =
====================================*/

.et-facebook-login-wrapper {
    text-align: center;
}

.et-facebook-login-button {
    padding: 1em 2.5em;
    background: #3a589d;
    color: white;
    display: inline-block;
    margin: 0 auto 0;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.et-facebook-login-button i {
    margin-right: 0.3em;
}

.et-facebook-login-button:hover {
    color: white;
    background: #2E467E;
}


/*-----  End Facebook login  ------*/

.no-csstransforms3d .mobile-menu-wrapper {
    right: -270px;
}

.no-csstransforms3d .mobile-menu-opened .mobile-menu-wrapper {
    right: 0;
}

.no-csstransforms3d .top-panel-container {
    top: -100%;
}

.no-csstransforms3d .top-panel-opened .top-panel-container {
    top: 0;
}

.no-csstransforms3d .main-images .owl-controls .owl-next:before {
    margin-left: 17px;
}

.no-flexbox .header-wrapper header>.container .container-wrapper>div,
.no-flexbox .fixed-header .container>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.no-flexbox .header-xstore .header-logo,
.no-flexbox .fixed-header .header-logo,
.no-flexbox .header-xstore .navbar-header,
.no-flexbox .fixed-header .navbar-header {
    width: 20%;
}

.no-flexbox .header-xstore .menu-wrapper,
.no-flexbox .fixed-header .menu-wrapper {
    width: 60%;
}

.no-flexbox .navbar-header .et-wishlist-widget,
.no-flexbox .navbar-header .header-search {
    padding-right: 15px;
}

.no-flexbox .fixed-header .navbar-header {
    float: right;
}

.no-flexbox .menu-widgets .vc_row-flex {
    display: inline-block;
    width: 100%;
}

.no-flexbox select {
    background-image: none;
    padding-right: 0;
}

.no-flexbox .show-quickly {
    line-height: 62px;
}

.no-flexbox .vc_tta.vc_general {
    text-align: center;
}

.no-flexbox .vc_tta.vc_general .vc_tta-tab {
    display: inline-block;
    list-style: none;
    padding-left: 0;
}

.no-flexbox .vc_tta.vc_general .vc_tta-panel-body {
    display: none;
}

.no-flexbox .footer-product .show-quickly:before {
    position: relative;
    top: 3px;
}

.no-flexbox .product-view-mask2 .footer-product .show-quickly:before {
    position: relative;
    line-height: 1;
    top: 10px;
}

.no-flexbox .product-information table.variations td.label {
    display: block;
    float: left;
    width: 100% !important;
    line-height: 40px;
}

.no-flexbox .product-information table.variations td.label:first-child {
    padding-right: 20px;
}

.no-flexbox .quantity.buttons_added input[type="number"] {
    top: -12px;
    left: -2px;
    position: relative;
}

.no-flexbox .et-full-screen-products {
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .no-flexbox .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
        display: none !important;
    }
}

div.fancy-select {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

div.fancy-select.disabled {
    opacity: 0.5;
}

div.fancy-select select:focus+div.trigger.open {
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.fancy-select div.trigger {
    padding: 0 2em 0 1em;
    cursor: pointer;
    height: 2.642rem;
    line-height: 2.642rem;
    max-width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border: none;
    background-color: #fafafa;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #4B5468;
    top: 17px;
    right: 10px;
}

div.fancy-select div.trigger.open {
    background: #f2f2f2;
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 27px;
    padding-left: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    display: inline-block;
    max-height: 250px;
    overflow: auto;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    min-width: 200px;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 37px;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
    padding: 2px 1.5em 2px 1em;
    margin-bottom: 0;
    float: left;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
    background: #f2f2f2;
    color: #000;
}

div.fancy-select ul.options li.hover {
    background-color: #f2f2f2;
}

#bbpress-forums {
    font-weight: normal;
    font-size: 1.14rem;
}

#bbpress-forums .bbp-breadcrumb {
    display: none;
}

#bbpress-forums div.odd,
#bbpress-forums li.bbp-footer,
#bbpress-forums ul.odd,
#bbpress-forums li.bbp-header {
    background: none;
}

#bbpress-forums li.bbp-header {
    border-top: 0;
}

#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums {
    border: none;
}

#bbpress-forums .forum-titles li {
    font-size: 1.14rem;
    color: #343434;
    font-weight: bold;
    text-transform: uppercase;
}

#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
    padding: 15px 10px;
    border: 0;
}

#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-reply-author,
#bbpress-forums li.bbp-header .bbp-reply-author {
    min-width: 150px;
    border-right: 0;
    color: #1a1a1a;
    text-transform: uppercase;
}

#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-reply-content,
#bbpress-forums li.bbp-header .bbp-reply-content {
    margin-left: 170px;
    color: #1a1a1a;
    text-transform: uppercase;
}

#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums li.bbp-body ul.forum {
    padding: 40px 10px;
}

#bbpress-forums li.bbp-body ul.topic:first-child,
#bbpress-forums li.bbp-body ul.forum:first-child {
    border-top: 2px solid #000;
}

#bbpress-forums li.bbp-body ul.topic:last-child,
#bbpress-forums li.bbp-body ul.forum:last-child {
    border-bottom: 1px solid #eee;
}

#bbpress-forums .bbp-forum-info .bbp-forum-title {
    text-transform: uppercase;
    font-weight: bold;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
    margin: 0;
    font-size: 1rem;
}

#bbpress-forums .bbp-topic-permalink {
    text-transform: uppercase;
    font-weight: bold;
}

#bbpress-forums p.bbp-topic-meta {
    font-size: 1rem;
}

#bbpress-forums p.bbp-topic-meta img.avatar {
    margin: -4px 5px 0 0;
    border: none;
}

#bbpress-forums p.bbp-topic-meta .bbp-author-name {
    font-size: 1rem;
    font-weight: bold;
}

#bbpress-forums .bbp-topic-freshness>a,
#bbpress-forums .bbp-forum-freshness>a {
    font-size: 1.1rem;
    font-weight: normal;
}

#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
    background: #fcfcfc;
    border: 1px solid #ededed;
    padding: 10px;
}

#bbpress-forums div.bbp-topic-header .bbp-reply-post-date,
#bbpress-forums div.bbp-reply-header .bbp-reply-post-date {
    font-size: 1rem;
    font-weight: normal;
    color: #1e1e1e;
}

#bbpress-forums .bbp-forums-list a {
    font-size: 0.9rem;
}

#bbpress-forums div.bbp-topic-header {
    padding: 15px;
}

#bbpress-forums div.bbp-topic-header .bbp-topic-post-date {
    font-size: 0.9em;
    font-weight: normal;
}

#bbpress-forums div.bbp-topic-header .bbp-topic-title h3 {
    text-transform: uppercase;
}

#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-replies {
    border: none;
}

#bbpress-forums li.bbp-body div.hentry {
    margin-bottom: 2rem;
    background: #fcfcfc;
    border: 1px solid #ededed;
    border-top: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#bbpress-forums li.bbp-body div.hentry:last-child {
    margin-bottom: 0;
}

#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
    padding: 2rem;
    min-width: 150px;
    border-right: 1px solid #ededed;
}

#bbpress-forums div.bbp-topic-author br,
#bbpress-forums div.bbp-reply-author br {
    display: none;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    margin: 1em 0 0.1em;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: bold;
}

#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
}

#bbpress-forums div.bbp-topic-author .bbp-author-ip,
#bbpress-forums div.bbp-reply-author .bbp-author-ip {
    text-transform: uppercase;
    font-weight: normal;
}

#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
    padding: 2rem;
    margin-left: 0;
    background: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#bbpress-forums div.bbp-topic-content span,
#bbpress-forums div.bbp-reply-content span {
    text-transform: none;
    margin-left: 1rem;
}

#bbpress-forums div.bbp-topic-content #subscription-toggle,
#bbpress-forums div.bbp-reply-content #subscription-toggle {
    color: #D8D8D8;
    margin-bottom: 0;
}

#bbpress-forums div.bbp-topic-content #subscription-toggle span,
#bbpress-forums div.bbp-reply-content #subscription-toggle span {
    color: #1e1e1e;
}

#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
    display: none;
}

#bbpress-forums .bbp-user-section .bbp-forum-freshness>a,
#bbpress-forums .bbp-user-section .bbp-topic-freshness>a {
    font-size: 0.8em;
}

#bbpress-forums .bbp-user-section .bbp-replies {
    width: 100%;
}

#bbpress-forums .bbp-user-section .bbp-admin-links {
    margin-top: 0.5em;
    border-top: 1px solid #EDEDED;
    padding-top: 0.3em;
    width: 100%;
}

#bbpress-forums fieldset.bbp-form {
    border: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 5rem;
}

#bbpress-forums fieldset.bbp-form legend {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 1.1rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 2.4rem 0;
}

#bbpress-forums fieldset.bbp-form label {
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 0.9rem;
}

#bbpress-forums fieldset.bbp-form label[for="bbp_topic_subscription"] {
    text-transform: none;
    font-weight: normal;
}

#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input[type="text"] {
    width: 100%;
    margin-bottom: 1.8rem;
}

#bbpress-forums .bbp-submit-wrapper {
    float: left;
}

#bbpress-forums .bbp-submit-wrapper .button {
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
}

#bbpress-forums .bbp-submit-wrapper .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

#bbpress-forums .bbp-submit-wrapper .button:focus {
    color: white;
}

#bbpress-forums .bbp-submit-wrapper .button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

#bbpress-forums .bbp-submit-wrapper .button:focus {
    color: white;
}

span.bbp-admin-links a {
    font-size: 0.8rem;
    color: #808080;
    margin: 0 3px;
}

.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
    color: #1a1a1a;
    font-size: 0.8rem;
    margin-top: 5px;
    font-weight: normal;
}

.bbp-pagination,
.bbp-pagination-count {
    float: none;
    font-weight: 300;
}

#subscription-toggle {
    float: right;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
    padding: 15px 20px;
}

.bbp-search-form,
#bbp-search-form {
    width: 100%;
    margin-bottom: 2rem;
}

.bbp-search-form #bbp_search,
#bbp-search-form #bbp_search {
    width: 100%!important;
    padding-right: 100px;
}

.bbp-search-form #bbp_search_submit,
#bbp-search-form #bbp_search_submit {
    position: absolute;
    top: 0;
    right: 15px;
    background-color: #262626;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
}

.bbp-search-form #bbp_search_submit:hover,
#bbp-search-form #bbp_search_submit:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.bbp-search-form #bbp_search_submit:focus,
#bbp-search-form #bbp_search_submit:focus {
    color: white;
}

.bbp-search-form #bbp_search_submit:hover,
#bbp-search-form #bbp_search_submit:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: white;
}

.bbp-search-form #bbp_search_submit:focus,
#bbp-search-form #bbp_search_submit:focus {
    color: white;
}

div.bbp-template-notice {
    padding: 15px 20px;
    font-size: 1rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fffffb;
    border-color: #f9f085;
}

div.bbp-template-notice.info {
    text-align: center;
    background: #fcfcfc!important;
    border: 1px solid #f5f5f5!important;
}

div.bbp-template-notice.info img.avatar {
    margin: -7px 5px;
    border: none!important;
}

div.bbp-template-notice p {
    font-size: 1rem;
}

@media only screen and (max-width: 767px) {
    #bbpress-forums li.bbp-header li.bbp-topic-title,
    #bbpress-forums li.bbp-header li.bbp-forum-info {
        text-align: left;
    }
    #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
    #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
    #bbpress-forums li.bbp-header li.bbp-topic-freshness,
    #bbpress-forums li.bbp-header li.bbp-forum-freshness,
    #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
    #bbpress-forums li.bbp-header li.bbp-forum-reply-count {
        display: none;
    }
    #bbpress-forums li.bbp-body li.bbp-forum-info {
        width: 100%!important;
    }
    #bbpress-forums li.bbp-body li.bbp-topic-freshness,
    #bbpress-forums li.bbp-body li.bbp-forum-freshness {
        width: 100%;
        text-align: left;
    }
    #bbpress-forums li.bbp-body .bbp-topic-voice-count,
    #bbpress-forums li.bbp-body .bbp-topic-reply-count,
    #bbpress-forums li.bbp-body .bbp-forum-reply-count,
    #bbpress-forums li.bbp-body .bbp-forum-topic-count {
        display: none;
    }
    #bbpress-forums li.bbp-body div.hentry {
        display: block;
    }
    #bbpress-forums li.bbp-body div.bbp-topic-author,
    #bbpress-forums li.bbp-body div.bbp-reply-author {
        margin: 0;
        padding: 1em;
        min-width: 100%;
        height: auto;
        text-align: center;
        border-right: 0;
        float: none;
    }
    #bbpress-forums li.bbp-body div.bbp-topic-author img.avatar,
    #bbpress-forums li.bbp-body div.bbp-reply-author img.avatar {
        position: relative;
        top: auto;
        left: auto;
        display: block;
    }
    #bbpress-forums li.bbp-body div.bbp-topic-content,
    #bbpress-forums li.bbp-body div.bbp-reply-content {
        margin: 0;
        padding: 1.5em;
        border-top: 1px solid #ededed;
    }
    #bbpress-forums span.bbp-admin-links a {
        margin: 0;
        font-size: 0.6em;
    }
    #bbpress-forums ul.bbp-replies .bbp-footer {
        display: none;
    }
    #bbpress-forums ul.bbp-replies .bbp-header {
        font-size: 0;
    }
    #bbpress-forums ul.bbp-replies .bbp-header span {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    #bbpress-forums #bbp-search-results .bbp-footer,
    #bbpress-forums #bbp-search-results .bbp-header {
        display: none;
    }
    #bbpress-forums #bbp-single-user-details {
        padding-bottom: 1.5em;
        margin-bottom: 1.5em;
        border-bottom: 2px solid #d8d8d8;
        width: 100%;
    }
    #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
        margin: auto;
    }
    #bbpress-forums li.bbp-forum-info,
    #bbpress-forums li.bbp-topic-title {
        width: 100%;
    }
    #bbpress-forums #bbp-user-navigation {
        text-align: center;
    }
    #bbpress-forums #bbp-user-navigation li.current a {
        font-weight: bold;
        color: #1e1e1e;
    }
    #bbpress-forums div.bbp-the-content-wrapper input {
        margin-bottom: 5px;
    }
}


/*=====================================
=            Header Search            =
=====================================*/

.act-default .input-row {
    position: relative;
}

.header-search {
    display: inline-block;
}

.header-search .btn {
    line-height: 12px;
}

.header-search .fa {
    line-height: 30px;
    display: inline-block;
    height: 21px;
    font-size: 30px !important;
    overflow: hidden;
    margin-bottom: -5px;
}

.header-search .fa:before {
    content: "\e90b";
    font-family: "xstore-icons" !important;
    position: relative;
    top: -5px;
}

.header-search.act-full-width .search-btn {
    display: block;
    position: relative;
    z-index: 100;
}

.header-search.act-full-width .search-btn span {
    display: none;
}

.header-search.act-full-width .search-btn:focus {
    color: #1e1e1e;
}

.header-search.act-full-width .search-form-wrapper {
    display: none;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: white;
}

.header-search.act-full-width .search-form-wrapper #searchform {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-search.act-full-width input[type="text"] {
    position: absolute;
    height: 100%;
    line-height: 100%;
    width: 100%;
    background: white;
    font-size: 2rem;
    border: none;
}

.header-search.act-full-width input[type="text"]::-webkit-input-placeholder {
    color: #1e1e1e;
}

.header-search.act-full-width input[type="text"]:-moz-placeholder {
    color: #1e1e1e;
}

.header-search.act-full-width input[type="text"]::-moz-placeholder {
    color: #1e1e1e;
}

.header-search.act-full-width input[type="text"]:-ms-input-placeholder {
    color: #1e1e1e;
}

.header-search.act-full-width button[type="submit"] {
    font-size: 0;
    background: none;
    visibility: hidden;
    pointer-events: none;
    border: none;
    position: absolute;
    top: 0;
    right: 20px;
    padding: 0 1rem;
    height: 100%;
    line-height: 100%;
}

.header-search.act-full-width button[type="submit"] i {
    font-size: 1.35rem;
    position: relative;
    top: 1px;
}

.header-search.act-full-width button[type="submit"]:hover {
    color: #090909;
}

.header-search.act-full-width.search-open .fa-search {
    position: relative;
    left: -4px;
}

.header-search.act-full-width.search-open .fa-search:before {
    font-family: 'xstore-icons';
    display: inline-block;
    font-size: 22px;
    color: #1e1e1e;
    content: "\e90a";
}

@media only screen and (min-width: 992px) {
    .header-search.act-default {
        width: 16.5em;
        max-width: 100%;
    }
    .header-search.act-default input[type="text"] {
        border: 1px solid #f7f7f7;
        background-color: #f7f7f7;
        height: 2.4rem;
        line-height: 2.4rem;
    }
    .header-search.act-default input[type="text"]:focus {
        border: 1px solid #cdcdcd;
    }
    .header-search.act-default .search-btn {
        display: none;
    }
    .header-search.act-default #searchform .btn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0;
        height: 2.4rem;
        width: 2.4rem;
        line-height: 1em;
        background: black;
        color: white;
        border: none;
    }
    .header-search.act-default #searchform .btn i {
        font-size: 1rem;
        display: block;
    }
    .header-search.act-default #searchform .btn:hover {
        background: #333333;
    }
    .header-search.act-full-width.search-open .search-btn {
        position: absolute;
        right: 1em;
        top: 50%;
        margin-top: -10px;
    }
}

@media only screen and (max-width: 991px) {
    .header-search.act-default .search-btn {
        display: block;
        position: relative;
        z-index: 100;
    }
    .header-search.act-default .search-btn span {
        display: none;
    }
    .header-search.act-default .search-btn:focus {
        color: #1e1e1e;
    }
    .header-search.act-default .search-form-wrapper {
        display: none;
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        background: white;
    }
    .header-search.act-default .search-form-wrapper #searchform {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .header-search.act-default input[type="text"] {
        position: absolute;
        height: 100%;
        line-height: 100%;
        width: 100%;
        background: white;
        font-size: 2rem;
        border: none;
    }
    .header-search.act-default input[type="text"]::-webkit-input-placeholder {
        color: #1e1e1e;
    }
    .header-search.act-default input[type="text"]:-moz-placeholder {
        color: #1e1e1e;
    }
    .header-search.act-default input[type="text"]::-moz-placeholder {
        color: #1e1e1e;
    }
    .header-search.act-default input[type="text"]:-ms-input-placeholder {
        color: #1e1e1e;
    }
    .header-search.act-default button[type="submit"] {
        font-size: 0;
        background: none;
        visibility: hidden;
        pointer-events: none;
        border: none;
        position: absolute;
        top: 0;
        right: 20px;
        padding: 0 1rem;
        height: 100%;
        line-height: 100%;
    }
    .header-search.act-default button[type="submit"] i {
        font-size: 1.35rem;
        position: relative;
        top: 1px;
    }
    .header-search.act-default button[type="submit"]:hover {
        color: #090909;
    }
    .header-search.act-default.search-open .fa-search {
        position: relative;
        left: -4px;
    }
    .header-search.act-default.search-open .fa-search:before {
        font-family: 'xstore-icons';
        display: inline-block;
        font-size: 22px;
        color: #1e1e1e;
        content: "\e90a";
    }
    .header-search.act-default .search-btn {
        z-index: auto;
    }
    .header-search.act-default button[type="submit"] {
        visibility: visible;
        pointer-events: auto;
    }
    .header-search.act-default button[type="submit"] i:before {
        font-size: inherit !important;
    }
    .header-search .fa {
        font-size: 1.4rem !important;
        left: 0 !important;
    }
    .header-search .fa:before {
        content: "\f002" !important;
        top: 0;
        font-family: FontAwesome !important;
    }
    .header-search.act-default.search-open button:hover {
        background-color: transparent !important;
    }
    .header-search.act-default.search-open button i:before {
        content: "\f002" !important;
        font-family: FontAwesome !important;
        top: -5px !important;
    }
}

.search-no-results form .form-control {
    display: inline-block;
    max-width: 500px;
    margin-right: 30px;
    vertical-align: bottom;
    margin-bottom: 15px;
}

.search-no-results form button {
    margin-bottom: 15px;
}

.search-no-results form button i {
    display: none;
}

.search-no-results .header-search.act-full-width input[type="text"] {
    left: 0;
    max-width: 100%;
}


/*-----  End of Header Search  ------*/

.ibox-block .ibox-symbol {
    display: table-cell;
    vertical-align: top;
    padding-right: 1.8em;
}

.ibox-block .ibox-symbol i {
    height: 2.8em;
    line-height: 2.8em;
    text-align: center;
    width: 2.8em;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 1.71rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
}

.ibox-block .ibox-content {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.71rem;
    font-size: 1.07rem;
    font-weight: 300;
}

.ibox-block .ibox-content h3 {
    text-transform: uppercase;
    font-size: 1.28rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.ibox-block hr {
    display: none;
}

.ibox-block.top-icon {
    text-align: center;
}

.ibox-block.top-icon .ibox-symbol {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
    text-align: center;
}

.ibox-block.top-icon .ibox-symbol i {
    width: 2.8em;
    height: 2.8em;
}

.ibox-block.top-icon .ibox-content {
    width: 100%;
    display: inline-block;
}

.ibox-block.right-icon .ibox-symbol {
    padding-right: 0;
    padding-left: 20px;
    float: right;
    padding-top: 0;
}

.ibox-block.right-icon .ibox-content {
    text-align: right;
}

.ibox-block.right-icon .ibox-text p {
    text-align: right !important;
}

.ibox-block.right-icon .btn {
    float: right;
}

.ibox-block .btn.style-black {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
}

.ibox-block .btn.style-black:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}

.ibox-block .button-wrap {
    width: 100%;
}

.ibox-block .align-left {
    text-align: left;
}

.ibox-block .align-right {
    text-align: right;
}

.ibox-block .align-center {
    text-align: center;
}

.ibox-block .btn.size-small {
    font-size: 11px;
    padding: 8px 12px;
    height: auto;
    line-height: 1;
}

.ibox-block .btn.size-large {
    height: auto;
    line-height: 1;
    font-size: 15px;
    padding: 18px 25px;
}

.ibox-block:hover .ibox-symbol i {
    background-color: #f2f2f2;
    color: #808080;
}

.vc_cta3-icons-left .vc_cta3-icons,
.vc_cta3-icons-right .vc_cta3-icons {
    vertical-align: top !important;
    top: 0 !important;
    -webkit-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
}

.vc_cta3.vc_cta3-icon-size-lg .vc_cta3-icons .vc_icon_element-icon {
    margin-top: -10px;
}

.vc_cta3.vc_cta3-icon-size-md .vc_cta3-icons .vc_icon_element-icon {
    margin-top: -6px;
}

@media only screen and (max-width: 768px) {
    .ultimate-map-wrapper {
        margin-bottom: 30px;
    }
    .vc_btn3-container {
        margin-top: 20px;
    }
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat {
    color: #666667;
}


/* Flex Slider */

.flexslider {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.flexslider .flex-control-nav {
    bottom: 0 !important;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.flexslider .flex-direction-nav {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.flexslider:hover .flex-direction-nav {
    opacity: 1;
}

.flexslider .flex-direction-nav a {
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 45px;
    height: 45px;
    line-height: 43px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flexslider .flex-direction-nav a:hover {
    background-color: #ffffff;
}

.flexslider .flex-direction-nav a.flex-next {
    right: 30px !important;
}

.flexslider .flex-direction-nav a.flex-next:before {
    position: absolute;
    top: 0px;
    font-size: 40px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.flexslider .flex-direction-nav a.flex-next:after {
    position: absolute;
}

.flexslider .flex-direction-nav a.flex-prev {
    left: 30px !important;
}

.flexslider .flex-direction-nav a.flex-prev:before {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 40px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.flexslider .flex-direction-nav a.flex-prev:after {
    position: absolute;
}

.single-post .flexslider {
    margin-bottom: 0 !important;
}


/* Nivo Slider */

.nivoSlider {
    -webkit-box-shadow: none !important;
    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%;
    -ms-word-break: break-all;
    word-break: break-all;
}

.null-instagram-feed ul {
    text-align: center;
}

.null-instagram-feed li {
    display: inline-block;
    list-style: none;
}

.null-instagram-feed li img {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.null-instagram-feed li img:hover {
    opacity: 0.7;
}

.null-instagram-feed li a {
    display: block;
    position: relative;
}

.null-instagram-feed li a .insta-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: rgba(20, 20, 20, 0.5);
}

.null-instagram-feed li a .insta-info span {
    display: inline-block;
    top: 50%;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 83px;
    text-transform: uppercase;
    padding: 0 1em;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    opacity: 0;
}

.null-instagram-feed li a .insta-info span.insta-likes:before {
    content: "\f004";
    font-family: FontAwesome;
    color: #fff;
    display: inline-block;
    padding-right: 6px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.null-instagram-feed li a .insta-info span.insta-comments:before {
    content: "\f075";
    font-family: FontAwesome;
    color: #fff;
    display: inline-block;
    padding-right: 6px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.null-instagram-feed li a .insta-info span:hover {
    color: #b3b3b3;
}

.null-instagram-feed li a .insta-info span:hover:before {
    color: #b3b3b3 !important;
}

.null-instagram-feed li a:hover .insta-info {
    opacity: 1;
}

.null-instagram-feed li a:hover .insta-info span {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
}

.null-instagram-feed .instagram-size-medium li {
    width: 25%;
    padding: 0.3571em;
}

.null-instagram-feed .instagram-size-thumbnail li {
    width: 20%;
    padding: 0.2571em;
}

.null-instagram-feed .instagram-size-large li {
    width: 33.33%;
    padding: 0.3571em;
}

.null-instagram-feed .instagram-no-space .owl-item,
.null-instagram-feed .instagram-no-space li {
    padding: 0 !important;
    margin: 0;
}

.null-instagram-feed .instagram-slider {
    padding-left: 0;
}

.null-instagram-feed .instagram-slider:hover {
    cursor: move;
}

.null-instagram-feed .instagram-slider .owl-item {
    padding: 0;
}

.null-instagram-feed .instagram-slider .owl-item a {
    cursor: move;
}

.null-instagram-feed .instagram-slider .owl-controls {
    display: none !important;
}

.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 img {
    max-width: 100%;
}

.null-instagram-feed:not(.sidebar-widget):not(.footer-widget) .widget-title,
.null-instagram-feed:not(.sidebar-widget):not(.footer-widget) .widgettitle {
    background-color: #f5f5f5;
    margin-bottom: 0 !important;
    padding-bottom: 40px !important;
    padding-top: 40px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
}

.null-instagram-feed p.clear {
    text-align: center;
    margin-bottom: 0;
}

.null-instagram-feed.instagram-size-medium li {
    width: 12.5%;
}

.null-instagram-feed.widget .instagram-size-medium li {
    width: 12.5%;
}


/* Instagram columns */

.null-instagram-feed .instagram-pics.instagram-columns-2 li {
    width: 50%;
    padding: 1.07em;
    margin-bottom: 0;
}

.null-instagram-feed .instagram-pics.instagram-columns-2 li:nth-child(2n+1) {
    clear: both;
}

.null-instagram-feed .instagram-pics.instagram-columns-3 li {
    width: 33.33%;
    padding: 1.07em;
    margin-bottom: 0;
}

.null-instagram-feed .instagram-pics.instagram-columns-3 li:nth-child(3n+1) {
    clear: both;
}

.null-instagram-feed .instagram-pics.instagram-columns-4 li {
    width: 25%;
    padding: 1.07em;
    margin-bottom: 0;
}

.null-instagram-feed .instagram-pics.instagram-columns-4 li:nth-child(4n+1) {
    clear: both;
}

.null-instagram-feed .instagram-pics.instagram-columns-5 li {
    width: 20%;
    padding: 1.07em;
    margin-bottom: 0;
}

.null-instagram-feed .instagram-pics.instagram-columns-5 li:nth-child(5n+1) {
    clear: both;
}

.null-instagram-feed .instagram-pics.instagram-columns-5 li span {
    padding: 0 0.5em;
}

.null-instagram-feed .instagram-pics.instagram-columns-6 li {
    width: 16.67%;
    padding: 1.07em;
    margin-bottom: 0;
}

.null-instagram-feed .instagram-pics.instagram-columns-6 li:nth-child(6n+1) {
    clear: both;
}

.null-instagram-feed .instagram-pics.instagram-columns-6 li span {
    padding: 0 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 {
    font-size: 1.07rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.88em !important;
    padding: 0 !important;
    background-color: transparent;
    text-align: left;
}

@media only screen and (max-width: 992px) {
    .null-instagram-feed .instagram-pics li {
        padding: 0.6em !important;
    }
    .null-instagram-feed .instagram-pics .insta-info span {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .null-instagram-feed .instagram-pics li {
        padding: 0.6em !important;
    }
    .null-instagram-feed .instagram-pics .insta-info span {
        display: none;
    }
}

@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%;
    }
}


/*=====================================
=            List Elements            =
=====================================*/

.list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.list li {
    display: inline-block;
}

.list li:before {
    content: "\f105";
    float: left;
    margin-right: 10px;
    position: relative;
}

.list.list-circle li:before {
    content: "\f111";
}

.list.list-star li:before {
    content: "\f005";
}

.list.list-square li:before {
    content: "\f0c8";
}

.list.list-dash li:before {
    content: "\f068";
}


/*-----  End of List Elements  ------*/

.et-look-slider .swiper-slide {
    opacity: 0.6;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
}

.et-look-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.look-book-wrap {
    text-align: center;
}

.look-book-wrap .gray-text {
    text-align: center;
    margin-top: 15%;
    margin-bottom: 0;
    font-size: 1vw;
}

.look-book-wrap .look-title-small {
    color: #000000;
    margin: 0px;
    font-weight: 900;
    font-size: 3vw;
    line-height: 3vw;
}

.look-book-wrap .look-title-big {
    color: #000000;
    margin: 0px;
    font-weight: 900;
    font-size: 6vw;
    line-height: 6vw;
}

.look-book-wrap h4 {
    color: #000000;
    margin: 0px;
    font-size: 1vw;
    letter-spacing: 0.5vw;
    line-height: 1;
    margin-bottom: 15%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .et-look-slider .content-product .product-image-wrapper .footer-product .button:before {
        font-size: 26px;
        top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .look-book-wrap .gray-text,
    .look-book-wrap h4 {
        font-size: 4vw;
    }
    .look-book-wrap .look-title-small {
        font-size: 9vw;
        line-height: 10vw;
    }
    .look-book-wrap .look-title-big {
        font-size: 11vw;
        line-height: 12vw;
    }
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.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: auto !important;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-inline-holder .mfp-content {
    width: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: 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-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 40px;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: 0;
    text-align: right;
    background: #f5f5f5;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 0;
    top: -4px !important;
    text-align: center;
}

.mfp-image-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:before {
    font-family: 'xstore-icons';
    display: inline-block;
    font-size: 24px;
    line-height: 44px;
    color: #9b9b9b;
    content: "\e90a";
    position: relative;
    left: 0.5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mfp-image-holder .mfp-close:hover:before,
.mfp-iframe-holder .mfp-close:hover:before {
    color: #fff;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.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;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    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;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    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;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .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;
        -webkit-box-sizing: border-box;
        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 {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}


/* 

====== Zoom-out effect ======

*/

.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

#product-video-popup {
    max-width: 75%;
    margin: 0 auto;
    position: relative;
}

#product-video-popup .mfp-close {
    color: #FFF;
    right: 0;
    text-align: right;
    background: #f5f5f5;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 0;
    top: -44px !important;
    text-align: center;
}

#product-video-popup .mfp-close:before {
    font-family: 'xstore-icons';
    display: inline-block;
    font-size: 24px;
    line-height: 44px;
    color: #9b9b9b;
    content: "\e90a";
    position: relative;
    left: 0.5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#product-video-popup .mfp-close:hover:before {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    #product-video-popup {
        max-width: 95%;
    }
}

.mc4wp-form .et-mailchimp {
    position: relative;
    margin-bottom: 20px;
}

.mc4wp-form .et-mailchimp p {
    margin-bottom: 0;
    line-height: 1.5;
}

.mc4wp-form .et-mailchimp input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(250, 250, 250, 0.3);
    color: white;
    max-width: 100%;
    height: 40px;
}

.mc4wp-form .et-mailchimp input[type="email"]:focus {
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.mc4wp-form .et-mailchimp input[type="email"]:focus+input[type="submit"]:hover {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.mc4wp-form .et-mailchimp input[type="submit"] {
    width: 30px;
    height: 2.642rem;
    border: none !important;
    background-color: transparent !important;
    border-top: 1px solid rgba(255, 255, 255, 0);
    border-right: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    background: url(images/mailchimp-plus.png) no-repeat center;
    opacity: 0.3;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mc4wp-form .et-mailchimp input[type="submit"]:hover {
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mc4wp-form .et-mailchimp label {
    display: none;
}

.mc4wp-form .et-mailchimp ::-webkit-input-placeholder {
    color: white;
}

.mc4wp-form .et-mailchimp :-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

.mc4wp-form .et-mailchimp ::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

.mc4wp-form .et-mailchimp :-ms-input-placeholder {
    color: white;
}

@media only screen and (max-width: 480px) {
    .wpcf7-form .form-group p {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.mailchimp-dark .mc4wp-form {
    margin-bottom: 30px;
}

.mailchimp-dark .mc4wp-form input[type="email"] {
    border: 1px solid #e6e6e6;
    color: #999;
    height: 40px;
}

.mailchimp-dark .mc4wp-form input[type="email"]:focus {
    border-color: #cdcdcd;
}

.mailchimp-dark .mc4wp-form input[type="submit"] {
    background: url(images/mailchimp-plus-gray.png) no-repeat center;
    opacity: 1;
}

.mailchimp-dark .mc4wp-form input[type="submit"]:hover {
    opacity: 0.8;
}

.mailchimp-dark .mc4wp-form ::-webkit-input-placeholder {
    color: #999;
}

.mailchimp-dark .mc4wp-form :-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

.mailchimp-dark .mc4wp-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

.mailchimp-dark .mc4wp-form :-ms-input-placeholder {
    color: #999;
}

div.wpcf7-response-output {
    padding: 15px 20px !important;
}


/*=================================
=            Main Menu            =
=================================*/

.menu-wrapper .menu {
    padding: 0;
    margin: 0;
}

.menu-wrapper .menu>li {
    text-decoration: none;
    list-style: none;
    position: relative;
    vertical-align: middle;
}

.menu-wrapper .menu>li>a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 1.77em 1em;
    font-weight: 700;
    position: relative;
}

/*.menu-wrapper .menu>li>a:after {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    height: 2px !important;*/
/*    background-color: rgba(255, 255, 255, 0.4);*/
/*}*/

/*.menu-wrapper .menu>li>a:after {*/
/*    left: 50%;*/
/*    right: 50%;*/
/*    opacity: 0;*/
/*    -webkit-transition: all 0.2s linear;*/
/*    transition: all 0.2s linear;*/
/*}*/
.menu-wrapper .menu>li>a:hover {
    background: #f15a29;
    color: #fff;
}
.menu-wrapper .menu>li>a:hover:after {
    left: 1.07em;
    right: 1.07em;
    opacity: 1;
}

.menu-wrapper .menu>li>a i {
    margin-right: 5px;
}

.menu-wrapper .menu>li.current-menu-item>a:after {
    left: 1.07em;
    right: 1.07em;
    opacity: 1;
}

.menu-wrapper .menu>li.menu-label-hot a:after,
.menu-wrapper .menu>li.menu-label-new a:after,
.menu-wrapper .menu>li.menu-label-sale a:after {
    right: 0;
}

.menu-wrapper .menu li.menu-disable_titles>a {
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
}

.menu-wrapper .menu li.menu-disable_titles>a:after {
    display: none;
}

.menu-wrapper .menu li.menu-disable_titles>a i {
    font-size: 1.14rem !important;
}

.menu-wrapper .menu li a span.menu-item-descr {
    display: inline-block;
    width: 100%;
}

.menu-wrapper .menu li.menu-label-new>a,
.menu-wrapper .menu li.menu-label-hot>a,
.menu-wrapper .menu li.menu-label-sale>a {
    position: relative;
    width: auto;
    display: inline-block;
    padding-right: 37px;
    background-repeat: no-repeat;
    background-position: right 49%;
    background-size: 31px 13px;
}

.menu-wrapper .menu li.menu-label-new>a {
    background-image: url(images/label1.png);
}

.menu-wrapper .menu li.menu-label-sale>a {
    background-image: url(images/label3.png);
}

.menu-wrapper .menu li.menu-label-hot>a {
    background-image: url(images/label2.png);
}

.menu-wrapper .menu ul>li.menu-label-hot:hover,
.menu-wrapper .menu ul>li.menu-label-new:hover,
.menu-wrapper .menu ul>li.menu-label-sale:hover {
    background-color: #f7f7f7;
}

.menu-wrapper .menu>li {
    float: none;
    display: inline-block;
}

.menu-wrapper .menu>li>a {
    float: left;
    display: block;
    cursor: pointer;
    position: relative;
    color: #1b1b1b;
}

.menu-wrapper .menu>li:hover .nav-sublist-dropdown {
    display: block;
}

.menu-wrapper .menu>li:hover .nav-sublist-dropdown .banner {
    visibility: visible;
    pointer-events: auto;
}

.menu-wrapper.menu-align-left .menu {
    text-align: left;
}

.menu-wrapper.menu-align-center .menu {
    text-align: center;
}

.menu-wrapper.menu-align-right .menu {
    text-align: right;
}

.menu-wrapper .a-center {
    color: #fff;
}

.menu-wrapper .a-center em {
    font-style: normal;
}

.nav-sublist-dropdown {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1000;
    margin-top: 30px;
    display: none;
    width: 18em;
    padding: 2.14em 2.14em;
    background-color: #f7f3f3;
    text-align: left;
    -webkit-box-shadow: 0px 60px 30px -50px #231f20;
    box-shadow: 0px 60px 30px -50px #231f20;
}

.nav-sublist-dropdown:before {
    content: "";
    position: absolute;
    top: -33px;
    width: 100%;
    height: 50px;
    left: 0;
}

.nav-sublist-dropdown .container {
    width: auto;
    padding: 0;
}

.nav-sublist-dropdown .item-link {
    display: block;
    font-size: 0.93rem;
    padding: 0.72em 0;
}

.nav-sublist-dropdown ul {
    display: inline-block;
    width: 100%;
}

.nav-sublist-dropdown ul>li {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.item-design-dropdown .nav-sublist-dropdown {
    padding: 0;
    padding-top: 1.43em;
    padding-bottom: 1.43em;
}

.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: "\f105";
    font-size: 1rem;
    font-family: FontAwesome;
    position: absolute;
    right: 2.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children>.nav-sublist {
    display: none;
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children:hover>.nav-sublist {
    display: block;
}

.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: 50px;
}

.item-design-dropdown .nav-sublist-dropdown ul>li>a {
    width: 100%;
    color: #9b9b9b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 0.78em 2.5em;
}

.item-design-dropdown .nav-sublist-dropdown ul>li>a:hover {
    color: #f7f3f3;
    background-color: #f15a29;
}

.item-design-dropdown .nav-sublist-dropdown ul>li ul {
    position: absolute;
    top: -1.5em;
    border: 1px solid #e6e6e6;
    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: #f7f3f3;
    padding: 1.43em 0;
    width: 100%;
}

.item-design-dropdown .nav-sublist-dropdown ul>li .nav-sublist ul li a:hover {
    color: #f7f3f3;
    background-color: #f15a29;
}

.header-color-dark .menu-wrapper .menu>li.current-menu-item>a:after {
    background-color: rgba(0, 0, 0, 0.2);
}

.header-color-dark .menu-wrapper .menu>li>a:hover:after {
    background-color: #F15A29;
}

.header-color-white .menu-wrapper .menu>li.current-menu-item>a:after {
    background-color: #F15A29;
}

.header-color-white .menu-wrapper .menu>li>a:hover:after {
    background-color: #F15A29;
}


/*-----  End of Main Menu  ------*/

@media only screen and (max-width: 1200px) {
    .menu-wrapper .menu>li>a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.mark-text.text {
    padding: 0 0.35em 0.21em 0.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: 992px) {
    .item-design-mega-menu .nav-sublist-dropdown {
        padding-bottom: 0;
        padding: 0;
    }
    .item-design-mega-menu .nav-sublist-dropdown .item-link {
        color: #9b9b9b;
    }
    .item-design-mega-menu .nav-sublist-dropdown ul li {
        vertical-align: top;
    }
    .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 {
        border-right: 1px solid #e6e6e6;
        margin-bottom: 2.14em;
    }
    .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 {
        color: black;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 0;
        line-height: 1;
        padding-left: 2.3em;
        padding-right: 2.3em;
        padding-bottom: 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: 0.78em 2.5em;
        text-transform: uppercase;
    }
    .item-design-mega-menu .nav-sublist-dropdown .nav-sublist a:hover {
        color: #9b9b9b;
        background-color: #f7f7f7;
    }
    .item-design-mega-menu .nav-sublist-dropdown .nav-sublist li.current-menu-item a {
        color: #8a8a8a;
    }
    .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 -2.14em;
        -js-display: -webkit-box;
        -js-display: -webkit-flex;
        -js-display: -ms-flexbox;
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: auto;
        padding: 2.14em 2.14em 0 2.14em;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .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: 0.72em;
        padding-left: 2.3em;
        padding-right: 2.5em;
    }
    .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .widget-title {
        color: black !important;
        padding-top: 0;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1;
    }
    .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 {
        -webkit-transition: all 1s cubic-bezier(0.29, 0.04, 0.19, 0.98);
        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 {
        -webkit-transition: all 1.2s cubic-bezier(0.29, 0.04, 0.19, 0.98);
        transition: all 1.2s cubic-bezier(0.29, 0.04, 0.19, 0.98);
        opacity: 0;
        -webkit-transform: scale(0.8) translateY(-50%);
        -ms-transform: scale(0.8) translateY(-50%);
        transform: scale(0.8) translateY(-50%);
    }
    .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2 .banner-content .content-inner {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2:hover img {
        opacity: .4;
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }
    .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2:hover .banner-content {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-50%);
        -ms-transform: scale(1) translateY(-50%);
        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 .nav-item-image {
        padding: 0 15px;
    }
    .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 {
        width: 462px;
    }
    .item-design-mega-menu.columns-2 .nav-sublist-dropdown ul>li:nth-child(2n+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 {
        width: 750px;
    }
    .item-design-mega-menu.columns-3 .nav-sublist-dropdown ul>li:nth-child(3n+1) {
        clear: both;
    }
    .item-design-mega-menu.columns-3 .nav-sublist-dropdown .container>ul>li {
        width: 33.33%;
    }
    .item-design-mega-menu.columns-4 .nav-sublist-dropdown {
        width: 1000px;
    }
    .item-design-mega-menu.columns-4 .nav-sublist-dropdown ul>li:nth-child(4n+1) {
        clear: both;
    }
    .item-design-mega-menu.columns-4 .nav-sublist-dropdown .container>ul>li {
        width: 25%;
    }
    .item-design-mega-menu.columns-5 .nav-sublist-dropdown {
        width: 1250px;
    }
    .item-design-mega-menu.columns-5 .nav-sublist-dropdown ul>li:nth-child(5n+1) {
        clear: both;
    }
    .item-design-mega-menu.columns-5 .nav-sublist-dropdown .container>ul>li {
        width: 20%;
    }
    .item-design-mega-menu.columns-6 .nav-sublist-dropdown {
        width: 1250px;
    }
    .item-design-mega-menu.columns-6 .nav-sublist-dropdown ul>li:nth-child(6n+1) {
        clear: both;
    }
    .item-design-mega-menu.columns-6 .nav-sublist-dropdown .container>ul>li {
        width: 16.66%;
    }
    .item-design-mega-menu:hover:before {
        content: "";
        display: block;
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: -40px;
    }
    .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 #e6e6e6;
    }
    .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 {
        padding: 0 !important;
        border: none !important;
    }
    .item-design-posts-subcategories .subcategories-tabs li {
        border-bottom: 1px solid #e6e6e6;
        color: #737373;
        padding: 15px 0 15px;
        font-size: 0.93rem;
        line-height: 16px;
        text-align: left;
        text-transform: uppercase;
        cursor: pointer;
    }
    .item-design-posts-subcategories .subcategories-tabs li:hover {
        color: #1a1a1a;
    }
    .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;
        font-weight: bold;
        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: 0.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;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #8a8a8a;
    }
    .item-design2-image-no-borders {
        margin: -2.14em 0 0 0 !important;
        border: 0 !important;
        -js-display: -webkit-box;
        -js-display: -webkit-flex;
        -js-display: -ms-flexbox;
        -js-display: flex;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .item-design2-image-no-borders .item-link {
        font-size: 0;
        text-align: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .boxed .item-design-mega-menu.columns-5 .nav-sublist-dropdown {
        width: 1230px;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}


/*-----  End of Mega menu  ------*/

.mobile-menu-wrapper {
    display: none;
}

.template-container {
    position: relative;
    overflow: hidden;
}


/* Mobile menu styles */

.mobile-menu-wrapper {
    max-height: none;
    display: block !important;
    background-color: #fff;
    height: 100%;
    width: 270px;
    right: 0;
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    will-change: transform;
    position: fixed;
    background-color: #f5f5f5;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 101;
}

.mobile-menu-wrapper>.container {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.mobile-menu-wrapper>.container::-webkit-scrollbar {
    display: none !important;
}

.mobile-menu-wrapper>.container .navbar-collapse {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.mobile-menu-wrapper>.container .navbar-collapse::-webkit-scrollbar {
    display: none !important;
}

.mobile-menu-wrapper>.container .navbar-collapse:focus {
    outline: none;
}

.mobile-menu-wrapper .menu {
    display: inline-block;
    width: 100%;
}

.mobile-menu-wrapper .menu>li {
    padding-left: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 30px;
    display: inline-block;
    float: left;
    width: 100%;
}

.mobile-menu-wrapper .menu>li.menu-item-has-children>a:after {
    display: none;
}

.mobile-menu-wrapper .menu>li .open-child {
    top: 0;
    float: right;
    padding-right: 30px;
    padding-left: 15px;
    display: inline-block;
    z-index: 100;
    font-size: 0;
    cursor: pointer;
}

.mobile-menu-wrapper .menu>li .open-child:before {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    color: #ccc;
    font-size: 24px;
    font-weight: 400;
    line-height: 56px;
}

.mobile-menu-wrapper .menu>li>a {
    z-index: 1;
    color: #5f5f5f;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 600;
    line-height: 60px !important;
}

.mobile-menu-wrapper .menu>li>a span.menu-item-descr {
    display: none;
}

.mobile-menu-wrapper .menu>li .sub-menu {
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    visibility: visible;
    display: inline-block;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    z-index: 10;
    margin-top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #f5f5f5;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.mobile-menu-wrapper .menu>li .sub-menu li {
    float: left;
    text-align: left;
    width: 100% !important;
    display: inline-block;
    padding-left: 15px;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 30px;
}

.mobile-menu-wrapper .menu>li .sub-menu li.menu-disable_titles>a {
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.mobile-menu-wrapper .menu>li .sub-menu li a {
    color: #5f5f5f;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 600;
    line-height: 60px !important;
}

.mobile-menu-wrapper .menu>li .sub-menu li .item-link {
    width: auto;
    display: block;
}

.mobile-menu-wrapper .menu>li .sub-menu li .item-link:after {
    display: none;
}

.mobile-menu-wrapper .menu>li .sub-menu li ul {
    z-index: 2;
    width: 100%;
}

.mobile-menu-wrapper .menu>li .sub-menu li.item-design-image-column {
    display: none;
}

.mobile-menu-wrapper .menu>li .sub-menu li .nav-item-image {
    padding-bottom: 30px;
    padding-right: 30px;
}

.mobile-menu-wrapper .menu>li .sub-menu ul {
    width: 100%;
}

.mobile-menu-wrapper .menu>li .sub-menu .menu-back {
    background-color: #5375c4;
    position: relative;
}

.mobile-menu-wrapper .menu>li .sub-menu .menu-back a {
    padding-left: 15px;
    cursor: pointer;
}

.mobile-menu-wrapper .menu>li .sub-menu .menu-back:before {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 58px;
    float: left;
    cursor: pointer;
}

.mobile-menu-wrapper .menu>li .sub-menu .menu-back:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #5375c4 transparent transparent transparent;
}

.mobile-menu-wrapper .menu .over>.sub-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-wrapper .mobile-sidebar-widget {
    padding: 20px 20px 20px 30px;
    width: 100%;
    float: left;
}

.mobile-menu-wrapper .mobile-sidebar-widget:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.mobile-menu-wrapper .mobile-sidebar-widget .widget-title {
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
}

.mobile-menu-wrapper .mobile-sidebar-widget .et-follow-buttons {
    text-align: left;
}

.mobile-menu-wrapper .mobile-sidebar-widget.etheme_widget_socials {
    margin-top: -1px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.mobile-menu-wrapper .mobile-sidebar-widget.etheme_widget_socials a {
    color: #5f5f5f;
}

.mobile-menu-wrapper .mobile-sidebar-widget.etheme_widget_socials .et-follow-buttons.buttons-size-normal a {
    font-size: 18px;
}

.mobile-menu-wrapper .mobile-sidebar-widget.etheme_widget_socials .et-follow-buttons.buttons-size-large a {
    background-color: transparent;
    width: auto;
    padding-right: 20px;
    margin: 0;
    color: #5f5f5f;
}

.mobile-menu-wrapper .links {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    margin-top: 50px;
    float: left;
    display: inline-block;
}

.mobile-menu-wrapper .links li {
    padding-left: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 30px;
    display: inline-block;
    float: left;
    width: 100%;
}

.mobile-menu-wrapper .links li a {
    color: #5f5f5f;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    height: auto;
    font-weight: 600;
    line-height: 60px !important;
}

.mobile-menu-wrapper .links .my-account-link ul {
    display: none;
}

.mobile-menu-wrapper .header-search.act-default {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 30px;
    position: relative;
    background: #e6e6e6;
}

.mobile-menu-wrapper .header-search.act-default .search-btn {
    display: inline-block;
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 10px 10px 10px 15px;
}

.mobile-menu-wrapper .header-search.act-default .search-btn span {
    float: left;
    display: block;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.4;
}

.mobile-menu-wrapper .header-search.act-default .search-btn i {
    float: right;
    opacity: 0.4;
    line-height: 1.1;
}

.mobile-menu-wrapper .header-search.act-default input[type="text"] {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 15px;
    color: #5f5f5f;
    width: 210px;
    height: 40px;
    top: 12px;
    left: 30px;
    background-color: #fff;
}

.mobile-menu-wrapper .header-search.act-default button[type="submit"] {
    height: auto;
    top: 22px;
    right: 26px;
}

.mobile-menu-wrapper .header-search.act-default .search-form-wrapper {
    background-color: transparent;
}

.mobile-menu-wrapper .header-search.act-default .search-form-wrapper .input-row {
    position: static;
}

.mobile-menu-wrapper .nano-pane {
    background: #e6e6e6;
    position: absolute;
    width: 3px;
    right: -30px;
    top: 18px;
    bottom: 0;
    height: 265px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.mobile-menu-wrapper .nano-pane>.nano-slider {
    background: #9f9f9f;
    position: relative;
    margin: 0px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.mobile-menu-wrapper #lang_sel a,
.mobile-menu-wrapper #lang_sel a.lang_sel_sel {
    color: #5f5f5f !important;
    background-color: transparent !important;
    border: none !important;
    padding-left: 0 !important;
}

.mobile-menu-wrapper #lang_sel ul ul {
    border: none !important;
}

.mobile-menu-wrapper .widget_icl_lang_sel_widget {
    border-bottom: 1px solid #e6e6e6;
}

.mobile-menu-wrapper #lang_sel a.lang_sel_sel:after {
    top: 0 !important;
}

.mobile-menu-wrapper .widget_currency_sel_widget .wcml_currency_switcher:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #333;
    top: 17px;
    right: 10px;
}

@media only screen and (max-width: 992px) {
    .template-content {
        will-change: transform;
    }
    .template-container .template-content {
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        position: relative;
    }
    .mobile-menu-wrapper {
        display: block;
    }
    .menu-wrapper {
        display: none !important;
    }
    .navbar-toggle {
        display: block;
        cursor: pointer;
    }
    .navbar-toggle .icon-bar {
        background: #5375c4;
        width: 24px;
        height: 4px;
        -webkit-border-radius: 0;
        border-radius: 20px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }
    .header-color-dark .navbar-toggle .icon-bar {
        background: black;
    }
    .mobile-menu-opened .template-container {
        overflow-x: hidden;
    }
    .mobile-menu-opened .template-content {
        -webkit-transform: translate3d(-270px, 0, 0);
        transform: translate3d(-270px, 0, 0);
    }
    .mobile-menu-opened .mobile-menu-wrapper {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    }
    .mobile-menu-opened .page-wrapper {
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .mobile-menu-wrapper .navbar-collapse {
        padding: 0;
    }
}


/*====================================
=            Owl Carousel            =
====================================*/


/* mouse grab icon */

.grabbing {
    cursor: url(images/drag.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    cursor: url(images/drag.png) 16 9, ew-resize !important;
}

.owl-carousel:hover .owl-controls .owl-buttons {
    opacity: 1;
}

.owl-carousel .owl-buttons {
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel.slider-with-space .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}

.owl-carousel .owl-controls {
    position: static;
    opacity: 1;
}

.owl-carousel .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
}

.owl-carousel .owl-controls .owl-prev:before {
    content: "\f104";
    position: absolute;
    font-family: FontAwesome;
}

.owl-carousel .owl-controls .owl-prev:after {
    content: "";
    position: absolute;
}

.owl-carousel .owl-controls .owl-next {
    position: absolute;
    top: 50%;
}

.owl-carousel .owl-controls .owl-next:before {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
}

.owl-carousel .owl-controls .owl-next:after {
    content: "";
    position: absolute;
}

.owl-carousel .owl-pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-pagination .owl-page {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    background: #e6e6e6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 0.31em;
}

.owl-carousel .owl-pagination .owl-page span {
    display: block;
}

.owl-carousel .owl-pagination .owl-page:hover,
.owl-carousel .owl-pagination .owl-page.active {
    background: #bebebe;
}

.owl-carousel .owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-controls .owl-page,
.owl-carousel .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-item {
    float: left;
    list-style-type: none;
}

.products-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.products-title span {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
}

.carousel-area .productCarousel .owl-controls .owl-pagination {
    display: none;
}

.carousel-area .productCarousel .product-excerpt {
    display: none;
}

.carousel-area .product-slide {
    padding: 10px 10px 0;
}

.carousel-area .product-slide.item-no-space {
    padding-left: 0;
    padding-right: 0;
}

.carousel-area .owl-prev {
    width: 40px;
    height: 40px;
    background-color: #fafafa;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 75px;
    height: 75px;
    line-height: 1.428571;
    top: 30% !important;
    left: -65px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-area .owl-prev:before {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f0d9";
    font-size: 12px;
}

.carousel-area .owl-prev:before {
    font-size: 51px;
    margin-left: 26px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-area .owl-prev:after {
    width: 40px;
    height: 100px;
    content: "";
    position: absolute;
    right: -40px;
    top: -15px;
}

.carousel-area .owl-prev:hover:before {
    color: #fff;
}

.carousel-area .owl-next {
    width: 40px;
    height: 40px;
    background-color: #fafafa;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    left: auto;
    right: 0;
    width: 75px;
    height: 75px;
    line-height: 1.428571;
    top: 30% !important;
    right: -65px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-area .owl-next:before {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f0d9";
    font-size: 12px;
}

.carousel-area .owl-next:before {
    content: "\f0da";
}

.carousel-area .owl-next:before {
    font-size: 51px;
    margin-left: 29px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-area .owl-next:after {
    width: 40px;
    height: 100px;
    content: "";
    position: absolute;
    left: -40px;
    top: -15px;
}

.carousel-area .owl-next:hover:before {
    color: #fff;
}

.carousel-area .owl-carousel:hover .owl-prev {
    left: -105px;
}

.carousel-area .owl-carousel:hover .owl-next {
    right: -105px;
}

.carousel-area .content-article {
    word-break: break-all;
}

.flex-control-paging li a {
    background: #d6d6d6 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
    background-color: #1e1e1e !important;
}

.flexslider .flex-direction-nav a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.flexslider .flex-direction-nav a:before {
    font-family: FontAwesome !important;
    right: auto !important;
    left: auto !important;
    font-size: 1.43rem !important;
    line-height: 40px !important;
    margin-left: -4px;
}

.flexslider .flex-direction-nav a:hover:before {
    color: rgba(255, 255, 255, 0.3);
}

.flexslider .flex-direction-nav a.flex-prev {
    left: 30px;
}

.flexslider .flex-direction-nav a.flex-prev:before {
    content: "\f0d9" !important;
}

.flexslider .flex-direction-nav a.flex-next {
    left: auto;
    right: 30px;
}

.flexslider .flex-direction-nav a.flex-next:before {
    content: "\f0da" !important;
}

.brands-carousel .owl-controls .owl-pagination {
    margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
    .custom-carousel .owl-buttons {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .carousel-area .owl-controls .owl-pagination {
        display: block !important;
    }
    .carousel-area .owl-controls .owl-buttons {
        display: none;
    }
    .carousel-area .productCarousel {
        margin: 0;
    }
    .carousel-area .productCarousel .owl-buttons {
        display: block;
        opacity: 1;
    }
    .carousel-area .productCarousel .owl-buttons>div {
        width: 40px;
        height: 40px;
    }
    .carousel-area .productCarousel .owl-buttons>div:before {
        font-size: 27px;
    }
    .carousel-area .productCarousel .owl-buttons .owl-prev {
        left: -15px;
    }
    .carousel-area .productCarousel .owl-buttons .owl-prev:before {
        margin-left: 15px;
    }
    .carousel-area .productCarousel .owl-buttons .owl-next {
        right: -15px;
    }
    .carousel-area .productCarousel .owl-buttons .owl-next:before {
        margin-left: 17px;
    }
    .carousel-area .productCarousel .owl-pagination {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .owl-item .image-item {
        text-align: center;
    }
    .carousel-area .owl-prev:after,
    .carousel-area .owl-next:after {
        display: none;
    }
}


/*-----  End of Owl Carousel  ------*/


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}


/* fade */

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}


/* Keyframes */


/*empty*/

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeOut {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.brands-carousel .owl-item,
.owl-images-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.brands-carousel .slide-item,
.owl-images-carousel .slide-item,
.brands-carousel .image-item,
.owl-images-carousel .image-item {
    text-align: center;
}

.brands-carousel .slide-item img,
.owl-images-carousel .slide-item img,
.brands-carousel .image-item img,
.owl-images-carousel .image-item img {
    opacity: 0.4;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.brands-carousel .slide-item:hover img,
.owl-images-carousel .slide-item:hover img,
.brands-carousel .image-item:hover img,
.owl-images-carousel .image-item:hover img {
    opacity: 1;
}

.brands-carousel .owl-prev,
.owl-images-carousel .owl-prev,
.brands-carousel .owl-next,
.owl-images-carousel .owl-next {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.brands-carousel .owl-prev:hover:before,
.owl-images-carousel .owl-prev:hover:before,
.brands-carousel .owl-next:hover:before,
.owl-images-carousel .owl-next:hover:before {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.brands-carousel .owl-prev.disabled,
.owl-images-carousel .owl-prev.disabled,
.brands-carousel .owl-next.disabled,
.owl-images-carousel .owl-next.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.brands-carousel .owl-prev,
.owl-images-carousel .owl-prev {
    left: -90px;
    top: 50% !important;
    margin-top: -25px;
}

.brands-carousel .owl-prev:before,
.owl-images-carousel .owl-prev:before {
    font-size: 33px;
    margin-left: 18px;
}

.brands-carousel .owl-next,
.owl-images-carousel .owl-next {
    right: -90px;
    top: 50% !important;
    margin-top: -25px;
}

.brands-carousel .owl-next:before,
.owl-images-carousel .owl-next:before {
    font-size: 33px;
    margin-left: 21px;
}

.owl-image-carousel .owl-prev {
    width: 40px;
    height: 40px;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fafafa;
}

.owl-image-carousel .owl-prev:before {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f0d9";
    font-size: 12px;
}

.owl-image-carousel .owl-next {
    width: 40px;
    height: 40px;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    left: auto;
    right: 0;
    background-color: #fafafa;
}

.owl-image-carousel .owl-next:before {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f0d9";
    font-size: 12px;
}

.owl-image-carousel .owl-next:before {
    content: "\f0da";
}

.wpb_images_carousel .owl-controls {
    margin-top: 30px;
}

.vc_row[data-vc-full-width='true'] .owl-carousel .owl-prev {
    left: -45px;
}

.vc_row[data-vc-full-width='true'] .owl-carousel .owl-next {
    right: -45px;
}

.testimonials-slider blockquote {
    border: none;
    padding: 0;
    margin-top: 0;
    position: relative;
    padding-top: 30px;
}

.testimonials-slider blockquote:before {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.testimonials-slider .avatar-link {
    display: inline-block;
    vertical-align: middle;
}

.testimonials-slider .avatar-link img {
    max-width: 70px;
    margin-right: 15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonials-slider .testimonial-author {
    display: inline-block;
    max-width: 160px;
    vertical-align: middle;
    letter-spacing: 1px;
}

.testimonials-slider .testimonial-author strong {
    display: block;
    letter-spacing: 1px;
}

.testimonials-slider .owl-pagination {
    margin-top: 20px;
}

.testimonials-slider .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
}

.testimonials-slider .owl-buttons .owl-prev,
.testimonials-slider .owl-buttons .owl-next {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: -25px;
}

.testimonials-slider .owl-buttons .owl-prev:hover :before,
.testimonials-slider .owl-buttons .owl-next:hover :before {
    color: #fff;
}

.testimonials-slider .owl-buttons .owl-prev {
    left: -70px !important;
}

.testimonials-slider .owl-buttons .owl-next {
    right: -70px !important;
}

.testimonials-slider .owl-buttons .owl-prev:before {
    font-size: 33px;
    margin-left: 18px;
    content: "\f104";
}

.testimonials-slider .owl-buttons .owl-next:before {
    content: "\f105";
    position: absolute;
    font-size: 33px;
    margin-left: 21px;
}

.testimonials-slider.testimonials-color-light {
    color: #fff;
}

.testimonials-slider.testimonials-color-light a {
    color: #fff;
}

.sidebar-widget .testimonials-slider blockquote {
    padding-top: 0;
}

.sidebar-widget .testimonials-slider blockquote:before {
    display: none;
}

.boxed .carousel-area .owl-controls .owl-prev,
.boxed .carousel-area .owl-controls .owl-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.boxed .carousel-area .owl-controls .owl-prev:before,
.boxed .carousel-area .owl-controls .owl-next:before {
    font-size: 33px;
}

.boxed .carousel-area .owl-prev {
    left: 0 !important;
}

.boxed .carousel-area .owl-prev:before {
    margin-left: 18px;
}

.boxed .carousel-area .owl-next {
    right: 0 !important;
}

.boxed .carousel-area .owl-next:before {
    margin-left: 21px;
}

.boxed .categoriesCarousel .owl-controls .owl-prev,
.boxed .categoriesCarousel .owl-controls .owl-next {
    top: 50% !important;
}

.vc_row[data-vc-stretch-content="true"] .owl-carousel .owl-prev {
    left: 0 !important;
    top: 35% !important;
}

.vc_row[data-vc-stretch-content="true"] .owl-carousel .owl-next {
    right: 0 !important;
    top: 35% !important;
}

.custom-carousel .owl-pagination {
    display: none;
}

.vc_row .categoriesCarousel .owl-controls .owl-prev,
.vc_row .categoriesCarousel .owl-controls .owl-next {
    top: 50% !important;
    margin-top: -37px;
}

@media only screen and (max-width: 480px) {
    .custom-carousel {
        margin-bottom: 30px;
    }
    .custom-carousel .owl-pagination {
        display: block;
        margin-top: -17px;
        position: relative;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.vc_general.vc_pagination .vc_pagination-trigger {
    width: 10px;
    height: 10px;
    margin: 0 0.31em;
    -webkit-border-radius: 100% !important;
    border-radius: 100% !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 1400px) {
    .recentCarousel .owl-buttons {
        display: none !important;
    }
}


/*=====================================
=            Page Headings            =
=====================================*/

.breadcrumbs,
.woocommerce-breadcrumb,
.bbp-breadcrumb {
    list-style: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumbs li,
.woocommerce-breadcrumb li,
.bbp-breadcrumb li {
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.breadcrumbs li.lastItem:after,
.woocommerce-breadcrumb li.lastItem:after,
.bbp-breadcrumb li.lastItem:after {
    display: none;
}

.bbp-breadcrumb p {
    margin-bottom: 0;
}

.woocommerce-breadcrumb a,
#breadcrumb a,
.bbp-breadcrumb a,
.woocommerce-breadcrumb .delimeter,
#breadcrumb .delimeter,
.bbp-breadcrumb .delimeter {
    font-size: 0.9rem;
    letter-spacing: 2px;
    padding: 0 1px;
}

.woocommerce-breadcrumb .delimeter:last-child,
#breadcrumb .delimeter:last-child,
.bbp-breadcrumb .delimeter:last-child {
    font-size: 0;
}

.bbp-breadcrumb a:last-of-type+.bbp-breadcrumb-sep,
.bbp-breadcrumb .bbp-breadcrumb-current {
    display: none;
}

.page-heading {
    padding: 5.71em 0;
    margin-bottom: 2.142em;
    text-align: center;
    background-repeat: no-repeat;
}

.page-heading .title {
    margin-bottom: 0;
    font-weight: 900;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
}

.page-heading .back-history {
    margin-top: -7px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    padding-left: 10px;
}

.page-heading .back-history:hover {
    color: #8a8a8a;
}

.page-heading .back-history:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 3px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.page-heading.bc-size-small {
    padding: 2.14em;
}

.page-heading.bc-size-small .title {
    font-size: 2.57rem;
    margin-bottom: 0;
}

.page-heading.bc-type-left {
    text-align: left;
}

.page-heading.bc-type-left .breadcrumbs {
    text-align: left;
}

.page-heading.bc-type-left .woocommerce-breadcrumb,
.page-heading.bc-type-left #breadcrumb {
    text-align: left;
    font-size: 0;
    letter-spacing: 0;
}

.page-heading.bc-type-left a,
.page-heading.bc-type-left .delimeter {
    font-size: 0.9rem;
    letter-spacing: 2px;
    padding: 0 1px;
}

.page-heading.bc-type-left .delimeter:last-child {
    font-size: 0;
}

.page-heading.bc-type-left .title {
    text-align: left;
}

.page-heading.bc-type-left2 .a-center {
    text-align: left;
}

.page-heading.bc-type-left2 .woocommerce-breadcrumb,
.page-heading.bc-type-left2 .breadcrumbs {
    display: inline-block;
    width: auto;
    font-size: 0.9rem !important;
    color: #b2b2b2;
    letter-spacing: 2px;
    padding-top: 4px;
}

.page-heading.bc-type-left2 .woocommerce-breadcrumb a,
.page-heading.bc-type-left2 .breadcrumbs a {
    font-size: 0.9rem !important;
    color: #b2b2b2;
    letter-spacing: 2px;
}

.page-heading.bc-type-left2 .woocommerce-breadcrumb a:hover,
.page-heading.bc-type-left2 .breadcrumbs a:hover {
    color: #1e1e1e;
}

.page-heading.bc-type-left2 .delimeter:last-child {
    font-size: 0 !important;
}

.page-heading.bc-type-left2 .delimeter:first-of-type {
    font-size: 0.9rem !important;
}

.page-heading.bc-type-left2 .title {
    display: none;
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-left: 0;
    color: #b2b2b2;
    font-weight: bold;
}

.page-heading.bc-type-left2 .back-history {
    margin-top: -7px;
    color: #b2b2b2;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    padding-left: 10px;
}

.page-heading.bc-type-left2 .back-history:hover {
    color: #1e1e1e;
}

.page-heading.bc-type-left2 .back-history:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 3px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.page-heading.bc-type-left2.bc-color-white .title {
    color: #fff;
}

.page-heading.bc-type-left2.bc-color-white .woocommerce-breadcrumb,
.page-heading.bc-type-left2.bc-color-white .breadcrumbs {
    color: #fff;
}

.page-heading.bc-type-left2.bc-color-white .woocommerce-breadcrumb a,
.page-heading.bc-type-left2.bc-color-white .breadcrumbs a {
    color: #fff;
}

.page-heading.bc-type-left2.bc-color-white .woocommerce-breadcrumb a:hover,
.page-heading.bc-type-left2.bc-color-white .breadcrumbs a:hover {
    color: #fff;
    opacity: 0.8;
}

.page-heading.bc-type-left2.bc-color-white .back-history {
    color: #fff;
}

.page-heading.bc-type-left2.bc-color-white .back-history:hover {
    opacity: 0.8;
}

[class*=" paged-"] .page-heading.bc-type-left2 .title {
    font-size: 0;
}

.bc-type-default .back-history {
    margin-top: 2px;
}

.bc-type-default .woocommerce-breadcrumb,
.bc-type-default #breadcrumb {
    font-size: 0;
    letter-spacing: 0;
}

.bc-type-default a,
.bc-type-default .delimeter {
    font-size: 0.9rem;
    letter-spacing: 2px;
    padding: 0 1px;
}

.bc-type-default .delimeter:last-child {
    font-size: 0;
}

.bc-type-disable {
    display: none;
}

.breadcrumbs-type-disable.et-header-not-overlap:not(.home) .content-page {
    margin-top: 30px;
}

.single-post .page-heading.bc-type-left2 .title {
    display: none;
}

.single-post .back-history {
    margin-top: -7px;
}

.back-history {
    position: absolute;
    right: 20px;
    top: 50%;
}

.back-history:hover,
.back-history:focus {
    text-decoration: none;
}

.bc-color-white {
    color: white;
}

.bc-color-white a {
    color: white;
}

.bc-color-white h1,
.bc-color-white h2,
.bc-color-white h3,
.bc-color-white h4 {
    color: white;
}

.bc-color-white .back-history:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 1200px) {
    .page-heading.bc-size-large .title {
        max-width: 665px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-heading.bc-size-large.bc-type-left .title {
        max-width: 100%;
        margin-left: 0;
    }
    .bc-size-large .title {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 1200px) {
    .back-history {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .page-heading.bc-size-small {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .back-history {
        display: none;
    }
    .page-heading .title {
        font-size: 2rem;
    }
    .breadcrumbs,
    .woocommerce-breadcrumb {
        margin-bottom: 10px;
    }
    .page-heading.bc-size-small.bc-type-left2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/*-----  End of Page Headings  ------*/


/*====================================
=            Social Icons            =
====================================*/

.menu-social-icons li {
    float: left;
    position: relative;
    list-style: none;
}

.menu-social-icons li a {
    padding: 3px 10px;
    color: #8a8a8a;
}

.menu-social-icons li a:focus {
    outline: none;
}

.menu-social-icons i {
    position: relative;
    z-index: 2;
    font-style: normal;
}


/*-----  End of Social Icons  ------*/


/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}


/* Arrows */

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}


/* Pagination Styles */

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}


/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}


/* Bullets */

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: 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%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -ms-transform: translate3d(0px, -50%, 0);
    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%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    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 {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    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 {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}


/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}


/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    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;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Cube */

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    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 {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    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;
}


/* Scrollbar */

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    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);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}


/* Preloader */

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*================================
=            SXY Zoom            =
================================*/

.sxy-zoom-container .sxy-zoom-viewport {
    z-index: 1000;
}

.sxy-zoom-container img {
    border: 0;
    max-width: none;
}

.sxy-zoom-container div {
    margin: 0;
    padding: 0;
    border: 0;
}

.sxy-zoom-container .sxy-zoom-dragpad,
.sxy-zoom-container .sxy-overlay,
.sxy-zoom-container .inner-thumb,
.sxy-zoom-container .sxy-zoom-bg {
    width: 100%;
    height: 100%;
}

.sxy-zoom-bg {
    left: 0;
    top: 0;
    position: absolute;
}

.sxy-zoom-container .sxy-controls {
    height: 100%;
    position: absolute;
    overflow: hidden;
    -webkit-filter: inherit;
    filter: inherit;
}

.sxy-zoom-container .overlay {
    height: 100%;
}

.sxy-zoom-container .sxy-slider {
    height: 100%;
}

.sxy-zoom-container .sxy-zoom-dragpad {
    position: absolute !important;
    left: 0;
    top: 0;
}

.sxy-zoom-container .sxy-controls .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26px;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    background: #fff;
    -webkit-filter: inherit;
    filter: inherit;
}

.sxy-zoom-container .in {
    -webkit-filter: inherit;
    filter: inherit;
    position: relative;
    display: block;
}

.sxy-zoom-container .out {
    -webkit-filter: inherit;
    filter: inherit;
    position: relative;
    display: block;
}

.sxy-zoom-container .sxy-slider {
    -webkit-filter: inherit;
    filter: inherit;
    position: relative;
}

.sxy-zoom-container .sxy-handle {
    -webkit-filter: inherit;
    filter: inherit;
    position: absolute;
}

.sxy-zoom-container {
    position: relative;
}

.sxy-zoom-container .sxy-zoom-viewfinder {
    position: absolute;
}

.sxy-zoom-container .inner-thumb {
    position: absolute;
    top: 0;
    left: 0;
}

.sxy-zoom-container .sxy-zoom-dragpad {
    position: relative;
}

.sxy-zoom-container .sxy-zoom-dragpad .sxy-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
}

.sxy-zoom-container .sxy-zoom-viewport {
    position: absolute;
    overflow: hidden;
    top: 0;
}

.sxy-zoom-container .sxy-zoom-viewport img {
    position: absolute;
}

.sxy-zoom-container.sxy-zoom-loading .sxy-loading {
    display: none;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px;
}

.sxy-zoom-container.sxy-zoom-loading .sxy-loading span {
    display: block;
}

.sxy-zoom-mode-dock .sxy-zoom-viewport {
    position: absolute;
    overflow: hidden;
    top: 0;
}

.sxy-zoom-mode-window .sxy-zoom-viewfinder {
    z-index: 1001;
}

.sxy-zoom-mode-lens .sxy-zoom-viewport {
    position: absolute;
    overflow: hidden;
    top: 0;
}

.sxy-zoom-mode-slippy .sxy-zoom-dragpad {
    cursor: pointer;
}

.sxy-zoom-mode-slippy .sxy-zoom-dragpad.down {
    cursor: move;
}


/*-----  End of SXY Zoom  ------*/


/*============================
=            Tabs            =
============================*/


/* VC Default tabs */

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px !important;
    margin: 0 10px;
    background: none !important;
    border: none !important;
    color: #000 !important;
    display: inline-block;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a:hover {
    color: #4d4d4d !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a:after {
    display: block !important;
    content: "";
    left: 50%;
    right: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background: none;
    border: none;
    position: relative;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px !important;
    background-color: black;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a:after {
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    opacity: 1;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:hover a {
    background: none;
    border: none;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-controls-align-left:not(.vc_tta-tabs-position-left) .vc_tta-tab:first-child>a {
    padding-left: 0 !important;
    margin-left: 0;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-controls-align-left:not(.vc_tta-tabs-position-left) .vc_tta-tab:first-child.vc_active>a:after {
    left: 0 !important;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-controls-align-right:not(.vc_tta-tabs-position-right) .vc_tta-tab:last-child>a {
    padding-right: 0 !important;
    margin-right: 0;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-controls-align-right:not(.vc_tta-tabs-position-right) .vc_tta-tab:last-child.vc_active>a:after {
    right: 0 !important;
}

.vc_tta.vc_general .vc_tta-tab {
    list-style: none;
    display: inline-block;
}

.vc_tta-panel-body h3.title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
}

.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent !important;
    border: none !important;
}

.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a span {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px;
    margin: 0 10px;
    background: none;
    color: #000;
    border: none !important;
    display: inline-block;
    cursor: pointer;
}

.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a span:hover {
    color: #4d4d4d;
}

.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a span:after {
    display: block !important;
    content: "";
    left: 50%;
    right: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a span {
    position: relative;
}

.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a span:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px !important;
    background-color: black;
}

.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a span:after {
    content: '';
    left: 10px;
    right: 10px;
    width: auto;
    opacity: 1;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vc_tta.vc_general .vc_tta-tabs-list {
    margin-bottom: 30px;
}

.vc_tta.vc_general .vc_tta-panel.vc_animating .vc_tta-panel-body {
    display: none;
    opacity: 0 !important;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    display: block!important;
    height: auto!important;
    opacity: 1 !important;
    padding: 0!important;
}

.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body .woocommerce {
    padding-top: 15px;
}

.tabs {
    margin: 0 0 3.5714em;
    display: inline-block;
    width: 100%;
}

.tabs .tab-content {
    display: none;
    float: right;
    padding: 2.14em 0;
    width: 100%;
}

.tabs .tab-content .list li {
    display: list-item;
}

.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 .tab-title {
    display: block;
    position: relative;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px;
}

.tabs .tab-title:hover,
.tabs .tab-title:focus {
    text-decoration: none !important;
}

.tabs .tab-title.lastItem:after {
    display: none;
}

.tabs .tab-title span {
    position: relative;
}

.tabs .tab-title span:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px !important;
    background-color: black;
}

.tabs .tab-title span:after {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    left: 50%;
    right: 50%;
    bottom: -3px;
}

.tabs .tab-title.opened span {
    position: relative;
}

.tabs .tab-title.opened span:after {
    left: 0;
    right: 0;
}

.left-bar .left-titles {
    float: left;
    width: 28%;
}

.left-bar .left-titles li {
    list-style-type: none;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    padding: 1.5em 2em;
    margin-right: -1px;
    position: relative;
    margin-bottom: 0;
    border-right: none;
}

.left-bar .left-titles li:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    background-color: #e6e6e6;
    z-index: 1;
}

.left-bar .left-titles li.active:after {
    background-color: #fff;
}

.left-bar .left-titles li:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.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: 4em;
    border: 1px solid #e6e6e6;
}

.left-bar .tab-content p:last-child {
    margin-bottom: 0;
}

.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a span:after {
    bottom: 0;
}

.tabs .accordion-title {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
}

.tabs .accordion-title a {
    padding: 1.43em 0;
}

.tabs .accordion-title a.opened {
    padding: 1.23em 0 1.63em;
}

.tabs .accordion-title a:after {
    display: inline-block;
    float: right;
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 20px;
    top: 50%;
    color: #EBEBEB;
    font-size: 22px;
    margin-top: -11px;
    line-height: 1;
}

.tabs .accordion-title.opened-parent a:after {
    content: '\f106';
    margin-top: -13px;
}

.tabs.accordion .accordion-title {
    display: block;
}

.tabs.accordion .tabs-nav {
    display: none;
}

.tabs.accordion .tab-content {
    float: none;
}

.tabs.accordion .shop_attributes {
    width: 100%;
    border-top: none;
}

.tabs.accordion .shop_attributes tr:last-child td,
.tabs.accordion .shop_attributes tr:last-child th {
    border-bottom: none;
}

.tabs.accordion #reviews #comments>h2,
.tabs.accordion .comment-reply-title {
    border-top: none;
}

.vc_tta-panel-body {
    overflow: visible !important;
}


/* WooCommerce tabs */

.woocommerce-tabs+#reviews {
    margin-top: 0;
}

.shop_attributes {
    margin: 0 auto;
}

.shop_attributes th {
    color: black;
    font-size: 0.9rem;
    vertical-align: middle;
    text-transform: uppercase;
}

.shop_attributes th,
.shop_attributes td {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
}

.shop_attributes p {
    font-size: 1.07rem;
    margin-bottom: 0;
    font-weight: 400;
}

.col-md-6 .woocommerce-tabs #reviews #comments {
    width: 100%;
}

.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 #review_form_wrapper {
    width: 100%;
}

#reviews .commentlist .star-rating {
    margin-top: 10px;
}

.vc_tta-container .vc_tta-pageable .vc_tta-panels .vc_tta-panel {
    display: none;
}

.vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
    margin-top: 15px !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a {
    margin-bottom: 15px;
}

.tabs-with-scroll .tab-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tabs-with-scroll .tab-content .tab-content-inner {
    max-height: 300px;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    position: relative;
}

.tabs-with-scroll .tab-content .tab-content-inner .tab-content-scroll {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0 !important;
    padding-right: 10px;
    bottom: 0;
    width: 100%;
}

.tabs-with-scroll .tab-content .tab-content-inner .tab-content-scroll:focus {
    outline: none;
}

.tabs-with-scroll .tab-content .tab-content-inner .tab-content-scroll::-webkit-scrollbar {
    display: none !important;
}

.tabs-with-scroll .tab-content .tab-content-inner .nano-pane {
    background: #e6e6e6;
    position: absolute;
    width: 3px;
    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;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.tabs-with-scroll .tab-content .tab-content-inner .nano-pane>.nano-slider {
    background: #9f9f9f;
    position: relative;
    margin: 0px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tabs-with-scroll .tab-content::-webkit-scrollbar {
    display: none;
}

@media only screen and (min-width: 992px) {
    .shop_attributes {
        width: 85%;
    }
}

@media only screen and (max-width: 992px) {
    .vc_tta-tabs.vc_tta-tabs-position-left {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: inline-block;
        width: 100%;
    }
    .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
        width: 35%;
        display: inline-block;
        float: left;
    }
    .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
        width: 60%;
        display: inline-block;
        float: left;
    }
    .vc_tta-panel-body .woocommerce.columns-3 .product {
        width: 33.33%;
    }
    .vc_tta-panel-body .woocommerce.columns-3 .product:nth-child(3n+1) {
        clear: both !important;
    }
    .vc_tta-panel-body .woocommerce.columns-3 .product:nth-child(2n+1) {
        clear: none !important;
    }
    .left-bar .left-titles li {
        padding: 1em 1.5em;
    }
    .left-bar .left-titles li .tab-title {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .vc_tta-style-classic.vc_tta-controls-align-left .vc_tta-panel .vc_tta-panel-heading a {
        padding-left: 10px;
    }
    .vc_tta-style-classic.vc_tta-controls-align-left .vc_tta-panel .vc_tta-panel-heading a span {
        padding-left: 0 !important;
        margin-left: 0;
    }
    .vc_tta-style-classic.vc_tta-controls-align-left .vc_tta-panel .vc_tta-panel-heading a span:after {
        left: 0 !important;
    }
    .vc_tta-style-classic.vc_tta-controls-align-right .vc_tta-panel .vc_tta-panel-heading a {
        padding-right: 10px;
    }
    .vc_tta-style-classic.vc_tta-controls-align-right .vc_tta-panel .vc_tta-panel-heading a span {
        padding-right: 0 !important;
        margin-right: 0;
    }
    .vc_tta-style-classic.vc_tta-controls-align-right .vc_tta-panel .vc_tta-panel-heading a span:after {
        right: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .left-bar .left-titles {
        width: 100%;
    }
    .left-bar .left-titles li.active:after {
        background-color: #e6e6e6;
    }
    .left-bar .tab-content {
        width: 100%;
    }
    .vc_tta-panel-body .woocommerce.columns-3 .product {
        width: 50%;
    }
    .vc_tta-panel-body .woocommerce.columns-3 .product:nth-child(3n+1) {
        clear: none !important;
    }
    .vc_tta-panel-body .woocommerce.columns-3 .product:nth-child(2n+1) {
        clear: both !important;
    }
}

.tabs-full-width {
    background-color: #fff;
}


/*-----  End of Tabs  ------*/


/*=====================================
=            The look tabs            =
=====================================*/

.et-looks {
    position: relative;
}

.et-looks .et-looks-nav {
    position: absolute;
    bottom: -20px;
    left: 50%;
    padding-left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

.et-looks .et-looks-nav li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.et-looks .et-looks-nav li a {
    cursor: pointer;
    font-size: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #e6e6e6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.et-looks .et-looks-nav li.active a {
    background: #bebebe;
}

.et-looks-content {
    position: relative;
    width: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    height: 800px;
}

.et-looks-content .et-look {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    width: 100%;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}

.et-looks-content .et-look.active-look {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.et-looks-content .et-isotope-item .content-product {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
}

.et-looks-content .et-isotope-item .content-product img {
    width: 100%;
}

.et-looks-content .et-isotope-item .content-product.product-ready {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.et-looks-content.has-no-active-item .et-look:first-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.et-looks-content.has-no-active-item .et-look:first-child .et-isotope-item .content-product {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 767px) {
    .et-products-images-slider {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .et-products-info-slider {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 480px) {
    .et-look .et-isotope-item.product {
        display: inline-block;
        margin-bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    .et-look .et-isotope-item.product .content-product {
        margin-bottom: 0 !important;
    }
    .et-look .et-isotope-item.product .content-product .product-title {
        font-size: 0.9rem;
        line-height: 1.1;
    }
    .et-look .et-isotope-item.product .content-product .product-title a {
        margin-bottom: 2px;
    }
    .et-look .et-isotope-item.product .product-image-wrapper {
        margin-bottom: 10px;
    }
    .et-look .et-isotope-item.product .footer-product .add_to_cart_button {
        font-size: 0;
    }
    .et-look .et-isotope-item.product .footer-product .add_to_cart_button:before {
        font-size: 24px;
        margin-right: 0;
    }
    .et-look .et-isotope-item.product .product-mask {
        padding: 10px !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .et-look .et-isotope-item.product .product-image-wrapper {
        max-height: 150px;
        overflow: hidden;
    }
    .et-look .et-isotope-item.product:last-child .product-image-wrapper {
        max-height: 100%;
    }
    .et-look .et-isotope-item:not(.product) {
        padding-left: 5px;
        padding-right: 5px;
    }
    .et-look .et-isotope-item:not(.product) .banner-content {
        left: 1.07rem;
        right: 1.07rem;
        width: auto;
        padding: 1.1em 1.42em;
        top: auto;
        bottom: 1.07rem;
        background-color: #fff;
    }
    .et-look .et-isotope-item:not(.product) .banner-content>p {
        display: none;
    }
    .et-look .et-isotope-item:not(.product) .banner-content>div {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0.9rem;
        line-height: 1.1;
    }
    .et-look .et-isotope-item:not(.product) .banner-content>div p {
        margin-bottom: 0;
    }
    .et-look .et-isotope-item:not(.product) .banner-content>div>div {
        padding: 0 !important;
        margin: 0 !important;
    }
    .et-look .et-isotope-item .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
    .et-look .et-isotope-item .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
    .et-look .et-isotope-item .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
        top: 9px;
    }
    .et-looks .et-looks-nav {
        bottom: -30px;
    }
    .et-looks-content .et-isotope-item .content-product {
        margin-bottom: 15px !important;
    }
}


/*=====  End of The look tabs  ======*/


/*===============================
=            Top Bar            =
===============================*/

.top-bar {
    line-height: 2.86rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.86rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.top-bar .container {
    position: relative;
}

.top-bar.topbar-color-white {
    color: #f7f3f3;
    background-color: #f15a29;
}

.top-bar.topbar-color-white a {
    color: #f7f3f3;
}

.top-bar.topbar-color-white a:hover {
    opacity: 0.4;
}

.top-bar.topbar-color-dark {
    border-bottom: 1px solid #e6e6e6;
}

.top-bar.topbar-color-dark .languages-area>div {
    border-right-color: #e6e6e6;
}

.top-bar.topbar-color-dark .top-links>div {
    border-left-color: #e6e6e6;
}

.top-bar.topbar-color-dark .topbar-widget.etheme_widget_socials .et-follow-buttons a {
    border-left-color: #e6e6e6;
}

.top-bar .widget_icl_lang_sel_widget {
    height: 40px;
}

@media only screen and (max-width: 1200px) {
    .et-header-boxed .top-bar .container {
        width: 100%;
    }
}

.links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.links li {
    display: inline-block;
    position: relative;
}

.languages {
    float: left;
}

.languages li.lastItem {
    margin-right: 0;
}

.currency {
    float: left;
}

.currency li:first-child a:before {
    content: "";
    display: inline-block;
    position: relative;
}

.top-links {
    float: right;
}

.top-links li.lastItem a:after {
    content: none;
}

.top-links li:last-child:after {
    display: none;
}

.languages-area {
    float: left;
    max-width: 50%;
}

.languages-area>div {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.languages-area>div:first-child {
    border-left: 0 !important;
}

.languages-area>div:last-child {
    border-right: 0 !important;
}

.languages-area .menu-social-icons {
    display: inline-block;
    margin-bottom: 0;
}

.languages-area .menu-social-icons li {
    margin-right: 5px;
}

.languages-area .menu-social-icons li .circle {
    display: none;
}

.languages-area .menu>li,
.top-links .menu>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.languages-area .menu>li>a,
.top-links .menu>li>a {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    height: 2.86rem;
    line-height: 2.86rem;
}

.languages-area .menu>li:hover>ul,
.top-links .menu>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.languages-area .menu>li>ul,
.top-links .menu>li>ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    top: 98%;
    border: 1px solid #e6e6e6;
    left: -10px;
    text-align: left;
    background: white;
    padding: 20px 0;
    width: 200px;
    z-index: 110;
}

.languages-area .menu>li>ul>li,
.top-links .menu>li>ul>li {
    display: block;
}

.languages-area .menu>li>ul>li>a,
.top-links .menu>li>ul>li>a {
    width: 100%;
    display: block;
    color: #9b9b9b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 0.78em 2.5em;
    text-align: left;
    opacity: 1 !important;
    line-height: 1;
}

.languages-area .menu>li>ul>li>a:hover,
.top-links .menu>li>ul>li>a:hover {
    color: #9b9b9b !important;
    background-color: #f7f7f7;
}

.languages-area .menu>li.menu-parent-item:after,
.top-links .menu>li.menu-parent-item:after {
    content: "\f0d7" !important;
    font-family: 'FontAwesome' !important;
    display: inline-block;
}

.my-account-link {
    position: relative;
    display: inline-block;
}

.my-account-link>a {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    height: 2.86rem;
    line-height: 2.86rem;
}

.my-account-link:hover>ul {
    visibility: visible;
    opacity: 1;
}

.my-account-link>ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    top: 98%;
    border: 1px solid #e6e6e6;
    left: -10px;
    text-align: left;
    background: white;
    padding: 20px 0;
    width: 200px;
    z-index: 110;
}

.my-account-link>ul>li {
    display: block !important;
}

.my-account-link>ul>li>a {
    width: 100%;
    display: block;
    color: #9b9b9b !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 0.78em 2.5em !important;
    text-align: left;
    opacity: 1 !important;
    line-height: 1;
}

.my-account-link>ul>li>a:hover {
    color: #9b9b9b !important;
    background-color: #f7f7f7;
}

.widget_currency_sel_widget .wcml_currency_switcher {
    background-color: transparent;
    background-image: none;
}

.widget_currency_sel_widget .wcml_currency_switcher:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    display: block;
}

.et-header-full-width .top-bar .my-account-link ul {
    right: 0;
    left: auto;
}

#lang_sel {
    height: auto;
}

#lang_sel a {
    text-transform: uppercase !important;
    font-size: 0.86rem !important;
}

#lang_sel a.lang_sel_sel {
    background-image: none;
}

#lang_sel a.lang_sel_sel:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

#lang_sel img.iclflag {
    top: 0;
}

#lang_sel li ul {
    width: 200px;
    background-color: #fff !important;
    height: auto !important;
    top: 32px;
    z-index: 100;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 17px 0 !important;
}

#lang_sel li ul a {
    padding: 5px 0 5px 15px;
    line-height: 1.8;
    opacity: 1 !important;
    -webkit-transition: none;
    transition: none;
}

#lang_sel li ul li {
    width: 100%;
    padding: 20px 0;
}

.widget_icl_lang_sel_widget {
    background-color: transparent;
}

.widget_currency_sel_widget .wcml_currency_switcher,
.topbar-widget div.fancy-select div.trigger {
    background-color: transparent !important;
}

.topbar-widget div.fancy-select div.trigger:after {
    border: 4px solid transparent !important;
    border-top-color: #fff !important;
    right: 0;
}

.topbar-widget div.fancy-select ul.options {
    color: #808080;
}

.topbar-widget div.fancy-select ul.options li {
    font-size: 0.86rem;
}

.widget_currency_sel_widget img {
    display: none !important;
}

.top-links {
    max-width: 50%;
    padding-left: 15px;
}

.top-links>div {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    margin-left: 15px;
    max-height: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.top-links>div:first-child {
    border-left: 0;
}

.top-links #lang_sel {
    top: 7px;
}

.top-links ul li {
    display: inline-block;
    list-style: none;
}

.top-links ul li a {
    text-transform: uppercase;
    padding: 0 4px;
}

.top-links ul {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    float: left;
}

.top-links p {
    margin-bottom: 0;
}

.topbar-widget {
    display: inline-block;
}

.topbar-widget ul li {
    display: inline-block;
    list-style: none;
}

.topbar-widget ul {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.topbar-widget p {
    margin-bottom: 0;
}

.topbar-widget .menu-social-icons {
    margin: 0 -0.71em;
    float: left;
}

.topbar-widget .menu-social-icons li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.topbar-widget .menu-social-icons li:first-child {
    border-left: 0;
}

.topbar-widget .menu-social-icons li:after {
    display: none;
}

.topbar-widget .menu-social-icons li a {
    display: inline-block;
    height: 2.86rem;
    width: 2.86em;
    font-size: 1rem;
}

.topbar-widget.etheme_widget_socials {
    padding-left: 0;
    float: left;
}

.topbar-widget.etheme_widget_socials .et-follow-buttons {
    float: right;
}

.topbar-widget.etheme_widget_socials .et-follow-buttons a {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 0 !important;
    width: 35px;
    height: 2.86rem;
    font-size: 1rem;
}

.topbar-widget.etheme_widget_socials .et-follow-buttons a:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.topbar-widget.etheme_widget_socials .et-follow-buttons a:first-child {
    border-left: none;
}

.topbar-widget.etheme_widget_socials .et-follow-buttons.buttons-size-large a {
    font-size: 1rem;
    width: 2.86em;
    margin: 0;
    line-height: 2.86rem;
    height: 2.86rem;
    background-color: transparent;
}

@media only screen and (max-width: 1030px) {
    .top-bar {
        display: none;
    }
    .top-bar .languages-area {
        display: none;
    }
    .top-bar .top-links {
        float: none;
    }
    .top-bar .top-links .topbar-widget {
        display: none;
    }
    .top-bar .top-links ul li.popup_link {
        display: none;
    }
}


/*-----  End of Top Bar  ------*/


/*=================================
=            Top panel            =
=================================*/

.top-panel-container {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #09215A;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 110;
}

.top-panel-container .menu-social-icons a {
    min-width: 33px;
    line-height: 2.14em;
    text-align: center;
    background: #f1f1f3;
    display: inline-block;
    margin-right: 0.36em;
}

.top-panel-container .menu-social-icons a i {
    color: #666;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.top-panel-container .menu-social-icons a:hover i {
    color: white;
}

.top-panel-container .close-panel {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 5px;
}

.top-panel-container .close-panel:before {
    content: "\f106";
    font-size: 28px;
    right: 0;
    font-family: FontAwesome;
    position: relative;
    line-height: 1;
}

.top-panel-inner {
    padding: 2.14em 0;
    padding-bottom: 10px;
}

.top-panel-open {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -9px;
}

.top-panel-open span {
    position: absolute;
    bottom: -14px;
    opacity: 0;
    background-color: #fff;
    padding: 5px 10px;
    color: #1a1a1a;
    line-height: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    min-width: 85px;
    left: -33px;
    pointer-events: none;
}

.top-panel-open span:before {
    position: absolute;
    content: "";
    top: -8px;
    margin-left: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #ffffff transparent;
}

.top-panel-open:after {
    content: "\f107";
    font-size: 28px;
    right: 0;
    font-family: FontAwesome;
    position: relative;
    line-height: inherit;
}

.top-panel-open:hover span {
    opacity: 1;
    pointer-events: auto;
}

.top-panel-opened .top-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.top-panel-opened .template-content {
    cursor: pointer;
}

.top-panel-opened .template-content:before {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 992px) {
    .admin-bar .top-panel-container {
        top: 0;
    }
    .et-toppanel-on .top-panel-open {
        float: left;
    }
    .et-toppanel-on .top-links {
        float: right;
    }
}

@media only screen and (max-width: 480px) {
    .top-panel-open {
        display: none;
    }
}


/*=====  End of Top panel  ======*/

.vc_toggle_arrow .vc_toggle_icon {
    float: right;
    color: #afafaf;
    position: relative;
    top: 5px;
}

.vc_toggle_arrow .vc_toggle_icon:after,
.vc_toggle_arrow .vc_toggle_icon:before {
    border-color: #afafaf;
}

.vc_toggle_content {
    margin-top: 2.86em;
}

.vc_toggle_title>h4 {
    font-weight: 400;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
    width: 10px;
    height: 10px;
}

.recent-posts-widget .post-widget-item {
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
    border-bottom: 1px solid rgba(125, 125, 125, 0.2);
    font-size: 0.86rem;
}

.recent-posts-widget .post-widget-item h4 {
    font-size: 1rem;
}

.recent-posts-widget .post-widget-item img {
    max-width: 2.86em;
}

.recent-posts-widget .post-widget-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.recent-posts-widget .post-widget-item .media {
    -js-display: -webkit-box;
    -js-display: -webkit-flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.recent-posts-widget .post-widget-item .media>a {
    display: table;
}

.recent-posts-widget .post-widget-item .media .media-body {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.recent-posts-widget .post-comments:before,
.recent-posts-widget .post-date:before {
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 5px;
    font-size: 0.71rem;
    position: relative;
    top: -1px;
}

.recent-posts-widget .post-date {
    margin-right: 20px;
}

.recent-posts-widget .post-date:before {
    content: "\f073";
}

.recent-posts-widget .post-comments {
    float: right;
}

.recent-posts-widget .post-comments:before {
    content: "\f075";
}

.sidebar-widget .recent-posts-widget img {
    max-width: 5.36em;
}

.sidebar-widget .recent-posts-widget .post-date {
    font-size: 1rem;
    font-weight: 300;
}

.sidebar-widget .recent-posts-widget .post-date:before {
    display: none;
}

.sidebar-widget .recent-posts-widget .post-comments {
    display: none!important;
}

.sidebar-widget.widget_categories>ul {
    margin-bottom: 0;
}

.widget_recent_comments li,
.widget_recent_entries li {
    border-bottom: 1px solid #e6e6e6;
    padding: 0.8em 0;
}

.widget_recent_comments li a,
.widget_recent_entries li a {
    padding: 0;
}

.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    padding-top: 0;
}

.product-brands a {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 1.45rem;
    font-weight: 700;
    color: #808080;
}

.sidebar .widget_nav_menu .widget-title {
    margin-bottom: 0.3em;
    padding-bottom: 1.07em;
}

.sidebar .widget_nav_menu li a {
    text-transform: uppercase;
    padding: 0.8em 0;
    display: block;
    border-top: 1px solid #e6e6e6;
}

.sidebar .widget_nav_menu li:first-child>a {
    border-top: none;
}

.sidebar .widget_nav_menu .menu>li.menu-parent-item:first-child>a:first-child {
    border: none;
    padding-top: 0;
}

.sidebar .widget_nav_menu .menu>li.menu-parent-item:last-child .sub-menu:last-child li:last-child a {
    border-bottom: 1px solid #e6e6e6;
}

.sidebar-widget.etheme_widget_brands li a {
    position: relative;
    display: block;
    padding: 0.86em 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
}

.sidebar-widget.etheme_widget_brands li a strong {
    font-weight: normal;
}

.sidebar-widget.etheme_widget_brands li:first-child a {
    padding-top: 0;
}

.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_recent_entries .owl-buttons,
.etheme_widget_products .owl-buttons {
    display: none;
}

.etheme_widget_entries_tabs .tabs {
    margin-bottom: 0;
}

.etheme_widget_entries_tabs .tabs .tab-title {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    position: relative;
}

.etheme_widget_entries_tabs .tabs .tab-title:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    left: 50%;
    right: 50%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    background-color: #1e1e1e;
}

.etheme_widget_entries_tabs .tabs .tab-title:hover:after,
.etheme_widget_entries_tabs .tabs .tab-title.opened:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.etheme_widget_entries_tabs .post-widget-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.etheme_widget_entries_tabs .tab-content {
    padding-bottom: 0;
}

.widget_search {
    display: inline-block;
}

.widget_search form {
    position: relative;
}

.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 button {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 2.65rem;
    font-size: 0 !important;
    text-align: center;
    padding: 0;
    line-height: 1;
    background-color: #262626;
    border-color: #262626;
}

.widget_search button:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
}

.widget_search button i {
    display: block !important;
    position: relative;
    color: #fff;
    font-size: 1rem;
}

.widget_search .modal-form {
    margin-top: 0;
}

.etheme_widget_about_author img {
    margin-bottom: 2em;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.etheme_widget_about_author img:hover {
    opacity: 0.7;
}

.etheme_widget_about_author .author-bio {
    margin-bottom: 0;
}

.et-follow-buttons {
    text-align: center;
}

.et-follow-buttons a {
    display: inline-block;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.et-follow-buttons.buttons-size-normal a {
    font-size: 16px;
    padding: 0 6px;
}

.et-follow-buttons.buttons-size-large a {
    display: inline-block;
    width: 44px;
    height: 44px;
    color: #999;
    margin: 4px;
    line-height: 42px;
    background-color: #f2f2f2;
    font-size: 22px;
    padding: 0;
}

.et-follow-buttons.buttons-size-large a:hover {
    color: #1a1a1a;
}

.et-follow-buttons a {
    text-align: center;
}

.et-follow-buttons a:first-child {
    padding-left: 0;
}

.et-follow-buttons a:last-child {
    padding-right: 0;
}

.et-follow-buttons.icons-colorfull a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.et-follow-buttons.icons-colorfull .follow-facebook:hover {
    background-color: #3a5795;
}

.et-follow-buttons.icons-colorfull .follow-twitter:hover {
    background-color: #55ACF2;
}

.et-follow-buttons.icons-colorfull .follow-instagram:hover {
    background-color: #2d5a82;
}

.et-follow-buttons.icons-colorfull .follow-google:hover {
    background-color: #dd4c3e;
}

.et-follow-buttons.icons-colorfull .follow-pinterest:hover {
    background-color: #bd2126;
}

.et-follow-buttons.icons-colorfull .follow-linkedin:hover {
    background-color: #1898b9;
}

.et-follow-buttons.icons-colorfull .follow-tumblr:hover {
    background-color: #35465c;
}

.et-follow-buttons.icons-colorfull .follow-youtube:hover {
    background-color: #e2282e;
}

.et-follow-buttons.icons-colorfull .follow-vimeo:hover {
    background-color: #2ab8e8;
}

.et-follow-buttons.icons-colorfull .follow-rss:hover {
    background-color: #f97636;
}

.et-follow-buttons.icons-colorfull a:hover {
    color: #fff;
}

.et-follow-buttons.icons-colorfull:not(.buttons-size-large) a {
    background-color: transparent !important;
}

.et-follow-buttons.icons-colorfull:not(.buttons-size-large) a i {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.et-follow-buttons.icons-colorfull:not(.buttons-size-large) .follow-facebook:hover i {
    color: #3a5795;
}

.et-follow-buttons.icons-colorfull:not(.buttons-size-large) .follow-twitter:hover i {
    color: #55ACF2;
}

.et-follow-buttons.icons-colorfull:not(.buttons-size-large) .follow-instagram:hover i {
    color: #2d5a82;
}

.et-follow-buttons.icons-colorfull:not(.buttons-size-large) .follow-google:hover i {
    color: #dd4c3e;
}

.et-follow-buttons.icons-colorfull:not(.buttons-size-large) .follow-pinterest:hover i {
    color: #bd2126;
}

.et-follow-buttons.icons-colorfull:not(.buttons-size-large) .follow-linkedin:hover i {
    color: #1898b9;
}

.et-follow-buttons.icons-colorfull:not(.buttons-size-large) .follow-tumblr:hover i {
    color: #35465c;
}

.et-follow-buttons.icons-colorfull:not(.buttons-size-large) .follow-youtube:hover i {
    color: #e2282e;
}

.et-follow-buttons.icons-colorfull:not(.buttons-size-large) .follow-vimeo:hover i {
    color: #2ab8e8;
}

.et-follow-buttons.icons-colorfull:not(.buttons-size-large) .follow-rss:hover i {
    color: #f97636;
}

.et-follow-buttons.icons-filled a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    padding: 0 6px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.et-follow-buttons.icons-filled a:last-child {
    margin-right: 0 !important;
}

.et-follow-buttons.icons-filled a i {
    color: #fff;
}

.et-follow-buttons.icons-filled.buttons-size-large a {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.et-follow-buttons.icons-filled.buttons-size-small a {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.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-vimeo {
    background-color: #2ab8e8;
}

.et-follow-buttons.icons-filled .follow-rss {
    background-color: #f97636;
}

.et-follow-buttons.icons-filled .follow-facebook:hover {
    background-color: #2c4270;
}

.et-follow-buttons.icons-filled .follow-twitter:hover {
    background-color: #2695ee;
}

.et-follow-buttons.icons-filled .follow-instagram:hover {
    background-color: #20405c;
}

.et-follow-buttons.icons-filled .follow-google:hover {
    background-color: #c53123;
}

.et-follow-buttons.icons-filled .follow-pinterest:hover {
    background-color: #92191d;
}

.et-follow-buttons.icons-filled .follow-linkedin:hover {
    background-color: #12738c;
}

.et-follow-buttons.icons-filled .follow-tumblr:hover {
    background-color: #222d3c;
}

.et-follow-buttons.icons-filled .follow-youtube:hover {
    background-color: #bd1a1f;
}

.et-follow-buttons.icons-filled .follow-vimeo:hover {
    background-color: #169cc9;
}

.et-follow-buttons.icons-filled .follow-rss:hover {
    background-color: #f55507;
}

.et-follow-buttons.align-left {
    text-align: left;
}

.et-follow-buttons.align-right {
    text-align: right;
}

.et-follow-buttons.align-center {
    text-align: center;
}

.sidebar .vc_tta.vc_general .vc_tta-tab {
    margin: 0 !important;
    width: 50%;
}

.sidebar .vc_tta.vc_general .vc_tta-tab a {
    border: none !important;
}

.tagcloud a {
    display: inline-block;
    font-size: 0.93rem!important;
    padding: 3px 16px 3px;
    margin: 0 0.33em 0.5em 0;
    border: 1px solid rgba(125, 125, 125, 0.2);
    text-transform: uppercase;
}

.tagcloud a:hover {
    color: white;
}

.sidebar-widget .tagcloud a {
    background-color: #fafafa;
    border: 1px solid #fafafa;
    color: #999;
    text-transform: capitalize;
}

.sidebar-widget .tagcloud a:hover {
    color: white;
}

.wpb_widgetised_column .sidebar-widget {
    margin-bottom: 30px;
}

.wpb_widgetised_column_heading {
    font-size: 1.2857rem;
}


/* Default WP Widgets */

.widget.widget_search .form-group.has-border {
    float: left;
    width: 75%;
    margin-right: 0;
}

.widget.widget_search .form-group.has-border .col-xs-10 {
    width: 100%;
}

.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.widget_meta ul,
.widget.widget_recent_comments ul {
    padding-left: 0;
}

.widget.widget_meta ul li,
.widget.widget_recent_comments ul li {
    list-style: none;
    line-height: 20px;
}

.widget.widget_pages ul {
    padding-left: 0;
}

.widget.widget_pages ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.widget.widget_pages ul li a {
    display: inline-block;
    position: relative;
}

.widget.widget_pages ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
}

.widget.widget_nav_menu ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.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 a:before,
.widget.widget_categories ul li a:before,
.widget.widget_archive ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    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 ul.sub-menu,
.widget.widget_categories ul li ul.sub-menu,
.widget.widget_archive ul li ul.sub-menu {
    display: inline-block;
    width: 100%;
}

.widget_rss .widget-title img {
    display: none;
}

.widget_rss ul {
    padding-left: 0;
}

.widget_rss ul li {
    list-style: none;
    margin-bottom: 0.71em;
}

.widget_rss ul li a {
    display: inline-block;
}

.widget_rss ul li .rss-date {
    display: block;
}

.widget_rss ul li cite {
    font-style: italic;
}

.widget_archive h4 {
    margin-bottom: 0.3em !important;
}

.widget_archive select {
    width: 100%;
    margin-top: 0.71em;
}

.widget_archive li {
    border-bottom: 1px solid #e6e6e6;
}

.widget_archive li a {
    padding: 0.8em 0;
    text-transform: uppercase;
    display: inline-block;
}

.widget_archive .screen-reader-text {
    display: none;
}

.widget_calendar caption {
    color: #1e1e1e;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.widget_calendar thead th {
    background-color: #fafafa;
    padding: 10px;
    text-align: center;
    font-size: 0.93rem;
    border-bottom: 1px solid #e6e6e6;
}

.widget_calendar tbody td {
    text-align: center;
}

.widget_calendar tbody td#today {
    background-color: #fafafa;
}

.widget_categories .widget-title {
    margin-bottom: 0.3em;
}

.widget_categories ul li {
    border-bottom: 1px solid #e6e6e6;
}

.widget_categories ul li a {
    text-transform: uppercase;
    padding: 0.8em 0;
    display: inline-block;
}

.widget_categories .children {
    border-top: 1px solid #e6e6e6;
}

.widget_categories .children li a {
    text-transform: uppercase;
    color: #8a8a8a;
    font-size: 0.9rem;
    padding-left: 1.07em;
}

.widget_categories .children li:last-of-type {
    border-bottom: none;
}

.widget_categories select {
    width: 100%;
    margin-top: 0.71em;
}

.widget_categories .screen-reader-text {
    display: none;
}

.featured-posts-widget .blog-post {
    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: 0.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 {
    display: none;
}

.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;
}


/* Creeping Line */

.posts-widget-creeping.owl-carousel .owl-controls {
    display: none !important;
}

.posts-widget-creeping.owl-carousel .media .pull-left {
    display: none;
}

.posts-widget-creeping.owl-carousel .media-heading {
    display: inline-block;
}

.posts-widget-creeping.owl-carousel .media-heading a {
    padding-right: 20px;
}


/* Products widgets */

.product_list_widget .product-list-image {
    float: left;
    display: block;
}

.product_list_widget img {
    max-width: 5.0rem;
    margin-right: 20px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.product_list_widget img:hover {
    opacity: 0.7;
}

.product_list_widget li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
    list-style-type: none;
    overflow: hidden;
    position: relative;
}

.product_list_widget .product-title {
    display: table;
    padding-top: 0.71em;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding-right: 0;
    margin-bottom: 0px;
}

.product_list_widget .product-title a {
    font-weight: bold;
}

.widget_products .product_list_widget img {
    max-width: 3.79em;
}

.widget_products .product_list_widget li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.etheme_widget_qr_code {
    border: 1px solid #e6e6e6;
    font-size: 0.86rem;
    padding: 1.4rem 2.14rem 0.5rem;
}

.etheme_widget_qr_code .widget-title {
    margin-bottom: 0.71em;
    padding-bottom: 0;
    font-weight: 700;
    border-bottom: 0;
    display: inline-block;
}

.etheme_widget_qr_code .widget-title span {
    font-size: 1.1rem;
}

.etheme_widget_qr_code .qr-lighbox {
    float: right;
    margin-right: -2.14rem;
    background: url(images/qr-code.png);
    width: 85px;
    height: 93px;
    display: block;
    font-size: 0;
    position: relative;
    top: -10px;
}

.etheme_widget_qr_code p {
    font-size: 0.86rem;
    font-weight: normal;
    margin-bottom: 0;
}

.widget_shopping_cart .btn-view-cart {
    background-color: #000;
    border-color: #000;
}

.widget_shopping_cart .btn-view-cart:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}

.widget_shopping_cart .product-title {
    line-height: 1.4;
    padding-right: 16px;
}

.widget_shopping_cart .product-title a {
    color: #1e1e1e;
}

@media only screen and (min-width: 480px) and (max-width: 992px) {
    .etheme_widget_about_author img {
        float: left;
        margin-right: 30px;
    }
}

.vc_video-bg .wpb_column {
    z-index: 2;
}

.vc_video-bg:before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.off-center-left.wpb_column {
    right: 10vw;
}

.off-center-right.wpb_column {
    left: 10vw;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .featured-posts-widget .blog-post .featured-quote {
        zoom: 0.7;
    }
}

@media only screen and (max-width: 992px) {
    .off-center-left.wpb_column,
    .off-center-right.wpb_column {
        right: 0 !important;
        left: 0 !important;
    }
    .featured-posts-widget .blog-post .featured-quote {
        zoom: 1;
    }
}

@media only screen and (max-width: 480px) {
    .featured-posts-widget .blog-post .featured-quote {
        zoom: 0.7;
    }
}

.boxed .off-center-left.wpb_column {
    right: 6vw;
}

.boxed .off-center-right.wpb_column {
    left: 6vw;
    z-index: 1;
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent;
    padding: 0;
}

@font-face {
    font-family: 'xstore-icons';
    src: url('fonts/xstore-icons89b989b9.eot?2ki8t4');
    src: url('fonts/xstore-icons89b989b9.eot?2ki8t4#iefix') format('embedded-opentype'), url('fonts/xstore-icons89b989b9.ttf?2ki8t4') format('truetype'), url('fonts/xstore-icons89b989b9.woff?2ki8t4') format('woff'), url('fonts/xstore-icons89b989b9.svg?2ki8t4#xstore-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="xstore-"],
[class*=" xstore-"] {
    /* 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;
}

.xstore-basket:before {
    content: "\e900";
}

.xstore-cart:before {
    content: "\e901";
}

.xstore-left:before {
    content: "\e902";
}

.xstore-no_result:before {
    content: "\e903";
}

.xstore-right:before {
    content: "\e904";
}

.xstore-input-minus:before {
    content: "\e905";
}

.xstore-input-plus:before {
    content: "\e906";
}

.icon-quick:before {
    content: "\e907";
}

.icon-like_outline:before {
    content: "\e908";
}

.icon-cart-icon-new:before {
    content: "\e909";
}

.icon-cross:before {
    content: "\e90a";
}

.icon-search:before {
    content: "\e90b";
}

.icon-cart-new:before {
    content: "\e90c";
}

.icon-cart3:before {
    content: "\e90d";
}

.icon-icon_v3:before {
    content: "\e90e";
}

.icon-icon_v2:before {
    content: "\e90f";
}

.icon-icon_v1:before {
    content: "\e910";
}


/*======================================
=            Headeer center            =
======================================*/

.header-center .languages-area .menu>li>a {
    padding-left: 15px;
    min-width: 75px;
}

.header-center .languages-area .menu>li>ul {
    border: 1px solid #e6e6e6;
}

.header-center .languages-area>div {
    border-right: 1px solid #e6e6e6;
    margin-right: 0;
    padding-right: 15px;
}

.header-center .languages-area>div:first-child {
    border-left: 1px solid #e6e6e6;
}

.header-center .languages-area>div:last-child {
    border-right: none !important;
}

.header-center .languages-area>div.widget_text {
    padding-left: 15px;
    margin-right: 15px;
}

.header-center .languages-area .menu>li:hover>ul,
.header-center .top-links .menu>li:hover>ul {
    top: 100%;
}

.header-center .topbar-widget .menu-social-icons li {
    border-left: 1px solid #e6e6e6;
}

.header-center .topbar-widget .menu-social-icons li a {
    opacity: 0.5;
}

.header-center .topbar-widget .menu-social-icons li a:hover {
    opacity: 1;
    color: #000;
}

.header-center .topbar-widget .menu-social-icons li:last-child {
    border-right: 1px solid #e6e6e6;
}

.header-center .top-links>div {
    border-color: #e6e6e6;
}

.header-center .topbar-widget .et-follow-buttons a {
    border-left: 1px solid #e6e6e6;
}

.header-center .topbar-widget .et-follow-buttons a i {
    opacity: 0.5;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #1e1e1e;
}

.header-center .topbar-widget .et-follow-buttons a:hover i {
    opacity: 1;
    color: #000;
}

.header-center .topbar-widget .et-follow-buttons a:last-child {
    border-right: 1px solid #e6e6e6;
}

.header-center .container-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-center .header-left {
    width: 25%;
}

.header-center .header-logo {
    width: 50%;
    text-align: center;
}

.header-center .navbar-header {
    width: 25%;
}

.header-center .menu-wrapper .menu>li>a {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

.header-center .menu-wrapper .menu>li>a:after {
    background-color: #000000;
    height: 1px;
    bottom: 1.2em;
}

.header-center .menu-wrapper .menu>li>a:hover:after {
    background-color: #000000;
    height: 1px;
}

.header-center .menu-wrapper .menu>li.current-menu-item>a:after {
    background-color: #000000 !important;
}

.header-center .menu-wrapper .menu .nav-sublist-dropdown,
.header-center .menu-wrapper .menu .submenu-languages {
    top: 30px !important;
}

.header-center .menu-wrapper .menu .nav-sublist-dropdown:before {
    top: -15px;
}

.header-center .et-wishlist-widget {
    padding-right: 2em;
    margin-right: 2em;
    border-right: 1px solid #e6e6e6;
}

.header-center .et-wishlist-widget:last-of-type {
    border-right: none;
    padding: 0;
    margin: 0;
}

.header-center .et-wishlist-widget a {
    top: 0;
}

.header-center .et-wishlist-widget i {
    position: relative;
    top: 3px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-center .et-wishlist-widget .wishlist-count {
    right: 2em;
}

.header-center .shopping-cart-widget .cart-bag {
    margin-right: 0;
}

.header-center .shopping-cart-widget .cart-bag .badge-number {
    color: #000;
}

.header-center .shopping-cart-widget .shop-text {
    padding-left: 5px;
}

.header-center .shopping-cart-widget .cart-summ:hover .badge-number {
    color: #8a8a8a !important;
}

.header-center .shopping-container.ico-design-2 .cart-bag .badge-number {
    color: #fff !important;
}

.header-center .header-search.act-default input[type="text"],
.header-center .header-search.act-default button {
    height: 2.7rem !important;
}

.header-center #searchform .btn {
    width: 2.6rem !important;
}

.header-center #searchform .btn i {
    font-size: 26px !important;
    margin-bottom: -4px;
}

.et-header-overlap .header-center .top-links>div {
    border-color: rgba(255, 255, 255, 0.2);
}

.et-header-overlap .header-center .navigation-wrapper .menu-inner,
.et-header-overlap .header-center .languages-area>div,
.et-header-overlap .header-center .topbar-widget .et-follow-buttons a,
.et-header-overlap .header-center .et-wishlist-widget {
    border-color: rgba(255, 255, 255, 0.2);
}

.et-header-overlap .header-center.header-color-white .topbar-widget .et-follow-buttons a i {
    opacity: 1;
    color: #fff;
}

.et-header-overlap .header-center.header-color-white .topbar-widget .et-follow-buttons a:hover i {
    opacity: 0.7;
}

.et-header-overlap .header-center.header-color-white .shopping-cart-widget .cart-bag .badge-number {
    color: #fff !important;
}

.header-color-white.header-center .menu-wrapper .menu>li.current-menu-item>a:after,
.header-color-white.header-center .menu-wrapper .menu>li:hover>a:after {
    background-color: #fff !important;
}

@media only screen and (min-width: 992px) {
    .header-center .header-search.act-default input[type="text"] {
        width: 212px !important;
    }
    .et-header-overlap.global-header-center .page-heading.bc-size-large {
        padding-top: 19em;
    }
}

@media only screen and (max-width: 991px) {
    .header-center .header-logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        text-align: left;
        padding-left: 0;
    }
    .header-center .header-left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
        text-align: center;
        display: inline-block;
        margin-right: 1em;
    }
    .header-center .header-center .et-wishlist-widget i {
        top: 0;
    }
    .header-center .navbar-header {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: auto;
        text-align: center;
    }
    .header-center .header-search {
        display: none;
    }
    .header-center .header-search.act-default input[type="text"] {
        position: static;
        height: 3rem;
    }
    .header-center .shopping-cart-widget .shop-text {
        display: none;
    }
    .header-center .et-wishlist-widget {
        display: inline-block !important;
        border-right: none;
        padding-right: 0;
    }
    .header-center .et-wishlist-widget .wishlist-count {
        right: -9px;
        top: -5px;
    }
    .header-center .navbar-toggle {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .header-center.header-color-white .shopping-cart-widget .cart-bag .badge-number {
        color: #fff !important;
    }
    .header-center.header-color-dark .cart-bag {
        border: 2px solid black;
    }
    .header-center.header-color-dark .cart-bag .badge-number {
        color: #000000;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .header-center.header-color-dark .cart-bag:before {
        border: 2px solid black;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .header-center.header-color-dark .badge-number {
        color: #000 !important;
    }
    .header-center .shopping-container.ico-design-2 .cart-bag .shopping-container.ico-design-3 .cart-bag {
        border: none;
    }
    .header-center .shopping-container.ico-design-2 .cart-bag .shopping-container.ico-design-3 .cart-bag:before {
        border: none;
    }
}


/*=====  End of Headeer center  ======*/


/*=======================================
=            Header Center 2            =
=======================================*/

.header-wrapper.header-center2 .main-header .header-logo {
    display: none;
}

.header-wrapper.header-center2 .menu-wrapper .menu {
    text-align: left !important;
}

.header-wrapper.header-center2 .menu-wrapper .menu>li:first-child>a {
    padding-left: 0;
}

.header-wrapper.header-center2 .menu-wrapper .menu>li:first-child>a:hover:after {
    left: 0 !important;
}

.header-wrapper.header-center2 .menu-wrapper .menu>li.current-menu-item:first-child>a:after {
    left: 0 !important;
}

.header-wrapper.header-center2 .container-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-wrapper.header-center2 .top-bar {
    text-align: center;
    padding: 30px 0;
}

.header-wrapper.header-center2 .top-bar .languages-area,
.header-wrapper.header-center2 .top-bar .header-logo,
.header-wrapper.header-center2 .top-bar .top-links {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 36%;
    padding: 0;
    margin: 0 -1px;
}

.header-wrapper.header-center2 .top-bar .languages-area {
    text-align: left;
}

.header-wrapper.header-center2 .top-bar .container {
    padding: 0 15px;
}

.header-wrapper.header-center2 .top-bar .header-logo {
    display: inline-block;
    padding-left: 0 !important;
    width: 28%;
}

.header-wrapper.header-center2 .top-bar .header-logo a:hover {
    opacity: 1;
}

.header-wrapper.header-center2 .top-bar .top-links {
    max-width: 40%;
    text-align: right;
}

.header-wrapper.header-center2 .top-bar .top-links>div {
    float: none;
}

.header-wrapper.header-center2 .top-bar .languages-area>div {
    border: none !important;
}

.header-wrapper.header-center2 .top-links>div {
    border-left: none;
}

.header-wrapper.header-center2 .topbar-widget.etheme_widget_socials .et-follow-buttons a {
    border: none !important;
    color: #b5b5b5;
}

.header-wrapper.header-center2 .topbar-widget.etheme_widget_socials .et-follow-buttons a:hover {
    color: #fff;
}

.header-wrapper.header-center2 .nav-sublist-dropdown>.container {
    width: 100% !important;
}

.et-header-overlap .header-center2 .topbar-widget.etheme_widget_socials .et-follow-buttons a {
    color: #fff;
}

.et-header-overlap .header-center2 .topbar-widget.etheme_widget_socials .et-follow-buttons a:hover {
    opacity: 0.7;
}

.global-header-center2 .navbar-header {
    padding-right: 1.14em;
}

.global-header-center2 .navbar-toggle {
    right: 1em;
}

@media only screen and (min-width: 768px) {
    .header-wrapper.header-center2 .top-bar .container,
    .header-wrapper.header-center2 .main-header .container {
        width: 750px;
    }
}

@media only screen and (min-width: 992px) {
    .header-wrapper.header-center2 .top-bar .container,
    .header-wrapper.header-center2 .main-header .container {
        width: 970px;
    }
    .global-header-center2 .navbar-header {
        min-width: 220px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-wrapper.header-center2 .top-bar .container,
    .header-wrapper.header-center2 .main-header .container {
        width: 1170px;
    }
}

@media only screen and (max-width: 992px) {
    .header-wrapper.header-center2 .top-bar {
        display: block;
    }
    .header-wrapper.header-center2 .container-wrapper {
        position: static;
    }
    .header-wrapper.header-center2 .header.main-header {
        height: 0;
    }
    .header-wrapper.header-center2 .header.main-header>.container {
        line-height: 0;
    }
    .header-wrapper.header-center2 .header.main-header .container-wrapper {
        padding: 0;
    }
    .header-wrapper.header-center2 .shopping-cart-widget {
        color: #fff;
    }
    .header-wrapper.header-center2 .shopping-cart-widget .cart-bag {
        border-color: #fff;
    }
    .header-wrapper.header-center2 .shopping-cart-widget .cart-bag:before {
        border-color: #fff;
    }
    .header-wrapper.header-center2 .shopping-cart-widget .badge-number {
        color: #fff;
    }
    .header-wrapper.header-center2 .navbar-header .et-wishlist-widget a {
        color: #fff;
    }
    .header-wrapper.header-center2 .navbar-toggle .icon-bar {
        background: #fff;
    }
}

@media only screen and (max-width: 480px) {
    .header-wrapper.header-center2 .top-bar .container {
        padding: 0 10px;
    }
}


/*=====  End of Header Center 2  ======*/


/*======================================
=            Headeer center 3           =
======================================*/

@media only screen and (min-width: 992px) {
    .header-wrapper.header-center3 .header-logo {
        text-align: center;
    }
    .header-wrapper.header-center3 .menu-inner {
        display: inline-block;
        width: 100%;
        border-bottom: none;
    }
    .header-wrapper.header-center3 .menu-wrapper {
        float: left;
        padding: 20px 0;
    }
    .header-wrapper.header-center3 .menu-wrapper .menu>li>a {
        margin: 0 10px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .header-wrapper.header-center3 .menu-wrapper .menu>li:first-child>a {
        margin-left: -1.07em;
    }
    .header-wrapper.header-center3 .menu-wrapper .menu>li:last-child>a {
        margin-right: 0;
    }
    .header-wrapper.header-center3 .menu-wrapper .nav-sublist-dropdown {
        top: 24px !important;
    }
    .header-wrapper.header-center3 .menu-wrapper .menu li.menu-label-new>a,
    .header-wrapper.header-center3 .menu-wrapper .menu li.menu-label-hot>a,
    .header-wrapper.header-center3 .menu-wrapper .menu li.menu-label-sale>a {
        background-position: right 49%;
    }
    .header-wrapper.header-center3 .header-search {
        float: right;
        margin-top: 13px;
    }
    .header-wrapper.header-center3 .header-search input[type="text"] {
        background-color: transparent;
        border: 1px solid #e6e6e6;
        height: 35px;
        font-size: 13px;
    }
    .header-wrapper.header-center3 .header-search.act-default #searchform .btn {
        background-color: transparent;
    }
    .header-wrapper.header-center3 .header-search.act-default #searchform .btn i {
        color: #dcdcdc;
    }
    .header-wrapper.header-center3 .navigation-wrapper {
        background-color: #fff;
    }
    .header-wrapper.header-center3 .header-left-wrap,
    .header-wrapper.header-center3 .header-logo,
    .header-wrapper.header-center3 .header-right-wrap {
        display: inline-block;
        vertical-align: middle;
        float: none;
        width: 36%;
    }
    .header-wrapper.header-center3 .header-logo {
        width: 28%;
    }
    .header-wrapper.header-center3 select {
        background-color: transparent;
    }
    .header-wrapper.header-center3 select:hover {
        color: #1e1e1e;
    }
    .header-wrapper.header-center3 .languages-area .menu>li>a:first-child,
    .header-wrapper.header-center3 .top-links .menu>li>a:first-child {
        padding-left: 0;
    }
    .header-wrapper.header-center3 .header-left-wrap .languages-area {
        max-width: 100%;
    }
    .header-wrapper.header-center3 .header-right-wrap .top-links {
        float: right;
        padding-left: 0;
        margin-right: 40px;
    }
    .header-wrapper.header-center3 .header-right-wrap .navbar-header {
        float: right;
    }
    .header-wrapper.header-center3 .header-right-wrap .topbar-widget.etheme_widget_socials .et-follow-buttons a {
        height: auto;
    }
    .header-wrapper.header-center3 .top-links {
        height: 36px;
    }
    .header-wrapper.header-center3 .top-links>div {
        padding-top: 11px;
        display: inline-block;
        vertical-align: bottom;
    }
    .header-wrapper.header-center3 .shopping-container.ico-design-1 .shopping-cart-widget {
        height: 36px;
        vertical-align: bottom;
    }
    .header-wrapper.header-center3 .shopping-container.ico-design-1 .shopping-cart-widget .cart-summ {
        line-height: 34px;
        display: inline-block;
        vertical-align: bottom;
    }
    .header-wrapper.header-center3 .shopping-container.ico-design-1 .shopping-cart-widget .cart-summ .shop-text {
        display: inline-block;
        vertical-align: bottom;
        line-height: 21px;
    }
    .header-wrapper.header-center3 .shopping-container.ico-design-1 .shopping-cart-widget .cart-summ .cart-bag {
        display: inline-block;
        vertical-align: bottom;
        top: 0;
    }
    .header-wrapper.header-center3 .shopping-container.ico-design-1 .shopping-cart-widget .cart-summ .cart-bag:after {
        display: none;
    }
    .header-wrapper.header-center3 .shopping-container.ico-design-1.ico-bg-yes .badge-number {
        color: #fff !important;
    }
    .header-wrapper.header-center3.header-color-dark .top-links a,
    .header-wrapper.header-center3.header-color-dark .languages-area,
    .header-wrapper.header-center3.header-color-dark .navbar-header .et-wishlist-widget i,
    .header-wrapper.header-center3.header-color-dark .shopping-container.ico-design-2 .cart-bag:before,
    .header-wrapper.header-center3.header-color-dark .shopping-container.ico-design-3 .cart-bag:before {
        color: #a4a4a4;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .header-wrapper.header-center3.header-color-dark .top-links a:hover {
        color: #1e1e1e;
    }
    .header-wrapper.header-center3.header-color-dark .languages-area .menu>li>a,
    .header-wrapper.header-center3.header-color-dark .top-links .menu>li>a {
        color: #a4a4a4;
    }
    .header-wrapper.header-center3.header-color-dark .languages-area .menu>li>a:hover,
    .header-wrapper.header-center3.header-color-dark .top-links .menu>li>a:hover {
        color: #1e1e1e;
    }
    .header-wrapper.header-center3.header-color-dark .navbar-header .et-wishlist-widget a:hover i {
        color: #1e1e1e;
    }
    .header-wrapper.header-center3.header-color-dark .shopping-container.ico-design-2 .cart-summ:hover .cart-bag:before,
    .header-wrapper.header-center3.header-color-dark .shopping-container.ico-design-3 .cart-summ:hover .cart-bag:before {
        color: #1e1e1e;
    }
    .header-wrapper.header-center3.header-color-dark .shopping-container.ico-design-1 .cart-bag:before,
    .header-wrapper.header-center3.header-color-dark .shopping-container.ico-design-1 .cart-bag {
        border: 2px solid #a4a4a4;
    }
    .header-wrapper.header-center3.header-color-dark .shopping-container.ico-design-1 .badge-number {
        color: #a4a4a4;
    }
    .header-wrapper.header-center3.header-color-dark .shopping-container.ico-design-1 .cart-summ:hover .cart-bag:before,
    .header-wrapper.header-center3.header-color-dark .shopping-container.ico-design-1 .cart-summ:hover .cart-bag {
        border: 2px solid #1e1e1e;
    }
    .header-wrapper.header-center3.header-color-dark .shopping-container.ico-design-1 .cart-summ:hover .badge-number {
        color: #1e1e1e;
    }
    .et-header-overlap .header-wrapper.header-center3 .navigation-wrapper {
        background-color: transparent;
    }
}

@media only screen and (max-width: 991px) {
    .header-center3 .header-left-wrap {
        display: none;
    }
    .header-center3 .header-right-wrap .top-links {
        display: none;
    }
}


/*=====  End of Headeer center  ======*/

@media only screen and (min-width: 992px) {
    .header-wrapper.header-double-menu .container-wrapper {
        border-bottom: 1px solid #e6e6e6;
    }
    .header-wrapper.header-double-menu .header-logo {
        text-align: center;
        width: 16%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-wrapper.header-double-menu .header-logo img {
        max-width: 100%;
    }
    .header-wrapper.header-double-menu .menu-wrapper {
        width: 42%;
    }
    .header-wrapper.header-double-menu .menu-wrapper .menu {
        text-align: right;
    }
    .header-wrapper.header-double-menu .menu-wrapper.menu-wrapper-right {
        padding-right: 160px;
        max-width: 42%;
    }
    .header-wrapper.header-double-menu .menu-wrapper.menu-wrapper-right .menu {
        text-align: left;
    }
    .header-wrapper.header-double-menu .menu-wrapper .nav-sublist-dropdown {
        top: 60px !important;
        margin-top: 0 !important;
    }
    .header-wrapper.header-double-menu .navbar-header {
        position: absolute;
        width: 200px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-56%);
        -ms-transform: translateY(-56%);
        transform: translateY(-56%);
        z-index: 100;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .header-wrapper.header-double-menu .navbar-header .header-search {
        padding-right: 1em;
        display: none;
    }
    .header-wrapper.header-double-menu .navbar-header .et-wishlist-widget {
        margin-right: 1.5em;
    }
    .header-wrapper.header-double-menu .navbar-header.search-active {
        width: 100%;
    }
    .global-header-double-menu .fixed-header .header-logo {
        width: 20%;
    }
    .global-header-double-menu .fixed-header .menu-wrapper {
        width: 77%;
    }
    .global-header-double-menu .fixed-header .navbar-header {
        padding-right: 0;
        margin-top: -4px;
    }
    .global-header-double-menu .fixed-header .header-search {
        padding-right: 1em;
    }
    .global-header-double-menu .fixed-header .et-wishlist-widget {
        margin-right: 1.5em;
    }
    .global-header-double-menu .fixed-header .menu-main-container {
        display: inline-block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .global-header-double-menu .menu-wrapper .menu>li {
        line-height: 1;
    }
    .global-header-double-menu .menu-wrapper .menu>li>a {
        padding-left: 8px;
        padding-right: 8px;
    }
}


/*====================================
=            Fixed header            =
====================================*/

.fixed-header {
    border-top: 0px solid #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    will-change: transform;
    -webkit-transition: 0.4s all cubic-bezier(0.25, 0.45, 0.45, 0.95);
    transition: 0.4s all cubic-bezier(0.25, 0.45, 0.45, 0.95);
    z-index: 1111;
    background: #f7f3f3;
    /*231f20*/
    -webkit-box-shadow: 0px 60px 30px -50px #231f20;
    box-shadow: 0px 60px 30px -50px #231f20;
}

.fixed-header.fixed-enabled {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.fixed-header .menu-wrapper {
    width: 72%;
    text-align: center;
}

.fixed-header .nav-sublist-dropdown {
    margin-top: 40px;
}

.fixed-header .header-logo {
    width: 25%;
}

.fixed-header .header-logo img {
    max-height: 90px;
    display: none;
}

.fixed-header .header-logo img.logo-fixed {
    display: block;
}

.fixed-header .navbar-header {
    width: 0%;
    padding-right: 1.14em;
}

.fixed-header .navbar-header .et-wishlist-widget {
    vertical-align: middle;
}

.fixed-header .navbar-header .shopping-container.ico-design-2,
.fixed-header .navbar-header .shopping-container.ico-design-3 {
    top: 0;
}

.fixed-header .header-search {
    padding: 0 2em 0 0;
}

.fixed-header .shopping-container:hover .cart-popup-container,
.fixed-header .shopping-container.cart-show .cart-popup-container {
    top: 48px;
}

@media only screen and (min-width: 992px) {
    .fixed-header {
        min-height: 85px;
    }
    .fixed-header>.container {
        -js-display: -webkit-box;
        -js-display: -webkit-flex;
        -js-display: -ms-flexbox;
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        position: relative;
        padding-top: .5em;
        padding-bottom: .5em;
    }
    .fixed-header>.container>div {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.et-header-full-width .fixed-header .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.admin-bar .fixed-header.fixed-enabled {
    top: 31px;
}

@media only screen and (max-width: 1200px) {
    .fixed-header .navbar-header {
        width: 0%;
    }
    .fixed-header .header-logo {
        width: auto;
    }
    .fixed-header .menu-wrapper {
        width: 65%;
    }
    .fixed-header .header-search {
        padding-right: 2em;
    }
    .global-header-center .fixed-header .navbar-header {
        width: 24.5%;
        padding-right: 1em;
    }
}

@media only screen and (max-width: 991px) {
    .fixed-header {
        -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
    }
    .fixed-header .container {
        padding-top: 1.1em;
        padding-bottom: 1.1em;
        text-align: right;
    }
    .fixed-header .header-search {
        padding-right: 1.5em;
        display: none;
    }
    .fixed-header .header-logo {
        padding-left: 1em;
        width: auto;
        float: left;
    }
    .fixed-header .header-logo img {
        width: auto;
        max-height: 90px;
    }
    .fixed-header .navbar-header {
        float: none !important;
        vertical-align: middle;
        margin-right: 3.9em;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .fixed-header .navbar-header .et-wishlist-widget {
        top: -2px;
    }
    .fixed-header .navbar-header .et-wishlist-widget i {
        font-size: 1.8em;
    }
    .fixed-header .shopping-container {
        top: -3px;
    }
    .fixed-header .navbar-toggle {
        position: absolute;
        right: 1em;
        margin-right: 0;
        margin-top: -1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 768px) {
    .admin-bar .fixed-header.fixed-enabled {
        top: 46px;
    }
}

@media only screen and (max-width: 480px) {
    .fixed-header .header-search {
        display: none;
    }
    .et-wishlist-widget i {
        font-size: 2em;
    }
}

@media only screen and (max-width: 600px) {
    .admin-bar .fixed-header.fixed-enabled {
        top: 0;
    }
}


/*=====  End of Fixed header  ======*/


/*======================================
=            Header standard            =
======================================*/

.header-standard .header-logo {
    width: 25%;
}

.header-standard .header-widgets {
    width: 50%;
}

.header-standard .topbar-color-white {
    color: #ccc;
}

.header-standard .topbar-color-white a {
    color: #ccc;
}

.header-standard .topbar-color-white a:hover {
    color: #fff;
    opacity: 1;
}

.header-standard .topbar-color-white .languages-area .menu>li>a {
    color: #ccc;
}

.header-standard .topbar-color-white .languages-area .menu>li>a:hover {
    color: #fff;
    opacity: 1;
}

.header-standard .topbar-color-white .menu-social-icons li a,
.header-standard .topbar-color-white .et-follow-buttons a {
    color: #ccc;
}

.header-standard .topbar-color-white .menu-social-icons li a:hover,
.header-standard .topbar-color-white .et-follow-buttons a:hover {
    color: #fff;
    opacity: 1;
}

.header-standard .shopping-cart-widget .badge-number {
    color: #fff !important;
}

.header-standard .shopping-container {
    vertical-align: middle;
}

.header-standard .shopping-container.ico-design-2,
.header-standard .shopping-container.ico-design-3 {
    top: 0;
}

.header-standard .menu-wrapper {
    display: inline-block;
}

.header-standard .menu-wrapper .menu>li>a {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

.header-standard .menu-wrapper .menu .nav-sublist-dropdown,
.header-standard .menu-wrapper .menu .submenu-languages {
    top: 30px !important;
}

.header-standard .et-wishlist-widget {
    padding: 1em 1.86em;
    margin: 0 1.55em;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    vertical-align: middle;
}

.header-standard .et-wishlist-widget a:hover {
    opacity: 0.7;
}

.header-standard .et-wishlist-widget .wishlist-count {
    right: 1.86em;
    top: 9px;
}

.header-standard .navigation-wrapper .header-search {
    float: right;
    margin-top: 0.47em;
}

.header-standard .nav-sublist-dropdown:before {
    top: 10px;
}

.header-standard .header-search.act-default input[type="text"],
.header-standard .header-search.act-default button {
    height: 2.7rem !important;
}

.header-standard .header-search.act-default .btn {
    width: 2.7rem !important;
}

.header-standard .header-search.act-default i {
    font-size: 26px !important;
}

.header-standard .shopping-container.ico-design-2 {
    top: 0;
}

.header-standard .shopping-container.ico-design-2 .cart-bag {
    background-color: transparent;
}

.global-header-standard .fixed-header .navbar-header {
    padding-right: 1em !important;
}

.et-header-overlap .header-standard .top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.et-header-overlap .header-standard .navigation-wrapper .menu-inner,
.et-header-overlap .header-standard .et-wishlist-widget {
    border-color: rgba(255, 255, 255, 0.2);
}

.et-header-overlap .header-standard .topbar-color-white .languages-area .menu>li>a,
.et-header-overlap .header-standard .topbar-color-white a {
    color: #fff;
}

.et-header-overlap .header-standard .topbar-color-white .languages-area .menu>li>a:hover,
.et-header-overlap .header-standard .topbar-color-white a:hover {
    opacity: 0.7;
}

.et-header-overlap .header-standard .languages-area .menu>li.menu-parent-item:after,
.et-header-overlap .header-standard .top-links .menu>li.menu-parent-item:after,
.et-header-overlap .header-standard .topbar-color-white .top-panel-open:after {
    color: #fff;
}

.et-header-overlap .header-standard .topbar-color-dark .languages-area .menu>li.menu-parent-item:after,
.et-header-overlap .header-standard .topbar-color-dark .top-links .menu>li.menu-parent-item:after {
    color: #1a1a1a;
}

.et-header-overlap .header-standard .topbar-color-dark .top-panel-open:after {
    color: #1a1a1a;
}

@media only screen and (min-width: 992px) {
    .global-header-standard.et-header-overlap .page-heading.bc-size-large {
        padding-top: 17em;
    }
    .header-wrapper.header-standard header .container-wrapper {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}

@media only screen and (max-width: 991px) {
    .header-widgets {
        display: none;
    }
    .header-standard .navbar-header {
        -webkit-transform: translateY(-48%);
        -ms-transform: translateY(-48%);
        transform: translateY(-48%);
    }
    .header-standard .navbar-header .shopping-container {
        top: 2px;
    }
    .header-standard .shopping-container.ico-design-2 .cart-bag {
        vertical-align: text-bottom;
    }
    .header-standard .et-wishlist-widget {
        padding: 0;
        margin: 0 15px 0 0;
        margin-right: 2em;
        border: none;
        vertical-align: middle;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .header-standard .et-wishlist-widget .wishlist-count {
        right: -9px;
        top: -5px;
    }
}


/*=====  End of Header standard  ======*/

@media only screen and (min-width: 992px) {
    .header-wrapper.header-two-rows .header-top .container-top-wrapper {
        padding: 30px 0;
    }
    .header-wrapper.header-two-rows .container-wrapper {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 0 !important;
    }
    .header-wrapper.header-two-rows .menu-wrapper .menu>li {
        margin: 0 15px;
    }
    .header-wrapper.header-two-rows .top-links>div {
        margin-left: 0;
        padding-left: 0;
    }
    .header-wrapper.header-two-rows .topbar-widget.etheme_widget_socials {
        position: relative;
        top: 3px;
    }
    .header-wrapper.header-two-rows .languages-area .menu>li>a,
    .header-wrapper.header-two-rows .top-links ul>li>a {
        font-size: 12px;
        color: #a4a4a4;
        line-height: 20px;
        height: auto;
    }
    .header-wrapper.header-two-rows .languages-area .menu>li>a:hover,
    .header-wrapper.header-two-rows .top-links ul>li>a:hover {
        color: #1e1e1e;
    }
    .header-wrapper.header-two-rows .navbar-header .et-wishlist-widget {
        margin-right: 24px;
    }
    .header-wrapper.header-two-rows .languages-area .menu>li>ul>li>a,
    .header-wrapper.header-two-rows .top-links .menu>li>ul>li>a {
        font-size: 12px;
    }
    .header-wrapper.header-two-rows .widget_currency_sel_widget .wcml_currency_switcher,
    .header-wrapper.header-two-rows .topbar-widget div.fancy-select div.trigger {
        font-size: 12px !important;
        color: #a4a4a4;
    }
    .header-wrapper.header-two-rows .top-links ul {
        float: none;
        vertical-align: middle;
    }
    .header-wrapper.header-two-rows .widget_icl_lang_sel_widget {
        border: none;
    }
    .header-wrapper.header-two-rows .widget_icl_lang_sel_widget #lang_sel li {
        width: 80px;
    }
    .header-wrapper.header-two-rows .widget_icl_lang_sel_widget #lang_sel li a {
        border: none;
        padding-left: 0;
        font-size: 12px !important;
        color: #a4a4a4;
    }
    .header-wrapper.header-two-rows .widget_icl_lang_sel_widget #lang_sel li ul {
        border: 1px solid #e6e6e6;
    }
    .header-wrapper.header-two-rows .widget_icl_lang_sel_widget #lang_sel li ul li {
        width: 100%;
    }
    .header-wrapper.header-two-rows .widget_icl_lang_sel_widget #lang_sel li ul li a {
        padding-left: 20px;
    }
    .header-wrapper.header-two-rows #lang_sel a.lang_sel_sel:after {
        top: 0;
    }
    .header-wrapper.header-two-rows .header-search.act-default {
        width: 210px;
        vertical-align: middle;
    }
    .header-wrapper.header-two-rows .header-search.act-default input[type="text"] {
        background-color: transparent;
        border: 1px solid #e5e2e2;
        height: 38px;
    }
    .header-wrapper.header-two-rows .header-search.act-default #searchform .btn {
        background-color: transparent;
    }
    .header-wrapper.header-two-rows .header-search.act-default #searchform .btn i {
        color: #a4a4a4;
        font-size: 26px !important;
        margin-bottom: -7px;
    }
    .header-wrapper.header-two-rows .header-search.act-default #searchform .btn:hover i {
        color: #1e1e1e;
    }
    .header-wrapper.header-two-rows .languages-area {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .header-wrapper.header-two-rows .left-wrap {
        width: 42%;
        display: inline-block;
        margin-left: -4px;
        text-align: left;
    }
    .header-wrapper.header-two-rows .left-wrap .header-search {
        max-width: 50%;
        width: 210px;
    }
    .header-wrapper.header-two-rows .left-wrap .languages-area {
        max-width: 50%;
        padding-left: 20px;
    }
    .header-wrapper.header-two-rows .left-wrap .languages-area>div {
        border: none;
    }
    .header-wrapper.header-two-rows .right-wrap {
        width: 42%;
        display: inline-block;
        margin-left: -4px;
        text-align: right;
    }
    .header-wrapper.header-two-rows .right-wrap .top-links {
        float: none;
        display: inline-block;
        vertical-align: middle;
        padding-left: 0;
    }
    .header-wrapper.header-two-rows .right-wrap .navbar-header {
        float: none;
        vertical-align: middle;
        padding-left: 30px;
    }
    .header-wrapper.header-two-rows .right-wrap .navbar-header .et-wishlist-widget {
        vertical-align: middle;
    }
    .header-wrapper.header-two-rows .right-wrap .navbar-header .shopping-container {
        top: 0;
    }
    .header-wrapper.header-two-rows .right-wrap .navbar-header .shopping-container.ico-design-1 {
        top: 3px;
    }
    .header-wrapper.header-two-rows .header-logo {
        display: inline-block;
        vertical-align: middle;
        width: 16%;
        text-align: center;
    }
    .header-wrapper.header-two-rows .header-logo img {
        max-width: 100%;
    }
    .header-wrapper.header-two-rows .topbar-widget.etheme_widget_socials .et-follow-buttons a {
        height: auto;
    }
    .header-wrapper.header-two-rows .nav-sublist-dropdown {
        top: 29px !important;
    }
    .header-wrapper.header-two-rows .nav-sublist-dropdown:before {
        content: "";
        top: -15px;
        height: 40px;
    }
    .header-wrapper.header-two-rows .languages-area .menu>li>ul,
    .header-wrapper.header-two-rows .top-links .menu>li>ul,
    .header-wrapper.header-two-rows .my-account-link ul {
        margin-top: 10px;
    }
    .header-wrapper.header-two-rows .languages-area .menu>li>ul:before,
    .header-wrapper.header-two-rows .top-links .menu>li>ul:before,
    .header-wrapper.header-two-rows .my-account-link ul:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    .header-wrapper.header-two-rows .my-account-link:after {
        content: "\f0d7" !important;
        font-family: 'FontAwesome' !important;
        display: inline-block;
    }
    .header-wrapper.header-two-rows .my-account-link a {
        padding-right: 10px;
    }
    .header-wrapper.header-two-rows.header-color-white .header-search.act-default input[type="text"] {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .header-wrapper.header-two-rows.header-color-white .container-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .header-wrapper.header-two-rows.header-color-white .top-links ul>li>a:hover {
        color: #fff;
    }
    .header-wrapper.header-two-rows.header-color-white .languages-area .menu>li>a:hover {
        color: #fff;
    }
    .global-header-two-rows .fixed-header .nav-sublist-dropdown {
        top: 49px !important;
    }
    .global-header-two-rows .fixed-header .nav-sublist-dropdown:before {
        content: "";
        top: -28px;
        height: 40px;
    }
}

.et-header-full-width .header-two-rows .container {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-wrapper.header-two-rows .header-search {
        width: 160px;
    }
}

@media only screen and (max-width: 992px) {
    .header-wrapper.header-two-rows .left-wrap {
        display: none;
    }
    .header-wrapper.header-two-rows .container-top-wrapper {
        padding: 30px 0;
        border-bottom: 1px solid #e6e6e6;
        display: inline-block;
        width: 100%;
        position: relative;
    }
    .header-wrapper.header-two-rows .right-wrap .top-links {
        display: none;
    }
    .header-wrapper.header-two-rows .container-wrapper {
        display: none;
    }
}


/*===================================
=          Xstore Header            =
===================================*/

.header-xstore .header-logo {
    width: 25%;
}

.header-xstore .menu-wrapper {
    width: 100%;
}

.header-xstore .menu-wrapper.menu-align-left {
    padding-left: 30px;
}

.header-xstore .navbar-header {
    width: 25% !important;
}

.global-header-xstore .fixed-header .menu-wrapper {
    width: 150%;
}

.global-header-xstore:not(.et-header-full-width) .fixed-header .navbar-header {
    padding-right: 0;
}

@media only screen and (max-width: 1200px) {
    .header-xstore .header-logo {
        width: auto;
    }
    .header-xstore .menu-wrapper {
        width: 200%;
    }
    .global-header-xstore .fixed-header .menu-wrapper {
        width: 200%;
    }
}

@media only screen and (max-width: 992px) {
    .header-xstore .header-search {
        padding: 0 1em 0 0;
    }
    .header-xstore .et-wishlist-widget {
        padding: 0 1em 0 0;
    }
    .global-header-xstore .fixed-header .navbar-header {
        padding-right: 1.5em !important;
    }
}

@media only screen and (max-width: 480px) {
    .global-header-xstore .page-heading {
        padding-top: 11em;
    }
    .global-header-xstore.et-header-not-overlap .page-heading {
        padding-top: 5.71em;
    }
    .global-header-xstore.et-header-not-overlap .page-heading.bc-size-small {
        padding-top: 25px;
    }
}


/*=======================================
=            Xstore header 2            =
=======================================*/

.header-xstore2 {
    border-bottom: 1px solid #e6e6e6;
}

.header-xstore2 .top-bar .menu-social-icons li a {
    opacity: 0.5;
}

.header-xstore2 .top-bar .menu-social-icons li a:hover {
    opacity: 1;
    color: #000;
}

.header-xstore2 .top-bar .languages-area>div {
    border-right: 1px solid #e6e6e6;
}

.header-xstore2 .top-bar .languages-area>div .sub-menu {
    border: 1px solid #e6e6e6;
}

.header-xstore2 .top-bar .topbar-widget .menu-social-icons li {
    border-left: 1px solid #e6e6e6;
}

.header-xstore2 .top-bar .topbar-widget .menu-social-icons li:last-child {
    border-right: 1px solid #e6e6e6;
}

.header-xstore2 .top-bar.topbar-color-white .languages-area>div {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-xstore2 .header-logo {
    width: 20%;
    padding-left: 0;
    text-align: center;
}

.header-xstore2 .menu-wrapper {
    width: 40%;
}

.header-xstore2 .navbar-header {
    width: 40%;
}

.header-xstore2 .navbar-header .header-search {
    padding-top: 2.86em;
    padding-bottom: 2.86em;
    padding-left: 2.86em;
    border-right: 1px solid #e6e6e6;
    vertical-align: middle;
}

.header-xstore2 .navbar-header .header-search .fa {
    font-size: 32px !important;
    margin-bottom: -6px;
}

.header-xstore2 .navbar-header .et-wishlist-widget a {
    top: 1px;
}

.header-xstore2 .navbar-header .shopping-container {
    top: 2px;
}

.header-xstore2 .et-wishlist-widget {
    padding: 2.86em;
    vertical-align: middle;
    cursor: pointer;
    margin-left: -4px;
    margin-right: 0;
    border-right: 1px solid #e6e6e6;
}

.header-xstore2 .et-wishlist-widget i {
    font-size: 1.67em;
}

.header-xstore2 .et-wishlist-widget .wishlist-dropdown {
    top: 100%;
}

.header-xstore2 .et-wishlist-widget .wishlist-count {
    top: 50%;
    right: 50%;
    margin-top: -19px;
    margin-right: -19px;
}

.header-xstore2 .et-wishlist-widget:hover .wishlist-dropdown {
    top: 100%;
}

.header-xstore2 .shopping-container .shopping-cart-widget>a {
    padding-top: 2.86em;
    padding-bottom: 2.86em;
    padding-left: 2.86em;
}

.header-xstore2 .shopping-container:hover .cart-popup-container {
    top: 64px;
}

.header-xstore2.header-color-white {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-xstore2.header-color-white .navbar-header .header-search {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-xstore2.header-color-white .et-wishlist-widget {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-xstore2.header-color-white .cart-bag {
    border: 2px solid #ffffff;
}

.header-xstore2.header-color-white .cart-bag .badge-number {
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-xstore2.header-color-white .cart-bag:before {
    border: 2px solid #ffffff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-xstore2 .shopping-container.ico-design-2 .cart-bag {
    border: none !important;
}

.header-xstore2 .shopping-container.ico-design-2 .cart-bag:before {
    border: none !important;
}

.et-header-overlap .header-xstore2 .top-bar .languages-area>div {
    border-color: rgba(255, 255, 255, 0.2);
}

.et-header-overlap .header-xstore2 .top-bar {
    border-color: rgba(255, 255, 255, 0.2);
}

.global-header-xstore2:not(.et-header-overlap) .header-color-white {
    border-bottom: 1px solid #434242;
}

.global-header-xstore2:not(.et-header-overlap) .header-color-white .navbar-header .header-search {
    border-right: 1px solid #434242;
}

.global-header-xstore2:not(.et-header-overlap) .header-color-white .et-wishlist-widget {
    border-right: 1px solid #434242;
    border-left: 1px solid #434242;
}

.global-header-xstore2:not(.et-header-overlap) .header-color-white .cart-bag {
    border: 2px solid #ffffff;
}

.global-header-xstore2:not(.et-header-overlap) .header-color-white .cart-bag .badge-number {
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.global-header-xstore2:not(.et-header-overlap) .header-color-white .cart-bag:before {
    border: 2px solid #ffffff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.global-header-xstore2:not(.et-header-overlap) .header-color-white .shopping-container.ico-design-2 .cart-bag .badge-number {
    color: #000 !important;
}

@media only screen and (min-width: 992px) {
    .header-wrapper.header-xstore2 header .container-wrapper {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 992px) {
    .header-xstore2 .navbar-header .header-search {
        padding: 0;
        border-right: none !important;
    }
    .header-xstore2 .shopping-container {
        padding: 0 !important;
        top: 2px;
    }
    .header-xstore2 .shopping-container .shopping-cart-widget>a {
        padding-left: 0;
        margin-left: 2em;
    }
    .header-color-dark.header-xstore2 .badge-number {
        color: #000 !important;
    }
    .header-xstore2 .et-wishlist-widget {
        padding: 0 !important;
        border: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .header-xstore2 .shopping-container .shopping-cart-widget>a {
        padding: 0 !important;
        margin-left: 0;
    }
}


/*=====  End of Xstore header 2  ======*/


/*! 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: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    outline: none;
    opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* 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;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(images/default-skin.svg);
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}


/* 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 {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}


/*

  2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}

.pswp__share-tooltip a:first-child {
    /* round corners on the first/last list item */
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}

a.pswp__share--download:hover {
    background: #DDD;
}


/*

  3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}


/*
  
  4. Caption

 */

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB;
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

.pswp__caption--empty {
    display: none;
}


/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
    visibility: hidden;
}


/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    /* 
      The idea of animating inner circle is based on Polymer ("material") loading indicator 
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}


/*
  
  6. Additional styles

 */


/* root element of UI */

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}


/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}


/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}


/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}


/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}


/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001;
}


/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}


/*! 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;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}


/* 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 */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}


/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    /* for open/close transition */
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}


/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}


/*
  div element that matches size of large image
  large image loads on top of it
*/

.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}


/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/

.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;
}