/*!
Theme Name: feathr
Theme URI: http://underscores.me/
Author: Curtis Williams
Author URI: http://lobocreative.studio/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: feathr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

feathr is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1360px) {
  .container {
    max-width: 1358px;
  }
}
@media screen and (min-width: 1200px) {
  .container-inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding: 0 30px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.container .row .col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.t-grid iframe {
  min-height: 160vh !important;
}

.help-info .help-banner-section {
  padding: 56px 0;
  background: #333;
}
.help-info .help-banner-section .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .help-info .help-banner-section .container {
    flex-wrap: wrap;
  }
}
.help-info .help-banner-section h1 {
  line-height: 48px;
  margin-bottom: 20px;
}
.help-info .help-banner-section h1 a {
  font-size: 44px;
  line-height: 46px;
  margin-bottom: 8px;
  font-family: "Dala Moa";
  font-weight: 700;
  color: #fff;
}
.help-info .help-banner-section .help-banner-content {
  width: 100%;
  padding-left: 25px;
  max-width: 405px;
  color: #fff;
}
@media (max-width: 1023px) {
  .help-info .help-banner-section .help-banner-content {
    padding-left: 0;
    padding-bottom: 100px;
  }
}
.help-info .help-banner-section .img-wrap {
  display: flex;
}
.help-info .help-banner-section img.help-banner-img {
  width: 877px !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 512px;
}
@media screen and (max-width: 600px) {
  .help-info .help-banner-section img.help-banner-img {
    height: 100%;
  }
}
.help-info .help-banner-section .read-more {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.help-info span a {
  color: #00df94;
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #4f4f4f;
  margin-bottom: 24px;
}
.help-info .wallpaper-two-box {
  padding-top: 80px;
}
.help-info .wallpaper-two-box .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.help-info .wallpaper-two-box .wallpaper-box-single {
  width: 100%;
  max-width: 49.2%;
  background: #f8f5f1;
}
@media (max-width: 525px) {
  .help-info .wallpaper-two-box .wallpaper-box-single {
    max-width: 100%;
  }
}
.help-info .wallpaper-two-box .wallpaper-box-single-img {
  display: flex;
}
.help-info .wallpaper-two-box .wallpaper-box-single-img a {
  height: 416px;
  width: 100%;
  display: inline-block;
}
.help-info .wallpaper-two-box .wallpaper-box-single-content {
  padding: 40px 24px;
  max-width: 428px;
}
.help-info .artist-blog-section .container {
  display: flex;
  flex-wrap: wrap;
}
.help-info .artist-blog-section h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #333;
}
.help-info .artist-blog-section .read-more {
  margin-top: 14px;
}
.help-info .artist-blog-section span a {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.help-info .marble-wallpaper-section {
  padding-top: 80px;
}
.help-info .marble-wallpaper-section span a {
  padding-bottom: 20px;
  border-bottom: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  max-width: 282px;
}
.help-info .marble-wallpaper-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.help-info .marble-wallpaper-section .img-wrap {
  display: flex;
  width: 100%;
  max-width: 877px;
  height: 512px;
}
@media screen and (min-width: 780px) and (max-width: 1360px) {
  .help-info .marble-wallpaper-section .img-wrap {
    max-width: 70%;
  }
}
@media screen and (max-width: 780px) {
  .help-info .marble-wallpaper-section .img-wrap {
    max-width: 100%;
  }
}
.help-info .marble-wallpaper-section img.help-banner-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.help-info .marble-wallpaper-section .help-banner-content {
  width: 100%;
  padding-left: 0;
  max-width: 382px;
  color: #333;
}
@media screen and (min-width: 780px) and (max-width: 1360px) {
  .help-info .marble-wallpaper-section .help-banner-content {
    max-width: 25%;
  }
}
@media screen and (max-width: 780px) {
  .help-info .marble-wallpaper-section .help-banner-content {
    max-width: 100%;
    margin-top: 30px;
  }
}

.news-block {
  margin: 100px 0;
}

.instagram {
  margin: 100px 0;
  text-align: center;
}
.instagram h2 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram h2 svg {
  margin-right: 10px;
}

.fullwidth {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .fullwidth.container {
    max-width: 880px !important;
  }
}
.fullwidth li, .fullwidth p {
  color: #333;
}
.fullwidth .centered {
  text-align: center;
}
.fullwidth h2.shrinkh2 {
  font-size: 32px;
  line-height: 34px;
}
.fullwidth h1, .fullwidth h2, .fullwidth h3, .fullwidth h4, .fullwidth h5 {
  margin-bottom: 24px;
}
.fullwidth a {
  transition: all 0.4s;
  text-decoration: none !important;
  color: #00df94;
}
.fullwidth a:hover {
  opacity: 0.7;
  color: #333;
}

.artist-archive .wallpaper-two-box {
  margin-top: -329px;
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .artist-archive .wallpaper-two-box {
    margin-top: -272px;
  }
}
.artist-archive .wallpaper-two-box .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.artist-archive .blog-grid {
  display: flex;
  flex-wrap: wrap;
}

.artist-single-featured {
  width: 100%;
  flex: 49.2%;
  max-width: 49.2%;
  background: #f8f5f1;
}
@media screen and (max-width: 560px) {
  .artist-single-featured {
    flex: unset;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.artist-single-featured .wallpaper-box-single-img {
  display: flex;
}
.artist-single-featured .wallpaper-box-single-img a {
  height: 416px;
  width: 100%;
  display: inline-block;
}
.artist-single-featured .wallpaper-box-single-content {
  padding: 40px 24px;
  max-width: 428px;
}
.artist-single-featured span strong a {
  color: #00df94;
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}

.read-more {
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 2px solid #333;
}
.read-more:hover {
  color: #00df94;
}

.artist-single {
  width: 100%;
  max-width: 31.8%;
  margin: 80px 0.7179% 0;
  background: #fff;
  margin-top: 80px;
}
@media screen and (max-width: 560px) {
  .artist-single {
    flex: unset;
    max-width: 100%;
    margin: 45px 0 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1202px) {
  .artist-single {
    max-width: 31.8%;
  }
}
.artist-single .wallpaper-box-single-img {
  display: flex;
}
.artist-single .wallpaper-box-single-img a {
  height: 400px;
  width: 100%;
  display: inline-block;
}
.artist-single .wallpaper-box-single-img a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.artist-single .wallpaper-box-single-content {
  padding: 30px 0 0;
}
.artist-single span {
  color: #00df94;
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}
.artist-single h3 a {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-family: "Dala Moa";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #333;
}

.contact {
  margin-top: 80px;
  margin-bottom: 80px;
}
.contact p {
  margin: 28px 0;
}
.contact .closing a {
  text-decoration: underline;
}
.contact form {
  background: #F8F5F1;
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .contact form {
    margin-top: 40px;
  }
}
.contact form textarea {
  height: 145px;
  margin-bottom: 16px;
}
.contact form input[type=submit] {
  margin-top: 30px;
}
.contact form .button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact__details {
  display: flex;
  align-items: center;
}
.contact__details a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.contact__details p {
  color: #00DF94;
  margin: 0 20px;
}

@media screen and (max-width: 500px) {
  .wpcf7-checkbox label {
    display: flex;
    align-items: center;
  }
}
.help-info .help-banner-section {
  padding: 56px 0;
  background: #333;
}
.help-info .help-banner-section .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .help-info .help-banner-section .container {
    flex-wrap: wrap;
  }
}
.help-info .help-banner-section h1 {
  line-height: 48px;
  margin-bottom: 20px;
}
.help-info .help-banner-section h1 a {
  font-size: 44px;
  line-height: 46px;
  margin-bottom: 8px;
  font-family: "Dala Moa";
  font-weight: 700;
  color: #fff;
}
.help-info .help-banner-section .help-banner-content {
  width: 100%;
  padding-left: 25px;
  max-width: 405px;
  color: #fff;
}
@media (max-width: 1023px) {
  .help-info .help-banner-section .help-banner-content {
    padding-left: 0;
    padding-bottom: 100px;
  }
}
.help-info .help-banner-section .img-wrap {
  display: flex;
}
.help-info .help-banner-section img.help-banner-img {
  width: 877px !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 512px;
}
@media screen and (max-width: 600px) {
  .help-info .help-banner-section img.help-banner-img {
    height: 100%;
  }
}
.help-info .help-banner-section .read-more {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.help-info span a {
  color: #00df94;
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #4f4f4f;
  margin-bottom: 24px;
}
.help-info .wallpaper-two-box {
  padding-top: 80px;
}
.help-info .wallpaper-two-box .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.help-info .wallpaper-two-box .wallpaper-box-single {
  width: 100%;
  max-width: 49.2%;
  background: #f8f5f1;
}
@media (max-width: 525px) {
  .help-info .wallpaper-two-box .wallpaper-box-single {
    max-width: 100%;
  }
}
.help-info .wallpaper-two-box .wallpaper-box-single-img {
  display: flex;
}
.help-info .wallpaper-two-box .wallpaper-box-single-img a {
  height: 416px;
  width: 100%;
  display: inline-block;
}
.help-info .wallpaper-two-box .wallpaper-box-single-content {
  padding: 40px 24px;
  max-width: 428px;
}
.help-info .artist-blog-section .container {
  display: flex;
  flex-wrap: wrap;
}
.help-info .artist-blog-section h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #333;
}
.help-info .artist-blog-section .read-more {
  margin-top: 14px;
}
.help-info .artist-blog-section span a {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.help-info .marble-wallpaper-section {
  padding-top: 80px;
}
.help-info .marble-wallpaper-section span a {
  padding-bottom: 20px;
  border-bottom: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  max-width: 282px;
}
.help-info .marble-wallpaper-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.help-info .marble-wallpaper-section .img-wrap {
  display: flex;
  width: 100%;
  max-width: 877px;
  height: 512px;
}
@media screen and (min-width: 780px) and (max-width: 1360px) {
  .help-info .marble-wallpaper-section .img-wrap {
    max-width: 70%;
  }
}
@media screen and (max-width: 780px) {
  .help-info .marble-wallpaper-section .img-wrap {
    max-width: 100%;
  }
}
.help-info .marble-wallpaper-section img.help-banner-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.help-info .marble-wallpaper-section .help-banner-content {
  width: 100%;
  padding-left: 0;
  max-width: 382px;
  color: #333;
}
@media screen and (min-width: 780px) and (max-width: 1360px) {
  .help-info .marble-wallpaper-section .help-banner-content {
    max-width: 25%;
  }
}
@media screen and (max-width: 780px) {
  .help-info .marble-wallpaper-section .help-banner-content {
    max-width: 100%;
    margin-top: 30px;
  }
}

.news-block {
  margin: 100px 0;
}

.icon-repeater {
  margin-top: 100px;
  margin-bottom: 100px;
}
.icon-repeater h2 {
  text-align: center;
  margin-bottom: 30px;
}
.icon-repeater .btn {
  margin-top: 50px;
}
.icon-repeater .box {
  padding: 48px 44px 60px 30px;
  background: #f8f5f1;
}
.icon-repeater .box h2 {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .icon-repeater .box {
    padding: 20px 20px 60px 20px;
  }
}
.icon-repeater .box .link {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #333;
  transition: all 0.4s;
  text-transform: uppercase;
}
.icon-repeater .box .link:hover {
  border-color: #87da97;
}
.icon-repeater .col-lg-3:nth-child(3) .box {
  background-image: url("https://ucarecdn.com/260c37c6-67cd-4ed9-9a1e-217e954cd4eb/");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  height: 400px;
  background-color: transparent;
  padding-left: 40px;
  padding-right: 30px;
  background-position-x: -6px;
}
.icon-repeater .col-lg-3 {
  padding: 10px;
}

.call-out {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .call-out .col-lg-7 .box {
    margin-bottom: 40px;
  }
}
.call-out .box {
  background: #F8F5F1;
}
.call-out .box .content {
  padding: 40px 0;
  max-width: 441px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 998px) {
  .call-out .box .content {
    max-width: 271px;
  }
}
.call-out .box .content.small {
  max-width: 271px;
}
@media screen and (max-width: 500px) {
  .call-out .box .content {
    max-width: 85% !important;
  }
}
.call-out .box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 350px;
}

.products-feed-block {
  margin-top: 100px;
  margin-bottom: 100px;
}
.products-feed-block h2.heading {
  margin-bottom: 32px;
  text-align: center;
}
.products-feed-block p.content {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 32px;
}
.products-feed-block ul.products li.product a img {
  margin-bottom: 8px;
}

.image-hero {
  height: 379px;
}
.image-hero img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 379px;
}

@media screen and (max-width: 768px) {
  .image-hero-content.container {
    padding: 0;
  }
}
.image-hero-content .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 379px;
  background: #283E56;
  padding: 66px 90px;
  text-align: center;
  max-width: 641px;
  margin-top: -379px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .image-hero-content .box {
    padding: 45px 20px;
  }
}
.image-hero-content .box h1 {
  max-width: 410px;
  color: #fff;
  margin: 0 auto 20px;
}
.image-hero-content .box p {
  max-width: 410px;
  margin: 0 auto 12px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .mobile_image {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mobile_image img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.flexible-form {
  text-align: center;
  padding: 70px 0;
  background: #F8F5F1;
  margin-top: 100px;
  margin-bottom: -120px;
}
.flexible-form .contact__details {
  justify-content: center;
}
.flexible-form .flexy-form {
  text-align: left;
  max-width: 652px;
  margin: 56px auto 0;
}
.flexible-form .flexy-form textarea {
  height: 145px;
}
@media screen and (min-width: 900px) {
  .flexible-form .container {
    max-width: 878px !important;
  }
}

.from-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.from-group input {
  margin-bottom: 0 !important;
}
.from-group select {
  height: 50px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 500px) {
  .from-group .form-field.half-field {
    max-width: 48.15999%;
  }
}
.from-group .form-field {
  margin-bottom: 16px;
  width: 100%;
}
.from-group input[type=submit] {
  justify-content: center;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  text-align: center;
}

.fiffty-banner {
  background: #F8F5F1;
}
.fiffty-banner img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.fiffty-banner .row {
  align-items: center;
}
.fiffty-banner svg {
  max-width: 40px;
}
.fiffty-banner.dark-mode {
  background: #333333;
}
.fiffty-banner.dark-mode p, .fiffty-banner.dark-mode a, .fiffty-banner.dark-mode h1, .fiffty-banner.dark-mode h2, .fiffty-banner.dark-mode h3, .fiffty-banner.dark-mode h4 {
  color: #fff;
}
.fiffty-banner.margin {
  margin-top: 100px;
  margin-bottom: 100px;
}
.fiffty-banner h2 {
  margin: 0 0 16px 0;
}
.fiffty-banner blockquote {
  margin: 0 0 1rem;
  font-family: "Campton Book";
}
.fiffty-banner blockquote em {
  font-family: "Campton Book";
  font-style: italic;
}

.title {
  text-align: center;
}
.title h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 52px;
  margin: 50px auto 100px;
}

.wp-block-yoast-faq-block {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .wp-block-yoast-faq-block {
    padding: 0 30px;
  }
}
.wp-block-yoast-faq-block .schema-faq-question {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 17px 56px 17px 12px;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  font-family: "Dala Moa";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  color: #333333;
  border-top: 1px solid #CBCBCB;
}
.wp-block-yoast-faq-block .schema-faq-question:after {
  content: "";
  position: absolute;
  background-size: contain;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/feathr/assets/svg/faq-plus.svg");
  top: 50%;
  font-family: serif;
  right: 0;
  width: 22px;
  text-align: center;
  transform: translateY(-50%);
}
.wp-block-yoast-faq-block .schema-faq-question.faq-q-open:after {
  content: "";
  width: 14px;
  height: 5px;
  background-image: url("/wp-content/themes/feathr/assets/svg/faq-minus.svg");
}
.wp-block-yoast-faq-block .schema-faq-section:nth-last-child(1) {
  border-bottom: 1px solid #CBCBCB;
}
.wp-block-yoast-faq-block p.schema-faq-answer {
  margin: 0;
  padding: 12px;
  background-color: #fff;
  font-size: 16px !important;
  line-height: 1.4 !important;
  display: none;
}
.wp-block-yoast-faq-block p.schema-faq-answer img {
  margin-top: 10px;
}

.faq-section-title h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  color: #333333;
  margin-bottom: 45px;
  margin-top: 100px;
}

@media (min-width: 576px) {
  .wp-block-yoast-faq-block {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wp-block-yoast-faq-block {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wp-block-yoast-faq-block, .faq-section-title {
    max-width: 880px !important;
  }
}
.tax-grid {
  margin: 100px auto;
  text-align: center;
}
.tax-grid h2 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tax-grid .tax_outer {
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.01) 0%, rgba(51, 51, 46, 0.2) 100%);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 512px;
}
@media screen and (max-width: 768px) {
  .tax-grid .tax_outer {
    height: 196px;
    margin-bottom: 24px;
  }
}
.tax-grid .tax_outer:hover img {
  filter: brightness(0.6);
  transform: scale(1.4);
  transition: all 4s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tax-grid .tax_outer {
    height: 380px;
  }
}
.tax-grid .tax_outer h3 {
  color: #fff;
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-family: "Campton Book";
}
.tax-grid .tax_outer img {
  transform: scale(1);
  transition: all 4s ease-in-out;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tax-grid .row_start {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .tax-grid .row_start:nth-child(1) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tax-grid .feat {
    height: 272px;
  }
}
.tax-grid .tax_group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .tax-grid .tax_group {
    max-width: 28%;
  }
}
.tax-grid .tax_group .tax_outer {
  height: 244px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tax-grid .tax_group .tax_outer {
    height: 178px;
  }
}
@media screen and (min-width: 768px) {
  .tax-grid .tax_l {
    max-width: 68%;
  }
  .tax-grid .mr {
    margin-right: 12px;
  }
  .tax-grid .ml {
    margin-left: 12px;
  }
}

.content-with-banner {
  margin: 40px 0 120px 0;
}
@media screen and (min-width: 900px) {
  .content-with-banner .container {
    max-width: 880px;
  }
}
.content-with-banner .about-social {
  background: url("https://ucarecdn.com/7d9c0195-8de3-4ef9-83f7-02633b9cacf0/-/preview/-/quality/smart/-/format/auto/");
  width: 100%;
  max-width: 318px;
  min-height: 409px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding: 40px 45px 40px 42px;
}
.content-with-banner a {
  color: #00df94;
  text-decoration: underline;
}
.content-with-banner .socials a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-size: 1rem;
  font-family: "Helvetica";
}

p, a, body, span, h1, h2, h3, h4, h5, h6, li, ul, b, strong {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Campton Book";
  src: url("../assets/font/Campton-Bold.woff2") format("woff2"), url("../assets/font/Campton-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton Book";
  src: url("../assets/font/Campton-Book.woff2") format("woff2"), url("../assets/font/Campton-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: "SF Pro Text";
    src: url("../assets/font/SFProText-Regular.woff2") format("woff2"), url("../assets/font/SFProText-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: "Dala Moa";
  src: url("../assets/font/DalaMoa-Bold.woff2") format("woff2"), url("../assets/font/DalaMoa-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: "SF Pro Text";
    src: url("../assets/font/SFProText-Semibold.woff2") format("woff2"), url("../assets/font/SFProText-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: "Campton Light DEMO";
  src: url("../assets/font/Campton-LightDEMO.woff2") format("woff2"), url("../assets/font/Campton-LightDEMO.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v12/-nFhOHM81r4j6k0gjAW3mujVU2B2G_VB3vD212k.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v12/-nFhOHM81r4j6k0gjAW3mujVU2B2G_VB0PD2.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v12/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0ujy.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v12/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  font-family: "DM Serif Display";
  font-weight: 500;
  font-style: normal;
  font-size: 56px;
  line-height: 110%;
}

h1 {
  font-family: "DM Serif Display";
  font-weight: 500;
  font-style: normal;
  font-size: 44px;
  line-height: 56px;
  color: #333;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 36px;
    line-height: 125%;
  }
}

h2 {
  font-family: "DM Serif Display";
  font-weight: 500;
  font-style: normal;
  font-size: 44px;
  line-height: 46px;
  color: #333;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

h3 {
  font-family: "DM Serif Display";
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #333;
}

h4 {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
}

h5 {
  font-family: "Campton Book";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
}

h6 {
  font-family: "Campton Book";
  font-size: 14px;
  line-height: 24px;
  color: #4f4f4f;
  font-weight: 700;
}

.space {
  margin: 60px auto;
}

p {
  font-family: "Campton Book";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.medium {
  font-weight: 475;
  font-size: 14px;
  line-height: 24px;
}

.small {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.0409091px;
}

ul, li {
  color: #592642;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Campton Book";
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

big {
  font-size: 125%;
}

strong, b {
  font-weight: 700;
}

span {
  font-family: "Campton Book";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

/* Elements
--------------------------------------------- */
.privacy-policy h1, .privacy-policy h2, .privacy-policy h3, .privacy-policy h4, .privacy-policy h5 {
  margin: 30px 0 15px;
}

