@charset "UTF-8";
/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Reset Styles                         ||
||          2. 	Base Styles                         ||

||          2. 	Navigation                           ||
||          3. 	Heading                              ||
||          4. 	Blog Archive                         ||
||          5. 	Blog Single                          ||
||          6. 	Portfolio                            ||
||          7. 	Comments                             ||
||          8. 	Widget                               ||
||          9. 	Button Style                         ||
||          10. Video Button                         ||
||          11. Pagination                           ||
||          12. Footer                               ||
||          13. Header Search Form                   ||
||          14. Mobile Menu                          ||
||          15. 404                                  ||
||          16. Search Page                          ||
||          17. Appointment Page                     ||
||          18. Responsive                           ||
||                                                   ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  word-wrap: break-word;
}

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;
}

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;
  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] {
  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 */ /* 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-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;
}
*/
/* 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;
  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;
}
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;
}
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;
}
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;
}

textarea {
  border-radius: 0;
  height: 160px;
  padding: 16px;
  color: #000;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 300;
}
textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
textarea::-moz-placeholder {
  color: #000;
  font-size: 14px;
}
textarea:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}
textarea:-moz-placeholder {
  color: #000;
  font-size: 14px;
}

/* 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%;
  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;
}

/*-------------------------------------------------------------------

==  Lists

-------------------------------------------------------------------*/
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul {
  list-style-position: inside;
  margin: 2rem 0 2rem 2rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0 0 0 2rem;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

li {
  margin-top: 6px;
}

/*================= Lists Reset =================*/
.art-shop-cats ul.categories,
.widget ul {
  list-style: none;
  margin: 0;
}
.art-shop-cats ul.categories li,
.widget ul li {
  margin: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  margin: 0;
}

ul.art-no-list-style,
ol.art-no-list-style,
ul.menu,
ul.sub-menu {
  list-style: none;
  margin: 0;
}
ul.art-no-list-style li,
ol.art-no-list-style li,
ul.menu li,
ul.sub-menu li {
  margin: 0;
}

.art-navigation-container ul,
.art-nav-container ul {
  list-style: none;
  margin: 0;
}
.art-navigation-container li,
.art-nav-container li {
  margin: 0;
}

/*-------------------------------------------------------------------

==  Base Styles

-------------------------------------------------------------------*/
.art-hidden {
  opacity: 0;
}

.art-visible {
  opacity: 1;
}

.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;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  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-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 {
  transform: none !important;
}

.art--mobile-menu-navigation-wrapper {
  right: -280px !important;
}
.art--mobile-menu-navigation-wrapper.sidebar-open {
  right: 0 !important;
}

/* Buttons */
.woocommerce button.button,
#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;
  transition: all 250ms ease-in-out;
  font-size: 14px;
}

/*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-two-light {
  display: inline-block;
  padding: 16px 32px 14px 32px;
}
.art-button-two-light:hover {
  opacity: 0.95;
}

/*4*/
.art-button-three-light {
  display: inline-block;
  border: 1px solid;
  padding: 14px 31px 14px 31px;
}
.art-button-three-light:hover {
  opacity: 1;
}

/*5 button link with line*/
.woocommerce button.button.art-button-link-line,
.art-button-link-line {
  background-color: unset;
  padding: 0 0 5px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.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%;
}

/* Preloader */
.art-preloader-holder {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
}
.art-preloader-holder .art-preloader-holder-data {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.art-preloader-holder img.img-logotype {
  display: none;
}

/* Links */
a {
  transition: opacity 250ms ease-in-out;
}
a:hover {
  opacity: 0.8;
}

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:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

/* Pagination */
.art-pagination.art-default-pagination {
  display: flex;
  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;
}
.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: 0.5em;
  margin-bottom: 1em;
}

/**********************************************

Story

***********************************************/
body .story {
  height: 100%;
  /*
      // ul li

      ol,
      ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) {
        margin: 0 0 1.5em 3em;

        ol,ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) {
          margin-top: 10px;
          margin-bottom: 0;
        }
      }
      li > ol, ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) li > ul {
        margin-bottom: 0;
      }


      // UL
      ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) {
        margin-left: 1.2em;

        ul {
          margin-top: 10px;
        }

        > li {
          line-height: 28px; //28
          list-style-type: none;
          margin-bottom: 10px;
          position: relative;

          &::before {
            content: "\e80e";
            font-family: "cherie-font";

            font-size: 12px;
            position: absolute;
            left: -10px;
          }


          ul > li {

            line-height: 28px; //28
            list-style-type: none;
            margin-bottom: 10px;
            position: relative;

            &::before {
              content: "\e80e";
              font-family: "cherie-font";

              font-size: 12px;
              position: absolute;
              left: -10px;
            }
          }



        }

      }

      // OL
      ol {
        margin-left: 1em;
        list-style: decimal;
        counter-reset: item;


        ol {
          margin-top: 10px;
        }


        > li {
          line-height: 28px; //28
          list-style-type: none;
          padding-left: 1.2em; //2
          margin-bottom: 10px;
          counter-increment: item;
          position: relative;

          &::before {
            display: inline-block;
            position: absolute;
            left: 0;
            width: 1em;
            text-align: right;
            content: counter(item) ".";
          }

          ol > li {

            line-height: 28px; //28
            list-style-type: none;
            padding-left: 1.2em; //2
            margin-bottom: 10px;
            counter-increment: item;
            position: relative;

            &::before {
              display: inline-block;
              position: absolute;
              left: 0;
              width: 1em;
              text-align: right;
              content: counter(item) ".";
            }
          }

        }


      }
  */
}
body .story h1.art-page-title {
  margin-bottom: 40px;
}
body .story .wp-block-cover-text {
  color: #fff;
  font-weight: 700;
}
body .story iframe {
  max-width: 100%;
}
body .story a.wp-block-button__link {
  text-decoration: none;
}
body .story .wp-block-button {
  margin-bottom: 10px;
}
body .story .wp-block-button.is-style-squared a {
  border-radius: 0;
}
body .story a {
  text-decoration: underline;
}
body .story a.art-button {
  text-decoration: none;
}
body .story h1, body .story h2, body .story h3, body .story h4, body .story h5, body .story h6 {
  margin-bottom: 16px;
}
body .story blockquote {
  position: relative;
  padding-left: 40px;
  /*
      &::after {
        position: absolute;
        content: '“';
        right: -21px;
      }*/
}
body .story blockquote::before {
  position: absolute;
  content: "“";
  left: 20px;
}
body .story p {
  margin-bottom: 30px;
  word-wrap: break-word;
}
body .story p:last-child {
  margin-bottom: 0;
}
body .story figure.aligncenter,
body .story img.aligncenter {
  margin: 0 auto;
  display: block;
}
body .story .wp-block-gallery,
body .story .wp-block-image {
  /*margin: 100px -98px;*/
}
body .story .wp-block-gallery.alignleft,
body .story .wp-block-image.alignleft {
  margin: 0 30px 0 0;
}
body .story .wp-block-gallery.alignright,
body .story .wp-block-image.alignright {
  margin: 0 0 0 30px;
}
body .story .wp-block-column figure {
  margin: 50px 0;
}
body .story pre {
  background: #ececec;
  padding: 20px;
  display: block;
  margin: 10px 15px 10px 0;
  overflow-x: auto;
}
body .story address {
  display: inline-block;
}
body .story .wp-caption {
  width: auto;
}
body .story .wp-caption img {
  margin: 0;
}
body .story .wp-caption p.wp-caption-text {
  background: #ffffff;
  text-align: center;
  color: #898989 !important;
  margin: 0 !important;
}
body .story abbr {
  text-transform: uppercase;
}
body .story dl {
  display: block;
  margin-bottom: 25px;
}
body .story dl dt {
  min-width: 150px;
  color: #000;
}
body .story dl dd {
  margin-left: 30px;
  margin-bottom: 10px;
}
body .story .gallery dl dt {
  min-width: 0;
}
body .story pre {
  background-color: #f0f0f0;
}
body .story table {
  border-top: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 34px;
}
body .story table thead tr th {
  font-weight: 500;
  padding: 4px 8px;
  border: 1px solid #D1CFD7;
  background-color: #FBF4F1;
}
body .story table tbody tr th {
  font-weight: 500;
  padding: 4px 8px;
  border: 1px solid #D1CFD7;
  background-color: #FBF4F1;
}
body .story table tbody tr td {
  padding: 4px 8px;
  border: 1px solid #D1CFD7;
}
body .story table tfoot tr th {
  font-weight: 500;
  padding: 4px 8px;
  border: 1px solid #D1CFD7;
  background-color: #FBF4F1;
}
body .story table tfoot tr td {
  padding: 4px 8px;
  border: 1px solid #D1CFD7;
}
body .story .comment-text ol li:not(:last-child),
body .story .comment-text ul li:not(:last-child),
body .story .entry-content ol li:not(:last-child),
body .story .entry-content ul li:not(:last-child) {
  margin-bottom: 15px !important;
}
body .story figure figcaption {
  text-align: center;
  width: 100%;
}
body .story .wp-block-image .aligncenter > figcaption, body .story .wp-block-image .alignleft > figcaption, body .story .wp-block-image .alignright > figcaption, body .story .wp-block-image.is-resized > figcaption {
  display: block;
}
body .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: flex;
  flex-wrap: wrap;
}
.story .gallery.gallery-columns-2 .gallery-item {
  margin-top: 10px;
  text-align: center;
  width: 50%;
}
.story .gallery.gallery-columns-3 {
  display: flex;
  flex-wrap: wrap;
}
.story .gallery.gallery-columns-3 .gallery-item {
  margin-top: 10px;
  text-align: center;
  width: 33%;
}
.story .gallery.gallery-columns-4 {
  display: flex;
  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;
}

