/*!
Theme Name: acaartheme
Theme URI: http://underscores.me/
Author: ACAART
Author URI: https://acaart.com
Description: Description
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acaartheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #707070;
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

body.rtl button,
body.rtl input,
body.rtl select,
body.rtl optgroup,
body.rtl textarea {
  font-family: "Neo Sans Medium", "Helvetica Neue", sans-serif;
}

p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: right;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
}

body.rtl {
  font-family: "Neo Sans Medium", "Helvetica Neue", sans-serif;
}

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

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #23282c;
  text-decoration: none;
}
a:visited {
  color: #181b1e;
}
a:hover, a:focus, a:active {
  color: #3a4248;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 1px solid transparent;
  border-radius: 3px;
  background: #aa8553;
  color: #fff;
  line-height: 1;
  padding: 15px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 12px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #23282c;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #3a4248;
}

.cbs-form-summary .cbs-button {
  background-color: #fff;
}

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-color: #23282c;
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 6px;
  max-width: 100%;
  font-size: 12px;
}
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 {
  color: #111;
}

select {
  padding: 10px 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
}

textarea {
  padding: 10px 6px;
  width: 100%;
}

button:focus,
input:focus {
  outline: 0 !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fbfbfb;
}

.site-content {
  flex: 1 0 auto;
}
.site-content .site-main {
  padding: 15px 0;
}
.container {
  width: 100vw;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.homepageheader {
  top: 0;
  padding: 0;
  height: 90vh;
  min-height: 750px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
}
@media (max-width: 991px) {
  .homepageheader {
    height: 70vh;
    min-height: 550px;
  }
}
.homepageheader::after {
  z-index: 2;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(251, 251, 251) 0%, rgb(251, 251, 251) 15%, rgba(0, 0, 0, 0) 70%);
}

.header-site {
  background-color: white;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  position: relative;
  z-index: 999999;
}
@media (min-width: 992px) {
  .site-header {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.site-header .site-branding img {
  height: 70px;
  width: auto;
}
@media (max-width: 991px) {
  .site-header .site-branding img {
    height: 40px;
  }
}
.site-header #site-navigation {
  flex: 1;
}
.site-header .callaction a {
  display: inline-block;
  font-size: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 30px;
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  transition: all 100ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.site-header .callaction a:hover {
  transform: translate3d(1px, 0px, 0px);
  transform-style: preserve-3d;
}
@media (max-width: 991px) {
  .site-header .callaction a {
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 11px;
  }
}
.site-header .callaction a:not(.opc-changelang) {
  background-color: #23282c;
  padding: 15px 40px;
}
.site-header .callaction a.opc-changelang {
  background-color: #b39164;
  padding: 15px 25px;
}

.headerhom-content {
  position: relative;
  z-index: 9999;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5%;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media (max-width: 768px) {
  .headerhom-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .headerhom-content .headerhom-content__img {
    display: none;
    order: 0;
    text-align: center;
  }
  .headerhom-content .headerhom-content__img img {
    width: 80%;
  }
  .headerhom-content .headerhom-content__text {
    order: 1;
  }
}
@media (max-width: 575px) {
  .headerhom-content {
    margin-top: 8%;
    grid-template-columns: repeat(1, 1fr);
  }
  .headerhom-content .headerhom-content__img {
    order: 0;
    text-align: center;
  }
  .headerhom-content .headerhom-content__img img {
    width: 80%;
  }
  .headerhom-content .headerhom-content__text {
    order: 1;
  }
}
@media (max-width: 991px) {
  .headerhom-content {
    margin-top: 10%;
    grid-template-columns: repeat(1, 1fr);
  }
  .headerhom-content .headerhom-content__img {
    order: 0;
    text-align: center;
  }
  .headerhom-content .headerhom-content__img img {
    width: 90%;
  }
  .headerhom-content .headerhom-content__text {
    order: 1;
  }
}
.headerhom-content .headerhom-content__text {
  color: #23282c;
}
.headerhom-content .headerhom-content__text h1,
.headerhom-content .headerhom-content__text h2,
.headerhom-content .headerhom-content__text h3,
.headerhom-content .headerhom-content__text h4,
.headerhom-content .headerhom-content__text h5,
.headerhom-content .headerhom-content__text h6 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .headerhom-content .headerhom-content__text h1,
  .headerhom-content .headerhom-content__text h2,
  .headerhom-content .headerhom-content__text h3,
  .headerhom-content .headerhom-content__text h4,
  .headerhom-content .headerhom-content__text h5,
  .headerhom-content .headerhom-content__text h6 {
    font-size: 21px;
  }
}
.headerhom-content .headerhom-content__text p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .headerhom-content .headerhom-content__text p {
    font-size: 16px;
  }
}
.headerhom-content .headerhom-content__text a {
  line-height: 42px;
  font-size: 17px;
  color: #23282c;
}
.headerhom-content .headerhom-content__text a span,
.headerhom-content .headerhom-content__text a i {
  color: #fff;
  font-size: 16px;
  margin-right: 4px;
  border-radius: 50%;
  display: inline-block;
  line-height: 44px;
  height: 44px;
  width: 44px;
  background-color: #b39164;
  animation: bombi infinite 1s;
  transform-style: preserve-3d;
}

@media (max-width: 37.438em) {
  .card-header {
    position: absolute;
    top: 30px;
    right: 60px;
  }
}
@media (max-width: 37.438em) {
  #site-navigation,
  .main-navigation {
    width: auto;
    position: fixed;
    top: 34px;
    right: 10px;
    z-index: 999999;
  }
}

.fixheader {
  transition: all 400ms cubic-bezier(0.66, 0.01, 0.52, 1);
  z-index: 9999999;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
}
.fixheader .site-header .site-branding img {
  height: 60px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .fixheader .site-header .site-branding img {
    height: 45px;
  }
}
.fixheader .site-header #site-navigation {
  flex: 1;
}
.fixheader .site-header .card-header {
  flex: 0;
}
@media (max-width: 37.438em) {
  .fixheader .card-header {
    top: 15px;
  }
}
@media (max-width: 37.438em) {
  .fixheader #site-navigation,
  .fixheader .main-navigation {
    top: 26px;
  }
}

@keyframes bombi {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  background-color: rgba(13, 12, 12, 0.8);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(35, 40, 44, 0.4));
  border-radius: 5px;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  width: 200px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  display: block;
  padding: 10px 20px;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}
.main-navigation li {
  position: relative;
  padding: 10px 10px;
}
.main-navigation li::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  bottom: 0px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  width: 0%;
  background-color: #b39164;
  transition: width 300ms ease-in-out;
}
.main-navigation li:hover::after {
  width: 100%;
  transition: width 300ms ease-in-out;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #707070;
  font-size: 14px;
  font-weight: 600;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #707070;
}

/* Small menu. */
.menu-toggle .menu-item-has-children:hover .sub-menu,
.main-navigation.toggled .menu-item-has-children:hover .sub-menu {
  display: block;
  width: 100%;
}
.menu-toggle ul,
.main-navigation.toggled ul {
  display: none;
}

