/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.1.1
	Stable tag: 3.1.1
	Requires at least: 6.0
	Tested up to: 6.5
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
    line-height: 1.15; /* 1 */
    overflow: auto;
    -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
    box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
    margin: 0;
    /*  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    /* font-size: 16px; */
    /* font-family: var(--wp--preset--font-family--body); */
    /* font-weight: 500;
  line-height: 1.5; */
    /* color: #303030; */
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0px;
    margin-block-end: 1rem;
    /*  font-family: inherit;*/
    /*  font-weight: 500;*/
    line-height: 1.1;
    color: var(--wp--preset--color--blue);
}

h1 {
    font-size: var(--wp--preset--font-size--xx-large);
}

h2 {
    /* font-size: var(--wp--preset--font-size--x-large); */
}

h3 {
    font-size: var(--wp--preset--font-size--main-size-32-px);
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: var(--wp--preset--font-size--small);
}

p {
    margin-block-start: 0;
    margin-block-end: 0.9rem;
    font-size: 1rem;
    line-height: 1.6;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
    white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: var(--wp--preset--color--brown);
}
a:hover,
a:active {
    color: #333366;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-block-end: none; /* 1 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

/* 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;
}

figcaption {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Print
 */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #cccccc;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        -moz-column-break-after: avoid;
        break-after: avoid;
    }
}
/**
 * Form styling
 */
label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 1rem; /* 1 */
    line-height: 1.5; /* 1 */
    margin: 0; /* 2 */
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
    width: 100%;
    border-radius: 0px;
    padding: 14px 30px 14px 15px;
    transition: all 0.3s;
    border-width: 0px;
    border-bottom: 1px solid #717171;
    background-color: transparent;
    font-size: 16px;
    font-family: var(--wp--preset--font-family--body);
    line-height: 20px;
    outline: none;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    /*  border-color: #333333;*/
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    width: auto;
    -webkit-appearance: button;
}
.alignwide {
    max-width: var(--wp--style--global--wide-size);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type="submit"],
[type="button"] {
    display: inline-block;
    font-weight: 400;
    color: #cc3366;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #cc3366;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
[type="button"]:focus:not(:focus-visible) {
    outline: none;
}
button:hover,
button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
    /* color: #ffffff; */
    /* background-color: #cc3366; */
    text-decoration: none;
}
button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
    cursor: pointer;
}

/**
 * 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; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
    resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

select {
    display: block;
}

/**
 * Table styling
 */