.post, .page {
  margin: 0 !important;
}

html {
  scroll-behavior: smooth;
}

.has-text-align-center {
  text-align: center;
}

.aligncenter {
  text-align: center;
  margin: auto;
}

hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

li {
  font-family: "Campton Book";
}

ul {
  padding-left: 0;
}

ul li {
  padding-left: 16px;
  margin-bottom: 5px;
  line-height: 26px;
  color: #333;
  list-style: none;
  position: relative;
}
ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #434343;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

.background-img {
  background-position: center;
  background-size: cover;
}

/* Links
--------------------------------------------- */
a {
  font-family: "Campton Book";
  font-style: normal;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a:hover, a:focus, a:active {
  transition: all 0.4s ease-in-out;
  color: #000000;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
  color: #00df94;
  text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #00df94 !important;
  border: 1px solid #00df94;
  font-family: "Campton Book";
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
  width: 327px;
  height: 48px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333 !important;
  transition: all 0.5s ease;
  outline: none;
}
button:hover, button:active, button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  opacity: 0.7;
  transition: all 0.3s ease;
  box-shadow: none !important;
  outline: none !important;
}

.shop-btnnew {
  display: block;
  margin: 24px 0;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  background: #1ce29f;
  padding: 15px 25px;
  text-align: center;
}
.shop-btnnew:hover {
  opacity: 0.8;
  color: #333;
}

.btn {
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  background: #1ce29f;
  padding: 16px 80px;
  text-align: center;
  transition: all 0.5s ease;
}
.btn:hover, .btn:active, .btn:focus {
  color: #fff;
  background: #188561;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.5s ease;
}
.btn svg {
  margin-left: 15px;
  position: relative;
  top: 3px;
}

/**
* Load More 
**/
.blog-grid__loadmore, .view_count {
  width: 100%;
  justify-content: center;
  display: flex;
}

.all_loaded {
  opacity: 0.7 !important;
  cursor: no-drop !important;
}

.blog-grid__loadmore-button {
  background: #00df94 !important;
  border: 1px solid #00df94;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
  width: 327px;
  height: 48px;
  margin-top: 70px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333 !important;
  transition: all 0.5s ease;
}
.blog-grid__loadmore-button:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.blog-grid__loadmore-button img {
  max-width: 24px;
  display: none;
}
.blog-grid__loadmore-button.blog-grid__loadmore--loading img {
  display: inline-block;
  animation: spin 300ms infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #000;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Features
--------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FF0000;
  max-width: 275px;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
  width: 100%;
  border-radius: 80px;
  border: 1px solid #8BD353;
  margin-bottom: 10px;
  padding: 12px 18px;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.wpcf7 input[type=text],
.wpcf7 input[type=url],
textarea,
.wpcf7 input[type=email],
.wpcf7 input[type=tel], select {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #fff;
  display: block;
  width: 100%;
  padding: 15px 16px;
  font-family: "Campton Book";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 16px;
  background-color: #fff;
}
.wpcf7 input[type=text]:focus, .wpcf7 input[type=text]:active,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=url]:active,
textarea:focus,
textarea:active,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=email]:active,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=tel]:active, select:focus, select:active {
  outline: none;
}
.wpcf7 input[type=text].wpcf7-not-valid,
.wpcf7 input[type=url].wpcf7-not-valid,
textarea.wpcf7-not-valid,
.wpcf7 input[type=email].wpcf7-not-valid,
.wpcf7 input[type=tel].wpcf7-not-valid, select.wpcf7-not-valid {
  border: red 2px solid !important;
}
.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, textarea::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, select::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E0F0E;
  opacity: 1; /* Firefox */
  font-style: normal;
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=url]::placeholder,
textarea::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder, select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E0F0E;
  opacity: 1; /* Firefox */
  font-style: normal;
}
.wpcf7 input[type=text]:-ms-input-placeholder,
.wpcf7 input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.wpcf7 input[type=email]:-ms-input-placeholder,
.wpcf7 input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #0E0F0E;
  font-style: normal;
}
.wpcf7 input[type=text]::-ms-input-placeholder,
.wpcf7 input[type=url]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.wpcf7 input[type=email]::-ms-input-placeholder,
.wpcf7 input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder { /* Microsoft Edge */
  color: #0E0F0E;
  font-style: normal;
}

select {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.01em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSIjMTYxNjE2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-position: right 24px top 24px;
  background-repeat: no-repeat;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(33, 41, 68, 0.5);
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(33, 41, 68, 0.5);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(33, 41, 68, 0.5);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(33, 41, 68, 0.5);
}

label {
  font-family: "Campton Book";
  font-style: normal;
  font-weight: 475;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 4px;
  height: 18px;
  width: 18px;
  background-color: rgba(255, 255, 255, 0);
  top: 0px;
  left: 0px;
  border: 2px solid #333;
  cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: " ";
  background-image: url(/wp-content/themes/feathr/assets/svg/check-square.svg);
  background-size: 22px 22px;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  top: 0;
  background-color: #fff;
  left: 0;
  cursor: pointer;
  visibility: hidden;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 30px;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before {
  border: unset !important;
}

span.wpcf7-list-item-label {
  font-style: normal;
  font-weight: 475;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  font-family: "Campton Book";
  margin-left: 10px;
}

.open {
  display: inline-block !important;
}

.modal-active #page {
  filter: blur(4px);
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 1130px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  animation-delay: -0.9s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

button.fancybox-button.fancybox-button--zoom {
  display: none !important;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.algolia-autocomplete {
  z-index: 999999 !important;
}

.aa-dropdown-menu {
  /* we set the width in JS */
  font-family: sans-serif;
  background-color: #fff;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
}

.aa-dropdown-menu:after {
  content: " ";
  display: block;
  clear: both;
}

.aa-dropdown-menu .aa-input, .aa-dropdown-menu .aa-hint {
  width: 100%;
}

.aa-dropdown-menu .aa-hint {
  color: #999;
}

/* Font */
.aa-dropdown-menu {
  color: #1a1a1a;
  font-size: 12px;
}

.aa-dropdown-menu a {
  font-size: 12px;
  color: #1a1a1a;
  font-weight: normal;
  text-decoration: none;
}

.aa-dropdown-menu a:hover {
  text-decoration: none;
}

/* Header */
.aa-dropdown-menu .autocomplete-header {
  margin: 0 14px;
  line-height: 3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.aa-dropdown-menu .autocomplete-header-title,
.aa-dropdown-menu .autocomplete-header-more {
  font-family: "Campton Book";
  font-style: normal;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 6px 0;
}

.aa-dropdown-menu .autocomplete-header-title {
  float: left;
}

.aa-dropdown-menu .autocomplete-header-more {
  float: right;
}

.aa-dropdown-menu .autocomplete-header-more a {
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.aa-dropdown-menu .autocomplete-header-more a:hover {
  color: rgba(0, 0, 0, 0.4);
}

/* Suggestion */
.aa-dropdown-menu .aa-suggestion {
  padding: 5px 0;
}

.aa-dropdown-menu .aa-suggestion:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.aa-dropdown-menu .aa-suggestion em {
  color: #1ce29f;
  background: rgba(143, 187, 237, 0.1);
  font-style: normal;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-title {
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content {
  color: #63676d;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content em {
  padding: 0 0 1px;
  background: inherit;
  box-shadow: inset 0 -2px 0 0 rgba(28, 226, 159, 0.52);
  color: inherit;
}

.aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #f9f9f9;
}

.aa-dropdown-menu a.suggestion-link {
  display: block;
  padding: 0 14px;
}

.aa-dropdown-menu a.suggestion-link.user-suggestion-link {
  line-height: 32px;
}

.aa-dropdown-menu a.suggestion-link svg {
  vertical-align: middle;
  fill: rgba(0, 0, 0, 0.3);
  float: left;
}

.aa-dropdown-menu .suggestion-post-thumbnail {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  width: 32px;
  height: 32px;
}

.aa-dropdown-menu .suggestion-user-thumbnail {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 16px;
  width: 32px;
  height: 32px;
}

/* Footer */
.aa-dropdown-menu .autocomplete-footer-branding {
  padding: 15px 14px 0px;
  float: right;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 7px;
}

/* Clearfix */
.aa-dropdown-menu .clear {
  clear: both;
}

/* Empty */
.autocomplete-empty {
  clear: both;
  padding: 15px;
}

.autocomplete-empty .empty-query {
  font-weight: bold;
}

.jcrop-holder {
  direction: ltr;
  text-align: left;
}

.jcrop-vline,
.jcrop-hline {
  background: #fff url(Jcrop.gif);
  font-size: 0;
  position: absolute;
}

.jcrop-vline {
  height: 100%;
  width: 1px !important;
}

.jcrop-vline.right {
  right: 0;
}

.jcrop-hline {
  height: 1px !important;
  width: 100%;
}

.jcrop-hline.bottom {
  bottom: 0;
}

.jcrop-tracker {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  height: 100%;
  width: 100%;
}

.jcrop-handle {
  background-color: #333;
  border: 1px #eee solid;
  font-size: 1px;
  height: 7px;
  width: 7px;
}

.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}

.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}

.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}

.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}

.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}

.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}

.jcrop-dragbar.ord-n {
  margin-top: -4px;
}

.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}

.jcrop-dragbar.ord-w {
  margin-left: -4px;
}

.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #fff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000;
  border-color: #fff;
  border-radius: 3px;
}

.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fff;
  border-color: #000;
  border-radius: 3px;
}

.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #fff;
}

.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/
header#masthead {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

@media screen and (max-width: 992px) {
  header .desktop-navigation, header .desktop-search, header .desktop {
    display: none;
  }
  header .home.mobile {
    display: block;
    width: 156px;
    margin: auto !important;
  }
  header .mobile-search {
    padding: 12px;
  }
  header .header-main {
    padding: 18px 0 !important;
  }
}
@media screen and (min-width: 992px) {
  header .mobile {
    display: none;
  }
  header .sub-menu {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  header .cart-section .wishlist {
    display: none;
  }
  header .m-border {
    border-top: 1px solid #F8F5F1;
  }
}
@media screen and (max-width: 600px) {
  header .header-main {
    padding: 18px 27px !important;
  }
}
header ul li {
  padding: 0;
}
header ul li:before {
  content: none;
}
header nav ul {
  display: flex;
}
header nav ul li {
  list-style: none;
}
header .header-main {
  padding: 28.95px 0;
}
header .header-main .home svg {
  max-width: 156px;
}
header .specials {
  float: right;
  margin: 0;
}
header .specials a {
  padding: 0 15px;
  color: #00DF94;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  line-height: 24px;
  align-items: center;
}
header .specials a svg {
  margin-left: 12px;
}
header .specials li:nth-last-child(1) a {
  padding-right: 0;
}
header #menu-main-menu-desktop {
  padding-bottom: 20px;
  margin: 0;
}
header #menu-main-menu-desktop li a {
  padding: 0 15px;
}
header #menu-main-menu-desktop li:nth-child(1) a {
  padding-left: 0;
}
header .cart-section {
  display: flex;
  align-items: baseline;
  justify-content: right;
}
header .cart-section .wishlist {
  margin-right: 28.95px;
}
header .cart-section .widget_wc_aelia_currencyswitcher_widget {
  margin-right: 16px;
}
@media screen and (max-width: 760px) {
  header .cart-section .widget_wc_aelia_currencyswitcher_widget {
    display: none;
  }
}
header .wishlist:not(.empty) svg path {
  stroke: #00df94;
  fill: #00df94;
}
header #searchform form {
  width: 100%;
}
header #searchform input {
  width: 100%;
  height: 40px;
  border: 0;
  background: #f5f5f5 !important;
  border-radius: 20px !important;
  padding: 0 20px 0 48px;
  background-image: url("/wp-content/themes/feathr/assets/svg/search-icon.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  font-size: 14px;
}