@media (max-width: 37.438em) {
  .menu-menu-home-container {
    display: none;
    visibility: hidden;
    transform: translateX(100vw);
    transition: all ease-in-out 0.3s;
  }
  .toggled .menu-menu-home-container {
    visibility: visible;
    transform: translateX(0);
  }
}
.main-navigation.toggled .menu-menu-home-container {
  width: 104vw;
  height: 100vh;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background-color: #0d0c0c;
}

.menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  height: 48px;
  width: 48px;
  border-radius: 48px;
  background-color: #b39164;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 999999;
}
.menu-toggle span {
  width: 24px;
  height: 2px;
  display: block;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}
.menu-toggle span::after, .menu-toggle span::before {
  content: "";
  width: 24px;
  height: 2px;
  display: block;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.menu-toggle span::after {
  transform: translateY(4px);
}
.menu-toggle span::before {
  transform: translateY(-6px);
}
.toggled .menu-toggle span {
  background-color: transparent;
}
.toggled .menu-toggle span:after {
  transform: rotate(45deg) translateY(-1px);
}
.toggled .menu-toggle span::before {
  transform: rotate(-45deg) translateY(1px);
}

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

@media (max-width: 37.438em) {
  #primary-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    z-index: 999996;
    text-align: left;
  }
  #primary-menu li {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  }
  #primary-menu li:last-child {
    border-width: 0;
  }
  #primary-menu li a {
    font-size: 15px;
    padding: 10px 0;
    color: #fff;
  }
  #primary-menu ul {
    border-left: 3px solid rgba(35, 40, 44, 0.2);
    margin-top: 10px;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
  }
  #primary-menu ul li:last-child {
    border-width: 0;
  }
}

