@charset "UTF-8";
/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Reset Styles                         ||
||          2. 	Base Styles                          ||
||          3. 	Buttons Styles                       ||
||          4. 	hamburger                            ||
||          5. 	404                                  ||
||          6. 	Headers Mobile Styles                ||
||          7. 	Headers Styles                       ||
||          8. 	Elementor Widgets                    ||
||          9. 	Blog                                 ||
||          10. Portfolio and Workshop archives      ||
||          11. Portfolio Single                     ||
||          12. Portfolio Third Variation            ||
||          13. Blog Comments                        ||
||          14. Proofing Gallery                     ||
||          15. Search Results                       ||
||          16. WordPress Widgets                    ||
||          17. Page                                 ||
||          18. Cart shop side                       ||
||          19. Cart shop                            ||
||          20. Checkout shop                        ||
||          21. Footer                               ||
||          22. Woocommerce Shop Archive             ||
||          23. Woocommerce Shop Single              ||
||          24. Woocommerce common                   ||
||          25. Preview Elementor                    ||
||          26. Responsive                           ||
||                                                   ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
    word-wrap: break-word;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu{flex-direction:column;align-items:center;width:auto!important;left:auto!important}
.customhead h4{background:#0000005c}
.bannertitle{font-size:64px}
header.art-header-two .art-header-two-content{background-color:#0000002e}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li:hover > a::before{height:3px!important}
p{margin-bottom:20px!important}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
}

a:focus, a:active, a:visited {
    outline: none !important;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

pre {
    font-family: monospace;
    max-width: 100%;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"], button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

label {
    display: block;
    margin-bottom: 10px;
}

b,
strong {
    font-weight: 700;
}

button:focus, input:focus {
    outline: none;
}

/* selects */
.select2-container--default .select2-selection--single,
select {
    border: 1px solid #000;
    color: #000;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    cursor: pointer;
    border-radius: 0;
    font-size: 14px;
    moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(images/cherie_arrow_down.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.select2.select2-container.select2-container--default {
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 50px;
    padding-left: 0;
    line-height: 50px;
    font-weight: 300;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

/*
select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  -moz-appearance: none;
  background-image: url(css/images/15xvbd58.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #ccc;


  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
*/
textarea,
select,
input {
    background-color: transparent;
}

/* inputs */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=number],
input[type=search] {
    border: 1px solid #000;
    color: #000;
    font-weight: 300;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.02em;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.02em;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.02em;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.02em;
}

textarea {
    border-radius: 0;
    height: 160px;
    padding: 8px 16px;
    color: #000;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
}

textarea::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.02em;
}

textarea::-moz-placeholder {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.02em;
}

textarea:-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.02em;
}

textarea:-moz-placeholder {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.02em;
}

/* style Radio buttons */
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
}

input[type="radio"]::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid #000;
    border-radius: 100%;
    cursor: pointer;
}

input[type="radio"]:checked::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #000;
}

input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
}

/* style Checkbox buttons */
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block !important;
}

input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    cursor: pointer;
}

input[type="checkbox"]:checked::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    background-image: url(images/checkbox.svg);
    background-size: cover;
    background-position: center center;
}

/*-------------------------------------------------------------------

==  Base Styles

-------------------------------------------------------------------*/
.art-second-hamburger-wrapper button.art-second-hamburger {
    height: 2.6rem;
    width: 4.3rem;
    z-index: 3;
    position: relative;
    padding: 1rem;
    pointer-events: auto;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
}

.art-second-hamburger-wrapper button.art-second-hamburger::after, .art-second-hamburger-wrapper button.art-second-hamburger::before {
    content: "";
    position: absolute;
    left: 1rem;
    width: 34px;
    height: 3px;
    background: currentColor;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1);
}

.art-second-hamburger-wrapper button.art-second-hamburger::before {
    top: 14px;
}

.art-second-hamburger-wrapper button.art-second-hamburger::after {
    bottom: 1rem;
}

.art-second-hamburger-wrapper button.art-second-hamburger.art-is-cross::before {
    -webkit-transform: translateY(0.275rem) rotate(45deg);
    transform: translateY(0.275rem) rotate(45deg);
}

.art-second-hamburger-wrapper button.art-second-hamburger.art-is-cross::after {
    -webkit-transform: translateY(-0.275rem) rotate(-45deg);
    transform: translateY(-0.275rem) rotate(-45deg);
}

.art-hidden {
    opacity: 0;
}

.art-visible {
    opacity: 1;
}

.art-do-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.art--aliment-left {
    text-align: left;
}

.art--aliment-center {
    text-align: center;
}

.art--aliment-right {
    text-align: right;
}

.art-clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
    letter-spacing: 5px;
}

.woocommerce .star-rating {
    width: 7em;
    color: #000;
}

.woocommerce p.stars a:hover {
    color: #000;
}

/**
   * Fade-zoom animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/****************************************************/
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/****************************************************/
.art-book-now-wrapper .art-book-now-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.art-book-now-wrapper .art-book-now-submit:hover {
    opacity: 0.7;
}

body.art-post-password-protected footer.art-main-footer {
    display: none;
}

.mfp-arrow-left:before {
    border-right: none;
}

.mfp-arrow-left:after {
    border-right: none;
    content: '\e80c';
    font-family: 'palette';
    color: #fff;
    font-size: 31px;
}

.mfp-arrow-right:before {
    border-left: none;
}

.mfp-arrow-right:after {
    border-left: none;
    content: '\e808';
    font-family: 'palette';
    color: #fff;
    font-size: 31px;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.art-post-tags a {
    padding: 6px 12px;
    border: 1px solid #000;
    margin: 7px 7px;
}

.art-display-block {
    display: block;
}

.art-display-none {
    display: none;
}

#art-main-holder {
    position: relative;
    right: 0;
}

#art-main-holder.art-no-transform {
    -webkit-transform: none !important;
    transform: none !important;
}

#art-main-holder.art-hamburger-mask::before {
    content: '';
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.02);
}

.art--mobile-menu-navigation-wrapper {
    right: -280px !important;
}

.art--mobile-menu-navigation-wrapper.sidebar-open {
    right: 0 !important;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text,
.gallery-caption {
    font-size: 100%;
}

.bypostauthor {
    font-size: 100%;
}

/* Links */
button.art-button-link-line {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

button.art-button-link-line:hover {
    opacity: 0.8;
}

a {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

img {
    height: auto;
    max-width: 100%;
}

/* Slick */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.art-half-slide-container-left .slick-dots {
    bottom: -55px;
    width: 555px;
    right: 16px;
}

.art-half-slide-container-right .slick-dots {
    bottom: -55px;
    width: 555px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 100%;
    opacity: 1 !important;
}

.slick-dots li button:hover::before {
    opacity: 0.8 !important;
}

.slick-dots li.slick-active button::before {
    background-color: #000;
}

/* swiper */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.8;
}

/* Pagination */
.art-pagination.art-default-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-pagination.art-default-pagination .art-left-arrow {
    margin-right: 19px;
}

.art-pagination.art-default-pagination .art-center-buttons {
    height: 36px;
}

.art-pagination.art-default-pagination .art-center-buttons .page-numbers {
    font-size: 14px;
    line-height: 13px;
    font-weight: 400;
    display: inline-block;
    margin: 0 7px;
}

.art-pagination.art-default-pagination .art-center-buttons .page-numbers.current {
    border-bottom: 1px solid #000;
}

.art-pagination.art-default-pagination .art-center-buttons a.page-numbers:hover {
    opacity: 0.8;
}

.art-pagination.art-default-pagination .art-right-arrow {
    margin-left: 19px;
}

.art-pagination.art-default-pagination .art-right-arrow i,
.art-pagination.art-default-pagination .art-left-arrow i {
    font-size: 25px;
    display: block;
    line-height: 20px;
}

.art-pagination.art-default-pagination .art-right-arrow i::before,
.art-pagination.art-default-pagination .art-left-arrow i::before {
    margin: 0;
}

.wp-block-image {
    margin: 50px 0;
}

.wp-block-gallery {
    margin-top: 50px;
    margin-bottom: 30px;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 30px) / 2);
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 30px 30px 0;
}

.art-copyrights {
    font-size: 12px;
    line-height: 14px;
    margin-top: -10px;
}

code {
    color: #000000;
}

.art-post-pagination {
    text-align: center;
    margin-bottom: 40px;
}

.art-post-pagination .art-post-pages-wrapper {
    margin-bottom: 10px;
}

.art-post-pagination .post-page-numbers {
    margin: 0 7px;
    display: inline-block;
    line-height: 20px;
}

.art-post-pagination .post-page-numbers span {
    line-height: 20px;
    display: inline-block;
}

.art-post-pagination .post-page-numbers.current {
    border-bottom: 1px solid #000;
}

figure {
    height: auto;
}

figure.wp-caption.aligncenter, figure.wp-caption.alignnone {
    max-width: 100%;
}

figure figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
}

.mfp-content figure figcaption {
    margin-top: 0;
    margin-bottom: 0;
}

/**********************************************

Story

***********************************************/
body:not(.elementor-editor-active) .story {
    height: 100%;
}

body:not(.elementor-editor-active) .story h1.art-page-title {
    margin-bottom: 40px;
}

body:not(.elementor-editor-active) .story .wp-block-cover-text {
    color: #fff;
    font-weight: 700;
}

body:not(.elementor-editor-active) .story iframe {
    max-width: 100%;
}

body:not(.elementor-editor-active) .story a.wp-block-button__link {
    text-decoration: none;
}

body:not(.elementor-editor-active) .story .wp-block-button {
    margin-bottom: 10px;
}

body:not(.elementor-editor-active) .story .wp-block-button.is-style-squared a {
    border-radius: 0;
}

body:not(.elementor-editor-active) .story a {
    text-decoration: underline;
}

body:not(.elementor-editor-active) .story a.art-text-line, body:not(.elementor-editor-active) .story a.art-button {
    text-decoration: none;
}

body:not(.elementor-editor-active) .story h1, body:not(.elementor-editor-active) .story h2, body:not(.elementor-editor-active) .story h3, body:not(.elementor-editor-active) .story h4, body:not(.elementor-editor-active) .story h5, body:not(.elementor-editor-active) .story h6 {
    margin-bottom: 16px;
}

body:not(.elementor-editor-active) .story .elementor-heading-title {
    margin-bottom: 0;
}

body:not(.elementor-editor-active) .story blockquote {
    position: relative;
    padding-left: 40px;
    /*
          &::after {
            position: absolute;
            content: '“';
            right: -21px;
          }*/
}

body:not(.elementor-editor-active) .story blockquote::before {
    position: absolute;
    content: '“';
    left: 20px;
}

body:not(.elementor-editor-active) .story p {
    margin-bottom: 30px;
    word-wrap: break-word;
}

body:not(.elementor-editor-active) .story p:last-child {
    margin-bottom: 0;
}

body:not(.elementor-editor-active) .story figure.aligncenter,
body:not(.elementor-editor-active) .story img.aligncenter {
    margin: 0 auto;
    display: block;
}

body:not(.elementor-editor-active) .story .wp-block-gallery,
body:not(.elementor-editor-active) .story .wp-block-image {
    /*margin: 100px -98px;*/
}

body:not(.elementor-editor-active) .story .wp-block-gallery.alignleft,
body:not(.elementor-editor-active) .story .wp-block-image.alignleft {
    margin: 0 30px 0 0;
}

body:not(.elementor-editor-active) .story .wp-block-gallery.alignright,
body:not(.elementor-editor-active) .story .wp-block-image.alignright {
    margin: 0 0 0 30px;
}

body:not(.elementor-editor-active) .story .wp-block-column figure {
    margin: 50px 0;
}

body:not(.elementor-editor-active) .story pre {
    background: #ececec;
    padding: 20px;
    display: block;
    margin: 10px 15px 10px 0;
    overflow-x: auto;
}

body:not(.elementor-editor-active) .story address {
    display: inline-block;
}

body:not(.elementor-editor-active) .story .wp-caption {
    width: auto;
}

body:not(.elementor-editor-active) .story .wp-caption img {
    margin: 0;
}

body:not(.elementor-editor-active) .story .wp-caption p.wp-caption-text {
    background: #ffffff;
    text-align: center;
    color: #898989 !important;
    margin: 0 !important;
}

body:not(.elementor-editor-active) .story abbr {
    text-transform: uppercase;
}

body:not(.elementor-editor-active) .story dl {
    display: block;
    margin-bottom: 25px;
}

body:not(.elementor-editor-active) .story dl dt {
    min-width: 150px;
    color: #000;
}

body:not(.elementor-editor-active) .story dl dd {
    margin-left: 30px;
    margin-bottom: 10px;
}

body:not(.elementor-editor-active) .story .gallery dl dt {
    min-width: 0;
}

body:not(.elementor-editor-active) .story code, body:not(.elementor-editor-active) .story pre {
    font-family: monospace;
}

body:not(.elementor-editor-active) .story pre {
    background-color: #f0f0f0;
}

body:not(.elementor-editor-active) .story table {
    border-top: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 34px;
}

body:not(.elementor-editor-active) .story table thead tr th {
    font-weight: 500;
    padding: 4px 8px;
    border: 1px solid #D1CFD7;
    background-color: #FBF4F1;
}

body:not(.elementor-editor-active) .story table tbody tr th {
    font-weight: 500;
    padding: 4px 8px;
    border: 1px solid #D1CFD7;
    background-color: #FBF4F1;
}

body:not(.elementor-editor-active) .story table tbody tr td {
    padding: 4px 8px;
    border: 1px solid #D1CFD7;
}

body:not(.elementor-editor-active) .story table tfoot tr th {
    font-weight: 500;
    padding: 4px 8px;
    border: 1px solid #D1CFD7;
    background-color: #FBF4F1;
}

body:not(.elementor-editor-active) .story table tfoot tr td {
    padding: 4px 8px;
    border: 1px solid #D1CFD7;
}

body:not(.elementor-editor-active) .story ol,
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) {
    margin: 0 0 1.5em 3em;
}

body:not(.elementor-editor-active) .story ol ol, body:not(.elementor-editor-active) .story ol ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style),
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) ol,
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) {
    margin-top: 10px;
    margin-bottom: 0;
}

body:not(.elementor-editor-active) .story li > ol, body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) li > ul {
    margin-bottom: 0;
}

body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) {
    margin-left: 0.7em;
}

body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) ul {
    margin-top: 10px;
}

body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) > li {
    line-height: 28px;
    list-style-type: none;
    margin-bottom: 2px;
    position: relative;
}

body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) > li::before {
    content: "\e806";
    font-family: "palette";
    font-size: 6px;
    position: absolute;
    left: -12px;
}

body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) > li ul > li {
    line-height: 28px;
    list-style-type: none;
    margin-bottom: 2px;
    position: relative;
}

body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) > li ul > li::before {
    content: "\e806";
    font-family: "palette";
    font-size: 6px;
    position: absolute;
    left: -12px;
}

body:not(.elementor-editor-active) .story ol {
    margin-left: 1em;
    list-style: decimal;
    counter-reset: item;
}

body:not(.elementor-editor-active) .story ol ol {
    margin-top: 10px;
}

body:not(.elementor-editor-active) .story ol > li {
    line-height: 28px;
    list-style-type: none;
    padding-left: 1.2em;
    margin-bottom: 10px;
    counter-increment: item;
    position: relative;
}

body:not(.elementor-editor-active) .story ol > li::before {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1em;
    text-align: right;
    content: counter(item) ".";
}

body:not(.elementor-editor-active) .story ol > li ol > li {
    line-height: 28px;
    list-style-type: none;
    padding-left: 1.2em;
    margin-bottom: 10px;
    counter-increment: item;
    position: relative;
}

body:not(.elementor-editor-active) .story ol > li ol > li::before {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1em;
    text-align: right;
    content: counter(item) ".";
}

body:not(.elementor-editor-active) .story figure figcaption {
    text-align: center;
    width: 100%;
}

body:not(.elementor-editor-active) .story .wp-block-image .aligncenter > figcaption, body:not(.elementor-editor-active) .story .wp-block-image .alignleft > figcaption, body:not(.elementor-editor-active) .story .wp-block-image .alignright > figcaption, body:not(.elementor-editor-active) .story .wp-block-image.is-resized > figcaption {
    display: block;
}

body:not(.elementor-editor-active) .story form.wp-block-search .wp-block-search__button {
    display: none;
}

.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img,
img {
    max-width: 100%;
    /* When images are too wide for containing element, force them to fit. */
    height: auto;
    /* Override height to match resized width for correct aspect ratio. */
}

.story .alignleft,
.story img.alignleft {
    display: inline;
    float: left;
    margin-right: 2em;
}

.story .alignright,
.story img.alignright {
    display: inline;
    float: right;
    margin-left: 2em;
}

.story .aligncenter img {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
    margin-bottom: 1em;
}

.story .wp-caption {
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center;
}

.story .wp-caption p.wp-caption-text {
    font-size: 80%;
    margin: 0;
    padding: 15px;
}

.story .wp-smiley {
    margin: 0;
}

.story .gallery.gallery-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.story .gallery.gallery-columns-2 .gallery-item {
    margin-top: 10px;
    text-align: center;
    width: 50%;
}

.story .gallery.gallery-columns-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.story .gallery.gallery-columns-3 .gallery-item {
    margin-top: 10px;
    text-align: center;
    width: 33%;
}

.story .gallery.gallery-columns-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.story .gallery.gallery-columns-4 .gallery-item {
    margin-top: 10px;
    text-align: center;
    width: 25%;
}

.story .wp-block-cover {
    margin-bottom: 30px;
}

.story .wp-block-group__inner-container {
    margin-bottom: 10px;
}

.story blockquote {
    margin-bottom: 30px;
}

.story .embed-twitter {
    margin-bottom: 30px;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
    color: #000;
}

a {
    color: #000;
}

/*
.elementor-widget-text-editor,
.elementor-widget-heading .elementor-heading-title {
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}*/
.art-h9-css-light {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 19px;
    color: #000000;
}

/*-------------------------------------------------------------------

==  Buttons Styles

-------------------------------------------------------------------*/
/* Buttons */
#pwgc-redeem-button,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button,
.art-button {
    border-radius: 0 0 0 0;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-size: 14px;
}

.woocommerce div.product form.cart .button {
	margin-top: 0;
}

/*1*/
.woocommerce button.button,
.woocommerce .button.wc-backward,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button,
.art-button-dark {
    display: inline-block;
    padding: 16px 32px 14px 32px;
    border: none;
    border-radius: 0;
}

.woocommerce button.button:hover,
.woocommerce .button.wc-backward:hover,
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.art-button-dark:hover {
    opacity: 0.8;
}

/*2*/
#pwgc-redeem-button,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button,
.art-button-light {
    display: inline-block;
    border: 1px solid;
    padding: 14px 31px 14px 31px;
    background-color: transparent;
}

#pwgc-redeem-button:hover,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button:hover,
.art-button-light:hover {
    opacity: 1;
}

/*3*/
.art-button-light-two {
    display: inline-block;
    border: 1px solid;
    padding: 14px 31px 14px 31px;
}

.art-button-light-two:hover {
    opacity: 1;
}

/*4*/
.art-button-thick {
    display: inline-block;
    border: 2px solid;
    padding: 13px 31px 13px 31px;
    font-weight: 700 !important;
    color: #000000;
}

.art-button-thick:hover {
    opacity: 1;
}

/*5 button link with line*/
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .art-update-cart,
.woocommerce button.button.art-button-link-line,
.art-button-link-line {
    background-color: unset;
    padding: 0 0 6px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    border-bottom: 1px solid;
    border-radius: 0;
    text-transform: none;
}

/*
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  opacity: 0.25;
}
*/
/*-------------------------------------------------------------------

==  hamburger

-------------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 7px 0 4px 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 20px;
    height: 15px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -0.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 1px;
    background-color: #444;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -7px;
}

.hamburger-inner::after {
    bottom: -7px;
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
    transform: translate3d(0, -7px, 0) rotate(45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*-------------------------------------------------------------------

==  404

-------------------------------------------------------------------*/
.art-404-page.art-default-page-custom-wrapper {
    padding-top: 223px !important;
    padding-bottom: 140px;
}

.art-404-page.art-default-page-custom-wrapper .art-404-data {
    text-align: center;
}

.art-404-page.art-default-page-custom-wrapper .art-404-data .art-404-title {
    margin-bottom: 40px;
}

/*-------------------------------------------------------------------

==  Headers Mobile Styles

-------------------------------------------------------------------*/
/* Mobile menu */
body.admin-bar .art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper {
    padding: 45px 10px;
}

.art-mobile-menu-wrapper {
    display: none;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1098;
}

.art-mobile-menu-wrapper .art-sidebar-overlay.art--mobile-menu-icon {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1099;
    cursor: pointer;
}

.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper {
    position: fixed;
    z-index: 1800;
    right: 0;
    top: 0;
    width: 280px;
    background: #fff;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.has-submenu ul li a {
    text-transform: none;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.1em;
    padding: 8px 40px 8px 24px;
}

.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li > a .fl-menu-flipper-icon .fl-back-content {
    opacity: 0;
}

.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content {
    opacity: 0;
}

.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-back-content {
    opacity: 1;
}

.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a {
    position: relative;
    display: block;
    padding: 15px 40px 15px 24px;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none;
}

.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a:hover {
    text-decoration: none;
}

.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon .fl-front-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon .fl-back-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li .sub-menu {
    display: none;
}

/* Mobile menu two */
.art-second-mobile-menu-wrapper {
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 55;
    opacity: 0;
    visibility: hidden;
}

.art-second-mobile-menu-wrapper.open {
    visibility: visible;
}

