/*!
Theme Name: pacificfencela
Theme URI: http://underscores.me/
Author: VSH
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pcfla
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.

pacificfencela 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;
  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: #404040;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h1 {
  font-size: 38px;
}
@media only screen and (min-width: 600px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (min-width: 600px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 18px;
}

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
--------------------------------------------- */
body {
  background: #fff;
}

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

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

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: $color__link;

  &:visited {
  	color: $color__link-visited;
  }

  &:hover,
  &:focus,
  &:active {
  	color: $color__link-hover;
  }

  &:focus {
  	outline: thin dotted;
  }

  &:hover,
  &:active {
  	outline: 0;
  }*/
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
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: #aaa #bbb #bbb;
}

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: 3px;
}
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 {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

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

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

.bypostauthor {
  display: block;
}

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

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

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

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #4C4C4C;
  margin: 0 !important;
}
body.logged-in .site {
  padding-top: 64px;
}

.site {
  padding-top: 55px;
}
@media only screen and (min-width: 992px) {
  .site {
    padding-top: 94px;
  }
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.container {
  max-width: 1340px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container.mini {
  max-width: 928px;
}
.container .container {
  padding-left: 0px;
  padding-right: 0px;
}

section {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 600px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.npt {
  padding-top: 0;
}
section.npb {
  padding-bottom: 0;
}
section .swiper-pagination {
  position: relative;
  margin-top: 32px;
}
section .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #ffffff;
  opacity: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
section .swiper-pagination .swiper-pagination-bullet:hover, section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background-color: #F29C33;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.pcfla-button {
  padding: 9px 18px;
  border-radius: 46px;
  font-size: 16px;
  outline: none;
  font-weight: 500;
  text-decoration: none;
  border: 0;
  display: inline-block;
  -webkit-appearance: none;
}

.button-primary {
  background-color: rgba(242, 156, 51, 0.3019607843);
  color: #060710;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-primary:hover {
  background-color: #3A3E59;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.button-secondary {
  background-color: #3A3E59;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-secondary:hover {
  background-color: rgba(242, 156, 51, 0.3019607843);
  color: #3A3E59;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.button-yellow {
  background-color: rgba(242, 156, 51, 0.3019607843);
  color: #060710;
  border: 1px solid #F29C33;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-yellow:hover {
  background-color: #060710;
  color: #ffffff;
  border: 1px solid #060710;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.button-yellow-dark {
  background-color: #F29C33;
  color: #ffffff;
  border: 1px solid #F29C33;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-yellow-dark a {
  color: #ffffff;
}
.button-yellow-dark:hover {
  background-color: #ffffff;
  color: #F29C33;
  border: 1px solid #F29C33;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-yellow-dark:hover a {
  color: #F29C33;
}

.button-white {
  background-color: #ffffff;
  color: #060710;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-white.bordered {
  border: 1px solid #3A3E59;
}
.button-white.bordered svg {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-white.bordered svg path {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-white.bordered:hover {
  background-color: #3A3E59;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-white.bordered:hover svg {
  left: 5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-white.bordered:hover svg path {
  stroke: #ffffff !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-white:hover {
  background-color: #F29C33;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.button-green {
  background-color: #32CD32;
  color: #ffffff;
  border: 1px solid #32CD32;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-green a {
  color: #ffffff;
}
.button-green:hover {
  background-color: #ffffff;
  color: #32CD32;
  border: 1px solid #32CD32;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-green:hover a {
  color: #32CD32;
}

.pcfla-button__for-btn {
  text-align: center;
  margin-top: 23px;
}

.pcfla__title {
  font-size: 30px;
  margin: 0 0 16px 0;
  font-weight: 700;
}
@media only screen and (min-width: 600px) {
  .pcfla__title {
    font-size: 40px;
  }
}
.pcfla__title.centered {
  text-align: center;
}

.color-white {
  color: #ffffff;
}

.centered {
  text-align: center;
}

.pcfla__desc {
  max-width: 713px;
  margin: 0 auto 24px;
}
.pcfla__desc h1 {
  font-size: 30px;
  margin-top: 0;
}
@media only screen and (min-width: 600px) {
  .pcfla__desc h1 {
    font-size: 40px;
  }
}
.pcfla__desc ul {
  margin-left: 15px;
  padding-left: 15px;
}

.facetwp-facet .facetwp-checkbox {
  background: url(img/checkbox.png) 0 50% no-repeat;
  padding-left: 25px;
}
.facetwp-facet .facetwp-checkbox.checked {
  background-image: url(img/checkbox-checked.png);
  background-position: -1px;
}

.shop-page__pagination {
  margin-top: 24px;
}
.shop-page__pagination .facetwp-pager {
  padding: 0;
  margin: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 14px;
}
.shop-page__pagination .facetwp-pager a, .shop-page__pagination .facetwp-pager span {
  display: block;
  text-decoration: none;
  color: #060710;
  width: 46px;
  margin: 0;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #BCBCBC;
  transition: transform 0.3s ease;
}
.shop-page__pagination .facetwp-pager a.active, .shop-page__pagination .facetwp-pager a:hover, .shop-page__pagination .facetwp-pager span.active, .shop-page__pagination .facetwp-pager span:hover {
  background-color: rgba(242, 156, 51, 0.3019607843);
  border: 1px solid #F29C33;
}

#header {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#header .container {
  position: relative;
}
#header .container .logo {
  position: absolute;
  left: 15px;
  height: 64px;
  top: 5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1020px) {
  #header .container .logo {
    top: 9px;
    height: 42px;
  }
}
#header .container .logo img {
  width: auto;
  height: 64px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1020px) {
  #header .container .logo img {
    height: 40px;
  }
}
#header .container .header-menu {
  text-align: right;
  padding: 5px 0;
}
@media only screen and (max-width: 1020px) {
  #header .container .header-menu {
    padding: 15px;
    padding-top: 45px;
  }
}
#header .container .header-menu ul {
  text-align: right;
  display: inline-block;
  margin: 0;
  user-select: none;
  padding: 20px 0px 0px;
}
@media only screen and (max-width: 1020px) {
  #header .container .header-menu ul {
    padding: 0;
    text-align: left;
  }
}
#header .container .header-menu ul li:not(.pcfla-button) {
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 20px;
  position: relative;
  user-select: none;
}
@media only screen and (max-width: 1020px) {
  #header .container .header-menu ul li:not(.pcfla-button) {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #fff;
    margin: 0;
  }
}
#header .container .header-menu ul li:not(.pcfla-button):last-child {
  margin-right: 0;
}
#header .container .header-menu ul li:not(.pcfla-button) a {
  font-size: 16px;
  text-decoration: none;
  color: #060710;
  user-select: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#header .container .header-menu ul li:not(.pcfla-button):before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 2px;
  border-radius: 5px;
  background-color: #F29C33;
  bottom: 13px;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1020px) {
  #header .container .header-menu ul li:not(.pcfla-button):before {
    display: none;
  }
}
#header .container .header-menu ul li:not(.pcfla-button).current-menu-item:before, #header .container .header-menu ul li:not(.pcfla-button):hover:before, #header .container .header-menu ul li:not(.pcfla-button).active:before {
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#header .container .header-menu ul li:not(.pcfla-button).current-menu-item > a, #header .container .header-menu ul li:not(.pcfla-button):hover > a, #header .container .header-menu ul li:not(.pcfla-button).active > a {
  color: #F29C33;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#header .container .header-menu ul li.pcfla-button a {
  text-decoration: none;
}
#header .container .header-menu ul li.pcfla-button.button-white a, #header .container .header-menu ul li.pcfla-button.button-green a {
  color: #060710;
  position: relative;
  padding-left: 24px;
}
@media only screen and (min-width: 600px) {
  #header .container .header-menu ul li.pcfla-button.button-white a, #header .container .header-menu ul li.pcfla-button.button-green a {
    padding-left: 19px;
  }
}
#header .container .header-menu ul li.pcfla-button.button-white a:hover, #header .container .header-menu ul li.pcfla-button.button-green a:hover {
  color: #ffffff;
}
#header .container .header-menu ul li.pcfla-button.button-white a:before, #header .container .header-menu ul li.pcfla-button.button-green a:before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 5px;
  width: 13.5px;
  height: 13.5px;
  background-image: url("img/phone.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  #header .container .header-menu ul li.pcfla-button.button-white a:before, #header .container .header-menu ul li.pcfla-button.button-green a:before {
    top: -2px;
  }
}
#header .container .header-menu ul li.pcfla-button.button-green a:hover {
  color: #060710;
}
#header .container .header-menu ul li.pcfla-button.button-secondary a {
  color: #ffffff;
}
#header .container .header-menu ul li.pcfla-button.button-secondary a:hover {
  color: #060710;
}
#header .container .header-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
#header .container .header-menu ul li.menu-item-has-children:after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 10px;
  right: 12px;
  background-image: url("img/sub-menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 600px) {
  #header .container .header-menu ul li.menu-item-has-children:after {
    right: -12px;
  }
}
#header .container .header-menu ul li.menu-item-has-children:hover:after {
  background-image: url("img/sub-menu-hover.svg");
}
#header .container .header-menu ul .sub-menu {
  position: absolute;
  width: 250px;
  left: 0;
  text-align: left;
  background-color: #fff;
  padding: 15px;
  top: 35px;
  box-shadow: 0px 10px 15px 0px rgba(51, 51, 51, 0.5);
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.3s ease;
}
#header .container .header-menu ul .sub-menu li {
  width: 100%;
}
#header .container .header-menu ul .sub-menu li:last-child {
  padding-bottom: 0;
}
#header .container .header-menu ul .sub-menu li:before {
  display: none;
}
#header .container .header-menu ul .sub-menu li a {
  transition: all 0.3s ease;
}
#header .container .header-menu ul .sub-menu li:hover a {
  color: #F29C33;
}
#header.sticky, #header.header-fixed {
  background-color: #fff;
  padding-top: 0;
  -webkit-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#header.sticky #mobileMenu span, #header.header-fixed #mobileMenu span {
  background-color: #333;
}
@media only screen and (max-width: 1020px) {
  #header.sticky .for-mobile, #header.header-fixed .for-mobile {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1020px) {
  #header {
    height: 60px;
    top: 0;
    padding-top: 0;
  }
}