.acaart-breadcrumb {
  margin-top: -20px;
  z-index: 1;
}
.acaart-breadcrumb .rank-math-breadcrumb {
  padding: 10px 0;
  font-size: 11px;
  color: #a8a8a8;
}
.acaart-breadcrumb .rank-math-breadcrumb a {
  color: #a8a8a8;
  text-decoration: none;
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  font-weight: 300;
}
.acaart-breadcrumb .rank-math-breadcrumb p {
  margin: 0;
}
.acaart-breadcrumb .rank-math-breadcrumb .separator {
  padding: 0 5px;
}
.acaart-breadcrumb .rank-math-breadcrumb .last {
  font-weight: bold;
}

body.rtl .acaart-breadcrumb .rank-math-breadcrumb a {
  font-family: "Neo Sans Light", "Helvetica Neue", sans-serif;
}

.header-site .card-header > ul.site-header-cart {
  list-style: none;
}
.header-site .card-header > ul.site-header-cart > li:first-child {
  position: relative;
}
.header-site .card-header > ul.site-header-cart > li:first-child::before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M13.5 21c-.276 0-.5-.224-.5-.5s.224-.5.5-.5.5.224.5.5-.224.5-.5.5m0-2c-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5-.672-1.5-1.5-1.5m-6 2c-.276 0-.5-.224-.5-.5s.224-.5.5-.5.5.224.5.5-.224.5-.5.5m0-2c-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5-.672-1.5-1.5-1.5m16.5-16h-2.964l-3.642 15h-13.321l-4.073-13.003h19.522l.728-2.997h3.75v1zm-22.581 2.997l3.393 11.003h11.794l2.674-11.003h-17.861z"/></svg>');
  background-size: 30px 30px;
}
.header-site .card-header > ul.site-header-cart > li:first-child .cart-contents {
  text-decoration: none;
  position: absolute;
  top: 0px;
  left: 10px;
  background-color: #e74c3c;
  font-size: 10px;
  color: #fff;
  border-radius: 67% 33% 70% 30%/23% 73% 27% 77%;
}
.header-site .card-header > ul.site-header-cart > li:first-child .cart-contents .amount {
  display: none;
}
.header-site .card-header > ul.site-header-cart > li:first-child .cart-contents .count {
  padding: 5px 3px;
}
.header-site .card-header .widget_shopping_cart .cart_list li a.remove {
  color: #1c2c21;
}
.header-site .card-header .widget_shopping_cart_content a {
  text-decoration: none;
  color: #707070;
}
.header-site .card-header .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  text-align: center;
}
.header-site .card-header .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
  font-size: 10px;
  color: #fff;
  padding: 10px 10px;
}
.header-site .card-header .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:hover {
  background: #010101 !important;
}

.card-header .aca__wishlist {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  float: right;
  margin-right: 6px;
}
.card-header .aca__wishlist::before {
  transform: translateY(3px);
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("");
  background-size: 20px 20px;
}

.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
  width: 200px;
  left: -172px !important;
  background: #fff;
  padding: 10px;
  font-size: 12px;
  top: calc(100% + 3px);
}

/* Footer
--------------------------------------------- */
.site-footer {
  border-top: 1px solid #fff;
  background-color: #23282c;
  color: #fbfbfb;
  padding: 50px 0;
}
.site-footer .footer-copyright {
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 50px;
  color: #a8a8a8;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .site-footer .footer-copyright {
    flex-direction: row;
  }
}
.site-footer .footer-copyright .footer-copyright_content {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .site-footer .footer-copyright .footer-copyright_content {
    margin-bottom: 0;
  }
}
.site-footer .footer-copyright .footer-copyright_content span.dashicons {
  font-size: 14px;
  line-height: 20px;
  color: #e74c3c;
  animation: zoominout infinite 800ms;
}
.site-footer .footer-copyright .footer-copyright_content a {
  text-decoration: none;
  color: #fff;
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
}
.site-footer .footer-copyright .paymentnav img {
  height: 40px;
  margin-right: 5px;
}
.site-footer .footer-copyright .paymentnav img:last-child {
  margin-right: 0;
}
.site-footer .footer-copyright .paymentnav img:hover {
  filter: grayscale(0);
}
.site-footer .footer-copyright .paymentnav span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid rgba(112, 112, 112, 0.1);
}
@media (max-width: 768px) {
  .site-footer .footer-copyright .paymentnav span {
    padding-right: 0;
    margin-right: 0;
    border-right: 0 none;
  }
}