.wp-block-table .has-fixed-layout {
    table-layout: auto;
}
table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: 1em;
    border-spacing: 0;
    border-collapse: collapse;
}
table th,
table td {
    padding: 15px;
    line-height: 1.1;
    vertical-align: top;
    border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
    font-weight: bold;
}
table thead th,
table tfoot th {
    font-size: 1em;
}
/* table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
} */
@media (max-width: 767px) {
    table table {
        font-size: 0.8em;
    }
    table table th,
    table table td {
        padding: 7px;
        line-height: 1.3;
    }
    table table th {
        font-weight: 400;
    }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol,
ul {
    margin-bottom: 15px;
}
li {
    line-height: 1.5;
}
.test-message {
    text-align: center;
}

.image-right img {
    max-width: 960px;
}

#site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

.site-navigation ul.menu li a {
    color: var(--wp--preset--color--blue);
    font-size: 1rem;
    font-weight: 600;
    transition: 0.1s all;
    text-transform: uppercase;
}

.site-navigation ul.menu li a:hover {
    color: var(--wp--preset--color--brown);
    /* color: #a48b7c; */
    /* color: #f5c2df; */
}

.container {
    max-width: 1350px;
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
}

.container__header {
    /* max-width: 1450px; */
    width: 100%;
    padding: 0px 25px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.custom-button,
.woocommerce ul.products li.product .button {
    display: inline-block;
    background-color: var(--wp--preset--color--brown);
    color: var(--wp--preset--color--base);
    font-family: var(--wp--preset--font-family--body);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 0px;
    border: 1px solid var(--wp--preset--color--brown);
    transition: 0.2s all;
    line-height: 24px;
}
.custom-button:hover,
.woocommerce ul.products li.product .button:hover {
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--brown);
}
.header-actions-block {
    display: flex;
    align-items: center;
}
body .home-grid-resp-3 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* header styles */

.custom-header-style .menu-line {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-header-style #menu-menu {
    height: 55px;
}

.custom-header-style .menu-line ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
}
.header-area {
    width: 100%;
}
.menu-line ul li {
    list-style-type: none;
    margin-right: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.menu-line .second-menu li {
    margin-right: 0px;
}

.menu-line ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    /*    font-family: "RBNo";*/
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.top-line-menu .sub-menu-wrap {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    z-index: 12;
    border: 0 solid #e9eef3;
    z-index: 100;
    /* transition: .1s all; */
}

.top-line-menu .sub-menu-wrap ul {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    font-weight: 400;
    padding: 11px 25px;
}
.top-line-menu .sub-menu-wrap li {
    padding: 10px 0 10px 0;
    white-space: nowrap;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    line-height: inherit;
    border-bottom: 1px solid #e9eef3;
}

.top-line-menu .menu-item-has-children:hover .sub-menu-wrap {
    max-height: 999px;
    border: 1px solid #e9eef3;
}
.top-line-menu .sub-menu-wrap ul li:last-child {
    border-bottom-width: 0;
}
header {
    position: relative;
    /* border-bottom: 1px solid #e4e4e4; */
}
header .nav-responsive-link {
    background: 0 0;
    padding: 10px;
    position: static;
    line-height: 8px;
    cursor: pointer;
    margin-left: 15px;
}

header .css-icon-menu {
    height: 18px;
    width: 25px;
    margin: 0px auto;
}

header .css-icon-close div,
header .css-icon-menu div {
    height: 3px;
    margin-bottom: 5px;
    border-radius: 3px;
    display: block;
    position: relative;
}
header .css-icon-menu-line-1,
header .css-icon-menu-line-3 {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
header .css-icon-close div,
header .css-icon-menu div {
    background-color: #000;
}

#overlay,
#overlay_video,
#overlay-mob-menu {
    z-index: 55;
    position: fixed;
    background-color: rgb(0 0 0 / 0);
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: none;
    backdrop-filter: blur(0px);
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
#overlay.over-open {
    background-color: rgb(0 0 0 / 25%);
    pointer-events: auto;
    backdrop-filter: blur(2px);
}

.top-header-row__nav-box {
    /* float: right; */
    position: absolute;
    top: 0px;
    max-width: 450px;
    width: 100%;
    /*    left: -450px;*/
    right: -450px;
    height: 100vh;
    z-index: 3000000;
    background-color: #fff;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
    /*    background-color: #000;*/
}

.top-header-row__nav-box.open {
    /* float: right; */
    transition: 0.5s ease;
    right: 0px;
    /*    left: -15px;*/
    opacity: 1;
    visibility: inherit;
}
.header .top-header-row__nav-box .css-icon-menu div {
    background-color: #333;
}

.top-header-row__nav-box #menu-float-menu .sub-menu,
.top-header-row__nav-box #menu-float-menu-bottom .sub-menu {
    display: none;
    height: auto;
    position: relative;
    z-index: 100;
    border: 0px solid #cecece;
    top: inherit;
    width: inherit;
    padding: 5px 0px 0px 20px;
    margin-left: 0px;
    list-style: initial !important;
}
.top-header-row__nav-box #menu-float-menu .sub-menu li,
.top-header-row__nav-box #menu-float-menu-bottom .sub-menu li {
    overflow: visible;
    list-style-type: square;
    color: #333;
    /*    overflow: ;*/
    padding: 0px;
    padding-left: 5px;
}
.top-header-row__nav-box #menu-float-menu-bottom .sub-menu li {
    color: #00afec;
}
.top-header-row__nav-box #menu-float-menu .sub-menu li a,
.top-header-row__nav-box #menu-float-menu-bottom .sub-menu li a {
    font-size: 24px;
    width: inherit;
    display: inline-block;
    padding: 5px 0px;
    position: relative;
    z-index: 10;
}
.top-header-row__nav-box #menu-float-menu-bottom .sub-menu li a {
    padding: 3px 0px;
}
.top-header-row__nav-box .sub-menu-wrap {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 34px;
    cursor: pointer;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    font-size: 20px;
    color: #333;
}
.top-header-row__nav-box #menu-float-menu-bottom .sub-menu-wrap {
    font-size: 18px;
    line-height: 30px;
    color: #00afec;
    z-index: 10;
}
.top-header-row__nav-box .sub-menu-wrap i {
    transition: 0.2s all;
}
.top-header-row__nav-box .sub-menu-wrap i.chevron-up {
    transform: rotate(180deg);
}