@keyframes ticker {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.top-strip {
  background: #333333;
  padding: 0 13px;
  max-height: 50px;
}
@media screen and (max-width: 500px) {
  .top-strip {
    height: 36px;
    overflow: hidden;
  }
  .top-strip .container {
    padding: 0;
  }
  .top-strip .top_text {
    display: flex;
    overflow: hidden;
  }
  .top-strip .top_text p {
    animation: ticker 30s linear infinite;
    white-space: nowrap;
  }
}
.top-strip p, .top-strip a, .top-strip h5, .top-strip h4, .top-strip h3, .top-strip i, .top-strip b, .top-strip strong {
  color: #fff;
  margin: 13px 0;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .top-strip .col-4 {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-strip .col-md-7 {
    padding: 0 20px;
  }
}
.top-strip .col-md-7 a {
  text-decoration: underline;
}
@media screen and (max-width: 450px) {
  .top-strip .col-md-7 p {
    margin: 6px 0 0 0;
    max-height: 30px;
  }
  .top-strip .col-md-7 a {
    height: 36px;
  }
}
@media screen and (min-width: 500px) {
  .top-strip nav {
    float: right;
  }
}
.top-strip nav span {
  color: #fff;
}
.top-strip nav ul {
  margin: 0;
}
.top-strip nav li {
  margin: 0;
  padding: 0;
}
.top-strip nav li.featured a {
  padding: 13px 20px;
  background: #F8F5F1;
  color: #000;
  display: flex;
  margin: 0;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .top-strip nav li.featured a {
    height: 36px;
    margin-right: 24px;
    padding: 6px 18px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 385px) {
  .top-strip nav li.featured a {
    margin-right: 0;
  }
}
@media screen and (max-width: 380px) {
  .top-strip nav li.featured a {
    padding: 6px 16px;
  }
}
.top-strip nav li.featured a:hover {
  text-decoration: none;
  background-color: #283E56;
  color: #fff;
}
.top-strip nav li.featured a::before {
  content: "";
  background-image: url("/wp-content/themes/feathr/assets/svg/green-plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 8px;
}
.top-strip nav li a {
  font-size: 14px;
  color: #fff;
  padding: 13px 10px;
}
.top-strip nav li a:hover {
  text-decoration: underline;
}
.top-strip nav li:nth-last-child(1) span {
  display: none;
}

.cart-bag {
  position: relative;
}

#header-bag-count {
  top: -22px;
  left: 4px;
  border-radius: 100%;
  display: flex;
  right: 18px;
  width: 16px;
  height: 16px;
  background: #00df94 !important;
  z-index: 3;
  justify-content: center;
  position: absolute;
}
@media screen and (max-width: 999px) {
  #header-bag-count {
    top: -18px;
  }
}
#header-bag-count span {
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  color: #000;
  line-height: 17px;
}

.header-reasons {
  background: #F8F5F1;
  padding: 10px 0;
}
.header-reasons #righta {
  right: 0;
  top: 4px;
}
.header-reasons .slick-arrow {
  position: absolute;
}
.header-reasons.invert p {
  color: #fff;
}
@media screen and (min-width: 760px) {
  .header-reasons .trust svg {
    position: relative;
    top: 2px;
  }
}
.header-reasons .benefit:not(.trust) {
  display: flex;
  align-items: center;
}
.header-reasons .benefit:not(.trust) svg {
  margin-right: 10px;
  max-width: 25px;
}
.header-reasons p {
  margin-top: 2px !important;
  margin: 0;
  font-weight: 475;
  font-size: 12px;
  line-height: 10px;
}
@media screen and (min-width: 760px) {
  .header-reasons .reasonsRow {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 762px) {
  .header-reasons {
    padding: 14px 0;
  }
  .header-reasons .benefit {
    justify-content: center;
    display: flex;
  }
}

.breadcrumbs p, .breadcrumbs a {
  font-weight: 475;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.breadcrumbs a {
  padding: 0 4px;
}
.breadcrumbs a:nth-child(1) {
  padding-left: 0;
}
.breadcrumbs .breadcrumb_last {
  padding: 0 4px;
  font-family: "Campton Book";
}

@media screen and (min-width: 900px) {
  body {
    padding-top: 206px;
  }
}
@media screen and (max-width: 900px) {
  body {
    padding-top: 182px;
  }
}
.scrolled-nav.fixed-top {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scrolled-nav.fixed-top .top-strip {
  display: none;
}
.scrolled-nav.fixed-top .megha-menu {
  top: 126px;
}

.scrolling-down {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(-205px);
}

.breadcrumb_last {
  font-size: 14px;
}

ins {
  text-decoration: none;
}

.widget_wc_aelia_currencyswitcher_widget .countries li::before {
  display: none !important;
  content: unset !important;
}
.widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_country_selector .dropdown {
  padding: 0 !important;
  margin-top: -10px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  border: none !important;
  background: #FFFFFF !important;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05) !important;
}
@media screen and (max-width: 760px) {
  .widget_wc_aelia_currencyswitcher_widget .wc_aelia_cs_country_selector .dropdown {
    margin-left: -60px;
  }
}

.wc_aelia_cs_country_selector .selected_country:before {
  content: "";
  background-size: contain;
  background-image: url("/wp-content/themes/feathr/assets/svg/currency_dropdown.svg");
  background-repeat: no-repeat;
  top: 18px !important;
  border-bottom: none !important;
  border-right: none !important;
  transform: rotate(0deg) !important;
}

.wc_aelia_cs_country_selector .selected_country {
  max-width: 68px !important;
  border: none !important;
}

.currency_button {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: unset !important;
  margin-right: 20px;
  opacity: 0.4;
}
.currency_button.active {
  opacity: 1 !important;
}

.wc_aelia_cs_country_selector.dropdown_selector {
  padding: 0 !important;
}

.menu-open .megha-menu {
  display: block;
  animation: Grow 0.4s ease-in-out;
}
@media screen and (max-width: 992px) {
  .menu-open .megha-menu {
    display: none !important;
  }
}

.megha-menu > .container > .sub-menu {
  display: block;
  background: #fff;
  padding: 24px 0 120px;
  width: 100%;
  z-index: 9;
  left: 0;
  margin: 0 auto;
  right: 0;
  -moz-column-count: 6;
       column-count: 6;
  max-height: 540px;
  padding-bottom: 0px;
}

.help-mega-menu .container > .sub-menu {
  display: block;
  background: #fff;
  padding: 24px 160px 120px;
}
.help-mega-menu .menu-item-26359 a {
  line-height: 16px !important;
  margin-top: 9px !important;
}
.help-mega-menu .sub-menu {
  -moz-column-count: 2 !important;
       column-count: 2 !important;
}
.help-mega-menu .menu-item-has-children {
  max-width: 455px;
}

.help-mega-menu .sub-menu .sub-menu {
  height: 140px;
}

.megha-menu {
  display: none;
  background: #fff;
  padding: 24px 0 120px;
  transform-origin: 0 0;
  position: absolute;
  width: 100%;
  top: 172px;
  z-index: 9;
  left: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  max-height: 540px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .megha-menu li a {
    line-height: 20px !important;
  }
}
@media screen and (max-width: 1322px) {
  .megha-menu li a {
    line-height: 18px !important;
  }
}
.megha-menu strong {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #4f4f4f;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 16px;
}
.megha-menu .menu-item-has-children {
  margin: 0;
  padding: 0;
}
.megha-menu .menu-item-has-children a {
  line-height: 0;
  padding: 0 !important;
  display: inline-block;
  width: 100%;
}
.megha-menu .sub-menu .sub-menu {
  display: block;
  font-weight: 400;
  color: #333;
  padding: 0;
  margin-bottom: 24px;
  display: block;
  position: relative !important;
  top: 0 !important;
  width: auto !important;
  visibility: visible;
  opacity: 1;
  -moz-column-count: inherit;
       column-count: inherit;
  padding-bottom: 0;
}
.megha-menu .sub-menu .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.megha-menu .sub-menu .sub-menu li a {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.megha-menu #menu-item-4251 .sub-menu, .megha-menu #menu-item-4269 .sub-menu, .megha-menu #menu-item-4286 .sub-menu, .megha-menu #menu-item-4309 .sub-menu {
  -moz-column-break-after: column !important;
       break-after: column !important;
}

.menu-main-menu-desktop-container .menu-item-has-children {
  position: unset;
}

@keyframes Grow {
  0% {
    opacity: 0;
    transform: scaleY(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
footer {
  padding: 80px 0 0 0;
  background: #f2f2f2;
  margin-top: 120px;
  clear: both;
}
footer .widgets.signup-section {
  margin-left: 0;
  max-width: 23.66%;
}
@media screen and (min-width: 1020px) and (max-width: 1360px) {
  footer .container.footer-main {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 580px) and (max-width: 1023px) {
  footer .widgets.signup-section {
    flex: 52% !important;
  }
  footer .widgets.signup-section p {
    max-width: 400px;
  }
  footer .widgets.signup-section .footer-signup {
    max-width: 300px;
  }
  footer .widgets:nth-child(2) {
    flex: 40%;
    margin: 0 0 40px;
    padding: 0 30px;
  }
  footer .widgets {
    margin-left: 1.7% !important;
    flex: 30%;
    margin-left: 1.7% !important;
  }
  footer .widgets .socials {
    margin-right: 25%;
  }
}
@media screen and (max-width: 580px) {
  footer .container.footer-main {
    overflow: hidden;
  }
  footer .social-footer .widget-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  footer .social-footer .widget-content .trustpilot-widget {
    width: 48%;
    left: -60px;
    top: 19px;
  }
  footer .social-footer .widget-content .socials {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .social-footer .widget-content .socials a {
    flex: 50%;
  }
  footer .widgets.signup-section {
    margin-left: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    order: -1;
  }
  footer .widgets {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  footer .footer-main {
    display: block !important;
  }
  footer h6 {
    background: url(../assets/svg/footer-chevron-down.svg) no-repeat;
    background-position: right 0;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1023px) {
  footer .widgets {
    width: 100%;
    max-width: 15.33%;
    margin-left: 1.7%;
  }
}
footer .container.footer-main {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 1360px) {
  footer .container.footer-main {
    max-width: 1334px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1360px) {
  footer .container.footer-main {
    max-width: 100% !important;
  }
}
footer li {
  padding: 0;
  list-style: none;
  position: relative;
  margin-bottom: 5px;
  line-height: 26px;
}
footer li:before {
  content: none;
}
footer li a {
  font-weight: 475;
  font-size: 14px;
  line-height: 24px;
}
footer h6 {
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 32px;
}
footer .socials {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
footer .footer-signup {
  position: relative;
}
footer .footer-signup .widget-content span {
  display: block;
}
footer .footer-signup .wpcf7-form-control-wrap {
  position: relative;
}
footer .footer-signup input[type=submit] {
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(../assets/svg/submit-icon.svg) no-repeat !important;
  border: 0;
  font-size: 0;
  top: 9px;
  padding: 0 36px 0 0;
  margin: unset;
}
footer .footer-signup input[type=email] {
  background: #fff;
  border-radius: 20px;
  border: 0;
  height: 40px;
  width: 100%;
  width: 100%;
  padding: 0 0 0 16px;
  max-width: 285px !important;
}
@media screen and (min-width: 1100px) and (max-width: 1260px) {
  footer .footer-signup input[type=email] {
    max-width: 250px !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1100px) {
  footer .footer-signup input[type=email] {
    max-width: 90% !important;
  }
}
@media screen and (max-width: 580px) {
  footer .footer-signup input[type=email] {
    max-width: 96% !important;
  }
}
footer .contacts a {
  font-weight: 475;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 5px;
  display: block;
}
footer .contacts .medium {
  margin-bottom: 14px;
  margin-top: 0;
  line-height: 32px;
}
footer .contacts .small {
  line-height: 18px;
}
footer .footer-bottom {
  background: #00DF94;
  padding: 35px 0;
  margin-top: 50px;
}
@media screen and (max-width: 580px) {
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom p {
    line-height: 25px;
  }
}
footer .footer-bottom .row {
  align-items: center;
}
footer .footer-bottom svg {
  height: 21px;
  margin-right: 12px;
}
footer .footer-bottom svg:nth-child(1) {
  margin-left: 10px;
}
@media screen and (max-width: 760px) {
  footer .footer-bottom svg {
    height: 18px;
    margin-right: 8px;
    text-align: center;
    margin-left: 0 !important;
  }
}
footer .footer-bottom a {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
}
footer .footer-bottom span {
  display: inline-block;
  padding: 0 16px;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  footer .footer-bottom span {
    padding: 0 8px;
  }
}
footer .footer-bottom .footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-bottom .footer-payment-icons:hover {
  color: #333;
}
@media screen and (max-width: 600px) {
  footer .footer-bottom .footer-payment-icons {
    display: block;
    margin-top: 12px;
  }
  footer .footer-bottom .footer-payment-icons svg {
    margin-top: 10px;
  }
}

.menu-toggle span {
  display: block;
  height: 2px;
  width: 25px;
  background: #333;
  margin: 5px 0;
  transition: all 0.4s;
}

.menu-toggle {
  display: block;
}

.mobile-open .menu-toggle span:nth-child(2) {
  display: none;
}

.mobile-open .menu-toggle span {
  transform: rotate(45deg);
  margin: 0;
}

.mobile-open .menu-toggle span:last-child {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.mobile-open header#masthead {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: #FFF;
}

@media screen and (min-width: 992px) {
  .mobile-slide-menu {
    display: none;
  }
}
.mobile-slide-menu {
  position: fixed;
  left: -100%;
  top: 176px;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  height: calc(100vh - 60px);
  transition: all 0.4s;
  overflow-y: auto;
  z-index: 9999;
}
.mobile-slide-menu .help-mega-menu .sub-menu {
  -moz-column-count: 1 !important;
       column-count: 1 !important;
}
.mobile-slide-menu .menu-item-has-children span.menu-drops {
  background: url("/wp-content/themes/feathr/assets/svg/chevron-down.svg") no-repeat;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  right: 24px;
  top: 16px;
  transition: all 0.4s;
}
.mobile-slide-menu .back-menu {
  height: 59px;
  display: flex;
  align-items: center;
  padding: 0 24px !important;
  padding-left: 64px !important;
  background: #fff url("/wp-content/themes/feathr/assets/svg/arrow-left.svg") no-repeat !important;
  background-position: 24px center !important;
}
.mobile-slide-menu ul.sub-menu .slide-left + ul.sub-menu {
  right: 0;
}
.mobile-slide-menu ul.sub-menu {
  padding: 0;
  -moz-column-count: auto;
       column-count: auto;
  background: #f5f5f5;
  display: none;
}
.mobile-slide-menu ul.sub-menu .menu-item-has-children span.menu-drops {
  transform: rotate(-90deg);
}
.mobile-slide-menu ul.sub-menu ul.sub-menu {
  position: fixed;
  right: -200%;
  width: 100vw;
  top: 176px;
  z-index: 999;
  height: 100vh;
  background: #fff;
  bottom: 0;
  min-height: calc(100vh - 85px);
  display: block !important;
  transition: all 0.4s;
}
.mobile-slide-menu ul.sub-menu ul.sub-menu li {
  background: #f5f5f5;
}
.mobile-slide-menu ul.sub-menu ul.sub-menu li a {
  color: #000;
}
.mobile-slide-menu .nav-mobile-menu li {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.mobile-slide-menu .nav-mobile-menu li a {
  display: flex;
  padding: 18px 24px 14px;
  color: #00df94;
}
.mobile-slide-menu ul.sub-menu li {
  border-color: #fff;
}
.mobile-slide-menu .new_menu a {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #00df94;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
  width: 100%;
  padding: 16px 24px;
}
.mobile-slide-menu .new_menu {
  max-width: 100%;
  flex-wrap: wrap;
  padding-left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.7px;
}
.mobile-slide-menu .new_menu svg {
  margin-left: 9px;
}
.mobile-slide-menu .mobile-wishlist-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.mobile-slide-menu .mobile-wishlist-nav a.wishlist {
  display: flex;
  padding: 16px 24px;
  justify-content: flex-end;
}
.mobile-slide-menu .nav-mobile-menu {
  height: calc(100vh - 230px);
  overflow: auto;
}
.mobile-slide-menu li::before {
  display: none;
}

.mobile-open .mobile-slide-menu {
  left: 0;
}

.error-404 {
  text-align: center !important;
  margin: 0 auto;
  padding: 160px 0;
  max-width: 630px;
}
@media screen and (max-width: 620px) {
  .error-404 {
    padding: 160px 25px;
  }
}
.error-404 h1 {
  display: contents;
  font-size: 56px;
  line-height: 60px;
  color: #333;
}
.error-404 .error-btn {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333;
  border-bottom: 2px solid #333;
}

.not-found {
  position: relative;
  min-height: 700px;
}
.not-found img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.not-found + footer {
  margin-top: 0 !important;
}

.article-pagination {
  margin: 100px auto;
}
@media screen and (min-width: 1020px) {
  .article-pagination.container {
    max-width: 908px !important;
  }
}
.article-pagination .next {
  text-align: right;
  padding-left: 25px !important;
  position: relative;
}
@media screen and (min-width: 600px) {
  .article-pagination .next {
    border-left: 1px solid rgba(0, 35, 90, 0.1176470588);
  }
}
.article-pagination .next svg {
  position: absolute;
  right: -50px;
  top: 72px;
}
@media screen and (max-width: 1020px) {
  .article-pagination .next svg {
    display: none;
  }
}
.article-pagination .previous {
  padding-right: 25px !important;
  position: relative;
}
.article-pagination .previous svg {
  position: absolute;
  left: -50px;
  top: 72px;
}
@media screen and (max-width: 1020px) {
  .article-pagination .previous svg {
    display: none;
  }
}
.article-pagination .col-sm-6 {
  border-top: 1px solid rgba(0, 35, 90, 0.1176470588);
  border-bottom: 1px solid rgba(0, 35, 90, 0.1176470588);
  padding: 50px 0;
}
.article-pagination p {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.article-pagination a {
  font-weight: 475;
  font-size: 18px;
  line-height: 22px;
  color: #19151D;
}
.article-pagination .social-pill {
  background: #fff;
  padding: 15px 20px;
  z-index: 2;
  border-radius: 50px;
  text-align: center;
  position: relative;
  display: inline;
  top: 42px;
}
.article-pagination .social-pill .clipboard {
  cursor: pointer;
}
.article-pagination .social-pill a {
  margin-right: 10px;
}
.article-pagination .social-pill a svg path:nth-child(1) {
  fill: #F8F5F1 !important;
}
.article-pagination .social-pill a svg path:nth-child(2) {
  fill: #00DF94 !important;
}
.article-pagination .social-pill a:nth-child(5) {
  margin: 0 !important;
}
.article-pagination .social-pill a:hover svg path:nth-child(1) {
  fill: #00DF94 !important;
}
.article-pagination .social-pill a:hover svg path:nth-child(2) {
  fill: #F7F9FC !important;
}
.article-pagination .social-pill svg {
  position: relative;
  z-index: 5;
}
.article-pagination .center-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.large_post_img img {
  width: 100%;
  max-width: 427px;
  height: 571px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.wp-block-columns {
  display: flex;
  align-items: center;
}
.wp-block-columns .wp-block-column {
  max-width: 50%;
  width: 100%;
}

.padding_right_img {
  margin-right: 20px;
}

.artist-hero {
  background: #333;
  min-height: 624px;
  padding-top: 56px;
  height: auto;
  padding-bottom: 326px;
}
@media screen and (max-width: 1023px) {
  .artist-hero {
    min-height: 430px;
  }
}
.artist-hero .banner-content {
  max-width: 650px;
  margin: 0 auto;
  color: #bdbdbd;
  text-align: center;
}
.artist-hero .banner-content span {
  display: block;
  color: #00df94;
  padding-bottom: 4px;
  border-bottom: 1px solid #4f4f4f;
  margin-bottom: 24px;
}
.artist-hero .banner-content h1 {
  color: #fff;
  font-size: 64px;
  line-height: 68px;
  margin-bottom: 24px;
}
.artist-hero .banner-content p {
  margin: 0 0 1rem 0;
}

.artist .artist-main {
  margin-top: -412px;
}
@media screen and (max-width: 1023px) {
  .artist .artist-main {
    margin-top: -272px;
  }
}
.artist .artist-full-img {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}
.artist .artist-full-img .container {
  text-align: center;
}
.artist .artist-full-img .container img {
  max-height: 655px;
}
.artist .artists-content {
  max-width: 908px;
  margin: 0 auto;
  padding-top: 100px;
}
.artist .artists-content a {
  color: #00df94;
}
.artist .artists-content a:hover {
  text-decoration: underline;
}
.artist .artists-content img {
  -o-object-fit: contain;
     object-fit: contain;
}

.artist-social-section {
  margin-top: 50px;
}
.artist-social-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.artist-social-section ul li {
  list-style: none;
  padding: 0 25px;
  margin: 8px 0;
}
.artist-social-section ul li::before {
  display: none;
}
.artist-social-section ul li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333;
  display: flex;
  align-items: center;
}
.artist-social-section ul li a:hover {
  color: #00df94;
}
.artist-social-section ul li a svg {
  margin-right: 15px;
  max-width: 22px;
}

.most-popular-section {
  text-align: center;
  clear: both;
  padding-top: 110px;
}
.most-popular-section h2 {
  text-align: center;
  margin-bottom: 8px;
}
.most-popular-section .most-popular-boxes {
  margin-top: 32px;
}

.artists_products .heading {
  margin-bottom: 5px !important;
}

#daextlwcnf-cookie-notice-message p:nth-child(1) {
  font-weight: 700 !important;
  line-height: 24px !important;
  color: #333 !important;
  margin-bottom: 8px !important;
  font-size: 16px !important;
}

#daextlwcnf-cookie-notice-container {
  background: #f8f5f1 !important;
}
#daextlwcnf-cookie-notice-container #daextlwcnf-cookie-notice-wrapper {
  padding: 30px 0 !important;
  max-width: 1358px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
}
#daextlwcnf-cookie-notice-container #daextlwcnf-cookie-notice-wrapper #daextlwcnf-cookie-notice-button-2, #daextlwcnf-cookie-notice-container #daextlwcnf-cookie-notice-wrapper #daextlwcnf-cookie-notice-button-1 {
  font-weight: 700 !important;
  transition: all 0.3s ease-in-out !important;
  opacity: 1 !important;
}
#daextlwcnf-cookie-notice-container #daextlwcnf-cookie-notice-wrapper #daextlwcnf-cookie-notice-button-2:hover, #daextlwcnf-cookie-notice-container #daextlwcnf-cookie-notice-wrapper #daextlwcnf-cookie-notice-button-1:hover {
  transition: all 0.3s ease-in-out !important;
  opacity: 0.7 !important;
}

div#daextlwcnf-revisit-cookie-consent {
  display: none !important;
}

.auto-sitemap h1 {
  text-align: center;
  font-size: 60px;
}
.auto-sitemap li a {
  transition: all 0.4s;
  text-decoration: none !important;
  color: #00df94;
}
.auto-sitemap li a:hover {
  opacity: 0.7;
  color: #333;
  transition: all 0.4s;
}

@media screen and (min-width: 1000px) {
  .legal-template .container {
    max-width: 908px;
  }
}
.legal-template h1 {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 80px;
}
.legal-template li {
  line-height: 22px;
}

.contained-template .container {
  max-width: 880px;
}
.contained-template h1 {
  text-align: center;
}
.contained-template li {
  line-height: 22px;
}
.contained-template a {
  color: #00DF94;
}

#ais-main .algolia-search-box-wrapper {
  max-width: 800px;
  margin: auto;
}
#ais-main .algolia-search-box-wrapper input.ais-SearchBox-input {
  max-width: 800px;
  margin: 26px auto 0 !important;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 40px;
  border: 0;
  background: #f5f5f5 !important;
  border-radius: 20px !important;
  padding: 0 0 0 42px !important;
  font-size: 14px;
  border: none !important;
}
#ais-main .algolia-search-box-wrapper .search-icon {
  fill: rgba(255, 255, 255, 0) !important;
  left: 10px !important;
  top: 8px !important;
}
#ais-main .alm-results-text {
  text-align: center;
  width: 100%;
}
#ais-main #algolia-pagination {
  text-align: center;
}
#ais-main #algolia-pagination li.ais-Pagination-item {
  padding: 0;
  margin: 0;
}
#ais-main #algolia-pagination li.ais-Pagination-item:before {
  content: none;
}
#ais-main #algolia-pagination li.ais-Pagination-item a {
  padding: 5px 10px;
  font-size: 15px;
  border: 0.5px solid #f2f2f2;
}
#ais-main #algolia-pagination li.ais-Pagination-item a:hover {
  color: #fff;
  background: #00df94;
}
#ais-main #algolia-pagination .ais-Pagination-item--selected a {
  background: #00df94;
  font-weight: 400;
  color: #fff;
}
#ais-main ol.ais-Hits-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  transition: all 0.4s;
}
#ais-main li.ais-Hits-item {
  width: 100% !important;
  max-width: 23.75%;
  margin: 0 1.666% 2.992em 0;
}
#ais-main li.ais-Hits-item:nth-child(4n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 500px) {
  #ais-main li.ais-Hits-item {
    max-width: 100%;
  }
}
@media screen and (min-width: 500px) and (max-width: 992px) {
  #ais-main li.ais-Hits-item {
    max-width: 48%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #ais-main li.ais-Hits-item {
    max-width: 31%;
  }
}
#ais-main li.ais-Hits-item .ais-hits--thumbnail {
  margin: 0;
  float: unset !important;
  position: relative;
}
#ais-main li.ais-Hits-item .ais-hits--thumbnail img {
  border-radius: 0;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}