.art-second-mobile-menu-wrapper .art-nav-container {
    height: 100%;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper {
    padding: 120px 60px 60px 120px;
    height: 100%;
    overflow-y: auto;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation ul.art--mobile-menu {
    margin-bottom: 40px;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation ul.art--mobile-menu li {
    display: block;
    margin-bottom: 24px;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation ul.art--mobile-menu li a {
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation ul.art--mobile-menu li a:hover {
    opacity: 0.7;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info .menu-additional-info-left li.menu-additional-info-address,
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info .menu-additional-info-left li.menu-additional-info-email {
    margin-bottom: 10px;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info .menu-additional-info-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info .menu-additional-info-right li:first-child {
    margin-right: 40px;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info ul li {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info ul li a {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info ul li a:hover {
    opacity: 0.7;
}

/*-------------------------------------------------------------------

==  Headers Styles

-------------------------------------------------------------------*/
/* Header common */
body.admin-bar header.art-header-one .art-header-one-content.art-sticky,
body.admin-bar header.art-header-two .art-header-two-content.art-sticky,
body.admin-bar header.art-header-three .art-header-three-content.art-sticky,
body.admin-bar header.art-header-four .art-header-four-content.art-sticky {
    margin-top: 32px;
}

.art-social-container {
    margin: 0 -7px;
}

.art-social-container a {
    color: #fff;
}

.art-social-container a i {
    padding: 0 7px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-size: 18px;
    line-height: 21px;
    /*&.fa-facebook-f,
      &.fa-facebook {
        font-size: 18px;
        line-height: 21px;
      }*/
}

.art-social-container a i.fa-instagram {
    font-size: 19px;
    line-height: 25px;
}

/* Header one */
header.art-header-one {
    position: relative;
    z-index: 50;
}

header.art-header-one.art-menu-open .art-header-one-content .art-navigation-container {
    left: -275px;
}

header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .left-content .art--logo-container a {
    display: block;
    padding: 20px 0;
}

header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .left-content .art--logo-container .light-logotype {
    display: none;
}

header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
    display: block;
}

header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .center-content nav ul.menu > li > a {
    color: #000000;
}

header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .center-content nav ul.menu > li > a:hover {
    border-bottom: 1px solid #000000;
    opacity: 1;
}

header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .art-social-container a {
    color: #000;
}

header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .art-social-container a i:hover {
    opacity: 0.8;
}

header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .hamburger-inner,
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .hamburger-inner::after,
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .hamburger-inner::before {
    background-color: #000;
}

header.art-header-one.art-header-show-border .art-header-one-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.art-header-one .art-header-one-content {
    padding: 0 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 300ms ease-in-out, margin-top 0ms;
    transition: all 300ms ease-in-out, margin-top 0ms;
}

header.art-header-one .art-header-one-content.art-sticky {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
}

header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .left-content .art--logo-container {
    max-height: 60px;
}

header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .left-content .art--logo-container .light-logotype {
    display: none;
}

header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .left-content .art--logo-container .dark-logotype {
    display: block;
}

header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .center-content nav ul.menu > li {
    padding: 14px 21px;
}

header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .center-content nav ul.menu > li > a {
    color: #000000;
}

header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .center-content nav ul.menu > li > a:hover {
    border-bottom: 1px solid #000000;
    opacity: 1;
}

header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .art-social-container a {
    color: #000;
}

header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .art-social-container a i:hover {
    opacity: 0.8;
}

header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .hamburger-inner,
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .hamburger-inner::after,
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .hamburger-inner::before {
    background-color: #000;
}

header.art-header-one .art-header-one-content .art-navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    left: 0;
}

header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container {
    max-height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container a {
    padding: 20px 0;
}

header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
    display: none;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 60px;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li {
    padding: 25px 21px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li > a {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    border-bottom: 1px solid transparent;
    padding: 6px 0 6px 0;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li > a:hover {
    border-bottom: 1px solid #FFFFFF;
    opacity: 1;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li.has-submenu:hover .sub-nav > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li {
    position: relative;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    z-index: 9999;
    background-color: #fff;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li {
    position: relative;
    padding: 10px 38px 10px 16px;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li .sub-menu {
    top: 0;
    left: 100%;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li.has-submenu::after {
    content: url(images/chevron.svg);
    width: 16px;
    position: absolute;
    right: 11px;
    top: 9px;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li.has-submenu:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item {
    position: static;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 70px 29px 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li {
    width: 300px;
    padding: 0;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li::after {
    display: none;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li:hover > a {
    opacity: 1;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li > a {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 11px;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul li {
    padding: 0 40px 16px 0;
}

header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item:hover .sub-nav > ul.sub-menu > li.sub-nav-item ul {
    opacity: 1;
    visibility: visible;
    position: static;
}

header.art-header-one .art-header-one-content .art-navigation-container .right-content {
    position: relative;
    z-index: 60;
}

header.art-header-one .art-header-one-content .art-navigation-container .right-content .hamburger-inner, header.art-header-one .art-header-one-content .art-navigation-container .right-content .hamburger-inner::before, header.art-header-one .art-header-one-content .art-navigation-container .right-content .hamburger-inner::after {
    background-color: #fff;
}

/* Header two */
header.art-header-two {
    position: relative;
    z-index: 48;
}

header.art-header-two.art-menu-open .art-header-two-content .art-header-top {
    left: -275px;
}

header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-left .art-social-container a {
    color: #000;
}

header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-center .art--logo-container .light-logotype {
    display: none;
}

header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-center .art--logo-container .dark-logotype {
    display: block;
}

header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-right a.art-site-header-appointment {
    color: #000;
}

header.art-header-two.art-dark-header-text .art-header-two-content .art-header-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.art-header-two.art-dark-header-text .art-header-two-content .art-header-bottom nav ul.menu > li > a {
    color: #000;
}

header.art-header-two .art-header-two-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms ease-in-out, margin-top 0ms;
    transition: all 300ms ease-in-out, margin-top 0ms;
}

header.art-header-two .art-header-two-content .art-header-data-wrapper {
    margin: 0 auto;
}

header.art-header-two .art-header-two-content.art-sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

header.art-header-two .art-header-two-content.art-sticky .art-header-top {
    min-height: 61px;
}

header.art-header-two .art-header-two-content.art-sticky .art-header-bottom nav ul.menu > li > a {
    padding: 14px 0 14px 0;
}

header.art-header-two .art-header-two-content.art-sticky .art-header-bottom nav ul.menu li ul.sub-menu li a {
    padding: 14px 0 14px 0;
}

header.art-header-two .art-header-two-content.art-sticky {
    background-color: #fff;
}

header.art-header-two .art-header-two-content.art-sticky .art-header-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-left .art-social-container a {
    color: #000;
}

header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-center .art--logo-container .light-logotype {
    display: none;
}

header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-center .art--logo-container .dark-logotype {
    display: block;
}

header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-right .art-site-header-appointment {
    color: #000;
}

header.art-header-two .art-header-two-content.art-sticky .art-header-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.art-header-two .art-header-two-content.art-sticky .art-header-bottom nav ul.menu > li > a {
    color: #000;
}

header.art-header-two .art-header-two-content .art-header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    left: 0;
    padding: 0 50px;
    min-height: 69px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header.art-header-two .art-header-two-content .art-header-top .art-header-top-left {
    width: 300px;
}

header.art-header-two .art-header-two-content .art-header-top .art-header-top-center .art--logo-container .dark-logotype {
    display: none;
}

header.art-header-two .art-header-two-content .art-header-top .art-header-top-right {
    width: 300px;
    text-align: right;
}

header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .art-site-header-appointment {
    color: #fff;
}

header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner, header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner::before, header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner::after {
    background-color: #fff;
}

header.art-header-two .art-header-two-content .art-header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 60px;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li {
    margin: 0 21px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li:hover > a::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li > a {
    text-align: center;
    color: #FFFFFF;
    display: block;
    position: relative;
    padding: 16px 0 16px 0;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li > a:hover {
    opacity: 1;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li.has-submenu:hover .sub-nav > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li:hover > a {
    position: relative;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li:hover > a::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-left: 0;
    margin-right: 0;
    z-index: 9999;
    background-color: #fff;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li {
    margin: 0 20px;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li.has-submenu:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    display: block;
    padding: 16px 0;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li ul.sub-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item {
    position: static;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item a:hover {
    opacity: 0.7;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 70px 33px 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu li:hover > a::before {
    display: none;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li {
    width: 300px;
    padding: 0;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li > a {
    padding: 7px 0;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul li {
    margin: 0;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul li a {
    padding: 7px 0;
}

header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item:hover .sub-nav > ul.sub-menu > li.sub-nav-item ul {
    opacity: 1;
    visibility: visible;
    position: static;
}

header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-right .hamburger-inner,
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-right .hamburger-inner::before,
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-right .hamburger-inner::after,
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner,
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner::before,
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner::after {
    background-color: #000;
}

/* Header three */
header.art-header-three {
    position: relative;
}

header.art-header-three.art-dark-header-text .art-header-three-content .art-navigation-container .left-content .art--logo-container a {
    display: block;
    padding: 20px 0;
}

header.art-header-three.art-dark-header-text .art-header-three-content .art-navigation-container .left-content .art--logo-container .light-logotype {
    display: none;
}

header.art-header-three.art-dark-header-text .art-header-three-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
    display: block;
}

header.art-header-three.art-dark-header-text .art-header-three-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
    color: #000;
}

header.art-header-three.art-dark-header-text.art-menu-open .art-header-three-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
    color: #FFF;
}

header.art-header-three.art-white-hamburger .art-header-three-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
    color: #FFF;
}

header.art-header-three.art-black-hamburger.art-menu-open .art-header-four-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
    color: #000;
}

header.art-header-three.art-header-logo-light .art-header-three-content .art-navigation-container {
    /*
        .right-content {

          .art-second-hamburger-wrapper {

            button {
              color: #000;
            }
          }

        }
        */
}

header.art-header-three.art-header-logo-light .art-header-three-content .art-navigation-container .left-content .art--logo-container a {
    display: block;
    padding: 20px 0;
}

header.art-header-three.art-header-logo-light .art-header-three-content .art-navigation-container .left-content .art--logo-container .light-logotype {
    display: block;
}

header.art-header-three.art-header-logo-light .art-header-three-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
    display: none;
}

header.art-header-three.art-header-show-border .art-header-three-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.art-header-three .art-header-three-content {
    padding: 0 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 300ms ease-in-out, margin-top 0ms;
    transition: all 300ms ease-in-out, margin-top 0ms;
}

header.art-header-three .art-header-three-content.art-sticky {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header.art-header-three .art-header-three-content.art-sticky .art-navigation-container .left-content .art--logo-container {
    max-height: 60px;
}

header.art-header-three .art-header-three-content.art-sticky .art-navigation-container .left-content .art--logo-container .light-logotype {
    display: none;
}

header.art-header-three .art-header-three-content.art-sticky .art-navigation-container .left-content .art--logo-container .dark-logotype {
    display: block;
}

header.art-header-three .art-header-three-content.art-sticky .art-navigation-container .right-content .art-second-hamburger-wrapper button {
    color: #000 !important;
}

header.art-header-three .art-header-three-content .art-navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    left: 0;
}

header.art-header-three .art-header-three-content .art-navigation-container .left-content {
    z-index: 50;
}

header.art-header-three .art-header-three-content .art-navigation-container .left-content .art--logo-container {
    max-height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

header.art-header-three .art-header-three-content .art-navigation-container .left-content .art--logo-container a {
    padding: 20px 0;
}

header.art-header-three .art-header-three-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
    display: none;
}

header.art-header-three .art-header-three-content .art-navigation-container .right-content {
    position: relative;
    z-index: 60;
}

header.art-header-three .art-header-three-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
    color: #fff;
}

/* Header four */
header.art-header-four {
    position: relative;
}

header.art-header-four.art-dark-header-text .art-header-four-content .art-navigation-container .menu-content-item nav ul li a {
    color: #000;
}

header.art-header-four.art-dark-header-text .art-header-four-content .art-navigation-container .left-content .art--logo-container a {
    display: block;
    padding: 20px 0;
}

header.art-header-four.art-dark-header-text .art-header-four-content .art-navigation-container .left-content .art--logo-container .light-logotype {
    display: none;
}

header.art-header-four.art-dark-header-text .art-header-four-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
    display: block;
}

header.art-header-four.art-dark-header-text .art-header-four-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
    color: #000;
}

header.art-header-four.art-dark-header-text.art-menu-open .art-header-three-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
    color: #FFF;
}

header.art-header-four.art-white-hamburger .art-header-four-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
    color: #FFF;
}

header.art-header-four.art-black-hamburger.art-menu-open .art-header-four-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
    color: #000;
}

header.art-header-four.art-header-logo-light .art-header-three-content .art-navigation-container {
    /*
        .right-content {

          .art-second-hamburger-wrapper {

            button {
              color: #000;
            }
          }

        }
        */
}

header.art-header-four.art-header-logo-light .art-header-three-content .art-navigation-container .left-content .art--logo-container a {
    display: block;
    padding: 20px 0;
}

header.art-header-four.art-header-logo-light .art-header-three-content .art-navigation-container .left-content .art--logo-container .light-logotype {
    display: block;
}

header.art-header-four.art-header-logo-light .art-header-three-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
    display: none;
}

header.art-header-four.art-header-show-border .art-header-three-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.art-header-four .art-header-four-content {
    padding: 0 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 300ms ease-in-out, margin-top 0ms;
    transition: all 300ms ease-in-out, margin-top 0ms;
}

header.art-header-four .art-header-four-content.art-sticky {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header.art-header-four .art-header-four-content.art-sticky .art-navigation-container .menu-content-item nav ul li a {
    color: #000;
}

header.art-header-four .art-header-four-content.art-sticky .art-navigation-container .left-content .art--logo-container {
    max-height: 60px;
}

header.art-header-four .art-header-four-content.art-sticky .art-navigation-container .left-content .art--logo-container .light-logotype {
    display: none;
}

header.art-header-four .art-header-four-content.art-sticky .art-navigation-container .left-content .art--logo-container .dark-logotype {
    display: block;
}

header.art-header-four .art-header-four-content.art-sticky .art-navigation-container .right-content .art-second-hamburger-wrapper button {
    color: #000 !important;
}

header.art-header-four .art-header-four-content .art-navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    left: 0;
}

header.art-header-four .art-header-four-content .art-navigation-container .menu-content-item {
    z-index: 5;
}

header.art-header-four .art-header-four-content .art-navigation-container .menu-content-item nav ul li a {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

header.art-header-four .art-header-four-content .art-navigation-container .left-content {
    z-index: 5;
}

header.art-header-four .art-header-four-content .art-navigation-container .left-content .art--logo-container {
    max-height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

header.art-header-four .art-header-four-content .art-navigation-container .left-content .art--logo-container a {
    padding: 20px 0;
}

header.art-header-four .art-header-four-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
    display: none;
}

header.art-header-four .art-header-four-content .art-navigation-container .right-content {
    position: relative;
    z-index: 60;
}

header.art-header-four .art-header-four-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
    color: #fff;
}

/*-------------------------------------------------------------------

==  Elementor Widgets

-------------------------------------------------------------------*/
/*## Common ##*/
.fl-animated-item-velocity {
    opacity: 0;
}

.art-image-name-rotating img {
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: rotating 8s infinite linear;
    animation: rotating 8s infinite linear;
}

/*## Hero Header ##*/
.art-hero-header {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.art-hero-header .art-hero-header-data {
    min-height: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-hero-header .art-hero-header-data .art-hero-header-two-wrapper {
    padding: 100px 0 100px 0;
    position: relative;
    text-align: center;
    max-width: 950px;
}

.art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-two-title {
    margin-bottom: 0;
    color: #fff;
}

.art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-button-block {
    display: none;
}

.art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-button-block .art-widget-button {
    margin-top: 40px;
}

/*## Section About Me ##*/
.art-section-about-me .art-about-me-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.art-section-about-me .art-about-me-left .about-image-one {
    max-width: 390px;
    z-index: 10;
}

.art-section-about-me .art-about-me-left .about-image-two {
    max-width: 360px;
    position: absolute;
    right: 15px;
    top: 10%;
    z-index: 2;
}

.art-section-about-me .art-about-me-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-section-about-me .art-about-me-right .art-about-me-right-data {
    padding-left: 66px;
}

.art-section-about-me .art-about-me-right .art-section-about-me-link {
    margin-top: 40px;
}

.art-section-about-me .art-about-me-right .art-section-about-me-link .art-widget-button a {
    text-decoration: none;
}

.art-section-about-me .art-about-me-right .art-section-about-me-link .art-widget-button a:hover i {
    margin-left: 12px;
}

.art-section-about-me .art-about-me-right .art-section-about-me-link .art-widget-button a i {
    margin-left: 6px;
    -webkit-transition: margin-left 250ms ease-in-out;
    transition: margin-left 250ms ease-in-out;
}

/*## Portfolio Taxonomies ##*/
.art-portfolio-taxonomies .art-taxonomy-wrapper .art-taxonomy-data {
    text-align: center;
    margin: 77px 0;
}

.art-portfolio-taxonomies .art-taxonomy-wrapper .art-taxonomy-data a {
    display: block;
    text-decoration: none;
}

.art-portfolio-taxonomies .art-taxonomy-wrapper .art-taxonomy-data a img {
    margin-bottom: 28px;
}

.art-portfolio-taxonomies .art-taxonomies-column-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-portfolio-taxonomies .art-taxonomies-column-one a {
    max-width: 360px;
}

.art-portfolio-taxonomies .art-taxonomies-column-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-portfolio-taxonomies .art-taxonomies-column-two .art-column-two-container {
    max-width: 240px;
}

.art-portfolio-taxonomies .art-taxonomies-column-two .art-taxonomy-wrapper:first-child a {
    max-width: 200px;
    margin-left: auto;
}

.art-portfolio-taxonomies .art-taxonomies-column-two a {
    max-width: 240px;
}

.art-portfolio-taxonomies .art-taxonomies-column-three {
    margin-top: 23px;
}

.art-portfolio-taxonomies .art-taxonomies-column-three .art-taxonomy-wrapper:last-child a {
    max-width: 160px;
}

.art-portfolio-taxonomies .art-portfolio-archive-button {
    text-align: center;
    margin-top: 3px;
}

.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile {
    display: none;
}

.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomies-column-left {
    width: 50%;
}

.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomies-column-right {
    width: 50%;
}

.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomy-wrapper h3 {
    margin-bottom: 0 !important;
}

.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomy-wrapper.art-taxonomy-mobile-one .art-taxonomy-data {
    width: 88.12%;
    margin: 35px auto 30px 0;
}

.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomy-wrapper.art-taxonomy-mobile-four .art-taxonomy-data {
    width: 64.37%;
    margin: 0 0 0 20px;
}

.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomy-wrapper.art-taxonomy-mobile-two .art-taxonomy-data {
    width: 49.37%;
    margin: 0 20px 30px auto;
}

.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomy-wrapper.art-taxonomy-mobile-three .art-taxonomy-data {
    width: 58.75%;
    margin: 0 30px 30px auto;
}

.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomy-wrapper.art-taxonomy-mobile-five .art-taxonomy-data {
    width: 39.37%;
    margin: 0 auto 0 41px;
}

/*## Testimonials Images ##*/
/* Swiper Safari Fix arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
    display: none !important;
    opacity: 0 !important;
}

.art-testimonial-images-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-testimonial-images-wrapper .art-left-side {
    width: 487px;
    max-width: 487px;
}

.art-testimonial-images-wrapper .art-left-side .swiper-container-testimonial-image {
    overflow: hidden;
    max-width: 370px;
}

.art-testimonial-images-wrapper .art-right-side {
    width: calc(100% - 487px);
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-testimonial-images-wrapper .art-right-side .art-right-side-data {
    position: relative;
    padding-bottom: 71px;
    max-width: 560px;
    width: 100%;
}

.art-testimonial-images-wrapper .art-right-side .art-testimonial-title {
    text-align: center;
    margin-bottom: 18px;
}

.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text {
    overflow: hidden;
}

.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .testimonial-item .art-testimonial-data {
    text-align: center;
}

.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .testimonial-item .art-testimonial-name {
    margin-top: 30px;
    text-align: center;
}

.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .art-swiper-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 43px;
}

.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .art-swiper-buttons-wrapper .swiper-button-next {
    background-image: none;
    position: static;
    margin-bottom: -2px;
}

.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .art-swiper-buttons-wrapper .swiper-button-next::before {
    content: '\e813';
    font-family: palette;
    font-size: 48px;
    position: relative;
    left: 5px;
    top: 8px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .art-swiper-buttons-wrapper .swiper-button-prev {
    background-image: none;
    position: static;
    margin-right: 38px;
}

.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .art-swiper-buttons-wrapper .swiper-button-prev::before {
    content: '\e812';
    font-family: palette;
    font-size: 48px;
    position: relative;
    top: 8px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*## Partners ##*/
.art-partners-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.art-partners-wrapper .art-partner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*## Info Section ##*/
.art-info-section {
    padding: 204px 0 204px 0;
}

.art-info-section .art-info-section-title {
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 85px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    display: block;
}

body .story .art-info-section .art-info-section-title {
    margin-bottom: 60px;
}

/*## Portfolio Archive (!!! Studio !!!) ##*/
.art-portfolio-archive.art-archive-photographers {
    padding: 0 0 100px 0;
}

.art-portfolio-archive.art-archive-photographers .art-hero-header {
    position: relative;
    background-size: cover;
    background-position: center center;
    margin-bottom: 100px;
}

.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data {
    min-height: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper {
    padding: 100px 0 100px 0;
    position: relative;
    text-align: center;
    max-width: 922px;
}

.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-two-title {
    margin-bottom: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 80px;
    line-height: 100px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-portfolio-buttons-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-portfolio-buttons-filter .art-button-filter-item {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.04em;
    border-bottom: 3px solid transparent;
    padding: 0 0 4px 0;
    margin: 0 30px 15px 30px;
}

.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-portfolio-buttons-filter .art-button-filter-item.is-checked {
    border-bottom: 3px solid;
}

.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-widget-button {
    margin-top: 60px;
}

.art-portfolio-archive.art-archive-photographers .art-portfolio-pagination-wrapper a {
    margin-top: 60px;
}

/*## Welcome Section ##*/
.art-welcome-section .art-welcome-section-left .art-welcome-image {
    max-width: 370px;
}

.art-welcome-section .art-welcome-section-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.art-welcome-section .art-welcome-section-right .art-welcome-section-right-data .art-image-name-rotating {
    position: absolute;
    top: 0;
    right: 0;
}

/*## Program Info ##*/
.art-program-info .art-program-info-row.art-do-reverse .art-program-info-one .art-program-info-data {
    padding-right: 0;
    padding-left: 98px;
}

.art-program-info .art-program-info-row .art-program-info-one .art-program-info-data {
    padding-right: 98px;
}

.art-program-info .art-program-info-row .art-program-info-one .art-program-info-data .program-info-data-block {
    margin-bottom: 50px;
}

.art-program-info .art-program-info-row .art-program-info-one .art-program-info-data .program-info-data-block:last-child {
    margin-bottom: 0;
}

.art-program-info .art-program-info-row .art-program-info-one .art-program-info-data .program-info-data-block .art-program-info-title {
    margin-bottom: 20px;
}

.art-program-info .art-program-info-row .art-program-info-two .art-program-image-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*## Text List ##*/
.art-text-list .art-text-list-one .art-text-list-data {
    padding-right: 70px;
}

/*## Text Links ##*/
.art-text-links .art-text-links-one .art-text-links-data {
    padding-right: 93px;
}

.art-text-links .art-text-links-two {
    margin-top: 15px;
}

.art-text-links .art-text-links-two .art-text-links-items {
    margin-bottom: 40px;
}

.art-text-links .art-text-links-two .art-text-links-items:last-child {
    margin-bottom: 0;
}

.art-text-links .art-text-links-two .art-text-links-items .text-links-title {
    margin-bottom: 18px;
}

.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items .art-link-item {
    margin-bottom: 6px;
}

.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items .art-link-item:last-child {
    margin-bottom: 0;
}

.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items a {
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: inherit;
}

.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items a .art-link-name i {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-left: 0;
    opacity: 0;
}

.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items a .art-link-name i::before {
    margin-left: 0;
    font-size: 22px;
    position: relative;
    top: 4px;
}

.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items a:hover .art-link-name i {
    opacity: 1;
    margin-left: 8px;
}

/*## Text Circle ##*/
section.art-text-circle .art-text-circle-row .art-text-circle-two .art-image-name-rotating {
    position: relative;
}

section.art-text-circle .art-text-circle-row .art-text-circle-two .art-image-name-rotating img {
    position: absolute;
    top: 48px;
    right: 0;
}

/*## Image and Text ##*/
.art-image-text-section .art-program-info-row.art-do-reverse .art-program-info-one .art-program-info-data {
    padding-right: 0;
    padding-left: 98px;
}

.art-image-text-section .art-program-info-row .art-program-info-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-image-text-section .art-program-info-row .art-program-info-one .art-program-info-data {
    padding-right: 98px;
}

.art-image-text-section .art-program-info-row .art-program-info-one .art-program-info-data .program-info-data-block {
    margin-bottom: 50px;
}

.art-image-text-section .art-program-info-row .art-program-info-one .art-program-info-data .program-info-data-block:last-child {
    margin-bottom: 0;
}

.art-image-text-section .art-program-info-row .art-program-info-one .art-program-info-data .program-info-data-block .art-program-info-title {
    margin-bottom: 20px;
}

.art-image-text-section .art-program-info-row .art-program-info-two .art-program-image-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*## Text and Blocks ##*/
section.art-text-blocks .art-text-blocks-one .art-text-links-data {
    padding-right: 93px;
}

section.art-text-blocks .art-text-blocks-two {
    margin-top: 15px;
}

section.art-text-blocks .art-text-blocks-two .art-text-blocks-items.art-text-blocks-ul {
    margin-bottom: 40px;
}

section.art-text-blocks .art-text-blocks-two .art-text-blocks-items.art-text-blocks-ul:last-child {
    margin-bottom: 0;
}

section.art-text-blocks .art-text-blocks-two .art-text-blocks-items.art-text-blocks-ul .text-block-title {
    margin-bottom: 18px;
}

section.art-text-blocks .art-text-blocks-two .art-text-blocks-items.art-text-blocks-ul ul {
    margin: 0 !important;
}

section.art-text-blocks .art-text-blocks-two .art-text-blocks-items.art-text-blocks-ul ul li::before {
    display: none;
}

/*## Prices ##*/
section.art-prices-page .art-prices-page-block {
    border-top: 1px solid rgba(152, 132, 99, 0.2);
    padding: 80px 0 100px 0;
}

section.art-prices-page .art-prices-page-block:last-child {
    border-bottom: 1px solid rgba(152, 132, 99, 0.2);
}

section.art-prices-page .art-prices-page-block .art-price-page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.art-prices-page .art-prices-page-block .art-price-page-content .price-page-content-title {
    min-width: 388px;
}

section.art-prices-page .art-prices-page-block .art-price-page-content .price-page-content-description {
    margin-top: 18px;
}

section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price {
    min-width: 240px;
    text-align: right;
    margin-top: 32px;
}

section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price .page-content-price-itself {
    display: block;
    margin-bottom: 38px;
}

section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price .page-content-price-link a {
    text-decoration: none;
}

section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price .page-content-price-link a:hover {
    color: #000;
}

section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price .page-content-price-link a:hover i {
    left: 7px;
}

section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price .page-content-price-link a i {
    margin-left: 5px;
    position: relative;
    -webkit-transition: left 250ms ease-in-out;
    transition: left 250ms ease-in-out;
    left: 0;
}

/*## Post Header ##*/
.art-post-header .art-post-header-content {
    min-height: 683px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-post-header .art-post-header-content.art-post-post-no-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.art-post-header .art-post-header-content .art-post-header-left {
    position: relative;
    width: 50%;
}

.art-post-header .art-post-header-content .art-post-header-left .art-post-top-image {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.art-post-header .art-post-header-content .art-post-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 100%;
    min-height: 683px;
}

.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data {
    padding: 0 141px 0 80px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-cat {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-title {
    margin-bottom: 10px;
}

.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-description-list {
    margin-top: 40px;
}

.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-enquire {
    display: block;
    margin-top: 40px;
}

.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-enquire a {
    text-decoration: none;
}

.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-enquire a i {
    margin-left: 6px;
    -webkit-transition: margin-left 250ms ease-in-out;
    transition: margin-left 250ms ease-in-out;
}

.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-enquire a:hover {
    color: #000;
}

.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-enquire a:hover i {
    margin-left: 11px;
}

.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data ul {
    margin: 0 !important;
}

.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data ul li::before {
    display: none;
}

/*## Workshop Related Posts ##*/
/*## Contacts Themselves ##*/
.art-contacts-themselves .art-contact-item {
    text-align: center;
    margin-bottom: 50px;
}

.art-contacts-themselves .art-contact-item .art-contact-icon {
    margin-bottom: 24px;
}

.art-contacts-themselves .art-contact-item .art-contact-name {
    margin-bottom: 18px;
}

/*## ACF 7 (Default shortcode widget) ##*/
.wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
    margin-top: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 17px;
    color: #EA6956;
}

.wpcf7 form.wpcf7-form p {
    margin-bottom: 30px;
}

.wpcf7 form.wpcf7-form p:last-child {
    margin-bottom: 30px;
}

.wpcf7 form.wpcf7-form .three-fields-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.wpcf7 form.wpcf7-form .three-fields-row .wpcf7-form-control-wrap {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 33.333333333%;
}

.wpcf7 form.wpcf7-form textarea {
    width: 100%;
}

.wpcf7 form.wpcf7-form textarea.art-textarea-two-inputs {
    height: 130px;
}

.wpcf7 form.wpcf7-form .field-to-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wpcf7 form.wpcf7-form .ajax-loader {
    display: none;
}

.wpcf7 form.wpcf7-form.sent .art-book-now-wrapper {
    display: none;
}

/*## My Map ##*/
.art-map-image-wrapper {
    height: 600px !important;
}

/*## Full Screen Block ##*/
.art-full-screen-block {
    min-height: 100vh;
    position: relative;
}

.art-full-screen-block.art-img-bg {
    background-size: cover;
    background-position: center center;
}

.art-full-screen-block .art-image-name-rotating {
    position: absolute;
    bottom: 40px;
    right: 60px;
}

.art-full-screen-block .art-image-name-rotating a {
    border: none;
}

.art-full-screen-block .art-image-name-rotating a:hover {
    background-color: transparent;
    opacity: 0.7;
}

/*## Simple About One ##*/
.art-full-screen-about-one {
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-full-screen-about-one .art-widget-description {
    font-weight: 700;
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    padding: 149px 250px 149px 60px;
}

.art-full-screen-about-one .art-image-name-rotating {
    position: absolute;
    bottom: 40px;
    right: 60px;
}

.art-full-screen-about-one .art-image-name-rotating a {
    border: none;
}

.art-full-screen-about-one .art-image-name-rotating a:hover {
    background-color: transparent;
    opacity: 0.7;
}

/*## Simple About Two ##*/
.art-full-screen-about-two {
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-full-screen-about-two .art-widget-image-block {
    width: 50%;
    min-height: 768px;
    background-size: cover;
    background-position: center center;
}

.art-full-screen-about-two .art-widget-description-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-full-screen-about-two .art-widget-description-wrapper .art-widget-description {
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #000000;
    padding: 70px 115px 70px 70px;
}

.art-full-screen-about-two .art-image-name-rotating {
    position: absolute;
    bottom: 40px;
    right: 60px;
}

.art-full-screen-about-two .art-image-name-rotating a {
    border: none;
}

.art-full-screen-about-two .art-image-name-rotating a:hover {
    background-color: transparent;
    opacity: 0.7;
}

/*## Simple Contact ##*/
.art-full-screen-contact {
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-full-screen-contact .art-widget-image-block {
    width: 50%;
    min-height: 768px;
    background-size: cover;
    background-position: center center;
}

.art-full-screen-contact .art-widget-data-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-full-screen-contact .art-widget-data-wrapper .art-widget-data {
    padding: 70px 115px 70px 70px;
}

.art-full-screen-contact .art-widget-data-wrapper .art-widget-data .art-simple-about-item {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 30px;
}

.art-full-screen-contact .art-widget-data-wrapper .art-widget-data .art-simple-about-item:last-child {
    margin-bottom: 0;
}

.art-full-screen-contact .art-widget-data-wrapper .art-widget-data .art-simple-about-item span {
    display: block;
}

.art-full-screen-contact .art-widget-data-wrapper .art-widget-data .art-simple-about-item a {
    text-decoration: none;
}

.art-full-screen-contact .art-widget-data-wrapper .art-widget-data .art-simple-about-item a:hover {
    color: #000;
    opacity: 0.7;
}

.art-full-screen-contact .art-image-name-rotating {
    position: absolute;
    bottom: 40px;
    right: 60px;
}

.art-full-screen-contact .art-image-name-rotating a {
    border: none;
}

.art-full-screen-contact .art-image-name-rotating a:hover {
    background-color: transparent;
    opacity: 0.7;
}

/*## Simple Portfolio Archive ##*/
.art-simple-portfolio-archive {
    overflow: hidden;
}

.art-simple-portfolio-archive .art-simple-portfolio-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-simple-portfolio-archive .art-simple-portfolio-container .art-portfolio-title {
    position: absolute;
    left: 60px;
    bottom: 50px;
    margin: 0;
    padding-right: 20px;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    opacity: 0;
}

.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-main {
    width: 50%;
    background-size: cover;
    background-position: center center;
}

.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-main .art-portfolio-item {
    margin: 0;
    height: 100%;
}

.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-main .art-portfolio-item .art-portfolio-item-link {
    display: block;
    position: relative;
    height: 100%;
}

.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-main .art-portfolio-item .art-portfolio-item-link:hover .art-portfolio-title {
    opacity: 1;
}

.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other .art-portfolio-item {
    margin: 0;
}

.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other .art-portfolio-item .art-portfolio-item-link {
    position: relative;
    display: block;
}

.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other .art-portfolio-item .art-portfolio-item-link .art-portfolio-image {
    margin: 0;
}

.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other .art-portfolio-item .art-portfolio-item-link:hover .art-portfolio-title {
    opacity: 1;
}

/*## Staff ##*/
.art-staff-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-staff-section.art-do-reverse .art-widget-staff-wrapper .art-widget-staff-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-right: 31%;
}

.art-staff-section .art-widget-image-block {
    width: 50%;
    min-height: 768px;
    background-size: cover;
    background-position: center center;
}

.art-staff-section .art-widget-staff-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff {
    padding-left: 96px;
}

.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff .art-widget-staff-title {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    min-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin-bottom: 24px;
}

.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff ul.art-staff-themselves {
    margin: 0;
}

.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff ul.art-staff-themselves li {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 12px;
}

.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff ul.art-staff-themselves li:last-child {
    margin-bottom: 0;
}

.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff ul.art-staff-themselves li::before {
    display: none;
}

.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff ul.art-staff-themselves li a {
    text-decoration: none;
}

/*## Ticker ##*/
.art-ticker-section .art-ticker-field {
    font-weight: bold;
    font-size: 74px;
    line-height: 96px;
    letter-spacing: 0.02em;
    color: #000000;
    overflow: hidden;
}

/*## Text Line Popup ##*/
.art-text-line-popup {
    text-align: center;
}

.art-text-line-popup .art-text-line {
    font-weight: bold;
    font-size: 74px;
    line-height: 96px;
    letter-spacing: 0.02em;
    color: #000000;
    border-bottom: 4px solid;
    padding-bottom: 4px;
}

/*## People Contact ##*/
.art-people-contact .art-people-contact-container {
    max-width: 975px;
    padding: 0 15px;
    margin: 0 auto;
}

.art-people-contact .art-people-contact-container .art-people-contact-item {
    text-align: center;
    margin-bottom: 60px;
}

.art-people-contact .art-people-contact-container .art-people-contact-item img {
    margin-bottom: 24px;
}

.art-people-contact .art-people-contact-container .art-people-contact-item .art-people-contact-name {
    display: block;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
}

.art-people-contact .art-people-contact-container .art-people-contact-item .art-people-contact-position,
.art-people-contact .art-people-contact-container .art-people-contact-item .art-people-contact-phone,
.art-people-contact .art-people-contact-container .art-people-contact-item .art-people-contact-email {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
}

.art-people-contact .art-people-contact-container .art-people-contact-item .art-people-contact-position {
    margin-bottom: 10px;
}

.art-people-contact .art-people-contact-container .art-people-contact-item .art-people-contact-phone {
    margin-bottom: 10px;
}

.art-people-contact a {
    text-decoration: none !important;
}

/*## Map Contacts ##*/
.art-map-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-map-contacts .art-widget-map-block {
    width: 50%;
    min-height: 683px;
}

.art-map-contacts .art-widget-map-block .art-my-map-widget {
    height: 100%;
}

.art-map-contacts .art-widget-contacts-block {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.art-map-contacts .art-widget-contacts-block .art-widget-contacts-wrapper {
    text-align: center;
    padding: 0 30px;
}

.art-map-contacts .art-widget-contacts-block .art-widget-contacts-wrapper .art-contact-item {
    margin-bottom: 50px;
}

.art-map-contacts .art-widget-contacts-block .art-widget-contacts-wrapper .art-contact-item:last-child {
    margin-bottom: 0;
}

.art-map-contacts .art-widget-contacts-block .art-widget-contacts-wrapper .art-contact-item .art-contact-title {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.art-map-contacts .art-widget-contacts-block .art-widget-contacts-wrapper .art-contact-item .art-contact-itself {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.04em;
}

/*## Images Set ##*/
/*
art-section-images-set

art-portfolio-image-one
art-portfolio-image-two
art-portfolio-image-three
art-portfolio-image-four
*/
.art-section-images-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-section-images-set .art-set-image-one {
    width: 16.9%;
    margin-right: 3.4%;
    margin-top: 48px;
}

.art-section-images-set .art-set-image-two {
    width: 48.68%;
    position: relative;
    margin-right: 3.4%;
}

.art-section-images-set .art-set-image-two .art-set-image-three {
    width: 40.15%;
    position: absolute;
    bottom: 6%;
    right: -35%;
}

.art-section-images-set .art-set-image-four {
    width: 27.52%;
    margin-top: 30px;
}

/*## Service Menu ##*/
.art-service-menu-tabs {
    width: auto;
    text-align: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
}

.art-service-menu-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

.art-service-menu-tabs::-webkit-scrollbar-thumb {
    background: transparent;
}

.art-service-menu-tabs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 143px;
    min-width: 143px;
}

.art-service-menu-tabs li svg {
    height: 48px;
    min-height: 48px;
}

.art-service-menu-tabs li i {
    font-size: 35px;
}

.art-service-menu-tabs li span {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin-top: 22px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
}

.art-service-menu-tabs li.art-no-active span {
    opacity: 0.6;
}

.art-service-menu-tabs li.art-no-active:hover span {
    opacity: 0.8;
}

.art-service-menu-tabs li.art-active span {
    border-bottom: 1px solid;
}

.art_service_menu .art-service-menu-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.art_service_menu .art-service-info {
    width: 100%;
    text-align: center;
}

.art_service_menu .art-service-info .art-service-item {
    max-width: 570px;
    margin: 0 auto;
}

/*## Woo Products ##*/
.art-woo-products-slider.woocommerce ul.products,
.art-woo-products.art-elementor-widget ul.products {
    margin: 0;
}

.art-woo-products-slider.woocommerce ul.products a,
.art-woo-products.art-elementor-widget ul.products a {
    text-decoration: none;
}

/*## Half Slider Left and right ##*/
.art-right-half-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-right-half-slider-wrapper .art-right-half-slider-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding-left: calc(50% - 570px);
    padding-right: 70px;
}

.art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-title {
    margin-bottom: 30px;
}

.art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-button {
    margin-top: 50px;
}

.art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-button a {
    display: inline-block;
}

.art-right-half-slider-wrapper .art-half-slide-container-right {
    width: 50%;
}

.art-left-half-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-left-half-slider-wrapper .art-half-slide-container-left {
    width: 50%;
}

.art-left-half-slider-wrapper .art-left-slider-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding-right: calc(50% - 570px);
    padding-left: 82px;
}

.art-left-half-slider-wrapper .art-left-slider-data .art-widget-title {
    margin-bottom: 30px;
}

.art-left-half-slider-wrapper .art-left-slider-data .art-widget-button {
    margin-top: 50px;
}

.art-left-half-slider-wrapper .art-left-slider-data .art-widget-button a {
    display: inline-block;
}

.art-half-slide-container-left .item-itself {
    padding-left: 40px;
}

.art-half-slide-container-right .item-itself {
    padding-right: 40px;
}

/*## Blog ##*/
.art-blog-posts .art-blog-posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.art-blog-posts .art-blog-posts-container .art-blog-post-item {
    margin-bottom: 31px;
}

.art-blog-posts .art-blog-posts-container .art-blog-post-item .art-post-image {
    margin-bottom: 24px;
}

.art-blog-posts .art-blog-posts-container .art-blog-post-item .art-post-cat {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 13px;
    letter-spacing: 0.1em;
}

.art-blog-posts .art-blog-posts-container .art-blog-post-item .art-post-data .art-post-title {
    text-align: center;
    margin-bottom: 0;
}

.art-blog-posts .art-blog-posts-container .art-blog-post-item .art-post-data .art-post-title a {
    text-decoration: none;
}

/*## Mention ##*/
.art-mention .art-mention-content {
    padding: 0 100px;
}

.art-mention .art-mention-content .art-mention-info .art-mention-item {
    text-align: center;
}

.art-mention .art-mention-content .art-mention-info .art-mention-item .art-mention-content-data {
    margin-bottom: 50px;
}

.art-mention .art-mention-content .art-mention-info .art-mention-item .art-widget-button {
    line-height: 19px;
    font-size: 13px;
    /*margin-bottom: 74px;*/
    padding-bottom: 4px;
}

.art-mention .art-mention-content .art-mention-info .art-mention-item .art-widget-button a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.art-mention .art-mention-content .art-mention-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    margin-top: 69px;
    padding-bottom: 20px;
}

.art-mention .art-mention-content .art-mention-tabs::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.art-mention .art-mention-content .art-mention-tabs::-webkit-scrollbar-thumb {
    background: transparent;
}

.art-mention .art-mention-content .art-mention-tabs li {
    padding: 0 61px;
    cursor: pointer;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.art-mention .art-mention-content .art-mention-tabs li.art-active {
    opacity: 1;
}

.art-mention .art-mention-content .art-mention-tabs li.art-no-active {
    opacity: 0.4;
}

.art-mention .art-mention-content .art-mention-tabs li.art-no-active:hover {
    opacity: 1;
}

.art-mention .art-mention-content .art-mention-tabs li img {
    max-width: unset;
}

/*## Inst ##*/
.art-insta-widget-wrapper .wdi_feed_thumbnail_1 .wdi_photo_wrap_inner,
.art-insta-widget-wrapper .wdi_feed_theme_1 .wdi_feed_wrapper,
.art-insta-widget-wrapper .wdi_feed_thumbnail_1 .wdi_feed_container {
    background-color: #000 !important;
}

.art-insta-widget-wrapper .wdi_feed_thumbnail_1 .wdi_feed_container {
    border-bottom: 0 !important;
}

.art-insta-widget-wrapper .wdi_feed_theme_1 .wdi_feed_wrapper {
    display: grid !important;
    grid-template-columns: 21.85% auto auto auto auto !important;
    grid-template-rows: auto !important;
    grid-template-areas: "one one two three four"
 "one one five six seven" !important;
}

.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item {
    width: 100% !important;
    padding: 12px 12px 3px 12px !important;
}

.art-insta-widget-wrapper .wdi_layout_th .wdi_photo_meta {
    padding-bottom: 0 !important;
    display: none;
}

.art-insta-widget-wrapper .wdi_feed_thumbnail_1 .wdi_photo_wrap_inner {
    border: 0 !important;
}

.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(1) {
    grid-area: one !important;
}

.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(2) {
    grid-area: two !important;
}

.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(3) {
    grid-area: three !important;
}

.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(4) {
    grid-area: four !important;
}

.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(5) {
    grid-area: five !important;
}

.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(6) {
    grid-area: six !important;
}

.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(7) {
    grid-area: seven !important;
}

/*## Follow Subscribe ##*/
form.mc4wp-form.mc4wp-form-success .mc4wp-form-fields, form.mc4wp-form.mc4wp-form-error .mc4wp-form-fields {
    display: none;
}

form.mc4wp-form .art-sub-inputs {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

form.mc4wp-form .art-sub-inputs input[type=email] {
    padding: 0 160px 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

form.mc4wp-form .art-sub-inputs input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
}

form.mc4wp-form .mc4wp-response {
    text-align: center;
}

.art-follow-subscribe-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-follow-subscribe-widget .art-follow-side {
    width: 50%;
    text-align: center;
    padding: 40px 20px 40px 20px;
}

.art-follow-subscribe-widget .art-follow-side .art-follow-title {
    margin-bottom: 10px;
}

.art-follow-subscribe-widget .art-follow-side .art-follow-description {
    margin-bottom: 30px;
}

.art-follow-subscribe-widget .art-follow-side .art-follow-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.art-follow-subscribe-widget .art-follow-side .art-follow-social-icons a {
    padding: 0 15px;
}

.art-follow-subscribe-widget .art-follow-side .art-follow-social-icons a i {
    font-size: 32px;
}

.art-follow-subscribe-widget .art-follow-side .art-follow-social-icons a i.fa-facebook-f {
    font-size: 26px;
}

.art-follow-subscribe-widget .art-subscribe-side {
    width: 50%;
    text-align: center;
    border-left: 1px solid;
    padding: 40px 40px 40px 40px;
}

.art-follow-subscribe-widget .art-subscribe-side .art-subscribe-title {
    margin-bottom: 10px;
}

.art-follow-subscribe-widget .art-subscribe-side .art-subscribe-description {
    margin-bottom: 20px;
}

/*## Contact Info ##*/
.art-contact-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.art-contact-info-widget .art-item {
    margin-bottom: 50px;
}

.art-contact-info-widget .art-item .art-icon {
    margin-bottom: 19px;
}

.art-contact-info-widget .art-item .art-title {
    margin-bottom: 10px;
}

.art-contact-info-widget .art-item .art-description {
    text-align: center;
    padding: 0 49px;
}

/*## Contact Info Tabs ##*/
.art-contact-widget-tabs .art-contact-menu-two-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
}

.art-contact-widget-tabs .art-contact-menu-two-tabs li {
    padding: 6px 12px;
    border: 1px solid;
    margin: 0 7px;
    cursor: pointer;
}

.art-contact-widget-tabs .art-contact-menu-two-tabs li.art-active span {
    color: #fff;
}

.mfp-container {
    position: fixed;
    padding: 0;
}

.art-popup-simple .mfp-inline-holder .mfp-content {
    height: 100%;
}

.zoom-anim-dialog.art-default-popap-one {
    background-color: #FBF4F1;
    max-width: 946px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.zoom-anim-dialog.art-default-popap-one .art-hero-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 100px;
}

.zoom-anim-dialog.art-default-popap-one .art-hero-right .hero-right-title {
    margin-bottom: 16px;
}

.zoom-anim-dialog.art-default-popap-one .art-hero-right .hero-right-description {
    margin-bottom: 28px;
}

.zoom-anim-dialog.art-default-popap-one .art-hero-right .hero-right-form input[type=submit] {
    width: 100%;
}

.zoom-anim-dialog.art-default-popap-one .art-hero-right .hero-right-form .wpcf7 form.wpcf7-form p:last-of-type {
    margin-bottom: 0 !important;
}

.zoom-anim-dialog.art-default-popap-one .mfp-close {
    color: transparent;
}

.zoom-anim-dialog.art-default-popap-one .mfp-close::before {
    top: 25px;
    right: 25px;
}

.zoom-anim-dialog.art-default-popap-two {
    max-width: 946px;
    padding: 50px 98px;
    text-align: center;
    max-height: 760px;
    overflow: auto;
}

.zoom-anim-dialog.art-default-popap-two .art-form-title {
    margin-bottom: 20px;
}

.zoom-anim-dialog.art-default-popap-two .art-form-description {
    padding: 0 101px;
}

.zoom-anim-dialog.art-default-popap-two .art-form-wrapper {
    margin-top: 40px;
}

.zoom-anim-dialog.art-default-popap-two .mfp-close {
    color: transparent;
}

.zoom-anim-dialog.art-default-popap-two .mfp-close::before {
    top: 25px;
    right: 25px;
}

.zoom-anim-dialog.art-default-popap-three-simple {
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 100px 178px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zoom-anim-dialog.art-default-popap-three-simple .mfp-close::before {
    content: url(images/icon-close-bold.svg);
}

.zoom-anim-dialog.art-default-popap-three-simple .mfp-close {
    -webkit-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.zoom-anim-dialog.art-default-popap-three-simple .mfp-close:hover::before {
    opacity: 0.7;
}

.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper {
    max-width: 945px;
}

.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper .art-popap-three-simple-data .art-form-title {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 60px;
}

.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper .art-popap-three-simple-data .art-form-wrapper textarea,
.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper .art-popap-three-simple-data .art-form-wrapper input {
    border: 2px solid #000;
}

.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper .art-popap-three-simple-data .art-form-wrapper textarea {
    height: 180px;
}

.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper .art-popap-three-simple-data .art-form-wrapper .art-book-now-submit {
    margin-top: 10px;
}

.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper .art-popap-three-simple-data .art-form-wrapper .art-button-simple {
    border: none;
    background-color: transparent;
    margin: 0 auto;
    font-weight: 700;
    font-size: 26px;
    line-height: 54px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
}

.zoom-anim-dialog.art-popap-booked {
    max-width: 555px;
    min-height: 470px;
    height: 100%;
    padding: 60px 98px 30px 98px;
    max-height: 760px;
    overflow: auto;
}

.zoom-anim-dialog.art-popap-booked .booked-calendar-shortcode-wrap {
    display: block;
    width: 100%;
    height: 100%;
}

.zoom-anim-dialog.art-popap-booked .mfp-close::before {
    top: 25px;
    right: 25px;
}

.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-left {
    width: 42%;
}

.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right {
    width: 58%;
    padding-left: 98px;
}

.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right .member-popup-title {
    margin-bottom: 10px;
}

.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right .member-popup-position {
    margin-bottom: 32px;
    display: block;
}

/*## Services Accordion ##*/
.art-accordion-menu-info-container {
    padding: 0 15px;
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}

.accordion-product-container,
.art-accordion-menu-info,
.art-service-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.accordion-product-container .accordion,
.art-accordion-menu-info .accordion,
.art-service-container .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    cursor: pointer;
    padding: 17px 0;
    width: 100%;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    /*&:last-of-type {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }*/
}

.accordion-product-container .accordion:active, .accordion-product-container .accordion:hover,
.art-accordion-menu-info .accordion:active,
.art-accordion-menu-info .accordion:hover,
.art-service-container .accordion:active,
.art-service-container .accordion:hover {
    background-color: transparent;
}

.accordion-product-container .accordion::after,
.art-accordion-menu-info .accordion::after,
.art-service-container .accordion::after {
    content: url(images/plus.svg);
    position: relative;
    top: 3px;
}

.accordion-product-container .accordion.active::after,
.art-accordion-menu-info .accordion.active::after,
.art-service-container .accordion.active::after {
    content: url(images/close.svg);
}

.accordion-product-container .accordion .service-name,
.art-accordion-menu-info .accordion .service-name,
.art-service-container .accordion .service-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.accordion-product-container .accordion .service-name:hover,
.art-accordion-menu-info .accordion .service-name:hover,
.art-service-container .accordion .service-name:hover {
    opacity: 0.8;
}

.accordion-product-container .accordion .service-price,
.art-accordion-menu-info .accordion .service-price,
.art-service-container .accordion .service-price {
    margin-right: 21px;
}

.accordion-product-container .panel,
.art-accordion-menu-info .panel,
.art-service-container .panel {
    padding: 0;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.accordion-product-container .panel .panel-data,
.art-accordion-menu-info .panel .panel-data,
.art-service-container .panel .panel-data {
    padding: 1px 0 21px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.02em;
}

/*## woocommerce base ##*/
.woocommerce ul.products li.product a .onsale {
    position: absolute;
    top: 17px;
    right: 17px;
    margin: 0;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.02em;
    min-height: 24px;
    min-width: 48px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 0;
}

/*## Products Slider ##*/
.woocommerce.art-woo-products-slider .art-swiper-container {
    width: 100%;
    padding: 0 calc((100% - 1140px) / 2) 0 calc((100% - 1140px) / 2);
}

.woocommerce.art-woo-products-slider .art-swiper-container ul.products {
    margin-bottom: 54px;
}

.woocommerce.art-woo-products-slider .art-swiper-container ul.products li a {
    position: relative;
    display: block;
}

.woocommerce.art-woo-products-slider .art-swiper-container ul.products li .art-product-image {
    margin-bottom: 20px;
    position: relative;
}

.woocommerce.art-woo-products-slider .art-swiper-container ul.products li .woocommerce-loop-product__title {
    text-align: center;
    margin-bottom: 0;
}

.woocommerce.art-woo-products-slider .art-swiper-container ul.products li .price {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    display: block;
    margin-top: 8px;
}

.woocommerce.art-woo-products-slider .art-swiper-container ul.products li .price ins {
    text-decoration: none;
}

.woocommerce.art-woo-products-slider .art-swiper-container .swiper-scrollbar {
    height: 1px;
    width: 1140px;
    left: calc((100% - 1140px) / 2);
}

.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-next {
    background-image: none;
    right: 30px;
    top: calc(50% + 1px);
}

.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-next::before {
    content: url(images/arrow.svg);
}

.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-prev {
    background-image: none;
    left: 20px;
}

.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-prev::before {
    content: url(images/arrow_back.svg);
}

/*## Info Block ##*/
.art-info-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-info-block-wrapper.art-do-reverse .art-info-block-one {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.art-info-block-wrapper.art-do-reverse .art-info-block-two {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: calc(50% - 570px);
    padding-right: 82px;
}

.art-info-block-wrapper .art-info-block-one {
    width: 50%;
}

.art-info-block-wrapper .art-info-block-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding-right: calc(50% - 570px);
    padding-left: 82px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.art-info-block-wrapper .art-info-block-two .art-widget-title {
    margin-bottom: 30px;
}

.art-info-block-wrapper .art-info-block-two .art-widget-button {
    margin-top: 50px;
}

.art-info-block-wrapper .art-info-block-two .art-widget-button a {
    display: inline-block;
}

/*## Blog Slider ##*/
.art-blog-posts.art-blog-posts-slider .swiper-container-blog {
    width: 100%;
    padding: 0 calc((100% - 1140px) / 2) 0 calc((100% - 1140px) / 2);
    display: block;
    overflow: hidden;
}

.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-wrapper {
    margin-bottom: 54px;
}

.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-scrollbar {
    height: 1px;
    width: 1140px;
    left: calc((100% - 1140px) / 2);
}

.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-scrollbar .swiper-scrollbar-drag {
    background: #000;
}

.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-next {
    background-image: none;
    right: 30px;
    top: calc(50% + 1px);
}

.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-next::before {
    content: url(images/arrow.svg);
}

.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-prev {
    background-image: none;
    left: 20px;
}

.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-prev::before {
    content: url(images/arrow_back.svg);
}

/*## Instagram 1 ##*/
#sb_instagram #sbi_images {
    padding: 0 !important;
}

#sb_instagram #sbi_images.art-big-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#sb_instagram #sbi_images.art-big-image .art-big-image {
    width: 40%;
}

#sb_instagram #sbi_images.art-big-image .art-big-image .art-inst-item {
    padding: 12px;
    display: block;
}

#sb_instagram #sbi_images.art-big-image .art-other-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%;
}

#sb_instagram #sbi_images.art-big-image .art-other-images .art-inst-item {
    width: 33.333333333333%;
    padding: 12px;
}

#sb_instagram #sbi_images .art-other-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

#sb_instagram #sbi_images .art-other-images .art-inst-item {
    width: 20%;
}

/*## Slider Info ##*/
.art-slider-info-wrapper .swiper-container-slider-info {
    overflow: hidden;
}

.art-slider-info-wrapper .swiper-container-slider-info .swiper-pagination {
    bottom: -64px;
}

.art-slider-info-wrapper .swiper-container-slider-info .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 100%;
    opacity: 1;
    margin: 0 5px;
}

.art-slider-info-wrapper .swiper-container-slider-info .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

.art-slider-info-wrapper .swiper-container-slider-info .swiper-button-prev {
    background-image: none;
    left: 20px;
}

.art-slider-info-wrapper .swiper-container-slider-info .swiper-button-prev::before {
    content: url(images/arrow_left.svg);
}

.art-slider-info-wrapper .swiper-container-slider-info .swiper-button-next {
    background-image: none;
    right: 20px;
}

.art-slider-info-wrapper .swiper-container-slider-info .swiper-button-next::before {
    content: url(images/arrow_right.svg);
}

/*## Testimonials ##*/
.art-testimonial-wrapper {
    max-width: 470px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 98px;
}

.art-testimonial-wrapper .art-testimonial-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.art-testimonial-wrapper .swiper-container-testimonial-info {
    overflow: hidden;
}

.art-testimonial-wrapper .swiper-container-testimonial-info .testimonial-item .art-testimonial-data {
    text-align: center;
}

.art-testimonial-wrapper .swiper-container-testimonial-info .testimonial-item .art-testimonial-name {
    margin-top: 32px;
    text-align: center;
}

.art-testimonial-wrapper .swiper-container-testimonial-info .swiper-button-next {
    background-image: none;
    top: auto;
    bottom: -1px;
    left: 0;
    right: -47px;
    margin-left: auto;
    margin-right: auto;
}

.art-testimonial-wrapper .swiper-container-testimonial-info .swiper-button-next::before {
    content: url(images/arrow.svg);
}

.art-testimonial-wrapper .swiper-container-testimonial-info .swiper-button-prev {
    background-image: none;
    left: -94px;
    right: 0;
    top: auto;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.art-testimonial-wrapper .swiper-container-testimonial-info .swiper-button-prev::before {
    content: url(images/arrow_back.svg);
}

/*## Service Menu Two ##*/
.art-service-menu-two .art-service-menu-two-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.art-service-menu-two .art-service-menu-two-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

.art-service-menu-two .art-service-menu-two-tabs::-webkit-scrollbar-thumb {
    background: transparent;
}

.art-service-menu-two .art-service-menu-two-tabs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    min-width: 100px;
    width: 100px;
}

.art-service-menu-two .art-service-menu-two-tabs li span {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 5px;
    padding-top: 5px;
    letter-spacing: 0.1em;
}

.art-service-menu-two .art-service-menu-two-tabs li.art-no-active span {
    opacity: 0.6;
}

.art-service-menu-two .art-service-menu-two-tabs li.art-no-active:hover span {
    opacity: 0.8;
}

.art-service-menu-two .art-service-menu-two-tabs li.art-active span {
    border-bottom: 1px solid;
}

.art-service-menu-two .art-service-two-info {
    width: 100%;
}

.art-service-menu-two .art-service-two-info .art-service-wrapper {
    max-width: 854px;
    margin: 0 auto;
}

.art-service-menu-two .art-service-two-info .art-service-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.art-service-menu-two .art-service-two-info .art-service-block .art-service-item {
    width: 50%;
    padding: 0 54px;
    margin-bottom: 27px;
}

.art-service-menu-two .art-service-two-info .art-service-block .art-service-item .art-service-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.art-service-menu-two .art-service-two-info .art-service-block .art-service-item .art-service-top .service-data-title {
    margin-right: 20px;
    margin-bottom: 8px;
}

/*## Team ##*/
.zoom-anim-dialog {
    position: relative;
    background: #FFF;
    padding: 100px 178px;
    width: auto;
    max-width: 1366px;
    margin: 20px auto;
}

.zoom-anim-dialog .mfp-close {
    color: #fff;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.zoom-anim-dialog .mfp-close::before {
    content: url(images/close-big.svg);
    position: absolute;
    top: 50px;
    right: 50px;
    opacity: 1;
}

.art-team-wrap {
    text-align: center;
}

.art-team-wrap img {
    display: block;
    margin-bottom: 30px;
}

.art-team-wrap .art-member-title {
    display: block;
    margin-bottom: 10px;
    text-decoration: none !important;
}

.art-team-wrap .art-member-position {
    display: block;
}

.art-widget-team-slider .art-swiper-team-container {
    width: 100%;
    padding: 0 calc((100% - 1140px) / 2) 0 calc((100% - 1140px) / 2);
    display: block;
    overflow: hidden;
}

.art-widget-team-slider .art-swiper-team-container .swiper-scrollbar {
    height: 1px;
    width: 1140px;
    left: calc((100% - 1140px) / 2);
    /*width: calc( 100% - ((100% - 1140px) / 2) );
      left: calc( (100% - 1140px) / 2 );*/
}

.art-widget-team-slider .art-swiper-team-container .swiper-scrollbar .swiper-scrollbar-drag {
    background: #000;
}

.art-widget-team-slider .art-swiper-team-container .swiper-button-next {
    background-image: none;
    right: 30px;
    top: calc(50% + 1px);
}

.art-widget-team-slider .art-swiper-team-container .swiper-button-next::before {
    content: url(images/arrow.svg);
}

.art-widget-team-slider .art-swiper-team-container .swiper-button-prev {
    background-image: none;
    left: 20px;
}

.art-widget-team-slider .art-swiper-team-container .swiper-button-prev::before {
    content: url(images/arrow_back.svg);
}

.art-widget-team-slider .art-swiper-team-container .art-all-members {
    margin-bottom: 47px;
}

.art-widget-team .art-all-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.art-widget-team .art-all-members .art-team-member {
    margin-bottom: 45px;
}

/*## Ordinary Page Header ##*/
.art-ordinary-page-header {
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-ordinary-page-header .art-ordinary-page-data {
    padding: 0 15px;
}

.art-ordinary-page-header .art-ordinary-page-data .art-page-header-title {
    margin-bottom: 0;
}

.art-ordinary-page-header .art-ordinary-page-data .art-page-header-description {
    margin-top: 40px;
    padding: 0 285px;
}

/*## Full Page Services ##*/
.art-full-page-services .art-full-page-services-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left {
    min-width: 210px;
    position: absolute !important;
    z-index: 49;
    padding-top: 100px;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs li {
    width: 210px;
    margin-bottom: 50px;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative !important;
    z-index: 200;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs li a.active span {
    opacity: 1;
    border-bottom: 1px solid #000;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs li a span {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin-top: 22px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    opacity: 0.6;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center {
    width: 100%;
    margin: 0 auto;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data {
    max-width: 854px;
    margin: 0 auto;
    padding: 100px 0;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-head {
    text-align: center;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-head .service-head-title {
    margin-bottom: 30px;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-head .art-head-desc {
    margin-bottom: 50px;
    padding: 0 120px;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-tabs-subtitle {
    padding: 0 54px;
    margin-bottom: 24px;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 23px;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block.art-second-service-block {
    margin-bottom: 33px;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block .art-service-item {
    width: 50%;
    padding: 0 54px;
    margin-bottom: 27px;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block .art-service-item .art-service-top {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block .art-service-item .art-service-bottom {
    padding-right: 57px;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-widget-button {
    text-align: center;
}

.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-jarallax-block {
    height: 770px;
}

/*## Accordion tabs ##*/
.art-accordion-tabs .art-accordion-tabs-wrapper .accordion-menu-tabs-items {
    width: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.art-accordion-tabs .art-accordion-tabs-wrapper .accordion-menu-tabs-items::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

.art-accordion-tabs .art-accordion-tabs-wrapper .accordion-menu-tabs-items::-webkit-scrollbar-thumb {
    background: transparent;
}

.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 870px;
}

.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0 20px;
}

.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li span {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li.art-no-active span {
    opacity: 0.6;
}

.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li.art-no-active:hover span {
    opacity: 0.8;
}

.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li.art-active span {
    border-bottom: 1px solid;
}

/*## shortcode widget ##*/
.art-shortcode-widget {
    margin: 0 auto;
    max-width: 750px;
}

/*## Awards ##*/
.art-awards-wrapper .art-awards-item {
    text-align: center;
    margin-bottom: 40px;
}

.art-awards-wrapper .art-awards-item .art-item-title {
    margin-bottom: 10px;
}

/*## Join Team ##*/
.art-join-team-wrapper {
    position: relative;
}

.art-join-team-wrapper .art-join-team-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.art-join-team-wrapper .join-team-data .join-team-title {
    color: #ffffff;
    margin-bottom: 60px;
}

/*## My map ##*/
.art-map-image-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-map-image-block-wrapper.art-do-reverse .art-my-map-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.art-map-image-block-wrapper.art-do-reverse .art-my-map-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.art-map-image-block-wrapper .art-my-map-left {
    width: 50%;
}

.art-map-image-block-wrapper .art-my-map-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-map-image-block-wrapper .art-my-map-right .art-my-map-widget {
    height: 100%;
    min-height: 100%;
}

/*## Team and Partner ##*/
.art-team-partner-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-team-partner-widget .art-team-side {
    width: 50%;
    text-align: center;
    padding: 16px 40px 16px 40px;
}

.art-team-partner-widget .art-team-side .art-follow-title {
    margin-top: 16px;
    margin-bottom: 10px;
}

.art-team-partner-widget .art-team-side .art-follow-description {
    margin-bottom: 30px;
}

.art-team-partner-widget .art-team-side .art-follow-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.art-team-partner-widget .art-team-side .art-follow-social-icons a {
    padding: 0 15px;
}

.art-team-partner-widget .art-team-side .art-follow-social-icons a i {
    font-size: 32px;
}

.art-team-partner-widget .art-team-side .art-follow-social-icons a i.fa-facebook-f {
    font-size: 26px;
}

.art-team-partner-widget .art-partner-side {
    width: 50%;
    text-align: center;
    border-left: 1px solid;
    padding: 16px 40px 16px 40px;
}

.art-team-partner-widget .art-partner-side .art-subscribe-title {
    margin-top: 16px;
    margin-bottom: 10px;
}

.art-team-partner-widget .art-partner-side .art-subscribe-description {
    margin-bottom: 30px;
}

/*## Map contacts ##*/
.art-map-contacts .art-map-contacts-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.art-map-contacts .art-container-left .art-my-map-widget {
    height: 100%;
    min-height: 100%;
}

.art-map-contacts .art-container-right {
    padding: 23px 15px 23px 68px;
}

.art-map-contacts .art-container-right.art-simple-contacts {
    padding: 53px 0 53px 68px;
}

.art-map-contacts .art-container-right .art-contact-menu-two-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -7px 40px -7px;
}

.art-map-contacts .art-container-right .art-contact-menu-two-tabs li {
    padding: 6px 12px;
    border: 1px solid;
    margin: 0 7px;
    cursor: pointer;
}

.art-map-contacts .art-container-right .art-contact-menu-two-tabs li.art-active span {
    color: #fff;
}

.art-map-contacts .art-container-right .art-contact-info-wrapper .art-contact-info-data .art-contact-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.art-map-contacts .art-container-right .art-contact-info-wrapper .art-contact-info-data .art-contact-info-widget .art-contact-item-itself {
    margin-bottom: 24px;
}

.art-map-contacts .art-container-right .art-contact-info-wrapper .art-contact-info-data .art-contact-info-widget .art-contact-item-itself .art-title {
    margin-bottom: 0;
}

.art-map-contacts .art-container-right .art-contact-info-wrapper .art-contact-info-data .art-contact-info-widget .art-contact-item-itself:last-child {
    margin-bottom: 0;
}

.art-map-contacts .art-container-right .art-widget-button {
    margin-top: 40px;
}

/*## Parallax Image ##*/
.art-parallax-image-wrapper {
    background-size: cover;
    background-position: center center;
}

/*## career (post type) ##*/
.art-career-posts a.career-post-item {
    padding: 40px;
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: border 200ms ease-in-out;
    transition: border 200ms ease-in-out;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.art-career-posts a.career-post-item .career-post-title {
    margin-bottom: 14px;
}

.art-career-posts a.career-post-item i {
    position: absolute;
    right: 32px;
    top: calc(50% - 12px);
    line-height: 1em;
}

.art-career-posts a.career-post-item i::before {
    font-size: 25px;
}

.art-career-posts a.career-post-item:hover {
    border: 1px solid #000000;
    opacity: 1;
}

/*## Course (post type) ##*/
.art-course-wrapper .art-course-posts .course-post-item {
    text-align: center;
    margin-bottom: 30px;
}

.art-course-wrapper .art-course-posts .course-post-item .art-course-item-top {
    display: block;
    margin-bottom: 24px;
}

.art-course-wrapper .art-course-posts .course-post-item .art-course-item-date {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 19px;
    color: #000000;
}

.art-course-wrapper .art-course-posts .course-post-item .art-course-item-title {
    margin-bottom: 8px;
    text-decoration: none;
}

.art-course-wrapper .art-course-posts .course-post-item .art-course-item-title h3 {
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    margin-bottom: 0;
}

.art-course-wrapper .art-course-posts .course-post-item .art-course-item-title:hover h3 {
    opacity: 0.8;
}

/*-------------------------------------------------------------------

==  Blog

-------------------------------------------------------------------*/
.art-post-read-more a i {
    margin-left: 6px;
}

.art-post-read-more a:hover {
    color: #000;
}

.art-post-read-more a:hover i {
    margin-left: 16px;
}

.art-post-read-more a i {
    -webkit-transition: margin-left 250ms ease-in-out;
    transition: margin-left 250ms ease-in-out;
    margin-left: 10px;
}

.art-no-other-posts {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-top: 50px;
}

.art-archive-title {
    text-align: center;
}

.art-categories-dropdown {
    position: relative;
    font-weight: 400;
    border: 1px solid #000;
    color: #000;
    width: 100%;
    max-width: 240px;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    cursor: pointer;
    border-radius: 0;
    font-size: 14px;
    background-image: url(images/cherie_arrow_down.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.art-categories-dropdown li ul {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 2px);
    z-index: 9;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-left: -1px;
    max-height: 252px;
    overflow: auto;
}

.art-categories-dropdown li ul li a {
    display: block;
    width: 100%;
    padding: 0 16px;
    font-weight: 300;
}

.art-categories-dropdown.art-cat-open li ul {
    display: block;
}

/*## Blog Common ##*/
.art-single-share-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 120px;
}

.art-single-share-buttons > h5 {
    margin-bottom: 0;
}

.art-single-share-buttons .art-social-share-buttons {
    margin-top: 24px;
}

.art-single-share-buttons .art-social-share-buttons a {
    padding: 0 10px;
}

.art-single-share-buttons .art-social-share-buttons a i {
    font-size: 22px;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories-dropdown {
    margin-bottom: 50px;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 37px;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li {
    margin-right: 50px;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li.current_item {
    opacity: 1;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li.current_item a {
    border-bottom: 1px solid;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    padding-bottom: 5px;
    padding-top: 5px;
    display: inline-block;
    margin-bottom: 16px;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #fff;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-wrapper form {
    padding: 0 15px;
    max-width: 780px;
    width: 100%;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-wrapper form .art-blog-search-input {
    font-weight: 300;
    border: 0;
    border-bottom: 1px solid #000;
    height: 55px;
    padding: 0;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-search-blog-button i {
    font-size: 24px;
    position: relative;
    bottom: 2px;
}

.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-search-blog-button i::before {
    margin: 0;
}

.art-post-cat.cat-date-font {
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 19px;
    font-size: 12px;
    font-weight: 300;
}

.art-post-cat.cat-date-font .art-post-cat-itself {
    position: relative;
    padding-right: 15px;
}

.art-post-cat.cat-date-font .art-post-cat-itself::before {
    content: '';
    position: absolute;
    top: 7px;
    right: 3px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
}

.art-portfolio-pagination-wrapper .art-loader-dots,
.art-shop-pagination-wrapper .art-loader-dots,
.art-blog-pagination-wrapper .art-loader-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-portfolio-pagination-wrapper .art-loader-dot,
.art-shop-pagination-wrapper .art-loader-dot,
.art-blog-pagination-wrapper .art-loader-dot {
    margin: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000000;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation: scale-dot 1.2s ease-out infinite;
    animation: scale-dot 1.2s ease-out infinite;
}

.art-portfolio-pagination-wrapper .art-loader-dot:nth-of-type(2),
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(2),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.art-portfolio-pagination-wrapper .art-loader-dot:nth-of-type(3),
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(3),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.art-portfolio-pagination-wrapper .art-loader-dot:nth-of-type(4),
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(4),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.art-portfolio-pagination-wrapper .art-loader-dot:nth-of-type(5),
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(5),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes scale-dot {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scale-dot {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

/*## Blog Default ##*/
body.art-chosen-second-header .art-blog-default-wrapper .art-blog-default-top {
    padding: 200px 0 100px 0;
}

body.art-chosen-second-header .art-blog-sticky-wrapper.art-blog-typical {
    padding: 200px 0 100px 0;
}

.art-blog-default-wrapper.art-load-more-pagination .art-blog-pagination-wrapper .art-load-more-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

.art-blog-default-wrapper.art-load-more-pagination .art-blog-pagination-wrapper .art-pagination {
    display: none;
}

.art-blog-default-wrapper .art-blog-default-top {
    padding: 146px 0 150px 0;
}

.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item {
    margin-top: 50px;
}

.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item:first-child {
    margin-top: 0;
}

.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-left a {
    display: inline-block;
}

.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data {
    padding-left: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data .art-post-title {
    margin-bottom: 10px;
}

.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data .art-post-excerpt {
    margin-bottom: 40px;
}

.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right.art-sticky-post-no-image {
    text-align: center;
}

.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right.art-sticky-post-no-image .art-post-sticky-right-data {
    padding-left: 0;
}

.art-blog-default-wrapper .art-blog-posts-default {
    padding-bottom: 100px;
}

.art-blog-default-wrapper .art-blog-posts-default .art-all-posts-itself {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item {
    margin-bottom: 50px;
}

.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item .art-post-image {
    margin-bottom: 24px;
}

.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item .art-post-cat {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 13px;
    letter-spacing: 0.1em;
}

.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item .art-post-data .art-post-title {
    text-align: center;
}

.art-blog-default-wrapper .art-blog-pagination-wrapper .art-loader-wrapper {
    display: none;
}

.art-blog-default-wrapper .art-blog-pagination-wrapper .art-loader-wrapper .art-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    margin-top: 10px;
}

.art-blog-default-wrapper .art-blog-pagination-wrapper.art-is-loading .art-load-more-wrapper {
    display: none;
}

.art-blog-default-wrapper .art-blog-pagination-wrapper.art-is-loading .art-loader-wrapper {
    display: block;
}

/*## Blog Sticky ##*/
body.art-chosen-second-header .art-blog-sticky-wrapper {
    padding-top: 176px;
}

.art-blog-sticky-wrapper {
    padding-top: 133px;
}

.art-blog-sticky-wrapper .art-blog-sticky-container {
    padding-bottom: 100px;
}

.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself {
    margin-bottom: 80px;
}

.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-sticky-post-img img {
    margin-bottom: 30px;
}

.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-post-title {
    margin-bottom: 10px;
}

.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-post-excerpt {
    margin-bottom: 40px;
}

.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right {
    /*
      .art-blog-pagination-wrapper {

        .art-loader-wrapper {
          display: none;


          .art-loader {
            display: flex;
            justify-content: center;
            align-items: center;

            height: 50px;
            margin-top: 10px;
          }
        }



        &.art-is-loading {

          .art-load-more-wrapper {
            display: none;
          }

          .art-loader-wrapper {
            display: block;
          }


        }


        .art-pagination {

        }
      }
      */
}

.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-blog-widget-area {
    padding-left: 20px;
}

.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item {
    margin-bottom: 50px;
}

.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item .art-post-image {
    margin-bottom: 24px;
}

.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item .art-post-cat {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 13px;
    letter-spacing: 0.1em;
}

.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item .art-post-data .art-post-title {
    text-align: center;
}

.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-blog-pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*## Blog Typical ##*/
.art-blog-sticky-wrapper.art-blog-typical .art-blog-default-top {
    margin-bottom: 50px;
}

.art-blog-sticky-wrapper.art-blog-typical .art-blog-sticky-container .art-content-left .art-sticky-post-itself {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.art-blog-sticky-wrapper.art-blog-typical .art-blog-sticky-container .art-content-left .art-sticky-post-itself.sticky {
    /*background: #F6EBE7;*/
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px;
}

/*## Blog Single ##*/
.art-blog-single-wrapper .art-single-blog-top {
    min-height: 683px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-blog-single-wrapper .art-single-blog-top.art-single-post-no-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.art-blog-single-wrapper .art-single-blog-top .art-single-post-left {
    position: relative;
    width: 50%;
}

.art-blog-single-wrapper .art-single-blog-top .art-single-post-left .art-blog-top-image {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.art-blog-single-wrapper .art-single-blog-top .art-single-post-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 100%;
    min-height: 683px;
}

.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data {
    padding: 0 141px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data .art-post-cat {
    margin-bottom: 24px;
}

.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data .art-post-title {
    margin-bottom: 24px;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-post-the-content {
    padding: 120px 113px 120px 113px;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags .art-post-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 17px;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags .art-post-tags a {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #000000;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px 0;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-image {
    margin-right: 30px;
    min-width: 100px;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 100px;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data span {
    display: block;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data .art-nav-direction {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next a {
    width: 100%;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right;
    padding-left: 100px;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data span {
    display: block;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data .art-nav-direction {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-image {
    margin-left: 30px;
    min-width: 100px;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts {
    margin-top: 100px;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-related-posts-title {
    text-align: center;
    margin-bottom: 60px;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-blog-post-item {
    margin-bottom: 50px;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-blog-post-item .art-post-image {
    margin-bottom: 24px;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-blog-post-item .art-post-cat {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 13px;
    letter-spacing: 0.1em;
}

.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-blog-post-item .art-post-data .art-post-title {
    text-align: center;
}

/*-------------------------------------------------------------------

== Portfolio and Workshop archives

-------------------------------------------------------------------*/
.art-workshop-item,
.art-portfolio-item {
    text-align: center;
    margin-bottom: 60px;
}

.art-workshop-item:hover .art-portfolio-image::before,
.art-portfolio-item:hover .art-portfolio-image::before {
    opacity: 1;
}

.art-workshop-item a.art-portfolio-item-link,
.art-portfolio-item a.art-portfolio-item-link {
    text-decoration: none !important;
}

.art-workshop-item .art-portfolio-image,
.art-portfolio-item .art-portfolio-image {
    margin-bottom: 24px;
    position: relative;
}

.art-workshop-item .art-portfolio-image svg,
.art-portfolio-item .art-portfolio-image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.art-workshop-item .art-portfolio-image::before,
.art-portfolio-item .art-portfolio-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.art-workshop-item .art-portfolio-terms,
.art-portfolio-item .art-portfolio-terms {
    line-height: 17px;
}

.art-workshop-item .art-portfolio-terms .art-post-cat-itself,
.art-portfolio-item .art-portfolio-terms .art-post-cat-itself {
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.art-workshop-item .art-portfolio-title,
.art-portfolio-item .art-portfolio-title {
    margin: 14px 0;
}

.art-workshop-item .art-portfolio-location,
.art-portfolio-item .art-portfolio-location {
    display: block;
}

.art-sticky-post-itself .art-portfolio-image {
    margin-bottom: 24px;
    position: relative;
}

.art-sticky-post-itself .art-portfolio-image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.art-sticky-post-itself .art-portfolio-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.art-portfolio-item.art-portfolio-studio {
    text-align: center;
    margin-bottom: 40px;
}

.art-portfolio-item.art-portfolio-studio:hover .art-portfolio-image::before {
    opacity: 1;
}

.art-portfolio-item.art-portfolio-studio a.art-portfolio-item-link {
    text-decoration: none !important;
}

.art-portfolio-item.art-portfolio-studio .art-portfolio-image {
    margin-bottom: 24px;
    position: relative;
}

.art-portfolio-item.art-portfolio-studio .art-portfolio-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.art-portfolio-item.art-portfolio-studio .art-portfolio-image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.art-portfolio-item.art-portfolio-studio .art-portfolio-terms {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
}

.art-portfolio-item.art-portfolio-studio .art-portfolio-terms .art-gallery-author {
    position: relative;
    padding-right: 18px;
}

.art-portfolio-item.art-portfolio-studio .art-portfolio-terms .art-gallery-author::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000;
}

.art-portfolio-item.art-portfolio-studio .art-portfolio-title {
    margin: 15px 0 0 0;
    padding: 0 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}

.art-portfolio-item.art-portfolio-studio .art-portfolio-location {
    display: block;
}

.art-portfolio-buttons-filter,
.filter-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 90px;
}

.art-portfolio-buttons-filter .art-button-filter-item,
.filter-button-group .art-button-filter-item {
    padding: 0 0 7px 0;
    border: none;
    background-color: transparent;
    margin: 0 30px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.art-portfolio-buttons-filter .art-button-filter-item.is-checked,
.filter-button-group .art-button-filter-item.is-checked {
    border-bottom: 1px solid;
}

/*## Portfolio and Workshop Archives ##*/
.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself {
    margin-bottom: 60px;
}

.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself:hover .art-portfolio-image,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself:hover .art-portfolio-image {
    opacity: 1;
}

.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself:hover .art-portfolio-image::before,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself:hover .art-portfolio-image::before {
    opacity: 1;
}

.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-image,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-image {
    display: block;
    margin-bottom: 24px;
    position: relative;
}

.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-image::before,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-terms,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-terms {
    line-height: 17px;
}

.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-terms .art-post-cat-itself,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-terms .art-post-cat-itself {
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-title,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-title {
    margin: 14px 0;
}

.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-location,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-location {
    display: block;
}

.art-workshop-archive .art-pagination.art-default-pagination,
.art-portfolio-archive .art-pagination.art-default-pagination {
    display: none;
}

.art-workshop-archive.art-portfolio-archive-sticky .art-pagination.art-default-pagination,
.art-portfolio-archive.art-portfolio-archive-sticky .art-pagination.art-default-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.art-workshop-archive .art-portfolio-pagination-wrapper,
.art-portfolio-archive .art-portfolio-pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.art-workshop-archive .art-portfolio-pagination-wrapper.art-is-loading .art-load-more-wrapper,
.art-portfolio-archive .art-portfolio-pagination-wrapper.art-is-loading .art-load-more-wrapper {
    display: none;
}

.art-workshop-archive .art-portfolio-pagination-wrapper.art-is-loading .art-loader-wrapper,
.art-portfolio-archive .art-portfolio-pagination-wrapper.art-is-loading .art-loader-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-workshop-archive .art-portfolio-pagination-wrapper .art-load-more-wrapper,
.art-portfolio-archive .art-portfolio-pagination-wrapper .art-load-more-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.art-workshop-archive .art-portfolio-pagination-wrapper .art-loader-wrapper,
.art-portfolio-archive .art-portfolio-pagination-wrapper .art-loader-wrapper {
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.art-portfolio-archive {
    padding: 183px 0 120px 0;
}

.art-chosen-second-header .art-portfolio-archive {
    padding: 221px 0 120px 0;
}

/*-------------------------------------------------------------------

== Portfolio Single

-------------------------------------------------------------------*/
/*## Portfolio Single Common ##*/
.art-portfolio-single.story.art-portfolio-single-first {
    padding: 221px 0 120px 0;
}

.art-portfolio-single.story.art-portfolio-single-second {
    padding-bottom: 120px;
}

.art-portfolio-single.story .art-portfolio-header-two {
    margin-bottom: 120px;
    min-height: 683px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-portfolio-single.story .art-portfolio-header-two.art-portfolio-post-no-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-left {
    position: relative;
    width: 50%;
}

.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-left .art-portfolio-top-image {
    height: 100%;
    /*position: absolute;
        left:0;
        top: 0;*/
    background-size: cover;
    background-position: center center;
}

.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 100%;
    min-height: 683px;
}

.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right .art-single-post-right-data {
    padding: 0 141px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right .art-single-post-right-data .art-post-title {
    margin-bottom: 10px;
}

.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right .art-single-post-right-data .art-portfolio-location {
    margin-top: 40px;
}

.art-portfolio-single.story .art-portfolio-title {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}

.art-portfolio-single.story .art-portfolio-description {
    text-align: center;
    margin-bottom: 60px;
}

.art-portfolio-single.story .art-portfolio-single-grid {
    margin-bottom: 70px;
}

.art-portfolio-single.story .art-portfolio-single-grid a.art-gallery-item {
    margin-bottom: 30px;
    display: block;
    opacity: 1;
}

.art-portfolio-single.story .art-portfolio-single-grid a.art-gallery-item:hover .art-gallery-image::before {
    opacity: 1;
}

.art-portfolio-single.story .art-portfolio-single-grid a.art-gallery-item .art-gallery-image {
    position: relative;
}

.art-portfolio-single.story .art-portfolio-single-grid a.art-gallery-item .art-gallery-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.art-portfolio-single.story .art-portfolio-advices {
    text-align: center;
    margin-bottom: 94px;
}

.art-portfolio-single.story .art-portfolio-advices > h5 {
    margin-bottom: 18px;
}

.art-portfolio-single.story .art-portfolio-advices ul {
    margin: 0 !important;
    padding: 0 !important;
}

.art-portfolio-single.story .art-portfolio-advices ul li {
    margin-bottom: 6px !important;
}

.art-portfolio-single.story .art-portfolio-advices ul li::before {
    display: none;
}

body .story .art-single-popap-block {
    text-align: center;
    margin-bottom: 40px;
}

body .story .art-single-popap-block .art-single-popap-block-title {
    margin-bottom: 18px;
}

body .story .art-single-popap-block .art-single-popap-description {
    margin-bottom: 40px;
}

/*## Portfolio Single Fourth ##*/
body .art-portfolio-single-fourth {
    padding: 194px 0 100px 0;
}

body .art-portfolio-single-fourth h1.art-post-title {
    font-weight: bold;
    font-size: 74px;
    line-height: 96px;
    letter-spacing: 0.02em;
    color: #000000;
    text-align: center;
    margin-bottom: 100px;
}

body .art-portfolio-single-fourth .art-portfolio-single-grid .art-gallery-item .art-gallery-image {
    padding-bottom: 30px;
}

body .art-portfolio-single-fourth .art-portfolio-advices {
    text-align: center;
    padding-top: 70px;
}

body .art-portfolio-single-fourth .art-portfolio-advices ul {
    margin: 0 !important;
    padding: 0 !important;
}

body .art-portfolio-single-fourth .art-portfolio-advices ul li {
    margin-bottom: 9px !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}

body .art-portfolio-single-fourth .art-portfolio-advices ul li::before {
    display: none;
}

/*-------------------------------------------------------------------

==  Portfolio Third Variation

-------------------------------------------------------------------*/
body.art-only-slider-left {
    /* Different Slide Types  */
    /* Slide nav options  */
    /* next / previous button */
    /* Welcome Screen */
    /* Info page */
    /* Click animation */
    /* Site Credits Styling */
    /* Sort info page width */
    /* Mobile MEdia Queries */
}

body.art-only-slider-left header.art--header,
body.art-only-slider-left footer.art-main-footer,
body.art-only-slider-left footer.art-main-footer-second {
    display: none;
}

body.art-only-slider-left .art-portfolio-three-wrapper {
    position: relative;
}

body.art-only-slider-left .art-portfolio-three-wrapper .art-portfolio-three-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 45px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body.art-only-slider-left .art-portfolio-three-wrapper .art-portfolio-three-top .art-portfolio-three-top-close {
    /*position: absolute;
        top: 20px;
        right: 20px;*/
    color: #fff;
}

body.art-only-slider-left .art-portfolio-three-wrapper .art-portfolio-three-top .art-portfolio-three-top-close i::before {
    font-size: 44px;
}

body.art-only-slider-left .art-portfolio-three-wrapper .slideshow {
    height: 100vh;
    width: 100%;
    position: relative;
}

body.art-only-slider-left .slide {
    width: 100%;
    height: 100vh;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1A1A1A !important;
}

body.art-only-slider-left .slick-dots {
    display: none !important;
}

body.art-only-slider-left p.caption {
    position: absolute;
    bottom: 46px;
    left: 46px;
    z-index: 6;
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-transform: uppercase;
}

body.art-only-slider-left .slide.cover, body.art-only-slider-left .full {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body.art-only-slider-left .inset-wrapper {
    height: 80%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* horizontal */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* vertical */
}

body.art-only-slider-left .inset-wrapper img {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

body.art-only-slider-left .slide img {
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

body.art-only-slider-left img {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

body.art-only-slider-left .slide.pair .left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
}

body.art-only-slider-left .slide.pair .right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
}

body.art-only-slider-left .pair-inset-wrapper {
    height: 50%;
    width: 100%;
}

body.art-only-slider-left .pair .inset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body.art-only-slider-left body.white-logo h1 {
    color: #fff;
    -webkit-transition: 0.25s color ease-in;
    transition: 0.25s color ease-in;
}

body.art-only-slider-left body.white-dot .page-dot {
    background-color: #fff;
    -webkit-transition: 0.25s background ease-in;
    transition: 0.25s background ease-in;
}

body.art-only-slider-left body.white-caption .caption {
    color: #fff;
    -webkit-transition: 0.25s color ease-in;
    transition: 0.25s color ease-in;
}

body.art-only-slider-left #prev {
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    cursor: url(images/arrow_left_white.svg), auto;
}

body.art-only-slider-left #next {
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: url(images/arrow_right_white.svg), auto;
}

body.art-only-slider-left body.hide-stuff header {
    opacity: 0;
}

body.art-only-slider-left body.hide-stuff .page-dot {
    opacity: 0;
}

body.art-only-slider-left body.hide-stuff .caption {
    opacity: 1;
}

body.art-only-slider-left .slideshow {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
}

body.art-only-slider-left .slideshow.fadein {
    opacity: 1.0;
}

body.art-only-slider-left section {
    width: 35%;
    margin: 46px;
    max-width: 500px;
    margin-top: 105px;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}

body.art-only-slider-left section h2 {
    margin-bottom: 1em;
    color: #fff;
}

body.art-only-slider-left .page-dot.make-dot-white {
    background-color: #fff !important;
}

body.art-only-slider-left h1.make-logo-white {
    color: #fff !important;
}

body.art-only-slider-left body.info-page-open section {
    opacity: 1.0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

body.art-only-slider-left a {
    -webkit-transition: 0.25s opacity ease-in-out;
    transition: 0.25s opacity ease-in-out;
}

body.art-only-slider-left h2 a:hover {
    opacity: 0.55;
}

body.art-only-slider-left .page-dot:not(:active) {
    /* now keep red background for 1s */
    -webkit-transition: scale 1000ms step-end;
    transition: scale 1000ms step-end;
}

body.art-only-slider-left .page-dot:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

body.art-only-slider-left #site-credits {
    position: absolute;
    padding: 46px;
    bottom: 0px;
    right: 0px;
}

body.art-only-slider-left #site-credits a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    display: inline-block;
}

body.art-only-slider-left #site-credits a:hover {
    opacity: 0.55;
}

body.art-only-slider-left .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

body.art-only-slider-left .bg-top {
    background-position: top !important;
}

body.art-only-slider-left .bg-bottom {
    background-position: bottom !important;
}

@media only screen and (max-width: 1260px) {
    body.art-only-slider-left section {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    body.art-only-slider-left {
        /* 	Fix the Flexbox bug */
        /* 	Dealing with the extra white clas on mobile */
    }

    body.art-only-slider-left header {
        padding: 22px;
        padding-bottom: 0px;
    }

    body.art-only-slider-left .page-dot {
        top: 22px;
        right: 22px;
        width: 18px;
        height: 18px;
    }

    body.art-only-slider-left .page-dot:after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: -20px;
        right: -20px;
        z-index: -2;
    }

    body.art-only-slider-left p.caption {
        bottom: 22px;
        left: 22px;
        font-size: 16px;
        line-height: 18px;
    }

    body.art-only-slider-left .inset-wrapper {
        height: 60%;
        width: 100%;
    }

    body.art-only-slider-left .slide.cover {
        background-size: 110%;
    }

    body.art-only-slider-left .inset.mobile-hide {
        display: none !important;
    }

    body.art-only-slider-left .full.mobile-hide {
        display: none !important;
    }

    body.art-only-slider-left html, body.art-only-slider-left body {
        font-size: 24px;
        line-height: 24px;
        /* 		overflow: hidden; */
    }

    body.art-only-slider-left .slide.pair .left {
        width: 100%;
        height: 100%;
    }

    body.art-only-slider-left .slide.pair .right {
        width: 100%;
        height: 100%;
    }

    body.art-only-slider-left body.black-logo h1, body.art-only-slider-left body.black-logo .caption {
        color: #000;
    }

    body.art-only-slider-left body.black-logo .page-dot {
        background-color: #000;
    }

    body.art-only-slider-left section {
        width: 90%;
        margin: 22px;
        margin-top: 65px;
    }

    body.art-only-slider-left .welcome {
        padding: 22px;
    }

    body.art-only-slider-left .slideshow {
        width: 100%;
        height: 100% !important;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    body.art-only-slider-left .pair-inset-wrapper {
        height: 65%;
        width: 100%;
    }

    body.art-only-slider-left #site-credits {
        position: static;
        padding: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    body.art-only-slider-left .info-page {
        width: 100%;
        min-height: 100%;
        height: auto;
    }

    body.art-only-slider-left .bg-top, body.art-only-slider-left .bg-bottom {
        background-position: center center !important;
    }

    body.art-only-slider-left .slide.inset {
        display: block !important;
        position: relative;
    }

    body.art-only-slider-left .inset-wrapper {
        display: block !important;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.art-only-slider-left .inset-wrapper img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.art-only-slider-left body.white-logo-mobile h1, body.art-only-slider-left body.white-logo-mobile .caption {
        color: #fff;
    }

    body.art-only-slider-left body.white-logo-mobile .page-dot {
        background-color: #fff;
    }
}

/*-------------------------------------------------------------------

==  Blog Comments

-------------------------------------------------------------------*/
.logged-in-as {
    margin-bottom: 45px;
}

.blog-comments-area {
    margin-top: 70px;
}

.blog-comments-area .comments-title {
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #000000;
}

.blog-comments-area .comment-list {
    margin-top: 40px;
    margin-bottom: 56px;
}

.blog-comments-area .comment-list > li:last-child li.comment:not(.parent):last-child .comment-itself {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-comments-area .comment-list .comment .children {
    margin-left: 84px;
}

.blog-comments-area .comment-list .comment .comment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-comments-area .comment-list .comment .comment-wrapper .comment-author {
    min-width: 60px;
    width: 60px;
    margin-right: 24px;
}

.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 35px;
    margin-bottom: 40px;
}

.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .comment-meta {
    margin-bottom: 13px;
}

.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .comment-meta .info-meta .info-meta-top {
    line-height: 19px;
}

.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .comment-text {
    margin-bottom: 9px;
    height: auto;
}

.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .reply a {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: inherit;
}

.comment-respond {
    text-align: center;
}

.comment-respond .comment-reply-title {
    margin-bottom: 18px;
}

.comment-respond .comment-reply-title small {
    margin-left: 20px;
}

.comment-respond form.comment-form .art-comment-form-notice {
    margin-bottom: 60px;
}

.comment-respond form.comment-form .art-line-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 0 -15px;
}

.comment-respond form.comment-form .art-line-fields p {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 30px;
}

.comment-respond form.comment-form .comment-form-cookies-consent {
    display: none;
}

.comment-respond form.comment-form .comment-form-comment textarea {
    height: 240px;
    width: 100%;
}

.comment-respond form.comment-form .form-submit {
    margin-top: 30px;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.comment-respond form.comment-form .form-submit input[type=submit] {
    display: block;
    width: 100%;
}

/*-------------------------------------------------------------------

==  Proofing Gallery

-------------------------------------------------------------------*/
.art-proofing-gallery-single {
    padding: 241px 0 0 0;
}

.art-proofing-gallery-single .art-proofing-gallery-title {
    text-align: center;
}

.art-proofing-gallery-single .art-proofing-gallery-top-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 54px;
}

.art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-client,
.art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-date,
.art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-photo-count {
    padding: 0 40px;
}

.art-proofing-gallery-single .art-proofing-gallery-top-file {
    text-align: center;
}

.art-proofing-gallery-single .filter-button-group {
    margin-top: 120px;
}

.art-proofing-gallery-password .art-single-post-top {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-proofing-gallery-password .art-single-post-top.art-single-post-no-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.art-proofing-gallery-password .art-single-post-top .art-single-post-left {
    position: relative;
    width: 50%;
}

.art-proofing-gallery-password .art-single-post-top .art-single-post-left .art-blog-top-image {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.art-proofing-gallery-password .art-single-post-top .art-single-post-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 100%;
    min-height: 100vh;
}

.art-proofing-gallery-password .art-single-post-top .art-single-post-right .art-single-post-right-data {
    padding: 0 141px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.art-proofing-gallery-password .art-single-post-top .art-single-post-right .art-single-post-right-data h2 {
    margin-bottom: 10px;
}

form.art-form-password-protected {
    margin-top: 40px;
}

form.art-form-password-protected .art-input-group .art-post-password-wrapper {
    position: relative;
}

form.art-form-password-protected .art-input-group .art-post-password-wrapper input.form-control {
    padding-right: 50px;
}

form.art-form-password-protected .art-input-group .art-post-password-wrapper i {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

form.art-form-password-protected .art-input-group button {
    width: 100%;
    margin-top: 30px;
}

.art-proofing-gallery-grid .art-proofing-gallery-item {
    position: relative;
    margin-bottom: 30px;
}

.art-proofing-gallery-grid .art-proofing-gallery-item.art-item-rejected .art-gallery-item-status i {
    display: none;
}

.art-proofing-gallery-grid .art-proofing-gallery-item .art-gallery-item-status {
    position: absolute;
    top: 20px;
    left: 35px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid black;
}

.art-proofing-gallery-grid .art-proofing-gallery-item .art-gallery-item-status i::before {
    font-size: 9px;
    position: relative;
    left: 4px;
    bottom: 7px;
}

.art-proofing-gallery-grid .art-proofing-gallery-item .art-proofing-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
}

.art-proofing-gallery-grid .art-proofing-gallery-item .art-proofing-item-bottom .art-proofing-item-download i::before {
    font-size: 23px;
}

/*-------------------------------------------------------------------

==  Search Results

-------------------------------------------------------------------*/
body.search-no-results .art-header-one.art-dark-header-text .art-header-one-content,
body.search-results .art-header-one.art-dark-header-text .art-header-one-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.search-no-results .art-blog-typical .art-blog-default-top,
body.search-no-results .art-blog-default-wrapper .art-blog-default-top,
body.search-results .art-blog-typical .art-blog-default-top,
body.search-results .art-blog-default-wrapper .art-blog-default-top {
    padding: 0 0 50px 0;
    text-align: center;
}

body.search-no-results .art-blog-typical .art-blog-default-top .art-search-result-title,
body.search-no-results .art-blog-default-wrapper .art-blog-default-top .art-search-result-title,
body.search-results .art-blog-typical .art-blog-default-top .art-search-result-title,
body.search-results .art-blog-default-wrapper .art-blog-default-top .art-search-result-title {
    margin-bottom: 30px;
}

body.search-no-results .art-search-again-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body.search-no-results .art-search-blog {
    display: none;
}

body.search-no-results .art-search-blog .art-overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #fff;
}

body.search-no-results .art-search-blog .art-overlay .art-overlay-close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

body.search-no-results .art-search-blog .art-overlay .art-overlay-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

body.search-no-results .art-search-blog .art-overlay .art-overlay-wrapper form {
    padding: 0 15px;
    max-width: 780px;
    width: 100%;
}

body.search-no-results .art-search-blog .art-overlay .art-overlay-wrapper form .art-blog-search-input {
    font-weight: 300;
    border: 0;
    border-bottom: 1px solid #000;
    height: 55px;
    padding: 0;
}

body.search-no-results .art-search-blog .art-search-blog-button i {
    font-size: 24px;
    position: relative;
    bottom: 2px;
}

body.search-no-results .art-search-blog .art-search-blog-button i::before {
    margin: 0;
}

body.search-no-results.art-chosen-second-header .art-blog-sticky-wrapper.art-blog-typical,
body.search-no-results.art-chosen-second-header .art-blog-search-result,
body.search-no-results .art-blog-sticky-wrapper.art-blog-typical,
body.search-no-results .art-blog-search-result {
    padding: 318px 0 235px 0;
    height: 100vh;
}

.art-page-full-height {
    height: 100vh;
}

/*-------------------------------------------------------------------

==  WordPress Widgets

-------------------------------------------------------------------*/
.art-insta-widget-wrapper {
    padding: 0 0 60px 0;
}

.art-insta-widget-wrapper .art-details-insta-wrapper {
    text-align: center;
}

.art-insta-widget-wrapper .art-details-insta-wrapper h3 {
    margin-bottom: 68px;
    display: inline-block;
}

.art-insta-widget-wrapper .art-details-insta-wrapper .art-button {
    margin-top: 68px;
}

.widget.art-widget-subscribe-form {
    padding: 90px 0 100px 0;
}

.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper img {
    margin-bottom: 16px;
}

.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper h5 {
    margin-bottom: 10px;
}

.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper .art-subscribe-subtitle {
    margin-bottom: 20px;
    text-align: center;
}

.widget.art-widget-request-form {
    padding: 90px 0 100px 0;
}

.widget.art-widget-request-form .art-request-data .art-details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget.art-widget-request-form .art-request-data .art-details-wrapper img {
    margin-bottom: 16px;
}

.widget.art-widget-request-form .art-request-data .art-details-wrapper h5 {
    margin-bottom: 10px;
}

.widget.art-widget-request-form .art-request-data .art-details-wrapper .art-subscribe-subtitle {
    margin-bottom: 30px;
    text-align: center;
}

/*-------------------------------------------------------------------

==  Page

-------------------------------------------------------------------*/
header.art-unordered-header {
    padding: 3px 0 0 0;
}

header.art-unordered-header .art-unordered-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.art-unordered-header .art-unordered-header-wrapper .art-unordered-left {
    width: 19.25%;
    padding-top: 19px;
}

header.art-unordered-header .art-unordered-header-wrapper .art-unordered-center {
    width: 61.5%;
    text-align: center;
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.art-unordered-header .art-unordered-header-wrapper .art-unordered-center .art-unordered-center-description {
    max-width: 610px;
    margin: 20px auto 0 auto;
}

header.art-unordered-header .art-unordered-header-wrapper .art-unordered-right {
    width: 19.25%;
    position: relative;
}

header.art-unordered-header .art-unordered-header-wrapper .art-unordered-right .art-unordered-right-content .unordered-header-image-two {
    position: absolute;
    left: -50px;
    bottom: 0;
    width: 38%;
}

.art-default-page-custom-wrapper {
    padding-top: 133px;
    padding-bottom: 100px;
}

.art-default-page-custom-wrapper .art-page-content {
    padding: 0 113px 0 113px;
}

.art-default-page-custom-wrapper .art-page-content.art-woocommerce-page {
    padding: 0 15px;
}

.art-default-page-custom-wrapper .art-page-content.art-woocommerce-page .art-page-title {
    margin-bottom: 60px;
}

.art-default-page-custom-wrapper .art-page-title {
    text-align: center;
}

body.art-chosen-second-header .art-default-page-custom-wrapper {
    padding-top: 178px;
}

body.art-chosen-second-header .art-woo-container-wrapper,
body.art-chosen-second-header .art-woo-container-wrapper {
    padding-top: 178px;
}

/* Blog Search Results */
body.search-results.art-chosen-second-header .art-blog-search-result {
    padding-top: 178px;
}

body.search-results .art-blog-search-result {
    padding-top: 133px;
}

body.search-results .art-blog-default-wrapper .art-blog-posts-default {
    border-bottom: none;
}

/*-------------------------------------------------------------------

==  Cart shop side

-------------------------------------------------------------------*/
.s-header__basket-wr a.art-open-cart-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s-header__basket-wr a.art-open-cart-side img {
    width: 24px;
}

.s-header__basket-wr a.art-open-cart-side .art-basket-counter {
    margin-left: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body.admin-bar .art-woo-side-cart {
    padding-top: 32px;
}

.art-woo-side-cart {
    display: none;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    padding-top: 0;
    width: 375px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    border-left: 1px solid rgba(152, 132, 99, 0.2);
}

.art-woo-side-cart .art-woo-side-cart-flex {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.art-woo-side-cart .art-cart-side-header {
    padding: 30px 15px 30px 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(152, 132, 99, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.art-woo-side-cart .art-cart-side-header i {
    font-size: 1.5em;
    cursor: pointer;
}

.art-woo-side-cart .art-cart-side-header i:hover {
    opacity: 0.8;
}

.art-woo-side-cart .art-cart-side-header .art-cart-side-left span:last-child {
    margin-left: 13px;
}

.art-woo-side-cart .cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px 15px 30px;
    position: relative;
}

.art-woo-side-cart .cart_item .product-thumbnail {
    width: 92px;
    margin-right: 20px;
}

.art-woo-side-cart .cart_item .product-data .product-name {
    margin-bottom: 10px;
    padding-right: 17px;
}

.art-woo-side-cart .cart_item .product-data .product-price {
    margin-bottom: 12px;
}

.art-woo-side-cart .cart_item .product-data .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-woo-side-cart .cart_item .product-data .product-quantity .art-quantity-title span:first-child {
    margin-right: 4px;
}

.art-woo-side-cart .cart_item .product-data .product-remove {
    position: absolute;
    top: 12px;
    right: 26px;
}

.art-woo-side-cart .cart_item .product-data .product-remove a {
    color: #000000 !important;
}

.art-woo-side-cart .cart_item .product-data .product-remove a:hover {
    background: none;
}

.art-woo-side-cart .cart-collaterals {
    width: 100%;
    padding: 19px 30px 30px 30px;
    border-top: 1px solid rgba(152, 132, 99, 0.2);
}

.art-woo-side-cart .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-top .art-side-cart-total-price strong {
    font-weight: 300;
}

.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.art-woo-side-cart .art-cart-side-empty {
    height: calc(100% - 136px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-woo-side-cart .art-cart-side-empty .cart-side-empty-data {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-woo-side-cart .art-cart-side-empty .cart-side-empty-data .art-cart-side-empty-title {
    margin-top: 30px;
}

/*-------------------------------------------------------------------

==  Cart shop

-------------------------------------------------------------------*/
.art-cart-page-wrapper .select2-container--default .select2-selection--single,
.art-cart-page-wrapper input {
    background-color: transparent;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart {
    border: none;
    margin-bottom: 0;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart thead tr th {
    border-top: 1px solid rgba(152, 132, 99, 0.2);
    border-bottom: 1px solid rgba(152, 132, 99, 0.2);
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    padding: 15px 0;
    text-align: center;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr:first-child td.product-thumbnail {
    padding-top: 30px;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr:nth-last-child(2) td.product-thumbnail {
    padding-bottom: 30px;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td {
    border-top: none;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail {
    padding: 15px 0;
    width: 92px;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail a img {
    width: 92px;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name {
    padding-left: 24px;
    padding-right: 63px;
    width: 274px;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity {
    text-align: center;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity {
    margin: 0 auto;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-subtotal {
    text-align: center;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove {
    padding-left: 0;
    padding-right: 0;
    width: 24px;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove a.remove {
    color: #000 !important;
    position: relative;
    bottom: 2px;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove a.remove:hover {
    background-color: unset;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove a.remove .icon-cherie_close::before {
    margin: 0;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions {
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(152, 132, 99, 0.2);
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
    width: 300px;
    position: relative;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon .art-apply-coupon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 25px;
    color: #000;
    border-color: #000;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon .art-apply-coupon:hover {
    color: #fff;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .art-update-cart {
    padding: 11px 0 5px 0;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .art-update-cart:hover {
    background: unset;
}

.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .art-update-cart:disabled[disabled] {
    opacity: 0.25;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals {
    padding: 30px 30px 12px 30px;
    border: 1px solid rgba(152, 132, 99, 0.2);
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator {
    margin-top: 22px;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator .art-shipping-calculator-button {
    margin-bottom: 15px;
    display: block;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form {
    margin-bottom: 40px;
    display: block !important;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row {
    padding: 0;
    margin: 0;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row .select2-container {
    margin: 0 0 30px;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row .input-text {
    margin: 0 0 30px;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row select.state_select,
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row span.select2-container {
    display: block;
    margin: 0 0 30px;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.art-update-shipping {
    text-align: right;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form span {
    width: 100% !important;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper .woocommerce-shipping-destination {
    display: block;
    padding: 4px 0;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper ul#shipping_method li {
    margin: 0;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper ul#shipping_method li label {
    padding: 4px 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper ul#shipping_method .amount {
    font-weight: 300;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive {
    border: none;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive tbody tr.cart-subtotal th {
    font-weight: 400;
    padding: 4px 0;
    text-align: left;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive tbody tr.cart-subtotal td {
    padding: 4px 0;
    text-align: right;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive tbody tr.order-total th {
    text-align: left;
    padding: 4px 0;
    border-top: 0;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive tbody tr.order-total td {
    padding: 4px 0;
    border-top: 0;
    text-align: right;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout .art-checkout {
    width: 100%;
    text-align: center;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form {
    width: 100%;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container {
    margin-bottom: 40px;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number {
    width: 100%;
}

.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-button {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.art-cart-page-wrapper .art-cart-page-right .art-shopping-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.art-cart-page-wrapper .art-cart-page-right .art-shopping-link-wrapper .art-keep-shopping-link:hover {
    color: #000;
}

/*-------------------------------------------------------------------

==  Checkout shop

-------------------------------------------------------------------*/
.art-woo-checkout-page .select2-container--default .select2-selection--single,
.art-woo-checkout-page textarea,
.art-woo-checkout-page input {
    background-color: transparent;
}

.art-woo-checkout-page .art-checkout-left h3.art-billing-details-title {
    margin-bottom: 28px;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label .woocommerce-form__input + span {
    padding-left: 8px;
    line-height: 18px;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields .shipping_address .art-shipping-address-title {
    margin-bottom: 28px;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row {
    padding: 0;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p {
    width: 50%;
    padding: 0;
    margin-bottom: 30px;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p > span,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p > span {
    display: block;
    padding: 0 15px;
    width: 100%;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p.form-row-first,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p.form-row-first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p.form-row-last,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p.form-row-last {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p.validate-email,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p.validate-email {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_company_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_company_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_company_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_company_field {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_address_1_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_address_1_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_address_1_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_address_1_field {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_address_2_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_address_2_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_address_2_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_address_2_field {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_country_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_country_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_country_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_country_field {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_city_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_city_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_city_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_city_field {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_state_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_state_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_state_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_state_field {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    width: 25%;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_postcode_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_postcode_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_postcode_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_postcode_field {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 25%;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_phone_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_phone_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_phone_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_phone_field {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-additional-fields span.woocommerce-input-wrapper {
    width: 100%;
}

.art-woo-checkout-page .art-checkout-left .woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
    min-height: 100px;
}

.art-woo-checkout-page .art-checkout-left .art-shipping-checkout-wrapper .woocommerce-additional-fields h3 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #000;
    letter-spacing: 0.02em;
}

.art-woo-checkout-page .art-checkout-right .art-checkout-right-wrapper {
    padding: 30px;
    border: 1px solid rgba(152, 132, 99, 0.2);
}

.art-woo-checkout-page .art-checkout-right h3.art-order-summary-title {
    margin-bottom: 24px;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
    border: none;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-image {
    padding: 0;
    border-top: none;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-image img {
    width: 92px;
    min-width: 92px;
    margin-bottom: 30px;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name {
    border-top: none;
    width: 100%;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name .product-name-data {
    margin-bottom: 30px;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name .product-name-data > span {
    display: block;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name .product-name-data .product-item-title {
    margin-bottom: 10px;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name .product-name-data .product-item-price {
    margin-bottom: 12px;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
    text-align: left;
    padding: 5px 0;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    padding: 0;
    line-height: 23px;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td.art-shipping-methods-row {
    text-align: left;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th {
    border-top: none;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: none;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals ul#shipping_method li.art-flat-rate-method {
    line-height: 23px;
    margin-bottom: 0;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals ul#shipping_method li.art-flat-rate-method label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th {
    border-top: none;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
    border-top: none;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
    border-top: none;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    border-top: none;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment {
    background: transparent;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods {
    padding: 15px 0;
    border-bottom: none;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method {
    position: relative;
    line-height: 14px;
    margin-bottom: 16px;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method input {
    margin: 0;
    top: 3px;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method label {
    display: inline;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 20px;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .payment_box {
    margin: 1em 0 0 0;
    background-color: unset;
    padding: 0;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .payment_box::before {
    display: none;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method.payment_method_paypal label a.about_paypal,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method.payment_method_paypal label img {
    display: none;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order {
    padding: 0;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
    padding: 0;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0 0 0;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label input.input-checkbox {
    margin: 3px 8px 0 0;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text a {
    text-decoration: underline;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form {
    width: 100%;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    width: 100%;
}

.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment #place_order {
    width: 100%;
    margin-top: 40px;
}

.woocommerce-invalid #terms {
    outline: none;
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: unset;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-first,
.woocommerce-page form.checkout_coupon.woocommerce-form-coupon .form-row-first {
    margin-right: 27px;
}

body.woocommerce-order-received .art-page-title {
    display: none;
}

.art-thank-you-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 164px 0 96px 0;
}

.art-thank-you-page .art-thank-you-page-title {
    margin: 30px 0 60px 0;
}

.art-thank-you-page .art-thank-you-page-description {
    margin-bottom: 50px;
}

/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/
footer.art-main-footer {
    padding: 120px 0 79px 0;
}

footer.art-main-footer .art-main-footer-wrapper .art-footer-column {
    text-align: center;
    margin-bottom: 50px;
}

footer.art-main-footer .art-main-footer-wrapper .art-footer-column .art-footer-column-title {
    margin-bottom: 18px;
}

footer.art-main-footer .art-main-footer-wrapper .art-footer-column .art-social-container a {
    color: #000;
}

footer.art-main-footer .art-main-footer-wrapper .art-footer-menu {
    margin-top: 20px;
    margin-bottom: 59px;
}

footer.art-main-footer .art-main-footer-wrapper .art-footer-menu ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer.art-main-footer .art-main-footer-wrapper .art-footer-menu ul.menu li {
    padding: 0 20px;
    margin-bottom: 20px;
}

footer.art-main-footer .art-main-footer-wrapper .art-footer-bottom {
    text-align: center;
}

footer.art-main-footer-second {
    padding: 120px 0 79px 0;
}

footer.art-main-footer-second .art-main-footer-wrapper .art-head-footer-wrapper {
    margin-bottom: 80px;
    text-align: center;
}

footer.art-main-footer-second .art-main-footer-wrapper .art-head-footer-wrapper .art-head-footer-title {
    font-weight: bold;
    font-size: 42px;
    line-height: 55px;
    letter-spacing: 0.04em;
}

footer.art-main-footer-second .art-main-footer-wrapper .art-footer-column {
    text-align: center;
    margin-bottom: 50px;
}

footer.art-main-footer-second .art-main-footer-wrapper .art-footer-column.art-second-footer-social .art-social-container {
    margin-top: 30px;
}

footer.art-main-footer-second .art-main-footer-wrapper .art-footer-column.art-second-footer-social .art-social-container a i {
    font-size: 28px !important;
    padding: 0 11px;
}

footer.art-main-footer-second .art-main-footer-wrapper .art-footer-column .art-footer-column-title {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.04em;
}

footer.art-main-footer-second .art-main-footer-wrapper .art-footer-column .art-footer-column-data {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.04em;
}

footer.art-main-footer-second .art-main-footer-wrapper .art-footer-column .art-social-container a {
    color: #000;
}

footer.art-main-footer-second .art-main-footer-wrapper .art-footer-bottom {
    text-align: center;
    margin-top: 30px;
}

.art-blog-widget-area .widget {
    margin-bottom: 50px;
}

.art-blog-widget-area .widget-title {
    margin-bottom: 20px;
}

.art-blog-widget-area,
footer.art-main-footer {
    font-size: 14px;
}

.art-blog-widget-area strong,
footer.art-main-footer strong {
    font-size: 14px;
    font-weight: 500;
}

.art-blog-widget-area ul li,
footer.art-main-footer ul li {
    margin-bottom: 12px;
}

.art-blog-widget-area .widget.art_subscribe_form .art-widget-subscribe-form,
footer.art-main-footer .widget.art_subscribe_form .art-widget-subscribe-form {
    padding: 0;
}

.art-blog-widget-area .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper,
footer.art-main-footer .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.art-blog-widget-area .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper img,
footer.art-main-footer .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper img {
    display: none;
}

.art-blog-widget-area .widget.art_social .art-main-social .art-social-container a,
footer.art-main-footer .widget.art_social .art-main-social .art-social-container a {
    color: #000;
}

.art-blog-widget-area .widget.widget_search .searchsubmit,
footer.art-main-footer .widget.widget_search .searchsubmit {
    display: none;
}

.art-blog-widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav,
footer.art-main-footer .widget.widget_calendar .calendar_wrap .wp-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 280px;
    margin-top: 12px;
}

.art-blog-widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
footer.art-main-footer .widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    letter-spacing: 0.02em;
    color: #000000;
}

.art-blog-widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next,
footer.art-main-footer .widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #000000;
}

.art-blog-widget-area .widget.widget_calendar .calendar_wrap table,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table {
    border-spacing: 0;
    width: 280px;
    border-collapse: separate;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.art-blog-widget-area .widget.widget_calendar .calendar_wrap table caption,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table caption {
    height: 45px;
    background-color: rgba(255, 255, 255, 0.7);
    caption-side: top;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
}

.art-blog-widget-area .widget.widget_calendar .calendar_wrap table td,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table td {
    text-align: center;
}

.art-blog-widget-area .widget.widget_calendar .calendar_wrap table td#today,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table td#today {
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.7);
}

.art-blog-widget-area .widget.widget_calendar .calendar_wrap table thead,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table thead {
    border-collapse: collapse;
}

.art-blog-widget-area .widget.widget_calendar .calendar_wrap table thead th,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table thead th {
    text-align: center;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #000000;
}

.art-blog-widget-area .widget.widget_calendar .calendar_wrap table tbody tr td,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table tbody tr td {
    font-style: normal;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    font-weight: 300;
    padding: 0;
    width: 40px;
    height: 40px;
}

.art-blog-widget-area .widget.widget_recent_comments li.recentcomments > a,
footer.art-main-footer .widget.widget_recent_comments li.recentcomments > a {
    margin-left: 16px !important;
    position: relative;
}

.art-blog-widget-area .widget.widget_recent_comments li.recentcomments > a::before,
footer.art-main-footer .widget.widget_recent_comments li.recentcomments > a::before {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: -12px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
}

.art-blog-widget-area .widget.widget_rss .footer-widget--title,
footer.art-main-footer .widget.widget_rss .footer-widget--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.art-blog-widget-area .widget.widget_rss .footer-widget--title a:first-child,
footer.art-main-footer .widget.widget_rss .footer-widget--title a:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.art-blog-widget-area .widget.widget_rss ul li,
footer.art-main-footer .widget.widget_rss ul li {
    margin-bottom: 26px;
}

.art-blog-widget-area .widget.widget_rss ul li a.rsswidget,
footer.art-main-footer .widget.widget_rss ul li a.rsswidget {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 10px;
}

.art-blog-widget-area .widget.widget_rss ul li .rss-date,
footer.art-main-footer .widget.widget_rss ul li .rss-date {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.art-blog-widget-area .widget.widget_rss ul li .rssSummary,
footer.art-main-footer .widget.widget_rss ul li .rssSummary {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 10px;
}

.art-blog-widget-area .widget.widget_rss ul li cite,
footer.art-main-footer .widget.widget_rss ul li cite {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
}

.art-blog-widget-area .tagcloud,
footer.art-main-footer .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.art-blog-widget-area .tagcloud a,
footer.art-main-footer .tagcloud a {
    font-size: 14px !important;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-transform: none;
    padding: 6px 12px;
    border: 1px solid #000;
    margin: 7px 7px;
}

.art-blog-widget-area .widget.widget_nav_menu ul.menu li,
footer.art-main-footer .widget.widget_nav_menu ul.menu li {
    margin-bottom: 0;
}

.art-blog-widget-area .widget.widget_nav_menu ul.menu li a,
footer.art-main-footer .widget.widget_nav_menu ul.menu li a {
    display: block;
    margin-bottom: 12px;
}

.art-blog-widget-area .widget.widget_nav_menu ul.menu li ul.sub-menu,
footer.art-main-footer .widget.widget_nav_menu ul.menu li ul.sub-menu {
    margin-left: 15px;
}

.art-blog-widget-area .widget.widget_pages ul li,
.art-blog-widget-area .widget.widget_categories ul li,
footer.art-main-footer .widget.widget_pages ul li,
footer.art-main-footer .widget.widget_categories ul li {
    margin-bottom: 12px;
}

.art-blog-widget-area .widget.widget_pages ul li ul.children,
.art-blog-widget-area .widget.widget_categories ul li ul.children,
footer.art-main-footer .widget.widget_pages ul li ul.children,
footer.art-main-footer .widget.widget_categories ul li ul.children {
    margin-top: 12px;
    margin-left: 15px;
}

.art-blog-widget-area .wp-caption.alignnone,
footer.art-main-footer .wp-caption.alignnone {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px;
    margin-bottom: 20px;
}

.art-blog-widget-area .wp-caption.alignnone .wp-caption-text,
footer.art-main-footer .wp-caption.alignnone .wp-caption-text {
    text-align: center;
    padding: 6px 0 3px 0;
}

.art-blog-widget-area .footer-widget-area,
footer.art-main-footer .footer-widget-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.art-blog-widget-area .footer-widget-area .widget,
footer.art-main-footer .footer-widget-area .widget {
    margin-bottom: 50px;
}

.art-blog-widget-area .footer-widget-area .widget .footer-widget--title,
footer.art-main-footer .footer-widget-area .widget .footer-widget--title {
    margin-bottom: 20px;
}

/*-------------------------------------------------------------------

==  Woocommerce Shop Archive

-------------------------------------------------------------------*/
.art-woo-container-wrapper.cart-sidebar-open .art-woo-content-mask {
    opacity: 1;
    visibility: visible;
}

.art-woo-container-wrapper .art-woo-content-mask {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 47;
    background: rgba(0, 0, 0, 0.8);
}

.woocommerce-page .art-woo-container-wrapper,
.woocommerce .art-woo-container-wrapper {
    padding-top: 134px;
}

.woocommerce-page .art-woo-archive-container,
.woocommerce .art-woo-archive-container {
    padding-bottom: 100px;
}

.woocommerce-page .art-before-shop-loop,
.woocommerce .art-before-shop-loop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.woocommerce-page .art-before-shop-loop .art-shop-cats ul,
.woocommerce .art-before-shop-loop .art-shop-cats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce-page .art-before-shop-loop .art-shop-cats ul li,
.woocommerce .art-before-shop-loop .art-shop-cats ul li {
    margin-right: 40px;
    padding-bottom: 5px;
}

.woocommerce-page .art-before-shop-loop .art-shop-cats ul li.current_item,
.woocommerce .art-before-shop-loop .art-shop-cats ul li.current_item {
    border-bottom: 1px solid;
}

.woocommerce-page .art-before-shop-loop .art-shop-cats ul li a,
.woocommerce .art-before-shop-loop .art-shop-cats ul li a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-bottom: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.woocommerce-page .art-before-shop-loop .art-ordering-cart,
.woocommerce .art-before-shop-loop .art-ordering-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce-page .art-before-shop-loop .art-ordering-cart .woocommerce-ordering,
.woocommerce .art-before-shop-loop .art-ordering-cart .woocommerce-ordering {
    margin-bottom: 0;
}

.woocommerce-page .art-before-shop-loop .art-ordering-cart .woocommerce-ordering select,
.woocommerce .art-before-shop-loop .art-ordering-cart .woocommerce-ordering select {
    background-color: transparent;
}

.woocommerce-page .art-before-shop-loop .art-ordering-cart .s-header__basket-wr,
.woocommerce .art-before-shop-loop .art-ordering-cart .s-header__basket-wr {
    margin-left: 40px;
}

.woocommerce-page .art-woo-main-archive,
.woocommerce .art-woo-main-archive {
    margin-top: 60px;
}

.woocommerce-page ul.products,
.woocommerce ul.products {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce-page ul.products:not(.art-products-widget-slider),
.woocommerce ul.products:not(.art-products-widget-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-page ul.products li.art-archive-head-data,
.woocommerce ul.products li.art-archive-head-data {
    padding-top: 70px;
    padding-bottom: 100px;
    text-align: center;
}

.woocommerce-page ul.products li.art-archive-head-data .art-head-data-title,
.woocommerce ul.products li.art-archive-head-data .art-head-data-title {
    margin-bottom: 15px;
    display: block;
}

.woocommerce-page ul.products li.art-archive-head-data .art-head-data-description,
.woocommerce ul.products li.art-archive-head-data .art-head-data-description {
    padding: 0 215px;
}

.woocommerce-page ul.products li.art-product-decorate-image,
.woocommerce ul.products li.art-product-decorate-image {
    margin-bottom: 30px;
}

.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
    float: none;
    margin-left: unset;
    margin-right: unset;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px !important;
}

.woocommerce-page ul.products li.product a,
.woocommerce ul.products li.product a {
    position: relative;
    display: block;
}

.woocommerce-page ul.products li.product .art-product-image,
.woocommerce ul.products li.product .art-product-image {
    margin-bottom: 20px;
}

.woocommerce-page ul.products li.product .art-product-image img,
.woocommerce ul.products li.product .art-product-image img {
    margin-bottom: 0;
    width: unset;
    max-width: 100%;
}

.woocommerce-page ul.products li.product .art-product-image .star-rating,
.woocommerce ul.products li.product .art-product-image .star-rating {
    position: absolute;
    top: 22px;
    left: 17px;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    padding: 0 8px;
}

.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    font-style: normal;
    letter-spacing: 0.02em;
    text-align: center;
    display: block;
    margin-top: 14px;
    margin-bottom: 0;
}

.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price del {
    opacity: 1;
}

.woocommerce-page ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 400;
}

.woocommerce-page .woocommerce-pagination,
.woocommerce .woocommerce-pagination {
    display: none;
}

.woocommerce-page .art-shop-pagination-wrapper,
.woocommerce .art-shop-pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.woocommerce-page .art-shop-pagination-wrapper.art-is-loading .art-load-more-wrapper,
.woocommerce .art-shop-pagination-wrapper.art-is-loading .art-load-more-wrapper {
    display: none;
}

.woocommerce-page .art-shop-pagination-wrapper.art-is-loading .art-loader-wrapper,
.woocommerce .art-shop-pagination-wrapper.art-is-loading .art-loader-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce-page .art-shop-pagination-wrapper .art-load-more-wrapper,
.woocommerce .art-shop-pagination-wrapper .art-load-more-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce-page .art-shop-pagination-wrapper .art-loader-wrapper,
.woocommerce .art-shop-pagination-wrapper .art-loader-wrapper {
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .woocommerce-page ul.products::before, .woocommerce-page ul.products::after,
        ul.products.art-products-widget-slider::before,
        ul.products.art-products-widget-slider::after,
        .woocommerce ul.products::before,
        .woocommerce ul.products::after {
            display: none;
        }

        input {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        input {
            border-radius: 0;
            border: 0;
        }

        /* style Radio buttons */
        input[type="radio"] {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            position: relative;
            width: 18px;
            height: 18px;
            display: inline-block;
        }

        input[type="radio"]::before {
            content: '';
            width: 18px;
            height: 18px;
            display: block;
            border: 1px solid #000;
            border-radius: 100%;
            cursor: pointer;
        }

        input[type="radio"]:checked::before {
            content: '';
            width: 18px;
            height: 18px;
            border: 1px solid #000;
            border-radius: 100%;
            background: #000;
        }

        input[type="radio"]:checked::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            border-radius: 100%;
            -webkit-transform: scale(0.35);
            transform: scale(0.35);
        }
    }
}

/*-------------------------------------------------------------------

==  Woocommerce Shop Single

-------------------------------------------------------------------*/
.woocommerce .quantity {
    position: relative;
    width: 95px;
}

.woocommerce .quantity input::-webkit-inner-spin-button,
.woocommerce .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
}

.woocommerce .quantity .minus {
    position: absolute;
    left: 0;
    top: 1px;
    padding: 15px 14px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 17px;
    font-family: "palette";
}

.woocommerce .quantity .input-text.qty {
    width: 95px;
    text-align: center;
    background-color: transparent;
}

.woocommerce .quantity .plus {
    position: absolute;
    right: 0;
    top: 1px;
    padding: 15px 14px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 17px;
    font-family: "palette";
}

.art-single-product-before-top {
    margin-top: -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.art-single-product-before-top .woocommerce-notices-wrapper {
    width: 100%;
}

.art-single-product-before-top .woocommerce-breadcrumb {
    margin-bottom: 0;
}

.art-product-layout-classic .art-single-product-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery {
    position: relative;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery span.onsale {
    position: absolute;
    left: unset;
    top: 17px;
    right: 32px;
    margin: 0;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.02em;
    min-height: 24px;
    min-width: 48px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 0;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .art-product-no-sliders a img {
    width: 100%;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .images {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav {
    width: 120px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 30px;
    position: relative;
    z-index: 20;
    margin-top: -15px;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav .art-slick-slide {
    cursor: pointer;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav .slick-list {
    overflow: hidden;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav .slick-slide {
    margin: 15px 0;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav .slick-slide img {
    width: 120px !important;
    opacity: 1;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-for {
    width: calc(100% - 150px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows {
    position: absolute;
    width: 120px;
    height: 100%;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image {
    display: none;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image {
    cursor: pointer;
    position: absolute;
    left: 48px;
    z-index: 21;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image.slick-arrow,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image.slick-arrow {
    display: block;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image.slick-hidden i, .art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image.slick-disabled i,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image.slick-hidden i,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image.slick-disabled i {
    display: none;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image {
    top: -40px;
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image {
    bottom: -26px;
}

.art-product-layout-classic .art-single-product-top .entry-summary .woocommerce-product-rating {
    font-size: 15px;
    margin-top: 7px;
}

.art-product-layout-classic .art-single-product-top .entry-summary .woocommerce-product-rating .star-rating {
    margin-right: 6px;
}

.art-product-layout-classic .art-single-product-top .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
}

.art-product-layout-classic .art-single-product-top .entry-summary .price {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.02em;
    margin-top: 14px;
    margin-bottom: 24px;
}

.art-product-layout-classic .art-single-product-top .entry-summary .price ins {
    text-decoration: none;
}

.art-product-layout-classic .art-single-product-top .entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 24px;
    font-size: 16px;
}

.art-product-layout-classic .art-single-product-top .entry-summary form.cart {
    margin-bottom: 40px;
}

.art-product-layout-classic .art-single-product-top .entry-summary form.cart .quantity {
    margin-right: 24px;
}

.art-product-layout-classic .art-single-product-top .entry-summary form.cart .single_add_to_cart_button {
    text-transform: uppercase;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container {
    width: 100%;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .accordion {
    padding: 24px 0;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .accordion:first-child {
    border-top: 0;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data h2 {
    display: none;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data table.shop_attributes {
    border-top: 0;
    margin-bottom: 0;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data table.shop_attributes tr th {
    font-weight: 300;
    border-bottom: 0;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data table.shop_attributes tr td {
    font-weight: 300;
    border-bottom: 0;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .woocommerce-Reviews-title {
    display: none;
    margin-top: 10px;
    margin-bottom: 30px;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .woocommerce-noreviews {
    display: block;
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 23px;
    color: #000000;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist {
    margin-top: 30px;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container img.avatar {
    border: none;
    background: unset;
    padding: 0;
    width: 60px;
    position: static;
    float: none;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container .comment-text {
    margin-left: 24px;
    padding: 0;
    border: none;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container .comment-text .star-rating {
    float: none;
    font-size: 15px;
    position: absolute;
    right: 0;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container .comment-text .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 18px;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
    margin-bottom: 10px;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond .woo-comment-reply-title {
    margin-bottom: 10px;
    display: block;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond .woo-respondcomment-reply-title {
    text-align: left;
    display: block;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-notes {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px !important;
    padding-right: 125px;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-author {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(50% - 15px);
    margin-right: 30px !important;
    margin-bottom: 30px !important;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-author input {
    background-color: transparent;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-email {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: calc(50% - 15px);
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-email input {
    background-color: transparent;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-rating {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 22px;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-comment {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-comment textarea {
    border: 1px solid #000;
    margin-top: 0;
    margin-bottom: 20px;
    height: 160px !important;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .form-submit {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .form-submit input.submit {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.art-product-layout-classic .art-single-product-top .entry-summary .product_meta {
    margin-top: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.art-product-layout-classic .art-single-product-top .entry-summary .product_meta > span {
    margin-bottom: 14px;
}

.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form table.group_table tr td {
    padding-bottom: 0;
}

.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form table.group_table tr td .quantity {
    margin-right: 0;
}

.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form table.group_table tr td span,
.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form table.group_table tr td label {
    line-height: 49px;
}

.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form .single_add_to_cart_button {
    margin-top: 17px;
}

.art-product-layout-classic .related.products h2 {
    display: block;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}

.art-product-layout-classic .related.products .products {
    padding-bottom: 100px;
}

.art-shop-subscribe-area {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.fr-thumbnail-frame .fr-thumbnail .fr-thumbnail-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fr-thumbnail-frame .fr-thumbnail .fr-thumbnail-wrapper .fr-thumbnail-image {
    opacity: 1 !important;
}

.fr-thumbnail-frame .fr-thumbnail .fr-thumbnail-overlay .fr-thumbnail-loading {
    opacity: 0 !important;
}

.fr-overlay .fr-overlay-background {
    background-color: #fff;
    opacity: 1;
}

.fr-window-skin-fresco .fr-content-background {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fr-thumbnails-vertical .fr-thumbnails {
    width: 40%;
}

.nojq {
    z-index: 99999999999999999999999;
}

.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-image: url(images/arrow_left.svg);
    background-position: unset;
    opacity: 1;
}

.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon:hover,
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon {
    opacity: 0.5;
}

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-image: url(images/arrow_right.svg);
    background-position: unset;
    opacity: 1;
}

.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon:hover,
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon {
    opacity: 0.5;
}

.fr-close {
    top: 30px;
    right: 30px;
}

.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
    background-image: url(images/close-big.svg);
    background-position: unset;
    background-color: white;
    opacity: 1;
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background,
.fr-thumbnails-side-button:hover,
.fr-thumbnails-side-button-background:hover,
.fr-thumbnails-side-button-background {
    background: transparent;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side.fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
    background-image: unset;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side.fr-thumbnails-side-next .fr-thumbnails-side-button-icon::before {
    content: '\e80b';
    font-size: 18px;
    font-family: "cherie-font";
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side.fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
    background-image: unset;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side.fr-thumbnails-side-previous .fr-thumbnails-side-button-icon::before {
    content: '\e80c';
    font-size: 18px;
    font-family: "cherie-font";
}

.art-product-layout-classic .art-single-product-top .art-product-gallery .images {
    position: relative;
}

.woocommerce div.product div.images img {
    width: auto !important;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400;
}

/*-------------------------------------------------------------------

==  Woocommerce common

-------------------------------------------------------------------*/
.woocommerce-message {
    border: none;
    background-color: #D2F0E2;
    padding: 18px 2em 18px 5.4em;
    font-size: 14px;
}

.woocommerce-message a.restore-item,
.woocommerce-message a.button {
    float: right;
    padding: 0 0 6px 0;
    margin-top: 2px;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #000;
    border-bottom: 1px solid;
}

.woocommerce-message a.restore-item:hover,
.woocommerce-message a.button:hover {
    background-color: transparent;
}

.woocommerce-message::before {
    font-family: "palette";
    content: "\e816";
    color: #000;
    font-size: 23px;
    top: 19px;
}

.woocommerce-info {
    border: none;
    background-color: rgba(152, 132, 99, 0.3);
    padding: 18px 2em 18px 5.4em;
    font-size: 14px;
}

.woocommerce-info a.button {
    padding: 0 0 6px 0;
    margin-top: 2px;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #000;
    border-bottom: 1px solid;
}

.woocommerce-info a.button:hover {
    background-color: transparent;
}

.woocommerce-info::before {
    font-family: "palette";
    content: "\e814";
    color: #000;
    font-size: 23px;
    top: 19px;
}

.woocommerce-error {
    border: none;
    background-color: #FFE9E0;
    padding: 18px 2em 18px 5.4em;
    font-size: 14px;
}

.woocommerce-error a.button {
    padding: 0 0 6px 0;
    margin-top: 2px;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #000;
    border-bottom: 1px solid;
}

.woocommerce-error a.button:hover {
    background-color: transparent;
}

.woocommerce-error::before {
    font-family: "palette";
    content: "\e815";
    color: #000;
    font-size: 23px;
    top: 19px;
}

.art-woo-archive-container .woocommerce-notices-wrapper {
    margin-top: 50px;
}

/*-------------------------------------------------------------------

==  Woocommerce Account Page

-------------------------------------------------------------------*/
body.woocommerce-account.woocommerce-page .art-page-content form .form-row.form-row-wide .password-input {
    width: 100%;
}

body:not(.elementor-editor-active) .story.art-my-account-page {
    padding: 0 15px;
}

body:not(.elementor-editor-active) .story.art-my-account-page a {
    text-decoration: none;
}

body:not(.elementor-editor-active) .story.art-my-account-page .woocommerce form .form-row-last, body:not(.elementor-editor-active) .story.art-my-account-page .woocommerce-page form .form-row-last {
    float: right;
}

body:not(.elementor-editor-active) .story.art-my-account-page .woocommerce-Address {
    margin-bottom: 30px;
}

body:not(.elementor-editor-active) .story.art-my-account-page .woocommerce-Address h3 {
    margin-bottom: 10px;
}

body:not(.elementor-editor-active) .story.art-my-account-page form.woocommerce-EditAccountForm .woocommerce-Button {
    margin-top: 30px;
}

body:not(.elementor-editor-active) .story.art-my-account-page nav.woocommerce-MyAccount-navigation ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) li {
    margin-bottom: 10px;
}

body:not(.elementor-editor-active) .woocommerce-input-wrapper {
    width: 100%;
}

body:not(.elementor-editor-active) form button.button {
    margin-top: 30px;
}

/*-------------------------------------------------------------------

==  Preview Elementor

-------------------------------------------------------------------*/
body.elementor-editor-active header.art-header-one.art-header-show-border .art-header-one-content {
    position: static !important;
}

body.elementor-editor-active header.art-header-one .art-header-one-content,
body.elementor-editor-active header.art-header-three .art-header-three-content,
body.elementor-editor-active header.art-header-three .art-header-three-content,
body.elementor-editor-active header.art-header-four .art-header-four-content {
    position: static !important;
}

body.elementor-editor-active header.art-header-two .art-header-two-content {
    position: static !important;
}

/*-------------------------------------------------------------------

==  Responsive

-------------------------------------------------------------------*/
@media (max-width: 1350px) {
    .art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right .art-single-post-right-data {
        padding-right: 30px;
    }
}

@media (min-width: 1241px) {
    header.art-header-one .right-content .info_block_hamburger {
        display: none;
    }

    header.art-header-one .art-header-one-content:hover {
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    header.art-header-one .art-header-one-content:hover .art-navigation-container .left-content .art--logo-container .light-logotype {
        display: none;
    }

    header.art-header-one .art-header-one-content:hover .art-navigation-container .left-content .art--logo-container .dark-logotype {
        display: block;
    }

    header.art-header-one .art-header-one-content:hover .art-navigation-container .center-content nav ul.menu > li > a {
        color: #000000;
    }

    header.art-header-one .art-header-one-content:hover .art-navigation-container .center-content nav ul.menu > li > a:hover {
        border-bottom: 1px solid #000000;
        opacity: 1;
    }

    header.art-header-one .art-header-one-content:hover .art-navigation-container .right-content .art-social-container a {
        color: #000;
    }

    header.art-header-one .art-header-one-content:hover .art-navigation-container .right-content .art-social-container a i:hover {
        opacity: 0.8;
    }

    header.art-header-two .art-header-top .art-header-top-right .info_block_hamburger {
        display: none;
    }

    header.art-header-two .art-header-two-content:hover {
        background-color: #fff;
    }

    header.art-header-two .art-header-two-content:hover .art-header-top {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    header.art-header-two .art-header-two-content:hover .art-header-top .art-header-top-left .art-social-container a {
        color: #000;
    }

    header.art-header-two .art-header-two-content:hover .art-header-top .art-header-top-center .art--logo-container .light-logotype {
        display: none;
    }

    header.art-header-two .art-header-two-content:hover .art-header-top .art-header-top-center .art--logo-container .dark-logotype {
        display: block;
    }

    header.art-header-two .art-header-two-content:hover .art-header-top .art-header-top-right .art-site-header-appointment {
        color: #000;
    }

    header.art-header-two .art-header-two-content:hover .art-header-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    header.art-header-two .art-header-two-content:hover .art-header-bottom nav ul.menu > li > a {
        color: #000;
    }
}

@media (max-width: 1240px) {
    header.art-header-one .art-header-one-content .art-navigation-container {
        position: relative;
    }

    header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .center-content,
    header.art-header-one .art-header-one-content .art-navigation-container .center-content {
        display: none;
    }

    header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .right-content .art-social-container,
    header.art-header-one .art-header-one-content .art-navigation-container .right-content .art-social-container {
        display: none;
    }

    header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li .sub-menu {
        min-width: 220px;
    }

    header.art-header-two .art-header-two-content .art-header-top {
        border-bottom: none;
    }

    header.art-header-two .art-header-two-content .art-header-top .art-header-top-left {
        display: none;
    }

    header.art-header-two .art-header-two-content .art-header-top .art-header-top-right {
        width: auto;
    }

    header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .art-site-header-appointment {
        display: none;
    }

    header.art-header-two .art-header-two-content .art-header-bottom {
        display: none;
    }

    body.search-results.art-chosen-second-header .art-blog-search-result {
        padding-top: 118px;
    }

    .art-chosen-second-header .art-portfolio-single.story.art-portfolio-single-first,
    .art-chosen-second-header .art-portfolio-archive {
        padding-top: 124px;
    }

    body.art-chosen-second-header .art-proofing-gallery-single,
    body.art-chosen-second-header .art-blog-sticky-wrapper {
        padding-top: 124px;
    }

    header.art-unordered-header .art-unordered-header-wrapper .art-unordered-right .art-unordered-right-content .unordered-header-image-two {
        left: -16px;
    }

    .art-proofing-gallery-password .art-single-post-top .art-single-post-right .art-single-post-right-data {
        padding: 0 90px;
    }
}

@media (max-width: 1218px) {
    .art-half-slide-container-left .slick-dots {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .woocommerce-page ul.products li.art-product-decorate-image, .woocommerce ul.products li.art-product-decorate-image img {
        height: 279px;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name {
        padding-right: 24px;
        width: 220px;
    }

    .art-product-layout-classic .art-single-product-top .art-product-gallery .images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        display: none;
    }

    .art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-for {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: unset;
        overflow: hidden;
        position: relative;
    }

    .art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-for .slick-dots {
        bottom: 11px;
    }

    .art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows {
        display: none;
    }

    .art-section-about-me .art-about-me-left .about-image-one {
        max-width: 330px;
    }

    .art-section-about-me .art-about-me-left .about-image-two {
        max-width: 300px;
    }

    .art-section-about-me .art-about-me-right .art-about-me-right-data {
        padding-left: 13px;
    }

    .art-second-mobile-menu-wrapper {
        width: 65%;
    }

    .art-full-screen-contact .art-image-name-rotating,
    .art-full-screen-about-two .art-image-name-rotating {
        bottom: 0;
        right: 0;
    }

    .art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff {
        padding-left: 65px;
    }
}

@media (max-width: 1170px) {
    .art-info-block-wrapper.art-do-reverse .art-info-block-two {
        padding-left: 15px;
    }

    .art-widget-team-slider .art-swiper-team-container,
    .art-blog-posts.art-blog-posts-slider .swiper-container-blog,
    .woocommerce.art-woo-products-slider .art-swiper-container {
        padding: 0 15px;
    }

    .art-widget-team-slider .art-swiper-team-container .swiper-scrollbar,
    .art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-scrollbar,
    .woocommerce.art-woo-products-slider .art-swiper-container .swiper-scrollbar {
        width: calc(100% - 30px);
        left: 15px;
    }
}

@media (max-width: 1150px) {
    .art-left-half-slider-wrapper .art-left-slider-data {
        padding-right: 15px;
    }

    .art-right-half-slider-wrapper .art-right-half-slider-data {
        padding-left: 15px;
    }

    .art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left {
        display: none;
    }

    .zoom-anim-dialog.art-team-popap {
        padding: 100px 100px;
    }

    .art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right .art-single-post-right-data {
        padding-left: 60px;
    }

    .art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data {
        padding-left: 60px;
        padding-right: 15px;
    }
}

@media (max-width: 1070px) {
    .art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff {
        padding-left: 50px;
    }
}

@media (max-width: 1024px) {
    .art--aliment-tablet-left {
        text-align: left;
    }

    .art--aliment-tablet-center {
        text-align: center;
    }

    .art--aliment-tablet-right {
        text-align: right;
    }

    .art-left-half-slider-wrapper .art-left-slider-data {
        padding-left: 30px;
    }

    .art-right-half-slider-wrapper .art-right-half-slider-data {
        padding-right: 30px;
    }

    .art-info-block-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .art-info-block-wrapper .art-info-block-one {
        width: 100%;
    }

    .art-info-block-wrapper .art-info-block-two {
        width: 100%;
        padding: 40px 15px 50px 15px;
    }

    .art-info-block-wrapper .art-info-block-two .art-widget-title {
        margin-bottom: 16px;
    }

    .art-info-block-wrapper .art-info-block-two .art-widget-button {
        margin-top: 40px;
    }

    .art-info-block-wrapper.art-do-reverse .art-info-block-one {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .art-info-block-wrapper.art-do-reverse .art-info-block-two {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 15px;
    }

    .art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data {
        padding-left: 0;
    }

    .art-contact-info-widget .art-item .art-description {
        padding: 0 24px;
    }
}

@media (max-width: 991px) {
    body:not(.elementor-editor-active) .story .wp-block-gallery,
    body:not(.elementor-editor-active) .story .wp-block-image {
        margin: 50px -15px;
    }

    .blocks-gallery-grid .blocks-gallery-image,
    .blocks-gallery-grid .blocks-gallery-item,
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        margin: 0 10px 10px 0;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation {
        padding: 30px 0;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
        padding-right: 200px;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data {
        padding-right: 0;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        padding-bottom: 30px;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
        padding-left: 200px;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data {
        padding-left: 0;
    }

    .woocommerce-page .woocommerce-products-header .page-description,
    .woocommerce .woocommerce-products-header .page-description {
        padding-right: 0;
    }

    .woocommerce-page .art-before-shop-loop,
    .woocommerce .art-before-shop-loop {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .woocommerce-page .art-before-shop-loop .art-shop-cats,
    .woocommerce .art-before-shop-loop .art-shop-cats {
        width: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .woocommerce-page .art-before-shop-loop .art-shop-cats::-webkit-scrollbar,
    .woocommerce .art-before-shop-loop .art-shop-cats::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: transparent;
    }

    .woocommerce-page .art-before-shop-loop .art-shop-cats::-webkit-scrollbar-thumb,
    .woocommerce .art-before-shop-loop .art-shop-cats::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .woocommerce-page .art-before-shop-loop .art-shop-cats .categories,
    .woocommerce .art-before-shop-loop .art-shop-cats .categories {
        min-width: 870px;
    }

    .woocommerce-page .art-before-shop-loop .art-ordering-cart,
    .woocommerce .art-before-shop-loop .art-ordering-cart {
        width: 100%;
    }

    .woocommerce-page ul.products li.art-product-decorate-image, .woocommerce ul.products li.art-product-decorate-image img {
        height: auto;
    }

    .woocommerce-page ul.products li.art-archive-head-data .art-head-data-description,
    .woocommerce ul.products li.art-archive-head-data .art-head-data-description {
        padding: 0 15px;
    }

    .art-cart-page-wrapper .art-cart-page-right .cart-collaterals {
        margin-top: 50px;
    }

    .art-woo-checkout-page .art-checkout-left {
        margin-bottom: 44px;
    }

    .art-product-layout-classic .art-single-product-top .summary.entry-summary {
        margin-top: 40px;
    }

    .zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right {
        padding-left: 40px;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous,
    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
        display: block;
    }

    .art-section-about-me .art-about-me-left {
        margin-bottom: 40px;
    }

    .art-section-about-me .art-about-me-left .about-image-one {
        max-width: 62%;
    }

    .art-section-about-me .art-about-me-left .about-image-two {
        max-width: 52%;
    }

    .art-section-about-me .art-about-me-right .art-about-me-right-data {
        padding-left: 13px;
    }

    .art-section-about-me .art-about-me-right .art-section-about-me-link {
        margin-top: 30px;
    }

    .art-testimonial-images-wrapper .art-left-side {
        width: 420px;
        max-width: 420px;
    }

    .art-testimonial-images-wrapper .art-right-side {
        width: calc(100% - 400px);
    }

    .art-testimonial-images-wrapper .art-right-side .art-right-side-data {
        margin-left: 20px;
    }

    .art-partners-wrapper {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        overflow: auto;
    }

    .art-partners-wrapper::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: transparent;
    }

    .art-partners-wrapper::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .art-partners-wrapper .art-partner-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 225px;
        min-width: 225px;
    }

    .art-filter-button-group-container {
        overflow: auto;
    }

    .art-filter-button-group-container::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: transparent;
    }

    .art-filter-button-group-container::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .art-filter-button-group-container .art-portfolio-buttons-filter,
    .art-filter-button-group-container .filter-button-group {
        min-width: 800px;
    }

    .art-welcome-section .art-welcome-section-right .art-welcome-section-right-data .art-image-name-rotating {
        display: none;
    }

    .art-program-info .art-program-info-row .art-program-info-one {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .art-program-info .art-program-info-row .art-program-info-one .art-program-info-data {
        padding-right: 0;
    }

    .art-program-info .art-program-info-row .art-program-info-two {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 40px;
    }

    .art-program-info .art-program-info-row.art-do-reverse .art-program-info-one {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .art-program-info .art-program-info-row.art-do-reverse .art-program-info-one .art-program-info-data {
        padding-left: 0;
    }

    .art-text-list .art-text-list-one .art-text-list-data {
        padding-right: 40px;
    }

    .art-image-text-section .art-program-info-row .art-program-info-one .art-program-info-data {
        padding-right: 40px;
    }

    .art-image-text-section .art-program-info-row.art-do-reverse .art-program-info-one .art-program-info-data {
        padding-left: 40px;
    }

    section.art-prices-page .art-prices-page-block .art-price-page-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price {
        text-align: left;
    }

    section.art-prices-page .art-prices-page-block .art-price-page-content .price-page-content-title {
        min-width: auto;
    }

    .art-blog-single-wrapper .art-single-blog-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .art-blog-single-wrapper .art-single-blog-top .art-single-post-left {
        width: 100%;
        min-height: 500px;
    }

    .art-blog-single-wrapper .art-single-blog-top .art-single-post-right {
        width: 100%;
        min-height: auto;
    }

    .art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data {
        padding: 50px 15px;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-post-the-content {
        padding: 50px 15px;
    }

    .art-proofing-gallery-single .art-proofing-gallery-top-data {
        text-align: center;
    }

    .art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-client,
    .art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-date,
    .art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-photo-count {
        width: 100%;
        margin-bottom: 16px;
        padding: 0 25px;
    }

    .art-second-mobile-menu-wrapper {
        width: 75%;
    }

    .art-full-screen-about-one .art-widget-description {
        padding: 149px 15px 149px 15px;
    }

    .art-full-screen-about-one .art-image-name-rotating {
        bottom: -45px;
        right: 0;
    }

    .art-full-screen-about-two {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .art-full-screen-about-two .art-widget-image-block {
        width: 100%;
        min-height: 500px;
    }

    .art-full-screen-about-two .art-widget-description-wrapper {
        width: 100%;
    }

    .art-full-screen-about-two .art-widget-description-wrapper .art-widget-description {
        padding: 50px 15px 200px 15px;
    }

    .art-full-screen-contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .art-full-screen-contact .art-widget-image-block {
        width: 100%;
        min-height: 500px;
    }

    .art-full-screen-contact .art-widget-data-wrapper {
        width: 100%;
    }

    .art-full-screen-contact .art-widget-data-wrapper .art-widget-data {
        padding: 50px 15px 200px 15px;
    }

    .art-staff-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .art-staff-section .art-widget-image-block {
        width: 100%;
        min-height: 500px;
    }

    .art-staff-section .art-widget-staff-wrapper {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 50px 0;
    }

    .art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff:first-child {
        padding-left: 0;
    }

    .art-staff-section.art-do-reverse .art-widget-staff-wrapper .art-widget-staff-container {
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .art-blog-single-wrapper .art-single-blog-top {
        min-height: unset;
    }

    .art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data {
        min-height: 480px;
    }
}

@media (max-width: 950px) {
    .art-left-half-slider-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .art-left-half-slider-wrapper .art-half-slide-container-left {
        width: 100%;
    }

    .art-left-half-slider-wrapper .art-left-slider-data {
        width: 100%;
        padding-top: 70px;
    }

    .art-half-slide-container-left .item-itself {
        padding-right: 15px;
        padding-left: 25px;
    }

    .art-half-slide-container-left .slick-dots {
        right: 15px;
    }

    .art-right-half-slider-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .art-right-half-slider-wrapper .art-right-half-slider-data {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 70px;
    }

    .art-right-half-slider-wrapper .art-half-slide-container-right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .art-right-half-slider-wrapper .art-half-slide-container-right .item-itself {
        padding-left: 15px;
        padding-right: 25px;
    }

    .art-right-half-slider-wrapper .art-half-slide-container-right .slick-dots {
        left: 15px;
    }

    .art-mention .art-mention-content {
        padding: 0 30px;
    }

    .zoom-anim-dialog.art-default-popap-one .art-hero-left {
        display: none;
    }

    .zoom-anim-dialog.art-default-popap-one .art-hero-right {
        padding: 97px 100px;
        width: 100%;
    }

    .art-proofing-gallery-password .art-single-post-top .art-single-post-right .art-single-post-right-data {
        padding: 0 55px;
    }
}

@media (max-width: 876px) {
    .zoom-anim-dialog.art-team-popap {
        padding: 100px 30px;
    }
}

@media (max-width: 800px) {
    .art-second-mobile-menu-wrapper {
        width: 100%;
    }
}

@media (max-width: 782px) {
    body.admin-bar .art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper {
        padding: 59px 10px;
    }

    body.admin-bar header.art-header-one .art-header-one-content.art-sticky,
    body.admin-bar header.art-header-two .art-header-two-content.art-sticky,
    body.admin-bar header.art-header-three .art-header-three-content.art-sticky,
    body.admin-bar header.art-header-four .art-header-four-content.art-sticky {
        margin-top: 46px;
    }
}

@media (min-width: 768px) {
    .art-hero-header-beauty-additional {
        display: none;
    }
}

@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: right !important;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name,
    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td {
        padding: 15px;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name {
        width: 100%;
    }

    .woocommerce .woocommerce-cart-form table.shop_table td {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove {
        width: 100%;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove a.remove {
        margin: 0 auto;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity {
        margin: 0 0 0 auto;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity .minus {
        padding: 10px 14px;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity .plus {
        padding: 10px 14px;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity input[type="number"] {
        height: 40px;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        margin-right: 20px;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
        margin: 0 auto;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon .art-input-text-coupon {
        width: 100%;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: auto;
        margin: 0 auto;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions {
        border-top: none;
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .art-default-page-custom-wrapper {
        padding-top: 124px;
        padding-bottom: 50px;
    }

    .art--aliment-mobile-left {
        text-align: left;
    }

    .art--aliment-mobile-center {
        text-align: center;
    }

    .art--aliment-mobile-right {
        text-align: right;
    }

    header.art-header-one .art-header-one-content {
        padding: 0 22px;
    }

    header.art-header-one .art-header-one-content .art-navigation-container .left-content {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container .light-logotype {
        margin-left: 35px;
    }

    body.search-results .art-blog-default-wrapper .art-blog-default-top {
        margin-bottom: 40px;
    }

    body.search-results .art-blog-default-wrapper .art-blog-default-top .art-search-result-title {
        margin-bottom: 20px;
    }

    body.search-results .art-blog-search-result {
        padding-top: 118px;
    }

    body.search-no-results .art-blog-search-result {
        padding: 118px 0 50px 0;
    }

    .blog-comments-area .comment-list .comment .children {
        margin-left: 30px;
    }

    .comment-respond form.comment-form .art-line-fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .comment-respond form.comment-form .form-submit {
        margin-bottom: 80px;
    }

    .art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-close {
        right: 10px;
    }

    .widget.art-widget-request-form {
        padding: 40px 0 50px 0;
    }

    .woocommerce-page .art-woo-archive-container,
    .woocommerce .art-woo-archive-container {
        margin-bottom: 50px;
    }

    .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p,
    .art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p {
        width: 100%;
    }

    .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_state_field,
    .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_state_field,
    .art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_state_field,
    .art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_state_field {
        width: 100%;
    }

    .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_postcode_field,
    .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_postcode_field,
    .art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_postcode_field,
    .art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_postcode_field {
        width: 100%;
    }

    .zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-left {
        display: none;
    }

    .zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right {
        padding-left: 0;
        width: 100%;
    }

    .zoom-anim-dialog.art-default-popap-two {
        padding: 50px 30px;
    }

    header.art-header-two .art-header-two-content .art-header-top {
        padding: 0 22px;
    }

    header.art-header-two .art-header-two-content .art-header-top .art-header-top-center {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .art-thank-you-page {
        padding: 10px 0 5px 0;
    }

    .art-thank-you-page .art-thank-you-page-title {
        margin: 24px 0 20px 0;
    }

    .art-thank-you-page .art-thank-you-page-description {
        margin-bottom: 40px;
    }

    .art-404-page.art-default-page-custom-wrapper {
        padding-top: 133px;
        padding-bottom: 50px;
    }

    .art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories-dropdown {
        margin: 0 auto 50px auto;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
        padding-right: 90px;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
        padding-left: 90px;
    }

    .art-hero-header .art-hero-header-data {
        min-height: 420px;
    }

    .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-button-block {
        display: block;
    }

    .art-portfolio-taxonomies {
        display: none;
    }

    .art-portfolio-taxonomies.art-portfolio-taxonomies-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .art-testimonial-images-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .art-testimonial-images-wrapper .art-left-side {
        width: 100%;
        max-width: 100%;
    }

    .art-testimonial-images-wrapper .art-left-side .swiper-container-testimonial-image {
        margin: 0 auto 40px auto;
    }

    .art-testimonial-images-wrapper .art-right-side {
        width: 100%;
    }

    .art-testimonial-images-wrapper .art-right-side .art-right-side-data {
        margin-left: 0;
    }

    .art-partners-wrapper .art-partner-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .art-info-section {
        padding: 105px 0 105px 0;
    }

    .art-info-section .art-info-section-title {
        font-size: 36px;
        line-height: 54px;
        letter-spacing: 0.02em;
    }

    body .story .art-info-section .art-info-section-title {
        margin-bottom: 30px;
    }

    .art-insta-widget-wrapper {
        padding: 0 0 28px 0;
    }

    footer.art-main-footer {
        padding: 50px 0;
    }

    .art-filter-button-group-container .art-portfolio-buttons-filter,
    .art-filter-button-group-container .filter-button-group {
        margin-bottom: 40px;
        min-width: 500px;
    }

    .art-filter-button-group-container .art-portfolio-buttons-filter .art-button-filter-item,
    .art-filter-button-group-container .filter-button-group .art-button-filter-item {
        margin: 0 15px;
    }

    .art-portfolio-grid {
        margin-bottom: 20px;
    }

    .art-workshop-archive,
    .art-portfolio-archive {
        padding-bottom: 60px;
        padding-top: 130px;
    }

    .art-workshop-item,
    .art-portfolio-item {
        margin-bottom: 40px;
    }

    .art-insta-widget-wrapper .art-details-insta-wrapper h3 {
        margin-bottom: 28px;
    }

    .art-section-images-set {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .art-section-images-set .art-set-image-one {
        width: 27.69%;
        margin-bottom: 30px;
    }

    .art-section-images-set .art-set-image-two {
        width: 100%;
        margin-right: 0;
    }

    .art-section-images-set .art-set-image-two .art-set-image-three {
        width: 55%;
        position: absolute;
        bottom: calc(100% + 30px);
        right: 0;
    }

    .art-section-images-set .art-set-image-four {
        width: 61.53%;
    }

    .art-portfolio-single.story .art-portfolio-title {
        margin-top: 50px;
    }

    .art-portfolio-single.story .art-portfolio-description {
        margin-bottom: 50px;
    }

    .art-portfolio-single.story .art-portfolio-advices {
        margin-bottom: 74px;
    }

    body .story .art-single-share-buttons {
        margin-bottom: 80px;
    }

    body .story .art-single-popap-block {
        margin-bottom: 20px;
    }

    .art-portfolio-single.story .art-portfolio-header-two {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-left {
        width: 100%;
        height: 500px;
    }

    .art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right {
        width: 100%;
        min-height: auto;
    }

    .art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right .art-single-post-right-data {
        padding: 40px 15px;
    }

    .art-welcome-section .art-welcome-section-left .art-welcome-image {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .art-program-info .art-program-info-row {
        /*.art-program-info-one {
        order: 2;

        .art-program-info-data {
          padding-right: 0;
        }

      }*/
    }

    .art-program-info .art-program-info-row .art-program-info-two .art-program-images-container .art-program-image-one {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .art-program-info .art-program-info-row .art-program-info-two .art-program-images-container .art-program-image-two {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
    }

    .art-text-list .art-text-list-one .art-text-list-data {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .art-text-links .art-text-links-one .art-text-links-data {
        padding-right: 0;
    }

    section.art-text-circle .art-text-circle-row .art-text-circle-two {
        display: none;
    }

    .art-image-text-section .art-program-info-row .art-program-info-one {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .art-image-text-section .art-program-info-row .art-program-info-one .art-program-info-data {
        padding-right: 0;
    }

    .art-image-text-section .art-program-info-row .art-program-info-two {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 40px;
    }

    .art-image-text-section .art-program-info-row.art-do-reverse .art-program-info-one {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .art-image-text-section .art-program-info-row.art-do-reverse .art-program-info-one .art-program-info-data {
        padding-left: 0;
    }

    .art-image-text-section .art-program-info-row.art-do-reverse .art-program-info-two {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 40px;
    }

    section.art-text-blocks .art-text-blocks-one {
        margin-bottom: 40px;
    }

    section.art-text-blocks .art-text-blocks-one .art-text-links-data {
        padding-right: 0;
    }

    section.art-prices-page .art-prices-page-block {
        padding: 40px 0 40px 0;
    }

    section.art-prices-page .art-prices-page-block .art-price-page-content .price-page-content-description {
        margin-top: 2px;
    }

    section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price {
        margin-top: 30px;
    }

    section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price .page-content-price-itself {
        margin-bottom: 30px;
    }

    .art-post-header .art-post-header-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .art-post-header .art-post-header-content .art-post-header-left {
        width: 100%;
        height: 500px;
    }

    .art-post-header .art-post-header-content .art-post-header-right {
        width: 100%;
        min-height: auto;
    }

    .art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data {
        padding: 40px 15px;
    }

    header.art-unordered-header .art-unordered-header-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    header.art-unordered-header .art-unordered-header-wrapper .art-unordered-left {
        width: 35.56%;
        padding-left: 15px;
        padding-top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    header.art-unordered-header .art-unordered-header-wrapper .art-unordered-center {
        width: 100%;
        margin-bottom: 40px;
        padding: 0 15px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    header.art-unordered-header .art-unordered-header-wrapper .art-unordered-center h1 {
        margin-bottom: 10px;
    }

    header.art-unordered-header .art-unordered-header-wrapper .art-unordered-center .art-unordered-center-description {
        margin-top: 0;
    }

    header.art-unordered-header .art-unordered-header-wrapper .art-unordered-right {
        width: 64.44%;
        padding-right: 15px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    header.art-unordered-header .art-unordered-header-wrapper .art-unordered-right .art-unordered-right-content {
        width: 42.30%;
        position: relative;
    }

    header.art-unordered-header .art-unordered-header-wrapper .art-unordered-right .art-unordered-right-content .unordered-header-image-two {
        width: 60%;
    }

    .art-book-now-wrapper .art-book-now-submit {
        width: 100%;
    }

    .art-book-now-wrapper .art-book-now-submit input {
        width: 100%;
    }

    .art-theme-blog .art-blog-cats .art-categories-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 18px;
    }

    .art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li {
        margin-right: 0;
    }

    .art-blog-sticky-wrapper .art-blog-sticky-container {
        padding-bottom: 60px;
    }

    .art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself {
        margin-bottom: 60px;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags,
    .art-single-share-buttons {
        margin-bottom: 50px;
    }

    .blog-comments-area .comments-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 29px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #000000;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts {
        margin-top: 50px;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-related-posts-title {
        margin-bottom: 24px;
    }

    .blog-comments-area {
        margin-top: 0;
    }

    .art-proofing-gallery-single .filter-button-group {
        margin: 80px 0 40px 0;
        overflow: auto;
    }

    .art-proofing-gallery-single .filter-button-group .art-button-filter-item {
        margin: 0 15px;
    }

    .art-proofing-gallery-single .art-proofing-gallery-top-data {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        margin-bottom: 24px;
    }

    .art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-client,
    .art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-date,
    .art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-photo-count {
        width: 100%;
        margin-bottom: 16px;
        padding: 0;
    }

    .art-filter-button-group-container.art-proofing-filter-buttons-wrapper .filter-button-group {
        min-width: 350px;
    }

    .art-proofing-gallery-password .art-single-post-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .art-proofing-gallery-password .art-single-post-top .art-single-post-left {
        width: 100%;
        min-height: 370px;
    }

    .art-proofing-gallery-password .art-single-post-top .art-single-post-right {
        width: 100%;
        min-height: 60vh;
        padding: 50px 0;
    }

    .art-proofing-gallery-password .art-single-post-top .art-single-post-right .art-single-post-right-data {
        padding: 0 15px;
    }

    .art-full-screen-block .art-image-name-rotating {
        bottom: 19px;
        right: 3px;
    }

    header.art-header-three .art-header-three-content {
        padding: 0 4px 0 20px;
    }

    header.art-header-three .art-header-three-content .left-content {
        padding-right: 31px;
    }

    header.art-header-four .art-header-four-content {
        padding: 0 4px 0 20px;
    }

    header.art-header-four .art-header-four-content .art-navigation-container .menu-content-item {
        display: none;
    }

    header.art-header-four .art-header-four-content .art-navigation-container .left-content {
        padding-right: 31px;
    }

    .art-simple-portfolio-archive .art-simple-portfolio-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-main {
        width: 100%;
        min-height: 450px;
    }

    .art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other {
        width: 100%;
    }

    .art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other .art-portfolio-item {
        width: 100%;
    }

    .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-two-title {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 0.05em;
    }

    .art-ticker-section .art-ticker-field {
        font-size: 36px;
        line-height: 47px;
    }

    .art-text-line-popup .art-text-line {
        font-size: 36px;
        line-height: 47px;
        letter-spacing: 0.02em;
        border-bottom: 2px solid;
        padding-bottom: 0;
    }

    .art-portfolio-archive.art-archive-photographers .art-hero-header {
        margin-bottom: 50px;
    }

    .art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data {
        min-height: auto;
    }

    .art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper {
        padding: 166px 0 93px 0;
    }

    .art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-portfolio-buttons-filter {
        margin-bottom: 0;
    }

    .art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-two-title {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 40px;
    }

    .art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-portfolio-buttons-filter .art-button-filter-item {
        font-size: 18px;
        line-height: 23px;
    }

    .art-portfolio-archive.art-archive-photographers {
        padding-bottom: 50px;
    }

    .art-portfolio-archive.art-archive-photographers .art-portfolio-pagination-wrapper a {
        margin-top: 0;
    }

    .art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation ul.art--mobile-menu li {
        margin-bottom: 10px;
    }

    .art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation ul.art--mobile-menu li a {
        font-size: 26px;
        line-height: 54px;
    }

    body .art-portfolio-single-fourth {
        padding: 124px 0 50px 0;
    }

    body .art-portfolio-single-fourth h1.art-post-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    body .art-portfolio-single-fourth .art-portfolio-advices {
        padding-top: 20px;
    }

    .art-map-contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .art-map-contacts .art-widget-map-block {
        width: 100%;
        min-height: 400px;
    }

    .art-map-contacts .art-widget-contacts-block {
        width: 100%;
    }

    .art-map-contacts .art-widget-contacts-block .art-widget-contacts-wrapper {
        padding: 50px 15px;
    }

    footer.art-main-footer-second {
        padding: 50px 0 50px 0;
    }

    footer.art-main-footer-second .art-main-footer-wrapper .art-head-footer-wrapper {
        margin-bottom: 50px;
    }

    footer.art-main-footer-second .art-main-footer-wrapper .art-head-footer-wrapper .art-head-footer-title {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-comments-area .comment-list .comment .comment-wrapper .comment-author {
        display: none;
    }
}

@media (max-width: 720px) {
    .art-follow-subscribe-widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .art-follow-subscribe-widget .art-follow-side {
        width: 100%;
    }

    .art-follow-subscribe-widget .art-subscribe-side {
        width: 100%;
        border-left: 0;
        position: relative;
    }

    .art-follow-subscribe-widget .art-subscribe-side::before {
        content: '';
        width: 80%;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    #sb_instagram #sbi_images.art-big-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #sb_instagram #sbi_images.art-big-image .art-big-image {
        width: 100%;
    }

    #sb_instagram #sbi_images.art-big-image .art-other-images {
        width: 100%;
    }

    #sb_instagram #sbi_images.art-big-image .art-other-images .art-inst-item {
        width: 50%;
    }

    #sb_instagram #sbi_images .art-other-images .art-inst-item {
        width: 33.333333333%;
    }

    .art-team-partner-widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .art-team-partner-widget .art-team-side {
        width: 100%;
        padding: 40px;
    }

    .art-team-partner-widget .art-partner-side {
        width: 100%;
        position: relative;
        border-left: none;
        padding: 40px;
    }

    .art-team-partner-widget .art-partner-side::before {
        content: '';
        width: 80%;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

@media (max-width: 662px) {
    .art_service_menu .art-service-menu-tabs {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .zoom-anim-dialog.art-default-popap-two .art-form-description {
        padding: 0;
    }

    .art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info .menu-additional-info-left {
        margin-bottom: 10px;
    }
}

@media (max-width: 609px) {
    .elementor .art-half-slide-container-left .item-itself {
        padding: 0 15px;
    }

    .elementor .art-half-slide-container-right .item-itself {
        padding: 0 15px;
    }

    .art-contact-info-widget .art-item .art-description {
        padding: 0;
    }
}

@media (max-width: 600px) {
    .story .gallery.gallery-columns-2 .gallery-item {
        width: 100%;
    }

    .story .gallery.gallery-columns-3 .gallery-item {
        width: 100%;
    }

    .story .gallery.gallery-columns-4 .gallery-item {
        width: 100%;
    }

    body.admin-bar header.art-header-one .art-header-one-content.art-sticky,
    body.admin-bar header.art-header-two .art-header-two-content.art-sticky,
    body.admin-bar header.art-header-three .art-header-three-content.art-sticky,
    body.admin-bar header.art-header-four .art-header-four-content.art-sticky {
        margin-top: 0;
    }

    .art-map-image-wrapper {
        height: 320px !important;
    }

    .art-staff-section .art-widget-image-block {
        min-height: 400px;
    }

    .art-staff-section .art-widget-staff-wrapper .art-widget-staff-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff {
        width: auto;
        padding-left: 0;
    }

    .art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff:first-child {
        margin-bottom: 50px;
    }

    .art-staff-section.art-do-reverse .art-widget-staff-wrapper .art-widget-staff-container {
        width: auto;
    }

    .art-staff-section.art-do-reverse .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff.art-no-title {
        margin-bottom: 12px;
    }

    .art-staff-section.art-do-reverse .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff .art-widget-staff-title.art-widget-staff-no-title {
        display: none;
    }
}

@media (max-width: 575px) {
    .art-mention .art-mention-content .art-mention-tabs {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .art-follow-subscribe-widget .art-subscribe-side {
        padding-left: 20px;
        padding-right: 20px;
    }

    .art-info-block-wrapper .art-info-block-two .art-widget-button {
        text-align: center;
    }

    .wpcf7 form.wpcf7-form .three-fields-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wpcf7 form.wpcf7-form .three-fields-row .wpcf7-form-control-wrap {
        width: 100%;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
        margin-top: 30px;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next::after {
        content: '';
        position: absolute;
        height: 1px;
        width: calc(100% + 30px);
        bottom: 0;
        left: 0;
        margin: 0 -15px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .zoom-anim-dialog.art-default-popap-one .art-hero-right {
        padding: 97px 30px;
    }

    .zoom-anim-dialog .mfp-close::before {
        top: 25px;
        right: 25px;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
        padding-right: 0;
    }

    .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
        padding-left: 0;
    }

    footer.art-main-footer .art-main-footer-wrapper .art-footer-menu ul.menu li {
        width: 50%;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .art-service-menu-two .art-service-menu-two-tabs {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .blog-comments-area .comment-list .comment .children {
        margin-left: 15px;
    }

    .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
        width: 100% !important;
    }

    .art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper {
        padding: 120px 30px 60px 30px;
    }
}

@media (max-width: 491px) {
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-last {
        float: unset;
        width: 100%;
    }

    .woocommerce form .form-row-last button,
    .woocommerce-page form .form-row-last button {
        width: 100%;
    }

    .woocommerce form .form-row-first,
    .woocommerce-page form .form-row-first {
        margin-right: 3px;
        width: 100%;
    }
}

@media (max-width: 400px) {
    form.mc4wp-form .art-sub-inputs input[type=email] {
        padding: 0 15px 0 15px;
    }

    form.mc4wp-form .art-sub-inputs input[type=submit] {
        position: static;
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 358px) {
    .art-woo-side-cart .art-cart-side-header {
        padding: 30px 15px 30px 50px;
    }

    .art-woo-side-cart .cart_item {
        padding: 15px 30px 15px 50px;
    }

    .art-woo-side-cart .cart-collaterals {
        padding: 19px 30px 30px 50px;
    }

    .art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-bottom a:first-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 338px) {
    .art-woo-side-cart .art-cart-side-header {
        padding: 30px 15px 30px 70px;
    }

    .art-woo-side-cart .cart_item {
        padding: 15px 30px 15px 70px;
    }

    .art-woo-side-cart .cart-collaterals {
        padding: 19px 30px 30px 70px;
    }
}

/*# sourceMappingURL=maps/general.css.map */
