/*!
Theme Name: hypnotic
Theme URI: http://underscores.me/
Author: Evgenii
Author URI: http://Evgenii
Description: тема для сайта hypnotic
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 5.6
*/

@font-face {
    font-family: 'Helvetica Neue';
    src: local('Helvetica Neue Roman'), local('Helvetica-Neue-Roman'),
        url('assets/fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
        url('assets/fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

:root {
    --font-family: 'Helvetica Neue', sans-serif;
    --font-size: 14px;
    --line-height: 19px;
    --font-weight: 400;
    --text: #1d1d1b;
    --content-link: #c4c4c4;
    --black: #000;
    --white: #fff;
    --light-gray: #f2f3f5;
    --violet: #28183a;
    --transparent-black: rgba(0, 0, 0, 0.5);
}

* {
    box-sizing: border-box;
    outline: none !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(20, 22, 154), 0.3;
    background-color: hsla(0, 0%, 100%, 0.5);
}
::-webkit-scrollbar-thumb {
    display: block;
    position: relative;
    background-color: var(--text);
    border-radius: 0px;
}

body {
    font-family: var(--font-family);
    margin: 0;
    padding: 0;
    opacity: 1;
    overflow-x: hidden;
    line-height: var(--line-height);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: var(--text);
    line-height: normal;
    font-weight: var(--font-weight);
}

h1 {
    font-size: 64px;
    line-height: normal;
    font-weight: var(--font-weight);
    margin-bottom: 24px;
}
h1.woocommerce-products-header__title {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
}

h1.product-title {
    font-size: 24px;
    line-height: normal;
}

h2 {
    font-weight: var(--font-weight);
    font-size: 48px;
    line-height: normal;
    margin-bottom: 10px;
}

article h2 {
    padding: 24px 0;
    margin-bottom: 0;
}

h2.woocommerce-loop-product__title {
    font-size: 14px;
    font-weight: var(--font-weight);
    line-height: 19px;
    margin-bottom: 0;
}

.title-with-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

body.single-product .title-with-link {
    margin-bottom: 24px;
}

.title-with-link h1.product-title {
    margin-bottom: 0;
}

.title-with-link h2 {
    margin-bottom: 50px;
}

.white {
    color: var(--white);
}

.container {
    margin: 0 auto;
    padding: 0 48px;
    display: block;
    width: 100%;
}

a {
    color: var(--text);
    text-decoration: none;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.button {
    background: var(--text);
    border: 1px solid var(--text);
    padding: 19px 53px;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: 0.03em;
    color: var(--white);
    margin-top: 35px;
}

a.button:hover {
    color: var(--text);
    background: var(--white);
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    display: flex;
}

section.simple {
    height: 800px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.page-banner {
    padding: 0 0 48px;
}

.with-padding {
    padding: 105px 0;
}

section.gray-bg {
    background-color: var(--light-gray);
}

.half-size {
    flex: 1 0 50%;
}

section.photo {
    height: 720px;
    display: flex;
}

section.photo img {
    width: 100%;
    object-fit: cover;
}

article {
    display: flex;
    flex-direction: column;
}

body.page-template-default:not(.woocommerce-page) article .container {
    width: 660px;
    margin: 32px auto 0;
    padding: 0;
}

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

iframe {
    max-width: 100%;
}

.post-thumbnail img {
    width: 100%;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    position: relative;
    display: flex;
}

form.default_form label {
    display: flex;
    flex-direction: column;
}

input:not([type='radio'], [type='checkbox']) {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid var(--text);
    border-radius: 3px;
    box-sizing: border-box;
    font-family: var(--font-family);
    color: var(--text);
    font-weight: var(--font-weight);
    font-size: 14px;
}

input[type='radio'],
input[type='checkbox'] {
    accent-color: var(--text);
}

/* input[type='checkbox'] {
    width: 20px;
    min-width: 20px;
    height: 20px;

    border: 1px solid var(--text);
    border-radius: 3px;

    -webkit-appearance: none;
    appearance: none;
    margin: 0 10px 0 0;
    flex: 0 0 auto;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
input[type='checkbox']:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    font-weight: var(--font-weight);
    background-color: transparent;
    color: var(--text);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--text);
    border-radius: 3px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-sizing: border-box;
    transition: 120ms transform ease-in-out;
}
input[type='checkbox']:checked:before {
    transform: scale(1);
} */

textarea {
    border: 1px solid var(--text);
    border-radius: 3px;
    color: var(--text);
    font-family: var(--font-family);
    outline: none !important;
    font-weight: var(--font-weight);
    font-size: 14px;
    margin-top: 10px;
    padding: 10px;
    height: 100%;
}

input::-webkit-input-placeholder {
    font-family: var(--font-family);
    color: var(--text);
    font-weight: var(--font-weight);
    font-size: 14px;
}
input::-moz-placeholder {
    font-family: var(--font-family);
    color: var(--text);
    font-weight: var(--font-weight);
    font-size: 14px;
}
input:-ms-input-placeholder {
    font-family: var(--font-family);
    color: var(--text);
    font-weight: var(--font-weight);
    font-size: 14px;
}
input:-moz-placeholder {
    font-family: var(--font-family);
    color: var(--text) !important;
    font-weight: var(--font-weight);
    font-size: 14px;
}

textarea::placeholder {
    /* Modern browsers */
    font-family: var(--font-family);
    color: var(--text);
    font-weight: var(--font-weight);
    font-size: 14px;
}

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

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.flex-wrap {
    flex-wrap: wrap;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}

.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.hide_mobile {
    display: flex;
}
.show_mobile {
    display: none;
}
.hidden {
    display: none !important;
}

.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Opera and Firefox */
}

.top {
    position: fixed;
    bottom: 20px;
    right: -120px;
    background-color: var(--content-link);
    z-index: 1000;
    border-radius: 5px;
    color: var(--white) f;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.top:hover {
    opacity: 1;
}

.top.active {
    right: 20px;
}

.popup {
    background-color: #fdfdfd;
    padding: 70px 60px;
    text-align: center;
    background: #fdfdfd;
    border-radius: 10px;
    width: 60%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup > h2 {
    margin-bottom: 15px;
}

.popup i.mfp-close {
    font-size: 14px;
    color: #fdfdfd;
    background-color: var(--text);
    font-family: 'Font Awesome 6 Pro';
    width: 24px;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* =========================================Style Start================================= */

main.site-main {
    margin-top: 78px;
}

body:not(.home) main.site-main {
    padding-top: 48px;
}

header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    padding: 26px 0;
    height: 78px;
    background-color: var(--white);
}

body:not(.home) header.site-header {
    /* border-bottom: 1px solid var(--white); */
}

header.site-header.active {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 30%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

header.site-header.active {
}

/* ==============Menu hanburger============= */
html.active {
    overflow: hidden;
}
.sandwich {
    width: 20px;
    height: 14px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sandwich > span {
    position: relative;
    width: 20px;
    height: 1px;
    border: none;
    border-radius: 2px;
    background-color: var(--text);
}

.sw-topper {
    top: 0;

    -webkit-transition: top 0.2s, -webkit-transform 0.5s;
    transition: top 0.2s, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
}

.sw-bottom {
    top: 6px;

    -webkit-transition: top 0.2s, -webkit-transform 0.5s;
    transition: top 0.2s, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.sw-footer {
    top: 13px;

    -webkit-transition: all 0.5;
    transition: all 0.5;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.sandwich.active > span {
    background-color: var(--white);
}

.sandwich.active .sw-topper {
    top: 10px;

    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
}

.sandwich.active .sw-bottom {
    top: 9px;

    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
}

.sandwich.active .sw-footer {
    opacity: 0;
    top: 0;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle_mnu {
    border: none;
    outline: none;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    position: relative;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 999;
}

.top_mnu .toggle_mnu {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 60px;
}

.toggle_mnu span {
    display: block;
}

.toggle_mnu.active {
    /* position: fixed;
	left: 132px;
    top: 75px; */
}

.top_mnu {
    position: fixed;
    width: 450px;
    height: 100%;
    padding: 35px;
    background-color: var(--Black-100per);
    z-index: 9999999;
    top: 0;
    left: 0;
    bottom: 0;

    background: #181818b3;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.top_mnu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#mobile_wrap {
    height: 100%;
    width: 100%;
    position: relative;
}

#mobile_wrap ul.menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile_wrap ul.menu li {
    margin-bottom: 20px;
    margin-left: 0;
}

#mobile_wrap ul.menu a {
    font-size: var(--font-size);
    text-transform: uppercase;
    line-height: var(--line-height);
    color: var(--white);
}

/* ========================SUBMENU========================= */

#mobile_wrap .toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#mobile_wrap .toggle-wrap > a {
    padding: 3px 10px 3px 0;
    font-weight: bold;
    white-space: nowrap;
}

#mobile_wrap ul.menu > li.menu-item-has-children .menu-toggle {
    width: 25px;
    cursor: pointer;
}
#mobile_wrap ul.menu li.menu-item-has-children .menu-toggle:after {
    content: '\f0da';
    color: var(--white);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobile_wrap ul.menu li.menu-item-has-children.opened .menu-toggle {
    transform: rotate(90deg);
}

#mobile_wrap ul.menu ul.sub-menu {
    padding: 10px;
    margin: 0;
    list-style: none;
    opacity: 1;
    visibility: visible;
    position: static;
    display: none;
    transition: none;
}
#mobile_wrap ul.menu ul.sub-menu li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#mobile_wrap ul.menu li ul.sub-menu a {
    font-size: 12px;
    color: transparent;
}

/* ========================SUBMENU========================= */

/* ==============Menu hanburger============= */

.site-branding {
    margin: 0;
    width: 118px;
}

body.home .site-branding svg g {
    fill: var(--text);
}

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

nav.main-navigation {
    margin: 0;
}

ul.menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
ul.menu li {
    margin-left: 24px;
    display: flex;
    align-items: center;
    position: relative;
}
ul.menu a {
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--text);
    position: relative;
    white-space: nowrap;
}
ul.menu a:after,
a.footer-contact:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--text);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobile_wrap ul.menu a:after {
    background-color: var(--white);
}

ul.menu a:hover:after,
ul.menu li.current-menu-item > a:after,
a.footer-contact:hover:after {
    width: 100%;
}

ul.menu li:first-child {
    margin-left: 0;
}

.ordering_wrap {
    margin-bottom: 25px;
    padding: 21px 0;
    border-bottom: 1px solid #e5e5e5;
}

ul.menu li a.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents-count {
    margin-left: 5px;
}

.header-search {
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
}

.toggle-search {
    cursor: pointer;
    display: flex;
}

.toggle-search i {
    font-size: 28px;
}

.header-search .search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: var(--text);
    z-index: 999;
    color: var(--white);
}

.header-search-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 200px;
}

.header-search-inner > img {
    width: 250px;
    margin-bottom: 30px;
}

i.close-search {
    color: var(--white);
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    cursor: pointer;
}

.header-search .asl_w_container {
    width: 50%;
}

.header-search #ajaxsearchlite1 .probox,
div.asl_w .probox,
.header-search div.asl_m .probox .proinput input,
.header-search div.asl_w .probox .promagnifier {
    height: 50px;
}

.header-search div.asl_w .probox .proloading,
.header-search div.asl_w .probox .proclose,
.header-search div.asl_w .probox .promagnifier,
.header-search div.asl_w .probox .prosettings {
    width: 50px;
    height: 50px;
}

body div.asl_r {
    margin: 3px 0 0;
}

header.site-header.active .header-search .search-wrap {
    top: 55px;
}

body div.asl_r .results .item .asl_content h3,
body div.asl_r .results .item .asl_content h3 a {
    color: var(--text);
}

body #ajaxsearchlite1 .probox .proinput input,
body div.asl_w .probox .proinput input {
    font-size: 18px;
}

section.hero-banner {
    height: 100vh;
    width: 100%;
}

.hero-item {
    height: 100vh;
    width: 100%;
    position: relative;

    background-size: cover;
    background-repeat: no-repeat;
}
.hero-item img {
    object-fit: cover;
}

.home-banner-content {
    position: absolute;
    top: 75px;
    left: 48px;
    z-index: 1;
}

a.link {
    color: var(--text);
    white-space: nowrap;
    display: flex;
    align-items: center;
}

a.link.white {
    color: var(--white);
}

a.link i {
    margin-left: 10px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.link:not(.with-bg):hover i {
    margin-left: 3px;
}

a.with-bg {
    padding: 14.5px 24px;
    border: 1px solid var(--text);
}

a.with-bg:hover {
    background-color: var(--text);
    color: var(--white);
}

.owl-nav {
    position: absolute;
    top: calc(50% - 40px);
    left: -80px;
    right: -80px;
    display: flex;
    justify-content: space-between;
    height: 0;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent !important;
    border: 1px solid var(--text) !important;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-nav button:hover {
    background-color: var(--text) !important;
}

.owl-nav i {
    font-size: 30px;
    color: var(--text);
}

.owl-nav button:hover i {
    color: var(--white);
}

.variations-loop {
    display: flex;
    align-items: center;
    font-weight: var(--font-weight);
    font-size: 20px;
    line-height: 25px;
    color: #3d3d3d;
}

.attr_name {
    margin-right: 20px;
}

.content-attribute {
    width: 18px;
    height: 18px;
    padding: 1px;
    margin-right: 10px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
}

footer.site-footer {
    color: var(--text);
    padding: 80px 0 40px;
}

footer.site-footer a {
    color: var(--text);
}

footer .site-info {
    padding-bottom: 64px;
    margin-bottom: 33px;
    border-bottom: 1px solid #e4e4e3;
}

.footer-logo {
    max-width: 186px;
}

footer.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer.site-footer ul li:not(:first-child) {
    margin-left: 32px;
}

footer.site-footer .footer-bottom ul li a,
footer.site-footer a.footer-contact {
    color: #696963;
    position: relative;
}

footer.site-footer .footer-bottom ul li a:after,
footer.site-footer a.footer-contact:after {
    background-color: #696963;
}

a.footer-contact:not(:last-child) {
    margin-bottom: 10px;
}

.result {
    font-weight: bold;
    color: green;
}

.help-block.form-error {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    color: #b94a48;
}

form.comment-form {
    display: flex;
    flex-wrap: wrap;
}

form.comment-form p.comment-form-author,
form.comment-form p.comment-form-email {
    width: 49%;
}

form.comment-form p.comment-form-email {
    margin-left: 2% !important;
}

form.comment-form p.comment-form-comment,
form.comment-form p.form-submit {
    width: 100%;
}

.country-hide {
    display: none;
}

/*=====================QUANITY BUTTON=========================*/

.form-group--number {
    width: 120px;
    position: relative;
    order: 1;
}
.wc-stripe-product-checkout-container {
    order: 2;
}
.product .wc-stripe-product-checkout-container.bottom {
    margin-top: 0;
}
.wc-stripe-product-checkout-container
    ul.wc_stripe_product_payment_methods
    li[class*='payment_method_stripe_']:not(.payment_method_stripe_payment_request) {
    max-width: 100% !important;
}

body .gpay-card-info-container {
    border: 1px solid var(--text) !important;
    border-radius: 0;
    /* margin: 0 !important; */
}
body button.apple-pay-button,
body .wc-stripe-applepay-container,
body .banner_payment_method_stripe_applepay {
    border-radius: 0;
}

body.single-product button.gpay-card-info-container,
body.single-product .gpay-card-info-animation-container {
    background-color: transparent;
    display: flex;
}
.product .wc-stripe-clear {
    display: none;
}
label.screen-reader-text {
    display: none;
}

.form-group--number button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    color: var(--text);
    font-size: 15px;
    border: none;
    background: none;
}

.form-group--number button.down {
    left: 12px;
}
.form-group--number button.down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 8px;
    height: 1px;
    background-color: var(--text);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.form-group--number button.up {
    right: 12px;
}
.form-group--number button.up:before,
.form-group--number button.up:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 8px;
    height: 1px;
    background-color: var(--text);
}

.form-group--number button.up:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.form-group--number button.up:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.form-group--number .form-control {
    border: 1px solid #3d3d3d;
    height: 45px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #3d3d3d;
    background-color: transparent;
}
.form-group--number input {
    border-radius: 0;
}

/*=====================QUANITY BUTTON=========================*/

/*=====================CART SIDEBAR=========================*/
.mobile-sidebar-filter.is-active .side_menu_opa {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background-color: var(--text);
    z-index: 997;
    opacity: 0.2;
}

.sidebar-filter {
    bottom: 0;
    top: 0;
    width: 330px;
    right: -var(--font-weight) px;
    position: fixed;
    z-index: 99999;
    margin-left: 0;
    max-width: 95%;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-sidebar-filter.is-active .sidebar-filter {
    right: 0;
}

.sidebar-filter-inner {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--white);
    color: var(--text);
}

.side_menu_close {
    left: -45px;
    top: 10px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    width: 34px;
    height: 34px;
    font-size: 28px;
    color: var(--white);
    background-color: var(--text);
    z-index: 1;
}

.side_menu_close:hover {
    color: var(--text);
    background-color: var(--white);
}

.cart-items-wrap {
    overflow-y: scroll;
    padding: 30px 10px 0 15px;
}

body.menu-active {
    overflow: hidden;
}

section.simple > .container {
    height: 100%;
}
.simple-text-wrap {
    margin-top: auto;
}
h4.simple-text {
    max-width: 660px;
    font-size: 24px;
    margin: 0;
}

.seo-wrap {
    padding: 150px;
}

.subscribe img {
    object-fit: cover;
    height: 100%;
}

.subscribe-wrap {
    background-color: var(--violet);
    color: var(--white);
    padding: 240px 165px;
}

.mailpoet_paragraph {
    margin-bottom: 12px;
    position: relative;
}

span[class*='mailpoet_error'] {
    color: #ff8080;
    font-size: 14px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body #mailpoet_form_1 .mailpoet_paragraph {
    margin-bottom: 12px;
}

ul.parsley-errors-list.filled {
    margin: 0;
    padding: 12px 24px 0;
    color: #ff8080 !important;
    font-size: 14px !important;
    line-height: normal;
    position: relative;
}

ul.parsley-errors-list.filled:before {
    content: '\3f';
    font-family: var(--fa-style-family, 'Font Awesome 6 Pro');
    font-weight: var(--fa-style, 900);
    color: #ff8080;
    position: absolute;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ff8080;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.parsley-required,
.parsley-custom-error-message {
    color: #ff8080 !important;
    font-size: 14px !important;
    line-height: normal;
}

input.mailpoet_text {
    background-color: transparent !important;
    padding: 12.5px 24px !important;
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 0;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #ff8080 !important;
    border-color: #ff8080 !important;
}

input.mailpoet_text::-webkit-input-placeholder {
    font-family: var(--font-family);
    color: var(--white);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
}

input.parsley-error::-webkit-input-placeholder {
    color: #ff8080 !important;
}

input.mailpoet_submit {
    padding: 14.5px !important;
    color: var(--text);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    background-color: var(--white);
    border: 1px solid var(--white) !important;
    border-radius: 0;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input.mailpoet_submit:hover {
    background-color: transparent;
    color: var(--white);
}

/*=====================CART SIDEBAR=========================*/

.product-item {
    padding-bottom: 30px;
}

.product-loop-image {
    height: 660px;
}

.product-loop-image img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
}

.product-loop-info {
    padding: 32px 0 10px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--text);
    border-radius: 3px;
    height: 40px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-dropdown {
    border: 1px solid var(--text);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text);
}

body.single-product div.product {
    padding-top: 0;
}

.single-product-wrap {
    gap: 57px;
}

.single-product-left {
    flex: 1 0 612px;
    padding-right: 15px;
    margin: 0;
    position: sticky;
    top: 85px;
    width: 100%;
    min-height: 1px;
    margin: 0;
    display: flex;
    height: calc(100vh - 120px);
    overflow-y: scroll;
}

.single-product-right {
    flex: 1 1 auto;
}

.single-product-gallery {
    /* height: 100%; */
    flex: 1 0 100%;
}

a.gallery-item {
}

.single-product-descr ul {
    padding: 0;
    margin: 0 0 15px;
    list-style-position: inside;
}

.wc-block-cart__payment-options.wp-block-woocommerce-cart-express-payment-block {
    display: none !important;
}

a#wc-block-components-totals-shipping__change-address__link {
    text-decoration: underline;
    font-weight: bold;
}

.wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper {
    display: none;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row {
    order: 10;
    flex: 1 0 auto;
}

body.woocommerce-checkout #billing_first_name_field,
body.woocommerce-checkout #billing_last_name_field,
body.woocommerce-checkout #billing_phone_field,
body.woocommerce-checkout #billing_email_field {
    order: 1;
}

body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #shipping_address_1_field {
    order: 2;
    width: 100%;
}

body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_city_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #billing_postcode_field,
body.woocommerce-checkout #shipping_country_field,
body.woocommerce-checkout #shipping_city_field,
body.woocommerce-checkout #shipping_state_field,
body.woocommerce-checkout #shipping_postcode_field {
    width: 50%;
}
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #shipping_country_field {
    order: 3;
}
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #shipping_state_field {
    order: 4;
}

body.woocommerce.woocommerce-order-received h2 {
    font-size: 32px;
    padding: 0;
    line-height: 40px;
}

body.woocommerce.woocommerce-order-received .woocommerce-columns--addresses {
    justify-content: space-between;
}

body.woocommerce.woocommerce-order-received .woocommerce-columns--addresses:before,
body.woocommerce.woocommerce-order-received .woocommerce-columns--addresses:after {
    display: none;
}

.xoo-wsc-basket {
    bottom: 40px;
    right: 15px;
}