.site-info {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #fbfbfb;
  font-size: 14px;
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  font-weight: 300;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .site-info {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .site-info {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.site-info .footer-about {
  clear: both;
  display: flex;
  align-items: right;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .site-info .footer-about {
    flex: 1 0 100%;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .site-info .footer-about {
    padding-right: 30px;
    flex: 2 1 0;
  }
}
@media (min-width: 1200px) {
  .site-info .footer-about {
    padding-right: 30px;
    flex: 2 1 0;
    margin-bottom: 0;
  }
}
.site-info .footer-about .logo-footer {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .site-info .footer-about .logo-footer {
    margin-bottom: 20px;
    margin-right: 30px;
  }
}
.site-info .footer-about .logo-footer img {
  width: 120px;
}
.site-info .footer-about .info-footer p {
  margin-top: 0;
  font-weight: 300;
  font-size: 14px;
}
.site-info .footer-about .footer-in {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.site-info .footer-about .footer-in .footer-in-icon {
  margin-right: 10px;
}
.site-info .footer-about .footer-in .footer-in-icon span {
  font-size: 20px;
}
.site-info .footer-about .footer-in .footer-in-details span {
  display: block;
}
.site-info .footer-about .footer-in .footer-in-details a {
  color: #fbfbfb;
  text-decoration: none;
}
.site-info .footer-about .footer-in:last-child {
  margin-bottom: 0;
}
.site-info .footer-about-contact {
  position: relative;
  flex: 1 1 0;
  margin-bottom: 30px;
}
.site-info .footer-about-contact:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .site-info .footer-about-contact {
    margin-bottom: 0;
  }
}
.site-info .footer-about-contact h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Neo Sans Medium", "Helvetica Neue", sans-serif;
}
.site-info .footer-about-contact span {
  display: block;
}
.site-info .socialmedia a {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid rgba(112, 112, 112, 0.1);
  text-align: center;
  margin-right: 2px;
  color: #fff;
}
.site-info .socialmedia a span {
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
}
.site-info .socialmedia a.cl-facebook {
  background-color: hsl(222, 47%, 40%);
}
.site-info .socialmedia a.cl-instagram {
  background-color: hsl(208, 46%, 41%);
}
.site-info .socialmedia a.cl-twitter {
  background-color: hsl(198, 100%, 47%);
}
.site-info .socialmedia a.cl-snapchat {
  background-color: #fffc00;
}
.site-info .socialmedia a.cl-snapchat svg {
  stroke: black;
  transform: translateY(5px);
}

.widgets-footer-item h5 {
  margin-top: 0;
  font-size: 16px;
}
.widgets-footer-item ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.widgets-footer-item ul li a {
  font-size: 14px;
  color: #fbfbfb;
  text-decoration: none;
}

@keyframes zoominout {
  from {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
body.rtl .site-footer .footer-copyright .footer-copyright_content a {
  font-family: "Neo Sans Bold", "Helvetica Neue", sans-serif;
}
body.rtl .site-info {
  font-family: "Neo Sans Light", "Helvetica Neue", sans-serif;
}

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

.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

.sectionh {
  z-index: 1;
}

.entry-header {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.title300 {
  font-weight: 400;
  font-size: 34px;
}

@media only screen and (max-width: 769px) {
  .wp-block-columns {
    display: block;
  }
  .has-2-columns .wp-block-column,
  .has-3-columns .wp-block-column,
  .has-4-columns .wp-block-column,
  .has-5-columns .wp-block-column,
  .has-6-columns .wp-block-column {
    width: 100%;
  }
}
.gridcat,
.related-post-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .gridcat,
  .related-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .gridcat,
  .related-post-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.category .gridcat article, .blog .gridcat article,
.category .related-post-grid article,
.blog .related-post-grid article {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  transform: translateY(0) scale(1);
  transition: all ease-in-out 200ms;
}
.category .gridcat article .post-thumbnail, .blog .gridcat article .post-thumbnail,
.category .related-post-grid article .post-thumbnail,
.blog .related-post-grid article .post-thumbnail {
  display: block;
  position: relative;
}
.category .gridcat article .post-thumbnail img, .blog .gridcat article .post-thumbnail img,
.category .related-post-grid article .post-thumbnail img,
.blog .related-post-grid article .post-thumbnail img {
  border-radius: 83% 17% 72% 28%/30% 61% 39% 70%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.category .gridcat article .post-thumbnail::before, .blog .gridcat article .post-thumbnail::before,
.category .related-post-grid article .post-thumbnail::before,
.blog .related-post-grid article .post-thumbnail::before {
  position: absolute;
  top: -5px;
  display: block;
  content: "";
  border-radius: 30% 61% 39% 70%/83% 17% 72% 28%;
  height: 50%;
  width: 70%;
  background-color: rgba(179, 145, 100, 0.31);
}
.category .gridcat article .post-thumbnail::after, .blog .gridcat article .post-thumbnail::after,
.category .related-post-grid article .post-thumbnail::after,
.blog .related-post-grid article .post-thumbnail::after {
  position: absolute;
  bottom: -5px;
  display: block;
  content: "";
  border-radius: 83% 17% 84% 16%/12% 69% 31% 88%;
  height: 80%;
  width: 80%;
  background-color: rgba(28, 44, 33, 0.3);
  z-index: -1;
  right: 0;
}
.category .gridcat article .entry-header .entry-title, .blog .gridcat article .entry-header .entry-title,
.category .related-post-grid article .entry-header .entry-title,
.blog .related-post-grid article .entry-header .entry-title {
  font-size: 20px;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.category .gridcat article .entry-header .entry-title a, .blog .gridcat article .entry-header .entry-title a,
.category .related-post-grid article .entry-header .entry-title a,
.blog .related-post-grid article .entry-header .entry-title a {
  color: #b39164;
  text-decoration: none;
}
.category .gridcat article .entry-content, .blog .gridcat article .entry-content,
.category .related-post-grid article .entry-content,
.blog .related-post-grid article .entry-content {
  padding: 0px 15px 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.category .gridcat article:hover, .blog .gridcat article:hover,
.category .related-post-grid article:hover,
.blog .related-post-grid article:hover {
  transform: translateY(-10px) scale(1.03);
}

.related-post-wrap {
  padding-top: 20px;
  border-top: 1px solid rgba(146, 146, 146, 0.1);
}
.related-post-wrap .related-posts-title {
  padding-bottom: 20px;
}
.related-post-wrap .related-posts-items {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  transform: translateY(0) scale(1);
  transition: all ease-in-out 200ms;
}
.related-post-wrap .related-posts-items .post-thumbnail {
  display: block;
  position: relative;
}
.related-post-wrap .related-posts-items .post-thumbnail img {
  border-radius: 83% 17% 72% 28%/30% 61% 39% 70%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.related-post-wrap .related-posts-items .post-thumbnail::before {
  position: absolute;
  top: -5px;
  display: block;
  content: "";
  border-radius: 30% 61% 39% 70%/83% 17% 72% 28%;
  height: 50%;
  width: 70%;
  background-color: rgba(179, 145, 100, 0.31);
}
.related-post-wrap .related-posts-items .post-thumbnail::after {
  position: absolute;
  bottom: -5px;
  display: block;
  content: "";
  border-radius: 83% 17% 84% 16%/12% 69% 31% 88%;
  height: 80%;
  width: 80%;
  background-color: rgba(28, 44, 33, 0.3);
  z-index: -1;
  right: 0;
}
.related-post-wrap .related-posts-items .entry-header .entry-title {
  font-size: 20px;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.related-post-wrap .related-posts-items .entry-header .entry-title a {
  color: #b39164;
  text-decoration: none;
}
.related-post-wrap .related-posts-items .entry-content {
  padding: 0px 15px 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.related-post-wrap .related-posts-items:hover {
  transform: translateY(-10px) scale(1.03);
}

.titleqtyaca {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 15px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.footer-about-contact .footer-about-contact {
  margin: 0 0 1.5em;
}

/* 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 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-] {
  display: block;
  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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.sectionp {
  padding: 50px 0;
  overflow: hidden;
}
.sectionp::after {
  display: block;
  content: "";
  clear: both;
}

.sectionpb {
  padding-bottom: 50px;
}
.sectionpb::after {
  display: block;
  content: "";
  clear: both;
}

.section-gray {
  background-color: #d6d6d6;
}

.site-main {
  padding-bottom: 30px;
}

.secSteps ul.liststeps {
  list-style: none;
}
.secSteps ul.liststeps .liststeps__item {
  display: flex;
  counter-increment: inst;
}
.secSteps ul.liststeps .liststeps__item .liststeps__item-content {
  position: relative;
  background-color: #fff;
  transform: scale(1.08, 1.08) translateX(15px);
  display: inline-block;
  width: 50%;
  border: 1px solid rgba(112, 112, 112, 0.1);
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.secSteps ul.liststeps .liststeps__item .liststeps__item-content::before {
  opacity: 0.2;
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  content: counter(inst);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50px;
  transform: scale(1.08, 1.08) translateX(35px);
}
@media (max-width: 768px) {
  .secSteps ul.liststeps .liststeps__item .liststeps__item-content {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .secSteps ul.liststeps .liststeps__item .liststeps__item-content {
    width: 90%;
    transform: scale(1.04, 1.04) translateX(0);
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .secSteps ul.liststeps .liststeps__item .liststeps__item-content img {
    margin-bottom: 20px;
  }
}
.secSteps ul.liststeps .liststeps__item .liststeps__item-content:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: scale(1.08, 1.08) translate3d(5px, -5px, 0px);
  transform-style: preserve-3d;
  z-index: 99;
}
.secSteps ul.liststeps .liststeps__item .liststeps__item-content img {
  width: 80px;
  margin-right: 15px;
}
.secSteps ul.liststeps .liststeps__item .liststeps__item-content .liststeps__item-content-text h1,
.secSteps ul.liststeps .liststeps__item .liststeps__item-content .liststeps__item-content-text h2,
.secSteps ul.liststeps .liststeps__item .liststeps__item-content .liststeps__item-content-text h3,
.secSteps ul.liststeps .liststeps__item .liststeps__item-content .liststeps__item-content-text h4,
.secSteps ul.liststeps .liststeps__item .liststeps__item-content .liststeps__item-content-text h5,
.secSteps ul.liststeps .liststeps__item .liststeps__item-content .liststeps__item-content-text h6 {
  color: #1c2c21;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
}
.secSteps ul.liststeps .liststeps__item .liststeps__item-content .liststeps__item-content-text p {
  font-size: 14px;
}
.secSteps ul.liststeps .liststeps__item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .secSteps ul.liststeps .liststeps__item:nth-child(2n) {
    width: 90%;
    transform: scale(1.04, 1.04) translateX(0);
  }
}
.secSteps ul.liststeps .liststeps__item:nth-child(2n) .liststeps__item-content {
  transform: scale(1.08, 1.08) translateX(-15px);
}
.secSteps ul.liststeps .liststeps__item:nth-child(2n) .liststeps__item-content:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: scale(1.08, 1.08) translate3d(-5px, -5px, 0px);
  transform-style: preserve-3d;
  z-index: 99;
}
.secSteps ul.liststeps .liststeps__item:nth-child(2n) .liststeps__item-content::before {
  left: 0;
  right: auto;
  transform: scale(1.08, 1.08) translateX(-35px);
}
@media (max-width: 575px) {
  .secSteps ul.liststeps .liststeps__item:nth-child(2n) .liststeps__item-content::before {
    left: 0;
  }
}
.secSteps ul.liststeps .liststeps__item:nth-child(2n) .liststeps__item-content .liststeps__item-content-text h1,
.secSteps ul.liststeps .liststeps__item:nth-child(2n) .liststeps__item-content .liststeps__item-content-text h2,
.secSteps ul.liststeps .liststeps__item:nth-child(2n) .liststeps__item-content .liststeps__item-content-text h3,
.secSteps ul.liststeps .liststeps__item:nth-child(2n) .liststeps__item-content .liststeps__item-content-text h4,
.secSteps ul.liststeps .liststeps__item:nth-child(2n) .liststeps__item-content .liststeps__item-content-text h5,
.secSteps ul.liststeps .liststeps__item:nth-child(2n) .liststeps__item-content .liststeps__item-content-text h6 {
  color: #181b1e;
}

.container > .wcopc {
  padding: 30px 30px;
  background-color: #fbfbfb;
}

.newsletter-section {
  background-color: #8fb89c;
  border-radius: 10px;
  padding: 50px 2em;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
.newsletter-section::after {
  content: "";
  background-image: url("../images/acaartheme-bg.png");
  background-repeat: no-repeat;
  background-position: left -100px;
  background-size: 600px 600px;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.newsletter-section .newsletter__container {
  position: relative;
  z-index: 2;
  color: #000;
}
.newsletter-section .newsletter__container--form .mc4wp-form {
  text-align: center;
}
.newsletter-section .newsletter__container--form input[type=email] {
  width: 60%;
  padding: 15px 30px;
  text-align: center;
  border-radius: 10px;
}
.newsletter-section .newsletter__container--form input[type=submit] {
  padding: 15px 30px;
  border-radius: 10px;
}

.slideracaart-products {
  height: 450px;
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

body.rtl .secSteps ul.liststeps .liststeps__item .liststeps__item-content::before {
  font-family: "Neo Sans Bold", "Helvetica Neue", sans-serif;
}

.cmthankspage {
  position: relative;
  padding: 20px 0;
  text-align: center;
}
.cmthankspage h2 {
  color: #d9534f;
  margin-bottom: 30px;
}
.cmthankspage .cmwhatsapp {
  padding: 30px;
  background-color: #d9534f;
  color: #fff;
  border-radius: 20px;
}
.cmthankspage .whatsapp {
  width: 70px;
  height: 70px;
  display: block;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="70" height="70" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967c-.273-.099-.471-.148-.67.15c-.197.297-.767.966-.94 1.164c-.173.199-.347.223-.644.075c-.297-.15-1.255-.463-2.39-1.475c-.883-.788-1.48-1.761-1.653-2.059c-.173-.297-.018-.458.13-.606c.134-.133.298-.347.446-.52c.149-.174.198-.298.298-.497c.099-.198.05-.371-.025-.52c-.075-.149-.669-1.612-.916-2.207c-.242-.579-.487-.5-.669-.51a12.8 12.8 0 0 0-.57-.01c-.198 0-.52.074-.792.372c-.272.297-1.04 1.016-1.04 2.479c0 1.462 1.065 2.875 1.213 3.074c.149.198 2.096 3.2 5.077 4.487c.709.306 1.262.489 1.694.625c.712.227 1.36.195 1.871.118c.571-.085 1.758-.719 2.006-1.413c.248-.694.248-1.289.173-1.413c-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214l-3.741.982l.998-3.648l-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884c2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z"%2F%3E%3C%2Fsvg%3E');
  background-size: 70px 70px;
  background-repeat: no-repeat;
}
.cmthankspage .btwhatsapp {
  display: block;
  width: 110px;
  height: 110px;
  padding: 20px;
  background-color: #25cc64;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.cmthankspage a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  cursor: pointer;
}
.cmthankspage .cmthankspagetxt {
  font-weight: 700;
  margin-bottom: 10px;
}

.woocommerce-terms-and-conditions-link {
  color: #e74c3c;
  font-weight: 700;
  text-decoration: underline;
}
.woocommerce-terms-and-conditions-link:hover {
  color: hsl(5, 100%, 38%);
}

.not-found {
  text-align: center;
}
.not-found .page-content p {
  font-size: 20px;
}
.not-found .page-content a {
  padding: 15px 35px;
  border-radius: 30px;
  background-color: #b39164;
  color: #fff;
  text-decoration: none;
}
.not-found .bg404 {
  height: 300px;
  width: 100%;
  background-image: url("../images/404.svg");
  background-repeat: no-repeat;
  background-position: center top;
}

.yith-faqs {
  margin-top: 20px;
  font-size: 14px;
  color: #000;
}
.yith-faqs .yith-faqs-item {
  height: auto !important;
  min-height: 40px !important;
  background: #fff;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(179, 145, 100, 0.1));
  line-height: 1em;
}
.yith-faqs .yith-faqs-title {
  line-height: 16px;
}
.yith-faqs .yith-faqs-title .icon {
  background-color: #b39164;
}
.yith-faqs .yith-faqs-link {
  margin-top: 10px;
}
.yith-faqs .yith-faqs-content {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  font-size: 14px;
  line-height: 20px;
}
.rtl .yith-faqs .yith-faqs-title {
  font-family: "Neo Sans Light", "Helvetica Neue", sans-serif;
}
.rtl .yith-faqs .yith-faqs-content {
  font-family: "Neo Sans Medium", "Helvetica Neue", sans-serif;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* LTR
--------------------------------------------- */
/*# sourceMappingURL=style.css.map */