/*
code, pre {
  font-family: monospace;
}*/
.art-input-line {
  position: relative;
}
.art-input-line input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
}

/*-------------------------------------------------------------------

==  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;
  transition-property: opacity, filter;
  transition-duration: 0.05s;
  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;
  transition-property: transform;
  transition-duration: 0.15s;
  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;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  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 {
  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);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  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;
  transform: rotate(90deg);
  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);
}

/*-------------------------------------------------------------------

==  404

-------------------------------------------------------------------*/
.art-404-page.art-default-page-custom-wrapper {
  padding-top: 323px !important;
  padding-bottom: 270px !important;
}
.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 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;
  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;
  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: flex;
  align-items: 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: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: inherit;
  z-index: 2;
  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: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: inherit;
  z-index: 2;
  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;
}

/* 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 {
  margin-top: 32px;
}

.art-social-container {
  margin: 0 -7px;
}
.art-social-container a {
  color: #fff;
}
.art-social-container a i {
  padding: 0 7px;
  transition: all 250ms ease-in-out;
  font-size: 18px;
  line-height: 21px;
}
.art-social-container a i.fa {
  font-size: 18px !important;
}
.art-social-container a i.fa-instagram {
  font-size: 19px !important;
}

/* 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: 13px 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;
  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 .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: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  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: flex;
  align-items: center;
  transition: all 300ms ease-in-out;
}
header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container a {
  padding: 13px 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: flex;
  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;
  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: 500;
  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;
  transition-delay: 0.15s;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  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;
  transition: all 200ms ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  margin-left: 0;
  margin-right: 0;
  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: -5px;
  left: 100%;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li.menu-item-has-children::after, 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.menu-item-has-children:hover > .sub-menu, 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;
  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 li .sub-menu {
  border: none;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav {
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all 200ms ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  z-index: 9999;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 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 {
  position: static;
  max-width: 1640px;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 70px 29px 70px;
  box-shadow: none;
  border: 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 {
  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: 500;
  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;
  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 {
  opacity: 1;
  visibility: visible;
}
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;
  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: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  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: flex;
  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: flex;
  padding: 0 60px;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li > .sub-nav > ul.sub-menu > li > a {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li {
  margin: 0 21px;
  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 {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  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;
  transition-delay: 0.15s;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  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: flex;
  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;
  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.menu-item-has-children:hover > ul.sub-menu, 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;
  transition-delay: 0.15s;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
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 {
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all 200ms ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  z-index: 9999;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  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 .sub-nav > ul.sub-menu {
  position: static;
  width: auto;
  max-width: 1840px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 50px 70px 30px 70px;
  box-shadow: none;
  border: 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 {
  margin-bottom: 20px;
}
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;
  flex-direction: column;
  border-bottom: 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 {
  opacity: 1;
  visibility: visible;
}
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;
}

/*-------------------------------------------------------------------

==  Elementor Widgets

-------------------------------------------------------------------*/
/*## Service Menu ##*/
.art-service-menu-tabs {
  width: auto;
  text-align: center;
  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: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  /*width: 143px;
  min-width: 143px;*/
  padding: 0 35px;
}
.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: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.art_service_menu .art-service-menu-tabs li span {
  white-space: nowrap;
}
.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: flex;
}
.art-right-half-slider-wrapper .art-right-half-slider-data {
  display: flex;
  flex-direction: column;
  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: flex;
}
.art-left-half-slider-wrapper .art-half-slide-container-left {
  width: 50%;
}
.art-left-half-slider-wrapper .art-left-slider-data {
  display: flex;
  flex-direction: column;
  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: flex;
  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: flex;
  justify-content: center;
  width: auto;
  white-space: 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;
  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;
  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: 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: flex;
  align-items: 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: flex;
  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;
}
.art-contact-info-widget.art-vertical {
  flex-direction: column;
}