#mobileMenu {
  display: none;
}
@media only screen and (max-width: 1020px) {
  #mobileMenu {
    display: block;
    z-index: 99999;
  }
}

#mobileMenu {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 17px;
  bottom: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#mobileMenu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #060710;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#mobileMenu span:nth-child(1) {
  top: 0px;
}

#mobileMenu span:nth-child(2), #mobileMenu span:nth-child(3) {
  top: 10px;
}

#mobileMenu span:nth-child(4) {
  top: 20px;
}

#mobileMenu.open span {
  background-color: #333;
}

#mobileMenu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobileMenu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobileMenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobileMenu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media only screen and (max-width: 1020px) {
  .for-mobile {
    position: fixed;
    width: 320px;
    height: 100%;
    background: #fff;
    right: -330px;
    padding-top: 15px;
    -webkit-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .for-mobile.openMenu {
    right: 0px;
    overflow: auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.footer__wrapper a {
  text-decoration: none;
  color: #FBFBFB;
}
.footer__wrapper a:hover {
  opacity: 0.8;
}
.footer__top {
  background-color: #121212;
  color: #FBFBFB;
  padding-bottom: 40px;
}
.footer__bottom {
  background-color: #F2F2F2;
  color: #060710;
  font-size: 14px;
}
.footer__items {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F2F2;
}
@media only screen and (min-width: 600px) {
  .footer__items {
    gap: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .footer__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__info {
  text-decoration: underline;
}
.footer__logo img {
  height: 74px;
  width: auto;
  margin-bottom: 24px;
}
.footer__title {
  font-size: 16px;
  margin: 0 0 16px;
  font-weight: 600;
}
.footer__social {
  margin-top: 34px;
}
.footer__social a {
  margin-right: 5px;
  display: inline-block;
}
.footer__social a img {
  width: auto;
  height: 24px;
}
.footer__links {
  margin: 0;
  padding: 0;
}
.footer__links li {
  display: block;
  list-style-type: none;
  margin-bottom: 12px;
}
.footer__links li a {
  text-decoration: none;
}
.footer__contact {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 253, 247, 0.3019607843);
  margin-bottom: 16px;
}
.footer__contact img {
  width: auto;
  height: 16px;
  position: relative;
  top: 3px;
}
.footer__payments img {
  height: 28px;
  width: auto;
  margin-right: 5px;
}
.footer__copy {
  display: grid;
  text-align: center;
  gap: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 600px) {
  .footer__copy {
    gap: 50px;
    text-align: left;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__legal {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .footer__legal {
    text-align: right;
  }
}
.footer__legal li {
  display: inline-block;
  list-style-type: none;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (min-width: 600px) {
  .footer__legal li {
    margin-left: 14px;
    margin-right: auto;
  }
}
.footer__legal li a {
  color: #060710;
  text-decoration: none;
}

.hero__wrapper {
  padding: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 600px) {
  .hero__wrapper {
    padding: 32px;
  }
}
.hero__wrapper-main {
  display: grid;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 600px) {
  .hero__wrapper-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .hero__wrapper-main {
    gap: 117px;
  }
}
.hero__sub-title {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #F29C33;
}
.hero__title {
  margin: 0 0 20px 0;
  color: #060710;
  font-weight: bold;
}
.hero__buttons {
  margin-top: 48px;
}
.hero__buttons a:not(:last-child) {
  margin-right: 20px;
}
.hero__image {
  width: 100%;
  height: 100%;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.services__description {
  max-width: 713px;
  margin: auto;
}
.services__items {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .services__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services__item {
  padding: 14px;
  border-radius: 14px;
  background-color: #F7F7F7;
}
.services__image {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.services__image img {
  width: 100%;
  height: 163px;
  object-fit: cover;
  border-radius: 10px;
}
.services__image-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.services__image-icon img {
  width: 42px;
  height: 42px;
}
.services__image-icon h3 {
  margin: 0;
  font-size: 16px;
  color: #060710;
}
.services__info {
  margin: auto;
  padding: 20px;
  background-color: #3A3E59;
  border-radius: 16px;
  color: #ffffff;
  display: grid;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .services__info {
    padding: 24px 78px;
    gap: 32px;
    grid-template-columns: 1fr 150px;
  }
}
.services__info-desc p:last-child {
  margin: 0;
}
.services__info-button {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .services__info-button {
    text-align: right;
  }
}
.services__for-btn {
  text-align: center;
  margin-top: 23px;
}

.products__title {
  margin-bottom: 16px;
}
.products__content {
  margin-bottom: 32px;
}
.products__items {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .products__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .products__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.products__button {
  margin-top: 32px;
  text-align: center;
}

.gallery__description {
  max-width: 713px;
  margin: auto;
}
.gallery__grid {
  display: block;
}
.gallery__item {
  width: calc(25% - 20px);
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px;
}
.gallery__item a {
  display: block;
  overflow: hidden;
}
.gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.gallery__item:hover img {
  transform: scale(1.2);
}

@media (max-width: 1024px) {
  .gallery__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 992px) {
  .gallery__item {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 640px) {
  .gallery__item {
    width: calc(50% - 20px);
  }
}
.grid__items {
  display: grid;
  gap: 20px;
}
@media only screen and (max-width: 600px) {
  .grid__items {
    grid-template-columns: auto !important;
  }
}
.grid__items-centered {
  text-align: center;
}
.grid__item {
  padding: 24px;
  background-color: #F7F7F7;
  border-radius: 14px;
}
.grid__item-desc {
  font-size: 14px;
}

.contact__wrapper {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .contact__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact__info {
  background-color: #3A3E59;
  border-radius: 18px;
  padding: 20px;
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  .contact__info {
    padding: 40px;
  }
}
.contact__info-links {
  padding: 0;
  margin: 32px 0 0;
}
.contact__info-links li {
  display: block;
  margin-bottom: 18px;
}
.contact__info-links li:last-child {
  margin-bottom: 0;
}
.contact__info-links li a {
  color: #060710;
  text-decoration: none;
  background-color: #F9AC66;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.contact__info-links li a img {
  height: 13.5px;
  position: relative;
  top: 2px;
}
.contact__info-links li a:hover {
  opacity: 0.7;
}
.contact__map {
  overflow: hidden;
  border-radius: 18px;
}
.contact__map iframe {
  width: 100% !important;
  height: 400px !important;
}
@media only screen and (min-width: 600px) {
  .contact__map iframe {
    height: 100% !important;
  }
}

.image-text__box {
  padding: 24px;
  border-radius: 14px;
}
.image-text__wrapper {
  display: grid;
  gap: 30px;
  align-items: center;
}
.image-text__wrapper--single {
  grid-template-columns: 1fr;
}
.image-text__col {
  min-width: 0;
}
.image-text__gallery-item {
  overflow: hidden;
  border-radius: 14px;
}
.image-text__gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
.image-text__slider {
  overflow: hidden;
}
.image-text__pagination {
  position: static;
  margin-top: 20px;
}
.image-text__nav {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.image-text__arrow {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: #000;
  position: relative;
}
.image-text__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.image-text__arrow--next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}
.image-text__arrow--prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}
.image-text--50-50 .image-text__wrapper {
  grid-template-columns: 1fr 1fr;
}
.image-text--40-60 .image-text__wrapper {
  grid-template-columns: 40% 60%;
}
.image-text--60-40 .image-text__wrapper {
  grid-template-columns: 60% 40%;
}
.image-text--100-100 .image-text__wrapper {
  grid-template-columns: 1fr;
}
.image-text--image-first .image-text__col--media {
  order: 1;
}
.image-text--image-first .image-text__col--content {
  order: 2;
}
.image-text--text-first .image-text__col--media {
  order: 2;
}
.image-text--text-first .image-text__col--content {
  order: 1;
}
.image-text--only-text .image-text__wrapper {
  grid-template-columns: 1fr;
}
.image-text__content h1, .image-text__content h2, .image-text__content h3, .image-text__content h4 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
}
.image-text__content h1 {
  font-size: 30px;
  margin-top: 0;
}
@media only screen and (min-width: 600px) {
  .image-text__content h1 {
    font-size: 40px;
  }
}
.image-text__content ul {
  margin-left: 15px;
  padding-left: 15px;
}
.image-text__content img {
  width: 100%;
  max-width: 100%;
}
.image-text .image-text__pagination {
  position: absolute;
}

@media (max-width: 767px) {
  .image-text__box {
    padding: 20px;
  }
  .image-text__wrapper {
    grid-template-columns: 1fr !important;
  }
  .image-text__col--media, .image-text__col--content {
    order: initial !important;
  }
}
.faq__title {
  margin-bottom: 20px;
}
.faq__content {
  margin-bottom: 32px;
}
.faq__items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq__item {
  border-bottom: 1px solid #D0D0D0;
  overflow: hidden;
}
.faq__item.is-open .faq__icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq__question {
  width: 100%;
  padding: 14px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .faq__question {
    padding: 24px;
  }
}
.faq__question-text {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.faq__icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #111;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.faq__icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.faq__answer-inner {
  padding: 0 24px 24px;
}

.services-map .pcfla__desc {
  margin-left: 0;
}
.services-map__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.services-map__search {
  margin-bottom: 20px;
  position: relative;
}
.services-map__search svg {
  position: absolute;
  height: 18px;
  width: auto;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.services-map .services-map__search-input {
  width: 100%;
  height: 40px;
  padding: 10px 32px;
  border-radius: 78px;
  border: 1px solid #ADADAD;
}
.services-map__left {
  max-height: 500px;
  overflow-y: auto;
}
.services-map__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.services-map__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid #E2E2E2;
  cursor: pointer;
  transition: 0.25s;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 600px) {
  .services-map__item {
    grid-template-columns: 80px 1fr;
  }
}
.services-map__item.is-active {
  border-color: #000;
}
.services-map__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.services-map__item-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}
.services-map__item-address {
  font-size: 14px;
  margin: 0 0 8px;
}
.services-map__item-link {
  color: #F29C33;
  text-decoration: none;
}
.services-map__map {
  width: 100%;
  height: 400px;
  border-radius: 14px;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .services-map__map {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .services-map__wrapper {
    grid-template-columns: 1fr;
  }
  .services-map__map {
    height: 500px;
  }
}
.services-area__items {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .services-area__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .services-area__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-area__item {
  display: grid;
  gap: 14px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid #E2E2E2;
  cursor: pointer;
  transition: 0.25s;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 600px) {
  .services-area__item {
    grid-template-columns: 110px 1fr;
  }
}
.services-area__item.is-active {
  border-color: #000;
}
.services-area__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.services-area__item-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}
.services-area__item-address {
  font-size: 14px;
  margin: 0 0 8px;
}
.services-area__item-link {
  color: #F29C33;
  text-decoration: none;
}

.custom-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.custom-form__title {
  margin-bottom: 20px;
}
.custom-form__description {
  margin-bottom: 30px;
}
.custom-form__left {
  padding: 18px;
  background-color: #F7F7F7;
  border-radius: 18px;
}
.custom-form__form .gform_wrapper form .gform_body .gfield {
  margin-bottom: 0;
}
.custom-form__form .gform_wrapper form .gform_body .gfield legend, .custom-form__form .gform_wrapper form .gform_body .gfield .gfield_label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.custom-form__form .gform_wrapper form .gform_body .gfield label:not(.gfield_label) {
  display: none;
}
.custom-form__form .gform_wrapper form .gform_body .gfield input, .custom-form__form .gform_wrapper form .gform_body .gfield textarea, .custom-form__form .gform_wrapper form .gform_body .gfield select {
  border: 1px solid #C9C9C9;
  border-radius: 50px;
  background-color: #ffffff;
  font-size: 14px;
  padding: 10px 18px;
}
.custom-form__form .gform_wrapper form .gform_body .gfield textarea {
  height: 114px;
  resize: none;
  border-radius: 12px;
}
.custom-form__form .gform_wrapper form .gform_body .gfield textarea.large {
  height: 114px;
}
.custom-form__form .gform_wrapper form .gform_body .validation_message {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 12px;
  margin: 0;
}
.custom-form__form .gform_wrapper form .gform_footer .gform_button[type=submit] {
  width: 100%;
  -webkit-appearance: none;
  border-radius: 50px;
  background-color: #F29C33;
  color: #060710;
  font-size: 16px;
  padding: 10px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  border: 1px solid #F29C33;
  transition: all 0.3s ease;
}
.custom-form__form .gform_wrapper form .gform_footer .gform_button[type=submit]:hover {
  background-color: #ffffff;
  color: #F29C33;
}
.custom-form__right {
  min-width: 0;
}
.custom-form__right .custom-form__pagination {
  position: absolute;
}
.custom-form__map {
  border-radius: 20px;
  overflow: hidden;
}
.custom-form__map iframe {
  display: block;
  width: 100%;
  height: 620px;
  border: 0;
}
.custom-form__slider {
  overflow: hidden;
}
.custom-form__image {
  overflow: hidden;
  border-radius: 20px;
}
.custom-form__image img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.custom-form__pagination {
  position: static;
  margin-top: 20px;
}
.custom-form__nav {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.custom-form__arrow {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: #111;
  position: relative;
}
.custom-form__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.custom-form__arrow--next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}
.custom-form__arrow--prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}
.custom-form__info {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 20px;
}
@media only screen and (min-width: 767px) {
  .custom-form__info {
    grid-template-columns: repeat(2, 1fr);
  }
}
.custom-form__info-item {
  padding: 18px;
  border-radius: 14px;
}
.custom-form__info-item img {
  width: auto;
  height: 32px;
}
.custom-form__info-item p {
  margin: 0;
}
.custom-form__info-item h2 {
  margin: 0;
  font-size: 24px;
}
.custom-form__info-item h3 {
  font-size: 16px;
  color: #4c4c4c;
  margin: 0 0 5px;
}
.custom-form__info-item a {
  font-size: 18px;
  color: #060710;
  font-weight: 600;
  text-decoration: none;
}
.custom-form__info-item:not(:first-child) {
  background-color: rgba(135, 152, 175, 0.1215686275);
  border: 1px solid #DBEAFF;
}
.custom-form__info-item:first-child {
  background-color: #3A3E59;
  color: #ffffff;
}
@media only screen and (min-width: 767px) {
  .custom-form__info-item:first-child {
    grid-area: 1/1/2/3;
  }
}
@media only screen and (min-width: 767px) {
  .custom-form__info-item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .custom-form__info-item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .custom-form__info-item:nth-child(4) {
    grid-area: 3/1/4/3;
  }
}
.custom-form__info-item .footer__social {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
}
.custom-form__info-item {
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .custom-form__wrapper {
    grid-template-columns: 1fr;
  }
  .custom-form__map iframe, .custom-form__image img {
    height: 420px;
  }
}
.find-us__items {
  display: grid;
  gap: 20px;
  padding: 18px;
  background-color: #F7F7F7;
  border-radius: 18px;
}
@media only screen and (min-width: 600px) {
  .find-us__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .find-us__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.find-us__item h3 {
  font-size: 16px;
  color: #4c4c4c;
  margin: 0 0 5px;
}
.find-us__item a {
  font-size: 18px;
  color: #060710;
  font-weight: 600;
  text-decoration: none;
}
.find-us .footer__social {
  margin-top: 0;
}

.before-after {
  padding: 40px 0;
}
.before-after__slider {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.before-after__img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.before-after .beer-reveal {
  border-right: 5px solid #fff;
}
.before-after .beer-handle {
  margin-left: -2.5px;
}

@media (max-width: 991px) {
  .before-after__img {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .before-after__img {
    height: 320px;
  }
}
.our-team__wrapper {
  display: grid;
  gap: 20px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 600px) {
  .our-team__wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
}
.our-team__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.our-team__item {
  position: relative;
  border-radius: 18px;
  cursor: pointer;
  overflow: hidden;
}
.our-team__item:nth-child(2n) {
  top: 80px;
}
.our-team__item img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.our-team__item:hover .our-team__item-info {
  max-height: 310px;
}
.our-team__item-info {
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: rgba(6, 7, 16, 0.2);
  color: #ffffff;
  max-height: 50px;
  transition: max-height 0.3s ease;
}
.our-team__item-info:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 7, 16, 0.2);
  backdrop-filter: blur(6px);
  z-index: 1;
  left: 0;
  bottom: 0;
}
.our-team__item-info div {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 12px;
}
.our-team__item-info h3 {
  margin: 0 0 10px;
}
.our-team__item-info strong {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.our-team__item-info p {
  margin: 0;
  font-size: 14px;
}
.our-team .pcfla__desc *:first-child {
  margin-top: 0;
}
.our-team .pcfla__desc img {
  width: 100%;
  border-radius: 18px;
}

.product-card {
  background-color: #F7F7F7;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid #E2E2E2;
}
.product-card:hover .product-card__image img {
  transform: scale(1.2);
}
.product-card__image {
  position: relative;
  margin-bottom: 18px;
  height: 272px;
  border-radius: 8px;
  overflow: hidden;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-card__badge {
  position: absolute;
  display: inline-block;
  color: #ffffff;
  padding: 3px 8px;
  left: 8px;
  top: 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.product-card__badge--sale {
  background-color: #D13636;
}
.product-card__badge--bestseller {
  background-color: #497CFB;
}
.product-card__title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
}
.product-card__excerpt {
  font-size: 14px;
  margin: 0 0 6px;
}
.product-card__price {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.product-card .pcfla-button {
  margin-top: 18px;
  font-size: 14px;
  display: block;
  text-align: center;
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card__image {
  height: 272px;
  position: relative;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card__date {
  position: absolute;
  padding: 3px 10px;
  top: 10px;
  left: 15px;
  background-color: #FBFBFB;
  font-size: 14px;
  border-radius: 4px;
}
.blog-card__content {
  padding: 10px;
  background-color: #F7F7F7;
  border-radius: 0 0 14px 14px;
  border: 1px solid #E2E2E2;
}
.blog-card__title {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
}
.blog-card__excerpt {
  font-size: 14px;
  margin: 0;
}
.blog-card__link {
  margin: 20px 0 0;
}

.blog-page {
  padding: 0 0 60px;
}
.blog-page__items {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .blog-page__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-page__pagination {
  margin-top: 24px;
}
.blog-page__pagination ul {
  padding: 0;
  margin: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 14px;
}
.blog-page__pagination ul li {
  display: inline-block;
}
.blog-page__pagination ul li a, .blog-page__pagination ul li span {
  display: block;
  text-decoration: none;
  color: #060710;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #BCBCBC;
  transition: transform 0.3s ease;
}
.blog-page__pagination ul li a.current, .blog-page__pagination ul li a:hover, .blog-page__pagination ul li span.current, .blog-page__pagination ul li span:hover {
  background-color: rgba(242, 156, 51, 0.3019607843);
  border: 1px solid #F29C33;
}

.single-blog__related-grid {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .single-blog__related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.shop-page {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 600px) {
  .shop-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .shop-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.shop-page .facetwp-facet {
  margin: 0;
  color: #060710;
}
.shop-page__title {
  margin: 0 0 40px;
}
.shop-page__wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}
.shop-page__sidebar {
  position: sticky;
  top: 20px;
}
.shop-page__facet--search .facetwp-facet .facetwp-input-wrap {
  width: 100%;
}
.shop-page__facet--search .facetwp-facet input.facetwp-search {
  padding: 10px 18px 10px 40px;
  border-radius: 25px;
  width: 100%;
}
.shop-page__facet--search .facetwp-facet .facetwp-icon {
  left: 10px;
  right: auto;
}
.shop-page__facet {
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 20px;
}
.shop-page__facet:last-child {
  border-bottom: 0;
}
.shop-page__facet-title {
  font-size: 14px;
  margin: 0 0 10px;
}
.shop-page__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.shop-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.shop-page__pagination {
  margin-top: 40px;
}
.shop-page__facet--reset button {
  padding: 9px 18px;
  border-radius: 46px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #ffffff;
  color: #060710;
  border: 1px solid #3A3E59;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-page__facet--reset button:hover {
  background-color: #3A3E59;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .shop-page__wrapper {
    grid-template-columns: 1fr;
  }
  .shop-page__sidebar {
    position: static;
  }
  .shop-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .shop-page__grid {
    grid-template-columns: 1fr;
  }
}
.services-facet__grid {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 640px) {
  .services-facet__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 991px) {
  .services-facet__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.services-facet__top {
  display: grid;
  gap: 20px;
  background-color: #F7F7F7;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .services-facet__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 991px) {
  .services-facet__top {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.services-facet__top .facetwp-facet {
  margin-bottom: 0;
}
.services-facet__top .facetwp-facet span {
  display: inline-block;
  width: 100%;
}
.services-facet__top .facetwp-facet .facetwp-icon {
  right: 8px;
}
.services-facet__top .facetwp-facet input, .services-facet__top .facetwp-facet select {
  padding: 9px 18px;
  height: 42px;
  line-height: 42px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  color: #060710;
  border: 1px solid #3A3E59;
}
.services-facet__top .facetwp-facet button.facetwp-reset {
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 16px;
  height: 42px;
  width: 100%;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #3A3E59;
  color: #ffffff;
  border: 1px solid #3A3E59;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.services-facet__top .facetwp-facet button.facetwp-reset:hover {
  background-color: #ffffff;
  color: #060710;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product-page {
  padding: 60px 0 100px;
}

.single-product-custom__top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 50px;
}
.single-product-custom__gallery {
  min-width: 0;
  position: relative;
}
.single-product-custom__badges {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 5;
  display: flex;
  gap: 10px;
}
.single-product-custom__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.single-product-custom__badge--sale {
  background: #d58a23;
}
.single-product-custom__badge--bestseller {
  background: #111;
}
.single-product-custom__main-slider {
  margin-bottom: 18px;
  overflow: hidden;
}
.single-product-custom__main-image {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  background: #f4f1eb;
}
.single-product-custom__main-image img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.single-product-custom__thumbs {
  overflow: hidden;
}
.single-product-custom__thumb {
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.75;
  transition: 0.3s ease;
}
.single-product-custom__thumb img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.single-product-custom .swiper-slide-thumb-active .single-product-custom__thumb {
  opacity: 1;
}
.single-product-custom__summary {
  min-width: 0;
}
.single-product-custom__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.1;
}
.single-product-custom__excerpt {
  margin-bottom: 18px;
  color: #5f5f5f;
  line-height: 1.55;
}
.single-product-custom__price {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
  font-size: 30px;
  font-weight: 700;
}
.single-product-custom__price del {
  opacity: 0.45;
  margin-left: 8px;
}
.single-product-custom__price ins {
  text-decoration: none;
}
.single-product-custom__variations {
  margin-bottom: 28px;
}
.single-product-custom__variations form.cart {
  margin: 0;
}
.single-product-custom__variations .variations {
  width: 100%;
  margin: 0 0 18px;
  border: 0;
}
.single-product-custom__variations .variations tr {
  display: block;
  margin-bottom: 18px;
}
.single-product-custom__variations .variations td,
.single-product-custom__variations .variations th {
  display: block;
  padding: 0;
  border: 0;
}
.single-product-custom__variations .variations label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
.single-product-custom__variations .variations select {
  width: 100%;
  max-width: 320px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}
.single-product-custom__variations .variations .reset_variations {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  background: #1d2143;
  color: #fff;
}
.single-product-custom__variations .variations ul.variable-items-wrapper li.variable-item {
  background-color: #ffffff;
  border: 1px solid #BCBCBC !important;
  padding: 10px 5px;
  height: auto;
  font-size: 14px !important;
  font-weight: 600;
}
.single-product-custom__variations .variations ul.variable-items-wrapper li.variable-item.selected {
  background-color: rgba(242, 156, 51, 0.3019607843) !important;
  border: 1px solid #F29C33 !important;
  box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #F29C33) !important;
}
.single-product-custom__variations .woocommerce-variation-price {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}
.single-product-custom__variations .woocommerce-variation-description {
  margin-bottom: 12px;
}
.single-product-custom__variations .quantity,
.single-product-custom__variations .single_add_to_cart_button {
  display: none !important;
}
.single-product-custom__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}
.single-product-custom__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}
.single-product-custom__btn--primary {
  background: #1d2143;
  color: #fff;
}
.single-product-custom__btn--secondary {
  border: 1px solid #9e9e9e;
  color: #1d2143;
  background: #fff;
}
.single-product-custom__payments {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.single-product-custom__payments > span {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}
.single-product-custom__payments-list, .single-product-custom__cards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-product-custom__payments-list img, .single-product-custom__cards-list img {
  display: block;
  height: 24px;
  width: auto;
}
.single-product-custom__cards-list {
  margin-top: 14px;
}
.single-product-custom__bottom {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: start;
}
.single-product-custom__content #review_form p.stars:hover a::before,
.single-product-custom__content #review_form p.stars.selected a:not(.active)::before,
.single-product-custom__content #review_form p.stars.selected a.active::before {
  color: #ff9610;
}
.single-product-custom__content #review_form label {
  font-weight: 600;
}
.single-product-custom__sidebar-box {
  padding: 28px;
  border-radius: 20px;
  background: #f3f1ee;
  text-align: center;
}
.single-product-custom__sidebar-box h3 {
  margin-top: 0;
  margin-bottom: 12px;
}
.single-product-custom__sidebar-text {
  margin-bottom: 18px;
  color: #5f5f5f;
  line-height: 1.6;
}
.single-product-custom__sidebar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #d58a23;
  color: #fff;
  text-decoration: none;
}
.single-product-custom__related {
  margin-top: 80px;
}
.single-product-custom .woocommerce-tabs .tabs {
  display: inline-block;
  flex-wrap: wrap;
  padding: 8px 10px !important;
  border: 0 !important;
  background-color: #F0F0F0;
  margin: 0 0 24px !important;
  border-radius: 999px;
}
.single-product-custom .woocommerce-tabs .tabs li {
  display: inline-block;
  background: #F0F0F0 !important;
  border-radius: 999px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #F0F0F0 !important;
  transition: all 0.3s ease;
}
.single-product-custom .woocommerce-tabs .tabs li a {
  padding: 6px 10px !important;
  text-decoration: none;
  color: #060710;
  font-weight: 600;
}
@media only screen and (min-width: 600px) {
  .single-product-custom .woocommerce-tabs .tabs li a {
    padding: 8px 18px !important;
  }
}
.single-product-custom .woocommerce-tabs .tabs li.active, .single-product-custom .woocommerce-tabs .tabs li:hover {
  background: rgba(242, 156, 51, 0.3019607843) !important;
  border: 1px solid #F29C33 !important;
}
.single-product-custom .woocommerce-tabs .tabs li::before, .single-product-custom .woocommerce-tabs .tabs li::after {
  display: none !important;
}
.single-product-custom .woocommerce-tabs .panel {
  margin: 0 !important;
}

.related-products__title {
  margin-bottom: 30px;
  text-align: center;
}
.related-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 991px) {
  .single-product-custom__top, .single-product-custom__bottom {
    grid-template-columns: 1fr;
  }
  .single-product-custom__main-image img {
    height: 360px;
  }
  .related-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .single-product-custom__title {
    font-size: 30px;
  }
  .single-product-custom__main-image img {
    height: 280px;
  }
  .single-product-custom__thumb img {
    height: 80px;
  }
  .single-product-custom__actions {
    flex-direction: column;
  }
  .related-products__grid {
    grid-template-columns: 1fr;
  }
}

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