#ais-main li.ais-Hits-item .ais-hits--thumbnail .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: absolute;
  right: 16px;
  bottom: 24px;
  margin: 0;
}
#ais-main li.ais-Hits-item .ais-hits--thumbnail .yith-wcwl-add-to-wishlist i {
  color: #fff;
  font-size: 22.5px;
  margin-right: 0 !important;
}
#ais-main .ais-hits--content h3.product-descriptions {
  font-family: "Campton Book";
  font-weight: 475;
  font-size: 10px;
  line-height: 12px;
  margin: 8px 0 12px 0;
  padding: 0 !important;
}
#ais-main .ais-hits--content mark {
  background-color: #00df94;
}
#ais-main .ais-hits--content h2 {
  font-family: "Campton Book";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  padding: 0 !important;
  max-width: 200px;
}
#ais-main .ais-hits--content .product-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ais-main .ais-hits--content .product-info .product-price span:first-child {
  font-family: "Campton Book";
  font-weight: 500;
  font-size: 16px;
}
#ais-main .ais-hits--content .product-info .product-price {
  min-width: 100px;
  text-align: right;
  color: #000;
}
#ais-main div#algolia-hits {
  margin-top: 90px !important;
}
#ais-main .sw.algo, #ais-main .ais-hits--content .category {
  margin-top: 10px;
}

.article-search-header {
  text-align: center;
  margin-top: 100px;
}

.blog-grid.search-blog {
  display: flex;
  flex-wrap: wrap;
}

.marketingPop {
  border-radius: 0;
  padding: 0;
  z-index: 1000000000000000000;
  max-width: 652px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px !important;
}
.marketingPop img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 318px;
}
@media screen and (max-width: 600px) {
  .marketingPop img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 160px;
  }
}
.marketingPop .modal-body {
  padding: 50px;
  text-align: center;
}
.marketingPop .modal-body h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .marketingPop .modal-body h2 {
    line-height: 34px;
  }
}
.marketingPop .modal-body.invert p, .marketingPop .modal-body.invert h2, .marketingPop .modal-body.invert h3, .marketingPop .modal-body.invert b, .marketingPop .modal-body.invert strong {
  color: #fff !important;
}
.marketingPop .modal-body .pop_content {
  max-width: 330px;
  margin: auto;
}
.marketingPop a.close-modal {
  top: 0;
  right: -35px;
  background-image: url("/wp-content/themes/feathr/assets/svg/x.svg");
}
.marketingPop .popup-signup {
  text-align: left;
  width: 327px;
  margin: 10px auto;
}
@media screen and (max-width: 500px) {
  .marketingPop .popup-signup {
    width: 100%;
  }
  .marketingPop .popup-signup input[type=submit] {
    width: 100% !important;
  }
}

.modal__shown {
  filter: blur(10px);
}

/*--------------------------------------------------------------
# Woo
--------------------------------------------------------------*/
.woo-thankyou li:before {
  display: none;
}
.woo-thankyou .woocommerce-notice-header {
  margin-top: 120px;
  margin-bottom: 80px;
  text-align: center;
}
.woo-thankyou .woocommerce-notice-header h1 {
  margin-bottom: 30px;
}
.woo-thankyou .woocommerce-notice-header h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  font-family: "campton book";
}
.woo-thankyou .woocommerce-notice-header p {
  max-width: 600px;
  margin: 20px auto 0;
}
.woo-thankyou .col-lg-6 {
  margin-bottom: 20px;
}
.woo-thankyou .heading {
  border-bottom: 1px solid rgb(170, 170, 170);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.woo-thankyou address {
  font-style: normal;
  font-family: "campton book";
}
.woo-thankyou .order-table-confirmation p {
  margin: 0;
}
@media screen and (max-width: 700px) {
  .woo-thankyou .order-table-confirmation .col {
    padding-left: 10px;
  }
}
.woo-thankyou .order-table-confirmation img {
  width: 76px;
  height: 76px;
  -o-object-fit: cover;
     object-fit: cover;
}
.woo-thankyou .order-table-confirmation .row {
  align-items: center;
  border-bottom: 1px solid rgb(170, 170, 170);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.woo-thankyou .order-table-confirmation .cost {
  text-align: right;
}
.woo-thankyou .order-table-confirmation table {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .woo-thankyou .order-table-confirmation table {
    width: 50%;
    float: right;
  }
}
.woo-thankyou .order-table-confirmation table td {
  text-align: right;
  padding-bottom: 20px;
}
.woo-thankyou .order-table-confirmation table th {
  padding-bottom: 20px;
}

.select2-results__option:before {
  content: none !important;
}

.woocommerce-checkout {
  padding: 20px 0 !important;
}
@media screen and (max-width: 500px) {
  .woocommerce-checkout {
    overflow-x: hidden;
  }
}

.checkout-page p#billing_phone_field {
  width: 100% !important;
}
.checkout-page .opened {
  display: unset !important;
}
@media screen and (max-width: 500px) {
  .checkout-page {
    overflow: hidden;
  }
  .checkout-page .woocommerce-form-coupon .update_totals {
    display: block !important;
    margin-top: 38px !important;
    float: left !important;
  }
}
.checkout-page .wc-credit-card-form .form-row-last label {
  width: 145px;
}
.checkout-page .on-sale .amount {
  color: #eb5757 !important;
}
.checkout-page .on-sale .amount .woocommerce-Price-currencySymbol {
  color: #eb5757 !important;
}
.checkout-page .update_totals {
  display: inline-flex !important;
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
  line-height: 15px;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 2px solid #333 !important;
  border-radius: 0;
  padding: 0 0 4px;
  height: unset !important;
  margin-top: 11px;
  float: right;
}
.checkout-page span.regular {
  text-decoration: line-through;
  color: #bfbfbf !important;
}
.checkout-page .eswcac-field label {
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}
.checkout-page .eswcac-field input {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 56px !important;
  width: 100%;
}
.checkout-page .eswcac-field input[type=checkbox]:checked + span:after {
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.checkout-page .eswcac-field .checkbox {
  position: relative;
  padding-left: 40px;
  line-height: 26px !important;
}
.checkout-page .eswcac-field input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 4px;
  height: 18px;
  width: 18px;
  background-color: rgba(255, 255, 255, 0);
  top: 0px;
  left: 0px;
  border: 2px solid #333;
  cursor: pointer;
}
.checkout-page .eswcac-field input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: " ";
  background-image: url(/wp-content/themes/feathr/assets/svg/check-square.svg);
  background-size: 22px 22px;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  top: 0;
  background-color: #fff;
  left: 0;
  cursor: pointer;
  visibility: hidden;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 760px) {
  .checkout-page .desktop {
    display: none;
  }
  .checkout-page .mobile {
    display: unset !important;
  }
}
.checkout-page .mobile {
  display: none;
}
.checkout-page h1 {
  text-align: center;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.0772727px;
  margin: 60px auto 40px;
}
.checkout-page h3 {
  font-size: 16px;
  padding-bottom: 16px;
  font-family: "Campton Book";
  border-bottom: 1px solid #e0e0e0;
}
.checkout-page .woocommerce-billing-fields h3 {
  margin-bottom: 20px;
}
.checkout-page .optional {
  font-size: 12px;
  font-weight: 400;
}
.checkout-page .terms a {
  font-weight: 700;
  color: #00df94;
  font-size: 14px;
}
.checkout-page .terms p {
  font-size: 14px;
}
.checkout-page .terms {
  margin-top: 10px;
}
.checkout-page h3#ship-to-different-address {
  width: 100%;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
}
.checkout-page h3#ship-to-different-address label {
  display: block;
  cursor: pointer;
  width: 100%;
}
.checkout-page h3#ship-to-different-address label::after {
  content: "";
  position: absolute;
  background-image: url(../assets/svg/chevron-down.svg);
  background-repeat: no-repeat;
  top: 15px;
  width: 24px;
  height: 24px;
  right: 15px;
}
.checkout-page h3#ship-to-different-address span {
  position: absolute;
  left: 0;
  cursor: pointer;
}
.checkout-page h3#ship-to-different-address input#ship-to-different-address-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkout-page .woocommerce-NoticeGroup-checkout {
  width: 100%;
}
.checkout-page form.checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .checkout-page form.checkout {
    flex-wrap: wrap-reverse;
  }
}
.checkout-page form.checkout .woocommerce-review-column {
  max-width: 42%;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .checkout-page form.checkout .woocommerce-review-column {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.checkout-page form.checkout .col2-set {
  width: 50% !important;
  max-width: 42%;
}
@media screen and (max-width: 990px) {
  .checkout-page form.checkout .col2-set {
    max-width: 100%;
    width: 100% !important;
  }
}
.checkout-page form.checkout .col-1, .checkout-page form.checkout .col-2 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 100% !important;
}
.checkout-page form.checkout .form-row-first label, .checkout-page form.checkout .form-row-last label, .checkout-page form.checkout .woocommerce-billing-fields__field-wrapper .form-row-wide label, .checkout-page form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide label {
  position: absolute;
  left: 9px;
  top: -9px;
  background: #fff;
  padding: 0 7px;
  z-index: 1;
  color: #828282;
}
.checkout-page form.checkout .form-row-first, .checkout-page form.checkout .form-row-last, .checkout-page form.checkout .woocommerce-billing-fields__field-wrapper .form-row-wide, .checkout-page form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide {
  position: relative;
  z-index: 0;
}
.checkout-page form.checkout .form-row {
  margin: 10px 0 !important;
}
.checkout-page form.checkout .form-row.form-row-first, .checkout-page form.checkout .form-row.form-row-last {
  margin-top: 0 !important;
}
.checkout-page form.checkout #billing_country_field {
  margin-bottom: 12px;
}
.checkout-page h3#order_review_heading {
  display: none;
}
.checkout-page form.checkout_coupon.woocommerce-form-coupon {
  display: block !important;
}
.checkout-page .woocommerce-form-coupon p:nth-child(1) {
  display: none;
}
.checkout-page .woocommerce-form-coupon-toggle {
  display: none;
}
.checkout-page .woocommerce-checkout #payment {
  background: rgba(255, 255, 255, 0);
}
.checkout-page ul li {
  padding: 0 !important;
}
.checkout-page ul li::before {
  display: none !important;
}
.checkout-page .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
}
.checkout-page .place-order {
  padding: none;
  margin: none;
}
.checkout-page .place-order button#place_order {
  width: 100%;
  border-radius: 0;
  font-size: 13px !important;
  height: 56px;
}
.checkout-page ul li.wc_payment_method label {
  padding-left: 40px;
}
.checkout-page ul li.wc_payment_method label:before {
  border: 2px solid #333;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.checkout-page ul li.wc_payment_method label:after {
  background: #00df94;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 7px;
  transition: all 0.4s;
  opacity: 0;
}
.checkout-page ul li.wc_payment_method input[type=radio]:checked + label::after {
  opacity: 1;
}
.checkout-page ul.wc_payment_methods.payment_methods.methods li input {
  position: absolute;
  opacity: 0;
}
.checkout-page .payment_method_stripe label img {
  max-width: 290px;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 600px) {
  .checkout-page .payment_method_stripe label img {
    max-width: 180px;
  }
}
.checkout-page li.wc_payment_method.payment_method_stripe {
  margin-bottom: 40px !important;
}
.checkout-page .payment_box {
  background: rgba(255, 255, 255, 0) !important;
  padding: 0 !important;
  margin: 0 !important;
}
.checkout-page .payment_box .form-row-wide {
  position: relative;
}
.checkout-page .payment_box .form-row-wide label {
  position: absolute;
  left: 9px;
  top: -9px;
  background: #fff;
  padding: 0 7px;
  z-index: 1;
  color: #828282;
}
.checkout-page .payment_box .form-row {
  padding: 0 !important;
}
.checkout-page .payment_box .wc-stripe-elements-field {
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 56px;
  font-family: "Campton Book";
}
.checkout-page .payment_box::before {
  display: none !important;
}
.checkout-page .payment_box label:before {
  display: none !important;
}
.checkout-page .payment_box p {
  display: none;
}