/*## Contact Info Tabs ##*/
.art-contact-widget-tabs .art-contact-menu-two-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.art-contact-widget-tabs .art-contact-menu-two-tabs li {
  padding: 6px 12px;
  border: 1px solid;
  margin: 0 7px 14px 7px;
  cursor: pointer;
}
.art-contact-widget-tabs .art-contact-menu-two-tabs li.art-active span {
  color: #fff;
}

/*## Hero header Beauty ##*/
.art-hero-header-beauty {
  background-size: cover;
  background-position: top;
  min-height: 760px;
  position: relative;
}
.art-hero-header-beauty .art-hero-header-beauty-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.art-hero-header-beauty .art-hero-header-wrapper {
  position: relative;
  padding-top: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 760px;
  height: 100%;
  text-align: center;
}
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top {
  padding: 0 125px;
}
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top h1 {
  margin-bottom: 70px;
}
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top .art-hero-buttons {
  display: flex;
  justify-content: center;
}
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top .art-hero-buttons .art-widget-button {
  padding: 0 13px;
}
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-additional-info {
  display: flex;
  justify-content: space-between;
  margin-top: 118px;
  padding: 0 50px;
}
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-additional-info .art-additional-info-item {
  width: 270px;
}
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-additional-info .art-additional-info-item span {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 9px;
}
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-additional-info .art-additional-info-item .art-info-item-content {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-transform: none;
}

.art-hero-header-beauty-additional {
  background-color: #FBF4F1;
  padding: 50px 0;
}
.art-hero-header-beauty-additional .art-hero-header-additional-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}
.art-hero-header-beauty-additional .art-hero-header-additional-info .art-additional-info-item {
  text-align: center;
  width: 270px;
  margin-bottom: 30px;
}
.art-hero-header-beauty-additional .art-hero-header-additional-info .art-additional-info-item:last-child {
  margin-bottom: 0;
}
.art-hero-header-beauty-additional .art-hero-header-additional-info .art-additional-info-item span {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 9px;
}

.mfp-container {
  position: fixed;
}

.zoom-anim-dialog.art-default-popap-one {
  background-color: #FBF4F1;
  max-width: 946px;
  padding: 0;
  display: flex;
}
.zoom-anim-dialog.art-default-popap-one .art-hero-right {
  display: flex;
  flex-direction: column;
  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: 60px 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-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: flex;
  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: flex;
  justify-content: space-between;
  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;
  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 {
  flex-grow: 1;
  text-align: left;
  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;
  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 .onsale,
.woocommerce ul.products li.swiper-slide a .onsale {
  left: auto;
}

.woocommerce ul.products li.product a .onsale,
.woocommerce ul.products li.swiper-slide 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%;
  overflow: hidden;
  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: flex;
}
.art-info-block-wrapper.art-do-reverse .art-info-block-one {
  order: 2;
}
.art-info-block-wrapper.art-do-reverse .art-info-block-two {
  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: flex;
  flex-direction: column;
  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: 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: flex;
  flex-wrap: wrap;
  width: 60%;
}
#sb_instagram #sbi_images.art-big-image .art-other-images .art-inst-item {
  width: 33.3333333333%;
  padding: 12px;
}
#sb_instagram #sbi_images .art-other-images {
  display: flex;
  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);
}

