@charset "UTF-8";
/*!
Theme Name: Listbook
Theme URI: https://redq.io
Author: RedQ, Inc
Author URI: https://themeforest.net/user/redqteam/portfolio
Description: Listbook - Directory Listing WordPress Theme
Version: 1.0.7
Text Domain: listbook
License URI: LICENSE
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables 
# Mixins
# Normalize
# Typography
# Elements
	## Tables
	## Social Profile
	## Listing Gallery
	## Price Range
	## Button
	## Accordion
# Forms
# Navigation
	## Links
	## Menus
	## Top Bar
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## Site Title
	## Listing Single Page
	## Listing Grid
	## User Profile
# Infinite scroll
# Media
	## Captions
	## Galleries
# Main layout
# Footer
# Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px; }

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

.broken-image-icon {
  background-color: #dc746f;
  background-image: var(--themeBrokenIcon);
  background-repeat: no-repeat;
  background-position: center; }

.stripe-button-el {
  min-height: auto; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--colorTextMain, #484848);
  font-family: var(--bodyFontFamily, Satisfy, cursive);
  font-size: var(--bodyFontSize, 15px);
  line-height: var(--bodyLineHeight, 1.4); }

input,
textarea {
  -webkit-appearance: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 1em 0; }

h1 {
  font-family: var(--h1FontFamily, Poppins);
  font-size: var(--h1FontSize, 35px);
  font-weight: var(--h1FontWeight, 700);
  font-style: var(--h1FontStyle, "regular");
  line-height: var(--h1LineHeight, 1.4);
  letter-spacing: var(--h1LetterSpacing, 0);
  color: var(--h1Color, #262626);
  text-align: var(--h1TextAlign, initial);
  text-transform: var(--h1TextTransform, none); }

h2 {
  font-family: var(--h2FontFamily, Poppins);
  font-size: var(--h2FontSize, 25px);
  font-weight: var(--h2FontWeight, 700);
  font-style: var(--h2FontStyle, "regular");
  line-height: var(--h2LineHeight, 1.4);
  letter-spacing: var(--h2LetterSpacing, 0);
  color: var(--h2Color, #262626); }

h3 {
  font-family: var(--h3FontFamily, Poppins);
  font-size: var(--h3FontSize, 19px);
  font-weight: var(--h3FontWeight, 700);
  font-style: var(--h3FontStyle, "regular");
  line-height: var(--h3LineHeight, 1.4);
  letter-spacing: var(--h3LetterSpacing, 0);
  color: var(--h3Color, #262626);
  text-align: var(--h3TextAlign, initial);
  text-transform: var(--h3TextTransform, none); }

h4 {
  font-family: var(--h4FontFamily, Poppins);
  font-size: var(--h4FontSize, 17px);
  font-weight: var(--h4FontWeight, 700);
  font-style: var(--h4FontStyle, "regular");
  line-height: var(--h4LineHeight, 1.4);
  letter-spacing: var(--h4LetterSpacing, 0);
  color: var(--h4Color, #262626);
  text-align: var(--h4TextAlign, initial);
  text-transform: var(--h4TextTransform, none); }

h5 {
  font-family: var(--h5FontFamily, Poppins);
  font-size: var(--h5FontSize, 15px);
  font-weight: var(--h5FontWeight, 700);
  font-style: var(--h5FontStyle, "regular");
  line-height: var(--h5LineHeight, 1.4);
  letter-spacing: var(--h5LetterSpacing, 0);
  color: var(--h5Color, #262626);
  text-align: var(--h5TextAlign, initial);
  text-transform: var(--h5TextTransform, none); }

h6 {
  font-family: var(--h6FontFamily, Poppins);
  font-size: var(--h6FontSize, 13px);
  font-weight: var(--h6FontWeight, 700);
  font-style: var(--h6FontStyle, "regular");
  line-height: var(--h6LineHeight, 1.4);
  letter-spacing: var(--h6LetterSpacing, 0);
  color: var(--h6Color, #262626);
  text-align: var(--h6TextAlign, initial);
  text-transform: var(--h6TextTransform, none); }

.has-huge-font-size,
.has-larger-font-size {
  font-size: 35px; }

.has-large-font-size {
  font-size: 30px; }

.has-normal-font-size,
.has-regular-font-size {
  font-size: 25px; }

.has-medium-font-size {
  font-size: 20px; }

.has-small-font-size {
  font-size: 19px; }

p {
  word-break: break-word;
  line-height: 1.74;
  margin-bottom: 1.5em; }

b,
strong {
  color: inherit; }

big {
  font-size: 125%; }

a {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  background: #fff;
  font-weight: var(--bodyFontWeight, 400);
  font-style: var(--bodyFontStyle, "regular");
  /* Fallback for when there is no custom background color defined. */ }