header .top-header-row__nav-box .action-side {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
    padding: 8px 10px;
}
header .top-header-row__nav-box .nav-responsive-link {
    margin-top: 0px;
}
header .top-header-row__nav-box .nav-responsive-link .css-icon-menu-line-1,
header .top-header-row__nav-box .nav-responsive-link .icon-menu-line-1 {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 6px;
}
header .top-header-row__nav-box .nav-responsive-link .css-icon-menu-line-2,
header .top-header-row__nav-box .nav-responsive-link .icon-menu-line-2 {
    opacity: 0;
}
header .top-header-row__nav-box .nav-responsive-link .css-icon-menu-line-3,
header .top-header-row__nav-box .nav-responsive-link .icon-menu-line-3 {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -10px;
}
.top-header-row__nav-box .navigation {
    padding-left: 0px;
}
.top-header-row__nav-box .float-side {
    padding: 0px 25px 25px 25px;
    /*    border-top: 1px solid #5d5d5d;*/
}
.top-header-row__nav-box .float-side .menu-item {
    overflow: hidden;
    padding: 1px;
    list-style-type: none;
    margin: 12px 0px;

    position: relative;
}
.top-header-row__nav-box .float-side .menu-item a {
    font-size: 18px;
    padding: 8px 0;
    text-decoration: none;
    position: relative;
    display: inline-block;
    z-index: 2;
    color: #333;
}

.top-header-row__nav-box .float-side .menu-item.current_menu_item > a,
.menu-line ul .menu-item.current_menu_item > a,
.top-header-row__nav-box .float-side .menu-item a:hover,
.menu-line ul .menu-item a:hover,
.sub-menu .menu-item.current-menu-item > a {
    color: var(--wp--preset--color--brown);
}

.top-header-row__nav-box .float-side .menu-item a:hover {
    color: var(--wp--preset--color--brown);
}
#site-header .second-menu {
    display: none;
}
.top-header-row__nav-box #menu-header-menu-2 .sub-menu {
    display: none;
    height: auto;
    position: relative;
    z-index: 100;
    border: 0px solid #cecece;
    top: inherit;
    width: inherit;
    padding: 5px 0px 0px 20px;
    margin-left: 0px;
    margin-bottom: 0px;
    list-style: initial !important;
}
.top-header-row__nav-box #menu-header-menu-2 .sub-menu li {
    overflow: visible;
    list-style-type: square;
    color: #333;
    padding: 0px;
    padding-left: 5px;
}

/* footer styles */

.footer__container {
    max-width: 1350px;
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
}

.footer__container-wrap {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
#site-footer {
    min-height: 400px;
    padding: 75px 0px 35px;
    background-color: var(--wp--preset--color--brown-2);
}
.footer__text {
    max-width: 400px;
    padding: 25px 0px 10px;
}
.footer__text p {
    color: #c0c0c0;
}

.footer__nav .site-navigation ul.menu {
    margin-left: -15px;
}
.footer__row {
    width: 25%;
    position: relative;
}
.footer__row:after {
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    top: 0px;
    width: 1px;
    height: 95%;
    background-color: rgba(255, 255, 255, 0.1);
}
.footer__row:last-child:after {
    display: none;
}
footer .footer__nav .site-navigation ul.menu a {
    font-size: 14px;
    color: #fff;
}

footer .footer__nav .site-navigation ul.menu a:hover {
    color: #c0c0c0;
}

.footer__form-block h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
}

.footer-form-container {
    display: flex;
    gap: 25px;
}
.footer-form-container input[type="text"],
.footer-form-container input[type="email"] {
    color: #fff;
}
.footer-form-container .custom-button {
    width: 100%;
}
.footer-form-container .footer-form-box:first-child {
    flex: 12;
}
.footer-form-container .footer-form-box:first-child + div {
    flex: 5;
}
.footer__hr {
    background-color: #d8d9e0;
    height: 1px;
    width: 100%;
    margin: 65px 0px 25px;
}
.footer__copywrite {
    display: flex;
    justify-content: space-between;
}

.footer__copywrite p {
    font-size: 16px;
    color: #fff;
}

#site-footer .footer-table table tr td {
    border-width: 0px;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}
#site-footer .footer-table table tr td:first-child {
    min-width: 120px;
}
#site-footer p {
    color: #fff;
}
.footer__work-time {
    min-width: 300px;
}
.footer__info-links {
    min-width: 300px;
}
.footer__info-item {
    padding-left: 30px;
}
.footer__info-item a {
    color: #fff;
    transition: 0.3s all;
}
.footer__info-item a:hover {
    text-decoration: underline;
}
.footer__info-item i {
    margin-left: -30px;
    padding-right: 8px;
    padding-top: 0px;
    font-size: 20px;
    width: 25px;
    vertical-align: text-bottom;
    line-height: 20px;
    color: var(--wp--preset--color--pink);
}