/*## Testimonials Images ##*/
.art-testimonial-images-wrapper {
  display: flex;
}
.art-testimonial-images-wrapper .art-left-side {
  width: 50%;
}
.art-testimonial-images-wrapper .art-left-side .swiper-container-testimonial-image {
  overflow: hidden;
}
.art-testimonial-images-wrapper .art-right-side {
  max-width: 500px;
  width: 50%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.art-testimonial-images-wrapper .art-right-side .art-right-side-data {
  position: relative;
  padding-bottom: 96px;
}
.art-testimonial-images-wrapper .art-right-side .art-testimonial-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.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: 32px;
  text-align: center;
}
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .swiper-button-next {
  background-image: none;
  /*right: 198px;
  margin: 0;
  top: auto;
  bottom: -1px;*/
  left: 48px;
  right: 0;
  top: auto;
  bottom: -1px;
  margin-left: auto;
  margin-right: auto;
}
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .swiper-button-next::before {
  content: url(images/arrow.svg);
}
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .swiper-button-prev {
  background-image: none;
  /*left: 178px;
  margin: 0;
  top: auto;
  bottom: 0;*/
  left: -86px;
  right: 0;
  top: auto;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .swiper-button-prev::before {
  content: url(images/arrow_back.svg);
}

/*## Service Menu Two ##*/
.art-service-menu-two .art-service-menu-two-tabs {
  display: flex;
  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: flex;
  flex-direction: column;
  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: flex;
  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: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
}
.art-widget-team .art-all-members .art-team-member {
  margin-bottom: 45px;
}

/*## Hero Header Two ##*/
.art-hero-header-two {
  position: relative;
}
.art-hero-header-two .art-hero-header-two-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.art-hero-header-two .art-hero-header-two-wrapper {
  padding: 187px 0 232px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.art-hero-header-two .art-hero-header-two-wrapper .art-hero-header-two-title {
  margin-bottom: 0;
}
.art-hero-header-two .art-hero-header-two-wrapper .art-widget-button {
  margin-top: 60px;
}

/*## Ordinary Page Header ##*/
.art-ordinary-page-header {
  background-size: cover;
  background-position: center center;
  display: flex;
  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: flex;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left {
  min-width: 210px;
  position: absolute !important;
  z-index: 47;
  padding-top: 100px;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs {
  display: flex;
  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: flex;
  flex-direction: column;
  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: flex;
  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: flex;
  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;
  flex-wrap: nowrap;
  overflow: auto;
  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: flex;
  justify-content: center;
  min-width: 870px;
}
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li {
  display: flex;
  flex-direction: column;
  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;
}
/*## 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 .three-fields-row {
  display: flex;
  margin: 0 -15px;
}
.wpcf7 form.wpcf7-form .three-fields-row > p {
  display: flex;
  margin-bottom: 0;
}
.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%;
  height: 240px;
}
.wpcf7 form.wpcf7-form .field-to-right {
  display: flex;
  justify-content: flex-end;
}
.wpcf7 form.wpcf7-form .field-to-right > p {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.wpcf7 form.wpcf7-form .field-to-right .ajax-loader {
  display: none;
}

/*## 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: flex;
}
.art-map-image-block-wrapper.art-do-reverse .art-my-map-left {
  order: 2;
}
.art-map-image-block-wrapper.art-do-reverse .art-my-map-right {
  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: flex;
}
.art-map-image-block-wrapper .art-my-map-right .art-my-map-widget {
  height: 100%;
  min-height: 100%;
}
.art-map-image-block-wrapper .art-my-map-right .elementor-custom-embed {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.art-map-image-block-wrapper .art-my-map-right .elementor-custom-embed iframe {
  height: 100%;
}

/*## Team and Partner ##*/
.art-team-partner-widget {
  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: flex;
  align-items: 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: flex;
  flex-wrap: wrap;
}
.art-map-contacts .art-container-left .art-my-map-widget {
  height: 100%;
  min-height: 100%;
}
.art-map-contacts .art-container-left .elementor-custom-embed {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.art-map-contacts .art-container-left .elementor-custom-embed iframe {
  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: flex;
  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: flex;
  flex-direction: column;
  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;
  transition: border 200ms ease-in-out;
  text-decoration: none !important;
  display: flex;
  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 {
  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;
}
/* countdown */
.countdown-wrapper .countdown-list {
  display: flex;
}
.countdown-wrapper .countdown-list .countdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown-wrapper .countdown-list .countdown-item .inner-wrapper {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.countdown-wrapper .countdown-list .countdown-item .inner-wrapper .inner-label {
  display: flex;
}
.countdown-wrapper .countdown-list .countdown-item .inner-wrapper .inner-label.countdown-digits {
  margin-bottom: 8px;
}
/*-------------------------------------------------------------------

==  Blog

-------------------------------------------------------------------*/
.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-theme-blog .art-blog-cats .art-categories-wrapper {
  display: flex;
  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: flex;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li {
  margin-right: 40px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6;
}
.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: flex;
  align-items: 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;
  color: #000000;
  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-shop-pagination-wrapper .art-loader-dots,
.art-blog-pagination-wrapper .art-loader-dots {
  display: flex;
}
.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;
  transform: scale(0.5);
  animation: scale-dot 1.2s ease-out infinite;
}
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(2),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(2) {
  animation-delay: 0.2s;
}
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(3),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(3) {
  animation-delay: 0.3s;
}
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(4),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(4) {
  animation-delay: 0.4s;
}
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(5),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(5) {
  animation-delay: 0.5s;
}
@keyframes scale-dot {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(0.5);
  }
}

/*## Blog Default ##*/
body.art-chosen-second-header .art-blog-default-wrapper .art-blog-default-top {
  padding: 200px 0 100px 0;
}

.art-blog-default-wrapper.art-load-more-pagination .art-blog-pagination-wrapper .art-load-more-button-container {
  display: flex;
  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 100px 0;
  margin-bottom: 50px;
}
.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: flex;
  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: flex;
  flex-direction: column;
  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: 30px;
}
.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;
  border-bottom: 1px solid #E5E5E5;
}
.art-blog-default-wrapper .art-blog-posts-default .art-all-posts-itself {
  display: flex;
  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: flex;
  justify-content: 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 ##*/
.art-blog-sticky-wrapper {
  padding-top: 133px;
}
.art-blog-sticky-wrapper.art-load-more-pagination .art-content-right .art-blog-pagination-wrapper {
  /*.art-load-more-button-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }*/
}
.art-blog-sticky-wrapper .art-blog-sticky-container {
  padding-bottom: 100px;
  border-bottom: 1px solid #E5E5E5;
}
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left {
  margin-bottom: 40px;
}
.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: 30px;
}
.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: flex;
  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: flex;
}
.art-blog-single-wrapper .art-single-blog-top.art-single-post-no-image {
  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%;
  /*position: absolute;
  left:0;
  top: 0;*/
  background-size: cover;
  background-position: center center;
}
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right {
  display: flex;
  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: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data .art-post-title {
  margin-bottom: 30px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-post-the-content {
  padding: 100px 113px 70px 113px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags .art-post-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-blog-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons {
  margin-top: 24px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons a {
  padding: 0 10px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons a i {
  font-size: 22px;
}
.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: flex;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
  width: 50%;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
  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: flex;
  flex-direction: column;
  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;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
  width: 50%;
  flex-grow: 1;
  display: flex;
  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: flex;
  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: flex;
  flex-direction: column;
  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;
}
.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: 50px;
}
.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;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-comments {
  margin-bottom: 40px;
}

/*-------------------------------------------------------------------

==  Career

-------------------------------------------------------------------*/
/*## Career Single ##*/
.art-career-single-wrapper .art-single-career-top {
  min-height: 683px;
  display: flex;
}
.art-career-single-wrapper .art-single-career-top .art-single-post-left {
  position: relative;
  width: 50%;
}
.art-career-single-wrapper .art-single-career-top .art-single-post-left .art-blog-top-image {
  height: 100%;
  /*position: absolute;
  left:0;
  top: 0;*/
  background-size: cover;
  background-position: center center;
}
.art-career-single-wrapper .art-single-career-top .art-single-post-right {
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 683px;
}
.art-career-single-wrapper .art-single-career-top .art-single-post-right .art-single-post-right-data {
  padding: 0 141px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.art-career-single-wrapper .art-single-career-top .art-single-post-right .art-single-post-right-data .art-career-location {
  margin-bottom: 23px;
}
.art-career-single-wrapper .art-single-career-top .art-single-post-right .art-single-post-right-data .art-post-title {
  margin-bottom: 50px;
}
.art-career-single-wrapper .art-post-content-wrapper .art-post-the-content {
  padding: 100px 113px 70px 113px;
}
.art-career-single-wrapper .art-post-content-wrapper .art-career-button {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.art-career-single-wrapper .art-post-content-wrapper .art-single-blog-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
.art-career-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons {
  margin-top: 24px;
}
.art-career-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons a {
  padding: 0 10px;
}
.art-career-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons a i {
  font-size: 22px;
}
.art-career-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-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links {
  display: flex;
}
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
  width: 50%;
}
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
  display: flex;
}
.art-career-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-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 100px;
}
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data span {
  display: block;
}
.art-career-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;
}
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
  width: 50%;
}
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
  display: flex;
}
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  padding-left: 100px;
}
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data span {
  display: block;
}
.art-career-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;
}
.art-career-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-career-single-wrapper .art-post-content-wrapper .art-related-posts-title {
  text-align: center;
  margin-bottom: 50px;
}
.art-career-single-wrapper .art-post-content-wrapper .art-career-posts {
  margin-bottom: 70px;
}