.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 48.8% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../assets/svg/chevron-down.svg);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  border: 0 !important;
  top: 15px !important;
  width: 24px !important;
  height: 24px !important;
  right: 15px !important;
  margin: 0 !important;
  left: unset !important;
}

.woocommerce-checkout .form-row .woocommerce-input-wrapper input[type=tel], .woocommerce-checkout .form-row .woocommerce-input-wrapper input[type=email], .woocommerce-checkout .form-row .woocommerce-input-wrapper input[type=text] {
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 56px;
  font-family: "Campton Book";
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper .select2-selection {
  font-family: "Campton Book";
  height: 56px !important;
  line-height: 56px;
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.checkout-header {
  background: #f8f5f1;
  padding: 30px 0;
}
.checkout-header .btn {
  float: right;
  border: 1px solid #1ce29f;
  background: rgba(255, 255, 255, 0);
}
.checkout-header .btn:hover {
  color: #333;
}
@media screen and (max-width: 760px) {
  .checkout-header .btn {
    display: none;
  }
}
.checkout-header .mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .checkout-header .mobile {
    display: unset;
  }
  .checkout-header .home {
    display: none;
  }
}
.checkout-header .row {
  align-items: center;
}

.reasons_to_buy {
  text-align: center;
  justify-content: center;
}
.reasons_to_buy img {
  max-width: 40px;
}
.reasons_to_buy p {
  margin-top: 8px;
  font-family: "Campton Book";
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #333;
}

.cart-number-long {
  font-weight: 400;
}

.woocommerce-checkout-review-order-table small.tax_label {
  display: none !important;
}
.woocommerce-checkout-review-order-table small.includes_tax {
  display: none !important;
}
.woocommerce-checkout-review-order-table .cart_totals {
  padding: 20px 0;
}
.woocommerce-checkout-review-order-table .cart_totals div {
  flex-wrap: wrap;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.woocommerce-checkout-review-order-table .cart_totals .right-corner {
  float: right;
  width: 23%;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .woocommerce-checkout-review-order-table .cart_totals .right-corner {
    width: 50%;
  }
}
.woocommerce-checkout-review-order-table .cart_totals .right-corner bdi, .woocommerce-checkout-review-order-table .cart_totals .right-corner .price, .woocommerce-checkout-review-order-table .cart_totals .right-corner .amount, .woocommerce-checkout-review-order-table .cart_totals .right-corner span {
  font-weight: 700;
}
.woocommerce-checkout-review-order-table .cart_totals p.left-corner {
  display: inline-block !important;
  width: 45%;
  margin: 0 !important;
}
.woocommerce-checkout-review-order-table .cart_totals .order-total {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-top: 30px;
  padding: 30px 0;
}
.woocommerce-checkout-review-order-table .cart_totals .order-total .checkout_tax {
  font-size: 13px !important;
  color: #333;
}
.woocommerce-checkout-review-order-table .cart_totals .order-total .checkout_tax .amount {
  font-size: 13px !important;
  color: #333;
}
.woocommerce-checkout-review-order-table .cart_totals .order-total .checkout_tax .woocommerce-Price-currencySymbol {
  font-size: 13px !important;
  color: #333;
}
.woocommerce-checkout-review-order-table .cart_totals .order-total bdi {
  font-weight: 900;
  font-size: 24px !important;
}
.woocommerce-checkout-review-order-table .cart_totals .order-total span {
  font-weight: 900;
  font-size: 24px !important;
}
.woocommerce-checkout-review-order-table .cart_totals .order-total .left-corner {
  font-weight: 700;
  font-size: 24px !important;
  line-height: 24px;
  color: #333;
}
.woocommerce-checkout-review-order-table .cart_totals .shipping-total {
  padding: 16px 0 0;
  display: flex;
  font-family: "Campton Book";
}
.woocommerce-checkout-review-order-table .cart_totals .shipping-total ul {
  width: 100%;
  max-width: 23%;
}
@media screen and (max-width: 600px) {
  .woocommerce-checkout-review-order-table .cart_totals .shipping-total ul {
    width: 50%;
  }
}
.woocommerce-checkout-review-order-table .cart_totals .shipping-total li {
  text-align: right;
}
.woocommerce-checkout-review-order-table .cart_totals .shipping-total label {
  font-weight: 700;
}
.woocommerce-checkout-review-order-table .cart_totals .amount {
  color: #333 !important;
}
.woocommerce-checkout-review-order-table .checkout_coupon {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 20px !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  margin: 20px 0 0 !important;
}
.woocommerce-checkout-review-order-table .checkout_coupon .input-text {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  padding: 0 16px;
  height: 48px;
  margin-right: 16px;
  font-family: "Campton Book";
}
.woocommerce-checkout-review-order-table .checkout_coupon button.button {
  background: 0 0 !important;
  display: inline-flex !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 2px solid #333 !important;
  border-radius: 0;
  padding: 0 0 4px;
  height: unset !important;
  max-width: 92px;
  margin-top: 11px;
}
.woocommerce-checkout-review-order-table .product-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 600px) {
  .woocommerce-checkout-review-order-table .product-list {
    flex-wrap: wrap;
  }
}
.woocommerce-checkout-review-order-table .product-list img {
  height: 89px;
  width: 89px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.woocommerce-checkout-review-order-table .product-list .cropped-image {
  height: 89px;
  width: 89px;
  margin-right: 20px;
  border: 1px solid #333;
  background: #333;
}
.woocommerce-checkout-review-order-table .product-list .cropped-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.woocommerce-checkout-review-order-table .product-list .thumb {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 415px;
}
.woocommerce-checkout-review-order-table .product-list .cclw_qty {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 184px;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .woocommerce-checkout-review-order-table .product-list .cclw_qty {
    margin: 10px 0 0 100px;
  }
}
.woocommerce-checkout-review-order-table .product-list .qty-label {
  font-size: 14px !important;
  font-weight: 400;
}
.woocommerce-checkout-review-order-table .product-list .total span {
  font-size: 16px !important;
  font-weight: 700;
  color: #333;
  padding-right: 0;
}
.woocommerce-checkout-review-order-table .product-list .wrapper_qty {
  display: flex;
  align-items: center;
}
.woocommerce-checkout-review-order-table .product-list .quantity {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.woocommerce-checkout-review-order-table .product-list .quantity input::-webkit-outer-spin-button,
.woocommerce-checkout-review-order-table .product-list .quantity input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-checkout-review-order-table .product-list .quantity input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.woocommerce-checkout-review-order-table .product-list .quantity button {
  display: none;
}
.woocommerce-checkout-review-order-table .product-list .quantity input {
  width: 56px !important;
  height: 48px !important;
  border-radius: 4px !important;
  border: 1px solid #e0e0e0;
  margin: 0 10px 0 10px !important;
  font-size: 16px !important;
  font-weight: 700;
}
.woocommerce-checkout-review-order-table .product-list .product-name {
  font-family: "Campton Book";
  font-weight: 700;
  line-height: 22px;
  font-size: 16px;
  max-width: 295px;
}
.woocommerce-checkout-review-order-table .product-list .attribute-summary {
  font-family: "Campton Book";
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
}

.woocommerce-notices-wrapper {
  max-width: 1358px;
  width: 100%;
  margin: 40px auto;
}

.woocommerce-error {
  border: 2px solid #00df94;
  background: rgba(255, 255, 255, 0);
}
.woocommerce-error li::before {
  display: none;
}

.woocommerce-checkout .trustpilot-widget {
  margin-top: 20px;
}
.woocommerce-checkout .spinner-container {
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
}
.woocommerce-checkout .spinner {
  margin: auto;
  border: 2px solid #dbf2ff;
  /*
  change to dotted for something cool.
  change width to 1px for tapered bar
  */
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 45%;
  border-radius: 50%;
  border-right: 2px solid #00df94;
  text-align: center;
  animation-name: spin;
  animation-duration: 900ms;
  animation-iteration-count: infinite;
  /*animation-timing-function: linear; /*linear spin */
  animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67);
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  /*50% {width:24px;height:24px} /*shrinking effect*/
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media screen and (max-width: 760px) {
  .mobile-checkout {
    display: unset !important;
  }
}
@media screen and (min-width: 760px) {
  .mobile-checkout {
    display: none !important;
  }
}
.ymal {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ymal h2.block-heading {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .ymal .container {
    padding: 0 !important;
  }
}
.ymal .more_para {
  display: block;
  width: 100%;
  color: #000;
}
.ymal .load-more-ymal {
  width: 100%;
  max-width: 327px;
}
.ymal p.block-heading {
  text-align: center;
}
.ymal ul.products.columns-4 {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.ymal ul.products.columns-4 span.count {
  display: none;
}
.ymal ul.products.columns-4::before, .ymal ul.products.columns-4::after {
  display: none !important;
}
.ymal ul.products.columns-4 li.product {
  width: 100% !important;
  max-width: 23% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ymal ul.products.columns-4 li.product {
    max-width: 48% !important;
  }
}
@media screen and (max-width: 768px) {
  .ymal ul.products.columns-4 li.product {
    max-width: 100% !important;
    margin-bottom: 20px;
    padding: 0 !important;
  }
}
.ymal ul.products.columns-4 .add_to_wishlist:not(.delete_item) svg path {
  stroke: #fff;
}

.style-cta {
  height: 400px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-align: center;
  padding-top: 84px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}
.style-cta h2 {
  color: #fff;
  max-width: 366px;
  margin: 0 auto 20px;
}
.style-cta p {
  color: #fff;
  margin-bottom: 30px;
}

.product__description {
  clear: both;
  margin-top: 100px;
  margin-bottom: 100px;
}
.product__description h3 {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 36px;
}
.product__description h3 svg {
  margin-right: 27px;
}
.product__description .box {
  padding: 34px;
  background: #F8F5F1;
  min-height: 420px;
}
.product__description .box .artist_link {
  font-weight: 700;
  border-bottom: 2px solid #333;
}
.product__description .box .artist_link:hover {
  color: #333;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .product__description .box {
    margin-bottom: 40px;
  }
}
.product__description .single-popular-outer {
  max-height: 300px;
  overflow-y: auto;
}
.product__description .single-popular-box strong {
  text-align: right;
  max-width: 225px;
}
.product__description .single-popular-box p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 8px;
}
.product__description .paper_roll .box {
  background-image: url("/wp-content/themes/feathr/assets/svg/product_box.svg");
  height: 478px;
  margin-left: 0;
  padding-left: 43px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  background-color: transparent;
  padding-right: 30px;
  background-position-x: -6px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .product__description .paper_roll .box {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product__description .paper_roll .box {
    padding-left: 30px;
  }
}

.pop-price i {
  font-style: normal;
  margin-left: 5px;
}

.customer-projects {
  margin-top: 100px;
  margin-bottom: 100px;
}
.customer-projects h2 {
  text-align: center;
}
.customer-projects p {
  text-align: center;
}

.add_sple_cart_disabled.disabled {
  opacity: 0.2;
  cursor: not-allowed !important;
}
.add_sple_cart_disabled.disabled p, .add_sple_cart_disabled.disabled svg {
  cursor: not-allowed !important;
  color: #333;
}

.single-product .add_sple_cart_disabled.disabled {
  opacity: 0.2;
  cursor: not-allowed !important;
}
.single-product .add_sple_cart_disabled.disabled p, .single-product .add_sple_cart_disabled.disabled svg {
  cursor: not-allowed !important;
  color: #333;
}
.single-product .price_wrap {
  display: flex;
  align-items: baseline;
}
.single-product .price_wrap .p_type {
  margin-left: 5px;
}
.single-product select#pa_material {
  display: none;
}
.single-product .woocommerce-message {
  display: none;
}
.single-product .product {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .single-product .product {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .single-product .product {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .single-product .product {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .single-product .product {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .single-product .product {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1360px) {
  .single-product .product {
    max-width: 1358px !important;
  }
}
.single-product .woocommerce-product-gallery {
  padding-bottom: 100px;
  width: 100% !important;
  max-width: 64.5%;
}
@media screen and (max-width: 992px) {
  .single-product .woocommerce-product-gallery {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 4em;
  }
}
.single-product a.added_to_cart.wc-forward {
  display: none;
}
.single-product .summary {
  width: 100% !important;
  max-width: 31.2%;
}
@media screen and (max-width: 992px) {
  .single-product .summary {
    max-width: 100%;
    padding: 0 34px;
  }
}
.single-product .summary .single_add_sample_to_cart_button {
  display: none !important;
}
.single-product .summary h1.product_descriptor {
  font-family: "Campton Book";
  font-weight: 475;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}
.single-product .summary h2 {
  font-family: "Campton Book";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  margin: 12px 0 30px;
}
.single-product .summary .open_mural_calc {
  padding: 21px;
  width: 100%;
  max-width: 100%;
  font-size: 100%;
  display: inline-block;
  height: 67px;
  vertical-align: middle;
  background: #00df94;
}
.single-product .summary .open_mural_calc:hover {
  opacity: 0.7;
  color: #000;
}
.single-product .summary .var_info {
  display: contents;
  font-size: 14px;
}
.single-product .summary .var_info::before {
  content: " ";
  display: contents;
}
.single-product .summary .price {
  margin: 0 0 22px;
}
.single-product .summary .price ins {
  text-decoration: none;
}
.single-product .summary .price ins .woocommerce-Price-currencySymbol {
  color: #eb5757 !important;
  font-weight: 600;
}
.single-product .summary .price ins bdi {
  color: #eb5757 !important;
  font-weight: 600;
}
.single-product .summary .price del {
  text-decoration: none;
  color: #4f4f4f;
}
.single-product .summary .price del .woocommerce-Price-currencySymbol {
  font-weight: 200 !important;
}
.single-product .summary .price del span.woocommerce-Price-amount.amount bdi {
  text-decoration: line-through !important;
  font-weight: 200 !important;
}
.single-product .summary .price span {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #4F4F4F;
}
.single-product .summary .price .p_type {
  font-size: 16px !important;
  font-weight: 300 !important;
  padding-left: 5px;
}
.single-product .summary .wallpaper-col {
  margin: 0;
}
.single-product .summary .wallpaper-col strong {
  color: #4f4f4f;
}
.single-product .summary .call_outs {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  clear: both;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .single-product .summary .call_outs {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 405px) {
  .single-product .summary .call_outs {
    display: block;
    text-align: center;
  }
}
.single-product .summary .call_outs b {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #00df94;
  padding: 0 7px;
  display: inline-block;
  transform: translateY(-1.5px);
  line-height: 10px;
}
.single-product .summary form.cart {
  margin-bottom: 22px !important;
}
.single-product .summary form.cart button {
  margin: 0 !important;
  border-radius: 0 !important;
}
.single-product .summary form.cart .quantity {
  border: 1px solid #00df94;
}
.single-product .summary form.cart .variations_button {
  display: flex;
  flex-wrap: wrap;
}
.single-product .summary form.cart .single_add_to_cart_button {
  max-width: 65%;
  width: 100%;
  height: 67px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .single-product .summary form.cart .single_add_to_cart_button {
    max-width: 58%;
  }
}
.single-product .summary form.cart .quantity {
  padding-left: 18px;
  width: 100%;
  height: 67px;
  max-width: 35%;
  margin-right: 0 !important;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .single-product .summary form.cart .quantity {
    max-width: 42%;
  }
}
@media screen and (max-width: 1200px) {
  .single-product .summary form.cart .quantity {
    max-width: 35%;
    padding-left: 5px;
  }
  .single-product .summary form.cart .quantity input.qty {
    width: 40px;
  }
}
.single-product .summary form.cart .quantity input.qty {
  position: relative;
  top: -3px;
  font-family: "Campton Book";
  font-weight: 475;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #333333;
  height: 62px;
  border: 0;
  max-width: 60px;
}
@media screen and (max-width: 992px) {
  .single-product .summary form.cart .quantity input.qty {
    top: -4px;
  }
}
.single-product .summary form.cart .quantity input::-webkit-outer-spin-button,
.single-product .summary form.cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.single-product .summary form.cart .quantity input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.single-product .summary form.cart .minus, .single-product .summary form.cart .plus {
  padding: 0 !important;
  border: 0 !important;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px !important;
  background: rgba(255, 255, 255, 0) !important;
  height: 67px;
}
.single-product .summary form.cart th.label {
  display: none;
}
.single-product .summary form.cart table.variations {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .single-product .summary form.cart table.variations {
    margin-bottom: 10px;
  }
}
.single-product .summary .product_options ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.single-product .summary .product_options ul li {
  width: 100%;
  padding: 10px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333;
  border-left: 1px solid #e0e0e0;
}
.single-product .summary .product_options ul li:last-child {
  border-right: 1px solid #e0e0e0;
}
.single-product .summary .product_options ul li:before {
  display: none;
}
.single-product .summary .product_options ul li:hover p {
  color: #00df94;
  cursor: pointer;
}
.single-product .summary .product_options ul li p {
  margin-top: 13px;
  transition: all 0.4s;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.single-product .summary .product_options ul li .yith-wcwl-add-button svg path {
  stroke: #00df94;
}
.single-product .summary .product_options ul li .yith-wcwl-add-button .delete_item {
  width: 24px;
  margin: auto;
  display: block;
}
.single-product .summary .product_options ul li .yith-wcwl-add-button .delete_item svg {
  width: 24px;
  height: 24px;
}
.single-product .summary .product_options ul li .yith-wcwl-add-button span.separator {
  display: none;
}
.single-product .summary .product_options ul li .yith-wcwl-add-button a.view-wishlist {
  display: none;
}
.single-product .summary .product_options ul li a {
  cursor: pointer;
}
.single-product .material_btn {
  cursor: pointer;
  height: 58px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: none;
  font-size: 14px;
  line-height: 24px;
  color: #4f4f4f;
  width: 100%;
  letter-spacing: 0;
  -webkit-box-pack: start;
  background-image: url(/wp-content/themes/feathr/assets/svg/chevron-down.svg);
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  border: 1px solid #00df94;
  box-sizing: border-box;
  border-radius: 0;
  font-weight: 700;
}
.single-product .material_btn .att-text {
  padding-left: 8px;
  font-size: 14px;
  padding-top: 4px;
}

ul.swatches {
  margin: 4px 0 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
ul.swatches .active:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid #00df94;
  opacity: 1;
  transition: all 0.4s;
  z-index: -1;
}
ul.swatches li {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
ul.swatches li:before {
  display: none;
}
ul.swatches li a {
  height: 24px;
  width: 24px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1 !important;
}
ul.swatches li span {
  display: block;
  height: 100%;
}
ul.swatches li.two-color a span {
  width: 50%;
}
ul.swatches .two-color a {
  display: flex;
  justify-content: space-between;
}

.single-img-slider .slick-slide {
  padding-left: 7px;
}
.single-img-slider .single-img-slide img {
  width: auto !important;
  margin: 0 auto;
  max-width: 100% !important;
  transform: scale(1) !important;
  top: 0 !important;
  left: 0 !important;
  height: 599px !important;
}
@media screen and (max-width: 500px) {
  .single-img-slider .single-img-slide img {
    height: 454px !important;
  }
}
.single-img-slider .single-img-slide-outer {
  height: 599px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 500px) {
  .single-img-slider .single-img-slide-outer {
    height: 454px !important;
  }
}
.single-img-slider .single-img-slide-outer:hover .zoom-icon {
  opacity: 1;
}
.single-img-slider .slick-dots {
  position: absolute;
  bottom: -10px;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .single-img-slider .slick-dots {
    bottom: -30px;
    max-width: 94%;
  }
}
.single-img-slider .slick-dots li {
  height: 8px;
  width: 8px;
  margin: 0 8px;
}
@media screen and (max-width: 600px) {
  .single-img-slider .slick-dots li {
    margin-bottom: 10px;
  }
}
.single-img-slider .slick-dots li:before {
  display: none;
}
.single-img-slider .slick-dots li.slick-active button {
  border: 0;
  background: #00df94 !important;
}
.single-img-slider .slick-dots li button {
  padding: 0;
  height: 8px;
  width: 8px;
  background: #333 !important;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  transition: all 0.4s;
  border-radius: 100%;
  border: none;
}
.single-img-slider .slick-arrow {
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  outline: 0;
}
.single-img-slider .slick-right {
  right: 16px;
}
.single-img-slider .slick-left {
  z-index: 1;
  left: 16px;
}
.single-img-slider .zoom-icon {
  position: absolute;
  right: 22px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #00df94;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

#wizart-fitting-room-object {
  z-index: 2147483647 !important;
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
}

#wizart-fitting-room-object.active {
  display: block;
}

.popup-overlay {
  visibility: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.6196078431);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: 999999;
}

.popup-overlay:not(.active) .popup-header, .popup-overlay:not(.active) .popup-footer {
  display: none;
}

.popup-overlay.active {
  visibility: visible;
  text-align: center;
}
.popup-overlay.active .popup-header {
  display: flex;
  justify-content: space-between;
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dee2e6;
}
.popup-overlay.active .popup-header .close {
  line-height: 0;
  cursor: pointer;
}
.popup-overlay.active .popup-header h4 {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
  font-family: "Campton Book";
}
.popup-overlay.active .popup-footer {
  padding-top: 16px;
}

.popup-content {
  visibility: hidden;
  max-width: 390px;
  border: 0;
  border-radius: 0;
  background: #F8F5F1;
  padding: 30px 32px;
  box-shadow: unset;
  display: block;
  margin: auto;
  text-align: left;
}
.popup-content .radio {
  display: flex;
  flex-wrap: wrap;
}
.popup-content .radio .radio-wrap {
  max-width: 84%;
  width: 100%;
}
.popup-content input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.popup-content .input {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100%;
  border: 2px solid #726e6e;
}
.popup-content input:checked ~ .input {
  background: url(../assets/svg/variation-check.svg) no-repeat;
  content: "";
  height: 32px;
  width: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  border: none;
}
.popup-content input:checked ~ .input:after {
  display: block;
}
.popup-content .input:after {
  content: "";
  position: absolute;
  display: none;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.popup-content label {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #4f4f4f;
  font-family: "Campton Book";
}
.popup-content p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 5px;
}
.popup-content span.pop-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 24px;
}
.popup-content span.pop-price .woocommerce-Price-amount.amount, .popup-content span.pop-price .woocommerce-Price-currencySymbol {
  font-size: 16px;
  font-weight: 400;
}
.popup-content span.pop-price .price {
  margin-bottom: 0;
}
.popup-content span.pop-price .p_type {
  padding: 0;
  margin-left: -3px;
}

.popup-content.active {
  visibility: visible;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .single-product .product {
    max-width: 95% !important;
  }
  .container {
    max-width: 95% !important;
  }
}
.single-img-slider .play svg path {
  fill: #00df94 !important;
}
.single-img-slider .rll-youtube-player .play {
  background: url(/wp-content/themes/seamless/assets/svg/play.svg) no-repeat;
}
.single-img-slider .video {
  /*
  img {
      max-width: 100%;
      border-radius: 10px;
      width: 100%;
      object-fit: cover;
  }*/
  margin: 0;
}
.single-img-slider .video img {
  width: 337px !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 599px !important;
}
@media screen and (min-width: 1300px) {
  .single-img-slider .video img {
    min-width: 337px;
  }
}
@media screen and (max-width: 500px) {
  .single-img-slider .video img {
    min-width: 337px;
    height: 454px !important;
  }
}
.single-img-slider .video .wrap {
  text-align: center;
}
.single-img-slider .frame-holder {
  position: relative;
}
.single-img-slider .frame-holder svg {
  width: 100%;
  max-width: 117px;
}
.single-img-slider .frame-holder span {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .single-img-slider .frame-holder span svg {
    max-width: 100px;
  }
}
.single-img-slider iframe {
  width: auto;
  max-width: 100%;
  min-width: 337px;
  height: 599px !important;
}
@media screen and (min-width: 1300px) {
  .single-img-slider iframe {
    min-width: 337px;
  }
}
@media screen and (max-width: 500px) {
  .single-img-slider iframe {
    min-width: 256px;
    height: 454px !important;
  }
}

.ppc-button-wrapper {
  width: 100%;
  margin-top: 10px;
}

.roll__modal {
  text-align: left;
  position: relative;
  max-width: 400px;
  border: 0;
  border-radius: 0;
  background: #F8F5F1;
  padding: 30px 32px;
  box-shadow: unset;
}
@media screen and (max-width: 600px) {
  .roll__modal {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}
.roll__modal h4 {
  font-family: "Campton Book";
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.roll__modal .modal-header p {
  margin: 0 0 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
}
.roll__modal a.close-roll-modal {
  top: 26px;
  right: 19px;
  cursor: pointer;
  width: 22px;
  height: 23px;
  position: absolute;
}
.roll__modal .material_btn {
  background-color: #fff;
}
.roll__modal .form-field {
  margin-bottom: 16px;
  width: 100%;
}
.roll__modal .form-field .form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  height: 56px;
  border: 0;
  color: #000 !important;
  padding: 18px 15px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.roll__modal .form-field .mural_feet_outer {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.roll__modal .form-field .mural_feet_outer span {
  font-size: 13px;
  color: #9b9b9b;
  position: relative;
  top: 2px;
}
.roll__modal .form-field .mural_feet_outer .form-control {
  max-width: 36px;
  text-align: center;
  padding: 0 0 0 10px;
}
.roll__modal .on-sale {
  color: #eb5757 !important;
  font-weight: 600;
  margin-top: 10px !important;
}
.roll__modal .regularcost {
  text-decoration: line-through !important;
  font-weight: 200 !important;
  color: #9b9b9b;
}
.roll__modal .regularcost span {
  text-decoration: line-through !important;
  font-weight: 200 !important;
  color: #9b9b9b;
}
.roll__modal .wall_panel_error {
  color: red;
  font-size: 14px;
  line-height: 20px;
}
.roll__modal .wall_panel_error a {
  color: red;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
.roll__modal .link {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  display: inline-flex;
  letter-spacing: 0.05em;
  color: #333;
  border-bottom: 2px solid #333;
  text-transform: uppercase;
}
.roll__modal .measurement_type {
  display: none;
}
.roll__modal .measurement_type.current_form {
  display: initial;
}
.roll__modal .hide {
  display: none;
}
.roll__modal .modal-footer {
  margin-top: 51px !important;
}
.roll__modal .inputed {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin: 100px 0 16px;
}
.roll__modal .result {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.roll__modal .result p {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  padding: 0 4px;
}
.roll__modal .result span {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}
.roll__modal .next {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.roll__modal .next .recalc {
  margin-top: 16px;
}
.roll__modal .next .add_to_bag {
  width: 100%;
}

div.product form.cart .variations .roll__modal label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 475;
}

.modal-overlay {
  visibility: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.6196078431);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: 999999;
}

.modal-overlay:not(.active) .modal-footer, .modal-overlay:not(.active) .modal-header {
  display: none;
}

.modal-overlay.active {
  visibility: visible;
  text-align: center;
}

.modalr {
  visibility: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: unset;
  display: block;
  margin: auto;
}

.modalr.active {
  visibility: visible;
}

.mural__modal {
  position: relative;
  visibility: hidden;
  border: 0;
  border-radius: 0;
  background: #F8F5F1;
  padding: 30px 32px;
  box-shadow: unset;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .mural__modal {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
  .mural__modal {
    max-width: 800px;
  }
}
@media screen and (min-width: 1100px) {
  .mural__modal {
    max-width: 1100px;
  }
}
@media screen and (min-width: 700px) {
  .mural__modal {
    display: flex;
  }
}
.mural__modal .form-field {
  margin-bottom: 16px;
  width: 100%;
}
.mural__modal .form-field .form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  height: 56px;
  border: 0;
  color: #000 !important;
  padding: 18px 15px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mural__modal .form-field .mural_feet_outer {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.mural__modal .form-field .mural_feet_outer span {
  font-size: 13px;
  position: relative;
  top: 2px;
  color: #9b9b9b;
}
.mural__modal .form-field .mural_feet_outer .form-control {
  max-width: 36px;
  text-align: center;
  padding: 0 0 0 10px;
}
.mural__modal .measurement_type {
  display: none;
}
.mural__modal .measurement_type.current_form {
  display: initial;
}
.mural__modal .warning {
  text-align: center;
  font-size: 14px !important;
}
.mural__modal .link {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  display: inline-flex;
  letter-spacing: 0.05em;
  color: #333;
  text-transform: uppercase;
  padding: 16px;
  border-bottom: none;
  background: #ffffff;
  border-radius: 4px;
}
.mural__modal .link:hover {
  background: #00df94;
}
.mural__modal h4 {
  font-family: "Campton Book";
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.mural__modal .intro p {
  margin: 0 0 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
}
.mural__modal a.close-roll-modal {
  top: 26px;
  right: 19px;
  cursor: pointer;
  width: 22px;
  height: 23px;
  position: absolute;
}
.mural__modal .buy_mural {
  margin-top: 30px;
  text-align: center;
}
.mural__modal .single_add_to_cart_button {
  max-width: 100% !important;
}
.mural__modal .hide {
  display: none !important;
}
.mural__modal .showPrice {
  font-family: "Campton Book";
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #333;
  padding-top: 24px;
  min-height: 60px;
}
.mural__modal .showPrice del {
  font-family: "Campton Book";
}
.mural__modal .showPrice p {
  color: red;
  margin-top: 10px;
  font-weight: 700;
  font-size: 32px;
}
.mural__modal .mural-calculator-img {
  width: 100%;
  max-width: 65%;
  background: #333;
  display: flex;
  background: #333;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .mural__modal .mural-calculator-img {
    max-width: 100%;
  }
}
.mural__modal .right_column {
  width: 100%;
  max-width: 30%;
}
@media screen and (min-width: 700px) {
  .mural__modal .right_column {
    margin-left: 35px;
  }
}
@media screen and (max-width: 700px) {
  .mural__modal .right_column {
    max-width: 100%;
    padding-top: 40px;
  }
}
.mural__modal .jcrop-holder {
  display: none;
}

.mural__modal.active {
  visibility: visible;
}
.mural__modal.active .jcrop-holder {
  display: initial;
}

.product_cat-wall-murals select#pa_material {
  display: none;
}

@media screen and (max-width: 600px) {
  .shop-page {
    padding: 0 !important;
  }
  .fl-wrap {
    padding: 0 30px;
  }
  .woocommerce-result-count {
    font-size: 11px;
    line-height: 13px;
  }
  .woocommerce-result-count span {
    font-size: 11px;
    line-height: 13px;
  }
  select.orderby {
    font-size: 11px;
    line-height: 13px;
    padding: 0;
    background-position: right 0px top 4px !important;
  }
}
@media screen and (min-width: 992px) {
  .shop-grid .col-lg-3 {
    width: 26.944% !important;
  }
}
.shop-grid {
  clear: both;
}

.archive .woocommerce-notices-wrapper {
  display: none;
}

.fl-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.fl-wrap .woocommerce-result-count {
  flex-basis: 50%;
  font-size: 14px;
}
.fl-wrap .woocommerce-result-count span {
  font-size: 14px;
}
.fl-wrap form.woocommerce-ordering {
  margin: 0 0 0 auto;
  font-size: 14px;
}
.fl-wrap form.woocommerce-ordering select {
  text-align: right;
  background-position: right 0px top 10px;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.woocommerce-products-header {
  background: #F8F5F1;
  padding: 30px 54px;
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce-products-header h1 {
  margin-bottom: 17px;
  font-size: 32px;
}
.woocommerce-products-header .show-more {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 620px;
  cursor: pointer;
}

.news-feed-three {
  margin: 100px 0;
}
.news-feed-three .news-grid {
  display: flex;
  flex-wrap: wrap;
}
.news-feed-three .news-grid .artist-single {
  margin-top: 30px;
}
.news-feed-three .section_head {
  text-align: center;
}

.shop_description {
  margin: 100px 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .shop_description .container {
    max-width: 878px;
  }
}
.shop_description h2 {
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 24px;
}
.shop_description a {
  color: #00df94;
}

.view_count p {
  color: #333;
}

.news-feed-three + .trustpilot {
  margin-top: 120px;
  margin-bottom: 120px;
}

.loop_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.loop_cta h2 {
  color: #fff;
  margin-bottom: 20px;
}
.loop_cta p {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .loop_cta {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .loop_cta.style1 {
    padding-left: 75px;
  }
}
.loop_cta.style1 .row {
  align-items: center;
}
.loop_cta.style1 p {
  max-width: 300px;
}
.loop_cta.style1 img {
  float: right;
  -o-object-fit: cover;
     object-fit: cover;
  width: 417px;
  height: 400px;
}
@media screen and (max-width: 1200px) {
  .loop_cta.style1 img {
    display: none;
  }
}
.loop_cta.style2 {
  text-align: center;
  position: relative;
}
.loop_cta.style2 h2 {
  max-width: 380px;
  margin: 0 auto 20px;
}
.loop_cta.style2 div {
  z-index: 1;
}
.loop_cta.style2 img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
  filter: brightness(80%);
}

.spinner-loader .spinner-border {
  width: 3rem;
  height: 3rem;
  background: url(../assets/loader.svg) no-repeat 0 0;
  border: 0;
}

.spinner-border:not(.none) {
  animation-name: spin;
  animation-duration: 900ms;
  animation-iteration-count: infinite;
}

.spinner-loader {
  justify-content: center;
  display: flex;
  margin-bottom: 20px;
}

.sr-only {
  color: #828282;
  margin: 24px 0 0;
}

.more_para {
  text-align: center;
}

.lmp_button {
  margin: auto;
  display: block !important;
}

.none {
  display: none;
}

.clear {
  cursor: pointer;
}

@media screen and (min-width: 999px) {
  .filter {
    position: sticky;
    top: 50px;
  }
}
ul.products li.product {
  position: relative;
}
ul.products li.product::before {
  display: none;
}
ul.products li.product .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 350px;
  right: 18px;
}
@media screen and (max-width: 600px) {
  ul.products li.product .yith-wcwl-add-to-wishlist {
    top: 358px;
    right: 48px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  ul.products li.product h2 span {
    display: block;
  }
}
ul.products li.product .swatches {
  margin-bottom: 0;
}
ul.products li.product:hover {
  transition: all 0.4s;
}
ul.products li.product:hover img {
  opacity: 0.7;
  transition: all 0.4s;
}
ul.products li.product a img {
  transition: all 0.4s;
  margin-bottom: 16px;
  width: 322px !important;
  height: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  ul.products li.product a img {
    width: 100% !important;
  }
}
ul.products li.product h2.woocommerce-loop-product__title {
  font-family: "Campton Book";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  padding: 0 !important;
  max-width: 200px;
}
ul.products li.product h3.product-descriptions {
  font-family: "Campton Book";
  font-weight: 475;
  font-size: 10px;
  line-height: 12px;
  margin: 8px 0 12px 0;
  padding: 0 !important;
}
ul.products li.product .price_wrap {
  position: absolute;
  right: 0;
  top: 416px;
  display: flex;
  align-items: baseline;
}
ul.products li.product .price {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
ul.products li.product .price span.woocommerce-Price-amount.amount, ul.products li.product .price .amount {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
ul.products li.product .price span.woocommerce-Price-currencySymbol {
  font-weight: 700;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  ul.products li.product .price {
    position: unset;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  ul.products li.product .price {
    position: unset;
  }
}
@media screen and (max-width: 600px) {
  ul.products li.product .price {
    right: 30px;
  }
}
@media screen and (max-width: 355px) {
  ul.products li.product .price {
    position: unset;
  }
}
ul.products li.product .price .p_type {
  font-weight: 475;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
ul.products li.product.sale ins {
  text-decoration: none;
}
ul.products li.product.sale ins .amount {
  color: red !important;
  font-weight: 700 !important;
}
ul.products li.product.sale ins span.woocommerce-Price-currencySymbol {
  font-weight: 700;
}
ul.products li.product.sale del {
  text-decoration: none;
  color: #333 !important;
}
ul.products li.product.sale del bdi {
  text-decoration: line-through;
}
@media screen and (max-width: 600px) {
  ul.products li.product {
    width: 100% !important;
    padding: 0 30px !important;
  }
}

@media screen and (min-width: 1400px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 25px 2.992em 0;
    width: 31.65% !important;
  }
  .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  ul.products {
    display: flex;
    flex-wrap: wrap;
  }
  li.product {
    width: 100% !important;
    max-width: 48% !important;
  }
  li.product:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  li.product {
    margin-right: 4% !important;
  }
  li.product:nth-child(2n) {
    margin-right: 0 !important;
  }
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: block;
}

ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.products.columns-4 li.product {
  width: 100% !important;
  max-width: 314px;
  margin-right: 25px;
  margin-bottom: 30px;
  padding: 0;
}
@media screen and (min-width: 1400px) {
  ul.products.columns-4 li.product:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1400px) {
  ul.products.columns-4 li.product {
    margin-right: 10px;
  }
  ul.products.columns-4 li.product:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  ul.products.columns-4 li.product {
    margin-right: 25px;
  }
  ul.products.columns-4 li.product:nth-child(3n) {
    margin-left: 20px !important;
    margin-right: 120px !important;
  }
  ul.products.columns-4 li.product:nth-child(1n) {
    margin-left: 20px !important;
    margin-right: 120px !important;
  }
}
@media screen and (max-width: 1200px) {
  ul.products.columns-4 li.product:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  ul.products.columns-4 li.product {
    margin-right: 0 !important;
  }
}
ul.products.columns-4::before, ul.products.columns-4::after {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  ul.products.columns-4 li.product {
    max-width: 48% !important;
  }
}
@media screen and (max-width: 768px) {
  ul.products.columns-4 li.product {
    max-width: 100% !important;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  ul.products.columns-4 li.product .price {
    right: 0 !important;
  }
  ul.products.columns-4 li.product .yith-wcwl-add-to-wishlist {
    right: 26px !important;
  }
}

/**
Filter Start
**/
.filter_toggle {
  display: none;
}

.shop-filter {
  max-width: 300px;
}
@media screen and (min-width: 999px) and (max-width: 1360px) {
  .shop-filter {
    max-width: 250px;
  }
}
.shop-filter .chip {
  display: flex;
  align-items: center;
}
.shop-filter .chip::after {
  content: "";
  cursor: pointer;
  background-image: url(/wp-content/themes/feathr/assets/svg/cross.svg);
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 4px;
}
.shop-filter .current_filters {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  margin-bottom: 20px;
}
.shop-filter .clear {
  text-decoration: underline;
  font-size: 14px;
  text-align: right;
}
.shop-filter .top {
  justify-content: space-between;
  max-width: 300px;
  display: flex;
  margin-bottom: 15px;
}
.shop-filter .top input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  cursor: pointer;
}
.shop-filter .top p {
  margin: 0;
  font-size: 14px;
}
.shop-filter .prdctfltr_checkboxes::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.shop-filter .prdctfltr_checkboxes::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.shop-filter .prdctfltr_checkboxes::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgb(161, 161, 161);
}
.shop-filter .prdctfltr_woocommerce_ordering {
  padding-top: 20px;
  border-bottom: 1px solid rgba(131, 131, 131, 0.8);
}
.shop-filter .prdctfltr_woocommerce_ordering h2 {
  cursor: pointer;
  font-weight: 475;
  font-size: 16px;
  line-height: 19px;
  font-family: "Campton Book";
  background-image: url(/wp-content/themes/feathr/assets/svg/filter_arrow.svg);
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.shop-filter .prdctfltr_woocommerce_ordering .active-dropdown h2 {
  background-image: url(/wp-content/themes/feathr/assets/svg/filter_arrow.svg);
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_filter {
  max-width: 300px;
  border-top: 1px solid rgba(131, 131, 131, 0.8);
  padding: 22px 0;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_checkboxes {
  overflow: auto;
  max-height: 400px;
  margin-top: 15px;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_checkboxes label {
  display: block;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_checkboxes span {
  font-size: 14px;
  line-height: 16px;
  color: #19272B;
}
.shop-filter .prdctfltr_woocommerce_ordering .hidden {
  display: none;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_styles input[type=checkbox], .shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_rooms input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  cursor: pointer;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_styles span, .shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_rooms span {
  position: relative;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_styles span p, .shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_rooms span p {
  margin-left: 42px;
  position: relative;
  font-weight: 475;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_styles label input[type=checkbox] + span .circ, .shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_rooms label input[type=checkbox] + span .circ {
  display: block;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #333333;
  border-radius: 3px;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_styles label input[type=checkbox]:checked + span .circ, .shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_rooms label input[type=checkbox]:checked + span .circ {
  border: none;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_styles label input[type=checkbox]:checked + span .circ:before, .shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_rooms label input[type=checkbox]:checked + span .circ:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  cursor: pointer;
  background-image: url(/wp-content/themes/feathr/assets/svg/check-square.svg);
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0) !important;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_styles input[type=checkbox]:checked + span .circ:before, .shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_rooms input[type=checkbox]:checked + span .circ:before {
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_colour_tags input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  cursor: pointer;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_colour_tags span {
  position: relative;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_colour_tags span p {
  margin-left: 42px;
  position: relative;
  top: 6px;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_colour_tags label {
  height: 25px;
  padding-left: 4px;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_colour_tags label input[type=checkbox]:checked + span .circ:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100px;
  top: 6px;
  left: 6px;
  cursor: pointer;
  background-image: url(/wp-content/themes/feathr/assets/svg/radio.svg);
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0) !important;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_colour_tags label input[type=checkbox]:checked + span .circ:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100px;
  top: -4px;
  left: -4px;
  cursor: pointer;
  background-image: url(/wp-content/themes/feathr/assets/svg/radio_back.svg);
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0) !important;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_colour_tags label input[type=checkbox] + span .circ {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100px;
  top: 0px;
  left: 0px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: grey;
}
.shop-filter .prdctfltr_woocommerce_ordering .prdctfltr_colour_tags input[type=checkbox]:checked + span .circ:before {
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .shop-filter .modal-header {
    display: none;
  }
  .shop-filter .modal-footer {
    display: none;
  }
}
@media screen and (max-width: 762px) {
  .shop-filter .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 80px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    padding-top: 15px;
  }
  .shop-filter .modal-footer .btn {
    display: block;
    margin: auto;
    max-width: 310px;
  }
  .shop-filter .filters-btn {
    width: 100%;
    color: #333;
    font-size: 23px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 6.8px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border: 2px solid #000;
    justify-content: center;
    padding: 10px;
    margin-bottom: 50px;
  }
  .shop-filter .modal-header {
    display: flex;
    justify-content: space-between;
  }
  .shop-filter .modal-header h2 {
    font-family: "Campton Book";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
  .shop-filter .modal-header h2 svg {
    margin-left: 20px;
  }
  .shop-filter .filter-modal {
    overflow: auto;
    visibility: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 60px;
    z-index: 99;
  }
  .shop-filter .filter-modal form {
    margin-top: 30px;
  }
  .shop-filter .filter-modal .prdctfltr_woocommerce_ordering .prdctfltr_filter {
    max-width: 100%;
  }
  .shop-filter .filter-modal.active {
    visibility: visible;
  }
  .shop-filter .filter-modal:not(.active) label input[type=checkbox]:checked + span .circ:before {
    display: none;
  }
}

@media (min-width: 768px) {
  .filters-btn {
    display: none !important;
  }
}
.filters-btn {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid #000;
  justify-content: center;
  margin: 0 30px 30px 30px;
}
.filters-btn svg {
  margin-left: 20px;
}

/* Styles for Currency Switcher Widget */
.error {
  background-color: #FFEBE8;
  border: 1px solid #C00;
  border-radius: 4px;
  padding: 4px;
}

.error .title {
  font-weight: bold;
  font-size: large;
}

.widget_wc_aelia_currencyswitcher_widget .currency_button {
  display: inline-block;
}

.widget_wc_aelia_currencyswitcher_widget .widget_errors {
  list-style-type: disc;
  list-style-position: inside;
}

/**
 * Common styles for HTML dropdown widgets.
 *
 * @since 4.12.2.210706
 */
.wc_aelia_cs_country_selector .dropdown .option.filter_hidden {
  display: none;
}

.widget_wc_aelia_currencyswitcher_widget .dropdown .option.selected,
.widget_wc_aelia_currencyswitcher_widget .dropdown .option:hover {
  background-color: whitesmoke;
}

.widget_wc_aelia_currencyswitcher_widget .dropdown .options {
  margin: 0;
}

.widget_wc_aelia_currencyswitcher_widget .dropdown_selector .dropdown .search-container {
  width: calc(100% - 30px);
  margin: 15px;
}

.widget_wc_aelia_currencyswitcher_widget .dropdown_selector .dropdown .search-container .search {
  display: block;
  border-style: solid;
  padding: 10px;
  font-family: inherit;
  min-height: 35px;
  height: auto;
  width: 100%;
  transition: border-color ease 0.3s;
  min-width: 50%;
}

/**
 * Styles for the "flags" dropdown currency selector.
 *
 * @since 4.12.0.210629
 */
.wc_aelia_cs_currency_selector {
  position: relative;
  width: 100%;
  padding: 10px 0;
  max-width: 400px;
  font-size: 15px;
}

.wc_aelia_cs_currency_selector .selected_currency {
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 400px;
  position: relative;
  padding: 10px 32px 10px 8px;
  display: flex;
  cursor: pointer;
  width: 100%;
  border: 1px solid silver;
}

.wc_aelia_cs_currency_selector .selected_currency:before {
  content: "";
  background-size: contain;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: 0.2s ease-out;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  transform: rotate(45deg);
  color: silver;
}

.wc_aelia_cs_currency_selector.active .selected_currency:before {
  transform: rotate(225deg);
  top: 18px;
}

.wc_aelia_cs_currency_selector .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 100% !important;
  min-width: 130px;
  background-color: #fff;
  /* border-radius: 5px; */
  z-index: 1000;
  border: 1px solid silver;
  padding: 6px 0;
}

.wc_aelia_cs_currency_selector .dropdown .currencies {
  max-height: 190px;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow-y: auto;
}

.wc_aelia_cs_currency_selector .dropdown .currency {
  display: flex;
  padding: 5px 8px;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none !important;
  outline: none !important;
}

.wc_aelia_cs_currency_selector .dropdown .currency:hover {
  background-color: whitesmoke;
}

/* Add a green "tick mark" next to the selected currency in the drodown
.wc_aelia_cs_currency_selector .dropdown .selected {
	background-color: whitesmoke;
}

.wc_aelia_cs_currency_selector .dropdown .currency.selected .currency_flag::before {
	content: '';
	border-right: 2px solid white;
	display: block;
	height: 4px;
	width: 2px;
	border-bottom: 2px solid white;
	transform: rotate(45deg);
	position: absolute;
	top: -2px;
	right: 0px;
	z-index: 10000;
}

.wc_aelia_cs_currency_selector .dropdown .currency.selected .currency_flag::after {
	content: '';
	position: absolute;
	top: -4px;
	right: -4px;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background-color: #8bc34a;
	display: block;
}
*/
.wc_aelia_cs_currency_selector .currency_flag {
  position: relative;
  justify-content: center;
  border-radius: 2px;
  align-items: center;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 20px;
  min-width: 30px;
  z-index: 1;
}

.wc_aelia_cs_currency_selector .currency_name {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  margin-left: 10px;
}

.wc_aelia_cs_currency_selector.dropdown_selector .currency_flag img {
  border-radius: 2px;
  max-height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 30px !important;
  z-index: -1;
}

/**
 * Styles for the "flags" dropdown country selector.
 *
 * @since 4.12.2.210706
 */
.wc_aelia_cs_country_selector {
  position: relative;
  width: 100%;
  padding: 10px 0;
  max-width: 400px;
  font-size: 15px;
}

.wc_aelia_cs_country_selector .selected_country {
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 400px;
  position: relative;
  padding: 10px 32px 10px 8px;
  display: flex;
  cursor: pointer;
  width: 100%;
  border: 1px solid silver;
}

.wc_aelia_cs_country_selector .selected_country:before {
  content: "";
  background-size: contain;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: 0.2s ease-out;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  transform: rotate(45deg);
  color: silver;
}

.wc_aelia_cs_country_selector.active .selected_country:before {
  transform: rotate(225deg);
  top: 18px;
}

.wc_aelia_cs_country_selector .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 100% !important;
  min-width: 130px;
  background-color: #fff;
  /* border-radius: 5px; */
  z-index: 1000;
  border: 1px solid silver;
  padding: 6px 0;
}

.wc_aelia_cs_country_selector .dropdown .countries {
  max-height: 190px;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow-y: auto;
}

.wc_aelia_cs_country_selector .dropdown .country {
  display: flex;
  padding: 5px 8px;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none !important;
  outline: none !important;
}

.wc_aelia_cs_country_selector .country_flag {
  position: relative;
  justify-content: center;
  border-radius: 2px;
  align-items: center;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 20px;
  min-width: 30px;
  z-index: 1;
}

.wc_aelia_cs_country_selector .country_name {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  margin-left: 10px;
}

.wc_aelia_cs_country_selector.dropdown_selector .country_flag img {
  border-radius: 2px;
  max-height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 30px !important;
  z-index: -1;
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.slide-menu {
  position: fixed;
  z-index: 100000000000000000;
  background-color: #f8f5f1;
  overflow: hidden;
  transition: all 0.3s;
}

.slide-menu-right {
  right: -400px;
  top: 0;
  width: 400px;
  height: 100%;
}
@media screen and (max-width: 410px) {
  .slide-menu-right {
    width: 340px;
    right: -340px;
  }
}

button.close-menu {
  color: #fff;
  background: black;
  border: 1px solid grey;
  border-radius: 5px;
  display: block;
  margin: 40px auto;
  width: 100px;
}

body.swr-open .wish-slide {
  right: 0;
}

body.sbr-open .cart-slide {
  right: 0;
}

.slide-header {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.slide-header .close-menu {
  float: right;
  text-align: right;
  width: 100%;
  max-width: 15%;
  cursor: pointer;
}
.slide-header h2 {
  width: 100%;
  max-width: 80%;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-family: "Campton Book";
}

.wishlist-slide {
  padding: 68px 32px;
}
.wishlist-slide .woocommerce-message {
  border: 1px solid #00df94;
  background: rgba(255, 255, 255, 0);
  font-family: "Campton Book";
  padding: 10px;
}
.wishlist-slide .woocommerce-message {
  display: none;
}
.wishlist-slide .woocommerce-message::before {
  color: #00df94 !important;
}
.wishlist-slide .wishlist-title-container {
  display: none;
}
.wishlist-slide .product-thumbnail {
  padding-right: 24px;
}
.wishlist-slide .product-thumbnail img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wishlist-slide .product-name a {
  font-weight: 700;
}
.wishlist-slide .attribute-summary {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
  width: 100%;
  font-family: "Campton Book";
}
.wishlist-slide .item-row {
  display: flex;
  position: relative;
  padding: 10px 0;
}
.wishlist-slide .product-remove {
  position: absolute;
  top: 40px;
  right: 10px;
}
.wishlist-slide .remove_from_wishlist:hover {
  background: none !important;
}
.wishlist-slide #yith-wcwl-form {
  overflow-y: auto;
  height: 86vh;
}
.wishlist-slide .wishlist_view li:before {
  display: none !important;
}

div#yith-wcwl-popup-message {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
}

.basket-slide {
  padding: 68px 30px;
}
.basket-slide .subtotal .subtotal {
  padding: 0;
  border-top: unset;
  border-bottom: unset;
}
.basket-slide .call_outs {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  clear: both;
}
.basket-slide .call_outs b {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #00df94;
  padding: 0 7px;
  display: inline-block;
  transform: translateY(-1.5px);
  line-height: 10px;
}
.basket-slide .attribute-summary {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
  width: 100%;
  font-family: "Campton Book";
}
.basket-slide .basket-foot a {
  width: 100%;
  display: block;
}
.basket-slide .basket-foot .empty {
  margin: 40px auto;
  text-align: center;
}
.basket-slide .menu-item {
  max-height: 512px;
  overflow: auto;
}
@media screen and (max-height: 830px) {
  .basket-slide .menu-item {
    max-height: 380px;
  }
}
@media screen and (max-height: 690px) {
  .basket-slide .menu-item {
    max-height: 312px;
  }
}
@media screen and (max-width: 500px) {
  .basket-slide .menu-item {
    max-height: 312px;
  }
}
.basket-slide .subtotal {
  padding: 32px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.basket-slide .subtotal span.woocommerce-Price-currencySymbol {
  font-weight: 700;
}
.basket-slide .subtotal .amount {
  font-weight: 700;
}
.basket-slide .subtotal small.tax_label {
  display: none;
}
.basket-slide .subtotal p {
  margin: 0;
}
.basket-slide .subtotal .fr {
  text-align: right;
  font-weight: 700;
}
.basket-slide .cart-item {
  padding: 10px 0;
  justify-content: baseline;
}
.basket-slide .cart-item .product-thumbnail {
  padding-right: 24px;
}
.basket-slide .cart-item .product-thumbnail img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.basket-slide .cart-item .product-thumbnail .cropped-image {
  height: 90px;
  width: 90px;
  background: #333;
  margin-right: 20px;
  border: 1px solid #333;
}
.basket-slide .cart-item .product-thumbnail .cropped-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.basket-slide .cart-item .product-name {
  font-weight: 700;
}
.basket-slide .qty_box {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  margin-right: 0;
  margin-top: 8px;
  display: flex;
  border: 1px solid #00df94;
  max-width: 45px;
  padding: 6px 0 3px;
}
.basket-slide .qty_box input::-webkit-outer-spin-button,
.basket-slide .qty_box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.basket-slide .qty_box input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.basket-slide .qty_box input {
  background: 0 0;
  border: 0;
  width: 43px !important;
  padding: 0 !important;
  height: auto !important;
  line-height: inherit;
  font-family: "Campton Book";
  text-align: center;
}
.basket-slide .qty_box button.minus, .basket-slide .qty_box button.plus {
  display: none;
}
.basket-slide .update-basket {
  display: none !important;
}

/*--------------------------------------------------------------
# Room Idea
--------------------------------------------------------------*/
.post-type-archive-room_idea {
  background: #f8f5f1;
}
.post-type-archive-room_idea header {
  background: #fff;
}

.room-ideas-page {
  background: #f8f5f1;
}
.room-ideas-page .product_sec {
  padding: 84px 0 0;
}
.room-ideas-page a.lmp_button.blog-grid__loadmore-button.vm-sf {
  padding-top: 14px;
}

.room_archive_header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.room_archive_header h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 68px;
  margin-bottom: 24px;
  color: #333;
}
.room_archive_header p {
  color: #828282;
}
@media (max-width: 1023px) {
  .room_archive_header {
    padding: 100px 15px 0;
  }
}

.product_img_box {
  margin: 12px;
  position: relative;
}
.product_img_box .onhover_btns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: 0.5s all;
  z-index: 1;
}
.product_img_box .onhover_btns a {
  background: #00df94;
  display: block;
  width: 266px;
  margin: auto;
  padding: 15px 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.product_img_box .onhover_btns a:hover {
  opacity: 0.7;
  color: #333;
}
.product_img_box:hover .onhover_btns {
  opacity: 1;
  transition: 0.5s all;
}
.product_img_box:hover::before {
  background: rgba(0, 0, 0, 0.12);
  transition: 0.5s all;
}
.product_img_box::before {
  content: "";
  background: 0 0;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  transition: 0.5s all;
  z-index: 1;
  left: 0;
}
.product_img_box .product_img_box_outer {
  position: relative;
}
.product_img_box .product_img_box_outer img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.product_img_box .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: absolute;
  right: 18px;
  bottom: 10px;
  z-index: 1;
}
.product_img_box .Pro_img1 {
  width: 427px;
  height: 512px;
}
@media screen and (min-width: 999px) and (max-width: 1360px) {
  .product_img_box .Pro_img1 {
    width: 300px;
    height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .product_img_box .Pro_img1 {
    width: 192px;
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .product_img_box .Pro_img1 {
    width: 100%;
  }
}
.product_img_box .Pro_img2 {
  width: 877px;
  height: 512px;
}
@media screen and (min-width: 999px) and (max-width: 1360px) {
  .product_img_box .Pro_img2 {
    width: 620px;
    height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .product_img_box .Pro_img2 {
    width: 400px;
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .product_img_box .Pro_img2 {
    width: 100%;
  }
}
.product_img_box .Pro_img3 {
  width: 427px;
  height: 250px;
}
@media screen and (min-width: 999px) and (max-width: 1360px) {
  .product_img_box .Pro_img3 {
    width: 300px;
    height: 194px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .product_img_box .Pro_img3 {
    width: 200px;
    height: 174px;
  }
}
@media screen and (max-width: 768px) {
  .product_img_box .Pro_img3 {
    width: 100%;
  }
}
.product_img_box .yith-wcwl-add-button span {
  display: none;
}

@media screen and (min-width: 768px) {
  .product_start {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .product_start {
    display: block;
  }
}

.room_idea .more_styles_sec {
  padding-top: 72px;
  text-align: center;
}
.room_idea .more_styles_sec p {
  margin-bottom: 20px;
}
.room_idea h3.pro_title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-top: 38px;
  margin-bottom: 0.5rem;
}
.room_idea h3.pro_title a {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  font-family: "Dala Moa";
}
.room_idea .room-ideas-top {
  text-align: center;
  background: #f8f5f1;
  padding-bottom: 30px;
}
.room_idea .room-ideas-top .container {
  max-width: 650px;
}
.room_idea .room-ideas-top h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #00df94;
  font-family: "Campton Book";
  justify-content: center;
  padding: 32px 0 20px;
  margin: 0;
}
.room_idea .room-ideas-top h2 svg {
  margin-left: 10px;
}
.room_idea .room-ideas-top h1 {
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.0772727px;
  margin-bottom: 16px;
}
.room_idea .room-ideas-top span {
  cursor: pointer;
}
.room_idea .swatch_image {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-clip-path: inset(0px) !important;
          clip-path: inset(0px) !important;
}
.room_idea .swatch_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.room_idea .home-banner-section {
  margin-bottom: -145px;
  margin-top: 40px;
  padding: 2px 0 40px;
  height: auto;
  background: 0 0;
  position: relative;
  z-index: 0;
}
.room_idea .home-banner-section .product_img_box_outer {
  height: 600px;
  max-height: 100%;
  overflow: hidden;
}
.room_idea .home-banner-section .product_img_box_outer img {
  position: relative;
  min-height: 100%;
  height: auto;
  z-index: 99;
}
.room_idea .home-banner-section .banner_img1::before {
  position: absolute;
  content: "";
  left: -9px;
  width: 10px;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: 1;
}
.room_idea .home-banner-section .swatch_image {
  width: auto;
  position: relative;
}
.room_idea .home-banner-section .container {
  max-width: 1448px;
  margin: 0 auto;
  padding: 0;
}
.room_idea .home-banner-section .image_carousel {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
.room_idea .home-banner-section .room-idea-image-slider {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.room_idea .home-banner-section .banner_img1 {
  position: relative;
}
.room_idea .home-banner-section .banner_img {
  order: -1;
  min-width: 430px;
}
.room_idea .home-banner-section .wall_imgs1 {
  height: 600px;
  width: auto;
  position: relative;
}
.room_idea .home-banner-section .wall_buttons {
  padding: 16px 40px 20px;
  background: #fff;
  position: relative;
  top: -78px;
  max-width: 40%;
  margin: auto;
  z-index: 99;
}
.room_idea .home-banner-section .wall_buttons h3 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
.room_idea .home-banner-section .wall_buttons ul.click_img {
  display: flex;
  justify-content: center;
}
.room_idea .home-banner-section .wall_buttons ul.click_img li:first-child {
  margin-left: 0;
}
.room_idea .home-banner-section .wall_buttons ul.click_img li {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  padding-left: 0;
  margin-left: 16px;
  margin-bottom: 0;
}
.room_idea .home-banner-section .wall_buttons ul.click_img li a.active img {
  border: 5px solid #1ce29f;
}
.room_idea .home-banner-section .wall_buttons ul.click_img li a img {
  border: 5px solid transparent;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 50%;
}
.room_idea .wallpaper_overbox_content {
  margin-top: 10px;
  margin-left: 4px;
  padding: 35px 28px 20px 34px;
  transform: translateY(30px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  width: 100%;
}
.room_idea .wallpaper_overbox_content .yith-wcwl-add-button svg {
  max-width: 24px !important;
  position: relative !important;
  height: 24px !important;
  transform: none !important;
}
.room_idea .wallpaper_overbox_content .yith-wcwl-add-button svg path {
  stroke: #333;
}
.room_idea .wallpaper_overbox_content .delete_item svg path {
  stroke: #00df94 !important;
}
.room_idea .wallpaper_overbox_content span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-top: 8px;
}
.room_idea .wallpaper_overbox_content .yith-wcwl-add-button {
  text-align: right;
  margin-top: -32px;
}
.room_idea .wallpaper_overbox {
  z-index: 999 !important;
  position: absolute;
  height: 308px;
  width: 318px;
  top: 50%;
  left: 58px;
}
.room_idea .wallpaper_overbox svg {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  transform: scaleY(1.19);
  transform-origin: bottom;
}

.d-none {
  display: none !important;
}

.bkg_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0px);
          clip-path: inset(0px);
  transition: -webkit-clip-path 1.2s ease;
  transition: clip-path 1.2s ease;
  transition: clip-path 1.2s ease, -webkit-clip-path 1.2s ease;
}

@keyframes wallSlide {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  30% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 60%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 60%);
  }
  100% {
    transform: translateY(-110%);
  }
}
.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .room_idea .wallpaper_overbox {
    width: 341px;
    left: 10px;
    bottom: -120px;
    top: unset;
  }
  .room-idea-image-slider .slick-dots {
    bottom: 40px;
  }
  .slick-dots {
    position: absolute;
    bottom: -10px;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .slick-dots li::before {
    display: none;
  }
  .slick-dots button {
    border: 0 !important;
    width: 8px;
    height: 8px;
    transition: all 0.4s;
    padding: 0;
    color: rgba(255, 255, 255, 0) !important;
    border-radius: 100px !important;
  }
  .room_idea .home-banner-section .product_img_box_outer {
    height: auto;
  }
  .recommend_02 {
    padding-bottom: 80px;
  }
  .room_idea .home-banner-section .wall_buttons {
    top: -364px;
    max-width: calc(100% - 50px);
    background: #fff;
    padding: 16px 0 0;
  }
  .room-idea-image-slider {
    max-height: 410px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 0;
  }
  .room_idea .home-banner-section .image_carousel {
    padding-bottom: 341px;
  }
  ul.click_img li {
    width: 50px !important;
    height: 50px !important;
    margin-left: 5px !important;
  }
  ul.click_img li a {
    display: flex;
    background: 0 0;
    height: 100%;
  }
  .room_idea .home-banner-section .banner_img {
    min-width: unset !important;
  }
}
.style-finder-filter {
  padding-top: 56px;
}
.style-finder-filter .container {
  max-width: 1147px;
}
@media screen and (max-width: 600px) {
  .style-finder-filter .container {
    padding: 0 !important;
  }
}
.style-finder-filter .filter-header {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: flex-end;
}
.style-finder-filter button.filterbtn {
  background: #fff !important;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #4f4f4f;
  padding: 2px 16px 0;
  transition: all 0.4s;
  align-items: center;
  text-align: center;
  width: 352px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  justify-content: center;
  font-family: "Campton Book";
  font-style: normal;
  display: inline-flex;
  height: 54px;
}
.style-finder-filter button.filterbtn svg {
  margin-left: 42px;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .style-finder-filter button.filterbtn svg {
    margin-left: 10px !important;
  }
}
.style-finder-filter button.filterbtn.open {
  display: inline-flex !important;
}
.style-finder-filter .filter-reset {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333;
  border-bottom: 2px solid #333;
  padding-bottom: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.style-finder-filter .filter-options {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 40px;
}
.style-finder-filter .category-option {
  width: 100%;
  max-width: calc(100% - 446px);
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .style-finder-filter .category-option {
    max-width: 46%;
  }
}
.style-finder-filter .category-option ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.style-finder-filter .category-option li {
  max-width: 31%;
  width: 100%;
  cursor: pointer !important;
  margin-right: 0;
  margin: 0;
  min-width: 188px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
  padding-left: 0;
}
.style-finder-filter .category-option li input[type=checkbox]:checked + span {
  background: #4f4f4f;
  color: #fff;
}
.style-finder-filter .category-option li:before {
  display: none;
}
@media screen and (max-width: 600px) {
  .style-finder-filter .category-option li {
    min-width: 145px;
  }
}
.style-finder-filter .category-option li input[type=checkbox] {
  position: absolute;
  cursor: pointer !important;
  opacity: 0;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
}
.style-finder-filter .category-option li span {
  cursor: pointer !important;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
  padding-top: 3px;
  padding-left: 0;
  height: 40px;
}
.style-finder-filter .room-option {
  max-width: 446px;
  padding-left: 20px;
  border-left: 1px solid #e0e0e0;
}
@media screen and (max-width: 600px) {
  .style-finder-filter .room-option {
    max-width: 46%;
    border-left: unset;
  }
}
.style-finder-filter .room-option ul {
  -moz-columns: 2;
       columns: 2;
}

.style-finder-posts {
  text-align: center;
}/*# sourceMappingURL=style.css.map */