.footer-widget-wrapper .menu {
    list-style: none;
    padding-left: 0px;
    padding-top: 3px;
}
.footer-widget-wrapper .menu li {
    padding: 5px 0px;
}
.footer-widget-wrapper .menu li a {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}
.footer-widget-wrapper .menu li a:hover {
    text-decoration: underline;
}

/* contact us styles */

.contact-us-group i {
    color: var(--wp--preset--color--brown);
    font-size: 2.125rem;
    vertical-align: middle;
    margin-right: 10px;
}

/* form styles */
.form-row {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}
.single-product-summary-form {
    padding-top: 15px;
    padding-bottom: 5px;
}
.single-product-summary-form h3 {
    margin-bottom: 10px;
}
.single-product-summary-form .form-row {
    gap: 0px;
}
.single-product-summary-form form .form-row.submit-block {
    padding-top: 15px;
    justify-content: flex-start;
}
.form-col {
    width: 100%;
}
.form-row.form-col-2 .form-col {
    width: 50%;
}
textarea {
    width: 100%;
    min-height: 120px;
    resize: none;
}

textarea::placeholder,
input::placeholder {
    font-family: var(--wp--preset--font-family--body);
    font-size: 0.875rem;
    opacity: 1;
    color: #999;
    text-transform: uppercase;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    font-family: var(--wp--preset--font-family--body);
    font-size: 0.875rem;
    opacity: 1;
    color: #999;
    text-transform: uppercase;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
    font-family: var(--wp--preset--font-family--body);
    font-size: 0.875rem;
    opacity: 1;
    color: #999;
    text-transform: uppercase;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    font-family: var(--wp--preset--font-family--body);
    font-size: 0.875rem;
    opacity: 1;
    color: #999;
    text-transform: uppercase;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    font-family: var(--wp--preset--font-family--body);
    font-size: 0.875rem;
    opacity: 1;
    color: #999;
    text-transform: uppercase;
}
.wpcf7-not-valid-tip {
    margin-top: 5px;
}

button.wpcf7-submit i {
    margin-left: 5px;
}

input[type="submit"]:disabled {
    cursor: not-allowed; /* Show 'not-allowed' cursor */
}
.form-custom-spin {
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 7px;
    right: -50px;
}
.form-custom-spin i {
    font-size: 22px;
    margin: 0px 10px;
}
.submit-block {
    justify-content: center;
    align-items: center;
}
.submit-block__wrap {
    position: relative;
}
#goo-map {
    width: 100%;
    height: 500px;
    padding: 0px 15px;
}
.footer-map {
    padding: 60px 0px;
}
.min-w-200 {
    min-width: 200px;
}
.woocommerce-breadcrumb-wrap {
    padding: 15px 0px;
    background-color: #f3f3f3;
}
.woocommerce-breadcrumb-wrap .woocommerce-breadcrumb {
    padding: 0px 15px;
    margin: 0px auto;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--wp--preset--color--text-p);
}
.woocommerce-breadcrumb-wrap .woocommerce-breadcrumb a {
    color: var(--wp--preset--color--brown);
}
.woocommerce-breadcrumb-wrap .woocommerce-breadcrumb__delimiter {
    font-size: 0.675rem;
    vertical-align: top;
    margin: 0px 10px;
    color: var(--wp--preset--color--brown);
}
.site-main-woo {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* single product */

.woocommerce div.product .product_title {
    font-size: var(--wp--preset--font-size--large-44);
    margin-bottom: 30px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
}
.woocommerce div.product div.images.woocommerce-product-gallery > .flex-viewport {
    width: 78%;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: column;
    width: 22%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    float: none;
    width: 100%;
    margin-bottom: 5px;
}
.woocommerce-page div.product div.images {
    width: 55%;
}
.woocommerce-page div.product div.summary {
    width: 42%;
}
.woocommerce-page div.product .woocommerce-tabs {
    padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-width: 0px;
    background-color: transparent;
    z-index: 3;
    margin-bottom: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    padding-left: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 1.625rem;
    font-weight: 600;
    padding: 25px 0px;
    /* transition: all 0.2s ease-in-out; */
    border-bottom: 1px solid transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--wp--preset--color--brown);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--wp--preset--color--brown);
    border-bottom: 1px solid var(--wp--preset--color--brown);
    margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid var(--wp--preset--color--hr);
}
.product_meta {
    border-top: 1px solid var(--wp--preset--color--hr);
    padding-top: 20px;
    margin-top: 25px;
    padding-bottom: 15px;
}
.product_meta p {
    margin-bottom: 5px;
}
.product_meta .meta-title {
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}
.woocommerce-Tabs-panel h2 {
    font-size: var(--wp--preset--font-size--large-44);
}
.related.products {
    padding-top: 65px;
    padding-bottom: 55px;
}
.related.products > h2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.related.products > h2::after {
    content: "";
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    margin-left: 25px;
    width: 100%;
    height: 1px;
    background-color: var(--wp--preset--color--hr);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--wp--preset--font-size--main-size-22-px);
    text-align: center;
    font-weight: 600;
}
.woocommerce-page .shop-page-sort-wrapper .woocommerce-ordering {
    float: none;
}
.woocommerce-page .shop-page-sort-wrapper .woocommerce-result-count {
    float: none;
}
.shop-page-sort-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 50px;
}