/*-------------------------------------------------------------------

==  Courses

-------------------------------------------------------------------*/
/*## Courses Single ##*/
.art-courses-single-wrapper .art-single-courses-top {
  min-height: 683px;
  display: flex;
}
.art-courses-single-wrapper .art-single-courses-top .art-single-post-left {
  position: relative;
  width: 50%;
}
.art-courses-single-wrapper .art-single-courses-top .art-single-post-left .art-blog-top-image {
  height: 100%;
  /*position: absolute;
  left:0;
  top: 0;*/
  background-size: cover;
  background-position: center center;
}
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right {
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 683px;
}
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data {
  padding: 0 141px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data .art-courses-date {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 19px;
  color: #000000;
}
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data .art-post-title {
  margin-bottom: 30px;
}
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data .art-courses-description {
  margin-bottom: 24px;
}
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data .art-courses-price {
  margin-bottom: 50px;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-post-the-content {
  padding: 100px 113px 70px 113px;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-career-button {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-single-blog-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons {
  margin-top: 24px;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons a {
  padding: 0 10px;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons a i {
  font-size: 22px;
}
.art-courses-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-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links {
  display: flex;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
  width: 50%;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
  display: flex;
}
.art-courses-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-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 100px;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data span {
  display: block;
}
.art-courses-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;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
  width: 50%;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
  display: flex;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  padding-left: 100px;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data span {
  display: block;
}
.art-courses-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;
}
.art-courses-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-courses-single-wrapper .art-post-content-wrapper .art-related-posts-title {
  text-align: center;
  margin-bottom: 50px;
}
.art-courses-single-wrapper .art-post-content-wrapper .art-career-posts {
  margin-bottom: 70px;
}

.art-courses-bottom-area {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*-------------------------------------------------------------------

==  Blog Comments

-------------------------------------------------------------------*/
.logged-in-as {
  margin-bottom: 10px;
}

.blog-comments-area {
  margin-top: 50px;
}
.blog-comments-area .comment-list {
  margin-top: 40px;
  margin-bottom: 50px;
}
.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: 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: 40px;
  margin-bottom: 50px;
}
.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .comment-meta {
  margin-bottom: 18px;
}
.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .comment-text {
  margin-bottom: 18px;
  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;
}

.comment-respond .comment-reply-title {
  margin-bottom: 10px;
}
.comment-respond .comment-reply-title small {
  margin-left: 20px;
}
.comment-respond form.comment-form .art-line-fields {
  display: flex;
  margin: 24px -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: 60px;
  display: flex;
  justify-content: flex-end;
}
/*-------------------------------------------------------------------

==  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;
  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: flex;
  justify-content: center;
}
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: flex;
  align-items: 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;
}

/*-------------------------------------------------------------------

==  WordPress Widgets

-------------------------------------------------------------------*/
.widget.art-widget-subscribe-form {
  padding: 90px 0 100px 0;
}
.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper {
  display: flex;
  flex-direction: column;
  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: flex;
  flex-direction: column;
  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

-------------------------------------------------------------------*/
.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;
}
.art-default-page-custom-wrapper .art-page-content.art-woocommerce-page .art-page-title {
  margin-bottom: 40px;
}
.art-default-page-custom-wrapper .art-page-title {
  text-align: center;
}
.art-default-page-custom-wrapper .comment-respond form.comment-form .form-submit {
  margin-bottom: 0;
}

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;
}

body.search-no-results .art-blog-search-result {
  padding: 318px 0 235px 0;
}

/* WooCommerce Account */
body.woocommerce-account.woocommerce-page .art-page-content {
  padding: 0 15px 0 15px;
}
body.woocommerce-account.woocommerce-page .art-page-content form .form-row.form-row-wide {
  padding: 0;
}
body.woocommerce-account.woocommerce-page .art-page-content form .form-row.form-row-wide .password-input {
  width: 100%;
}
body.woocommerce-account.woocommerce-page .art-page-content form .woocommerce-form-login__rememberme {
  width: 100%;
}
body.woocommerce-account.woocommerce-page .art-page-content form .woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}

/*-------------------------------------------------------------------

==  Cart shop side

-------------------------------------------------------------------*/
.s-header__basket-wr a.art-open-cart-side {
  display: flex;
  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: flex;
  align-items: 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;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.art-woo-side-cart .art-woo-side-cart-flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  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(0, 0, 0, 0.1);
  display: flex;
  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 .cart_item {
  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: flex;
  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(0, 0, 0, 0.1);
}
.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: flex;
  justify-content: space-between;
  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: flex;
  justify-content: space-between;
}
.art-woo-side-cart .art-cart-side-empty {
  height: calc(100% - 136px);
  display: flex;
  align-items: center;
}
.art-woo-side-cart .art-cart-side-empty .cart-side-empty-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.art-woo-side-cart .art-cart-side-empty .cart-side-empty-data .art-cart-side-empty-title {
  margin-top: 16px;
}

/*-------------------------------------------------------------------

==  Cart shop

-------------------------------------------------------------------*/
.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(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
}
.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: 30px 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;
}
.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(0, 0, 0, 0.1);
}
.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;
}
.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: 1;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals {
  padding: 30px;
  background-color: #FAF8F8;
}
.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: 24px;
}
.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: flex;
  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: flex;
  flex-direction: column;
  align-items: center;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout .art-checkout {
  width: 100%;
  margin-bottom: 60px;
}
.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;
}

/*-------------------------------------------------------------------

==  Checkout shop

-------------------------------------------------------------------*/
.art-woo-checkout-page .art-checkout-left h3.art-billing-details-title {
  margin-bottom: 30px;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label {
  display: flex;
  margin-bottom: 30px;
}
.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: 30px;
}
.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: flex;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  background: #FAF8F8;
}
.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: flex;
  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 .wc_payment_methods .wc_payment_method .form-row {
  margin: 0 0 10px 0;
  padding: 0;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .form-row .wc-stripe-elements-field,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .form-row .stripe-card-group {
  width: 100%;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .form-row.woocommerce-SavedPaymentMethods-saveNew {
  flex-wrap: nowrap;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .form-row.woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method {
  margin-right: 8px;
}
.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: 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: 0 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;
}
.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;
}

body.woocommerce-order-received .art-page-title {
  display: none;
}

.art-thank-you-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 164px 0 96px 0;
}
.art-thank-you-page .art-thank-you-page-title {
  margin: 30px 0;
}
.art-thank-you-page .art-thank-you-page-description {
  margin-bottom: 50px;
}