.shop-wrap {
    padding: 0 0 56px 0;
}

.gallery.grid-2 {
    gap: 32px;
}

.gallery-column {
    gap: 32px;
}

.faq-wrap {
    margin-top: 0;
}

.faq-item {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid var(--light-gray);
}

.faq-item.opened,
.faq-item:hover {
    background-color: var(--white);
    border-bottom: 1px solid transparent;
}

.faq-question {
    padding: 12px 0;
    cursor: pointer;
}

.faq-item.opened .faq-question {
    border-bottom: 1px solid var(--light-gray);
}

.faq-question h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
}

.faq-answer {
    padding: 12px 0;
    display: none;
}

.faq-question i {
    margin-left: auto;
}

.faq-answer ul {
    list-style-position: inside;
    padding: 0 0 0 5px;
    margin: 10px 0;
}

.faq-answer p.text-margin {
    margin-bottom: 29px;
}

.faq-answer h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
    margin-top: 24px;
}

h5.no-margin-top {
    margin-top: 0;
}

.faq-item.opened .faq-question i:before {
    content: '-';
    /* -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
}

.xoo-wsc-body,
.xoo-wsc-body span.amount,
.xoo-wsc-body a {
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    color: var(--color);
}
.xoo-wsc-footer,
.xoo-wsc-footer a,
.xoo-wsc-footer .amount {
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    border-width: 1px;
}
span.xoo-wsc-ft-amt-label {
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    color: var(--color);
}

/*=====================ADAPTIVE=========================*/

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 24px;
    }
    section.with-padding {
        height: 812px;
        padding: 104px 0;
    }
    section.products.with-padding {
        height: auto;
    }
}
@media screen and (max-width: 992px) {
    header.site-header {
        padding: 32px 0;
        height: 96px;
    }
    header.site-header .site-branding {
        margin: 0 auto;
    }
    header.site-header ul.menu li {
        margin-left: 0;
    }
    .header-right {
        display: flex;
        margin-top: -4px;
        position: absolute;
        right: 24px;
        top: 50%;

        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    main.site-main {
        margin-top: 96px;
    }
    body:not(.home) main.site-main {
        padding-top: 24px;
    }
    .grid-4 {
        grid-auto-rows: auto;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 7px;
    }
    .hide_mobile {
        display: none !important;
    }
    .show_mobile {
        display: flex;
    }
    .cart-icon {
        position: relative;
        flex-wrap: wrap;
        justify-content: center;
        width: 18px;
    }
    .cart-contents-count {
        position: absolute;
        top: 7px;
        line-height: 11px;
        z-index: 1;
        margin-left: 0;
    }
    .product-loop-info {
        flex-direction: column;
        align-items: flex-start;
        font-size: 11px;
    }
    h2.woocommerce-loop-product__title {
        margin-bottom: 10px;
        font-size: 11px;
    }
    .site-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .single-product-wrap {
        flex-direction: column;
    }
    .single-product-gallery {
        margin-bottom: 64px;
    }
    .single-add-to-cart.show_mobile {
        background-color: var(--white);
    }
    .single-add-to-cart.active {
        position: fixed;
        left: 24px;
        right: 24px;
        bottom: 0;
        z-index: 99;
    }
    .woocommerce-variation-add-to-cart,
    .woocommerce div.product form.cart {
        margin-top: 24px;
    }
    .single-product-right {
    }
    footer .site-info {
        flex-direction: column;
        padding-bottom: 30px;
    }
    footer .single_widget {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    footer .single_widget.footer-logo {
        width: 100%;
        display: flex;
        margin-bottom: 15px;
    }
    .widget_nav_menu {
        text-align: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer-bottom {
        flex-direction: column;
        justify-content: center;
    }
    .copyright {
        order: 1;
    }
    .ordering_wrap {
        margin-bottom: 15px;
    }
    .woocommerce-cart-form__cart-item .quantity.form-group--number {
        display: flex;
        margin-left: auto;
    }
    .top {
        width: 35px;
        height: 35px;
    }
	section.with-padding {
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .home-banner-content {
        left: 24px;
    }
    section.page-banner {
        padding: 0 0 24px;
    }
    section.subscribe .half-size:not(.subscribe-wrap) {
        display: none;
    }
    article header.entry-header {
        margin-top: 0;
    }
    .container {
        padding: 0 24px;
    }
    body.page-template-default:not(.woocommerce-page) article .container {
        padding: 0 24px 24px;
        width: 100%;
    }
    section.hero-banner {
        height: 734px;
    }
    .hero-item {
        height: 734px;
    }
    .simple-text-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    h4.simple-text {
        font-size: var(--font-size);
        width: 100%;
    }

    section.photo {
        flex-direction: column;
        height: auto;
    }
    body:not(.single-product) .title-with-link {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 64px;
    }
    .title-with-link h2 {
        margin-bottom: 0;
    }
    .title-with-link h2 br {
        display: none;
    }
    .shop-wrap {
        padding: 0;
    }
    ul.products.grid-2 {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .product-item {
        padding-bottom: 0;
    }
    section.simple.seo {
        height: auto;
    }
    .seo-wrap {
        padding: 0;
    }
    .seo-wrap h2 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 0;
    }
    section.subscribe {
        flex-direction: column;
        padding: 0;
    }
    section.subscribe .half-size {
        padding: 230px 24px;
    }
    section.subscribe h2 {
        margin-bottom: 54px;
    }
    .single-product-wrap {
        flex-wrap: wrap;
    }
    .single-product-gallery {
        flex: 1;
        padding: 0;
    }
    .single-product-right {
        max-width: 100%;
        position: static;
        height: auto;
    }
    .gallery.grid-2 {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .gallery-column {
        gap: 12px;
    }
    body.woocommerce.woocommerce-order-received .woocommerce-columns--addresses {
        flex-direction: column;
        gap: 30px;
    }
    footer.site-footer {
        padding: 64px 0 40px;
    }
    .popup {
        width: 95%;
    }
}
@media screen and (max-width: 580px) {
    h1 {
        font-size: 48px;
        line-height: normal;
    }
    h2 {
        font-size: 32px;
        line-height: normal;
    }
	
    
}
@media screen and (max-width: 480px) {
    .toggle_mnu {
        margin-right: 0;
    }
    .top_mnu {
        width: 90%;
    }
    .product-loop-image {
        height: 327px;
    }
    .product-loop-info {
        padding: 16px 0 0;
    }
    form.comment-form p.comment-form-author,
    form.comment-form p.comment-form-email {
        width: 100%;
    }
    form.comment-form p.comment-form-email {
        margin-left: 0 !important;
    }
    .side_menu_close {
        left: inherit;
        top: 10px;
        right: 10px;
    }
    .cart-items-wrap {
        margin-right: 10px;
    }
    footer .single_widget {
        width: 100%;
    }
}
/*=====================ADAPTIVE=========================*/
