:root {
    --dark-green: rgba(62, 83, 66, 1);
    --base: #FFF9EA;
    --base-h: #f0e0b6;
    --green: #809e86;
    --text: #343830;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    -webkit-font-smoothing: antialised;
    overflow-x: hidden;
    background: var(--base);
    color: var(--text);
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a {
    color: var(--black);
    text-decoration: none;
    display: inline-block;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: red;
}

body input:required:valid,
body textarea:required:valid {
    color: green;
}

ul,
ol {
    list-style-position: inside;
}

.hidden {
    display: none;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.flex {
    display: flex;
    align-items: center;
}

.just-space {
    justify-content: space-between;
}

.just-center {
    justify-content: center;
}

.align-top {
    align-items: start;
}

.align-center {
    align-items: center;
}

section {
    padding: 50px 0;
}

.text-center {
    text-align: center;
}

/*grid*/
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
}

/*TEXT*/
h1,
.h1 {
    color: #343830;
    font-size: 48px;
    font-family: 'Cormorant', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

h2,
.h2 {
    color: #343830;
    font-size: 36px;
    font-family: 'Cormorant', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;
}

/*HEADER*/
header {
    position: sticky;
    top: 0;
    background: var(--dark-green);
    height: 80px;
    z-index: 99;
}

header a {
    color: var(--base);
}

header a:hover {
    color: var(--base-h);
}

.header-logo img {
    height: 75px;
    width: auto;
}

.header-menu ul {
    margin: 0;
    padding: 0;
}

.header-menu ul li {
    list-style-type: none;
    padding: 0 15px;
}

/*FOOTER*/
footer {
    background: var(--dark-green);
    padding: 50px 0;
    color: var(--base);
}

footer a {
    color: var(--base);
}

footer a:hover {
    color: var(--base-h);
}

.footer-logo img {
    width: 100px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

/**/
.page-title {
    text-align: center;
    margin-bottom: 30px;
}

.page-content,
.contacts {
    font-size: 18px;
}

.pre-footer {
    background: var(--base-h);
    text-align: center;
}

.block_loop-cirkle {
    margin-top: 50px;
}

.loop-cirkle {
    position: relative;
    color: #343830;
    font-size: 32px;
    font-family: 'Cormorant', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
}

.loop-cirkle span {
    position: relative;
    z-index: 2;
}

.loop-cirkle:before {
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    content: '';
    background: var(--green);
    position: absolute;
    left: -37px;
    top: 50%;
    margin-top: -37px;
    z-index: 1;
}

.loop-cirkle:after {
    content: '';
    display: block;
    width: 132px;
    height: 132px;
    background: url(../img/circle.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: loop-cirkle 1.4s infinite linear;
    backface-visibility: hidden;
    position: absolute;
    left: -66px;
    top: 50%;
    margin-top: -66px;
    z-index: 1;

}

@keyframes loop-cirkle {
    0% {
        transform: rotate(0deg);
        animation-timing-function: linear;
    }

    100% {
        transform: rotate(360deg);
    }
}


.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 18px;
    color: #343830;
    font-weight: 400;
    font-family: 'Montserrat';
    padding: 0;
    margin-bottom: 12px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    font-size: 21px;
    color: #343830;
    font-weight: 500;
    font-family: 'Cormorant', Arial, sans-serif;
}

.insta-photo img {
    height: 270px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.slick-slide {
    margin: 0 20px;
}

/* the parent */
.slick-list {
    margin: 0 -20px;
}

#reviews-slider a {
    display: block;
}

#reviews-slider img {
    height: 440px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.adv {
    text-align: center;
}

.adv img {
    margin-bottom: 20px;
}

.adv b {
    color: #343830;
    font-size: 24px;
    font-family: 'Cormorant', Arial, sans-serif;
    font-weight: 500;
}

.adv p {
    margin-bottom: 10px;
}

.main-banner h1 {
    color: #343830;
    font-size: 64px;
    font-family: 'Cormorant', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 40px;
}

.main-banner p {
    font-size: 20px;
}

.main-banner h1 span {
    color: rgb(203, 179, 116);
}

.main-banner .block_loop-cirkle {
    margin-left: 40px;
}

#main-slider {
    width: 100%;
}

.sec-slider {
    width: 100%;
}

.main-banner .grid-2 {
    grid-template-columns: 1fr 50%;
}

.summary .quantity {
    display: none !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 20px;
    font-weight: 500;
    color: #343830;
}

.related.products {
    clear: both;
}

.woocommerce div.product form.cart .button {
    float: none;
}

.woocommerce-tabs {
    margin-top: 40px;
}

.woocommerce-tabs h2 {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    color: #fff9ea;
    background-color: #343830;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Montserrat;
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background: #000;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background: #444;
}

.summary .product_title {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.woocommerce div.product form.cart .variations select {
    width: 200px;
    border: 1px #343830 solid;
    background: #FFF9EA;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    border-radius: 5px;
    font-family: 'Montserrat';
    height: 30px;
}

.woocommerce-variation-price {
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--base);
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 18px !important;
}

.wc-block-cart__submit-button {
    border: 1px solid;

}

.burger,
.mob-menu {
    display: none;
}

.burger span {
    width: 30px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    display: block;
    margin: 5px 0;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.header-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    background: var(--base);
    padding: 10px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
}

.header-menu ul.sub-menu li {
    margin-bottom: 12px;
}

.header-menu ul.sub-menu a {
    color: #343830;
    font-size: 14px;
    line-height: 1.35;
}