/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/
footer.art-main-footer {
  padding: 100px 0 50px 0;
}

.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 .art-main-footer-container,
footer.art-main-footer .art-main-footer-container {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1920px;
}
.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 h2,
footer.art-main-footer .widget h2 {
  margin-bottom: 14px;
}
.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 {
  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: flex;
  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: flex;
  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: flex;
  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: flex;
  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 {
  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;
}

.art-footer-bottom-line {
  text-align: center;
}

/*-------------------------------------------------------------------

==  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;
  transition: opacity 400ms;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 47;
  background: rgba(250, 248, 248, 0.85);
}

.woocommerce-page .art-woo-container-wrapper,
.woocommerce .art-woo-container-wrapper {
  padding-top: 134px;
}
.woocommerce-page .woocommerce-products-header .page-description,
.woocommerce .woocommerce-products-header .page-description {
  margin-top: 15px;
  padding-right: 350px;
}
.woocommerce-page .art-woo-archive-container,
.woocommerce .art-woo-archive-container {
  /*padding-bottom: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  margin-bottom: 100px;
}
.woocommerce-page .art-before-shop-loop,
.woocommerce .art-before-shop-loop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.woocommerce-page .art-before-shop-loop .art-shop-cats .art-categories-dropdown,
.woocommerce .art-before-shop-loop .art-shop-cats .art-categories-dropdown {
  min-width: 191px;
}
.woocommerce-page .art-before-shop-loop .art-shop-cats > ul,
.woocommerce .art-before-shop-loop .art-shop-cats > ul {
  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;
}
.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 #000;
}
.woocommerce-page .art-before-shop-loop .art-shop-cats > ul > li > a,
.woocommerce .art-before-shop-loop .art-shop-cats > ul > li > a {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.woocommerce-page .art-before-shop-loop .art-ordering-cart,
.woocommerce .art-before-shop-loop .art-ordering-cart {
  display: flex;
  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 .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: 40px;
}
.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: flex;
  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: 24px;
}
.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: 16px;
  right: 8px;
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 0;
}
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .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;
  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: flex;
  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: flex;
}
.woocommerce-page .art-shop-pagination-wrapper .art-load-more-wrapper,
.woocommerce .art-shop-pagination-wrapper .art-load-more-wrapper {
  display: flex;
  justify-content: center;
}
.woocommerce-page .art-shop-pagination-wrapper .art-loader-wrapper,
.woocommerce .art-shop-pagination-wrapper .art-loader-wrapper {
  height: 50px;
  justify-content: center;
  align-items: center;
  display: none;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), 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 {
      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%;
      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: "cherie-font";
}
.woocommerce .quantity .input-text.qty {
  width: 95px;
  text-align: center;
}
.woocommerce .quantity .plus {
  position: absolute;
  right: 0;
  top: 1px;
  padding: 15px 14px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 17px;
  font-family: "cherie-font";
}

.art-single-product-before-top {
  margin-top: -6px;
  display: flex;
  justify-content: space-between;
  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: flex;
  align-items: flex-start;
  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%;
  margin-bottom: 0;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .flex-control-thumbs {
  margin: 0 -15px;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .flex-control-thumbs li {
  padding: 30px 15px 0 15px;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .flex-control-thumbs li img {
  margin: 0;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav {
  width: 120px;
  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);
  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;
  margin-top: 0;
}
.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: 15px 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: flex;
  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: flex;
  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 form.comment-form {
  display: flex;
  flex-wrap: wrap;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-notes {
  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 {
  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-email {
  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-rating {
  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 {
  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 {
  order: 6;
  width: 100%;
  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 {
  align-items: flex-end;
}
.art-product-layout-classic .art-single-product-top .entry-summary .product_meta {
  margin-top: 30px;
  display: flex;
  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: 50px;
}
.art-product-layout-classic .related.products .products {
  margin-bottom: 70px;
}

.art-shop-subscribe-area {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.fr-thumbnail-frame .fr-thumbnail .fr-thumbnail-wrapper {
  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 {
  box-shadow: none;
}

.fr-thumbnails-vertical .fr-thumbnails {
  width: 40%;
}

.nojq {
  z-index: 100000000000000000000000;
}

.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: flex;
  align-items: 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: flex;
  align-items: 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;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/*-------------------------------------------------------------------


==  Woocommerce Shop 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: "cherie-font";
  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: "cherie-font";
  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: "cherie-font";
  content: "\e815";
  color: #000;
  font-size: 23px;
  top: 19px;
}

.art-woo-archive-container .woocommerce-notices-wrapper {
  margin-top: 50px;
}

/**/
.products.columns-2 .product {
  width: 50% !important;
  min-width: 50% !important;
  max-width: 50% !important;
}

.products.columns-3 .product {
  width: 33.3333% !important;
  min-width: 33.3333% !important;
  max-width: 33.3333% !important;
}

.products.columns-4 .product {
  width: 25% !important;
  min-width: 25% !important;
  max-width: 25% !important;
}

.products.columns-5 .product {
  width: 20% !important;
  min-width: 20% !important;
  max-width: 20% !important;
}

@media (max-width: 1025px) {
  .products.columns-4 .product,
  .products.columns-5 .product {
    width: 33.3333% !important;
    min-width: 33.3333% !important;
    max-width: 33.3333% !important;
  }
}
@media (max-width: 768px) {
  .products.columns-3 .product,
  .products.columns-4 .product,
  .products.columns-5 .product {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 576px) {
  .products.columns-2 .product,
  .products.columns-3 .product,
  .products.columns-4 .product,
  .products.columns-5 .product {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
/*-------------------------------------------------------------------


==  Woocommerce Account Page

-------------------------------------------------------------------*/
body:not(.elementor-editor-active) .story.art-my-account-page a {
  text-decoration: none;
}
body:not(.elementor-editor-active) .woocommerce-Address {
  margin-bottom: 30px;
}
body:not(.elementor-editor-active) .woocommerce-Address h3 {
  margin-bottom: 10px;
}
body:not(.elementor-editor-active) form.woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 30px;
}
body:not(.elementor-editor-active) .woocommerce-input-wrapper {
  width: 100%;
}

/*-------------------------------------------------------------------

==  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 {
  position: static !important;
}
body.elementor-editor-active .art-preloader-holder {
  display: none !important;
}

body.logged-in .art-preloader-holder {
  display: none !important;
}

body.elementor-editor-active header.art-header-two .art-header-two-content {
  position: static !important;
}

/*-------------------------------------------------------------------

==  Responsive

-------------------------------------------------------------------*/
@media (max-width: 1199px) {
  footer.art-main-footer .art-main-footer-container {
    max-width: 582px;
    padding: 0 15px;
  }
}
@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-one .art-header-one-content .art-navigation-container {

    .left-content {
      padding: 21px 0;
    }

    .right-content {

    }

  }*/
  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;
  }
}
@media (max-width: 1218px) {
  .art-half-slide-container-left .slick-dots {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .art-ordinary-page-header .art-ordinary-page-data .art-page-header-description {
    padding: 0 165px;
  }
  .art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data {
    padding: 0 50px;
  }
  .art-career-single-wrapper .art-single-career-top .art-single-post-right .art-single-post-right-data {
    padding: 0 50px;
  }
  .art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data {
    padding: 0 50px;
  }
  .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 {
    flex-wrap: wrap;
  }
  .art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav {
    order: 2;
    width: 100%;
    display: none;
  }
  .art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-for {
    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;
  }
  footer.art-main-footer .footer-widget-area {
    text-align: center;
  }
  footer.art-main-footer .footer-widget-area.art-footer-first-column {
    order: 4;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer.art-main-footer .footer-widget-area.art-footer-second-column {
    order: 2;
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer.art-main-footer .footer-widget-area.art-footer-third-column {
    order: 3;
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer.art-main-footer .footer-widget-area.art-footer-fourth-column {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer.art-main-footer .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper {
    align-items: center;
  }
  footer.art-main-footer .footer-widget-area .widget .art-social-container {
    text-align: center;
  }
}
@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;
  }
}
@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 {
    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 {
    order: 1;
  }
  .art-info-block-wrapper.art-do-reverse .art-info-block-two {
    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) {
  .art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top {
    padding: 0;
  }
  .art-ordinary-page-header .art-ordinary-page-data .art-page-header-description {
    padding: 0 0;
  }
  .art-map-contacts .art-container-right {
    padding: 23px 15px 23px 15px;
  }
  .art-map-contacts .art-container-right.art-simple-contacts {
    padding: 23px 15px 23px 15px;
  }
  .art-map-contacts .art-container-left .art-my-map-widget {
    min-height: 500px;
  }
  .art-blog-single-wrapper .art-post-content-wrapper .art-post-the-content {
    padding: 50px 15px;
  }
  .art-career-single-wrapper .art-post-content-wrapper .art-post-the-content {
    padding: 50px 15px;
  }
  .art-courses-single-wrapper .art-post-content-wrapper .art-post-the-content {
    padding: 50px 15px;
  }
  .art-blog-single-wrapper .art-single-blog-top {
    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%;
    padding: 50px 0;
    min-height: 480px;
  }
  .art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data {
    width: 100%;
  }
  .art-theme-blog .art-blog-cats.art-blog-cats-compact {
    overflow: unset;
  }
  .art-blog-single-wrapper .art-single-blog-top.art-single-post-no-image {
    min-height: 480px;
  }
  .art-career-single-wrapper .art-single-career-top {
    flex-wrap: wrap;
  }
  .art-career-single-wrapper .art-single-career-top .art-single-post-left {
    width: 100%;
    min-height: 500px;
  }
  .art-career-single-wrapper .art-single-career-top .art-single-post-right {
    width: 100%;
    padding: 50px 0;
    min-height: unset;
  }
  .art-career-single-wrapper .art-single-career-top .art-single-post-right .art-single-post-right-data {
    width: 100%;
  }
  .art-courses-single-wrapper .art-single-courses-top {
    flex-wrap: wrap;
  }
  .art-courses-single-wrapper .art-single-courses-top .art-single-post-left {
    width: 100%;
    min-height: 500px;
  }
  .art-courses-single-wrapper .art-single-courses-top .art-single-post-right {
    width: 100%;
    padding: 50px 0;
    min-height: unset;
  }
  .art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data {
    width: 100%;
  }
  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 {
    flex-wrap: wrap;
  }
  .art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
    width: 100%;
    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%;
    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 {
    flex-wrap: wrap;
  }
  .woocommerce-page .art-before-shop-loop .art-shop-cats,
  .woocommerce .art-before-shop-loop .art-shop-cats {
    width: auto;
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: unset;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .woocommerce-page .art-before-shop-loop .art-shop-cats.art-shop-cats-compact,
  .woocommerce .art-before-shop-loop .art-shop-cats.art-shop-cats-compact {
    overflow: unset;
  }
  .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;
  }
}
@media (max-width: 950px) {
  .art-left-half-slider-wrapper {
    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 {
    flex-direction: column;
  }
  .art-right-half-slider-wrapper .art-right-half-slider-data {
    width: 100%;
    order: 2;
    padding-top: 70px;
  }
  .art-right-half-slider-wrapper .art-half-slide-container-right {
    width: 100%;
    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%;
  }
}
@media (max-width: 876px) {
  .zoom-anim-dialog.art-team-popap {
    padding: 100px 30px;
  }
}
@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 {
    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: flex;
    justify-content: space-between;
    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 {
    flex-grow: 2;
  }
  header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container {
    display: flex;
    justify-content: center;
  }
  header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container .light-logotype {
    margin-left: 35px;
  }
  .art-hero-header-beauty {
    min-height: unset;
    padding-bottom: 30px;
  }
  .art-hero-header-beauty .art-hero-header-wrapper {
    min-height: unset;
    padding-top: 80px;
  }
  .art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top h1 {
    margin-bottom: 52px;
  }
  .art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-additional-info {
    display: none;
  }
  .art-mention .art-mention-content .art-mention-tabs li {
    padding: 0 30px;
  }
  .art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-title,
  .art-left-half-slider-wrapper .art-left-slider-data .art-widget-title {
    margin-bottom: 16px;
  }
  .art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-button,
  .art-left-half-slider-wrapper .art-left-slider-data .art-widget-button {
    margin-top: 40px;
  }
  .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 {
    display: none;
  }
  .art-widget-team-slider .art-swiper-team-container .swiper-wrapper,
  .art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-wrapper,
  .woocommerce.art-woo-products-slider .art-swiper-container .swiper-wrapper {
    margin-bottom: 0;
  }
  .art-widget-team-slider .art-swiper-team-container .swiper-button-next,
  .art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-next,
  .woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-next {
    right: 43px;
  }
  .art-slider-info-wrapper .swiper-container-slider-info .swiper-pagination {
    bottom: -39px;
  }
  .art-testimonial-wrapper {
    padding-bottom: 84px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .art-service-menu-two .art-service-two-info .art-service-block .art-service-item {
    width: 100%;
    padding: 0 30px;
  }
  .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: 100%;
    padding: 0 30px;
  }
  .art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-tabs-subtitle {
    padding: 0 30px;
  }
  .art-service-menu-two .art-service-menu-two-tabs {
    margin-bottom: 12px;
  }
  .art-contact-widget-tabs .art-contact-menu-two-tabs {
    margin-bottom: 50px;
  }
  .art-ordinary-page-header .art-ordinary-page-data .art-page-header-description {
    margin-top: 20px;
  }
  .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 {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data {
    padding: 50px 0;
  }
  .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: 13px;
  }
  .art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-jarallax-block {
    height: 300px;
  }
  .art-widget-team .art-all-members .art-team-member {
    margin-bottom: 40px;
  }
  .art-blog-default-wrapper .art-blog-default-top {
    padding: 118px 0 50px 0;
  }
  .art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-left a {
    margin-bottom: 50px;
  }
  .art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right {
    text-align: 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,
  .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-cat {
    margin-bottom: 24px;
  }
  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;
  }
  .art-theme-blog .art-blog-cats .art-categories-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog {
    order: 1;
    margin-bottom: 18px;
  }
  .art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories {
    order: 2;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li {
    margin-right: 0;
  }
  .art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li a {
    margin-bottom: 20px;
  }
  .art-blog-default-wrapper .art-blog-posts-default {
    padding-bottom: 50px;
  }
  .art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item {
    margin-bottom: 30px;
  }
  .widget.art-widget-subscribe-form {
    padding: 40px 0 50px 0;
  }
  .widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper {
    text-align: center;
  }
  .art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left {
    margin-bottom: 0;
  }
  .art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself {
    text-align: center;
    margin-bottom: 50px;
  }
  .art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-post-cat,
  .art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-post-title {
    margin-bottom: 24px;
  }
  .art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-sticky-post-img img {
    margin-bottom: 50px;
  }
  .art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item {
    margin-bottom: 30px;
  }
  .art-blog-sticky-wrapper {
    padding-top: 113px;
  }
  .art-map-image-block-wrapper {
    flex-wrap: wrap;
  }
  .art-map-image-block-wrapper .art-my-map-left {
    width: 100%;
  }
  .art-map-image-block-wrapper .art-my-map-right {
    width: 100%;
    min-height: 500px;
  }
  .art-map-contacts .art-container-right {
    padding: 30px 15px 23px 15px;
  }
  .art-map-contacts .art-container-right.art-simple-contacts {
    padding: 30px 15px 23px 15px;
  }
  .art-map-contacts .art-container-right .art-contact-menu-two-tabs {
    margin: 20px -7px 25px -7px;
  }
  .art-testimonial-images-wrapper {
    flex-wrap: wrap;
  }
  .art-testimonial-images-wrapper .art-left-side {
    width: 100%;
    margin-bottom: 50px;
  }
  .art-testimonial-images-wrapper .art-right-side {
    max-width: unset;
    width: 100%;
  }
  .art-contact-info-widget .art-item .art-description {
    padding: 0 150px;
  }
  .art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags {
    margin-bottom: 43px;
  }
  .art-blog-single-wrapper .art-post-content-wrapper .art-single-blog-share {
    margin-bottom: 50px;
  }
  .blog-comments-area .comment-list .comment .children {
    margin-left: 30px;
  }
  .comment-respond form.comment-form .art-line-fields {
    flex-wrap: wrap;
  }
  .art-blog-single-wrapper .art-post-content-wrapper .art-single-post-comments {
    margin-bottom: 50px;
  }
  .art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-close {
    right: 10px;
  }
  .art-career-single-wrapper .art-single-career-top .art-single-post-right .art-single-post-right-data .art-post-title {
    margin-bottom: 40px;
  }
  .art-career-single-wrapper .art-post-content-wrapper .art-single-blog-share,
  .art-career-single-wrapper .art-post-content-wrapper .art-career-button {
    margin-bottom: 50px;
  }
  .art-career-single-wrapper .art-post-content-wrapper .art-related-posts-title {
    margin-bottom: 30px;
  }
  .art-career-single-wrapper .art-post-content-wrapper .art-career-posts {
    margin-bottom: 30px;
  }
  .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;
  }
  .art-hero-header-two .art-hero-header-two-wrapper {
    padding: 153px 0 40px 0;
    align-items: center;
    text-align: center;
  }
  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 {
    flex-grow: 2;
    display: flex;
    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;
  }
  footer.art-main-footer {
    padding: 50px 0 0 0;
  }
  .art-404-page.art-default-page-custom-wrapper {
    padding-top: 133px;
    padding-bottom: 50px;
  }
  .art-product-layout-classic .related.products .products {
    margin-bottom: 20px;
  }
  .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-blog-sticky-wrapper.art-blog-typical .art-blog-sticky-container .art-content-right {
    margin-top: 50px;
  }
  .art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-blog-widget-area {
    padding-left: 0;
  }
  .art-woo-side-cart .cart-collaterals {
    margin-bottom: 100px;
  }
}
@media (max-width: 720px) {
  .art-follow-subscribe-widget {
    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 {
    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 {
    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 {
    justify-content: unset;
  }
  .zoom-anim-dialog.art-default-popap-two .art-form-description {
    padding: 0;
  }
}
@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 {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top .art-hero-buttons {
    flex-direction: column;
  }
  .art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top .art-hero-buttons .art-widget-button {
    margin-bottom: 16px;
  }
  .art-left-half-slider-wrapper .art-left-slider-data .art-widget-button {
    text-align: center;
  }
  .art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-button {
    text-align: center;
  }
  .art-mention .art-mention-content .art-mention-tabs {
    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;
  }
  .art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself {
    border-bottom: 1px solid #E5E5E5;
    margin: 0 -15px;
    padding: 0 15px 50px 15px;
    margin-bottom: 50px;
  }
  .wpcf7 form.wpcf7-form .three-fields-row,
  .wpcf7 form.wpcf7-form .three-fields-row > p {
    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;
  }
}
@media (max-width: 500px) {
  .art-service-menu-two .art-service-menu-two-tabs {
    justify-content: unset;
    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-service-menu-tabs li {
    padding: 0 12px;
  }
}
@media (max-width: 420px) {
  .art-product-layout-classic .art-single-product-top .entry-summary form.cart .quantity {
    float: none;
  }
  .art-product-layout-classic .art-single-product-top .entry-summary form.cart .single_add_to_cart_button {
    margin-top: 20px;
  }
}
@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 {
    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 */