hr,
.wp-block-separator {
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul:not(.wp-block-gallery),
ol {
  margin: 25px auto;
  list-style-position: outside; }
  @media only screen and (max-width: 480px) {
    ul:not(.wp-block-gallery),
    ol {
      margin: 20px 0; } }

li {
  margin: 23px 0;
  line-height: 1.74; }
  @media only screen and (max-width: 1360px) {
    li {
      margin: 20px 0; } }
  @media only screen and (max-width: 480px) {
    li {
      margin: 15px 0; } }

ul {
  list-style: disc; }
  @media only screen and (max-width: 1360px) {
    ul {
      padding-left: 30px; } }
  @media only screen and (max-width: 480px) {
    ul {
      padding-left: 20px; } }

ol {
  list-style: decimal; }
  @media only screen and (max-width: 1360px) {
    ol {
      padding-left: 30px; } }
  @media only screen and (max-width: 480px) {
    ol {
      padding-left: 20px; } }

dt {
  font-weight: bold;
  margin-bottom: 10px; }

dd {
  margin: 0 0 23px;
  line-height: 1.74; }
  @media only screen and (max-width: 1360px) {
    dd {
      margin: 0 0 20px; } }
  @media only screen and (max-width: 480px) {
    dd {
      margin: 0 0 15px; } }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/*--------------------------------------------------------------
# style for fitvid
--------------------------------------------------------------*/
.fluid-width-video-wrapper {
  border-radius: 6px;
  overflow: hidden; }

/*--------------------------------------------------------------
# style for sound cloud iframe
--------------------------------------------------------------*/
iframe[src*="https://w.soundcloud.com"] {
  width: 100%;
  height: auto; }

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
## Social Profile
--------------------------------------------------------------*/
ul.listbook-social-profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.listbook-social-profiles.color-light .listbook-social-profile-item a {
    color: var(--colorTextLight, #707070); }
    ul.listbook-social-profiles.color-light .listbook-social-profile-item a:hover {
      color: var(--colorPrimary, #f64e54); }
  ul.listbook-social-profiles.color-main .listbook-social-profile-item a {
    color: var(--colorTextMain, #484848); }
    ul.listbook-social-profiles.color-main .listbook-social-profile-item a:hover {
      color: var(--colorPrimary, #f64e54); }
  ul.listbook-social-profiles .listbook-social-profile-item {
    margin: 0 25px 0 0; }
    ul.listbook-social-profiles .listbook-social-profile-item:last-child {
      margin-right: 0; }
    ul.listbook-social-profiles .listbook-social-profile-item a {
      display: block;
      margin: 0;
      font-size: 16px;
      color: var(--colorTextDark, #262626);
      text-decoration: none;
      line-height: 1;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      ul.listbook-social-profiles .listbook-social-profile-item a:hover {
        color: var(--colorPrimary, #f64e54); }
      ul.listbook-social-profiles .listbook-social-profile-item a i {
        display: block; }

/*--------------------------------------------------------------
## Listing Gallery
--------------------------------------------------------------*/
.listbook-listing-image-slider {
  position: relative; }
  .listbook-listing-image-slider::before, .listbook-listing-image-slider::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    display: block;
    top: 0;
    z-index: 2;
    pointer-events: none; }
    @media (max-width: 575px) {
      .listbook-listing-image-slider::before, .listbook-listing-image-slider::after {
        display: none; } }
  .listbook-listing-image-slider::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); }
  .listbook-listing-image-slider::after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }
  .listbook-listing-image-slider .swiper-slide {
    width: auto; }
  .listbook-listing-image-slider .listbook-listing-image-slider-item {
    display: block;
    position: relative; }
    .listbook-listing-image-slider .listbook-listing-image-slider-item img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      height: auto; }
  .listbook-listing-image-slider .listbook-listing-image-slider-prev,
  .listbook-listing-image-slider .listbook-listing-image-slider-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    border-radius: 50%;
    font-size: 21px;
    color: var(--colorTextLight, #707070);
    background-color: #fff;
    cursor: pointer;
    z-index: 9;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media (max-width: 990px) {
      .listbook-listing-image-slider .listbook-listing-image-slider-prev,
      .listbook-listing-image-slider .listbook-listing-image-slider-next {
        width: 42px;
        height: 42px; } }
    @media (max-width: 575px) {
      .listbook-listing-image-slider .listbook-listing-image-slider-prev,
      .listbook-listing-image-slider .listbook-listing-image-slider-next {
        width: 35px;
        height: 35px;
        font-size: 17px; } }
    .listbook-listing-image-slider .listbook-listing-image-slider-prev:hover,
    .listbook-listing-image-slider .listbook-listing-image-slider-next:hover {
      background-color: var(--colorPrimary, #f64e54);
      color: #fff; }
  .listbook-listing-image-slider .listbook-listing-image-slider-prev {
    left: 60px; }
    @media (max-width: 990px) {
      .listbook-listing-image-slider .listbook-listing-image-slider-prev {
        left: 30px; } }
    @media (max-width: 575px) {
      .listbook-listing-image-slider .listbook-listing-image-slider-prev {
        left: 15px; } }
  .listbook-listing-image-slider .listbook-listing-image-slider-next {
    right: 60px; }
    @media (max-width: 990px) {
      .listbook-listing-image-slider .listbook-listing-image-slider-next {
        right: 30px; } }
    @media (max-width: 575px) {
      .listbook-listing-image-slider .listbook-listing-image-slider-next {
        right: 15px; } }

.listbook-listing-action-buttons {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 10; }
  @media (max-width: 575px) {
    .listbook-listing-action-buttons {
      bottom: 15px;
      right: 15px; } }
  .listbook-listing-action-buttons a {
    background-color: #fff;
    color: var(--colorTextMain, #484848);
    border-radius: 3px;
    padding: 7px 15px;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    margin-left: 5px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .listbook-listing-action-buttons a:hover {
      background-color: var(--colorPrimary, #f64e54);
      color: #fff; }
    @media (max-width: 575px) {
      .listbook-listing-action-buttons a {
        padding: 5px 12px; } }

.listbook-listing-image-gallery {
  display: none;
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 0; }
  @media (max-width: 1440px) {
    .listbook-listing-image-gallery {
      max-width: 100%;
      padding: 30px 100px; } }
  @media (max-width: 990px) {
    .listbook-listing-image-gallery {
      padding: 30px 60px; } }
  @media (max-width: 767px) {
    .listbook-listing-image-gallery {
      padding: 25px; } }
  .listbook-listing-image-gallery .listbook-view-gallery-close {
    position: absolute;
    top: 11px;
    right: 22px;
    font-size: 52px;
    line-height: 1;
    cursor: pointer;
    z-index: 9; }
    @media (max-width: 1280px) {
      .listbook-listing-image-gallery .listbook-view-gallery-close {
        top: 0;
        right: 20px; } }
  .listbook-listing-image-gallery .listbook-listing-image-gallery-top {
    height: calc(100vh - 230px);
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px; }
    @media (max-width: 575px) {
      .listbook-listing-image-gallery .listbook-listing-image-gallery-top {
        height: calc(100vh - 170px); } }
    .listbook-listing-image-gallery .listbook-listing-image-gallery-top .swiper-slide {
      height: auto; }
    .listbook-listing-image-gallery .listbook-listing-image-gallery-top .listbook-listing-gallery-item {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .listbook-listing-image-gallery .listbook-listing-image-gallery-top .listbook-listing-gallery-item img {
        border-radius: 6px;
        max-width: 100%;
        max-height: 100%;
        display: block; }
    .listbook-listing-image-gallery .listbook-listing-image-gallery-top .swiper-slide-active .listbook-listing-gallery-item img {
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .listbook-listing-image-gallery .listbook-listing-image-gallery-thumbs {
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px; }
    .listbook-listing-image-gallery .listbook-listing-image-gallery-thumbs .listbook-listing-gallery-thumb-item {
      display: block;
      position: relative;
      height: 100px;
      border-radius: 4px;
      overflow: hidden;
      cursor: pointer;
      -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2); }
      .listbook-listing-image-gallery .listbook-listing-image-gallery-thumbs .listbook-listing-gallery-thumb-item::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #fff;
        opacity: 0.4;
        z-index: 1;
        pointer-events: none;
        -webkit-transition: 0.25s cubic-bezier(1, 0.32, 0.9, 1.12);
        -o-transition: 0.25s cubic-bezier(1, 0.32, 0.9, 1.12);
        transition: 0.25s cubic-bezier(1, 0.32, 0.9, 1.12); }
      @media (max-width: 1280px) {
        .listbook-listing-image-gallery .listbook-listing-image-gallery-thumbs .listbook-listing-gallery-thumb-item {
          height: 80px; } }
      @media (max-width: 575px) {
        .listbook-listing-image-gallery .listbook-listing-image-gallery-thumbs .listbook-listing-gallery-thumb-item {
          height: 60px; } }
      .listbook-listing-image-gallery .listbook-listing-image-gallery-thumbs .listbook-listing-gallery-thumb-item img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 100%;
        display: block; }
    .listbook-listing-image-gallery .listbook-listing-image-gallery-thumbs .swiper-slide-thumb-active .listbook-listing-gallery-thumb-item::before {
      opacity: 0; }
  .listbook-listing-image-gallery .listbook-listing-image-gallery-pagination {
    text-align: center;
    padding: 12px 0;
    line-height: 1; }
  .listbook-listing-image-gallery .listbook-gallery-next,
  .listbook-listing-image-gallery .listbook-gallery-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: calc(50% - 188px / 2);
    border-radius: 50%;
    font-size: 21px;
    color: #fff;
    background-color: var(--colorPrimary, #f64e54);
    cursor: pointer;
    z-index: 9;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .listbook-listing-image-gallery .listbook-gallery-next.swiper-button-disabled,
    .listbook-listing-image-gallery .listbook-gallery-prev.swiper-button-disabled {
      pointer-events: none;
      opacity: 0.65; }
    @media (max-width: 990px) {
      .listbook-listing-image-gallery .listbook-gallery-next,
      .listbook-listing-image-gallery .listbook-gallery-prev {
        width: 36px;
        height: 36px;
        font-size: 18px; } }
    @media (max-width: 767px) {
      .listbook-listing-image-gallery .listbook-gallery-next,
      .listbook-listing-image-gallery .listbook-gallery-prev {
        display: none; } }
  .listbook-listing-image-gallery .listbook-gallery-prev {
    left: 40px; }
    @media (max-width: 1024px) {
      .listbook-listing-image-gallery .listbook-gallery-prev {
        left: 15px; } }
    @media (max-width: 990px) {
      .listbook-listing-image-gallery .listbook-gallery-prev {
        left: 10px; } }
  .listbook-listing-image-gallery .listbook-gallery-next {
    right: 40px; }
    @media (max-width: 1024px) {
      .listbook-listing-image-gallery .listbook-gallery-next {
        right: 15px; } }
    @media (max-width: 990px) {
      .listbook-listing-image-gallery .listbook-gallery-next {
        right: 10px; } }

.mfp-content .listbook-listing-image-gallery {
  display: block; }

.listbook-view-gallery-popup.mfp-bg {
  background: #fff;
  opacity: 0.95; }

.mfp-wrap,
.mfp-bg {
  z-index: 999999; }

.listbook-single-banner {
  position: relative;
  background-color: #262626; }
  .listbook-single-banner:not(.fallback-banner) {
    background-image: var(--sliderPreloaderWhite);
    background-repeat: no-repeat;
    background-position: center; }
  .listbook-single-banner .listbook-listing-image-slider {
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  .listbook-single-banner.loaded {
    background-image: none;
    background-color: #fff; }
    .listbook-single-banner.loaded .listbook-listing-image-slider {
      opacity: 1; }
  .listbook-single-banner.fallback-banner {
    height: 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 990px) {
      .listbook-single-banner.fallback-banner {
        height: 0;
        width: 100%;
        padding-bottom: 77.7%; } }
    .listbook-single-banner.fallback-banner img {
      width: 200px;
      height: auto; }
      @media (max-width: 990px) {
        .listbook-single-banner.fallback-banner img {
          width: 120px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: 30px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
      @media (max-width: 575px) {
        .listbook-single-banner.fallback-banner img {
          width: 90px; } }

/*--------------------------------------------------------------
## Price Range
--------------------------------------------------------------*/
.listbook-price-range,
.listbook-rating-star {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: var(--colorTextLight, #707070); }
  .listbook-price-range i,
  .listbook-rating-star i {
    margin-right: 4px;
    color: var(--colorTextLight, #707070); }
  .listbook-price-range > span,
  .listbook-rating-star > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--colorSecondary, #914669); }
    .listbook-price-range > span i,
    .listbook-rating-star > span i {
      color: var(--colorSecondary, #914669); }

.listbook-rating-star i {
  color: var(--colorSecondary, #914669); }

/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out; }
  .button:visited {
    color: #fff; }
  .button.button-primary {
    background-color: var(--colorPrimary, #f64e54); }
    .button.button-primary:hover {
      background: var(--colorPrimaryHover, #f53f46);
      color: #fff; }
    .button.button-primary:focus {
      color: #fff; }
  .button.button-secondary {
    background-color: var(--colorSecondary, #914669); }
    .button.button-secondary:hover {
      background: #874162;
      color: #fff; }
    .button.button-secondary:focus {
      color: #fff; }
  .button.button-success {
    background-color: #36ab80; }
    .button.button-success:hover {
      background: #329f77;
      color: #fff; }
    .button.button-success:focus {
      color: #fff; }
  .button.button-danger {
    background-color: #fb6d3a; }
    .button.button-danger:hover {
      background: #fb622b;
      color: #fff; }
    .button.button-danger:focus {
      color: #fff; }
  .button.button-default {
    height: 48px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px; }
  .button.button-medium {
    height: 42px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 15px; }
  .button.button-small {
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px; }
  .button .button-icon {
    margin-right: 10px; }

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.listbook-accordion {
  position: relative; }
  .listbook-accordion .listbook-accordion-item {
    position: relative;
    background-color: #f7f7f7;
    border-radius: 6px;
    margin-bottom: 15px; }
    .listbook-accordion .listbook-accordion-item .listbook-accordion-title {
      padding: 25px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      outline: none;
      margin: 0;
      font-weight: 700;
      color: #324456; }
      @media (max-width: 575px) {
        .listbook-accordion .listbook-accordion-item .listbook-accordion-title {
          padding: 20px; } }
      .listbook-accordion .listbook-accordion-item .listbook-accordion-title .ui-accordion-header-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid var(--colorSecondary, #914669);
        color: var(--colorSecondary, #914669);
        margin-right: 30px;
        font-size: 11px; }
        @media (max-width: 1280px) {
          .listbook-accordion .listbook-accordion-item .listbook-accordion-title .ui-accordion-header-icon {
            margin-right: 25px; } }
        @media (max-width: 1199px) {
          .listbook-accordion .listbook-accordion-item .listbook-accordion-title .ui-accordion-header-icon {
            margin-right: 20px; } }
    .listbook-accordion .listbook-accordion-item .listbook-accordion-content {
      padding: 40px;
      border-top: 1px solid #e6e6e6;
      color: var(--colorTextMain, #484848); }
      @media (max-width: 575px) {
        .listbook-accordion .listbook-accordion-item .listbook-accordion-content {
          padding: 25px; } }
      .listbook-accordion .listbook-accordion-item .listbook-accordion-content p {
        margin: 0 0 2em 0;
        line-height: 1.74;
        color: var(--colorTextMain, #484848); }
      .listbook-accordion .listbook-accordion-item .listbook-accordion-content a {
        font-weight: bold;
        color: var(--colorSecondary, #914669); }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  min-height: 48px;
  padding: 10px 25px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  border: 1px solid;
  border-radius: 3px;
  border-color: var(--colorPrimary, #f64e54);
  background-color: var(--colorPrimary, #f64e54); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: var(--colorPrimaryHover, #f53f46);
    background-color: var(--colorPrimaryHover, #f53f46); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: var(--colorPrimaryHover, #f53f46);
    background-color: var(--colorPrimaryHover, #f53f46); }

.mejs-controls > button:hover {
  min-height: auto;
  background-color: transparent; }

.mejs-button button {
  min-height: auto;
  background-color: transparent; }

.reuseImgUpButton___ {
  background-color: #454545; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: var(--colorTextMain, #484848);
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 48px;
  padding: 0 20px;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  -webkit-appearance: none; }
  input[type='text']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='range']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  input[type='month']::-webkit-input-placeholder,
  input[type='week']::-webkit-input-placeholder,
  input[type='time']::-webkit-input-placeholder,
  input[type='datetime']::-webkit-input-placeholder,
  input[type='datetime-local']::-webkit-input-placeholder,
  input[type='color']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: var(--colorTextLight, #707070); }
  input[type='text']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='range']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  input[type='month']::-moz-placeholder,
  input[type='week']::-moz-placeholder,
  input[type='time']::-moz-placeholder,
  input[type='datetime']::-moz-placeholder,
  input[type='datetime-local']::-moz-placeholder,
  input[type='color']::-moz-placeholder,
  textarea::-moz-placeholder {
    color: var(--colorTextLight, #707070); }
  input[type='text']::-ms-input-placeholder,
  input[type='email']::-ms-input-placeholder,
  input[type='url']::-ms-input-placeholder,
  input[type='password']::-ms-input-placeholder,
  input[type='search']::-ms-input-placeholder,
  input[type='number']::-ms-input-placeholder,
  input[type='tel']::-ms-input-placeholder,
  input[type='range']::-ms-input-placeholder,
  input[type='date']::-ms-input-placeholder,
  input[type='month']::-ms-input-placeholder,
  input[type='week']::-ms-input-placeholder,
  input[type='time']::-ms-input-placeholder,
  input[type='datetime']::-ms-input-placeholder,
  input[type='datetime-local']::-ms-input-placeholder,
  input[type='color']::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: var(--colorTextLight, #707070); }
  input[type='text']::placeholder,
  input[type='email']::placeholder,
  input[type='url']::placeholder,
  input[type='password']::placeholder,
  input[type='search']::placeholder,
  input[type='number']::placeholder,
  input[type='tel']::placeholder,
  input[type='range']::placeholder,
  input[type='date']::placeholder,
  input[type='month']::placeholder,
  input[type='week']::placeholder,
  input[type='time']::placeholder,
  input[type='datetime']::placeholder,
  input[type='datetime-local']::placeholder,
  input[type='color']::placeholder,
  textarea::placeholder {
    color: var(--colorTextLight, #707070); }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='number']:focus,
  input[type='tel']:focus,
  input[type='range']:focus,
  input[type='date']:focus,
  input[type='month']:focus,
  input[type='week']:focus,
  input[type='time']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  input[type='color']:focus,
  textarea:focus {
    outline: 0;
    color: #050101;
    border-color: var(--colorSecondary, #914669);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }

textarea {
  width: 100%;
  padding: 16px 20px;
  min-height: 230px; }

select {
  max-width: 100%;
  height: 48px;
  text-indent: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8cGF0aCBkPSJNMjI1LjkyMywzNTQuNzA2Yy04LjA5OCwwLTE2LjE5NS0zLjA5Mi0yMi4zNjktOS4yNjNMOS4yNywxNTEuMTU3Yy0xMi4zNTktMTIuMzU5LTEyLjM1OS0zMi4zOTcsMC00NC43NTEgICBjMTIuMzU0LTEyLjM1NCwzMi4zODgtMTIuMzU0LDQ0Ljc0OCwwbDE3MS45MDUsMTcxLjkxNWwxNzEuOTA2LTE3MS45MDljMTIuMzU5LTEyLjM1NCwzMi4zOTEtMTIuMzU0LDQ0Ljc0NCwwICAgYzEyLjM2NSwxMi4zNTQsMTIuMzY1LDMyLjM5MiwwLDQ0Ljc1MUwyNDguMjkyLDM0NS40NDlDMjQyLjExNSwzNTEuNjIxLDIzNC4wMTgsMzU0LjcwNiwyMjUuOTIzLDM1NC43MDZ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiM0ODQ4NDgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 24px 12px;
  background-position: calc(100% - 10px) center;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }
  select:focus {
    outline: none; }
  select:hover, select:focus {
    border-color: var(--colorSecondary, #914669);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
.wp-block-freeform.block-library-rich-text__tinymce a {
  color: var(--colorTextMain, #484848); }
  a:visited,
  .wp-block-freeform.block-library-rich-text__tinymce a:visited {
    color: var(--colorTextMain, #484848); }
  a:hover, a:focus, a:active,
  .wp-block-freeform.block-library-rich-text__tinymce a:hover,
  .wp-block-freeform.block-library-rich-text__tinymce a:focus,
  .wp-block-freeform.block-library-rich-text__tinymce a:active {
    color: var(--colorPrimary, #f64e54); }
  a:focus,
  .wp-block-freeform.block-library-rich-text__tinymce a:focus {
    outline: thin dotted; }
  a:hover, a:active,
  .wp-block-freeform.block-library-rich-text__tinymce a:hover,
  .wp-block-freeform.block-library-rich-text__tinymce a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .main-navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .main-navigation ul a:focus {
      outline: 0;
      text-decoration: none; }
  .main-navigation .listbook-primary-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .main-navigation .listbook-primary-menu-wrapper {
        display: none; } }
  .main-navigation .listbook-primary-menu,
  .main-navigation .listbook-primary-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .main-navigation .listbook-primary-menu,
      .main-navigation .listbook-primary-menu-wrapper {
        display: none; } }
    .main-navigation .listbook-primary-menu > ul,
    .main-navigation .listbook-primary-menu-wrapper > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .main-navigation .listbook-primary-menu > ul > li,
      .main-navigation .listbook-primary-menu-wrapper > ul > li {
        margin: 0 15px; }
        .main-navigation .listbook-primary-menu > ul > li:first-child,
        .main-navigation .listbook-primary-menu-wrapper > ul > li:first-child {
          margin-left: 0; }
        .main-navigation .listbook-primary-menu > ul > li:last-child,
        .main-navigation .listbook-primary-menu-wrapper > ul > li:last-child {
          margin-right: 0; }
        @media (max-width: 1440px) {
          .main-navigation .listbook-primary-menu > ul > li,
          .main-navigation .listbook-primary-menu-wrapper > ul > li {
            margin: 0 15px; } }
        @media (max-width: 1280px) {
          .main-navigation .listbook-primary-menu > ul > li,
          .main-navigation .listbook-primary-menu-wrapper > ul > li {
            margin: 0 15px; } }
        @media (max-width: 1199px) {
          .main-navigation .listbook-primary-menu > ul > li,
          .main-navigation .listbook-primary-menu-wrapper > ul > li {
            margin: 0 15px; } }
    .main-navigation .listbook-primary-menu li,
    .main-navigation .listbook-primary-menu-wrapper li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .main-navigation .listbook-primary-menu li .menu-drop-down-selector,
      .main-navigation .listbook-primary-menu-wrapper li .menu-drop-down-selector {
        display: none; }
      .main-navigation .listbook-primary-menu li.page_item_has_children > a, .main-navigation .listbook-primary-menu li.menu-item-has-children > a,
      .main-navigation .listbook-primary-menu-wrapper li.page_item_has_children > a,
      .main-navigation .listbook-primary-menu-wrapper li.menu-item-has-children > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .main-navigation .listbook-primary-menu li.page_item_has_children > a:after, .main-navigation .listbook-primary-menu li.menu-item-has-children > a:after,
        .main-navigation .listbook-primary-menu-wrapper li.page_item_has_children > a:after,
        .main-navigation .listbook-primary-menu-wrapper li.menu-item-has-children > a:after {
          content: '';
          font-family: 'Ionicons';
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          text-rendering: auto;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          font-size: 16px;
          margin-left: 8px; }
      .main-navigation .listbook-primary-menu li a,
      .main-navigation .listbook-primary-menu-wrapper li a {
        font-size: var(--menuFontSize, 15px);
        color: var(--localMenuTextColor, var(--menuTextColor, #484848));
        font-family: var(--menuFontFamily, Satisfy, cursive);
        line-height: var(--menulineHeight, 1.26);
        text-decoration: none;
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
        padding: 10px 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .main-navigation .listbook-primary-menu li a:focus, .main-navigation .listbook-primary-menu li a:hover,
        .main-navigation .listbook-primary-menu-wrapper li a:focus,
        .main-navigation .listbook-primary-menu-wrapper li a:hover {
          color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #f64e54)); }
      .main-navigation .listbook-primary-menu li.current_page_item::before, .main-navigation .listbook-primary-menu li.active::before,
      .main-navigation .listbook-primary-menu-wrapper li.current_page_item::before,
      .main-navigation .listbook-primary-menu-wrapper li.active::before {
        content: '';
        position: absolute;
        width: calc(100% + 10px);
        height: 2px;
        background-color: var(--localMenuTextColor, var(--menuTextColor, #484848));
        bottom: 0;
        left: -5px; }
      .main-navigation .listbook-primary-menu li.current_page_ancestor::before, .main-navigation .listbook-primary-menu li.current-menu-ancestor::before, .main-navigation .listbook-primary-menu li.current-menu-parent::before,
      .main-navigation .listbook-primary-menu-wrapper li.current_page_ancestor::before,
      .main-navigation .listbook-primary-menu-wrapper li.current-menu-ancestor::before,
      .main-navigation .listbook-primary-menu-wrapper li.current-menu-parent::before {
        opacity: 0; }
      .main-navigation .listbook-primary-menu li.current_page_ancestor > a, .main-navigation .listbook-primary-menu li.current_page_item > a, .main-navigation .listbook-primary-menu li.active > a,
      .main-navigation .listbook-primary-menu-wrapper li.current_page_ancestor > a,
      .main-navigation .listbook-primary-menu-wrapper li.current_page_item > a,
      .main-navigation .listbook-primary-menu-wrapper li.active > a {
        color: var(--localMenuTextColor, var(--menuTextColor, #484848));
        font-weight: 700; }
      .main-navigation .listbook-primary-menu li ul,
      .main-navigation .listbook-primary-menu-wrapper li ul {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 99999;
        display: block;
        border-radius: 3px;
        padding: 14px 0;
        min-width: 210px;
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        background-color: var(--localDefaultHeaderColor, var(--defaultHeaderColor, #ffffff));
        -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16); }
        @media (max-width: 1280px) {
          .main-navigation .listbook-primary-menu li ul,
          .main-navigation .listbook-primary-menu-wrapper li ul {
            min-width: 190px; } }
        .main-navigation .listbook-primary-menu li ul ul,
        .main-navigation .listbook-primary-menu-wrapper li ul ul {
          top: 0;
          left: calc(100% + 1px);
          opacity: 0;
          visibility: hidden; }
        .main-navigation .listbook-primary-menu li ul li,
        .main-navigation .listbook-primary-menu-wrapper li ul li {
          margin: 0;
          padding: 0 30px; }
          .main-navigation .listbook-primary-menu li ul li:hover > ul,
          .main-navigation .listbook-primary-menu li ul li:focus > ul,
          .main-navigation .listbook-primary-menu li ul li.focus > ul,
          .main-navigation .listbook-primary-menu-wrapper li ul li:hover > ul,
          .main-navigation .listbook-primary-menu-wrapper li ul li:focus > ul,
          .main-navigation .listbook-primary-menu-wrapper li ul li.focus > ul {
            opacity: 1;
            visibility: visible; }
          .main-navigation .listbook-primary-menu li ul li.current_page_item::before, .main-navigation .listbook-primary-menu li ul li.active::before,
          .main-navigation .listbook-primary-menu-wrapper li ul li.current_page_item::before,
          .main-navigation .listbook-primary-menu-wrapper li ul li.active::before {
            content: '';
            position: absolute;
            width: 2px;
            height: 21px;
            max-height: 100%;
            background-color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848));
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .main-navigation .listbook-primary-menu li ul li.page_item_has_children > a:after, .main-navigation .listbook-primary-menu li ul li.menu-item-has-children > a:after,
          .main-navigation .listbook-primary-menu-wrapper li ul li.page_item_has_children > a:after,
          .main-navigation .listbook-primary-menu-wrapper li ul li.menu-item-has-children > a:after {
            content: ''; }
          .main-navigation .listbook-primary-menu li ul li a,
          .main-navigation .listbook-primary-menu-wrapper li ul li a {
            white-space: nowrap;
            color: var(--localMenuTextColor, var(--menuTextColor, #484848)); }
            .main-navigation .listbook-primary-menu li ul li a:focus, .main-navigation .listbook-primary-menu li ul li a:hover,
            .main-navigation .listbook-primary-menu-wrapper li ul li a:focus,
            .main-navigation .listbook-primary-menu-wrapper li ul li a:hover {
              color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #f64e54)); }
      .main-navigation .listbook-primary-menu li:hover > ul,
      .main-navigation .listbook-primary-menu li:focus > ul,
      .main-navigation .listbook-primary-menu li.focus > ul,
      .main-navigation .listbook-primary-menu-wrapper li:hover > ul,
      .main-navigation .listbook-primary-menu-wrapper li:focus > ul,
      .main-navigation .listbook-primary-menu-wrapper li.focus > ul {
        opacity: 1;
        visibility: visible; }
    .main-navigation .listbook-primary-menu > li:nth-last-child(-n + 3) > ul,
    .main-navigation .listbook-primary-menu-wrapper > li:nth-last-child(-n + 3) > ul {
      left: auto;
      right: 0; }
    .main-navigation .listbook-primary-menu > li:nth-last-child(-n + 3) ul li,
    .main-navigation .listbook-primary-menu-wrapper > li:nth-last-child(-n + 3) ul li {
      text-align: right; }
      .main-navigation .listbook-primary-menu > li:nth-last-child(-n + 3) ul li.current_page_item::before, .main-navigation .listbook-primary-menu > li:nth-last-child(-n + 3) ul li.active::before,
      .main-navigation .listbook-primary-menu-wrapper > li:nth-last-child(-n + 3) ul li.current_page_item::before,
      .main-navigation .listbook-primary-menu-wrapper > li:nth-last-child(-n + 3) ul li.active::before {
        left: auto;
        right: 0; }
      .main-navigation .listbook-primary-menu > li:nth-last-child(-n + 3) ul li.page_item_has_children > a, .main-navigation .listbook-primary-menu > li:nth-last-child(-n + 3) ul li.menu-item-has-children > a,
      .main-navigation .listbook-primary-menu-wrapper > li:nth-last-child(-n + 3) ul li.page_item_has_children > a,
      .main-navigation .listbook-primary-menu-wrapper > li:nth-last-child(-n + 3) ul li.menu-item-has-children > a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .main-navigation .listbook-primary-menu > li:nth-last-child(-n + 3) ul li.page_item_has_children > a:after, .main-navigation .listbook-primary-menu > li:nth-last-child(-n + 3) ul li.menu-item-has-children > a:after,
        .main-navigation .listbook-primary-menu-wrapper > li:nth-last-child(-n + 3) ul li.page_item_has_children > a:after,
        .main-navigation .listbook-primary-menu-wrapper > li:nth-last-child(-n + 3) ul li.menu-item-has-children > a:after {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
    .main-navigation .listbook-primary-menu > li:nth-last-child(-n + 3) ul ul,
    .main-navigation .listbook-primary-menu-wrapper > li:nth-last-child(-n + 3) ul ul {
      left: auto;
      right: calc(100% + 1px); }
  .main-navigation .nav-favorite {
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 30px; }
    @media (max-width: 1024px) {
      .main-navigation .nav-favorite {
        display: none; } }
    .main-navigation .nav-favorite a {
      display: block;
      position: relative;
      line-height: 1;
      color: var(--localMenuTextColor, var(--menuTextColor, #484848)); }
      .main-navigation .nav-favorite a i {
        font-size: 18px; }
      .main-navigation .nav-favorite a .favorite-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-width: 12px;
        min-height: 12px;
        border-radius: 12px;
        background-color: var(--colorPrimary, #f64e54);
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        position: absolute;
        top: -5px;
        left: calc(100% - 9px);
        padding: 2px 4px; }
      .main-navigation .nav-favorite a:focus, .main-navigation .nav-favorite a:hover {
        opacity: 0.85; }
  .main-navigation .listbook-mobile-menu-toggler {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    padding: 10px 0 10px 10px;
    margin-left: 15px; }
    @media (max-width: 1024px) {
      .main-navigation .listbook-mobile-menu-toggler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .main-navigation .listbook-mobile-menu-toggler > span {
      width: 20px;
      height: 2px;
      border-radius: 2px;
      background-color: var(--localMenuTextColor, var(--menuTextColor, #484848));
      margin-bottom: 4px;
      display: block; }
      .main-navigation .listbook-mobile-menu-toggler > span:last-child {
        margin-bottom: 0; }
    .main-navigation .listbook-mobile-menu-toggler:focus > span, .main-navigation .listbook-mobile-menu-toggler:hover > span {
      background-color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #f64e54)); }
  .main-navigation .listbook-menu-drawer {
    width: 285px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    background-color: #fff;
    overflow-x: hidden;
    padding: 30px 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .main-navigation .listbook-menu-drawer.open {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .main-navigation .listbook-menu-drawer .listbook-menu-drawer-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 0 25px;
      font-size: 38px;
      color: var(--localMenuTextColor, var(--menuTextColor, #484848));
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out;
      cursor: pointer;
      margin-bottom: 30px; }
      .main-navigation .listbook-menu-drawer .listbook-menu-drawer-close:focus, .main-navigation .listbook-menu-drawer .listbook-menu-drawer-close:hover {
        color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #f64e54)); }
    .main-navigation .listbook-menu-drawer .menu-drawer-btn-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-width: 1px 0 1px 0;
      border-style: solid;
      border-color: #e6e6e6;
      margin-bottom: 30px; }
      .main-navigation .listbook-menu-drawer .menu-drawer-btn-wrapper a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #f7f7f7;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding: 15px 10px;
        font-size: 13px;
        font-weight: 700;
        color: var(--localMenuTextColor, var(--menuTextColor, #484848));
        line-height: 1;
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
        text-transform: uppercase;
        border-right: 1px solid #e6e6e6; }
        .main-navigation .listbook-menu-drawer .menu-drawer-btn-wrapper a:focus, .main-navigation .listbook-menu-drawer .menu-drawer-btn-wrapper a:hover {
          color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #f64e54)); }
        .main-navigation .listbook-menu-drawer .menu-drawer-btn-wrapper a:last-child {
          border-right: 0; }
        .main-navigation .listbook-menu-drawer .menu-drawer-btn-wrapper a i {
          margin-right: 5px;
          font-size: 16px; }
    .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li {
      margin-bottom: 5px;
      margin-top: 0; }
      .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li a {
        font-size: 15px;
        color: var(--localMenuTextColor, var(--menuTextColor, #484848));
        text-decoration: none;
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
        display: block;
        position: relative;
        padding: 10px 15px 10px 35px; }
        .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li a:focus, .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li a:hover {
          color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #f64e54)); }
      .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li .menu-drop-down-selector {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px;
        font-size: 16px;
        padding-left: 10px; }
        .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li .menu-drop-down-selector::before {
          -webkit-transition: 0.15s ease-in-out;
          -o-transition: 0.15s ease-in-out;
          transition: 0.15s ease-in-out; }
        .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li .menu-drop-down-selector.children-active:before {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li.page_item_has_children, .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li.menu-item-has-children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li.page_item_has_children > a, .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li.menu-item-has-children > a {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(100% - 40px);
                  flex: 0 0 calc(100% - 40px);
          max-width: calc(100% - 40px); }
        .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li.page_item_has_children .dropdown-menu, .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li.menu-item-has-children .dropdown-menu {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; }
    .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu ul {
      display: none;
      padding-left: 15px; }
      .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu ul li.current_page_item > a, .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu ul li.active > a, .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu ul li.current_page_ancestor > a {
        font-weight: 700;
        color: var(--localMenuTextColor, var(--menuTextColor, #484848)); }
      .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu ul li a {
        font-size: 14px; }
    .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.current_page_item > a, .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.active > a, .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.current_page_ancestor > a {
      font-weight: 700;
      color: var(--localMenuTextColor, var(--menuTextColor, #484848)); }
      .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.current_page_item > a::before, .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.active > a::before, .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.current_page_ancestor > a::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 21px;
        max-height: 100%;
        background-color: var(--localMenuTextColor, var(--menuTextColor, #484848));
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .main-navigation .listbook-menu-drawer .nav-favorite-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 15px;
      color: var(--localMenuTextColor, var(--menuTextColor, #484848));
      text-decoration: none;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out;
      padding: 10px 15px 10px 35px; }
      .main-navigation .listbook-menu-drawer .nav-favorite-mobile .favorite-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: var(--colorPrimary, #f64e54);
        color: #fff;
        font-size: 8px;
        margin-left: 10px; }
      .main-navigation .listbook-menu-drawer .nav-favorite-mobile:focus, .main-navigation .listbook-menu-drawer .nav-favorite-mobile:hover {
        color: var(--colorPrimary, #f64e54); }
  .main-navigation .listbook-mobile-drawer-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999991;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .main-navigation .listbook-mobile-drawer-overlay.show {
      opacity: 0.6;
      visibility: visible; }

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.listbook-top-bar {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--localTopbarBackgroundColor, var(--topbarBackgroundColor, #ffffff));
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  @media (max-width: 1440px) {
    .listbook-top-bar {
      padding: 12px 50px; } }
  @media (max-width: 1280px) {
    .listbook-top-bar {
      padding: 10px 40px; } }
  @media (max-width: 1024px) {
    .listbook-top-bar {
      padding: 10px 25px;
      display: none; } }
  @media (max-width: 575px) {
    .listbook-top-bar {
      padding: 10px 15px; } }
  .listbook-top-bar ul.listbook-social-profiles .listbook-social-profile-item a,
  .listbook-top-bar .listbook-top-bar-right-col a {
    color: var(--localTopbarTextColor, var(--topbarTextColor, #262626)); }
    .listbook-top-bar ul.listbook-social-profiles .listbook-social-profile-item a:hover,
    .listbook-top-bar .listbook-top-bar-right-col a:hover {
      color: var(--localTopbarTextHoverColor, var(--topbarTextHoverColor, #f64e54)); }
  .listbook-top-bar .listbook-top-bar-right-col a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: var(--topbarFontSize, 13px);
    font-weight: var(--topbarFontWeight, 700);
    font-style: var(--topbarFontStyle, "regular");
    line-height: var(--topbarLineHeight, 1);
    text-transform: var(--topbarTextTransform, capitalize);
    font-family: var(--topbarFontFamily, Satisfy, cursive);
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    margin-left: 30px; }
    .listbook-top-bar .listbook-top-bar-right-col a i {
      margin-right: 5px;
      font-size: 16px; }

.listbook-sticky-offset {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

.site-header {
  position: relative;
  /*--------------------------------------------------------------
  # listbook transparent header style
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # listbook sticky header style
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # listbook default menu area style
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # listbook search page header style
  --------------------------------------------------------------*/ }
  .site-header.listbook-transparent-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    min-height: 150px;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.05)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(60%, rgba(0, 0, 0, 0.4)), color-stop(80%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
    z-index: -1; }
  .site-header.listbook-transparent-header .listbook-header-logo-wrapper .custom-logo-link {
    display: none; }
  .site-header.listbook-transparent-header .listbook-header-logo-wrapper .listbook-transparent-logo {
    display: inline-block; }
  .site-header.listbook-transparent-header .listbook-header-logo-wrapper.no-trasparent-logo .custom-logo-link {
    display: inline-block; }
  @media (max-width: 575px) {
    .site-header.listbook-transparent-header .listbook-header-logo-wrapper {
      max-width: 140px; } }
  .site-header.listbook-transparent-header .listbook-menu-area {
    background-color: transparent; }
  .site-header.listbook-transparent-header:not(.listbook-header-sticky) .listbook-menu-area {
    position: absolute;
    width: 100%;
    z-index: 2; }
  .site-header.listbook-transparent-header .main-navigation .listbook-primary-menu > li.current_page_item::before, .site-header.listbook-transparent-header .main-navigation .listbook-primary-menu > li.active::before {
    display: none; }
  .site-header.listbook-transparent-header .main-navigation .listbook-primary-menu > li.current_page_item > a::before, .site-header.listbook-transparent-header .main-navigation .listbook-primary-menu > li.active > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: calc(100% + 10px);
    height: 2px;
    background-color: var(--localMenuTextColor, var(--menuTextColor, #484848)); }
  .site-header.listbook-transparent-header .main-navigation .listbook-primary-menu > li.current_page_ancestor > a::before, .site-header.listbook-transparent-header .main-navigation .listbook-primary-menu > li.current-menu-parent > a::before, .site-header.listbook-transparent-header .main-navigation .listbook-primary-menu > li.current-menu-ancestor > a::before {
    opacity: 0; }
  .site-header.listbook-transparent-header .main-navigation .listbook-primary-menu > li > a {
    position: relative; }
  .site-header.listbook-transparent-header .main-navigation .listbook-primary-menu > li ul li a {
    color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
    .site-header.listbook-transparent-header .main-navigation .listbook-primary-menu > li ul li a:focus, .site-header.listbook-transparent-header .main-navigation .listbook-primary-menu > li ul li a:hover {
      color: var(--localStickyMenuTextHoverColor, var(--stickyMenuTextHoverColor, #f64e54)); }
  .site-header.listbook-transparent-header.stick-to-top::before {
    display: none; }
  .site-header.listbook-transparent-header.stick-to-top .listbook-menu-area {
    background-color: var(--localStickyHeaderColor, var(--stickyHeaderColor, #ffffff));
    background-image: none; }
    .site-header.listbook-transparent-header.stick-to-top .listbook-menu-area .listbook-transparent-logo {
      display: none; }
    .site-header.listbook-transparent-header.stick-to-top .listbook-menu-area .custom-logo-link {
      display: inline-block; }
  @media only screen and (max-width: 1024px) {
    .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-menu-drawer-close {
      color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
      .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-menu-drawer-close:hover {
        color: var(--localStickyMenuTextHoverColor, var(--stickyMenuTextHoverColor, #f64e54)); }
    .site-header.listbook-transparent-header .listbook-menu-drawer .menu-drawer-btn-wrapper a {
      color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
      .site-header.listbook-transparent-header .listbook-menu-drawer .menu-drawer-btn-wrapper a:focus, .site-header.listbook-transparent-header .listbook-menu-drawer .menu-drawer-btn-wrapper a:hover {
        color: var(--localStickyMenuTextHoverColor, var(--stickyMenuTextHoverColor, #f64e54)); }
    .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li a {
      color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
      .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li a:focus, .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li a:hover {
        color: var(--localStickyMenuTextHoverColor, var(--stickyMenuTextHoverColor, #f64e54)); }
    .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu ul li.current_page_item > a, .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu ul li.active > a, .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu ul li.current_page_ancestor > a {
      color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
    .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.current_page_item > a, .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.active > a, .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.current_page_ancestor > a {
      color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
      .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.current_page_item > a::before, .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.active > a::before, .site-header.listbook-transparent-header .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.current_page_ancestor > a::before {
        background-color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
    .site-header.listbook-transparent-header .listbook-menu-drawer .nav-favorite-mobile {
      color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
      .site-header.listbook-transparent-header .listbook-menu-drawer .nav-favorite-mobile .favorite-count {
        background-color: var(--colorPrimary, #f64e54); }
      .site-header.listbook-transparent-header .listbook-menu-drawer .nav-favorite-mobile:focus, .site-header.listbook-transparent-header .listbook-menu-drawer .nav-favorite-mobile:hover {
        color: var(--colorPrimary, #f64e54); } }
  .site-header.listbook-header-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99991;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .site-header.listbook-header-sticky.stick-to-top .listbook-menu-area {
      background-color: var(--localStickyHeaderColor, var(--stickyHeaderColor, #ffffff));
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }
      .site-header.listbook-header-sticky.stick-to-top .listbook-menu-area .site-title {
        color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
        .site-header.listbook-header-sticky.stick-to-top .listbook-menu-area .site-title a:hover,
        .site-header.listbook-header-sticky.stick-to-top .listbook-menu-area .site-title a:focus {
          color: var(--localStickyMenuTextHoverColor, var(--stickyMenuTextHoverColor, #f64e54)); }
      .site-header.listbook-header-sticky.stick-to-top .listbook-menu-area .site-description {
        color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
    .site-header.listbook-header-sticky.stick-to-top .nav-favorite a {
      color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
    .site-header.listbook-header-sticky.stick-to-top .main-navigation .listbook-primary-menu > li.current_page_item::before, .site-header.listbook-header-sticky.stick-to-top .main-navigation .listbook-primary-menu > li.active::before {
      display: block;
      background-color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
    .site-header.listbook-header-sticky.stick-to-top .main-navigation .listbook-primary-menu > li.current_page_item a::before, .site-header.listbook-header-sticky.stick-to-top .main-navigation .listbook-primary-menu > li.active a::before {
      display: none; }
    .site-header.listbook-header-sticky.stick-to-top .main-navigation .listbook-primary-menu > li > a,
    .site-header.listbook-header-sticky.stick-to-top .main-navigation .listbook-primary-menu > li ul li a {
      position: relative;
      color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
      .site-header.listbook-header-sticky.stick-to-top .main-navigation .listbook-primary-menu > li > a:focus, .site-header.listbook-header-sticky.stick-to-top .main-navigation .listbook-primary-menu > li > a:hover,
      .site-header.listbook-header-sticky.stick-to-top .main-navigation .listbook-primary-menu > li ul li a:focus,
      .site-header.listbook-header-sticky.stick-to-top .main-navigation .listbook-primary-menu > li ul li a:hover {
        color: var(--localStickyMenuTextHoverColor, var(--stickyMenuTextHoverColor, #f64e54)); }
    .site-header.listbook-header-sticky.stick-to-top .main-navigation .listbook-primary-menu > li ul {
      background-color: var(--localStickyHeaderColor, var(--stickyHeaderColor, #ffffff)); }
    .site-header.listbook-header-sticky.stick-to-top .listbook-mobile-menu-toggler > span {
      background-color: var(--localStickyMenuTextColor, var(--stickyMenuTextColor, #484848)); }
  .site-header .listbook-menu-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 60px;
    background-color: var(--localDefaultHeaderColor, var(--defaultHeaderColor, #ffffff));
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    @media (max-width: 1440px) {
      .site-header .listbook-menu-area {
        padding: 0 50px; } }
    @media (max-width: 1280px) {
      .site-header .listbook-menu-area {
        padding: 0 40px; } }
    @media (max-width: 1024px) {
      .site-header .listbook-menu-area {
        padding: 0 25px; } }
    @media (max-width: 575px) {
      .site-header .listbook-menu-area {
        padding: 0 15px; } }
    .site-header .listbook-menu-area .site-branding {
      padding: 15px 0;
      margin-right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 575px) {
        .site-header .listbook-menu-area .site-branding {
          padding: 10px 0; } }
      .site-header .listbook-menu-area .site-branding img {
        display: block;
        margin: 0; }
    .site-header .listbook-menu-area .site-title {
      margin: 0;
      font-size: 32px;
      font-weight: 700;
      color: var(--localMenuTextColor, var(--menuTextColor, #484848)); }
      .site-header .listbook-menu-area .site-title a {
        color: inherit; }
      .site-header .listbook-menu-area .site-title a:hover,
      .site-header .listbook-menu-area .site-title a:focus {
        color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #f64e54)); }
    .site-header .listbook-menu-area .site-description {
      margin: 0;
      color: var(--localMenuTextColor, var(--menuTextColor, #484848)); }
  .site-header.search-page-header .listbook-menu-area {
    background-color: var(--searchDefaultHeaderColor, #ffffff); }
  .site-header.search-page-header .main-navigation .nav-favorite a {
    color: var(--searchMenuTextColor, #484848); }
  .site-header.search-page-header .main-navigation .listbook-mobile-menu-toggler > span {
    background-color: var(--searchMenuTextColor, #484848); }
  .site-header.search-page-header .main-navigation .listbook-primary-menu li a,
  .site-header.search-page-header .main-navigation .listbook-primary-menu-wrapper li a {
    font-size: var(--searchMenuFontSize, 15px);
    color: var(--searchMenuTextColor, #484848);
    font-family: var(--searchMenuFontFamily, Satisfy, cursive);
    line-height: var(--searchMenulineHeight, 1.26); }
    .site-header.search-page-header .main-navigation .listbook-primary-menu li a:hover, .site-header.search-page-header .main-navigation .listbook-primary-menu li a:focus,
    .site-header.search-page-header .main-navigation .listbook-primary-menu-wrapper li a:hover,
    .site-header.search-page-header .main-navigation .listbook-primary-menu-wrapper li a:focus {
      color: var(--searchMenuTextHoverColor, #f64e54); }
  .site-header.search-page-header .main-navigation .listbook-primary-menu li.current_page_item::before, .site-header.search-page-header .main-navigation .listbook-primary-menu li.active::before,
  .site-header.search-page-header .main-navigation .listbook-primary-menu-wrapper li.current_page_item::before,
  .site-header.search-page-header .main-navigation .listbook-primary-menu-wrapper li.active::before {
    background-color: var(--searchMenuTextColor, #484848); }
  .site-header.search-page-header .main-navigation .listbook-menu-drawer .listbook-menu-drawer-close,
  .site-header.search-page-header .main-navigation .listbook-menu-drawer .nav-favorite-mobile {
    color: var(--searchMenuTextColor, #484848); }
  .site-header.search-page-header .main-navigation .listbook-menu-drawer .menu-drawer-btn-wrapper a {
    color: var(--searchMenuTextColor, #484848); }
  .site-header.search-page-header .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.current_page_item > a::before, .site-header.search-page-header .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.active > a::before, .site-header.search-page-header .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper > ul > li.current_page_ancestor > a::before {
    background-color: var(--searchMenuTextColor, #484848); }
  .site-header.search-page-header .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li a {
    color: var(--searchMenuTextColor, #484848); }
    .site-header.search-page-header .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li a:hover, .site-header.search-page-header .main-navigation .listbook-menu-drawer .listbook-mobile-menu-wrapper .listbook-mobile-menu li a:focus {
      color: var(--searchMenuTextHoverColor, #f64e54); }

body.admin-bar .site-header.listbook-header-sticky {
  top: 32px; }
  @media only screen and (max-width: 782px) {
    body.admin-bar .site-header.listbook-header-sticky {
      top: 46px; } }

@media only screen and (max-width: 600px) {
  body.admin-bar .site-header.listbook-header-sticky.stick-to-top {
    top: 0; } }

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #c9ced6;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: var(--colorTextMain, #484848);
    display: block;
    font-size: 13.125px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft,
.wp-block-freeform.block-library-rich-text__tinymce .alignleft {
  float: left;
  margin: 0 40px 5px 0; }
  @media only screen and (max-width: 1360px) {
    .alignleft,
    .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
      margin: 0 30px 5px 0; } }
  @media only screen and (max-width: 375px) {
    .alignleft,
    .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
      margin: 0 27px 0 0; } }

.alignright,
.wp-block-freeform.block-library-rich-text__tinymce .alignright {
  float: right;
  margin: 0 0 5px 40px; }
  @media only screen and (max-width: 1360px) {
    .alignright,
    .wp-block-freeform.block-library-rich-text__tinymce .alignright {
      margin: 0 0 5px 30px; } }
  @media only screen and (max-width: 375px) {
    .alignright,
    .wp-block-freeform.block-library-rich-text__tinymce .alignright {
      margin: 0 0 0 27px; } }

.aligncenter,
.wp-block-freeform.block-library-rich-text__tinymce .aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

img.aligncenter {
  display: inherit; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  border-radius: 6px;
  margin: 0 0 60px;
  /*--------------------------------------------------------------
  # style for widget title
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for select
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for ul
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for search widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for calendar widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for rss widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for text widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for instagram widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for gallery widget
  --------------------------------------------------------------*/ }
  .widget img {
    border-radius: 6px; }
  .widget .widget-title {
    font-size: 17px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 991px) {
      .widget .widget-title {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 480px) {
      .widget .widget-title {
        margin-bottom: 20px; } }
  .widget select {
    width: 100%; }
  .widget ul {
    margin: 15px 0 15px 15px;
    padding: 0; }
    .widget ul li {
      margin: 15px 0;
      padding: 0 0 0 0;
      list-style: none;
      color: var(--colorTextLight, #707070);
      position: relative; }
      .widget ul li::before {
        content: "";
        display: inline-block;
        font-size: var(--bodyFontSize, 15px);
        position: absolute;
        top: 1em;
        left: 0;
        margin-top: -3px;
        bottom: auto;
        width: 0.3333333333333333em;
        height: 0.3333333333333333em;
        border-radius: 50%;
        background: var(--colorTextMain, #484848);
        opacity: 0; }
  .widget > ul,
  .widget .menu-testing-menu-container > ul {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0; }
  .widget.widget_search form.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .widget.widget_search form.search-form > label {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }
      .widget.widget_search form.search-form > label input.search-field {
        height: 48px;
        width: 100%;
        padding: 5px 48px 5px 17px; }
        .widget.widget_search form.search-form > label input.search-field:focus {
          outline: none; }
    .widget.widget_search form.search-form input[type="submit"],
    .widget.widget_search form.search-form .search-submit {
      width: 48px;
      height: 100%;
      background-color: transparent;
      background-image: var(--searchIcon);
      background-repeat: no-repeat;
      background-position: center;
      font-size: 0;
      border: 0;
      position: absolute;
      top: 0;
      right: 0;
      padding: 0; }
  .widget.widget_calendar .calendar_wrap {
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden; }
    .widget.widget_calendar .calendar_wrap table {
      margin: 0; }
      .widget.widget_calendar .calendar_wrap table caption {
        color: #262626;
        padding: 13px 0 14px;
        font-weight: 600;
        margin-bottom: 5px;
        background-color: #f7f7f7; }
      .widget.widget_calendar .calendar_wrap table thead th {
        font-size: 14px;
        padding: 5px; }
      .widget.widget_calendar .calendar_wrap table tbody td {
        padding: 5px;
        text-align: center; }
      .widget.widget_calendar .calendar_wrap table tfoot tr {
        height: 35px;
        vertical-align: bottom; }
        .widget.widget_calendar .calendar_wrap table tfoot tr td:last-child {
          text-align: right; }
      .widget.widget_calendar .calendar_wrap table a {
        font-weight: bold;
        color: var(--colorPrimary, #f64e54); }
  .widget.widget_calendar .wp-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 15px 15px; }
  .widget.widget_rss .rsswidget {
    color: #262626;
    font-weight: 700; }
    .widget.widget_rss .rsswidget:hover {
      color: var(--colorPrimary, #f64e54); }
  .widget.widget_rss .rssSummary {
    color: #707070;
    margin: 5px 0;
    font-size: 14px; }
  .widget.widget_rss cite {
    font-size: 13px;
    display: block; }
  .widget.widget_rss ul li {
    margin-bottom: 20px; }
  .widget.widget_text .textwidget > p,
  .widget.widget_text .textwidget > div {
    color: #707070;
    margin: 0 0 25px; }
    .widget.widget_text .textwidget > p:last-of-type,
    .widget.widget_text .textwidget > div:last-of-type {
      margin-bottom: 0; }
  .widget.widget_text .textwidget > p:first-of-type strong {
    margin-top: 0; }
  .widget.widget_text .textwidget > p:first-of-type img + br + strong {
    margin-bottom: 0; }
  .widget.widget_text .textwidget strong {
    display: inline-block;
    color: #262626;
    margin: 15px 0 7px; }
  .widget.widget_text .textwidget .wp-caption p:empty {
    display: none; }
  .widget.powerkit_instagram_widget .pk-instagram-footer .pk-instagram-btn.button:visited {
    color: var(--colorTextMain, #484848); }
  .widget.widget_media_gallery > .gallery {
    margin: 0; }
    .widget.widget_media_gallery > .gallery .gallery-item {
      margin: 0;
      padding-left: 4px; }
      .widget.widget_media_gallery > .gallery .gallery-item:nth-child(3n + 1) {
        padding-left: 0; }

.media-modal-content .media-frame input[type="text"],
.media-modal-content .media-frame input[type="password"],
.media-modal-content .media-frame input[type="date"],
.media-modal-content .media-frame input[type="datetime"],
.media-modal-content .media-frame input[type="datetime-local"],
.media-modal-content .media-frame input[type="email"],
.media-modal-content .media-frame input[type="month"],
.media-modal-content .media-frame input[type="number"],
.media-modal-content .media-frame input[type="search"],
.media-modal-content .media-frame input[type="tel"],
.media-modal-content .media-frame input[type="time"],
.media-modal-content .media-frame input[type="url"],
.media-modal-content .media-frame input[type="week"] {
  min-height: auto; }

.media-modal-content select {
  height: 30px; }

.media-modal-content .button-primary[disabled],
.media-modal-content .button-primary:disabled,
.media-modal-content .button-primary-disabled,
.media-modal-content .button-primary.disabled {
  color: #66c6e4 !important;
  background: #008ec2 !important;
  border-color: #008ec2 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  cursor: default; }

.media-modal-content .button-primary {
  background: #007cba;
  border-color: #007cba;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  height: 32px; }

.media-modal-content .media-router .media-menu-item {
  color: #444; }

.media-modal-content .media-sidebar .setting textarea,
.media-modal-content .attachment-details .setting textarea,
.media-modal-content .compat-item .field textarea {
  min-height: auto; }

.media-modal-close:hover, .media-modal-close:active {
  background: transparent;
  border: 0; }

/*--------------------------------------------------------------
  # style for archive and category widget
  --------------------------------------------------------------*/
.widget_archive ul li,
.widget_categories ul li {
  color: var(--colorPrimary, #f64e54); }

/*--------------------------------------------------------------
  # style for menu widget
  --------------------------------------------------------------*/
.widget_nav_menu ul {
  margin-left: 0; }
  .widget_nav_menu ul ul {
    margin: 10px 0 10px 15px; }

.widget_nav_menu .menu-drop-down-selector {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# style for entry meta
--------------------------------------------------------------*/
.entry-meta {
  font-size: 14px;
  text-transform: capitalize; }
  @media only screen and (max-width: 320px) {
    .entry-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .entry-meta .date {
        white-space: nowrap; } }
  .entry-meta > span {
    position: relative; }
    .entry-meta > span + span {
      margin-left: 20px;
      padding-left: 20px; }
      @media only screen and (max-width: 991px) {
        .entry-meta > span + span {
          margin-left: 13px;
          padding-left: 15px; } }
      .entry-meta > span + span::before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: var(--colorTextLight, #707070);
        position: absolute;
        top: 7px;
        left: 0; }
    .entry-meta > span.categories a.category {
      margin-right: 10px;
      position: relative; }
      .entry-meta > span.categories a.category:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 480px) {
        .entry-meta > span.categories a.category {
          margin-right: 5px; } }
      .entry-meta > span.categories a.category::after {
        content: ','; }
      .entry-meta > span.categories a.category:last-child::after {
        display: none; }

/*--------------------------------------------------------------
# style for post header
--------------------------------------------------------------*/
.entry-header {
  margin: 25px 0 20px; }
  .entry-header .entry-meta {
    color: var(--colorTextLight, #707070); }
    .entry-header .entry-meta a {
      color: var(--colorTextLight, #707070); }
      .entry-header .entry-meta a:hover {
        color: var(--colorPrimary, #f64e54); }
  .entry-header .entry-title {
    margin: 15px 0 0;
    word-wrap: break-word; }
    @media (max-width: 575px) {
      .entry-header .entry-title {
        font-size: 20px; } }
    .entry-header .entry-title a {
      color: inherit; }
      .entry-header .entry-title a:hover {
        color: var(--colorPrimary, #f64e54); }

/*--------------------------------------------------------------
# style for post content
--------------------------------------------------------------*/
.entry-content,
.comment-content {
  margin: 0;
  /*--------------------------------------------------------------
  # style for all elements
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
# style for code & copy typo [for editor & front]
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# style for blockquote [for editor & front]
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# style for table
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for block calendar
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for block image
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for block button
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for block latest posts
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for block latest comments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for block video
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post password form
  --------------------------------------------------------------*/ }
  .entry-content > *:first-child,
  .comment-content > *:first-child {
    margin-top: 0; }
  .entry-content > .wp-block-cover.alignleft:first-child + p,
  .comment-content > .wp-block-cover.alignleft:first-child + p {
    margin-top: 0; }
  .entry-content a,
  .comment-content a {
    text-decoration: underline; }
    .entry-content a:hover,
    .comment-content a:hover {
      text-decoration: none; }
  .entry-content p[class*='-font-size'], .entry-content p[style^='font-size'],
  .comment-content p[class*='-font-size'],
  .comment-content p[style^='font-size'] {
    line-height: initial; }
  .entry-content p.wp-block-cover-text,
  .comment-content p.wp-block-cover-text {
    color: #fff;
    position: relative; }
    .entry-content p.wp-block-cover-text strong,
    .comment-content p.wp-block-cover-text strong {
      color: #fff; }
  .entry-content p a,
  .comment-content p a {
    color: inherit; }
    .entry-content p a:focus, .entry-content p a:hover,
    .comment-content p a:focus,
    .comment-content p a:hover {
      color: var(--colorPrimary, #f64e54); }
  .entry-content div[data-align='center'] ul[class*='list'],
  .entry-content ul.aligncenter,
  .comment-content div[data-align='center'] ul[class*='list'],
  .comment-content ul.aligncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .entry-content div[data-align='center'] ul[class*='list'] > li,
    .entry-content ul.aligncenter > li,
    .comment-content div[data-align='center'] ul[class*='list'] > li,
    .comment-content ul.aligncenter > li {
      margin-top: 0; }
      .entry-content div[data-align='center'] ul[class*='list'] > li:last-child,
      .entry-content ul.aligncenter > li:last-child,
      .comment-content div[data-align='center'] ul[class*='list'] > li:last-child,
      .comment-content ul.aligncenter > li:last-child {
        margin-bottom: 0; }
    .entry-content div[data-align='center'] ul[class*='list'] ul,
    .entry-content ul.aligncenter ul,
    .comment-content div[data-align='center'] ul[class*='list'] ul,
    .comment-content ul.aligncenter ul {
      margin-top: 0;
      margin-bottom: 0; }
      .entry-content div[data-align='center'] ul[class*='list'] ul > li:last-child,
      .entry-content ul.aligncenter ul > li:last-child,
      .comment-content div[data-align='center'] ul[class*='list'] ul > li:last-child,
      .comment-content ul.aligncenter ul > li:last-child {
        margin-bottom: 0; }
  .entry-content ul ul,
  .entry-content ol ul,
  .comment-content ul ul,
  .comment-content ol ul {
    list-style-type: circle; }
  .entry-content div[data-align='center'] ul[class*='list'] > li,
  .comment-content div[data-align='center'] ul[class*='list'] > li {
    margin-top: 23px; }
  .entry-content dt,
  .comment-content dt {
    color: var(--colorTextMain, #484848); }
  .entry-content a.wp-block-button__link, .entry-content a.wp-block-file__button,
  .comment-content a.wp-block-button__link,
  .comment-content a.wp-block-file__button {
    background-color: var(--colorPrimary, #f64e54); }
    .entry-content a.wp-block-button__link:focus, .entry-content a.wp-block-button__link:hover, .entry-content a.wp-block-file__button:focus, .entry-content a.wp-block-file__button:hover,
    .comment-content a.wp-block-button__link:focus,
    .comment-content a.wp-block-button__link:hover,
    .comment-content a.wp-block-file__button:focus,
    .comment-content a.wp-block-file__button:hover {
      text-decoration: none; }
  .entry-content .wp-block-cover-text a,
  .comment-content .wp-block-cover-text a {
    color: inherit; }
  .entry-content .wp-block-columns,
  .comment-content .wp-block-columns {
    padding: 5px 0 0;
    margin-bottom: -10px; }
  .entry-content .wp-block-spacer,
  .comment-content .wp-block-spacer {
    clear: both; }
  .entry-content dfn,
  .entry-content cite,
  .entry-content em,
  .entry-content i,
  .comment-content dfn,
  .comment-content cite,
  .comment-content em,
  .comment-content i {
    font-style: italic; }
  .entry-content pre,
  .entry-content mark,
  .entry-content ins,
  .comment-content pre,
  .comment-content mark,
  .comment-content ins {
    color: var(--colorTextMain, #484848); }
  .entry-content pre,
  .entry-content code,
  .entry-content kbd,
  .entry-content mark,
  .entry-content ins,
  .entry-content .wp-block-freeform.block-library-rich-text__tinymce code,
  .comment-content pre,
  .comment-content code,
  .comment-content kbd,
  .comment-content mark,
  .comment-content ins,
  .comment-content .wp-block-freeform.block-library-rich-text__tinymce code {
    border: 1px solid #e6e6e6; }
  .entry-content code,
  .entry-content kbd,
  .entry-content mark,
  .entry-content ins,
  .entry-content .wp-block-freeform.block-library-rich-text__tinymce code,
  .comment-content code,
  .comment-content kbd,
  .comment-content mark,
  .comment-content ins,
  .comment-content .wp-block-freeform.block-library-rich-text__tinymce code {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 6px;
    margin: 5px 0;
    background-color: #f7f7f7; }
  .entry-content mark,
  .entry-content ins,
  .comment-content mark,
  .comment-content ins {
    text-decoration: none;
    background-color: #fff9c0; }
  .entry-content pre code,
  .entry-content pre .wp-block-freeform.block-library-rich-text__tinymce code,
  .comment-content pre code,
  .comment-content pre .wp-block-freeform.block-library-rich-text__tinymce code {
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0; }
  .entry-content pre,
  .comment-content pre {
    border-radius: 6px;
    background-color: #f7f7f7;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    max-width: 100%;
    overflow: auto;
    padding: 15px 10px; }
  .entry-content code,
  .entry-content kbd,
  .entry-content tt,
  .entry-content var,
  .entry-content .wp-block-freeform.block-library-rich-text__tinymce code,
  .comment-content code,
  .comment-content kbd,
  .comment-content tt,
  .comment-content var,
  .comment-content .wp-block-freeform.block-library-rich-text__tinymce code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
  .entry-content abbr,
  .entry-content acronym,
  .comment-content abbr,
  .comment-content acronym {
    border-bottom: 1px dotted #e6e6e6;
    cursor: help; }
  .entry-content q,
  .comment-content q {
    margin: 0;
    font-size: 21px;
    line-height: 42px;
    font-weight: 700;
    color: #262626;
    font-style: normal; }
    .entry-content q::before,
    .comment-content q::before {
      content: '"'; }
    .entry-content q::after,
    .comment-content q::after {
      content: '"'; }
    @media only screen and (max-width: 480px) {
      .entry-content q,
      .comment-content q {
        font-size: 18px;
        line-height: 32px; } }
  .entry-content .wp-block-pullquote blockquote,
  .comment-content .wp-block-pullquote blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .entry-content .wp-block-pullquote blockquote::after, .entry-content .wp-block-pullquote blockquote::before,
    .comment-content .wp-block-pullquote blockquote::after,
    .comment-content .wp-block-pullquote blockquote::before {
      display: none; }
  .entry-content blockquote,
  .entry-content .wp-block-pullquote,
  .entry-content .wp-block-quote,
  .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote,
  .comment-content blockquote,
  .comment-content .wp-block-pullquote,
  .comment-content .wp-block-quote,
  .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote {
    border: 0;
    margin: 30px 0;
    padding: 55px 30px;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    position: relative; }
    .entry-content blockquote.alignleft,
    .entry-content .wp-block-pullquote.alignleft,
    .entry-content .wp-block-quote.alignleft,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignleft,
    .comment-content blockquote.alignleft,
    .comment-content .wp-block-pullquote.alignleft,
    .comment-content .wp-block-quote.alignleft,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignleft {
      margin-right: 30px; }
    .entry-content blockquote.alignright,
    .entry-content .wp-block-pullquote.alignright,
    .entry-content .wp-block-quote.alignright,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignright,
    .comment-content blockquote.alignright,
    .comment-content .wp-block-pullquote.alignright,
    .comment-content .wp-block-quote.alignright,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignright {
      margin-left: 30px; }
    @media only screen and (max-width: 1360px) {
      .entry-content blockquote,
      .entry-content .wp-block-pullquote,
      .entry-content .wp-block-quote,
      .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote,
      .comment-content blockquote,
      .comment-content .wp-block-pullquote,
      .comment-content .wp-block-quote,
      .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote {
        padding: 40px 25px; } }
    @media only screen and (max-width: 480px) {
      .entry-content blockquote,
      .entry-content .wp-block-pullquote,
      .entry-content .wp-block-quote,
      .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote,
      .comment-content blockquote,
      .comment-content .wp-block-pullquote,
      .comment-content .wp-block-quote,
      .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote {
        padding: 30px 20px; } }
    .entry-content blockquote.is-large, .entry-content blockquote.is-style-large,
    .entry-content .wp-block-pullquote.is-large,
    .entry-content .wp-block-pullquote.is-style-large,
    .entry-content .wp-block-quote.is-large,
    .entry-content .wp-block-quote.is-style-large,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.is-large,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-large,
    .comment-content blockquote.is-large,
    .comment-content blockquote.is-style-large,
    .comment-content .wp-block-pullquote.is-large,
    .comment-content .wp-block-pullquote.is-style-large,
    .comment-content .wp-block-quote.is-large,
    .comment-content .wp-block-quote.is-style-large,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.is-large,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-large {
      padding-left: 0;
      padding-right: 0;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .entry-content blockquote.is-large::before, .entry-content blockquote.is-style-large::before,
      .entry-content .wp-block-pullquote.is-large::before,
      .entry-content .wp-block-pullquote.is-style-large::before,
      .entry-content .wp-block-quote.is-large::before,
      .entry-content .wp-block-quote.is-style-large::before,
      .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.is-large::before,
      .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-large::before,
      .comment-content blockquote.is-large::before,
      .comment-content blockquote.is-style-large::before,
      .comment-content .wp-block-pullquote.is-large::before,
      .comment-content .wp-block-pullquote.is-style-large::before,
      .comment-content .wp-block-quote.is-large::before,
      .comment-content .wp-block-quote.is-style-large::before,
      .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.is-large::before,
      .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-large::before {
        left: 0; }
      .entry-content blockquote.is-large::after, .entry-content blockquote.is-style-large::after,
      .entry-content .wp-block-pullquote.is-large::after,
      .entry-content .wp-block-pullquote.is-style-large::after,
      .entry-content .wp-block-quote.is-large::after,
      .entry-content .wp-block-quote.is-style-large::after,
      .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.is-large::after,
      .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-large::after,
      .comment-content blockquote.is-large::after,
      .comment-content blockquote.is-style-large::after,
      .comment-content .wp-block-pullquote.is-large::after,
      .comment-content .wp-block-pullquote.is-style-large::after,
      .comment-content .wp-block-quote.is-large::after,
      .comment-content .wp-block-quote.is-style-large::after,
      .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.is-large::after,
      .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-large::after {
        right: 0; }
    .entry-content blockquote::before, .entry-content blockquote::after,
    .entry-content .wp-block-pullquote::before,
    .entry-content .wp-block-pullquote::after,
    .entry-content .wp-block-quote::before,
    .entry-content .wp-block-quote::after,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::before,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::after,
    .comment-content blockquote::before,
    .comment-content blockquote::after,
    .comment-content .wp-block-pullquote::before,
    .comment-content .wp-block-pullquote::after,
    .comment-content .wp-block-quote::before,
    .comment-content .wp-block-quote::after,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::before,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::after {
      content: '';
      display: block;
      width: 24px;
      height: 15px;
      background: var(--quoteIcon);
      background-repeat: no-repeat;
      position: absolute; }
    .entry-content blockquote::before,
    .entry-content .wp-block-pullquote::before,
    .entry-content .wp-block-quote::before,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::before,
    .comment-content blockquote::before,
    .comment-content .wp-block-pullquote::before,
    .comment-content .wp-block-quote::before,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::before {
      top: 30px;
      left: 30px; }
      @media only screen and (max-width: 1360px) {
        .entry-content blockquote::before,
        .entry-content .wp-block-pullquote::before,
        .entry-content .wp-block-quote::before,
        .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::before,
        .comment-content blockquote::before,
        .comment-content .wp-block-pullquote::before,
        .comment-content .wp-block-quote::before,
        .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::before {
          top: 20px;
          left: 25px; } }
      @media only screen and (max-width: 480px) {
        .entry-content blockquote::before,
        .entry-content .wp-block-pullquote::before,
        .entry-content .wp-block-quote::before,
        .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::before,
        .comment-content blockquote::before,
        .comment-content .wp-block-pullquote::before,
        .comment-content .wp-block-quote::before,
        .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::before {
          top: 10px;
          left: 20px; } }
    .entry-content blockquote::after,
    .entry-content .wp-block-pullquote::after,
    .entry-content .wp-block-quote::after,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::after,
    .comment-content blockquote::after,
    .comment-content .wp-block-pullquote::after,
    .comment-content .wp-block-quote::after,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::after {
      right: 30px;
      bottom: 30px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media only screen and (max-width: 1360px) {
        .entry-content blockquote::after,
        .entry-content .wp-block-pullquote::after,
        .entry-content .wp-block-quote::after,
        .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::after,
        .comment-content blockquote::after,
        .comment-content .wp-block-pullquote::after,
        .comment-content .wp-block-quote::after,
        .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::after {
          bottom: 20px;
          right: 25px; } }
      @media only screen and (max-width: 480px) {
        .entry-content blockquote::after,
        .entry-content .wp-block-pullquote::after,
        .entry-content .wp-block-quote::after,
        .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::after,
        .comment-content blockquote::after,
        .comment-content .wp-block-pullquote::after,
        .comment-content .wp-block-quote::after,
        .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote::after {
          bottom: 10px;
          right: 20px; } }
    .entry-content blockquote p,
    .entry-content .wp-block-pullquote p,
    .entry-content .wp-block-quote p,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote p,
    .comment-content blockquote p,
    .comment-content .wp-block-pullquote p,
    .comment-content .wp-block-quote p,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote p {
      margin: 0;
      font-size: 21px;
      line-height: 42px;
      font-weight: 700;
      color: #262626;
      font-style: normal; }
      @media only screen and (max-width: 480px) {
        .entry-content blockquote p,
        .entry-content .wp-block-pullquote p,
        .entry-content .wp-block-quote p,
        .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote p,
        .comment-content blockquote p,
        .comment-content .wp-block-pullquote p,
        .comment-content .wp-block-quote p,
        .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote p {
          font-size: 18px;
          line-height: 32px; } }
    .entry-content blockquote code,
    .entry-content .wp-block-pullquote code,
    .entry-content .wp-block-quote code,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote code,
    .comment-content blockquote code,
    .comment-content .wp-block-pullquote code,
    .comment-content .wp-block-quote code,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote code {
      margin: 0; }
    .entry-content blockquote cite,
    .entry-content blockquote .wp-block-quote__citation,
    .entry-content blockquote .wp-block-pullquote__citation,
    .entry-content .wp-block-pullquote cite,
    .entry-content .wp-block-pullquote .wp-block-quote__citation,
    .entry-content .wp-block-pullquote .wp-block-pullquote__citation,
    .entry-content .wp-block-quote cite,
    .entry-content .wp-block-quote .wp-block-quote__citation,
    .entry-content .wp-block-quote .wp-block-pullquote__citation,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote cite,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-quote__citation,
    .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-pullquote__citation,
    .comment-content blockquote cite,
    .comment-content blockquote .wp-block-quote__citation,
    .comment-content blockquote .wp-block-pullquote__citation,
    .comment-content .wp-block-pullquote cite,
    .comment-content .wp-block-pullquote .wp-block-quote__citation,
    .comment-content .wp-block-pullquote .wp-block-pullquote__citation,
    .comment-content .wp-block-quote cite,
    .comment-content .wp-block-quote .wp-block-quote__citation,
    .comment-content .wp-block-quote .wp-block-pullquote__citation,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote cite,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-quote__citation,
    .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-pullquote__citation {
      display: inline-block;
      margin: 60px 0 0;
      font-size: 15px;
      line-height: 20px;
      font-weight: 700;
      color: var(--colorTextMain, #484848);
      text-transform: capitalize;
      font-style: italic; }
      @media only screen and (max-width: 1360px) {
        .entry-content blockquote cite,
        .entry-content blockquote .wp-block-quote__citation,
        .entry-content blockquote .wp-block-pullquote__citation,
        .entry-content .wp-block-pullquote cite,
        .entry-content .wp-block-pullquote .wp-block-quote__citation,
        .entry-content .wp-block-pullquote .wp-block-pullquote__citation,
        .entry-content .wp-block-quote cite,
        .entry-content .wp-block-quote .wp-block-quote__citation,
        .entry-content .wp-block-quote .wp-block-pullquote__citation,
        .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote cite,
        .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-quote__citation,
        .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-pullquote__citation,
        .comment-content blockquote cite,
        .comment-content blockquote .wp-block-quote__citation,
        .comment-content blockquote .wp-block-pullquote__citation,
        .comment-content .wp-block-pullquote cite,
        .comment-content .wp-block-pullquote .wp-block-quote__citation,
        .comment-content .wp-block-pullquote .wp-block-pullquote__citation,
        .comment-content .wp-block-quote cite,
        .comment-content .wp-block-quote .wp-block-quote__citation,
        .comment-content .wp-block-quote .wp-block-pullquote__citation,
        .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote cite,
        .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-quote__citation,
        .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-pullquote__citation {
          margin: 50px 0 0; } }
      @media only screen and (max-width: 480px) {
        .entry-content blockquote cite,
        .entry-content blockquote .wp-block-quote__citation,
        .entry-content blockquote .wp-block-pullquote__citation,
        .entry-content .wp-block-pullquote cite,
        .entry-content .wp-block-pullquote .wp-block-quote__citation,
        .entry-content .wp-block-pullquote .wp-block-pullquote__citation,
        .entry-content .wp-block-quote cite,
        .entry-content .wp-block-quote .wp-block-quote__citation,
        .entry-content .wp-block-quote .wp-block-pullquote__citation,
        .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote cite,
        .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-quote__citation,
        .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-pullquote__citation,
        .comment-content blockquote cite,
        .comment-content blockquote .wp-block-quote__citation,
        .comment-content blockquote .wp-block-pullquote__citation,
        .comment-content .wp-block-pullquote cite,
        .comment-content .wp-block-pullquote .wp-block-quote__citation,
        .comment-content .wp-block-pullquote .wp-block-pullquote__citation,
        .comment-content .wp-block-quote cite,
        .comment-content .wp-block-quote .wp-block-quote__citation,
        .comment-content .wp-block-quote .wp-block-pullquote__citation,
        .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote cite,
        .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-quote__citation,
        .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-pullquote__citation {
          margin: 30px 0 0;
          font-size: 14px; } }
      .entry-content blockquote cite em,
      .entry-content blockquote .wp-block-quote__citation em,
      .entry-content blockquote .wp-block-pullquote__citation em,
      .entry-content .wp-block-pullquote cite em,
      .entry-content .wp-block-pullquote .wp-block-quote__citation em,
      .entry-content .wp-block-pullquote .wp-block-pullquote__citation em,
      .entry-content .wp-block-quote cite em,
      .entry-content .wp-block-quote .wp-block-quote__citation em,
      .entry-content .wp-block-quote .wp-block-pullquote__citation em,
      .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote cite em,
      .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-quote__citation em,
      .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-pullquote__citation em,
      .comment-content blockquote cite em,
      .comment-content blockquote .wp-block-quote__citation em,
      .comment-content blockquote .wp-block-pullquote__citation em,
      .comment-content .wp-block-pullquote cite em,
      .comment-content .wp-block-pullquote .wp-block-quote__citation em,
      .comment-content .wp-block-pullquote .wp-block-pullquote__citation em,
      .comment-content .wp-block-quote cite em,
      .comment-content .wp-block-quote .wp-block-quote__citation em,
      .comment-content .wp-block-quote .wp-block-pullquote__citation em,
      .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote cite em,
      .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-quote__citation em,
      .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-pullquote__citation em {
        font-size: 15px;
        line-height: 20px; }
        @media only screen and (max-width: 480px) {
          .entry-content blockquote cite em,
          .entry-content blockquote .wp-block-quote__citation em,
          .entry-content blockquote .wp-block-pullquote__citation em,
          .entry-content .wp-block-pullquote cite em,
          .entry-content .wp-block-pullquote .wp-block-quote__citation em,
          .entry-content .wp-block-pullquote .wp-block-pullquote__citation em,
          .entry-content .wp-block-quote cite em,
          .entry-content .wp-block-quote .wp-block-quote__citation em,
          .entry-content .wp-block-quote .wp-block-pullquote__citation em,
          .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote cite em,
          .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-quote__citation em,
          .entry-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-pullquote__citation em,
          .comment-content blockquote cite em,
          .comment-content blockquote .wp-block-quote__citation em,
          .comment-content blockquote .wp-block-pullquote__citation em,
          .comment-content .wp-block-pullquote cite em,
          .comment-content .wp-block-pullquote .wp-block-quote__citation em,
          .comment-content .wp-block-pullquote .wp-block-pullquote__citation em,
          .comment-content .wp-block-quote cite em,
          .comment-content .wp-block-quote .wp-block-quote__citation em,
          .comment-content .wp-block-quote .wp-block-pullquote__citation em,
          .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote cite em,
          .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-quote__citation em,
          .comment-content .wp-block-freeform.block-library-rich-text__tinymce blockquote .wp-block-pullquote__citation em {
            font-size: 14px; } }
  .entry-content .wp-block-pullquote,
  .comment-content .wp-block-pullquote {
    border-width: 1px;
    border-color: #e6e6e6; }
    .entry-content .wp-block-pullquote blockquote,
    .comment-content .wp-block-pullquote blockquote {
      margin: 0;
      padding: 0; }
      .entry-content .wp-block-pullquote blockquote::before, .entry-content .wp-block-pullquote blockquote::after,
      .comment-content .wp-block-pullquote blockquote::before,
      .comment-content .wp-block-pullquote blockquote::after {
        content: none; }
    .entry-content .wp-block-pullquote.is-style-solid-color,
    .comment-content .wp-block-pullquote.is-style-solid-color {
      min-height: 244px;
      border-radius: 6px;
      padding: 56px 60px 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 0; }
      @media only screen and (max-width: 1360px) {
        .entry-content .wp-block-pullquote.is-style-solid-color,
        .comment-content .wp-block-pullquote.is-style-solid-color {
          padding: 50px; } }
      @media only screen and (max-width: 480px) {
        .entry-content .wp-block-pullquote.is-style-solid-color,
        .comment-content .wp-block-pullquote.is-style-solid-color {
          padding: 30px;
          min-height: 180px; } }
      .entry-content .wp-block-pullquote.is-style-solid-color blockquote,
      .comment-content .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 100%;
        width: 100%; }
        .entry-content .wp-block-pullquote.is-style-solid-color blockquote p,
        .comment-content .wp-block-pullquote.is-style-solid-color blockquote p {
          color: #fff !important;
          font-size: 25px;
          line-height: 40px; }
          @media only screen and (max-width: 480px) {
            .entry-content .wp-block-pullquote.is-style-solid-color blockquote p,
            .comment-content .wp-block-pullquote.is-style-solid-color blockquote p {
              font-size: 20px;
              line-height: 30px; } }
          .entry-content .wp-block-pullquote.is-style-solid-color blockquote p:first-letter,
          .comment-content .wp-block-pullquote.is-style-solid-color blockquote p:first-letter {
            text-transform: capitalize; }
        .entry-content .wp-block-pullquote.is-style-solid-color blockquote cite,
        .entry-content .wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation,
        .comment-content .wp-block-pullquote.is-style-solid-color blockquote cite,
        .comment-content .wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
          font-size: 15px;
          font-style: normal;
          color: #fff;
          position: relative;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media only screen and (max-width: 480px) {
            .entry-content .wp-block-pullquote.is-style-solid-color blockquote cite,
            .entry-content .wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation,
            .comment-content .wp-block-pullquote.is-style-solid-color blockquote cite,
            .comment-content .wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
              font-size: 13px; } }
          .entry-content .wp-block-pullquote.is-style-solid-color blockquote cite::before,
          .entry-content .wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation::before,
          .comment-content .wp-block-pullquote.is-style-solid-color blockquote cite::before,
          .comment-content .wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation::before {
            content: '';
            width: 16px;
            height: 2px;
            background-color: #fff;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin-right: 5px; }
  .entry-content table,
  .comment-content table {
    table-layout: fixed;
    overflow: hidden; }
  .entry-content table:not(.wp-calendar-table),
  .comment-content table:not(.wp-calendar-table) {
    border-spacing: 0;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
    .entry-content table:not(.wp-calendar-table).wp-block-table,
    .comment-content table:not(.wp-calendar-table).wp-block-table {
      border-collapse: initial; }
      .entry-content table:not(.wp-calendar-table).wp-block-table.is-style-stripes,
      .comment-content table:not(.wp-calendar-table).wp-block-table.is-style-stripes {
        border-bottom-color: #e6e6e6; }
    @media only screen and (max-width: 1360px) {
      .entry-content table:not(.wp-calendar-table),
      .comment-content table:not(.wp-calendar-table) {
        padding: 0; } }
    .entry-content table:not(.wp-calendar-table) thead,
    .comment-content table:not(.wp-calendar-table) thead {
      background-color: #f7f7f7; }
      .entry-content table:not(.wp-calendar-table) thead tr th,
      .comment-content table:not(.wp-calendar-table) thead tr th {
        color: #262626;
        line-height: 1.1875;
        padding: 15px;
        text-align: left;
        border: 0; }
        .entry-content table:not(.wp-calendar-table) thead tr th:first-child,
        .comment-content table:not(.wp-calendar-table) thead tr th:first-child {
          border-top-left-radius: 3px;
          border-bottom-left-radius: 3px; }
        .entry-content table:not(.wp-calendar-table) thead tr th:last-child,
        .comment-content table:not(.wp-calendar-table) thead tr th:last-child {
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px; }
    .entry-content table:not(.wp-calendar-table) tbody tr th,
    .entry-content table:not(.wp-calendar-table) tbody tr td,
    .comment-content table:not(.wp-calendar-table) tbody tr th,
    .comment-content table:not(.wp-calendar-table) tbody tr td {
      padding: 15px;
      font-weight: 400;
      text-align: left;
      border: 0;
      border-bottom: 1px solid #e6e6e6; }
    .entry-content table:not(.wp-calendar-table) tbody tr:last-child th,
    .entry-content table:not(.wp-calendar-table) tbody tr:last-child td,
    .comment-content table:not(.wp-calendar-table) tbody tr:last-child th,
    .comment-content table:not(.wp-calendar-table) tbody tr:last-child td {
      border-bottom: 0; }
  .entry-content .wp-block-table,
  .comment-content .wp-block-table {
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
    .entry-content .wp-block-table.is-style-stripes,
    .comment-content .wp-block-table.is-style-stripes {
      border: 0; }
    .entry-content .wp-block-table table,
    .comment-content .wp-block-table table {
      border-collapse: initial; }
      .entry-content .wp-block-table table:last-of-type,
      .comment-content .wp-block-table table:last-of-type {
        margin-bottom: 0; }
  .entry-content .wp-block-calendar,
  .comment-content .wp-block-calendar {
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden; }
    .entry-content .wp-block-calendar table,
    .comment-content .wp-block-calendar table {
      margin: 0; }
      .entry-content .wp-block-calendar table caption,
      .comment-content .wp-block-calendar table caption {
        color: #262626;
        padding: 13px 0 14px;
        font-weight: 600;
        margin-bottom: 5px;
        background-color: #f7f7f7; }
      .entry-content .wp-block-calendar table thead th,
      .comment-content .wp-block-calendar table thead th {
        border: 0;
        padding: 5px 5px 8px;
        font-weight: 600;
        background-color: transparent; }
      .entry-content .wp-block-calendar table tbody td,
      .comment-content .wp-block-calendar table tbody td {
        padding: 5px;
        text-align: center;
        border: 0; }
      .entry-content .wp-block-calendar table tfoot tr,
      .comment-content .wp-block-calendar table tfoot tr {
        height: 35px;
        vertical-align: bottom; }
        .entry-content .wp-block-calendar table tfoot tr td:last-child,
        .comment-content .wp-block-calendar table tfoot tr td:last-child {
          text-align: right; }
      .entry-content .wp-block-calendar table a,
      .comment-content .wp-block-calendar table a {
        font-weight: bold;
        color: var(--colorPrimary, #f64e54);
        text-decoration: none; }
    .entry-content .wp-block-calendar .wp-calendar-nav,
    .comment-content .wp-block-calendar .wp-calendar-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 15px 30px 25px; }
      .entry-content .wp-block-calendar .wp-calendar-nav a,
      .comment-content .wp-block-calendar .wp-calendar-nav a {
        text-decoration: none; }
  .entry-content .wp-block-image figcaption,
  .comment-content .wp-block-image figcaption {
    margin-top: 15px;
    margin-bottom: 15px; }
  .entry-content .wp-block-button__link,
  .comment-content .wp-block-button__link {
    text-decoration: none;
    background-color: var(--colorPrimary, #f64e54); }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
  .comment-content .wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--colorPrimary, #f64e54);
    border-color: var(--colorPrimary, #f64e54);
    background-color: transparent; }
  .entry-content .wp-block-latest-posts,
  .comment-content .wp-block-latest-posts {
    padding: 0; }
    .entry-content .wp-block-latest-posts li,
    .comment-content .wp-block-latest-posts li {
      list-style: none; }
      .entry-content .wp-block-latest-posts li a,
      .comment-content .wp-block-latest-posts li a {
        color: #262626;
        font-weight: 600;
        line-height: 1.7;
        margin-bottom: 5px;
        display: inline-block; }
        .entry-content .wp-block-latest-posts li a:hover,
        .comment-content .wp-block-latest-posts li a:hover {
          color: var(--colorPrimary, #f64e54); }
      .entry-content .wp-block-latest-posts li .wp-block-latest-posts__post-date,
      .comment-content .wp-block-latest-posts li .wp-block-latest-posts__post-date {
        color: var(--colorTextLight, #707070);
        line-height: 1.5625; }
  .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
  .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    color: var(--colorTextLight, #707070);
    line-height: 1.75; }
    .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
    .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
      color: #262626;
      font-weight: 600; }
      .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover,
      .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
        color: var(--colorPrimary, #f64e54); }
    .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
    .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
      color: var(--colorTextLight, #707070);
      line-height: 1.5625;
      font-size: 13px; }
  .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
  .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    color: #707070; }
  .entry-content .wp-block-video video,
  .comment-content .wp-block-video video {
    width: 100%; }
  @media only screen and (max-width: 375px) {
    .entry-content .post-password-form input[type='submit'],
    .comment-content .post-password-form input[type='submit'] {
      margin-top: 15px; } }

/*--------------------------------------------------------------
# style for page-links
--------------------------------------------------------------*/
.page-links a {
  text-decoration: none; }

.page-links .post-page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  margin-left: 2px;
  margin-right: 2px; }
  .page-links .post-page-numbers.current {
    color: #fff;
    border-color: var(--colorPrimary, #f64e54);
    background-color: var(--colorPrimary, #f64e54); }

/*--------------------------------------------------------------
# style for entry footer
--------------------------------------------------------------*/
.entry-footer {
  margin-top: 15px; }

/*--------------------------------------------------------------
# Blog and Archive page posts style
--------------------------------------------------------------*/
body:not(.single):not(.page) article.post,
body:not(.single):not(.page) article.page,
body:not(.single):not(.page) article[class*="post-"] {
  margin-bottom: 80px;
  /*--------------------------------------------------------------
    # style for post media
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for post header
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for post content
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for post footer
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for sticky post
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for [quote, link, chat, status] post
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for gallery post 
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for aside post 
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for [audio, video] post 
    --------------------------------------------------------------*/ }
  @media only screen and (max-width: 1360px) {
    body:not(.single):not(.page) article.post,
    body:not(.single):not(.page) article.page,
    body:not(.single):not(.page) article[class*="post-"] {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 1200px) {
    body:not(.single):not(.page) article.post,
    body:not(.single):not(.page) article.page,
    body:not(.single):not(.page) article[class*="post-"] {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    body:not(.single):not(.page) article.post,
    body:not(.single):not(.page) article.page,
    body:not(.single):not(.page) article[class*="post-"] {
      margin-bottom: 40px; } }
  body:not(.single):not(.page) article.post:last-of-type,
  body:not(.single):not(.page) article.page:last-of-type,
  body:not(.single):not(.page) article[class*="post-"]:last-of-type {
    margin-bottom: 0; }
  body:not(.single):not(.page) article.post .entry-media,
  body:not(.single):not(.page) article.page .entry-media,
  body:not(.single):not(.page) article[class*="post-"] .entry-media {
    position: relative;
    margin: 0 0 30px; }
    body:not(.single):not(.page) article.post .entry-media img,
    body:not(.single):not(.page) article.page .entry-media img,
    body:not(.single):not(.page) article[class*="post-"] .entry-media img {
      border-radius: 6px; }
  body:not(.single):not(.page) article.post .entry-header,
  body:not(.single):not(.page) article.page .entry-header,
  body:not(.single):not(.page) article[class*="post-"] .entry-header {
    margin: 0 0 15px; }
    body:not(.single):not(.page) article.post .entry-header .entry-meta a,
    body:not(.single):not(.page) article.page .entry-header .entry-meta a,
    body:not(.single):not(.page) article[class*="post-"] .entry-header .entry-meta a {
      color: var(--colorTextLight, #707070); }
      body:not(.single):not(.page) article.post .entry-header .entry-meta a:hover,
      body:not(.single):not(.page) article.page .entry-header .entry-meta a:hover,
      body:not(.single):not(.page) article[class*="post-"] .entry-header .entry-meta a:hover {
        color: var(--colorPrimary, #f64e54); }
    body:not(.single):not(.page) article.post .entry-header .categories a.category, body:not(.single):not(.page) article.post .entry-header .categories a.more,
    body:not(.single):not(.page) article.page .entry-header .categories a.category,
    body:not(.single):not(.page) article.page .entry-header .categories a.more,
    body:not(.single):not(.page) article[class*="post-"] .entry-header .categories a.category,
    body:not(.single):not(.page) article[class*="post-"] .entry-header .categories a.more {
      color: var(--colorSecondary, #914669);
      font-weight: 700; }
    body:not(.single):not(.page) article.post .entry-header .entry-title,
    body:not(.single):not(.page) article.page .entry-header .entry-title,
    body:not(.single):not(.page) article[class*="post-"] .entry-header .entry-title {
      margin: 25px 0 0;
      font-size: 21px; }
      @media only screen and (max-width: 480px) {
        body:not(.single):not(.page) article.post .entry-header .entry-title,
        body:not(.single):not(.page) article.page .entry-header .entry-title,
        body:not(.single):not(.page) article[class*="post-"] .entry-header .entry-title {
          margin: 20px 0 0;
          font-size: 19px; } }
  body:not(.single):not(.page) article.post .entry-content,
  body:not(.single):not(.page) article.page .entry-content,
  body:not(.single):not(.page) article[class*="post-"] .entry-content {
    color: var(--colorTextLight, #707070); }
    body:not(.single):not(.page) article.post .entry-content p:not(.has-text-color),
    body:not(.single):not(.page) article.page .entry-content p:not(.has-text-color),
    body:not(.single):not(.page) article[class*="post-"] .entry-content p:not(.has-text-color) {
      color: var(--colorTextLight, #707070); }
    body:not(.single):not(.page) article.post .entry-content p.wp-block-cover-text,
    body:not(.single):not(.page) article.page .entry-content p.wp-block-cover-text,
    body:not(.single):not(.page) article[class*="post-"] .entry-content p.wp-block-cover-text {
      color: #fff; }
      body:not(.single):not(.page) article.post .entry-content p.wp-block-cover-text strong,
      body:not(.single):not(.page) article.page .entry-content p.wp-block-cover-text strong,
      body:not(.single):not(.page) article[class*="post-"] .entry-content p.wp-block-cover-text strong {
        color: #fff; }
    body:not(.single):not(.page) article.post .entry-content .has-text-color p,
    body:not(.single):not(.page) article.page .entry-content .has-text-color p,
    body:not(.single):not(.page) article[class*="post-"] .entry-content .has-text-color p {
      color: inherit;
      line-height: inherit; }
  body:not(.single):not(.page) article.post .entry-footer a.listbook-read-more,
  body:not(.single):not(.page) article.page .entry-footer a.listbook-read-more,
  body:not(.single):not(.page) article[class*="post-"] .entry-footer a.listbook-read-more {
    font-size: 15px;
    line-height: 1.26;
    font-weight: 700;
    color: #262626;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    body:not(.single):not(.page) article.post .entry-footer a.listbook-read-more:hover,
    body:not(.single):not(.page) article.page .entry-footer a.listbook-read-more:hover,
    body:not(.single):not(.page) article[class*="post-"] .entry-footer a.listbook-read-more:hover {
      color: var(--colorPrimary, #f64e54); }
  body:not(.single):not(.page) article.post.sticky, body:not(.single):not(.page) article.post.tag-sticky-2,
  body:not(.single):not(.page) article.page.sticky,
  body:not(.single):not(.page) article.page.tag-sticky-2,
  body:not(.single):not(.page) article[class*="post-"].sticky,
  body:not(.single):not(.page) article[class*="post-"].tag-sticky-2 {
    border: 1px solid #e6e6e6;
    padding: 35px 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }
  body:not(.single):not(.page) article.post.format-quote, body:not(.single):not(.page) article.post.format-link, body:not(.single):not(.page) article.post.format-chat, body:not(.single):not(.page) article.post.format-status,
  body:not(.single):not(.page) article.page.format-quote,
  body:not(.single):not(.page) article.page.format-link,
  body:not(.single):not(.page) article.page.format-chat,
  body:not(.single):not(.page) article.page.format-status,
  body:not(.single):not(.page) article[class*="post-"].format-quote,
  body:not(.single):not(.page) article[class*="post-"].format-link,
  body:not(.single):not(.page) article[class*="post-"].format-chat,
  body:not(.single):not(.page) article[class*="post-"].format-status {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #262626;
    min-height: 244px;
    border-radius: 6px;
    padding: 60px 60px 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 480px) {
      body:not(.single):not(.page) article.post.format-quote, body:not(.single):not(.page) article.post.format-link, body:not(.single):not(.page) article.post.format-chat, body:not(.single):not(.page) article.post.format-status,
      body:not(.single):not(.page) article.page.format-quote,
      body:not(.single):not(.page) article.page.format-link,
      body:not(.single):not(.page) article.page.format-chat,
      body:not(.single):not(.page) article.page.format-status,
      body:not(.single):not(.page) article[class*="post-"].format-quote,
      body:not(.single):not(.page) article[class*="post-"].format-link,
      body:not(.single):not(.page) article[class*="post-"].format-chat,
      body:not(.single):not(.page) article[class*="post-"].format-status {
        min-height: 150px;
        padding: 40px 30px 38px; } }
    body:not(.single):not(.page) article.post.format-quote::after, body:not(.single):not(.page) article.post.format-link::after, body:not(.single):not(.page) article.post.format-chat::after, body:not(.single):not(.page) article.post.format-status::after,
    body:not(.single):not(.page) article.page.format-quote::after,
    body:not(.single):not(.page) article.page.format-link::after,
    body:not(.single):not(.page) article.page.format-chat::after,
    body:not(.single):not(.page) article.page.format-status::after,
    body:not(.single):not(.page) article[class*="post-"].format-quote::after,
    body:not(.single):not(.page) article[class*="post-"].format-link::after,
    body:not(.single):not(.page) article[class*="post-"].format-chat::after,
    body:not(.single):not(.page) article[class*="post-"].format-status::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), color-stop(80%, transparent));
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.85), transparent 80%);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.85), transparent 80%);
      background: linear-gradient(rgba(0, 0, 0, 0.85), transparent 80%);
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 480px) {
        body:not(.single):not(.page) article.post.format-quote::after, body:not(.single):not(.page) article.post.format-link::after, body:not(.single):not(.page) article.post.format-chat::after, body:not(.single):not(.page) article.post.format-status::after,
        body:not(.single):not(.page) article.page.format-quote::after,
        body:not(.single):not(.page) article.page.format-link::after,
        body:not(.single):not(.page) article.page.format-chat::after,
        body:not(.single):not(.page) article.page.format-status::after,
        body:not(.single):not(.page) article[class*="post-"].format-quote::after,
        body:not(.single):not(.page) article[class*="post-"].format-link::after,
        body:not(.single):not(.page) article[class*="post-"].format-chat::after,
        body:not(.single):not(.page) article[class*="post-"].format-status::after {
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(transparent));
          background: -webkit-linear-gradient(rgba(0, 0, 0, 0.85), transparent);
          background: -o-linear-gradient(rgba(0, 0, 0, 0.85), transparent);
          background: linear-gradient(rgba(0, 0, 0, 0.85), transparent); } }
    body:not(.single):not(.page) article.post.format-quote h3, body:not(.single):not(.page) article.post.format-link h3, body:not(.single):not(.page) article.post.format-chat h3, body:not(.single):not(.page) article.post.format-status h3,
    body:not(.single):not(.page) article.page.format-quote h3,
    body:not(.single):not(.page) article.page.format-link h3,
    body:not(.single):not(.page) article.page.format-chat h3,
    body:not(.single):not(.page) article.page.format-status h3,
    body:not(.single):not(.page) article[class*="post-"].format-quote h3,
    body:not(.single):not(.page) article[class*="post-"].format-link h3,
    body:not(.single):not(.page) article[class*="post-"].format-chat h3,
    body:not(.single):not(.page) article[class*="post-"].format-status h3 {
      margin: 0;
      font-size: 25px;
      line-height: 1.2;
      font-weight: 700;
      z-index: 1; }
      @media only screen and (max-width: 480px) {
        body:not(.single):not(.page) article.post.format-quote h3, body:not(.single):not(.page) article.post.format-link h3, body:not(.single):not(.page) article.post.format-chat h3, body:not(.single):not(.page) article.post.format-status h3,
        body:not(.single):not(.page) article.page.format-quote h3,
        body:not(.single):not(.page) article.page.format-link h3,
        body:not(.single):not(.page) article.page.format-chat h3,
        body:not(.single):not(.page) article.page.format-status h3,
        body:not(.single):not(.page) article[class*="post-"].format-quote h3,
        body:not(.single):not(.page) article[class*="post-"].format-link h3,
        body:not(.single):not(.page) article[class*="post-"].format-chat h3,
        body:not(.single):not(.page) article[class*="post-"].format-status h3 {
          font-size: 22px; } }
      body:not(.single):not(.page) article.post.format-quote h3 a, body:not(.single):not(.page) article.post.format-link h3 a, body:not(.single):not(.page) article.post.format-chat h3 a, body:not(.single):not(.page) article.post.format-status h3 a,
      body:not(.single):not(.page) article.page.format-quote h3 a,
      body:not(.single):not(.page) article.page.format-link h3 a,
      body:not(.single):not(.page) article.page.format-chat h3 a,
      body:not(.single):not(.page) article.page.format-status h3 a,
      body:not(.single):not(.page) article[class*="post-"].format-quote h3 a,
      body:not(.single):not(.page) article[class*="post-"].format-link h3 a,
      body:not(.single):not(.page) article[class*="post-"].format-chat h3 a,
      body:not(.single):not(.page) article[class*="post-"].format-status h3 a {
        color: #fff;
        line-height: 40px; }
        body:not(.single):not(.page) article.post.format-quote h3 a:hover, body:not(.single):not(.page) article.post.format-link h3 a:hover, body:not(.single):not(.page) article.post.format-chat h3 a:hover, body:not(.single):not(.page) article.post.format-status h3 a:hover,
        body:not(.single):not(.page) article.page.format-quote h3 a:hover,
        body:not(.single):not(.page) article.page.format-link h3 a:hover,
        body:not(.single):not(.page) article.page.format-chat h3 a:hover,
        body:not(.single):not(.page) article.page.format-status h3 a:hover,
        body:not(.single):not(.page) article[class*="post-"].format-quote h3 a:hover,
        body:not(.single):not(.page) article[class*="post-"].format-link h3 a:hover,
        body:not(.single):not(.page) article[class*="post-"].format-chat h3 a:hover,
        body:not(.single):not(.page) article[class*="post-"].format-status h3 a:hover {
          color: var(--colorPrimary, #f64e54); }
    body:not(.single):not(.page) article.post.format-quote i, body:not(.single):not(.page) article.post.format-link i, body:not(.single):not(.page) article.post.format-chat i, body:not(.single):not(.page) article.post.format-status i,
    body:not(.single):not(.page) article.page.format-quote i,
    body:not(.single):not(.page) article.page.format-link i,
    body:not(.single):not(.page) article.page.format-chat i,
    body:not(.single):not(.page) article.page.format-status i,
    body:not(.single):not(.page) article[class*="post-"].format-quote i,
    body:not(.single):not(.page) article[class*="post-"].format-link i,
    body:not(.single):not(.page) article[class*="post-"].format-chat i,
    body:not(.single):not(.page) article[class*="post-"].format-status i {
      font-size: 30px;
      position: absolute;
      z-index: 1;
      top: 23px;
      right: 30px;
      line-height: 1;
      color: var(--colorPrimary, #f64e54); }
      @media only screen and (max-width: 480px) {
        body:not(.single):not(.page) article.post.format-quote i, body:not(.single):not(.page) article.post.format-link i, body:not(.single):not(.page) article.post.format-chat i, body:not(.single):not(.page) article.post.format-status i,
        body:not(.single):not(.page) article.page.format-quote i,
        body:not(.single):not(.page) article.page.format-link i,
        body:not(.single):not(.page) article.page.format-chat i,
        body:not(.single):not(.page) article.page.format-status i,
        body:not(.single):not(.page) article[class*="post-"].format-quote i,
        body:not(.single):not(.page) article[class*="post-"].format-link i,
        body:not(.single):not(.page) article[class*="post-"].format-chat i,
        body:not(.single):not(.page) article[class*="post-"].format-status i {
          font-size: 24px;
          top: 20px;
          right: 22px; } }
  body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery .swiper-container,
  body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery .swiper-container,
  body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery .swiper-container {
    border-radius: 6px;
    width: calc(100% - 2px);
    background-color: #262626; }
  body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery .swiper-slide .listbook-post-gallery-item,
  body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery .swiper-slide .listbook-post-gallery-item,
  body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery .swiper-slide .listbook-post-gallery-item {
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery .swiper-slide .listbook-post-gallery-item img,
    body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery .swiper-slide .listbook-post-gallery-item img,
    body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery .swiper-slide .listbook-post-gallery-item img {
      max-height: 100%; }
  body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery-prev,
  body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery-next,
  body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery-prev,
  body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery-next,
  body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery-prev,
  body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: var(--colorTextLight, #707070);
    font-size: 22px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: calc(50% - 22px);
    z-index: 1;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    @media only screen and (max-width: 480px) {
      body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery-prev,
      body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery-next,
      body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery-prev,
      body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery-next,
      body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery-prev,
      body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery-next {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        font-size: 22px; } }
    body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery-prev:hover,
    body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery-next:hover,
    body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery-prev:hover,
    body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery-next:hover,
    body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery-prev:hover,
    body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery-next:hover {
      color: #fff;
      background-color: var(--colorPrimary, #f64e54); }
    body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery-prev:focus,
    body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery-next:focus,
    body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery-prev:focus,
    body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery-next:focus,
    body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery-prev:focus,
    body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery-next:focus {
      outline: 0; }
  body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery-prev,
  body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery-prev,
  body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery-prev {
    left: -22px; }
    @media only screen and (max-width: 480px) {
      body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery-prev,
      body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery-prev,
      body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery-prev {
        left: 20px; } }
  body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery-next,
  body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery-next,
  body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery-next {
    right: -22px; }
    @media only screen and (max-width: 480px) {
      body:not(.single):not(.page) article.post.format-gallery .listbook-post-gallery-next,
      body:not(.single):not(.page) article.page.format-gallery .listbook-post-gallery-next,
      body:not(.single):not(.page) article[class*="post-"].format-gallery .listbook-post-gallery-next {
        right: 20px; } }
  body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail,
  body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail,
  body:not(.single):not(.page) article[class*="post-"].format-aside.has-post-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail,
      body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail,
      body:not(.single):not(.page) article[class*="post-"].format-aside.has-post-thumbnail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media only screen and (max-width: 480px) {
      body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail,
      body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail,
      body:not(.single):not(.page) article[class*="post-"].format-aside.has-post-thumbnail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail .entry-media,
    body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail .entry-media,
    body:not(.single):not(.page) article[class*="post-"].format-aside.has-post-thumbnail .entry-media {
      width: 465px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail .entry-media,
        body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail .entry-media,
        body:not(.single):not(.page) article[class*="post-"].format-aside.has-post-thumbnail .entry-media {
          width: 100%; } }
      @media only screen and (max-width: 991px) {
        body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail .entry-media,
        body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail .entry-media,
        body:not(.single):not(.page) article[class*="post-"].format-aside.has-post-thumbnail .entry-media {
          width: 320px; } }
      @media only screen and (max-width: 480px) {
        body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail .entry-media,
        body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail .entry-media,
        body:not(.single):not(.page) article[class*="post-"].format-aside.has-post-thumbnail .entry-media {
          width: 100%;
          -ms-flex-negative: 1;
              flex-shrink: 1;
          margin-right: 0; } }
    body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail .entry-header,
    body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail .entry-header,
    body:not(.single):not(.page) article[class*="post-"].format-aside.has-post-thumbnail .entry-header {
      margin-top: 0; }
  body:not(.single):not(.page) article.post.format-audio .entry-media .entry-meta, body:not(.single):not(.page) article.post.format-video .entry-media .entry-meta,
  body:not(.single):not(.page) article.page.format-audio .entry-media .entry-meta,
  body:not(.single):not(.page) article.page.format-video .entry-media .entry-meta,
  body:not(.single):not(.page) article[class*="post-"].format-audio .entry-media .entry-meta,
  body:not(.single):not(.page) article[class*="post-"].format-video .entry-media .entry-meta {
    margin-bottom: 25px; }

/*--------------------------------------------------------------
# Blog single post style
--------------------------------------------------------------*/
.single-post {
  /*--------------------------------------------------------------
  # style for post meta [tags & categories]
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for select
  --------------------------------------------------------------*/ }
  .single-post .entry-media {
    margin-bottom: 25px; }
    .single-post .entry-media img {
      border-radius: 6px; }
  .single-post .entry-header {
    margin-top: 0; }
  .single-post.single-format-quote .entry-header {
    margin-bottom: 60px; }
    @media (max-width: 575px) {
      .single-post.single-format-quote .entry-header {
        margin-bottom: 30px; } }
  .single-post .entry-content {
    margin-bottom: 81px; }
    @media (max-width: 575px) {
      .single-post .entry-content {
        margin-bottom: 60px; } }
    .single-post .entry-content .twitter-tweet {
      margin-left: 0; }
    @media only screen and (max-width: 1360px) {
      .single-post .entry-content .has-large-font-size {
        font-size: 28px; } }
    @media (max-width: 575px) {
      .single-post .entry-content .has-large-font-size {
        font-size: 20px; } }
    .single-post .entry-content .pk-share-buttons-wrap {
      margin-bottom: 7px; }
      .single-post .entry-content .pk-share-buttons-wrap .pk-share-buttons-items .pk-share-buttons-item:first-of-type {
        padding-left: 0; }
      .single-post .entry-content .pk-share-buttons-wrap .pk-share-buttons-items .pk-share-buttons-item .pk-share-buttons-link {
        border-radius: 3px; }
  .single-post .entry-post-tags,
  .single-post .entry-post-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 40px 0; }
    @media only screen and (max-width: 1360px) {
      .single-post .entry-post-tags,
      .single-post .entry-post-categories {
        margin: 35px 0; } }
    @media (max-width: 575px) {
      .single-post .entry-post-tags,
      .single-post .entry-post-categories {
        margin: 20px 0; } }
    .single-post .entry-post-tags .tag-title,
    .single-post .entry-post-tags .cat-title,
    .single-post .entry-post-categories .tag-title,
    .single-post .entry-post-categories .cat-title {
      color: var(--h3Color, #262626);
      font-weight: 600;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .single-post .entry-post-tags .tag-items,
    .single-post .entry-post-tags .cat-items,
    .single-post .entry-post-categories .tag-items,
    .single-post .entry-post-categories .cat-items {
      color: var(--colorPrimary, #f64e54); }
    .single-post .entry-post-tags a,
    .single-post .entry-post-categories a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 0 2px 10px;
      color: var(--colorPrimary, #f64e54);
      text-transform: capitalize; }
      @media (max-width: 575px) {
        .single-post .entry-post-tags a,
        .single-post .entry-post-categories a {
          margin: 0 0 5px 10px; } }
      .single-post .entry-post-tags a:hover,
      .single-post .entry-post-categories a:hover {
        text-decoration: underline; }
  .single-post select {
    max-width: 268px;
    width: 100%; }

/*--------------------------------------------------------------
# style for blog and archive page post navigation
--------------------------------------------------------------*/
.blog nav.navigation.posts-navigation,
.archive nav.navigation.posts-navigation,
.search nav.navigation.posts-navigation {
  margin: 90px 0 145px; }
  @media only screen and (max-width: 991px) {
    .blog nav.navigation.posts-navigation,
    .archive nav.navigation.posts-navigation,
    .search nav.navigation.posts-navigation {
      margin: 60px 0 90px; } }
  @media (max-width: 575px) {
    .blog nav.navigation.posts-navigation,
    .archive nav.navigation.posts-navigation,
    .search nav.navigation.posts-navigation {
      margin: 50px 0 70px; } }
  .blog nav.navigation.posts-navigation .nav-links,
  .archive nav.navigation.posts-navigation .nav-links,
  .search nav.navigation.posts-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .blog nav.navigation.posts-navigation .nav-links .nav-previous a i,
    .archive nav.navigation.posts-navigation .nav-links .nav-previous a i,
    .search nav.navigation.posts-navigation .nav-links .nav-previous a i {
      margin-right: 10px; }
    .blog nav.navigation.posts-navigation .nav-links .nav-next a i,
    .archive nav.navigation.posts-navigation .nav-links .nav-next a i,
    .search nav.navigation.posts-navigation .nav-links .nav-next a i {
      margin-left: 10px; }
    .blog nav.navigation.posts-navigation .nav-links a,
    .archive nav.navigation.posts-navigation .nav-links a,
    .search nav.navigation.posts-navigation .nav-links a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 30px;
      font-weight: 700;
      padding: 0 25px;
      min-height: 48px;
      border-radius: 3px;
      color: var(--colorTextMain, #484848);
      background-color: #f7f7f7;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .blog nav.navigation.posts-navigation .nav-links a i,
      .archive nav.navigation.posts-navigation .nav-links a i,
      .search nav.navigation.posts-navigation .nav-links a i {
        font-size: 30px; }
      .blog nav.navigation.posts-navigation .nav-links a:hover,
      .archive nav.navigation.posts-navigation .nav-links a:hover,
      .search nav.navigation.posts-navigation .nav-links a:hover {
        background-color: var(--colorPrimary, #f64e54);
        color: #fff; }

/*--------------------------------------------------------------
# style for blog single post navigation
--------------------------------------------------------------*/
.single-post .post-navigation {
  padding: 30px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e6e6e6;
  margin: 90px 0 0; }
  @media (max-width: 575px) {
    .single-post .post-navigation {
      margin: 60px 0 0; } }
  .single-post .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .single-post .post-navigation .nav-links a {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 575px) {
        .single-post .post-navigation .nav-links a {
          width: 50%;
          overflow: hidden; } }
      .single-post .post-navigation .nav-links a:hover .thumb-img:empty {
        background-color: var(--colorPrimary, #f64e54);
        color: #fff; }
      .single-post .post-navigation .nav-links a.nav-previous {
        padding-right: 40px; }
        @media (max-width: 575px) {
          .single-post .post-navigation .nav-links a.nav-previous {
            padding-right: 10px; } }
        .single-post .post-navigation .nav-links a.nav-previous .thumb-img {
          margin: 0 25px 0 0; }
          @media (max-width: 575px) {
            .single-post .post-navigation .nav-links a.nav-previous .thumb-img {
              margin: 0 10px 0 0; } }
          .single-post .post-navigation .nav-links a.nav-previous .thumb-img:empty::before {
            content: ""; }
      .single-post .post-navigation .nav-links a.nav-next {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right;
        padding-left: 40px; }
        @media (max-width: 575px) {
          .single-post .post-navigation .nav-links a.nav-next {
            padding-left: 10px; } }
        .single-post .post-navigation .nav-links a.nav-next .thumb-img {
          margin: 0 0 0 25px; }
          @media (max-width: 575px) {
            .single-post .post-navigation .nav-links a.nav-next .thumb-img {
              margin: 0 0 0 10px; } }
          .single-post .post-navigation .nav-links a.nav-next .thumb-img:empty::before {
            content: ""; }
      .single-post .post-navigation .nav-links a .thumb-img {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .single-post .post-navigation .nav-links a .thumb-img img {
          border-radius: 6px; }
          @media (max-width: 575px) {
            .single-post .post-navigation .nav-links a .thumb-img img {
              width: 50px;
              height: 50px; } }
        .single-post .post-navigation .nav-links a .thumb-img:empty {
          width: 80px;
          height: 80px;
          border-radius: 6px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 24px;
          color: var(--colorTextMain, #484848);
          background-color: #f7f7f7;
          -webkit-transition: 0.15s ease-in-out;
          -o-transition: 0.15s ease-in-out;
          transition: 0.15s ease-in-out; }
          @media (max-width: 575px) {
            .single-post .post-navigation .nav-links a .thumb-img:empty {
              width: 50px;
              height: 50px;
              font-size: 20px; } }
          .single-post .post-navigation .nav-links a .thumb-img:empty::before {
            font-family: "Ionicons"; }
      @media (max-width: 575px) {
        .single-post .post-navigation .nav-links a .nav-text {
          width: calc(100% - 60px); } }
      .single-post .post-navigation .nav-links a h5 {
        text-align: inherit;
        text-transform: capitalize;
        word-break: break-word;
        margin: 0 0 10px; }
        .single-post .post-navigation .nav-links a h5:empty {
          display: none; }
        @media (max-width: 575px) {
          .single-post .post-navigation .nav-links a h5 {
            font-size: 14px;
            margin: 0 0 5px; } }
      .single-post .post-navigation .nav-links a p {
        margin: 0;
        padding: 0;
        color: var(--colorTextLight, #707070);
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        @media (max-width: 575px) {
          .single-post .post-navigation .nav-links a p {
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; } }
      .single-post .post-navigation .nav-links a:hover p {
        color: var(--colorPrimary, #f64e54); }
    .single-post .post-navigation .nav-links .hr-bar {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 1px;
      height: 30px;
      background-color: #e6e6e6;
      position: absolute;
      top: auto;
      left: 50%; }

.sticky {
  display: block; }

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

.page-links {
  clear: both;
  margin: 0;
  padding-top: 30px; }

/*--------------------------------------------------------------
# style for archive page
--------------------------------------------------------------*/
.archive .content-area .page-header {
  margin-bottom: 60px; }
  .archive .content-area .page-header .page-title {
    margin: 0; }
  .archive .content-area .page-header .page-description p {
    margin: 15px 0 0;
    color: var(--colorTextLight, #707070); }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
  margin: 120px 0 0;
  /*--------------------------------------------------------------
  # style for post comment title
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post comment list
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post comment card
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post comment respond
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post comment form
  --------------------------------------------------------------*/ }
  @media only screen and (max-width: 1440px) {
    #comments {
      margin: 90px 0 0; } }
  @media only screen and (max-width: 480px) {
    #comments {
      margin: 70px 0 0; } }
  #comments .comment-content > a {
    text-decoration: none; }
  #comments .comment-content a {
    word-wrap: break-word; }
  #comments .bypostauthor {
    display: block; }
  #comments h2.comments-title {
    margin: 0 0 60px; }
    @media only screen and (max-width: 480px) {
      #comments h2.comments-title {
        margin: 0 0 40px; } }
  #comments ol.comment-list {
    margin: 0 0 120px;
    padding: 0; }
    @media only screen and (max-width: 1440px) {
      #comments ol.comment-list {
        margin: 0 0 90px; } }
    @media only screen and (max-width: 991px) {
      #comments ol.comment-list {
        margin: 0 0 70px; } }
    #comments ol.comment-list > li,
    #comments ol.comment-list > li > .children > li,
    #comments ol.comment-list > li > .children > li > .children > li,
    #comments ol.comment-list > li > .children > li > .children > li > .children > li,
    #comments ol.comment-list > li > .children > li > .children > li > .children > li > .children > li,
    #comments ol.comment-list > li > .children > li > .children > li > .children > li > .children > li > .children > li {
      list-style: none; }
    #comments ol.comment-list #respond {
      margin-top: 20px;
      margin-bottom: 80px; }
      @media only screen and (max-width: 1360px) {
        #comments ol.comment-list #respond {
          margin-bottom: 60px; } }
      @media only screen and (max-width: 480px) {
        #comments ol.comment-list #respond {
          margin-bottom: 40px; } }
  #comments .no-comments {
    margin: 0; }
  #comments .comment-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 60px; }
    @media only screen and (max-width: 1360px) {
      #comments .comment-card {
        margin: 0 0 40px; } }
    @media only screen and (max-width: 480px) {
      #comments .comment-card {
        margin: 0 0 30px; } }
    #comments .comment-card .comment-avatar {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 25px; }
      @media only screen and (max-width: 480px) {
        #comments .comment-card .comment-avatar {
          margin-right: 20px; } }
      #comments .comment-card .comment-avatar img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media only screen and (max-width: 1440px) {
          #comments .comment-card .comment-avatar img {
            width: 70px;
            height: 70px; } }
        @media only screen and (max-width: 480px) {
          #comments .comment-card .comment-avatar img {
            width: 60px;
            height: 60px; } }
      #comments .comment-card .comment-avatar + .comment-content {
        width: calc(100% - 105px); }
        @media only screen and (max-width: 1360px) {
          #comments .comment-card .comment-avatar + .comment-content {
            width: calc(100% - 95px); } }
        @media only screen and (max-width: 480px) {
          #comments .comment-card .comment-avatar + .comment-content {
            width: calc(100% - 80px); } }
    #comments .comment-card .comment-content {
      width: 100%; }
      #comments .comment-card .comment-content .name {
        margin-bottom: 10px; }
        #comments .comment-card .comment-content .name h5 {
          margin: 0; }
      #comments .comment-card .comment-content .content > * {
        margin-top: 30px;
        margin-bottom: 30px; }
      #comments .comment-card .comment-content .content p:first-child {
        margin-top: 0; }
      #comments .comment-card .comment-content .content p:last-child {
        margin-bottom: 0; }
      @media only screen and (max-width: 480px) {
        #comments .comment-card .comment-content .content p {
          margin-bottom: 15px; } }
      #comments .comment-card .comment-content .action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 13px;
        color: var(--colorTextLight, #707070);
        margin-top: 10px; }
        #comments .comment-card .comment-content .action .comment-reply-link {
          color: var(--colorTextLight, #707070);
          padding-right: 18px;
          position: relative; }
          #comments .comment-card .comment-content .action .comment-reply-link i {
            font-size: 20px;
            line-height: 1;
            position: absolute;
            right: 0;
            top: calc(50% - 18px / 2); }
          #comments .comment-card .comment-content .action .comment-reply-link:hover {
            color: var(--colorPrimary, #f64e54); }
  #comments #respond h3 {
    font-size: var(--h2FontSize);
    line-height: var(--h2LineHeight);
    margin-bottom: 15px; }
    #comments #respond h3 #cancel-comment-reply-link {
      font-size: 16px; }
  #comments #commentform {
    display: grid;
    grid-template-areas: "note note note" "rating rating rating" "comment comment comment" "author email url" "cookie cookie cookie" "submit submit submit";
    grid-gap: 45px 30px; }
    @media (max-width: 575px) {
      #comments #commentform {
        grid-template-areas: "note note note" "rating rating rating" "comment comment comment" "author author author" "email email email" "url url url" "cookie cookie cookie" "submit submit submit";
        grid-gap: 25px; } }
    #comments #commentform .wp-rlrr-extend {
      grid-area: rating;
      margin-bottom: 0; }
      #comments #commentform .wp-rlrr-extend .rlrr-rating-field-title,
      #comments #commentform .wp-rlrr-extend .image-container h3 {
        color: var(--colorTextDark, #262626);
        font-family: var(--bodyFontFamily, inherit);
        font-size: var(--bodyFontSize, 15px);
        font-weight: 700;
        line-height: 19px; }
      #comments #commentform .wp-rlrr-extend .rlrr-rating-field-title {
        width: 125px; }
      #comments #commentform .wp-rlrr-extend .rating-field-display i {
        cursor: pointer; }
      #comments #commentform .wp-rlrr-extend .comment-image-upload-wrapper {
        margin-top: 45px; }
        #comments #commentform .wp-rlrr-extend .comment-image-upload-wrapper .rlrr_image_upload,
        #comments #commentform .wp-rlrr-extend .comment-image-upload-wrapper #rlrr-rating-image-field {
          margin-bottom: 0; }
    #comments #commentform p {
      margin: 0; }
      #comments #commentform p label {
        color: var(--colorTextDark, #262626);
        line-height: 19px; }
        #comments #commentform p label:not([for^="wp-comment-cookies-consent"]) {
          display: inline-block;
          font-weight: 700;
          margin-bottom: 14px; }
      #comments #commentform p input:not(.submit) {
        width: 100%; }
      #comments #commentform p.comment-notes, #comments #commentform p.logged-in-as {
        grid-area: note; }
      #comments #commentform p.comment-form-comment {
        grid-area: comment; }
      #comments #commentform p.comment-form-author {
        grid-area: author; }
      #comments #commentform p.comment-form-email {
        grid-area: email; }
      #comments #commentform p.comment-form-url {
        grid-area: url; }
      #comments #commentform p.comment-form-cookies-consent {
        grid-area: cookie; }
        #comments #commentform p.comment-form-cookies-consent label {
          cursor: pointer;
          color: var(--colorTextMain, #484848);
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 27px;
          -webkit-transition: color 0.2s ease;
          -o-transition: color 0.2s ease;
          transition: color 0.2s ease; }
          @media only screen and (max-width: 480px) {
            #comments #commentform p.comment-form-cookies-consent label {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start; } }
          #comments #commentform p.comment-form-cookies-consent label::before {
            content: "";
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 17px;
            height: 17px;
            border-radius: 3px;
            border: 1px solid #e6e6e6;
            position: absolute;
            left: 0;
            -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
            -o-transition: border-color 0.2s ease, background-color 0.2s ease;
            transition: border-color 0.2s ease, background-color 0.2s ease; }
            @media only screen and (max-width: 480px) {
              #comments #commentform p.comment-form-cookies-consent label::before {
                top: 4px; } }
        #comments #commentform p.comment-form-cookies-consent input[type="checkbox"] {
          width: auto;
          height: auto;
          display: none; }
          #comments #commentform p.comment-form-cookies-consent input[type="checkbox"]:checked + label {
            color: var(--colorTextDark, #262626); }
            #comments #commentform p.comment-form-cookies-consent input[type="checkbox"]:checked + label::before {
              content: "";
              color: #fff;
              font-size: 26px;
              font-family: "Ionicons";
              border-color: #36ab80;
              background-color: #36ab80; }
        #comments #commentform p.comment-form-cookies-consent:hover label {
          color: var(--colorTextDark, #262626); }
      #comments #commentform p.form-submit {
        grid-area: submit; }
        #comments #commentform p.form-submit input[type="submit"]:focus {
          outline: none; }

/*--------------------------------------------------------------
# admin style for comment form 
--------------------------------------------------------------*/
.logged-in #comments #commentform {
  grid-template-areas: "note note note" "rating rating rating" "comment comment comment" "submit submit submit"; }

.logged-in #comments .comment-list #respond #commentform {
  grid-template-areas: "note note note" "comment comment comment" "submit submit submit"; }

/*--------------------------------------------------------------
# comment default style and when review plugin is not active
--------------------------------------------------------------*/
body:not(.single-listing) #comments #commentform {
  grid-template-areas: "note note note" "comment comment comment" "author email url" "cookie cookie cookie" "submit submit submit"; }
  @media only screen and (max-width: 480px) {
    body:not(.single-listing) #comments #commentform {
      grid-template-areas: "note note note" "comment comment comment" "author author author" "email email email" "url url url" "cookie cookie cookie" "submit submit submit";
      grid-gap: 30px; } }

body:not(.single-listing).logged-in #comments #commentform {
  grid-template-areas: "note note note" "comment comment comment" "submit submit submit"; }

/*--------------------------------------------------------------
// comment style when review plugin active 
--------------------------------------------------------------*/
.single-listing.rlrr-plugin-active #comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .single-listing.rlrr-plugin-active #comments .no-comments {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100; }
  .single-listing.rlrr-plugin-active #comments .comments-title {
    display: none; }
  .single-listing.rlrr-plugin-active #comments .rlrr-display-rating-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6; }
    .single-listing.rlrr-plugin-active #comments .rlrr-display-rating-wrap .rlrr-display-rating-count {
      margin-bottom: 10px; }
    .single-listing.rlrr-plugin-active #comments .rlrr-display-rating-wrap .rlrr-total-review {
      font-size: var(--h3FontSize);
      font-family: var(--h3FontFamily);
      line-height: var(--h3LineHeight);
      color: var(--h3Color);
      font-weight: var(--h3Variant); }
    .single-listing.rlrr-plugin-active #comments .rlrr-display-rating-wrap .icon {
      color: var(--colorSecondary);
      margin-right: 3px; }
    .single-listing.rlrr-plugin-active #comments .rlrr-display-rating-wrap .rlrr-average-review {
      font-size: 13px;
      color: var(--colorTextLight); }
  .single-listing.rlrr-plugin-active #comments .comment-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .single-listing.rlrr-plugin-active #comments .comment-navigation {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .single-listing.rlrr-plugin-active #comments > #respond {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

.single-listing.rlrr-plugin-active.logged-in #comments .comment-list .listing-comment-card .listing-comment-content {
  position: relative; }
  .single-listing.rlrr-plugin-active.logged-in #comments .comment-list .listing-comment-card .listing-comment-content .listing-comment-reply-link {
    position: absolute;
    right: 0;
    bottom: 0; }

.rlrr-comment-display-section .comment-pagination-wrap {
  padding-top: 30px; }

.comment-pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .comment-pagination-wrap > a,
  .comment-pagination-wrap span {
    border-radius: 3px;
    background-color: #f7f7f7;
    padding: 5px;
    margin: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35px;
    height: 35px;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    @media (max-width: 575px) {
      .comment-pagination-wrap > a,
      .comment-pagination-wrap span {
        font-size: 13px;
        width: 30px;
        height: 30px; } }
  .comment-pagination-wrap > a:hover {
    background-color: var(--colorPrimary, #f64e54);
    color: #fff; }
  .comment-pagination-wrap > a.prev, .comment-pagination-wrap > a.next {
    width: 100px; }
    @media (max-width: 575px) {
      .comment-pagination-wrap > a.prev, .comment-pagination-wrap > a.next {
        width: 70px; } }
  .comment-pagination-wrap > .current {
    background-color: var(--colorPrimary, #f64e54);
    color: #fff; }

.comment-navigation {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 0 120px; }
  @media only screen and (max-width: 1440px) {
    .comment-navigation {
      margin: 0 0 90px; } }
  @media only screen and (max-width: 991px) {
    .comment-navigation {
      margin: 0 0 70px; } }
  .comment-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .comment-navigation .nav-links .nav-previous a,
    .comment-navigation .nav-links .nav-next a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 30px;
      font-weight: 700;
      padding: 0 25px;
      min-height: 48px;
      border-radius: 3px;
      color: var(--colorTextMain, #484848);
      background-color: #f7f7f7;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .comment-navigation .nav-links .nav-previous a:hover,
      .comment-navigation .nav-links .nav-next a:hover {
        background-color: var(--colorPrimary, #f64e54);
        color: #fff; }
      .comment-navigation .nav-links .nav-previous a::before,
      .comment-navigation .nav-links .nav-next a::before {
        font-family: "Ionicons";
        font-size: 30px; }
    .comment-navigation .nav-links .nav-previous {
      padding-right: 10px; }
      .comment-navigation .nav-links .nav-previous a::before {
        content: "";
        margin-right: 10px; }
    .comment-navigation .nav-links .nav-next {
      padding-left: 10px; }
      .comment-navigation .nav-links .nav-next a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .comment-navigation .nav-links .nav-next a::before {
          content: "";
          margin-left: 10px; }

/*--------------------------------------------------------------
## Reviews
--------------------------------------------------------------*/
.rlrr-single-comment-wrap {
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  position: relative; }
  @media (max-width: 767px) {
    .rlrr-single-comment-wrap {
      padding: 20px 0; } }
  .rlrr-single-comment-wrap:first-child {
    padding-top: 0;
    border-top: 0;
    padding-top: 0; }
  .rlrr-single-comment-wrap:last-child {
    padding-bottom: 0; }
  .rlrr-single-comment-wrap .rlrr-single-comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .rlrr-single-comment-wrap .rlrr-single-comment-author {
        margin-bottom: 20px; } }
    .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-single-comment-author-image {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-single-comment-author-image img {
        display: block;
        width: 100%;
        height: auto; }
      @media (max-width: 1199px) {
        .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-single-comment-author-image {
          width: 60px;
          height: 60px; } }
      @media (max-width: 767px) {
        .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-single-comment-author-image {
          width: 45px;
          height: 45px; } }
    .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post {
          font-size: 14px; } }
      .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post a {
        font-weight: bold;
        color: var(--colorTextDark, #262626);
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post a:hover {
          color: var(--colorPrimary, #f64e54); }
      .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post .rlrr-single-comment-author-name {
        font-family: "Poppins"; }
      .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post i {
        margin-left: 10px;
        font-size: 1.2em; }
        .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post i.approved {
          color: #36ab80; }
        .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post i.unapproved {
          color: #fb6d3a; }
    .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-single-comment-time {
      font-size: 13px;
      color: var(--colorTextLight, #707070);
      display: block;
      line-height: 1.4; }
  .rlrr-single-comment-wrap .rlrr-single-comment-content {
    line-height: 1.74;
    color: var(--colorTextLight, #707070);
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .rlrr-single-comment-wrap .rlrr-single-comment-content {
        margin-bottom: 20px; } }
  .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items {
    margin: 30px 0 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items {
        margin: 20px 0 15px 0; } }
    .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items .rating-display-item {
      margin-top: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding: 0;
      margin-bottom: 10px; }
      @media (max-width: 1199px) {
        .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items .rating-display-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 575px) {
        .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items .rating-display-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items .rating-display-item > span {
        min-width: auto;
        margin-right: 10px;
        font-size: 13px;
        font-weight: bold; }
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items .rating-display-item i {
        font-size: 14px;
        color: var(--colorSecondary, #914669);
        margin-right: 3px; }
  .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-image-gallery-on-view {
    margin-bottom: 25px;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 0;
    margin-bottom: 0; }
    .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-image-gallery-on-view > a {
      margin: 0;
      padding: 5px;
      width: 80px;
      height: 80px;
      overflow: hidden;
      display: block; }
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-image-gallery-on-view > a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
        border-radius: 3px; }
  .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575px) {
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike {
        margin-bottom: 15px; } }
    .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike .rlrr-like,
    .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike .rlrr-dislike {
      font-size: 15px;
      height: auto;
      color: var(--colorTextLight, #707070);
      margin-right: 25px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike .rlrr-like > span,
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike .rlrr-dislike > span {
        font-size: 13px;
        margin-right: 8px;
        font-weight: bold; }
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike .rlrr-like svg,
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike .rlrr-dislike svg {
        width: 18px;
        fill: var(--colorTextLight, #707070); }
  .rlrr-single-comment-wrap .rlrr-single-comment-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rlrr-single-comment-wrap .rlrr-single-comment-post a {
      color: var(--colorSecondary, #914669);
      font-weight: bold;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out;
      margin-left: 10px; }
      .rlrr-single-comment-wrap .rlrr-single-comment-post a:hover {
        color: var(--colorSecondaryHover, #b05a82); }
  .rlrr-single-comment-wrap .rlrr-comment-status {
    display: block;
    padding: 5px 15px;
    background-color: #c9ced6;
    position: absolute;
    top: 30px;
    right: 0;
    border-radius: 3px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize; }
    @media (max-width: 768px) {
      .rlrr-single-comment-wrap .rlrr-comment-status {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
        position: relative;
        top: 0; } }
    .rlrr-single-comment-wrap .rlrr-comment-status.approved {
      background-color: #36ab80; }
    @media (max-width: 767px) {
      .rlrr-single-comment-wrap .rlrr-comment-status {
        display: none; } }

/*--------------------------------------------------------------
## Site Title
--------------------------------------------------------------*/
.listbook-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
  padding: 80px 60px;
  position: relative;
  background-color: var(--localPageBannerBGColor, var(--bannerBackground, #969696)); }
  @media (max-width: 1024px) {
    .listbook-page-title {
      min-height: 350px; } }
  @media (max-width: 990px) {
    .listbook-page-title {
      min-height: 300px;
      padding: 80px 40px; } }
  @media (max-width: 575px) {
    .listbook-page-title {
      padding: 80px 20px; } }
  @media (max-width: 575px) {
    .listbook-page-title.color {
      min-height: 200px; } }
  .listbook-page-title:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 1;
    background-color: #262626; }
  .listbook-page-title.color:before {
    display: none; }
  .listbook-page-title .listbook-page-title-content {
    position: relative;
    z-index: 2; }
    .listbook-page-title .listbook-page-title-content span,
    .listbook-page-title .listbook-page-title-content h1 {
      color: var(--localPageBannerTextColor, var(--bannerTextColor, #fff));
      text-align: center;
      display: block;
      word-break: break-word; }
    .listbook-page-title .listbook-page-title-content span {
      font-family: var(--specialFont, "Satisfy", cursive);
      font-size: 25px;
      margin-bottom: 15px; }
      @media (max-width: 1024px) {
        .listbook-page-title .listbook-page-title-content span {
          font-size: 18px; } }
    .listbook-page-title .listbook-page-title-content h1 {
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .listbook-page-title .listbook-page-title-content h1 {
          font-size: 28px; } }
      @media (max-width: 990px) {
        .listbook-page-title .listbook-page-title-content h1 {
          font-size: 24px; } }
      @media (max-width: 575px) {
        .listbook-page-title .listbook-page-title-content h1 {
          font-size: 20px; } }
  .listbook-page-title .listbook-page-thumb-area {
    position: absolute;
    width: 100%;
    height: 100%; }
    .listbook-page-title .listbook-page-thumb-area img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .listbook-page-title.listbook-banner-type-blog {
    background-color: var(--localBlogBannerBGColor, var(--blogBannerBackground, #969696)); }
    .listbook-page-title.listbook-banner-type-blog .listbook-page-title-content span,
    .listbook-page-title.listbook-banner-type-blog .listbook-page-title-content h1 {
      color: var(--localBlogBannerTextColor, var(--blogBannerTextColor, #fff)); }
  .listbook-page-title.listbook-banner-type-shop {
    background-color: var(--woocommercePagesBannerBackground, #969696); }
    .listbook-page-title.listbook-banner-type-shop .listbook-page-title-content span,
    .listbook-page-title.listbook-banner-type-shop .listbook-page-title-content h1 {
      color: var(--woocommercePagesBannerTextColor, #fff); }
  .listbook-page-title.listbook-banner-type-shop-product {
    background-color: var(--woocommerceProductBannerBackground, #969696); }
    .listbook-page-title.listbook-banner-type-shop-product .listbook-page-title-content span,
    .listbook-page-title.listbook-banner-type-shop-product .listbook-page-title-content h1 {
      color: var(--woocommerceProductBannerTextColor, #fff); }

/*--------------------------------------------------------------
## Listing Single Page
--------------------------------------------------------------*/
.listbook-listing-single {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }
  .listbook-listing-single #comments {
    margin: 0; }
  .listbook-listing-single .comments-area .comment-list,
  .listbook-listing-single #comments .comment-list {
    margin-bottom: 90px; }
    @media (max-width: 1280px) {
      .listbook-listing-single .comments-area .comment-list,
      .listbook-listing-single #comments .comment-list {
        margin-bottom: 70px; } }
    @media (max-width: 1199px) {
      .listbook-listing-single .comments-area .comment-list,
      .listbook-listing-single #comments .comment-list {
        margin-bottom: 50px; } }
    .listbook-listing-single .comments-area .comment-list li.comment,
    .listbook-listing-single #comments .comment-list li.comment {
      margin: 0;
      padding: 30px 0;
      border-top: 1px solid #e6e6e6; }
      @media (max-width: 767px) {
        .listbook-listing-single .comments-area .comment-list li.comment,
        .listbook-listing-single #comments .comment-list li.comment {
          padding: 20px 0; } }
      .listbook-listing-single .comments-area .comment-list li.comment:first-child,
      .listbook-listing-single #comments .comment-list li.comment:first-child {
        padding-top: 0;
        border-top: 0;
        padding-top: 0; }
      .listbook-listing-single .comments-area .comment-list li.comment:last-child,
      .listbook-listing-single #comments .comment-list li.comment:last-child {
        padding-bottom: 0; }
      .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-author-wrap,
      .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-author-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listing-comment-avatar,
        .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listing-comment-avatar {
          margin-right: 20px;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
          @media (max-width: 767px) {
            .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listing-comment-avatar,
            .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listing-comment-avatar {
              margin-right: 15px; } }
          .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listing-comment-avatar img,
          .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listing-comment-avatar img {
            display: block;
            max-width: 100%;
            height: auto;
            border-radius: 50%;
            width: 72px; }
            @media (max-width: 1199px) {
              .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listing-comment-avatar img,
              .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listing-comment-avatar img {
                width: 60px; } }
            @media (max-width: 767px) {
              .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listing-comment-avatar img,
              .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listing-comment-avatar img {
                width: 45px; } }
        .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listbook-comment-author-name,
        .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listbook-comment-author-name {
          font-size: 15px;
          margin-bottom: 10px;
          line-height: 1.4; }
          @media (max-width: 767px) {
            .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listbook-comment-author-name,
            .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listbook-comment-author-name {
              margin-bottom: 5px; } }
        .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listbook-comment-date,
        .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-author-wrap .listbook-comment-date {
          font-size: 13px;
          color: var(--colorTextLight, #707070);
          display: block;
          line-height: 1.4; }
      .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-content,
      .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-content {
        margin-top: 30px; }
        @media (max-width: 1199px) {
          .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-content,
          .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-content {
            margin-top: 20px; } }
        .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent,
        .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent {
          padding: 0; }
          .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-content,
          .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-content {
            color: var(--colorTextLight, #707070);
            line-height: 1.74;
            font-size: 15px;
            margin-bottom: 30px; }
          .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items,
          .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items {
            margin: 30px 0 25px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-left: -10px;
            margin-right: -10px; }
            @media (max-width: 767px) {
              .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items,
              .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items {
                margin: 20px 0 15px 0; } }
            .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items .rating-display-item,
            .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items .rating-display-item {
              margin-top: 0;
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 25%;
                      flex: 0 0 25%;
              padding: 0 10px;
              margin-bottom: 10px; }
              @media (max-width: 1199px) {
                .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items .rating-display-item,
                .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items .rating-display-item {
                  -webkit-box-flex: 0;
                      -ms-flex: 0 0 50%;
                          flex: 0 0 50%;
                  max-width: 50%; } }
              @media (max-width: 575px) {
                .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items .rating-display-item,
                .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items .rating-display-item {
                  -webkit-box-flex: 0;
                      -ms-flex: 0 0 100%;
                          flex: 0 0 100%;
                  max-width: 100%; } }
              .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items .rating-display-item > span,
              .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items .rating-display-item > span {
                min-width: auto;
                margin-right: 10px;
                font-size: 13px;
                font-weight: bold; }
              .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items .rating-display-item i,
              .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-content .rlrr-rating-parent .rating-display-items .rating-display-item i {
                font-size: 14px;
                color: var(--colorSecondary, #914669);
                margin-right: 3px; }
      .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .rating-display-image-gallery-on-view,
      .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .rating-display-image-gallery-on-view {
        margin-bottom: 25px;
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 0;
        margin-bottom: 0; }
        .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .rating-display-image-gallery-on-view > a,
        .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .rating-display-image-gallery-on-view > a {
          margin: 0;
          padding: 5px;
          width: 80px;
          height: 80px;
          overflow: hidden;
          display: block; }
          .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .rating-display-image-gallery-on-view > a img,
          .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .rating-display-image-gallery-on-view > a img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            display: block;
            border-radius: 3px; }
      .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .rlrr-like-dislike .rlrr-like-dislike-button,
      .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .rlrr-like-dislike .rlrr-like-dislike-button {
        font-size: 15px;
        height: auto;
        color: var(--colorTextLight, #707070); }
        .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .rlrr-like-dislike .rlrr-like-dislike-button > span,
        .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .rlrr-like-dislike .rlrr-like-dislike-button > span {
          font-size: 13px; }
        .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .rlrr-like-dislike .rlrr-like-dislike-button i,
        .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .rlrr-like-dislike .rlrr-like-dislike-button i {
          font-size: 18px; }
        .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .rlrr-like-dislike .rlrr-like-dislike-button svg,
        .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .rlrr-like-dislike .rlrr-like-dislike-button svg {
          width: 18px;
          fill: var(--colorTextLight, #707070); }
      .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-reply-link a,
      .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-reply-link a {
        font-size: 13px;
        font-weight: bold;
        color: var(--colorTextLight, #707070);
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        .listbook-listing-single .comments-area .comment-list li.comment .listing-comment-card .listing-comment-reply-link a:hover,
        .listbook-listing-single #comments .comment-list li.comment .listing-comment-card .listing-comment-reply-link a:hover {
          color: var(--colorSecondary, #914669); }
  .listbook-listing-single .comments-area .comment-respond .form-submit input[type="submit"],
  .listbook-listing-single #comments .comment-respond .form-submit input[type="submit"] {
    background-color: var(--colorSecondary, #914669);
    border-color: var(--colorSecondary, #914669);
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    .listbook-listing-single .comments-area .comment-respond .form-submit input[type="submit"]:hover,
    .listbook-listing-single #comments .comment-respond .form-submit input[type="submit"]:hover {
      background-color: #a24e75;
      border-color: #a24e75; }
  .listbook-listing-single .comments-area .comment-respond #commentform .comment-form-cookies-consent,
  .listbook-listing-single .comments-area .comment-respond #commentform p.comment-form-cookies-consent,
  .listbook-listing-single #comments .comment-respond #commentform .comment-form-cookies-consent,
  .listbook-listing-single #comments .comment-respond #commentform p.comment-form-cookies-consent {
    font-size: 13px;
    color: var(--colorTextLight, #707070); }
    .listbook-listing-single .comments-area .comment-respond #commentform .comment-form-cookies-consent label,
    .listbook-listing-single .comments-area .comment-respond #commentform p.comment-form-cookies-consent label,
    .listbook-listing-single #comments .comment-respond #commentform .comment-form-cookies-consent label,
    .listbook-listing-single #comments .comment-respond #commentform p.comment-form-cookies-consent label {
      color: var(--colorTextLight, #707070); }
    .listbook-listing-single .comments-area .comment-respond #commentform .comment-form-cookies-consent input[type="checkbox"]:checked + label::before,
    .listbook-listing-single .comments-area .comment-respond #commentform p.comment-form-cookies-consent input[type="checkbox"]:checked + label::before,
    .listbook-listing-single #comments .comment-respond #commentform .comment-form-cookies-consent input[type="checkbox"]:checked + label::before,
    .listbook-listing-single #comments .comment-respond #commentform p.comment-form-cookies-consent input[type="checkbox"]:checked + label::before {
      border-color: var(--colorSecondary, #914669);
      background-color: var(--colorSecondary, #914669); }
  .listbook-listing-single .listbook-listing-action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .listbook-listing-single .listbook-listing-action-btn > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 5px);
              flex: 0 0 calc(50% - 5px);
      max-width: calc(50% - 5px);
      position: relative; }
    .listbook-listing-single .listbook-listing-action-btn .action-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #e6e6e6;
      border-radius: 6px;
      height: 100%;
      min-height: auto;
      background-color: #fff;
      color: var(--colorTextDark, #262626);
      outline: 0;
      font-size: 15px;
      font-weight: bold;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out;
      width: 100%;
      padding: 8px 40px; }
      .listbook-listing-single .listbook-listing-action-btn .action-btn:hover {
        background-color: var(--colorSecondary, #914669);
        color: #fff; }
      .listbook-listing-single .listbook-listing-action-btn .action-btn i {
        font-size: 21px;
        margin-right: 10px; }
  .listbook-listing-single .listbook-listing-share-popover {
    position: absolute;
    width: 360px;
    height: auto;
    top: calc(100% + 10px);
    right: 0;
    display: block;
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .listbook-listing-single .listbook-listing-share-popover.pop-open {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .listbook-listing-single .listbook-listing-share-popover .share-media-list {
      margin-bottom: 30px; }
    .listbook-listing-single .listbook-listing-share-popover .share-popover-title {
      display: block;
      font-weight: bold;
      color: var(--colorTextDark, #262626);
      margin-bottom: 15px; }
    .listbook-listing-single .listbook-listing-share-popover .share-inputbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .listbook-listing-single .listbook-listing-share-popover .share-inputbox input {
        min-height: 36px;
        margin-right: 5px;
        color: var(--colorTextLight, #707070);
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: calc(100% - 62px); }
      .listbook-listing-single .listbook-listing-share-popover .share-inputbox .copy-tooltip {
        display: block;
        background-color: #262626;
        color: #fff;
        border-radius: 3px;
        position: absolute;
        bottom: calc(100% + 7px);
        right: 5px;
        padding: 2px 5px;
        font-size: 12px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
                transform: translateY(5px);
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        .listbook-listing-single .listbook-listing-share-popover .share-inputbox .copy-tooltip::before {
          content: "";
          position: absolute;
          width: 0px;
          height: 0px;
          bottom: -4px;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          border-top: 4px solid #262626;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent; }
        .listbook-listing-single .listbook-listing-share-popover .share-inputbox .copy-tooltip.copied {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }
  .listbook-listing-single .listbook-listing-single-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99992;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .listbook-listing-single .listbook-listing-single-header.sticky-el {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    @media (max-width: 990px) {
      .listbook-listing-single .listbook-listing-single-header {
        height: 51px;
        overflow: hidden; } }
    .listbook-listing-single .listbook-listing-single-header .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1199px) {
        .listbook-listing-single .listbook-listing-single-header .container {
          width: auto;
          padding: 0 40px; } }
      @media (max-width: 990px) {
        .listbook-listing-single .listbook-listing-single-header .container {
          padding: 0;
          overflow-y: hidden;
          height: calc(100% + 20px);
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
    .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      list-style: none;
      margin: 0 30px 0 0;
      min-height: 60px;
      padding: 0; }
      @media (max-width: 990px) {
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu {
          margin: 0;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          overflow-y: auto;
          white-space: nowrap;
          overflow-x: scroll;
          padding: 0 0 30px 0;
          margin-bottom: -30px; } }
      .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu::after, .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu::before {
        content: ""; }
      @media (max-width: 990px) {
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu::before {
          padding-left: 40px; } }
      @media (max-width: 767px) {
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu::before {
          padding-left: 20px; } }
      @media (max-width: 990px) {
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu::after {
          padding-right: 40px; } }
      @media (max-width: 767px) {
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu::after {
          padding-right: 20px; } }
      .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 15px;
        position: relative; }
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu li:first-child {
          margin-left: 0; }
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu li:last-child {
          margin-right: 0; }
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu li::before {
          content: "";
          position: absolute;
          width: calc(100% + 10px);
          height: 2px;
          background-color: #262626;
          bottom: 0;
          left: -5px;
          opacity: 0;
          -webkit-transition: 0.15s ease-in-out;
          -o-transition: 0.15s ease-in-out;
          transition: 0.15s ease-in-out; }
        @media (max-width: 767px) {
          .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu li {
            margin: 0 13px; } }
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu li a {
          padding: 5px 0;
          display: block;
          font-weight: normal;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-decoration: none;
          outline: 0;
          color: var(--colorTextMain, #484848);
          -webkit-transition: 0.15s ease-in-out;
          -o-transition: 0.15s ease-in-out;
          transition: 0.15s ease-in-out;
          white-space: nowrap; }
          @media (max-width: 990px) {
            .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu li a {
              height: 50px; } }
          .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu li a:hover {
            color: var(--colorPrimary, #f64e54); }
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu li.active::before {
          opacity: 1; }
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-single-menu li.active a {
          font-weight: bold;
          color: var(--colorTextDark, #262626); }
    .listbook-listing-single .listbook-listing-single-header .listbook-listing-action-btn {
      -ms-flex-preferred-size: 360px;
          flex-basis: 360px; }
      @media (max-width: 1199px) {
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-action-btn {
          -ms-flex-preferred-size: 300px;
              flex-basis: 300px; } }
      @media (max-width: 990px) {
        .listbook-listing-single .listbook-listing-single-header .listbook-listing-action-btn {
          display: none; } }
  .listbook-listing-single .listbook-listing-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin: 60px 0; }
    @media (max-width: 990px) {
      .listbook-listing-single .listbook-listing-content-area {
        margin: 40px 0; } }
    .listbook-listing-single .listbook-listing-content-area .listbook-listing-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 360px);
              flex: 0 0 calc(100% - 360px);
      max-width: calc(100% - 360px);
      padding-right: 60px; }
      @media (max-width: 1280px) {
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(100% - 320px);
                  flex: 0 0 calc(100% - 320px);
          max-width: calc(100% - 320px);
          padding-right: 50px; } }
      @media (max-width: 1199px) {
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(100% - 300px);
                  flex: 0 0 calc(100% - 300px);
          max-width: calc(100% - 300px);
          padding-right: 40px; } }
      @media (max-width: 990px) {
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          padding-right: 0; } }
      .listbook-listing-single .listbook-listing-content-area .listbook-listing-content p {
        color: var(--colorTextLight, #707070);
        margin-top: 0; }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content p:last-child {
          margin-bottom: 0; }
      .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-ls-content-block {
        position: relative;
        margin-bottom: 75px; }
        @media (max-width: 1280px) {
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-ls-content-block {
            margin-bottom: 70px; } }
        @media (max-width: 1199px) {
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-ls-content-block {
            margin-bottom: 50px; } }
        @media (max-width: 575px) {
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-ls-content-block {
            margin-bottom: 45px; } }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-ls-content-block.listbook-related-listing {
          margin-bottom: 45px; }
          @media (max-width: 1280px) {
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-ls-content-block.listbook-related-listing {
              margin-bottom: 25px; } }
          @media (max-width: 1199px) {
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-ls-content-block.listbook-related-listing {
              margin-bottom: 5px; } }
          @media (max-width: 575px) {
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-ls-content-block.listbook-related-listing {
              margin-bottom: 0; } }
      .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-single-block-title {
        margin-bottom: 30px; }
        @media (max-width: 575px) {
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-single-block-title {
            font-size: 17px;
            margin-bottom: 15px; } }
      .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-feature-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        margin: 0 -10px;
        padding: 0; }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-feature-list .listbook-listing-feature-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333333333%;
                  flex: 0 0 33.33333333333%;
          max-width: 33.33333333333%;
          padding: 0 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 15px;
          color: var(--colorTextMain, #484848);
          margin: 0 0 10px 0; }
          @media (max-width: 767px) {
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-feature-list .listbook-listing-feature-item {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 50%;
                      flex: 0 0 50%;
              max-width: 50%; } }
          @media (max-width: 575px) {
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-feature-list .listbook-listing-feature-item {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              max-width: 100%; }
              .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-feature-list .listbook-listing-feature-item:last-child {
                margin-bottom: 0; } }
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-feature-list .listbook-listing-feature-item > i {
            color: var(--colorSecondary, #914669);
            font-size: 30px;
            margin-right: 10px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-feature-list .listbook-listing-feature-item > i.ion-md-close {
              font-size: 21px; }
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-feature-list .listbook-listing-feature-item a {
            color: var(--colorTextMain, #484848);
            -webkit-transition: 0.15s ease-in-out;
            -o-transition: 0.15s ease-in-out;
            transition: 0.15s ease-in-out; }
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-feature-list .listbook-listing-feature-item a:hover {
              color: var(--colorSecondary, #914669); }
      .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px; }
        @media (max-width: 1199px) {
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head {
            margin-bottom: 20px; } }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-logo {
          width: 87px;
          height: 87px;
          border-radius: 50%;
          overflow: hidden;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 15px; }
          @media (max-width: 1199px) {
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-logo {
              width: 80px;
              height: 80px; } }
          @media (max-width: 575px) {
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-logo {
              display: none; } }
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-logo img {
            width: 100%;
            height: auto;
            display: block;
            margin: 0; }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-info .listbook-listing-category {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 10px; }
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-info .listbook-listing-category a {
            display: block;
            color: var(--colorSecondary, #914669);
            font-size: 13px;
            font-weight: bold; }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-info .listbook-listing-title {
          margin-bottom: 10px;
          line-height: 1.36; }
          @media (max-width: 1199px) {
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-info .listbook-listing-title {
              font-size: 20px; } }
          @media (max-width: 575px) {
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-info .listbook-listing-title {
              font-size: 17px; } }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-info .listbook-listing-meta {
          font-size: 13px;
          font-weight: bold;
          color: var(--colorTextDark, #262626); }
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-info .listbook-listing-meta > span {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-right: 15px; }
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-info .listbook-listing-meta .listbook-price-range {
            margin-left: 10px; }
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-overview-head .listbook-listing-info .listbook-listing-meta .listbook-rating-star {
            font-size: 15px; }
      .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-description {
        max-height: 11em;
        overflow: hidden;
        position: relative; }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-description.content-collapsed:after {
          opacity: 1; }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .listbook-listing-description:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          pointer-events: none;
          height: 30px;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.6)), to(white));
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, white 100%);
          background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, white 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, white 100%);
          opacity: 0; }
      .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-overview .show-more {
        color: var(--colorSecondary, #914669);
        font-weight: bold;
        margin-top: 10px;
        display: none;
        cursor: pointer; }
      .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 30px;
        border-radius: 6px;
        background-color: #f7f7f7; }
        @media (max-width: 1199px) {
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author {
            padding: 20px; } }
        @media (max-width: 575px) {
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            padding: 30px; } }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          @media (max-width: 575px) {
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-info {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start; } }
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-info .author-avatar {
            width: 85px;
            height: 85px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 20px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
            @media (max-width: 1199px) {
              .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-info .author-avatar {
                width: 80px;
                height: 80px; } }
            @media (max-width: 575px) {
              .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-info .author-avatar {
                width: 60px;
                height: 60px;
                margin-right: 0;
                margin-bottom: 15px; } }
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-info .author-avatar img {
              width: 100%;
              height: auto;
              display: block;
              margin: 0; }
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-info .author-details .author-name {
            margin-bottom: 8px; }
            @media (max-width: 575px) {
              .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-info .author-details .author-name {
                font-size: 17px; } }
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-info .author-details .author-location {
            display: block;
            color: var(--colorTextLight, #707070);
            margin-bottom: 8px; }
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-info .author-details .view-profile {
            color: var(--colorSecondary, #914669);
            font-weight: bold;
            -webkit-transition: 0.15s ease-in-out;
            -o-transition: 0.15s ease-in-out;
            transition: 0.15s ease-in-out; }
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-info .author-details .view-profile:hover {
              color: #b05a82; }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-contact {
          -ms-flex-negative: 0;
              flex-shrink: 0; }
          @media (max-width: 575px) {
            .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-author .listbook-listing-author-contact {
              margin-top: 30px; } }
      .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-video > a {
        position: relative;
        display: block;
        border-radius: 6px;
        overflow: hidden;
        width: 100%;
        padding-bottom: 57%; }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-video > a::before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
          background: -o-radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
          background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
          z-index: 1; }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-video > a > img {
          display: block;
          width: 100%;
          height: 100%;
          margin: 0;
          position: absolute;
          -o-object-fit: cover;
             object-fit: cover;
          top: 0;
          left: 0; }
      .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-video .play-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 85px;
        height: 85px;
        border-radius: 50%;
        color: #fff;
        background-color: #ff0000;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2;
        font-size: 62px;
        padding-left: 8px; }
        @media (max-width: 1280px) {
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-video .play-btn {
            width: 75px;
            height: 75px;
            font-size: 52px; } }
        @media (max-width: 1199px) {
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-video .play-btn {
            width: 65px;
            height: 65px;
            font-size: 48px; } }
        @media (max-width: 575px) {
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-content .listbook-listing-video .play-btn {
            width: 46px;
            height: 46px;
            font-size: 32px;
            padding-left: 5px; } }
    .listbook-listing-single .listbook-listing-content-area .listbook-listing-sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 360px;
              flex: 0 0 360px;
      max-width: 360px; }
      @media (max-width: 1280px) {
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-sidebar {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 320px;
                  flex: 0 0 320px;
          max-width: 320px; } }
      @media (max-width: 1199px) {
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-sidebar {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 300px;
                  flex: 0 0 300px;
          max-width: 300px; } }
      @media (max-width: 990px) {
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-sidebar {
          display: none; } }
      .listbook-listing-single .listbook-listing-content-area .listbook-listing-sidebar .listbook-listing-action-btn {
        padding-bottom: 40px;
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out; }
        @media (max-width: 1280px) {
          .listbook-listing-single .listbook-listing-content-area .listbook-listing-sidebar .listbook-listing-action-btn {
            padding-bottom: 30px; } }
        .listbook-listing-single .listbook-listing-content-area .listbook-listing-sidebar .listbook-listing-action-btn .action-btn {
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
      .listbook-listing-single .listbook-listing-content-area .listbook-listing-sidebar .listbook-listing-details-sidebar {
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  .listbook-listing-single .listbook-listing-sidebar__disabled .listbook-listing-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    padding-right: 0; }
  .listbook-listing-single .listbook-listing-mobile-bar {
    position: fixed;
    z-index: 99999;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0 25px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.12);
            box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.12);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    @media (max-width: 990px) {
      .listbook-listing-single .listbook-listing-mobile-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 767px) {
      .listbook-listing-single .listbook-listing-mobile-bar {
        height: 50px; } }
    @media (max-width: 575px) {
      .listbook-listing-single .listbook-listing-mobile-bar {
        padding: 0 15px; } }
    .listbook-listing-single .listbook-listing-mobile-bar.bar-up {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .listbook-listing-single .listbook-listing-mobile-bar .listbook-listing-action-btn {
      min-width: 205px; }
      @media (max-width: 575px) {
        .listbook-listing-single .listbook-listing-mobile-bar .listbook-listing-action-btn {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          min-width: auto; } }
      .listbook-listing-single .listbook-listing-mobile-bar .listbook-listing-action-btn .action-btn {
        height: 38px; }
        @media (max-width: 767px) {
          .listbook-listing-single .listbook-listing-mobile-bar .listbook-listing-action-btn .action-btn {
            height: 34px;
            padding: 0; } }
        @media (max-width: 767px) {
          .listbook-listing-single .listbook-listing-mobile-bar .listbook-listing-action-btn .action-btn i {
            font-size: 18px; } }
    .listbook-listing-single .listbook-listing-mobile-bar .show-details-mobile {
      margin-left: 10px;
      height: 38px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (max-width: 767px) {
        .listbook-listing-single .listbook-listing-mobile-bar .show-details-mobile {
          height: 34px;
          font-size: 15px; } }
    .listbook-listing-single .listbook-listing-mobile-bar .listbook-listing-share-popover {
      top: auto;
      bottom: calc(100% + 6px);
      -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 575px) {
        .listbook-listing-single .listbook-listing-mobile-bar .listbook-listing-share-popover {
          width: calc(100% - 15px);
          bottom: calc(100% + 3px); } }
    .listbook-listing-single .listbook-listing-mobile-bar .listbook-listing-share {
      position: static; }
  .listbook-listing-single .listbook-listing-details-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    top: 0;
    left: 0;
    overflow-x: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .listbook-listing-single .listbook-listing-details-mobile.show-details {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .listbook-listing-single .listbook-listing-details-sidebar {
    padding-top: 30px; }
    .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-details-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      border-bottom: 1px solid #e6e6e6;
      margin-bottom: 30px; }
      .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-details-close .show-details-close {
        font-size: 46px;
        line-height: 1;
        color: var(--colorTextLight, #707070);
        padding-right: 25px; }
    .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-opening-hour {
      padding: 30px;
      padding-top: 0; }
      @media (max-width: 1199px) {
        .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-opening-hour {
          padding: 25px;
          padding-top: 0; } }
      .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-opening-hour .open-status {
        margin-bottom: 15px;
        color: var(--colorSecondary, #914669); }
      .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-opening-hour .opening-hour-list {
        height: 20px;
        overflow: hidden;
        cursor: pointer; }
        .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-opening-hour .opening-hour-list.open {
          height: auto;
          cursor: auto; }
          .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-opening-hour .opening-hour-list.open .opening-hour-item:first-child .opening-time:after {
            margin-right: -15px;
            opacity: 0;
            visibility: hidden; }
        .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-opening-hour .opening-hour-list .opening-hour-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          color: var(--colorTextDark, #262626);
          margin-bottom: 13px; }
          .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-opening-hour .opening-hour-list .opening-hour-item:first-child .opening-time:after {
            content: "";
            color: var(--colorTextLight, #707070);
            font-family: "Ionicons";
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            text-rendering: auto;
            line-height: 1;
            font-size: 17px;
            width: 17px;
            text-align: right;
            -webkit-transition: 0.15s ease-in-out;
            -o-transition: 0.15s ease-in-out;
            transition: 0.15s ease-in-out; }
          .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-opening-hour .opening-hour-list .opening-hour-item:last-child {
            margin-bottom: 0; }
          .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-opening-hour .opening-hour-list .opening-hour-item .opening-date {
            font-weight: bold;
            margin-right: 20px; }
          .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-opening-hour .opening-hour-list .opening-hour-item .opening-time {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-opening-hour .opening-hour-list .opening-hour-item .opening-time.closed {
              color: #fb6d3a; }
    .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-map {
      padding: 0 30px;
      overflow: hidden;
      height: 180px;
      border-radius: 6px;
      margin-bottom: 30px;
      position: relative; }
      @media (max-width: 1199px) {
        .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-map {
          padding: 0 25px; } }
      .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-map > a {
        position: absolute;
        top: 5px;
        left: 35px;
        z-index: 1;
        background-color: #fff;
        border-radius: 3px;
        padding: 5px 10px;
        font-size: 13px;
        font-weight: bold;
        color: var(--colorTextMain, #484848);
        outline: 0;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-map > a:hover {
          background-color: var(--colorSecondary, #914669);
          color: #fff; }
    .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-contact {
      padding: 0 30px; }
      @media (max-width: 1199px) {
        .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-contact {
          padding: 0 25px; } }
      .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-contact .contact-item {
        margin-bottom: 30px; }
        .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-contact .contact-item .contact-title {
          display: block;
          font-weight: bold;
          color: var(--colorTextDark, #262626);
          margin-bottom: 8px; }
        .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-contact .contact-item .contact-details {
          font-size: 13px;
          color: var(--colorTextLight, #707070);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-contact .contact-item .contact-details > a {
            font-weight: bold;
            color: var(--colorSecondary, #914669);
            margin-left: 15px;
            -webkit-transition: 0.15s ease-in-out;
            -o-transition: 0.15s ease-in-out;
            transition: 0.15s ease-in-out; }
            .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-contact .contact-item .contact-details > a:hover {
              color: #b86c8f; }
    .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-claim {
      padding: 30px;
      border-top: 1px solid #e6e6e6; }
      @media (max-width: 1199px) {
        .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-claim {
          padding: 25px; } }
      .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-claim a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 13px;
        font-weight: bold;
        color: var(--colorTextLight, #707070);
        border: 1px solid #e6e6e6;
        border-radius: 3px;
        height: 36px;
        background-color: #fff;
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-claim a:hover {
          color: #fff;
          background-color: var(--colorSecondary, #914669); }
        .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-claim a:focus {
          outline: 0; }
        .listbook-listing-single .listbook-listing-details-sidebar .listbook-listing-claim a i {
          font-size: 16px;
          margin-right: 10px; }

/*--------------------------------------------------------------
## Listing Grid
--------------------------------------------------------------*/
.listbook-listing-grid {
  position: relative; }
  .listbook-listing-grid:hover .listing-gird-preview img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .listbook-listing-grid .featured-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    display: block;
    pointer-events: none;
    padding: 3px 7px;
    color: #fff;
    background-color: var(--colorPrimary, #f64e54);
    border-radius: 3px;
    font-size: 13px; }
  .listbook-listing-grid .listing-gird-preview {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    height: 0;
    padding-bottom: 76.19%; }
    .listbook-listing-grid .listing-gird-preview > a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
    .listbook-listing-grid .listing-gird-preview img {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left; }
    .listbook-listing-grid .listing-gird-preview .wishlist-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 5px;
      z-index: 2; }
      .listbook-listing-grid .listing-gird-preview .wishlist-btn svg .svg-path {
        -webkit-transition: stroke-dashoffset 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
        -o-transition: stroke-dashoffset 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
        transition: stroke-dashoffset 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s; }
      .listbook-listing-grid .listing-gird-preview .wishlist-btn.wishlist-active svg .svg-path {
        fill: var(--colorPrimary, #f64e54); }
  .listbook-listing-grid .listing-grid-content .listing-pricing-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    .listbook-listing-grid .listing-grid-content .listing-pricing-meta span {
      font-size: 13px; }
  .listbook-listing-grid .listing-grid-content .listing-grid-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    .listbook-listing-grid .listing-grid-content .listing-grid-meta > span {
      margin: 0 10px 0 0;
      position: relative;
      font-size: 13px;
      font-weight: bold; }
      .listbook-listing-grid .listing-grid-content .listing-grid-meta > span:first-child {
        margin-left: 0; }
      .listbook-listing-grid .listing-grid-content .listing-grid-meta > span:last-child {
        margin-right: 0; }
        .listbook-listing-grid .listing-grid-content .listing-grid-meta > span:last-child::after {
          display: none; }
    .listbook-listing-grid .listing-grid-content .listing-grid-meta .meta-opening-status {
      color: #fff;
      border-radius: 4px;
      padding: 2px 7px;
      background-color: var(--colorSecondary, #914669); }
      .listbook-listing-grid .listing-grid-content .listing-grid-meta .meta-opening-status.open {
        background-color: var(--colorSecondary, #914669); }
      .listbook-listing-grid .listing-grid-content .listing-grid-meta .meta-opening-status.closed {
        background-color: #c7c7c7; }
    .listbook-listing-grid .listing-grid-content .listing-grid-meta .meta-category {
      padding-left: 8px; }
      .listbook-listing-grid .listing-grid-content .listing-grid-meta .meta-category a {
        color: var(--colorSecondary, #914669);
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        .listbook-listing-grid .listing-grid-content .listing-grid-meta .meta-category a:hover {
          color: var(--colorSecondaryHover, #b05a82); }
      .listbook-listing-grid .listing-grid-content .listing-grid-meta .meta-category:before {
        content: '';
        display: block;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background-color: var(--colorSecondary, #914669);
        position: absolute;
        top: 50%;
        left: 0; }
  .listbook-listing-grid .listing-grid-content .listing-grid-meta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .listbook-listing-grid .listing-grid-content .listing-grid-meta-info > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 20px;
      font-size: 13px;
      color: var(--colorTextDark, #262626);
      margin-bottom: 10px; }
      .listbook-listing-grid .listing-grid-content .listing-grid-meta-info > span:last-child {
        margin-right: 0; }
      .listbook-listing-grid .listing-grid-content .listing-grid-meta-info > span i {
        color: var(--colorSecondary, #914669);
        margin-right: 10px;
        font-size: 17px; }
  .listbook-listing-grid .listing-grid-content .listing-grid-title {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-family: var(--bodayFontFamily, Muli); }
    .listbook-listing-grid .listing-grid-content .listing-grid-title a {
      color: #262626;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      .listbook-listing-grid .listing-grid-content .listing-grid-title a:hover {
        color: var(--colorSecondary, #914669); }
  .listbook-listing-grid .listing-grid-content .listing-grid-description {
    font-size: 13px;
    color: #707070; }
  .listbook-listing-grid .listing-grid-content .listbook-listing-rating {
    font-size: 14px; }

/*--------------------------------------------------------------
## User Profile
--------------------------------------------------------------*/
.listbook-user-profile {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .listbook-user-profile {
      padding-bottom: 80px; } }
  @media (max-width: 575px) {
    .listbook-user-profile {
      padding-bottom: 60px; } }
  .listbook-user-profile .listbook-not-found {
    padding-top: 120px; }
    @media (max-width: 767px) {
      .listbook-user-profile .listbook-not-found {
        padding-top: 80px; } }
    @media (max-width: 575px) {
      .listbook-user-profile .listbook-not-found {
        padding-top: 60px; } }
  .listbook-user-profile .listbook-user-profile-title {
    font-size: 21px;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .listbook-user-profile .listbook-user-profile-title {
        font-size: 19px; } }
  .listbook-user-profile .listbook-user-cover-wrapper {
    position: relative; }
    .listbook-user-profile .listbook-user-cover-wrapper .listbook-user-cover-photo {
      width: 100%;
      height: 450px;
      overflow: hidden; }
      @media (max-width: 1440px) {
        .listbook-user-profile .listbook-user-cover-wrapper .listbook-user-cover-photo {
          height: 330px; } }
      @media (max-width: 990px) {
        .listbook-user-profile .listbook-user-cover-wrapper .listbook-user-cover-photo {
          height: 260px; } }
      @media (max-width: 767px) {
        .listbook-user-profile .listbook-user-cover-wrapper .listbook-user-cover-photo {
          height: 220px; } }
      @media (max-width: 575px) {
        .listbook-user-profile .listbook-user-cover-wrapper .listbook-user-cover-photo {
          height: 175px; } }
      .listbook-user-profile .listbook-user-cover-wrapper .listbook-user-cover-photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
        margin: 0; }
  .listbook-user-profile .listbook-user-profile-edit-button {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 10;
    background-color: #fff;
    color: var(--colorTextMain, #484848);
    border-radius: 3px;
    padding: 7px 15px;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .listbook-user-profile .listbook-user-profile-edit-button:hover {
      background-color: var(--colorPrimary, #f64e54);
      color: #fff; }
    @media (max-width: 575px) {
      .listbook-user-profile .listbook-user-profile-edit-button {
        bottom: 15px;
        right: 15px;
        padding: 5px 12px; } }
    .listbook-user-profile .listbook-user-profile-edit-button i {
      display: none; }
      @media (max-width: 767px) {
        .listbook-user-profile .listbook-user-profile-edit-button i {
          display: block; } }
    @media (max-width: 767px) {
      .listbook-user-profile .listbook-user-profile-edit-button span {
        display: none; } }
  .listbook-user-profile .listbook-user-profile-head {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff; }
    .listbook-user-profile .listbook-user-profile-head .container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767px) {
        .listbook-user-profile .listbook-user-profile-head .container {
          padding: 70px 0 0 0;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (max-width: 575px) {
        .listbook-user-profile .listbook-user-profile-head .container {
          padding: 50px 0 0 0; } }
    .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-pic {
      width: 150px;
      height: 150px;
      border: 4px solid #fff;
      background-color: #fff;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      bottom: calc(100% - 30px);
      left: 20px;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      @media (max-width: 990px) {
        .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-pic {
          width: 120px;
          height: 120px; } }
      @media (max-width: 767px) {
        .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-pic {
          width: 100px;
          height: 100px;
          left: 50%;
          border-width: 2px;
          bottom: calc(100% - 50px);
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      @media (max-width: 575px) {
        .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-pic {
          width: 76px;
          height: 76px;
          bottom: calc(100% - 38px); } }
      .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-pic img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0; }
    .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu-wrapper {
      padding: 0 0 0 210px;
      overflow: hidden; }
      @media (max-width: 990px) {
        .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu-wrapper {
          padding: 0 0 0 160px; } }
      @media (max-width: 767px) {
        .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu-wrapper {
          padding: 0;
          height: 46px; } }
    .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (max-width: 767px) {
        .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu {
          overflow-y: auto;
          white-space: nowrap;
          overflow-x: scroll;
          padding-bottom: 30px;
          margin-bottom: -30px; } }
      .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu li {
        margin: 0 15px;
        padding: 0;
        white-space: nowrap; }
        @media (max-width: 575px) {
          .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu li {
            margin: 0 12px; } }
        .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu li:first-child {
          margin-left: 0; }
          @media (max-width: 767px) {
            .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu li:first-child {
              padding-left: 20px; } }
        .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu li:last-child {
          margin-right: 0; }
          @media (max-width: 767px) {
            .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu li:last-child {
              padding-right: 20px; } }
        .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu li.active a {
          font-weight: bold;
          color: var(--colorTextDark, #262626); }
          .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu li.active a:after {
            opacity: 1; }
        .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu li a {
          display: block;
          padding: 16px 5px;
          font-size: 15px;
          line-height: 1.4;
          position: relative;
          outline: 0;
          -webkit-transition: 0.15s ease-in-out;
          -o-transition: 0.15s ease-in-out;
          transition: 0.15s ease-in-out; }
          .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu li a:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #262626;
            bottom: 0;
            left: 0;
            opacity: 0; }
          @media (max-width: 767px) {
            .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu li a {
              padding: 0 5px;
              height: 46px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          @media (max-width: 575px) {
            .listbook-user-profile .listbook-user-profile-head .listbook-user-profile-menu li a {
              font-size: 13px; } }
  .listbook-user-profile .listbook-user-profile-info {
    padding: 40px 0 0 0; }
    .listbook-user-profile .listbook-user-profile-info .listbook-user-profile-name {
      margin-bottom: 10px;
      font-size: 21px; }
    .listbook-user-profile .listbook-user-profile-info .listbook-user-profile-address {
      font-size: 13px;
      color: var(--colorTextLight, #707070); }
    .listbook-user-profile .listbook-user-profile-info .listbook-user-profile-about {
      margin: 30px 0; }
    .listbook-user-profile .listbook-user-profile-info .listbook-user-profile-website {
      margin-top: 30px; }
      .listbook-user-profile .listbook-user-profile-info .listbook-user-profile-website a {
        font-weight: bold;
        color: var(--colorSecondary, #914669);
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        .listbook-user-profile .listbook-user-profile-info .listbook-user-profile-website a:hover {
          color: var(--colorSecondaryHover, #b05a82); }
    .listbook-user-profile .listbook-user-profile-info .listbook-user-social-profile {
      margin-top: 60px; }
      @media (max-width: 990px) {
        .listbook-user-profile .listbook-user-profile-info .listbook-user-social-profile {
          margin-top: 40px; } }
      .listbook-user-profile .listbook-user-profile-info .listbook-user-social-profile h3 {
        margin-bottom: 25px; }
        @media (max-width: 990px) {
          .listbook-user-profile .listbook-user-profile-info .listbook-user-social-profile h3 {
            font-size: 17px;
            margin-bottom: 20px; } }
      .listbook-user-profile .listbook-user-profile-info .listbook-user-social-profile .listbook-social-profile-item a {
        font-size: 19px; }
  .listbook-user-profile .listbook-user-listings,
  .listbook-user-profile .listbook-user-favorite-listings {
    padding: 60px 0 0; }
    @media (max-width: 767px) {
      .listbook-user-profile .listbook-user-listings,
      .listbook-user-profile .listbook-user-favorite-listings {
        padding: 40px 0 0; } }
    .listbook-user-profile .listbook-user-listings .listbook-listing-grid,
    .listbook-user-profile .listbook-user-favorite-listings .listbook-listing-grid {
      margin-bottom: 40px; }
  .listbook-user-profile .listbook-user-profile-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 70px; }
    @media (max-width: 990px) {
      .listbook-user-profile .listbook-user-profile-pagination {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .listbook-user-profile .listbook-user-profile-pagination {
        margin-top: 20px; } }
    .listbook-user-profile .listbook-user-profile-pagination a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 30px;
      font-weight: 700;
      background-color: #f7f7f7;
      color: var(--colorTextMain, #484848);
      padding: 0 15px;
      border-radius: 3px;
      min-height: 46px;
      min-width: 150px;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      @media (max-width: 990px) {
        .listbook-user-profile .listbook-user-profile-pagination a {
          min-height: 42px;
          min-width: 140px; } }
      @media (max-width: 575px) {
        .listbook-user-profile .listbook-user-profile-pagination a {
          min-height: 38px;
          min-width: 120px; } }
      .listbook-user-profile .listbook-user-profile-pagination a i {
        font-size: 30px;
        -webkit-transition: -webkit-transform 0.15s ease-in-out;
        transition: -webkit-transform 0.15s ease-in-out;
        -o-transition: transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
      .listbook-user-profile .listbook-user-profile-pagination a:hover {
        background-color: var(--colorPrimary, #f64e54);
        color: #fff; }
      .listbook-user-profile .listbook-user-profile-pagination a.pagination-prev {
        margin-right: 10px; }
        .listbook-user-profile .listbook-user-profile-pagination a.pagination-prev:hover i {
          -webkit-transform: translateX(-10px);
              -ms-transform: translateX(-10px);
                  transform: translateX(-10px); }
        .listbook-user-profile .listbook-user-profile-pagination a.pagination-prev i {
          margin-right: 10px; }
      .listbook-user-profile .listbook-user-profile-pagination a.pagination-next {
        margin-left: 10px; }
        .listbook-user-profile .listbook-user-profile-pagination a.pagination-next:hover i {
          -webkit-transform: translateX(10px);
              -ms-transform: translateX(10px);
                  transform: translateX(10px); }
        .listbook-user-profile .listbook-user-profile-pagination a.pagination-next i {
          margin-left: 10px; }
      .listbook-user-profile .listbook-user-profile-pagination a.disable {
        pointer-events: none;
        opacity: 0.7; }
  .listbook-user-profile .listbook-profile-reviews {
    padding: 60px 0 0; }
    @media (max-width: 767px) {
      .listbook-user-profile .listbook-profile-reviews {
        padding: 40px 0 0; } }
    .listbook-user-profile .listbook-profile-reviews .listbook-not-found {
      padding-top: 45px; }
      @media (max-width: 767px) {
        .listbook-user-profile .listbook-profile-reviews .listbook-not-found {
          padding-top: 25px; } }
      @media (max-width: 575px) {
        .listbook-user-profile .listbook-profile-reviews .listbook-not-found {
          padding-top: 10px; } }
  .listbook-user-profile .listbook-user-contact-wrap {
    padding: 60px 0 0; }
    @media (max-width: 767px) {
      .listbook-user-profile .listbook-user-contact-wrap {
        padding: 40px 0 0; } }
    .listbook-user-profile .listbook-user-contact-wrap .user-contact-form-field {
      margin-bottom: 45px; }
      .listbook-user-profile .listbook-user-contact-wrap .user-contact-form-field label {
        display: block;
        color: var(--colorTextDark, #262626);
        font-weight: bold;
        margin-bottom: 12px; }
      .listbook-user-profile .listbook-user-contact-wrap .user-contact-form-field input,
      .listbook-user-profile .listbook-user-contact-wrap .user-contact-form-field textarea {
        width: 100%; }
    .listbook-user-profile .listbook-user-contact-wrap button {
      background-color: var(--colorSecondary, #914669);
      border-color: var(--colorSecondary, #914669);
      padding: 10px 20px; }
      .listbook-user-profile .listbook-user-contact-wrap button .spinner {
        display: none;
        margin-left: 5px; }
    .listbook-user-profile .listbook-user-contact-wrap #listing-contact-error,
    .listbook-user-profile .listbook-user-contact-wrap #listing-contact-success {
      margin-top: 20px;
      display: none;
      font-size: 13px; }
      .listbook-user-profile .listbook-user-contact-wrap #listing-contact-error ul,
      .listbook-user-profile .listbook-user-contact-wrap #listing-contact-success ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .listbook-user-profile .listbook-user-contact-wrap #listing-contact-error ul li,
        .listbook-user-profile .listbook-user-contact-wrap #listing-contact-success ul li {
          margin: 0 0 10px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .listbook-user-profile .listbook-user-contact-wrap #listing-contact-error ul li::before,
          .listbook-user-profile .listbook-user-contact-wrap #listing-contact-success ul li::before {
            content: '*';
            margin-right: 5px;
            display: block; }
    .listbook-user-profile .listbook-user-contact-wrap #listing-contact-error {
      color: #ff0000; }
    .listbook-user-profile .listbook-user-contact-wrap #listing-contact-success {
      color: #36ab80; }

/*--------------------------------------------------------------
## Custom Taxonomy
--------------------------------------------------------------*/
.listbook-custom-taxonomy-page {
  position: relative;
  padding: 120px 0; }
  @media (max-width: 1280px) {
    .listbook-custom-taxonomy-page {
      padding: 100px 0; } }
  @media (max-width: 1280px) {
    .listbook-custom-taxonomy-page {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .listbook-custom-taxonomy-page {
      padding: 60px 0; } }
  .listbook-custom-taxonomy-page .navigation {
    margin-bottom: 0 !important; }

/*--------------------------------------------------------------
## 404 page
--------------------------------------------------------------*/
.listbook-404 {
  width: 620px;
  margin: 0 auto;
  max-width: 100%;
  padding: 110px 20px;
  text-align: center; }
  @media (max-width: 990px) {
    .listbook-404 {
      padding: 80px 20px; } }
  @media (max-width: 767px) {
    .listbook-404 {
      padding: 60px 20px; } }
  .listbook-404 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 55px auto; }
    @media (max-width: 767px) {
      .listbook-404 img {
        margin-bottom: 20px; } }
  .listbook-404 h1 {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .listbook-404 h1 {
        font-size: 22px;
        margin-bottom: 15px; } }
  .listbook-404 p {
    margin: 0 0 60px 0; }
    @media (max-width: 767px) {
      .listbook-404 p {
        margin-bottom: 30px; } }
  .listbook-404 .button .button-icon {
    font-size: 30px; }

/*--------------------------------------------------------------
## Not Found
--------------------------------------------------------------*/
.listbook-not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 500px;
  max-width: 100%;
  margin: 0 auto; }
  .listbook-not-found h2 {
    margin: 40px 0 0 0; }
  .listbook-not-found p {
    margin: 20px 0 0 0; }

/*--------------------------------------------------------------
## Gutenberg Optimization
--------------------------------------------------------------*/
.content-area.with-sidebar .alignwide {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }

.content-area.with-sidebar .wp-block-image .alignleft,
.content-area.with-sidebar .wp-block-image .alignright {
  max-width: 35%; }

.listbook-full-width-content .alignwide {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }

.listbook-full-width-content .wp-block-image .alignleft,
.listbook-full-width-content .wp-block-image .alignright {
  max-width: 35%; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -10px;
  margin-right: -10px; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 10px; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .gallery-item img {
    border-radius: 6px; }

.gallery-caption {
  display: block;
  margin-top: 10px;
  font-weight: bold; }

/*--------------------------------------------------------------
# main layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# layout style for [blog, single-post, attachment, woocommerce]
--------------------------------------------------------------*/
body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  padding: 120px 20px; }
  @media (min-width: 768px) {
    body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary {
      width: 730px; } }
  @media (min-width: 990px) {
    body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary {
      width: 920px; } }
  @media (min-width: 1200px) {
    body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary {
      width: 1170px; } }
  @media (min-width: 1441px) {
    body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary {
      width: 1360px; } }
  @media (max-width: 1024px) {
    body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary {
      padding: 100px 20px; } }
  @media (max-width: 990px) {
    body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary {
      padding: 60px 20px; } }
  body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary #main {
    width: calc(100% - 300px);
    padding-right: 60px; }
    @media only screen and (max-width: 1360px) {
      body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary #main {
        padding-right: 40px; } }
    @media (max-width: 990px) {
      body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary #main {
        width: 100%;
        padding-right: 0; } }
  body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary.no-sidebar #main {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary.left-sidebar:not(.no-sidebar) #main {
    padding-right: 0;
    padding-left: 60px; }
    @media only screen and (max-width: 1360px) {
      body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary.left-sidebar:not(.no-sidebar) #main {
        padding-right: 0;
        padding-left: 40px; } }
    @media (max-width: 990px) {
      body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary.left-sidebar:not(.no-sidebar) #main {
        padding-right: 0;
        padding-left: 0; } }
  body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary #secondary {
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 990px) {
      body:not(.listing-template-default):not(.page-template-page-full-width) .site #primary #secondary {
        width: 100%;
        margin-top: 70px; } }

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }
  #page #content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer,
.listbook-site-footer {
  position: relative;
  overflow: hidden; }
  .site-footer .footer-widget-area,
  .listbook-site-footer .footer-widget-area {
    padding: 80px 75px;
    background-color: #f8f9f8; }
  .site-footer .site-info,
  .listbook-site-footer .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 75px;
    background-color: var(--localCopyrightBGColor, var(--copyrightBGColor, #ffffff)); }
    @media (max-width: 767px) {
      .site-footer .site-info,
      .listbook-site-footer .site-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 1440px) {
      .site-footer .site-info,
      .listbook-site-footer .site-info {
        padding: 25px 50px; } }
    @media (max-width: 1280px) {
      .site-footer .site-info,
      .listbook-site-footer .site-info {
        padding: 25px 40px; } }
    @media (max-width: 1024px) {
      .site-footer .site-info,
      .listbook-site-footer .site-info {
        padding: 25px 25px; } }
    @media (max-width: 575px) {
      .site-footer .site-info,
      .listbook-site-footer .site-info {
        padding: 25px 15px; } }
    .site-footer .site-info .copyright,
    .listbook-site-footer .site-info .copyright {
      font-size: var(--copyrightFontSize, 15px);
      font-family: var(--copyrightFontFamily, inherit);
      color: var(--localCopyrightFontColor, var(--copyrightColor, #707070));
      font-weight: var(--copyrightFontWeight, normal);
      font-style: var(--copyrightFontStyle, normal);
      line-height: var(--copyrightLineHeight, 1.74);
      padding-right: 20px; }
      @media (max-width: 767px) {
        .site-footer .site-info .copyright,
        .listbook-site-footer .site-info .copyright {
          padding-right: 0;
          margin-bottom: 20px; } }
    .site-footer .site-info .listbook-copyright-social-area,
    .listbook-site-footer .site-info .listbook-copyright-social-area {
      padding-left: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 767px) {
        .site-footer .site-info .listbook-copyright-social-area,
        .listbook-site-footer .site-info .listbook-copyright-social-area {
          padding-left: 0; } }
      .site-footer .site-info .listbook-copyright-social-area ul.listbook-social-profiles .listbook-social-profile-item a,
      .listbook-site-footer .site-info .listbook-copyright-social-area ul.listbook-social-profiles .listbook-social-profile-item a {
        color: var(--localCopyrightFontColor, var(--copyrightColor, #707070)); }
        .site-footer .site-info .listbook-copyright-social-area ul.listbook-social-profiles .listbook-social-profile-item a:hover,
        .listbook-site-footer .site-info .listbook-copyright-social-area ul.listbook-social-profiles .listbook-social-profile-item a:hover {
          color: var(--colorPrimary, #f64e54); }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .container {
      width: 730px; } }
  @media (min-width: 990px) {
    .container {
      width: 920px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media (min-width: 1441px) {
    .container {
      width: 1360px; } }

.container-fluid {
  padding-left: 75px;
  padding-right: 75px;
  width: 100%; }

.container-full {
  width: 100%; }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

[class*="col-"] {
  width: 100%; }

.gutter-default {
  margin-left: -15px;
  margin-right: -15px; }

.gutter-default > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

.gutter-large {
  margin-left: -30px;
  margin-right: -30px; }

.gutter-large > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.row.natural-height {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.row.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.align-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-center {
  -ms-flex-item-align: center;
      align-self: center; }

.align-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.align-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.row.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.row.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.row.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.row.top-xs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.row.middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.row.bottom-xs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.row.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.row.between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media (min-width: 575px) {
  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .row.start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .row.center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row.end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .row.top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row.middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row.bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row.around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .row.start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .row.center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row.end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .row.top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row.middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row.bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row.around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 990px) {
  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .row.start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .row.center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row.end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .row.top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row.middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row.bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row.around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .row.start-xl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .row.center-xl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row.end-xl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .row.top-xl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row.middle-xl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row.bottom-xl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row.around-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-xl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-xl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-xl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 1441px) {
  .col-xxl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-offset-1 {
    margin-left: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-offset-2 {
    margin-left: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-xxl-offset-3 {
    margin-left: 25%; }
  .col-xxl-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-offset-4 {
    margin-left: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-offset-5 {
    margin-left: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-xxl-offset-6 {
    margin-left: 50%; }
  .col-xxl-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-offset-7 {
    margin-left: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-offset-8 {
    margin-left: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-xxl-offset-9 {
    margin-left: 75%; }
  .col-xxl-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-offset-10 {
    margin-left: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-offset-11 {
    margin-left: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-xxl-offset-12 {
    margin-left: 100%; }
  .row.start-xxl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .row.center-xxl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row.end-xxl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .row.top-xxl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row.middle-xxl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row.bottom-xxl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row.around-xxl {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-xxl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-xxl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-xxl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.col-gutter-lr {
  padding: 0 1rem; }

.col-no-gutter {
  padding: 0; }

.show {
  display: block !important; }

.row.show {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.hide {
  display: none !important; }

.show-xs {
  display: block !important; }

.row.show-xs {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.hide-xs {
  display: none !important; }

@media (max-width: 575px) {
  .show-xs-only {
    display: block !important; }
  .row.show-xs-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-xs-only {
    display: none !important; } }

@media (min-width: 575px) {
  .show-sm {
    display: block !important; }
  .row.show-sm {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-sm {
    display: none !important; } }

@media (min-width: 575px) and (max-width: 768px) {
  .show-sm-only {
    display: block !important; }
  .row.show-sm-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-sm-only {
    display: none !important; } }

@media (min-width: 768px) {
  .show-md {
    display: block !important; }
  .row.show-md {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-md {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 990px) {
  .show-md-only {
    display: block !important; }
  .row.show-md-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-md-only {
    display: none !important; } }

@media (min-width: 990px) {
  .show-lg {
    display: block !important; }
  .row.show-lg {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-lg {
    display: none !important; } }

@media (min-width: 990px) and (max-width: 1200px) {
  .show-lg-only {
    display: block !important; }
  .row.show-lg-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-lg-only {
    display: none !important; } }

@media (min-width: 1200px) {
  .show-xl {
    display: block !important; }
  .row.show-xl {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-xl {
    display: none !important; } }

@media (min-width: 1441px) {
  .show-xxl {
    display: block !important; }
  .row.show-xxl {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-xxl {
    display: none !important; } }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
#password-lost-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 575px) {
    #password-lost-form #lostpasswordform {
      width: 100%; } }
  #password-lost-form input[type="text"] {
    min-width: 360px;
    max-width: 100%; }
    @media (max-width: 575px) {
      #password-lost-form input[type="text"] {
        min-width: auto;
        width: 100%; } }
  #password-lost-form input[type="submit"] {
    height: 44px;
    min-width: 360px;
    max-width: 100%; }
    @media (max-width: 575px) {
      #password-lost-form input[type="submit"] {
        min-width: auto;
        width: 100%; } }

#password-reset-form input[type="submit"] {
  height: 44px; }

.userplace-pricing-list-wrapper .userplace-pricing-single ul {
  padding-left: 0; }

#password-reset-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #password-reset-form form label {
    display: block;
    margin-bottom: 5px; }
  #password-reset-form form input[type="password"] {
    min-width: 360px;
    max-width: 100%; }

.rq-userplace-login-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .rq-userplace-login-form-container .rq-userplace-login-form {
    width: 100%; }

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
.listbook-search-page-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh; }
  .listbook-search-page-template .site-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.listbook-search-page-content {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.admin-bar .listbook-search-page-template {
  height: calc(100vh - 32px); }
  @media (max-width: 782px) {
    .admin-bar .listbook-search-page-template {
      height: calc(100vh - 46px); } }
  .admin-bar .listbook-search-page-template#page {
    min-height: calc(100vh - 32px); }
    @media (max-width: 782px) {
      .admin-bar .listbook-search-page-template#page {
        min-height: calc(100vh - 46px); } }

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/**
 * Checkout
 */
.woocommerce-page .pswp {
  z-index: 999999; }

.woocommerce-page #content .woocommerce .checkout.woocommerce-checkout {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout {
      margin-top: 30px; } }
  .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-error::before {
    top: 36px; }
  .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .col2-set {
    margin-bottom: 40px; }
  .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
  .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row {
    padding: 0;
    margin-bottom: 15px; }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label,
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label,
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row label {
      margin-bottom: 5px; }
  .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-account-fields label.woocommerce-form__label-for-checkbox {
    margin: 10px 0;
    font-weight: 400; }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-account-fields label.woocommerce-form__label-for-checkbox input[type="checkbox"] {
      display: none; }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-account-fields label.woocommerce-form__label-for-checkbox span {
      position: relative;
      cursor: pointer;
      padding: 0;
      padding-left: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 15px; }
      .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-account-fields label.woocommerce-form__label-for-checkbox span:before {
        content: "";
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        width: 18px;
        height: 18px;
        background: transparent;
        border: 1px solid var(--colorPrimary, #f64e54);
        border-radius: 3px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-account-fields label.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:before {
      background: var(--colorPrimary, #f64e54); }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-account-fields label.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:after {
      content: "";
      position: absolute;
      left: 4px;
      top: 50%;
      margin-top: -1px;
      background: white;
      width: 2px;
      height: 2px;
      -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
              box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-shipping-fields h3 label {
    cursor: pointer; }
  .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 60px; }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead tr th {
      padding: 20px; }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody tr td {
      padding: 20px; }
      .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody tr td.product-name .variation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr th {
      padding: 20px; }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr td {
      padding: 20px; }
  .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment {
    background-color: #fff;
    border: 1px solid #e6e6e6; }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
      padding: 20px;
      border-bottom: 1px solid #e6e6e6; }
      .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method {
        margin-bottom: 10px; }
        .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method.woocommerce-notice::before {
          top: 41px; }
          @media (min-width: 768px) {
            .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method.woocommerce-notice::before {
              top: 36px; } }
        .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method:last-of-type {
          margin-bottom: 0; }
        .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method label {
          position: relative;
          padding-left: 30px; }
          .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method label::before {
            content: '';
            display: inline-block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            border: 1px solid #484848;
            position: absolute;
            top: 2px;
            left: 0; }
          .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method label::after {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #484848;
            -webkit-transform: scale(0);
                -ms-transform: scale(0);
                    transform: scale(0);
            position: absolute;
            top: 5px;
            left: 3px;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
        .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method input[type="radio"] {
          opacity: 0;
          visibility: hidden;
          position: absolute; }
          .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method input[type="radio"]:checked + label {
            font-weight: 600;
            color: #262626; }
            .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method input[type="radio"]:checked + label::before {
              border: 1px solid #262626; }
            .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method input[type="radio"]:checked + label::after {
              -webkit-transform: scale(1);
                  -ms-transform: scale(1);
                      transform: scale(1);
              background-color: #262626; }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
      background-color: #f7f7f7;
      border-radius: 6; }
      .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_box:before {
        border: 1em solid #f7f7f7;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent; }
      .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_box p {
        margin-top: 0; }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .form-row {
      padding: 20px; }
    .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment button.button.alt {
      background-color: var(--colorSecondary, #914669);
      border-color: var(--colorSecondary, #914669);
      outline: none;
      -webkit-appearance: none;
      min-width: 160px;
      min-height: 48px; }
      .woocommerce-page #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment button.button.alt:hover {
        opacity: 0.9; }

.woocommerce-page #content .woocommerce #order_review_heading {
  margin-top: 20px; }

.woocommerce-page #content .woocommerce .checkout_coupon.woocommerce-form-coupon {
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  padding: 20px 30px; }
  @media (max-width: 767px) {
    .woocommerce-page #content .woocommerce .checkout_coupon.woocommerce-form-coupon {
      padding: 20px; } }
  .woocommerce-page #content .woocommerce .checkout_coupon.woocommerce-form-coupon p:not(.form-row) {
    font-size: 15px;
    font-weight: 600;
    color: var(--colorTextMain, #484848);
    margin: 0 0 10px; }
  .woocommerce-page #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row {
    padding: 0;
    width: 50%;
    float: left; }
    @media (max-width: 767px) {
      .woocommerce-page #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row {
        width: 100%; } }
    .woocommerce-page #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
      padding-right: 15px; }
      @media (max-width: 767px) {
        .woocommerce-page #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
          padding-right: 0; } }
    .woocommerce-page #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row input.input-text {
      width: 100%;
      background-color: #fff;
      border-radius: 3px; }
    .woocommerce-page #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row .button {
      height: 48px;
      padding: 15px;
      font-size: 14px;
      font-weight: 400;
      outline: none;
      border-radius: 3px;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .woocommerce-page #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row .button {
          width: 100%; } }

/*--------------------------------------------------------------
# style for Resetting css
--------------------------------------------------------------*/
.woocommerce ul.products li.product a {
  outline: none; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin: 10px 0; }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input.woocommerce-form__input-checkbox {
    -webkit-appearance: checkbox; }

.post-edit-link {
  font-weight: 700;
  color: var(--colorPrimary, #f64e54);
  margin-left: 15px;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out; }

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 130px; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .woocommerce .button {
  cursor: pointer;
  padding: 12px 20px;
  color: #fff;
  font-weight: 400;
  border: 1px solid;
  border-radius: 3px;
  border-color: var(--colorSecondary, #914669);
  background: var(--colorSecondary, #914669); }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus,
  .woocommerce a.button:hover,
  .woocommerce a.button:active,
  .woocommerce a.button:focus,
  .woocommerce button.button:hover,
  .woocommerce button.button:active,
  .woocommerce button.button:focus,
  .woocommerce input.button:hover,
  .woocommerce input.button:active,
  .woocommerce input.button:focus,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button:active,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
  .woocommerce-page .woocommerce .button:hover,
  .woocommerce-page .woocommerce .button:active,
  .woocommerce-page .woocommerce .button:focus {
    outline: none;
    opacity: 0.9;
    color: #fff;
    border-color: var(--colorSecondary, #914669);
    background: var(--colorSecondary, #914669); }
  .woocommerce #respond input#submit.button.disabled, .woocommerce #respond input#submit.button:disabled, .woocommerce #respond input#submit.button:disabled[disabled],
  .woocommerce a.button.button.disabled,
  .woocommerce a.button.button:disabled,
  .woocommerce a.button.button:disabled[disabled],
  .woocommerce button.button.button.disabled,
  .woocommerce button.button.button:disabled,
  .woocommerce button.button.button:disabled[disabled],
  .woocommerce input.button.button.disabled,
  .woocommerce input.button.button:disabled,
  .woocommerce input.button.button:disabled[disabled],
  #add_payment_method .wc-proceed-to-checkout a.checkout-button.button.disabled,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button.button:disabled,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button.button:disabled[disabled],
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.disabled,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:disabled,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:disabled[disabled],
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button.disabled,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button:disabled,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button:disabled[disabled],
  .woocommerce-page .woocommerce .button.button.disabled,
  .woocommerce-page .woocommerce .button.button:disabled,
  .woocommerce-page .woocommerce .button.button:disabled[disabled] {
    opacity: 0.5;
    color: #fff;
    padding: 15px 28px;
    cursor: not-allowed; }
    .woocommerce #respond input#submit.button.disabled:hover, .woocommerce #respond input#submit.button.disabled:active, .woocommerce #respond input#submit.button.disabled:focus, .woocommerce #respond input#submit.button:disabled:hover, .woocommerce #respond input#submit.button:disabled:active, .woocommerce #respond input#submit.button:disabled:focus, .woocommerce #respond input#submit.button:disabled[disabled]:hover, .woocommerce #respond input#submit.button:disabled[disabled]:active, .woocommerce #respond input#submit.button:disabled[disabled]:focus,
    .woocommerce a.button.button.disabled:hover,
    .woocommerce a.button.button.disabled:active,
    .woocommerce a.button.button.disabled:focus,
    .woocommerce a.button.button:disabled:hover,
    .woocommerce a.button.button:disabled:active,
    .woocommerce a.button.button:disabled:focus,
    .woocommerce a.button.button:disabled[disabled]:hover,
    .woocommerce a.button.button:disabled[disabled]:active,
    .woocommerce a.button.button:disabled[disabled]:focus,
    .woocommerce button.button.button.disabled:hover,
    .woocommerce button.button.button.disabled:active,
    .woocommerce button.button.button.disabled:focus,
    .woocommerce button.button.button:disabled:hover,
    .woocommerce button.button.button:disabled:active,
    .woocommerce button.button.button:disabled:focus,
    .woocommerce button.button.button:disabled[disabled]:hover,
    .woocommerce button.button.button:disabled[disabled]:active,
    .woocommerce button.button.button:disabled[disabled]:focus,
    .woocommerce input.button.button.disabled:hover,
    .woocommerce input.button.button.disabled:active,
    .woocommerce input.button.button.disabled:focus,
    .woocommerce input.button.button:disabled:hover,
    .woocommerce input.button.button:disabled:active,
    .woocommerce input.button.button:disabled:focus,
    .woocommerce input.button.button:disabled[disabled]:hover,
    .woocommerce input.button.button:disabled[disabled]:active,
    .woocommerce input.button.button:disabled[disabled]:focus,
    #add_payment_method .wc-proceed-to-checkout a.checkout-button.button.disabled:hover,
    #add_payment_method .wc-proceed-to-checkout a.checkout-button.button.disabled:active,
    #add_payment_method .wc-proceed-to-checkout a.checkout-button.button.disabled:focus,
    #add_payment_method .wc-proceed-to-checkout a.checkout-button.button:disabled:hover,
    #add_payment_method .wc-proceed-to-checkout a.checkout-button.button:disabled:active,
    #add_payment_method .wc-proceed-to-checkout a.checkout-button.button:disabled:focus,
    #add_payment_method .wc-proceed-to-checkout a.checkout-button.button:disabled[disabled]:hover,
    #add_payment_method .wc-proceed-to-checkout a.checkout-button.button:disabled[disabled]:active,
    #add_payment_method .wc-proceed-to-checkout a.checkout-button.button:disabled[disabled]:focus,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.disabled:hover,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.disabled:active,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.disabled:focus,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:disabled:hover,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:disabled:active,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:disabled:focus,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:disabled[disabled]:hover,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:disabled[disabled]:active,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:disabled[disabled]:focus,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button.disabled:hover,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button.disabled:active,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button.disabled:focus,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button:disabled:hover,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button:disabled:active,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button:disabled:focus,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button:disabled[disabled]:hover,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button:disabled[disabled]:active,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button:disabled[disabled]:focus,
    .woocommerce-page .woocommerce .button.button.disabled:hover,
    .woocommerce-page .woocommerce .button.button.disabled:active,
    .woocommerce-page .woocommerce .button.button.disabled:focus,
    .woocommerce-page .woocommerce .button.button:disabled:hover,
    .woocommerce-page .woocommerce .button.button:disabled:active,
    .woocommerce-page .woocommerce .button.button:disabled:focus,
    .woocommerce-page .woocommerce .button.button:disabled[disabled]:hover,
    .woocommerce-page .woocommerce .button.button:disabled[disabled]:active,
    .woocommerce-page .woocommerce .button.button:disabled[disabled]:focus {
      color: #fff;
      opacity: 0.5;
      border-color: var(--colorSecondary, #914669);
      background: var(--colorSecondary, #914669); }

.woocommerce ul.products li.product .button {
  margin-top: 10px; }
  .woocommerce ul.products li.product .button.product_type_external {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .woocommerce ul.products li.product .button.product_type_external:hover, .woocommerce ul.products li.product .button.product_type_external:focus {
      white-space: normal;
      width: auto;
      -o-text-overflow: unset;
         text-overflow: unset; }

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #e6e6e6; }
  .woocommerce form .form-row.woocommerce-validated .select2-container:focus,
  .woocommerce form .form-row.woocommerce-validated input.input-text:focus,
  .woocommerce form .form-row.woocommerce-validated select:focus {
    border-color: var(--colorSecondary, #914669); }

.select2-container.select2-container--default .select2-selection--single {
  height: 48px;
  border: 1px solid #e6e6e6;
  outline: 0; }
  .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 20px; }
  .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px; }
    .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
      left: auto;
      right: 50%; }

.select2-container.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #e6e6e6; }

.select2-container .select2-dropdown.select2-dropdown--above, .select2-container .select2-dropdown.select2-dropdown--below {
  border-color: #e6e6e6; }
  .select2-container .select2-dropdown.select2-dropdown--above .select2-search .select2-search__field,
  .select2-container .select2-dropdown.select2-dropdown--above .select2-search--dropdown .select2-search__field, .select2-container .select2-dropdown.select2-dropdown--below .select2-search .select2-search__field,
  .select2-container .select2-dropdown.select2-dropdown--below .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e6e6;
    padding: 0 20px; }
    .select2-container .select2-dropdown.select2-dropdown--above .select2-search .select2-search__field:focus,
    .select2-container .select2-dropdown.select2-dropdown--above .select2-search--dropdown .select2-search__field:focus, .select2-container .select2-dropdown.select2-dropdown--below .select2-search .select2-search__field:focus,
    .select2-container .select2-dropdown.select2-dropdown--below .select2-search--dropdown .select2-search__field:focus {
      outline: 0;
      color: #050101;
      border-color: var(--colorSecondary, #914669);
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  .select2-container .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options, .select2-container .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options {
    margin: 0; }
    .select2-container .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options .select2-results__option, .select2-container .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options .select2-results__option {
      margin: 0;
      outline: 0;
      padding: 6px 15px; }
      .select2-container .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options .select2-results__option[data-selected="true"], .select2-container .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options .select2-results__option[data-selected="true"] {
        background-color: #e6e6e6; }
      .select2-container .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options .select2-results__option--highlighted, .select2-container .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected], .select2-container .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options .select2-results__option--highlighted[data-selected], .select2-container .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options .select2-results__option--highlighted, .select2-container .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected], .select2-container .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options .select2-results__option--highlighted[data-selected] {
        background-color: var(--colorSecondary, #914669); }

.woocommerce ul.products li.product .price ins {
  margin-bottom: 0; }

.entry-content .woocommerce {
  margin-bottom: 0; }

.woocommerce a.ajax_add_to_cart {
  position: relative; }
  .woocommerce a.ajax_add_to_cart:after {
    margin-top: 4px; }

.woocommerce .added_to_cart {
  margin-left: 10px;
  color: var(--colorTextMain, #484848); }

@media screen and (min-width: 768px) {
  .woocommerce-cart #content .with-sidebar .woocommerce .woocommerce-cart-form table.shop_table.cart thead th.product-thumbnail {
    width: 24%; } }

.woocommerce-cart #content .woocommerce .woocommerce-cart-form {
  width: 100%; }
  .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart {
    table-layout: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart {
        border: 0;
        border-radius: 0; } }
    @media screen and (min-width: 768px) {
      .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart thead {
        display: table-header-group; } }
    .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart thead tr {
      background-color: #f6f7f6; }
      @media screen and (min-width: 768px) {
        .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart thead tr {
          display: table-row; } }
      .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart thead tr th {
        font-size: 16px;
        padding: 20px; }
        .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart thead tr th.product-thumbnail {
          width: 130px; }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart thead tr th.product-thumbnail {
              width: 20%; } }
          @media screen and (min-width: 768px) {
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart thead tr th.product-thumbnail {
              display: table-cell; } }
        .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart thead tr th.product-name {
          width: 50%; }
    .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody {
      display: table-row-group; }
      .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr {
        border-bottom: 1px solid #e6e6e6; }
        @media screen and (min-width: 768px) {
          .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr {
            display: table-row; } }
        @media (max-width: 767px) {
          .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr {
            padding: 10px 0;
            border-radius: 6px;
            margin-bottom: 15px;
            border: 1px solid #e6e6e6; } }
        @media screen and (min-width: 768px) {
          .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr:first-child td {
            padding-top: 40px; } }
        .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td {
          text-align: left;
          padding: 20px;
          background-color: #fff;
          border: 0;
          font-weight: 600; }
          .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name a {
            font-weight: 700;
            text-decoration: none; }
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name a:hover, .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name a:focus {
              color: var(--colorTextDark, #262626); }
          @media screen and (min-width: 768px) {
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td {
              display: table-cell; }
              .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td:not(.actions) {
                text-align: left !important; }
              .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td::before {
                display: none; } }
          @media (max-width: 767px) {
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td {
              padding: 10px 16px;
              font-size: 16px; }
              .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between; }
              .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td:before {
                font-size: 15px;
                padding-right: 10px; } }
          @media screen and (min-width: 768px) {
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail {
              display: table-cell; } }
          @media (max-width: 767px) {
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end; }
              .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail::before {
                display: none; } }
          .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper {
            width: 105px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            position: relative;
            overflow: hidden;
            border-radius: 6px;
            -ms-flex-item-align: center;
                align-self: center; }
            @media (min-width: 768px) {
              .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper {
                width: 100%; } }
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper img {
              width: 100%;
              height: auto;
              display: block;
              margin: 0; }
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper .remove-product a.remove {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              text-align: left;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              border-radius: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.25);
              -webkit-transition: 0.15s ease-in-out;
              -o-transition: 0.15s ease-in-out;
              transition: 0.15s ease-in-out; }
              @media (min-width: 768px) {
                .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper .remove-product a.remove {
                  opacity: 1;
                  width: 48px;
                  height: 48px;
                  border-radius: 6px;
                  left: auto;
                  right: 0; } }
              .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper .remove-product a.remove span {
                display: none; }
              .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper .remove-product a.remove:before {
                content: "";
                width: 20px;
                height: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-transform: scale(0);
                    -ms-transform: scale(0);
                        transform: scale(0);
                -webkit-transition: 0.25s ease-in-out;
                -o-transition: 0.25s ease-in-out;
                transition: 0.25s ease-in-out;
                background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KCQkJCQkJCQkJCTxwYXRoIGlkPSJQYXRoXzE2NTg0IiBkYXRhLW5hbWU9IlBhdGggMTY1ODQiIGQ9Ik0xNy4wNzQsMi45MjVhMTAsMTAsMCwxLDAsMCwxNC4xNDlBMTAuMDE2LDEwLjAxNiwwLDAsMCwxNy4wNzQsMi45MjVabS0zLjEyOSwxMS4wMmEuNzY5Ljc2OSwwLDAsMS0xLjA4OCwwTDEwLDExLjA4OCw3LjAwNywxNC4wODFhLjc2OS43NjksMCwwLDEtMS4wODgtMS4wODhMOC45MTIsMTAsNi4wNTUsNy4xNDNBLjc2OS43NjksMCwwLDEsNy4xNDMsNi4wNTVMMTAsOC45MTJsMi43MjEtMi43MjFhLjc2OS43NjksMCwwLDEsMS4wODgsMS4wODhMMTEuMDg4LDEwbDIuODU3LDIuODU3QS43NjkuNzY5LDAsMCwxLDEzLjk0NSwxMy45NDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjZmZmIj48L3BhdGg+CgkJCQkJCQkJCTwvc3ZnPg=="); }
                @media (max-width: 767px) {
                  .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper .remove-product a.remove:before {
                    -webkit-transform: scale(1);
                        -ms-transform: scale(1);
                            transform: scale(1); } }
          .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name .variation dt {
            font-size: 14px;
            font-weight: 700;
            color: var(--colorTextMain, #484848);
            margin: 0;
            margin-right: 5px; }
          .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name .variation dd p {
            margin: 0;
            font-size: 14px;
            font-weight: 400;
            color: var(--colorTextMain, #484848); }
          @media (max-width: 767px) {
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end; } }
          .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity input {
            width: 90px;
            text-align: left;
            min-height: 46px;
            border-radius: 3px;
            text-align: center; }
          @media screen and (min-width: 768px) {
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions {
              text-align: right;
              padding-left: 40px;
              padding-right: 40px;
              padding-bottom: 40px; } }
          .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media screen and (min-width: 768px) {
              .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
                float: left; } }
            @media (min-width: 768px) and (max-width: 990px) {
              .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; } }
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon label {
              display: none; }
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon input.input-text {
              width: 220px;
              border: 1px solid #e6e6e6;
              padding: 0 20px;
              margin-right: 0;
              border-radius: 3px;
              border-top-right-radius: 0;
              border-bottom-right-radius: 0;
              border-right: 0; }
              @media (max-width: 767px) {
                .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon input.input-text {
                  width: 100%; } }
              @media (min-width: 768px) and (max-width: 990px) {
                .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon input.input-text {
                  border-radius: 3px;
                  border-bottom-left-radius: 0;
                  border-bottom-right-radius: 0;
                  border-right: 1px solid #e6e6e6; } }
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon .button {
              padding: 16px;
              font-weight: 400;
              outline: none;
              border-radius: 3px;
              border-top-left-radius: 0;
              border-bottom-left-radius: 0;
              white-space: nowrap; }
              @media (min-width: 768px) and (max-width: 990px) {
                .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon .button {
                  width: 100%;
                  border-radius: 3px;
                  border-top-left-radius: 0;
                  border-top-right-radius: 0; } }
          .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .button {
            padding: 16px 28px;
            font-weight: 400;
            outline: none;
            border-radius: 3px; }
            @media screen and (min-width: 768px) {
              .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .button {
                width: auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                float: right; } }
            .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .button:disabled[disabled] {
              color: #fff; }
              .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .button:disabled[disabled]:hover {
                opacity: 0.5; }
        @media screen and (min-width: 768px) {
          .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr:last-child {
            border-bottom: 0; } }
        .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr:hover td.product-thumbnail .remove-product a.remove {
          opacity: 1; }
          .woocommerce-cart #content .woocommerce .woocommerce-cart-form table.shop_table.cart tbody tr:hover td.product-thumbnail .remove-product a.remove:before {
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); }

.woocommerce-cart #content .woocommerce .cart-collaterals {
  width: 460px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media screen and (max-width: 768px) {
    .woocommerce-cart #content .woocommerce .cart-collaterals {
      width: 100%; } }
  @media screen and (min-width: 1600px) {
    .woocommerce-cart #content .woocommerce .cart-collaterals {
      width: 560px; } }
  .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%; }
    .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr {
        border-bottom: 1px solid #e6e6e6; }
        @media screen and (min-width: 768px) {
          .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr {
            display: table-row; } }
        .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr th {
          border: 0;
          padding: 20px;
          font-weight: 700; }
          @media screen and (min-width: 768px) {
            .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr th {
              display: table-cell; } }
        .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td {
          border: 0;
          padding: 20px; }
          @media (max-width: 767px) {
            .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td:before {
              padding-right: 10px; } }
          @media screen and (min-width: 768px) {
            .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td {
              background-color: #fff;
              text-align: left !important; }
              .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td::before {
                display: none; } }
        .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td ul.woocommerce-shipping-methods li {
          margin-bottom: 10px; }
          .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td ul.woocommerce-shipping-methods li label {
            font-size: 16px; }
        .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td p.woocommerce-shipping-destination {
          margin-top: 20px; }
          @media (max-width: 767px) {
            .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td p.woocommerce-shipping-destination {
              margin-bottom: 15px; } }
        .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .select2-container {
          text-align: left; }
        .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-button {
          font-size: 16px;
          margin-top: 20px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          outline: none;
          text-decoration: none;
          border-bottom: 1px solid var(--colorTextMain, #484848); }
          @media (max-width: 767px) {
            .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-button {
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              margin-top: 0; } }
          .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-button:hover, .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-button:focus {
            color: var(--colorTextDark, --colorTextDark);
            border-bottom: 0; }
        .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr:last-child {
          border-bottom: 0; }
        .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total th {
          vertical-align: middle; }
        .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td {
          font-size: 19px; }
          @media (max-width: 767px) {
            .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td {
              font-size: 18px; }
              .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td:before {
                font-size: 18px;
                padding-right: 10px; } }
          .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td span {
            font-weight: 700;
            color: var(--colorTextMain, #484848); }
    .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt {
      font-size: 16px;
      cursor: pointer;
      min-height: 52px;
      padding: 17px 28px;
      color: #fff;
      line-height: 1;
      font-weight: 400;
      border: 1px solid;
      border-radius: 3px;
      border-color: var(--colorSecondary, #914669);
      background: var(--colorSecondary, #914669);
      margin: 10px 0 0; }
      .woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt:hover {
        opacity: 0.9; }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px; }

.woocommerce-cart-form__cart-item a.remove {
  display: block;
  font-size: 18px;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 24px;
  border-radius: 100%;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  background: #f7f7f7;
  color: var(--colorPrimary, #f64e54) !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media screen and (min-width: 768px) {
    .woocommerce-cart-form__cart-item a.remove {
      margin-left: 17px; } }
  .woocommerce-cart-form__cart-item a.remove:hover, .woocommerce-cart-form__cart-item a.remove:focus {
    background: var(--colorPrimary, #f64e54); }

.woocommerce-page #content .woocommerce button.button {
  font-weight: 400; }

.woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-overview {
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 0; }
  @media (max-width: 767px) {
    .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-overview {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      margin-bottom: 30px; } }
  .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-overview li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 30px 25px;
    border-right: 1px dashed gainsboro; }
    .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-overview li:last-child {
      border-right: 0; }
    @media screen and (max-width: 1100px) {
      .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-overview li {
        padding: 30px 20px; } }
    .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-overview li strong {
      margin-top: 5px; }
    @media (max-width: 767px) {
      .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-overview li {
        width: 100%;
        padding: 20px;
        border-right: 0;
        border-bottom: 1px dashed #e6e6e6; }
        .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-overview li:last-child {
          border-bottom: 0; } }

.woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-details {
  margin: 50px 0; }
  @media (max-width: 767px) {
    .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-details {
      margin: 30px 0; } }
  .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table thead tr th {
      padding: 20px; }
    .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td {
      padding: 20px; }
      .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td ul.wc-item-meta {
        padding: 0;
        margin: 0; }
        .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td ul.wc-item-meta li {
          margin-top: 15px; }
          .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td ul.wc-item-meta li .wc-item-meta-label {
            margin: 0;
            margin-right: 5px; }
          .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td ul.wc-item-meta li p {
            margin: 0; }
    .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr th {
      padding: 20px; }
    .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr td {
      padding: 20px; }
      .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr td ul li label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        white-space: nowrap; }

.woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column address {
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
  font-style: italic;
  border-radius: 6px; }

@media screen and (max-width: 768px) {
  .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column.woocommerce-column--billing-address {
    margin-bottom: 40px; } }

.woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column.woocommerce-column--shipping-address address {
  padding: 15px 20px; }

.woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column p {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: relative; }
  .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column p:before {
    content: "";
    font-family: inherit;
    color: inherit;
    width: 17px;
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column p.woocommerce-customer-details--phone::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LWc8L3RpdGxlPjxwYXRoIGQ9J00zOTEsNDgwYy0xOS41MiwwLTQ2Ljk0LTcuMDYtODgtMzAtNDkuOTMtMjgtODguNTUtNTMuODUtMTM4LjIxLTEwMy4zOEMxMTYuOTEsMjk4Ljc3LDkzLjYxLDI2Ny43OSw2MSwyMDguNDVjLTM2Ljg0LTY3LTMwLjU2LTEwMi4xMi0yMy41NC0xMTcuMTNDNDUuODIsNzMuMzgsNTguMTYsNjIuNjUsNzQuMTEsNTJBMTc2LjMsMTc2LjMsMCwwLDEsMTAyLjc1LDM2LjhjMS0uNDMsMS45My0uODQsMi43Ni0xLjIxLDQuOTUtMi4yMywxMi40NS01LjYsMjEuOTUtMiw2LjM0LDIuMzgsMTIsNy4yNSwyMC44NiwxNiwxOC4xNywxNy45Miw0Myw1Ny44Myw1Mi4xNiw3Ny40Myw2LjE1LDEzLjIxLDEwLjIyLDIxLjkzLDEwLjIzLDMxLjcxLDAsMTEuNDUtNS43NiwyMC4yOC0xMi43NSwyOS44MS0xLjMxLDEuNzktMi42MSwzLjUtMy44Nyw1LjE2LTcuNjEsMTAtOS4yOCwxMi44OS04LjE4LDE4LjA1LDIuMjMsMTAuMzcsMTguODYsNDEuMjQsNDYuMTksNjguNTFzNTcuMzEsNDIuODUsNjcuNzIsNDUuMDdjNS4zOCwxLjE1LDguMzMtLjU5LDE4LjY1LTguNDcsMS40OC0xLjEzLDMtMi4zLDQuNTktMy40NywxMC42Ni03LjkzLDE5LjA4LTEzLjU0LDMwLjI2LTEzLjU0aC4wNmM5LjczLDAsMTguMDYsNC4yMiwzMS44NiwxMS4xOCwxOCw5LjA4LDU5LjExLDMzLjU5LDc3LjE0LDUxLjc4LDguNzcsOC44NCwxMy42NiwxNC40OCwxNi4wNSwyMC44MSwzLjYsOS41My4yMSwxNy0yLDIyLS4zNy44My0uNzgsMS43NC0xLjIxLDIuNzVhMTc2LjQ5LDE3Ni40OSwwLDAsMS0xNS4yOSwyOC41OGMtMTAuNjMsMTUuOS0yMS40LDI4LjIxLTM5LjM4LDM2LjU4QTY3LjQyLDY3LjQyLDAsMCwxLDM5MSw0ODBaJyBmaWxsPSIjMjEyMTIxIi8+PC9zdmc+"); }
  .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column p.woocommerce-customer-details--email {
    border: 0;
    margin-top: 0; }
    .woocommerce-page #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column p.woocommerce-customer-details--email:before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LW88L3RpdGxlPjxwYXRoIGQ9J000MjQsODBIODhhNTYuMDYsNTYuMDYsMCwwLDAtNTYsNTZWMzc2YTU2LjA2LDU2LjA2LDAsMCwwLDU2LDU2SDQyNGE1Ni4wNiw1Ni4wNiwwLDAsMCw1Ni01NlYxMzZBNTYuMDYsNTYuMDYsMCwwLDAsNDI0LDgwWm0tMTQuMTgsOTIuNjMtMTQ0LDExMmExNiwxNiwwLDAsMS0xOS42NCwwbC0xNDQtMTEyYTE2LDE2LDAsMSwxLDE5LjY0LTI1LjI2TDI1NiwyNTEuNzMsMzkwLjE4LDE0Ny4zN2ExNiwxNiwwLDAsMSwxOS42NCwyNS4yNlonIGZpbGw9IiMyMTIxMjEiLz48L3N2Zz4="); }

/*--------------------------------------------------------------
# style for Woocommerce Notice
--------------------------------------------------------------*/
.woocommerce-page .woocommerce-notice,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 23px 30px;
  padding-left: 55px;
  color: var(--colorTextMain, #484848);
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  @media (min-width: 768px) and (max-width: 990px) {
    .woocommerce-page .woocommerce-notice,
    .woocommerce-page .woocommerce-error,
    .woocommerce-page .woocommerce-info,
    .woocommerce-page .woocommerce-message {
      line-height: 1.4;
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .woocommerce-page .woocommerce-notice a,
  .woocommerce-page .woocommerce-error a,
  .woocommerce-page .woocommerce-info a,
  .woocommerce-page .woocommerce-message a {
    color: #707070;
    margin-left: 10px;
    text-decoration: underline;
    outline: none; }
    @media (min-width: 768px) and (max-width: 990px) {
      .woocommerce-page .woocommerce-notice a,
      .woocommerce-page .woocommerce-error a,
      .woocommerce-page .woocommerce-info a,
      .woocommerce-page .woocommerce-message a {
        margin-left: 0; } }
    .woocommerce-page .woocommerce-notice a:hover,
    .woocommerce-page .woocommerce-error a:hover,
    .woocommerce-page .woocommerce-info a:hover,
    .woocommerce-page .woocommerce-message a:hover {
      color: #262626; }
    .woocommerce-page .woocommerce-notice a.button,
    .woocommerce-page .woocommerce-error a.button,
    .woocommerce-page .woocommerce-info a.button,
    .woocommerce-page .woocommerce-message a.button {
      cursor: pointer;
      color: #fff;
      padding: 14px 20px;
      min-height: 44px;
      border: 1px solid;
      border-radius: 3px;
      border-color: var(--colorSecondary, #914669);
      background: var(--colorSecondary, #914669);
      text-decoration: none;
      margin-left: auto; }
      @media (min-width: 768px) and (max-width: 990px) {
        .woocommerce-page .woocommerce-notice a.button,
        .woocommerce-page .woocommerce-error a.button,
        .woocommerce-page .woocommerce-info a.button,
        .woocommerce-page .woocommerce-message a.button {
          margin: 10px 0 0; } }
      .woocommerce-page .woocommerce-notice a.button:hover, .woocommerce-page .woocommerce-notice a.button:active, .woocommerce-page .woocommerce-notice a.button:focus,
      .woocommerce-page .woocommerce-error a.button:hover,
      .woocommerce-page .woocommerce-error a.button:active,
      .woocommerce-page .woocommerce-error a.button:focus,
      .woocommerce-page .woocommerce-info a.button:hover,
      .woocommerce-page .woocommerce-info a.button:active,
      .woocommerce-page .woocommerce-info a.button:focus,
      .woocommerce-page .woocommerce-message a.button:hover,
      .woocommerce-page .woocommerce-message a.button:active,
      .woocommerce-page .woocommerce-message a.button:focus {
        opacity: 0.85;
        border-color: var(--colorSecondary, #914669);
        background: var(--colorSecondary, #914669); }
  .woocommerce-page .woocommerce-notice li,
  .woocommerce-page .woocommerce-error li,
  .woocommerce-page .woocommerce-info li,
  .woocommerce-page .woocommerce-message li {
    margin: 0;
    width: 100%; }
  .woocommerce-page .woocommerce-notice::before,
  .woocommerce-page .woocommerce-error::before,
  .woocommerce-page .woocommerce-info::before,
  .woocommerce-page .woocommerce-message::before {
    content: "";
    font-family: inherit;
    color: inherit;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .woocommerce-page .woocommerce-notice .button,
  .woocommerce-page .woocommerce-error .button,
  .woocommerce-page .woocommerce-info .button,
  .woocommerce-page .woocommerce-message .button {
    font-family: var(--menuFontFamily, Satisfy, cursive);
    background-color: var(--colorPrimary, #f64e54);
    color: #fff;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .woocommerce-page .woocommerce-notice .button:hover,
    .woocommerce-page .woocommerce-error .button:hover,
    .woocommerce-page .woocommerce-info .button:hover,
    .woocommerce-page .woocommerce-message .button:hover {
      background-color: var(--colorPrimaryHover, #f53f46);
      color: #fff; }

.woocommerce-page .woocommerce-message::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LWo8L3RpdGxlPjxwYXRoIGQ9J000NDAuMDgsMzQxLjMxYy0xLjY2LTItMy4yOS00LTQuODktNS45My0yMi0yNi42MS0zNS4zMS00Mi42Ny0zNS4zMS0xMTgsMC0zOS05LjMzLTcxLTI3LjcyLTk1LTEzLjU2LTE3LjczLTMxLjg5LTMxLjE4LTU2LjA1LTQxLjEyYTMsMywwLDAsMS0uODItLjY3QzMwNi42LDUxLjQ5LDI4Mi44MiwzMiwyNTYsMzJzLTUwLjU5LDE5LjQ5LTU5LjI4LDQ4LjU2YTMuMTMsMy4xMywwLDAsMS0uODEuNjVjLTU2LjM4LDIzLjIxLTgzLjc4LDY3Ljc0LTgzLjc4LDEzNi4xNCwwLDc1LjM2LTEzLjI5LDkxLjQyLTM1LjMxLDExOC0xLjYsMS45My0zLjIzLDMuODktNC44OSw1LjkzYTM1LjE2LDM1LjE2LDAsMCwwLTQuNjUsMzcuNjJjNi4xNywxMywxOS4zMiwyMS4wNywzNC4zMywyMS4wN0g0MTAuNWMxNC45NCwwLDI4LTguMDYsMzQuMTktMjFBMzUuMTcsMzUuMTcsMCwwLDAsNDQwLjA4LDM0MS4zMVonLz48cGF0aCBkPSdNMjU2LDQ4MGE4MC4wNiw4MC4wNiwwLDAsMCw3MC40NC00Mi4xMyw0LDQsMCwwLDAtMy41NC01Ljg3SDE4OS4xMmE0LDQsMCwwLDAtMy41NSw1Ljg3QTgwLjA2LDgwLjA2LDAsMCwwLDI1Niw0ODBaJy8+PC9zdmc+"); }

.woocommerce-page .woocommerce-info::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LWg8L3RpdGxlPjxyZWN0IHg9JzQ4JyB5PSc2NCcgd2lkdGg9JzQxNicgaGVpZ2h0PSczODQnIHJ4PSc0OCcgcnk9JzQ4JyBzdHlsZT0nZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MzJweCcvPjxwYXRoIGQ9J00zOTcuODIsNjRIMTE0LjE4Qzc3LjY5LDY0LDQ4LDk0LjE1LDQ4LDEzMS4yVjE3Nkg2NGMwLTE2LDE2LTMyLDMyLTMySDQxNmMxNiwwLDMyLDE2LDMyLDMyaDE2VjEzMS4yQzQ2NCw5NC4xNSw0MzQuMzEsNjQsMzk3LjgyLDY0WicvPjwvc3ZnPg=="); }

.woocommerce-page .woocommerce-error li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-page .woocommerce-error li strong {
    font-weight: 600; }
    .woocommerce-page .woocommerce-error li strong:last-of-type {
      margin: 0 5px;
      font-weight: 700; }
  .woocommerce-page .woocommerce-error li a.button {
    margin-left: auto; }

.woocommerce-page .woocommerce-error::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LW08L3RpdGxlPjxwYXRoIGQ9J00yNTYsNDhDMTQxLjMxLDQ4LDQ4LDE0MS4zMSw0OCwyNTZzOTMuMzEsMjA4LDIwOCwyMDgsMjA4LTkzLjMxLDIwOC0yMDhTMzcwLjY5LDQ4LDI1Niw0OFptNzUuMzEsMjYwLjY5YTE2LDE2LDAsMSwxLTIyLjYyLDIyLjYyTDI1NiwyNzguNjNsLTUyLjY5LDUyLjY4YTE2LDE2LDAsMCwxLTIyLjYyLTIyLjYyTDIzMy4zNywyNTZsLTUyLjY4LTUyLjY5YTE2LDE2LDAsMCwxLDIyLjYyLTIyLjYyTDI1NiwyMzMuMzdsNTIuNjktNTIuNjhhMTYsMTYsMCwwLDEsMjIuNjIsMjIuNjJMMjc4LjYzLDI1NlonIGZpbGw9IiNmZjAwMDAiLz48L3N2Zz4="); }

.woocommerce-page .woocommerce-notice--success::before {
  width: 22px;
  height: 22px;
  left: 23px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LWU8L3RpdGxlPjxwYXRoIGQ9J00yNTYsNDhDMTQxLjMxLDQ4LDQ4LDE0MS4zMSw0OCwyNTZzOTMuMzEsMjA4LDIwOCwyMDgsMjA4LTkzLjMxLDIwOC0yMDhTMzcwLjY5LDQ4LDI1Niw0OFpNMzY0LjI1LDE4Ni4yOWwtMTM0LjQsMTYwYTE2LDE2LDAsMCwxLTEyLDUuNzFoLS4yN2ExNiwxNiwwLDAsMS0xMS44OS01LjNsLTU3LjYtNjRhMTYsMTYsMCwxLDEsMjMuNzgtMjEuNGw0NS4yOSw1MC4zMkwzMzkuNzUsMTY1LjcxYTE2LDE2LDAsMCwxLDI0LjUsMjAuNThaJyBmaWxsPSIjMzZhYjgwIi8+PC9zdmc+"); }

.woocommerce-store-notice,
p.demo_store {
  background-color: var(--colorPrimary, #f64e54);
  padding: 10px;
  font-size: 13px;
  position: fixed;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 9910;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

body.admin-bar .woocommerce-store-notice,
body.admin-bar p.demo_store {
  top: 32px; }
  @media (max-width: 782px) {
    body.admin-bar .woocommerce-store-notice,
    body.admin-bar p.demo_store {
      top: 46px; } }

/**
 * Products
 */
p.woocommerce-result-count, .woocommerce-page p.woocommerce-result-count {
  font-family: var(--menuFontFamily, Satisfy, cursive);
  font-size: 15px;
  margin-top: 15px; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 3% 2.992em 0;
  width: 22.7%; }

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0; }

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 30px;
  color: var(--colorTextMain, #484848);
  font-size: var(--bodyFontSize, 15px); }
  .woocommerce .woocommerce-breadcrumb a {
    color: var(--colorTextLight, #707070);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .woocommerce .woocommerce-breadcrumb a:hover {
      color: var(--colorPrimary, #f64e54); }

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 30px; }

.woocommerce span.onsale {
  min-width: 52px;
  left: 10px;
  right: auto;
  top: 10px;
  min-height: 28px;
  padding: 0;
  border-radius: 3px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--colorSecondary, #914669); }

.woocommerce ul.products li.product a img {
  border-radius: 6px; }

.woocommerce ul.products li.product .onsale {
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0; }

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0;
  margin: 0 0 8px;
  font-size: calc(var(--bodyFontSize, 15px) + 1px);
  font-weight: 700;
  font-family: var(--bodyFontFamily, Satisfy, cursive); }

.woocommerce ul.products li.product .star-rating {
  color: var(--colorSecondary, #914669);
  font-size: calc(var(--bodyFontSize, 15px) - 2px);
  width: 68px; }

.woocommerce ul.products li.product .price {
  color: var(--colorTextMain, #484848);
  font-size: var(--bodyFontSize, 15px); }
  .woocommerce ul.products li.product .price ins {
    padding: 0 3px;
    margin: 0;
    border: 0;
    text-decoration: none; }

.woocommerce div.product .out-of-stock {
  color: #dc746f; }

.woocommerce .woocommerce-ordering select {
  padding-right: 40px; }

.woocommerce button.button {
  font-weight: 400; }

.single-product .product .images, .woocommerce-page.woocommerce #content .product .images {
  margin-bottom: 0; }

.single-product .product .woocommerce-product-gallery__image, .woocommerce-page.woocommerce #content .product .woocommerce-product-gallery__image {
  border-radius: 6px; }

.single-product .product .woocommerce-product-gallery .flex-control-thumbs, .woocommerce-page.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs {
  position: relative;
  margin: 8px -8px -8px; }
  .single-product .product .woocommerce-product-gallery .flex-control-thumbs li, .woocommerce-page.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs li {
    padding: 8px; }
    .single-product .product .woocommerce-product-gallery .flex-control-thumbs li img, .woocommerce-page.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs li img {
      border-radius: 6px; }

.single-product .product .woocommerce-page-product-summary-wrapper, .woocommerce-page.woocommerce #content .product .woocommerce-page-product-summary-wrapper {
  display: block;
  overflow: hidden; }

.single-product .product .summary, .woocommerce-page.woocommerce #content .product .summary {
  margin-bottom: 0; }
  .single-product .product .summary .product_title, .woocommerce-page.woocommerce #content .product .summary .product_title {
    margin-bottom: 10px; }
  .single-product .product .summary .woocommerce-product-rating, .woocommerce-page.woocommerce #content .product .summary .woocommerce-product-rating {
    margin-bottom: 8px; }
    .single-product .product .summary .woocommerce-product-rating .star-rating, .woocommerce-page.woocommerce #content .product .summary .woocommerce-product-rating .star-rating {
      color: var(--colorSecondary, #914669);
      width: 79px; }
  .single-product .product .summary .price, .woocommerce-page.woocommerce #content .product .summary .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: var(--h2FontFamily, Poppins);
    font-size: var(--h2FontSize, 25px);
    font-weight: var(--h2FontWeight, 700);
    color: var(--h2Color, #262626);
    margin-top: 0;
    margin-bottom: 20px; }
    .single-product .product .summary .price del, .woocommerce-page.woocommerce #content .product .summary .price del {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      opacity: 1;
      color: var(--colorTextLighter, #707070);
      font-size: var(--h3FontSize, 19px);
      font-weight: 400; }
    .single-product .product .summary .price ins, .woocommerce-page.woocommerce #content .product .summary .price ins {
      margin: 0;
      padding: 0;
      border: 0;
      margin-right: 10px;
      text-decoration: none; }
  .single-product .product .summary .product_meta, .woocommerce-page.woocommerce #content .product .summary .product_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px 0 30px; }
    @media (max-width: 1024px) {
      .single-product .product .summary .product_meta, .woocommerce-page.woocommerce #content .product .summary .product_meta {
        padding-top: 10px; } }
    @media (max-width: 990px) {
      .single-product .product .summary .product_meta, .woocommerce-page.woocommerce #content .product .summary .product_meta {
        padding-bottom: 10px; } }
    @media (min-width: 768px) {
      .single-product .product .summary .product_meta, .woocommerce-page.woocommerce #content .product .summary .product_meta {
        padding: 0; } }
    .single-product .product .summary .product_meta .sku_wrapper, .woocommerce-page.woocommerce #content .product .summary .product_meta .sku_wrapper,
    .single-product .product .summary .product_meta .posted_in,
    .woocommerce-page.woocommerce #content .product .summary .product_meta .posted_in,
    .single-product .product .summary .product_meta .tagged_as,
    .woocommerce-page.woocommerce #content .product .summary .product_meta .tagged_as {
      color: var(--colorTextLight, #707070);
      margin-bottom: 15px; }
      .single-product .product .summary .product_meta .sku_wrapper .sku, .woocommerce-page.woocommerce #content .product .summary .product_meta .sku_wrapper .sku,
      .single-product .product .summary .product_meta .sku_wrapper a,
      .woocommerce-page.woocommerce #content .product .summary .product_meta .sku_wrapper a,
      .single-product .product .summary .product_meta .posted_in .sku,
      .woocommerce-page.woocommerce #content .product .summary .product_meta .posted_in .sku,
      .single-product .product .summary .product_meta .posted_in a,
      .woocommerce-page.woocommerce #content .product .summary .product_meta .posted_in a,
      .single-product .product .summary .product_meta .tagged_as .sku,
      .woocommerce-page.woocommerce #content .product .summary .product_meta .tagged_as .sku,
      .single-product .product .summary .product_meta .tagged_as a,
      .woocommerce-page.woocommerce #content .product .summary .product_meta .tagged_as a {
        font-weight: 600;
        color: var(--colorTextMain, #484848);
        text-transform: none;
        -webkit-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
      .single-product .product .summary .product_meta .sku_wrapper a:hover, .woocommerce-page.woocommerce #content .product .summary .product_meta .sku_wrapper a:hover,
      .single-product .product .summary .product_meta .posted_in a:hover,
      .woocommerce-page.woocommerce #content .product .summary .product_meta .posted_in a:hover,
      .single-product .product .summary .product_meta .tagged_as a:hover,
      .woocommerce-page.woocommerce #content .product .summary .product_meta .tagged_as a:hover {
        color: var(--colorTextMain, #484848);
        text-decoration: underline; }
  .single-product .product .summary .woocommerce-product-details__short-description:empty, .woocommerce-page.woocommerce #content .product .summary .woocommerce-product-details__short-description:empty,
  .single-product .product .summary .woocommerce-variation-description:empty,
  .woocommerce-page.woocommerce #content .product .summary .woocommerce-variation-description:empty {
    display: none; }
  .single-product .product .summary .woocommerce-product-details__short-description p, .woocommerce-page.woocommerce #content .product .summary .woocommerce-product-details__short-description p,
  .single-product .product .summary .woocommerce-variation-description p,
  .woocommerce-page.woocommerce #content .product .summary .woocommerce-variation-description p {
    margin-top: 0;
    margin-bottom: 15px; }
    .single-product .product .summary .woocommerce-product-details__short-description p:last-of-type, .woocommerce-page.woocommerce #content .product .summary .woocommerce-product-details__short-description p:last-of-type,
    .single-product .product .summary .woocommerce-variation-description p:last-of-type,
    .woocommerce-page.woocommerce #content .product .summary .woocommerce-variation-description p:last-of-type {
      margin-bottom: 0; }
  .single-product .product .summary .woocommerce-variation-description, .woocommerce-page.woocommerce #content .product .summary .woocommerce-variation-description {
    margin-bottom: 22px; }
  .single-product .product .summary .woocommerce-variation-price, .woocommerce-page.woocommerce #content .product .summary .woocommerce-variation-price {
    margin-bottom: 50px; }
    .single-product .product .summary .woocommerce-variation-price .price, .woocommerce-page.woocommerce #content .product .summary .woocommerce-variation-price .price {
      font-size: 1.25em;
      font-family: var(--bodyFontFamily, Satisfy, cursive); }
  .single-product .product .summary .stock, .woocommerce-page.woocommerce #content .product .summary .stock {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background-color: transparent; }
    .single-product .product .summary .stock.in-stock, .woocommerce-page.woocommerce #content .product .summary .stock.in-stock {
      color: #f64e54; }
    .single-product .product .summary .stock.out-of-stock, .woocommerce-page.woocommerce #content .product .summary .stock.out-of-stock {
      color: #ff0000; }
    .single-product .product .summary .stock.available-on-backorder, .woocommerce-page.woocommerce #content .product .summary .stock.available-on-backorder {
      color: #36ab80; }
  .single-product .product .summary form.cart, .woocommerce-page.woocommerce #content .product .summary form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0; }
    .single-product .product .summary form.cart.grouped_form, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 30px; }
      .single-product .product .summary form.cart.grouped_form .group_table, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table {
        table-layout: auto; }
        @media screen and (max-width: 767px) {
          .single-product .product .summary form.cart.grouped_form .group_table, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table {
            table-layout: auto; } }
        .single-product .product .summary form.cart.grouped_form .group_table tbody tr, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr {
          min-height: 49px; }
          .single-product .product .summary form.cart.grouped_form .group_table tbody tr:last-child, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr:last-child {
            margin-bottom: 0; }
          .single-product .product .summary form.cart.grouped_form .group_table tbody tr td, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td {
            vertical-align: middle;
            padding-bottom: 20px; }
            .single-product .product .summary form.cart.grouped_form .group_table tbody tr td:first-child, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td:first-child {
              width: inherit;
              text-align: left; }
            .single-product .product .summary form.cart.grouped_form .group_table tbody tr td .button, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td .button {
              cursor: pointer;
              color: #fff;
              line-height: 1;
              font-weight: 400;
              font-size: 13px;
              padding: 9px;
              height: auto;
              width: auto;
              border: 1px solid;
              border-radius: 6px;
              border-color: var(--colorPrimary, #f64e54);
              background: var(--colorPrimary, #f64e54);
              text-decoration: none;
              margin: 0;
              text-align: center; }
              .single-product .product .summary form.cart.grouped_form .group_table tbody tr td .button:hover, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td .button:hover {
                color: #fff;
                border-color: var(--colorPrimaryHover, #f53f46);
                background: var(--colorPrimaryHover, #f53f46); }
              .single-product .product .summary form.cart.grouped_form .group_table tbody tr td .button:active, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td .button:active, .single-product .product .summary form.cart.grouped_form .group_table tbody tr td .button:focus, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td .button:focus {
                color: #fff;
                border-color: var(--colorPrimaryHover, #f53f46);
                background: var(--colorPrimaryHover, #f53f46); }
            .single-product .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__label a, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__label a {
              font-weight: 600;
              color: var(--colorTextMain, #484848);
              text-decoration: none; }
            .single-product .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price {
              font-weight: 600;
              color: var(--colorTextMain, #484848);
              position: relative; }
              .single-product .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price ins, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price ins {
                border: 0;
                padding: 0;
                border-radius: 0; }
              .single-product .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price del, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price del {
                opacity: 1;
                color: var(--colorTextLighter, #707070);
                font-size: 15px;
                font-weight: 400;
                margin-right: 3px; }
              .single-product .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.out-of-stock, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.out-of-stock {
                color: #ff0000;
                font-weight: 600;
                font-size: 13px;
                position: absolute;
                left: 0;
                bottom: -1px;
                font-style: italic;
                margin: 0;
                padding: 0;
                border: 0;
                border-radius: 6px;
                background-color: transparent; }
              .single-product .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.available-on-backorder, .woocommerce-page.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.available-on-backorder {
                color: #36ab80;
                font-weight: 600;
                font-size: 13px;
                position: absolute;
                left: 0;
                bottom: auto;
                font-style: italic;
                margin: 0;
                padding: 0;
                border: 0;
                border-radius: 6px;
                background-color: transparent; }
    .single-product .product .summary form.cart p.stock.out-of-stock, .woocommerce-page.woocommerce #content .product .summary form.cart p.stock.out-of-stock,
    .single-product .product .summary form.cart p.stock.available-on-backorder,
    .woocommerce-page.woocommerce #content .product .summary form.cart p.stock.available-on-backorder {
      font-weight: 600;
      margin: 0;
      padding: 15px 20px;
      border: 1px solid;
      border-radius: 6px;
      background-color: #f7f7f7; }
    .single-product .product .summary form.cart p.stock.out-of-stock, .woocommerce-page.woocommerce #content .product .summary form.cart p.stock.out-of-stock {
      color: #ff0000; }
    
    .single-product .product .summary form.cart p.stock.available-on-backorder,
    .woocommerce-page.woocommerce #content .product .summary form.cart p.stock.available-on-backorder {
      color: #36ab80; }
    .single-product .product .summary form.cart.variations_form, .woocommerce-page.woocommerce #content .product .summary form.cart.variations_form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .single-product .product .summary form.cart .variations, .woocommerce-page.woocommerce #content .product .summary form.cart .variations {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-bottom: 24px; }
      .single-product .product .summary form.cart .variations tr, .woocommerce-page.woocommerce #content .product .summary form.cart .variations tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 16px; }
        .single-product .product .summary form.cart .variations tr td.label, .woocommerce-page.woocommerce #content .product .summary form.cart .variations tr td.label {
          min-width: 80px;
          padding-bottom: 0;
          text-transform: capitalize; }
        .single-product .product .summary form.cart .variations tr select, .woocommerce-page.woocommerce #content .product .summary form.cart .variations tr select {
          width: 230px;
          min-width: auto; }
    .single-product .product .summary form.cart .quantity, .woocommerce-page.woocommerce #content .product .summary form.cart .quantity {
      margin-right: 15px; }
      .single-product .product .summary form.cart .quantity input, .woocommerce-page.woocommerce #content .product .summary form.cart .quantity input {
        text-align: left;
        width: 100px;
        height: 48px;
        border-radius: 6px;
        border-width: 1px; }
      .single-product .product .summary form.cart .quantity .quantity-btn, .woocommerce-page.woocommerce #content .product .summary form.cart .quantity .quantity-btn {
        border-width: 1px; }
    .single-product .product .summary form.cart .single_add_to_cart_button, .woocommerce-page.woocommerce #content .product .summary form.cart .single_add_to_cart_button {
      font-size: 16px;
      padding: 0 28px;
      border-radius: 3px;
      min-height: 48px;
      border-color: var(--colorSecondary, #914669);
      background-color: var(--colorSecondary, #914669); }
      .single-product .product .summary form.cart .single_add_to_cart_button:hover, .woocommerce-page.woocommerce #content .product .summary form.cart .single_add_to_cart_button:hover, .single-product .product .summary form.cart .single_add_to_cart_button:focus, .woocommerce-page.woocommerce #content .product .summary form.cart .single_add_to_cart_button:focus {
        opacity: 0.9;
        outline: none; }
      .single-product .product .summary form.cart .single_add_to_cart_button.disabled:hover, .woocommerce-page.woocommerce #content .product .summary form.cart .single_add_to_cart_button.disabled:hover, .single-product .product .summary form.cart .single_add_to_cart_button.disabled:focus, .woocommerce-page.woocommerce #content .product .summary form.cart .single_add_to_cart_button.disabled:focus {
        opacity: 0.5; }

.single-product .product .woocommerce-tabs, .woocommerce-page.woocommerce #content .product .woocommerce-tabs {
  padding-top: 60px;
  margin-bottom: 70px; }
  .single-product .product .woocommerce-tabs ul.tabs, .woocommerce-page.woocommerce #content .product .woocommerce-tabs ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px; }
    .single-product .product .woocommerce-tabs ul.tabs:before, .woocommerce-page.woocommerce #content .product .woocommerce-tabs ul.tabs:before {
      display: none; }
    .single-product .product .woocommerce-tabs ul.tabs li, .woocommerce-page.woocommerce #content .product .woocommerce-tabs ul.tabs li {
      margin: 0 30px 0 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        .single-product .product .woocommerce-tabs ul.tabs li, .woocommerce-page.woocommerce #content .product .woocommerce-tabs ul.tabs li {
          margin-right: 20px; } }
      .single-product .product .woocommerce-tabs ul.tabs li a, .woocommerce-page.woocommerce #content .product .woocommerce-tabs ul.tabs li a {
        padding: 0 0 5px;
        font-weight: 400;
        color: var(--colorTextLight, #707070);
        font-family: var(--h3FontFamily, Poppins);
        font-size: var(--h3FontSize, 19px);
        line-height: 28px !important;
        -webkit-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
        .single-product .product .woocommerce-tabs ul.tabs li a:focus, .woocommerce-page.woocommerce #content .product .woocommerce-tabs ul.tabs li a:focus {
          outline: none; }
      .single-product .product .woocommerce-tabs ul.tabs li:hover a, .woocommerce-page.woocommerce #content .product .woocommerce-tabs ul.tabs li:hover a {
        color: var(--h3Color, #262626); }
      .single-product .product .woocommerce-tabs ul.tabs li.active, .woocommerce-page.woocommerce #content .product .woocommerce-tabs ul.tabs li.active {
        border-bottom: 3px solid var(--h3Color, #262626); }
        .single-product .product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page.woocommerce #content .product .woocommerce-tabs ul.tabs li.active a {
          color: var(--h3Color, #262626);
          font-weight: var(--h3FontWeight, 700); }
      .single-product .product .woocommerce-tabs ul.tabs li:before, .woocommerce-page.woocommerce #content .product .woocommerce-tabs ul.tabs li:before, .single-product .product .woocommerce-tabs ul.tabs li:after, .woocommerce-page.woocommerce #content .product .woocommerce-tabs ul.tabs li:after {
        display: none; }
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-bottom: 0; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel > h2, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
      display: none; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
      margin-top: 0;
      margin-bottom: 30px; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p:last-of-type, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p:last-of-type {
        margin-bottom: 0; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes {
      margin: 0;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item:nth-child(even), .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item:nth-child(even) {
          background-color: #f7f7f7; }
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item th, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item th,
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td,
        .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td {
          border: 0;
          background: transparent;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item th, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item th {
          font-weight: 700;
          text-transform: capitalize; }
        
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td,
        .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td {
          color: var(--colorTextLight, #707070); }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments {
      margin-top: 0; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments h2.woocommerce-Reviews-title, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments h2.woocommerce-Reviews-title {
        display: none; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .woocommerce-noreviews, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .woocommerce-noreviews {
        margin-top: 0;
        padding: 20px 26px;
        border-radius: 6px;
        border: 1px solid #e6e6e6;
        background-color: #f7f7f7;
        margin-bottom: 30px; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist {
        padding-left: 0; }
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container img.avatar, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container img.avatar {
            width: 60px;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: relative;
            top: auto;
            left: auto;
            background: transparent;
            border: 0; }
          .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            margin-left: 30px;
            padding: 0;
            border: 0; }
            .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .star-rating, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .star-rating {
              font-size: 13px;
              color: var(--colorSecondary, #914669); }
            .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta {
              margin: 5px 0 7px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              color: var(--colorTextLighter, #707070);
              font-size: calc(var(--bodyFontSize, 15px) - 1px); }
              .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
                color: var(--h4Color, #262626);
                font-size: var(--h4FontSize, 17px);
                text-transform: capitalize;
                font-weight: 700;
                margin-right: 4px; }
              .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__verified, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__verified {
                margin-left: 5px; }
              .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
                margin: 0 10px; }
            .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .description p, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .description p {
              font-size: 15px;
              color: var(--colorTextLight, #707070); }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond .comment-reply-title, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond .comment-reply-title {
      color: var(--h3Color, #262626);
      font-size: calc(var(--h3FontSize, 19px) + 1px);
      font-weight: var(--h3FontWeight, 700);
      padding-bottom: 15px;
      margin-bottom: 20px;
      border-bottom: 1px solid #e6e6e6;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating label {
      font-weight: 700;
      color: var(--colorTextDark, #262626);
      margin-bottom: 10px;
      display: block; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating .stars, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating .stars {
      display: inline-block; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating .stars a, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating .stars a {
        color: var(--colorSecondary, #914669); }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-notes, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-notes {
      margin-bottom: 20px; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label {
      font-weight: 700;
      color: var(--colorTextDark, #262626);
      margin-bottom: 10px;
      display: block; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 50%;
      padding-right: 15px;
      float: left; }
      @media screen and (max-width: 600px) {
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email {
          width: 100%;
          padding: 0; } }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email {
      padding-right: 0;
      padding-left: 15px;
      clear: right; }
      @media screen and (max-width: 600px) {
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email {
          padding: 0; } }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent {
      clear: both;
      padding-top: 5px;
      margin-bottom: 25px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label {
        cursor: pointer;
        color: var(--colorTextMain, #484848);
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 27px;
        -webkit-transition: color 0.2s ease;
        -o-transition: color 0.2s ease;
        transition: color 0.2s ease; }
        @media only screen and (max-width: 480px) {
          .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label {
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; } }
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label::before, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label::before, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label::before, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label::before, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label::before, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label::before {
          content: "";
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 17px;
          height: 17px;
          border-radius: 3px;
          border: 1px solid #e6e6e6;
          position: absolute;
          left: 0;
          -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
          -o-transition: border-color 0.2s ease, background-color 0.2s ease;
          transition: border-color 0.2s ease, background-color 0.2s ease; }
          @media only screen and (max-width: 480px) {
            .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label::before, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label::before, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label::before, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label::before, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label::before, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent label::before {
              top: 4px; } }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"], .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"], .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"], .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"], .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"], .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"] {
        width: auto;
        height: auto;
        display: none; }
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label {
          color: var(--colorTextDark, #262626); }
          .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label::before, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label::before, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label::before, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label::before, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label::before, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label::before {
            content: "";
            color: #fff;
            font-size: 26px;
            font-family: "Ionicons";
            border-color: #36ab80;
            background-color: #36ab80; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent:hover label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent:hover label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent:hover label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent:hover label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent:hover label, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent:hover label {
        color: var(--colorTextDark, #262626); }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit {
      margin-top: 20px;
      margin-bottom: 0; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit, .woocommerce-page.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit {
        cursor: pointer;
        padding: 15px 28px;
        font-weight: bold; }

.single-product .product .products > h2, .woocommerce-page.woocommerce #content .product .products > h2 {
  margin-bottom: -15px; }

.single-product .product .products ul.products, .woocommerce-page.woocommerce #content .product .products ul.products {
  margin-bottom: 0; }
  .single-product .product .products ul.products li.product, .woocommerce-page.woocommerce #content .product .products ul.products li.product {
    margin-top: 2.992em;
    margin-bottom: 0; }

.pswp {
  z-index: 9912; }

section.upsells ~ section.related {
  margin-top: 90px; }

.woocommerce div.product form.cart table td {
  padding: 0; }

/*--------------------------------------------------------------
# style for Woocommerce Pagination
--------------------------------------------------------------*/
.woocommerce-pagination ul.page-numbers, .woocommerce-page.woocommerce ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  padding: 0;
  border: 0;
  margin: 60px 0 0 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .woocommerce-pagination ul.page-numbers, .woocommerce-page.woocommerce ul.page-numbers {
      margin: 40px 0 0 0; } }
  .woocommerce-pagination ul.page-numbers li, .woocommerce-page.woocommerce ul.page-numbers li {
    border: 0;
    margin: 5px; }
    .woocommerce-pagination ul.page-numbers li:first-child, .woocommerce-page.woocommerce ul.page-numbers li:first-child {
      margin-left: 0; }
    .woocommerce-pagination ul.page-numbers li:last-child, .woocommerce-page.woocommerce ul.page-numbers li:last-child {
      margin-right: 0; }
    .woocommerce-pagination ul.page-numbers li span, .woocommerce-page.woocommerce ul.page-numbers li span,
    .woocommerce-pagination ul.page-numbers li a,
    .woocommerce-page.woocommerce ul.page-numbers li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0;
      width: 35px;
      height: 35px;
      color: var(--colorTextMain, #484848);
      border-radius: 3px;
      background-color: #f7f7f7;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      @media (min-width: 768px) {
        .woocommerce-pagination ul.page-numbers li span, .woocommerce-page.woocommerce ul.page-numbers li span,
        .woocommerce-pagination ul.page-numbers li a,
        .woocommerce-page.woocommerce ul.page-numbers li a {
          width: 30px;
          height: 30px;
          font-size: 13px; } }
      .woocommerce-pagination ul.page-numbers li span:focus, .woocommerce-page.woocommerce ul.page-numbers li span:focus,
      .woocommerce-pagination ul.page-numbers li a:focus,
      .woocommerce-page.woocommerce ul.page-numbers li a:focus {
        color: var(--colorTextMain, #484848);
        background-color: transparent; }
      .woocommerce-pagination ul.page-numbers li span:hover, .woocommerce-page.woocommerce ul.page-numbers li span:hover,
      .woocommerce-pagination ul.page-numbers li a:hover,
      .woocommerce-page.woocommerce ul.page-numbers li a:hover {
        color: var(--colorTextDark, #262626);
        background-color: #e6e6e6; }
      .woocommerce-pagination ul.page-numbers li span.current, .woocommerce-page.woocommerce ul.page-numbers li span.current,
      .woocommerce-pagination ul.page-numbers li a.current,
      .woocommerce-page.woocommerce ul.page-numbers li a.current {
        color: #fff;
        background-color: var(--colorSecondary, #914669); }
      .woocommerce-pagination ul.page-numbers li span.next, .woocommerce-page.woocommerce ul.page-numbers li span.next, .woocommerce-pagination ul.page-numbers li span.prev, .woocommerce-page.woocommerce ul.page-numbers li span.prev,
      .woocommerce-pagination ul.page-numbers li a.next,
      .woocommerce-page.woocommerce ul.page-numbers li a.next,
      .woocommerce-pagination ul.page-numbers li a.prev,
      .woocommerce-page.woocommerce ul.page-numbers li a.prev {
        padding: 0 15px;
        width: auto;
        min-width: 35px;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 768px) {
          .woocommerce-pagination ul.page-numbers li span.next, .woocommerce-page.woocommerce ul.page-numbers li span.next, .woocommerce-pagination ul.page-numbers li span.prev, .woocommerce-page.woocommerce ul.page-numbers li span.prev,
          .woocommerce-pagination ul.page-numbers li a.next,
          .woocommerce-page.woocommerce ul.page-numbers li a.next,
          .woocommerce-pagination ul.page-numbers li a.prev,
          .woocommerce-page.woocommerce ul.page-numbers li a.prev {
            padding: 0 13px; } }

.woocommerce-page #content .woocommerce .woocommerce-MyAccount-navigation {
  border: 0;
  max-width: 320px; }
  @media (max-width: 990px) {
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-navigation {
      max-width: none;
      margin-bottom: 40px;
      width: 100%; } }
  @media (min-width: 768px) {
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-navigation {
      margin-bottom: 30px; } }
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0; }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-navigation ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
      .woocommerce-page #content .woocommerce .woocommerce-MyAccount-navigation ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 14px 15px;
        padding-right: 20px;
        border: 0;
        color: var(--colorTextMain, #484848);
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
        text-decoration: none; }
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-page #content .woocommerce .woocommerce-MyAccount-navigation ul li a:focus {
          outline: none;
          color: var(--colorTextDark, #262626);
          font-weight: 600; }
      .woocommerce-page #content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
        color: var(--colorTextDark, #262626);
        border-left: 3px solid var(--colorSecondary, #914669);
        background-color: #f7f7f7; }
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
          font-weight: 700; }

@media (max-width: 990px) {
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content {
    width: 100%; } }

.woocommerce-page #content .woocommerce .woocommerce-MyAccount-content > p {
  color: var(--colorTextMain, #484848); }
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content > p a {
    color: var(--colorTextMain, #484848);
    font-weight: 600;
    text-decoration: underline; }

@media (min-width: 768px) {
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
    line-height: 2; } }

@media (min-width: 768px) {
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Message::before {
    top: 44px; } }

@media (max-width: 990px) {
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Message {
    padding-left: 60px; }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Message::before {
      top: 33px; } }

@media (max-width: 767px) {
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Message::before {
    top: 44px; } }

@media (max-width: 575px) {
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Message::before {
      top: 33px; }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
      margin-left: 0;
      margin-top: 15px; } }

.woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders,
.woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads,
.woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  table-layout: inherit; }
  @media screen and (min-width: 768px) {
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders thead,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads thead,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
      display: table-header-group; } }
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders thead tr,
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads thead tr,
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr {
    background-color: #f6f7f6; }
    @media screen and (min-width: 768px) {
      .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders thead tr,
      .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads thead tr,
      .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr {
        display: table-row; } }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders thead tr th,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads thead tr th,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr th {
      padding: 20px;
      font-size: var(--bodyFontSize, 15px); }
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody,
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody,
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody {
    display: table-row-group; }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr {
      border-bottom: 1px solid #e6e6e6; }
      @media screen and (min-width: 768px) {
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr {
          display: table-row; } }
      @media (max-width: 767px) {
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr {
          margin-bottom: 15px;
          padding: 10px 0;
          border-radius: 6px; }
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr.woocommerce-orders-table__row,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr.woocommerce-orders-table__row,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr.woocommerce-orders-table__row {
            border: 1px solid #e6e6e6; } }
      .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td,
      .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td,
      .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td {
        text-align: left;
        border: 0;
        padding: 20px;
        background-color: #fff; }
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td.woocommerce-orders-table__cell {
          font-weight: 400;
          font-size: var(--bodyFontSize, 15px); }
        @media screen and (min-width: 768px) {
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td {
            display: table-cell; }
            .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td:not(.actions),
            .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td:not(.actions),
            .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td:not(.actions) {
              text-align: left !important; }
            .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td::before,
            .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td::before,
            .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td::before {
              display: none; } }
        @media (max-width: 767px) {
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td {
            padding: 10px 16px;
            font-size: 16px;
            line-height: 1.8; }
            .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td:before,
            .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td:before,
            .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td:before {
              font-size: 15px;
              padding-right: 10px; } }
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button.alt,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button.alt,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button.alt {
          cursor: pointer;
          color: #fff;
          line-height: 1;
          font-weight: 400;
          font-size: 15px;
          height: auto;
          padding: 11px 16px;
          border: 1px solid;
          border-radius: 3px;
          border-color: var(--colorSecondary, #914669);
          background: var(--colorSecondary, #914669);
          margin-left: auto; }
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button:hover,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button.alt:hover,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button:hover,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button.alt:hover,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button:hover,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button.alt:hover {
            opacity: 0.9; }
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button:active, .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button:focus,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button.alt:active,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button.alt:focus,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button:active,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button:focus,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button.alt:active,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button.alt:focus,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button:active,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button:focus,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button.alt:active,
          .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button.alt:focus {
            opacity: 0.9; }
      @media screen and (min-width: 768px) {
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr:last-child,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr:last-child,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr:last-child {
          border-bottom: 0; } }
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tfoot th,
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tfoot td,
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tfoot th,
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tfoot td,
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
    padding: 20px; }

.woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title.title a,
.woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-Address-title.title a {
  font-weight: 700;
  text-decoration: underline;
  color: var(--colorSecondary, #914669);
  margin-left: 15px;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out; }

.woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address,
.woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
  font-style: italic;
  border-radius: 6px; }
  @media (min-width: 768px) {
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
      margin-bottom: 30px; } }

.woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account span {
  display: inline-block;
  margin-top: 10px;
  line-height: 1.4; }
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account span em {
    color: #707070; }

.woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account,
.woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px; }
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row,
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
    padding: 0;
    margin-bottom: 15px; }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row label,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row label {
      font-size: 15px;
      font-weight: 600;
      color: var(--colorTextMain, #484848);
      margin-bottom: 7px; }
      .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row label .required,
      .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row label .required {
        color: var(--colorTextMain, #484848); }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row#billing_address_1_field,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row#billing_address_1_field {
      margin-bottom: 10px; }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row.form-row-first,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-first {
      width: 50%;
      padding-right: 15px; }
      @media screen and (max-width: 900px) {
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row.form-row-first,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-first {
          padding-right: 10px; } }
      @media screen and (max-width: 768px) {
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row.form-row-first,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-first {
          width: 100%;
          padding: 0; } }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row.form-row-last,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-last {
      width: 50%;
      padding-left: 15px; }
      @media screen and (max-width: 900px) {
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row.form-row-last,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-last {
          padding-left: 10px; } }
      @media screen and (max-width: 768px) {
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row.form-row-last,
        .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-last {
          width: 100%;
          padding: 0; } }
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset,
  .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper fieldset {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    margin: 30px 0 10px;
    padding-left: 20px;
    padding-right: 20px; }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset legend,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper fieldset legend {
      font-size: 16px;
      font-weight: 600;
      padding: 0 10px;
      margin-bottom: 15px; }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset .form-row span,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper fieldset .form-row span {
      margin: 0; }
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset .form-row .woocommerce-password-strength,
    .woocommerce-page #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper fieldset .form-row .woocommerce-password-strength {
      font-size: 15px;
      margin-top: 6px;
      padding: 7px 15px;
      font-weight: 600; }

.woocommerce-page #content .woocommerce form.woocommerce-form-login.login, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid var(--colorPrimary, #f64e54);
  border-radius: 12px;
  max-width: 600px; }
  .woocommerce-page #content .woocommerce form.woocommerce-form-login.login > p:not(.form-row), .woocommerce-page #content .woocommerce form.woocommerce-form-register.register > p:not(.form-row) {
    font-size: 15px;
    color: var(--colorTextMain, #484848);
    margin: 0 0 15px; }
  .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .woocommerce-privacy-policy-text p:not(.form-row), .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .woocommerce-privacy-policy-text p:not(.form-row) {
    font-size: 15px;
    color: var(--colorTextMain, #484848);
    margin: 0 0 20px; }
  .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password a, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .woocommerce-LostPassword.lost_password a {
    font-size: 14px;
    color: #707070;
    margin-left: 2px;
    text-decoration: underline;
    outline: none; }
    .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password a:hover, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .woocommerce-LostPassword.lost_password a:hover {
      color: #484848; }
  .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .form-row, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px; }
    .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .form-row label, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .form-row label {
      font-size: 15px;
      font-weight: 600;
      color: var(--colorTextMain, #484848);
      margin-bottom: 7px; }
      .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .form-row label .required, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .form-row label .required {
        color: var(--colorTextMain, #484848); }
    .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .form-row .woocommerce-form-login__submit, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .form-row .woocommerce-form-login__submit {
      margin-right: 0;
      min-height: 48px; }
    .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .form-row select, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .form-row select {
      border-width: 1px;
      background-color: #f7f7f7;
      height: 48px; }
    .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .form-row input, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .form-row input {
      background-color: #f7f7f7;
      border-radius: 3px;
      height: 48px; }
    .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .form-row label.woocommerce-form__label-for-checkbox, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .form-row label.woocommerce-form__label-for-checkbox {
      margin: 10px 0;
      font-weight: 400; }
      .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"], .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"] {
        display: none; }
      .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .form-row label.woocommerce-form__label-for-checkbox span, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .form-row label.woocommerce-form__label-for-checkbox span {
        position: relative;
        cursor: pointer;
        padding: 0;
        padding-left: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 15px; }
        .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .form-row label.woocommerce-form__label-for-checkbox span:before, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .form-row label.woocommerce-form__label-for-checkbox span:before {
          content: "";
          margin-right: 10px;
          display: inline-block;
          vertical-align: text-top;
          width: 18px;
          height: 18px;
          background: transparent;
          border: 1px solid var(--colorPrimary, #f64e54);
          border-radius: 3px;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:before, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:before {
        background: var(--colorPrimary, #f64e54); }
      .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:after, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:after {
        content: "";
        position: absolute;
        left: 4px;
        top: 50%;
        margin-top: -1px;
        background: white;
        width: 2px;
        height: 2px;
        -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
                box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
  .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #e6e6e6;
    position: relative; }
    .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block::before, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block::before {
      content: "Or";
      position: absolute;
      top: -23px;
      font-size: 24px;
      font-weight: 600;
      background-color: #fff;
      padding: 0 10px;
      display: inline-block; }
    .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block .nsl-container-buttons, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block .nsl-container-buttons {
      width: 100%; }
      .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block .nsl-container-buttons a, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block .nsl-container-buttons a {
        max-width: 100%; }
        .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button {
          border-radius: 6px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button .nsl-button-label-container, .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button .nsl-button-label-container {
            line-height: inherit;
            -webkit-box-flex: inherit;
                -ms-flex: inherit;
                    flex: inherit; }
        .woocommerce-page #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button-google[data-skin="light"], .woocommerce-page #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button-google[data-skin="light"] {
          border-radius: 6px; }

.woocommerce-page.woocommerce-lost-password .woocommerce-ResetPassword p,
.woocommerce-page.woocommerce-lost-password .lost_reset_password p {
  font-size: 15px;
  color: var(--colorTextMain, #484848);
  margin: 0 0 15px; }

.woocommerce-page.woocommerce-lost-password .woocommerce-ResetPassword .form-row,
.woocommerce-page.woocommerce-lost-password .lost_reset_password .form-row {
  margin-bottom: 15px; }
  .woocommerce-page.woocommerce-lost-password .woocommerce-ResetPassword .form-row label,
  .woocommerce-page.woocommerce-lost-password .lost_reset_password .form-row label {
    font-size: 15px;
    font-weight: 600;
    color: var(--menuTextColor, #484848);
    margin-bottom: 7px; }
  .woocommerce-page.woocommerce-lost-password .woocommerce-ResetPassword .form-row input,
  .woocommerce-page.woocommerce-lost-password .lost_reset_password .form-row input {
    background-color: #f7f7f7;
    height: 48px; }

.woocommerce {
  /*--------------------------------------------------------------
  # style for widget layered nav list
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for price filter
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for product list widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for rating filter
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for recent reviews
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for widget product search
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for product tag cloud
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for woocommerce product search
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for product categories
  --------------------------------------------------------------*/ }
  .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
    display: none; }
  .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:hover {
    color: var(--colorPrimary, #f64e54); }
  .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > span {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .woocommerce .widget_price_filter .price_slider_wrapper {
    padding-top: 5px; }
    .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
      background-color: #e6e6e6; }
  .woocommerce .widget_price_filter .price_slider {
    margin-bottom: 20px; }
  .woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 48px; }
    .woocommerce .widget_price_filter .price_slider_amount .button {
      font-size: var(--bodyFontSize, 15px);
      min-height: 41px; }
  .woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-right: 0; }
    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
      position: absolute;
      z-index: 2;
      width: 1em;
      height: 1em;
      cursor: ew-resize;
      outline: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      opacity: 1;
      background-color: #969696;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
        margin-left: -1em; }
      .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
        background-color: #484848;
        -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }
    .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
      position: absolute;
      z-index: 1;
      display: block;
      border: 0;
      background-color: #e6e6e6; }
  .woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 0.5em; }
    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
      height: 100%; }
  .woocommerce ul.product_list_widget li {
    position: relative;
    padding: 0;
    padding-left: 80px;
    min-height: 64px; }
    .woocommerce ul.product_list_widget li::before {
      display: none; }
    .woocommerce ul.product_list_widget li + li {
      margin-top: 20px; }
    .woocommerce ul.product_list_widget li img {
      position: absolute;
      float: none;
      width: 64px;
      left: 0;
      margin: 0;
      top: 50%;
      border-radius: 6px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .woocommerce ul.product_list_widget li .product-title {
      position: relative;
      top: -4px;
      font-size: var(--bodyFontSize, 15px);
      color: var(--colorTextDark, #262626);
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .woocommerce ul.product_list_widget li a:hover .product-title {
      color: var(--colorPrimary, #f64e54); }
    .woocommerce ul.product_list_widget li .woocommerce-Price-amount,
    .woocommerce ul.product_list_widget li .reviewer {
      font-size: calc(var(--bodyFontSize, 15px) - 1px); }
    .woocommerce ul.product_list_widget li .star-rating {
      color: var(--colorSecondary, #914669);
      font-size: calc(var(--bodyFontSize, 15px) - 3px); }
      .woocommerce ul.product_list_widget li .star-rating + .reviewer,
      .woocommerce ul.product_list_widget li .star-rating + .woocommerce-Price-amount {
        display: inline-block;
        margin-top: 8px; }
  .woocommerce .widget_products ul.product_list_widget {
    padding-top: 3px; }
  .woocommerce .widget_top_rated_products ul.product_list_widget {
    padding-top: 3px; }
  .woocommerce .widget_rating_filter .wc-layered-nav-rating a {
    color: var(--colorSecondary, #914669);
    font-size: calc(var(--bodyFontSize, 15px) - 1px); }
  .woocommerce .widget_recent_reviews ul.product_list_widget li + li {
    margin-top: 20px; }
  .woocommerce .widget_product_search button[type="submit"] {
    border-color: var(--colorSecondary, #914669);
    background-color: var(--colorSecondary, #914669); }
  .woocommerce .widget_product_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px; }
    .woocommerce .widget_product_tag_cloud .tagcloud a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 7px 15px;
      margin-left: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 15px !important;
      line-height: 1.4;
      text-transform: capitalize;
      border: 1px solid rgba(246, 78, 84, 0.25);
      color: var(--colorPrimary, #f64e54);
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      margin-top: 10px;
      border-radius: 6px; }
      .woocommerce .widget_product_tag_cloud .tagcloud a:hover {
        color: #fff;
        background-color: var(--colorPrimary, #f64e54);
        border-color: var(--colorPrimary, #f64e54); }
  .woocommerce .woocommerce-product-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .woocommerce .woocommerce-product-search .search-field {
      width: 100%;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: 0; }
    .woocommerce .woocommerce-product-search button[type="submit"] {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-color: var(--colorSecondary, #914669);
      background-color: var(--colorSecondary, #914669);
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .woocommerce .woocommerce-product-search button[type="submit"]:hover, .woocommerce .woocommerce-product-search button[type="submit"]:focus {
        opacity: 0.85;
        border-color: var(--colorSecondary, #914669);
        background-color: var(--colorSecondary, #914669); }
  .woocommerce .widget_product_categories .product-categories li::before {
    width: 10px;
    height: 1px;
    top: 13px; }
  .woocommerce .widget_product_categories .product-categories li a {
    -webkit-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease; }
  .woocommerce .widget_product_categories .product-categories li a:hover {
    color: var(--colorPrimary, #f64e54); }