.woocommerce table.shop_attributes th {
    border-right: 0px;
    border-left: 1px dotted rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 15px;
    vertical-align: middle;
}

.woocommerce table.shop_attributes td {
    border-right: 1px dotted rgba(0, 0, 0, 0.1);
    border-left: 1px dotted rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    padding: 0px 15px;
}

.yith-add-to-wishlist-button-block {
    margin: 0px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
    left: inherit;
    right: 0px;
    margin: 0px;
}
.header-actions__heart a i {
    font-size: 18px;
}
/* responsive */
@media screen and (max-width: 1100px) {
    .footer__container-wrap {
        flex-wrap: wrap;
    }
    .footer__row {
        width: 45%;
    }
    .footer__row:after {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .site-main-woo {
        flex-wrap: wrap;
    }
    .top-line-menu {
        display: none;
    }
    .home-product-blocks > .wp-block-post {
        margin-bottom: 45px;
    }
    #site-header .second-menu {
        display: flex;
        padding-left: 5px;
    }
    .woocommerce-page div.product div.images {
        width: 100%;
    }
    .woocommerce-page div.product div.summary {
        width: 100%;
    }
    .footer__row {
        width: 100%;
    }
    .site-header .site-branding img {
        width: 55px;
    }
}

.site-main-woo {
    display: flex;
    gap: 30px;
}
.shop-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 20%;
}

/* Товари - 70% */
.shop-products {
    width: 80%;
}
.wishlist_table.mobile {
    padding-left: 8px;
}
.wishlist_table.mobile li {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.wishlist_table.mobile li:last-child {
    border-width: 0px;
}
.wishlist_table.mobile li .item-details table.item-details-table,
.wishlist_table.mobile li table.additional-info {
    display: none;
}
.wishlist_table.mobile li .item-details h3 {
    font-size: 1.75rem;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    margin-top: 5px;
}
.form-wishlist,
#yith-wcwl-form {
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
}
.form-wishlist .form-row {
    gap: 10px;
    flex-wrap: wrap;
}
/* 📱 Мобільна адаптація */
@media (max-width: 768px) {
    .shop-container {
        flex-direction: column;
        width: 100%;
    }

    .shop-filter,
    .shop-products {
        width: 100%;
    }

    .shop-filter {
        margin-bottom: 20px;
    }
}
.woof_autohide_wrapper {
    display: none;
}

ul.woof_list li {
    display: flex;
    align-items: center;
    gap: 1px;
    flex-wrap: nowrap !important;
}

.icheckbox_square-blue,
.iradio_square-blue {
    width: 26px !important;
    /*  background-size: cover;*/
}

.iCheck-helper {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.icheckbox_square-blue,
.iradio_square-blue {
    background: url(assets/images/blue_nocheck.png) no-repeat;
}

.icheckbox_square-blue.checked,
.iradio_square-blue.checked {
    background: url(assets/images/blue_checked.png) no-repeat;
}

.icheckbox_square-blue.hover,
.iradio_square-blue.hover {
    background: url(assets/images/blue_hover.png) no-repeat;
}

.icheckbox_square-blue.disabled,
.iradio_square-blue.disabled {
    background: url(assets/images/blue_disabled.png) no-repeat;
}

.icheckbox_square-blue.checked.disabled,
.iradio_square-blue.checked.disabled {
    background: url(assets/images/blue_checked_disabled.png) no-repeat;
}
