@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

@font-face {
    font-family: 'Syne';
    src: url('../fonts/Syne-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeologicaBold';
    src: url('../fonts/Geologica-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #5e5955;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.64em;
}

@media screen and (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

body strong,
body b {
    color: #5e5955;
    font-family: GeologicaBold !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

}

@media screen and (max-width: 991px) {

    body strong,
    body b {
        font-size: 14px;
    }
}

body p a,
body span a,
body table a {
    color: #00a1b0;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-decoration-line: underline;
}

@media screen and (max-width: 991px) {

    body p a,
    body span a,
    body table a {
        font-size: 14px;
    }
}

body .custom-body-font {
    color: #5e5955;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.66em;
}

@media screen and (max-width: 991px) {
    body .custom-body-font {
        font-size: 18px;
    }
}

body .custom-body-font strong,
body .custom-body-font b {
    color: #5e5955;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.66em;
}

@media screen and (max-width: 991px) {

    body .custom-body-font strong,
    body .custom-body-font b {
        font-size: 18px;
    }
}

.hover-image,
.reset_variations {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .margin-mobile-30 {
        margin-top: 30px;
    }
}

h1 {
    color: #f7f4ee;
    text-align: center;
    font-family: Syne;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 36px;
    }
}

h1 {
    color: #f7f4ee;
    text-align: center;
    font-family: Syne;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 36px;
    }
}

h2 {
    color: #503e2d;
    text-align: center;
    font-family: Syne;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    color: #f7f4ee;
    text-align: center;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 16px;
    }
}

h4 {
    color: #503e2d;
    font-family: Geologica;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.42em;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    h4 {
        font-size: 20px;
    }
}

.delivery-options .index-line.attika-options {
    margin-top: 10px;
    width: 100%;
}

.delivery-options .index-line.attika-options input {
    padding: 14px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    color: #786754;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background: transparent;
    border: 1px solid #5e5955;
}

.delivery-options .pickup-options {
    margin-top: 24px;
}

.delivery-options .pickup-options h5 {
    color: #3a342e;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.86;
    margin-bottom: 10px;
}

.delivery-options .delivery-line input {
    display: none;
}

.delivery-options .delivery-line input+label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.delivery-options .delivery-line input+label:before {
    content: '';
    background-image: url('../images/checkbox-empty-box.svg');
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 6px;
}

.delivery-options .delivery-line input:checked+label:before {
    background-image: url('../images/checkbox-filled-box.svg');
}

h6 {
    color: #00a1b0;
    text-align: center;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mb-10 h6 {
    margin-bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    border-radius: 100px;
    border: 2px solid #8a7a67;
    background: transparent;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 40px !important;
    height: 40px !important;
    box-sizing: border-box;
    font-size: 16px;
}

@media screen and (max-width: 991px) {

    .swiper-button-next,
    .swiper-button-prev {
        border: none;
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px !important;
    font-weight: 600;
    color: #8a7a67;
}

@media screen and (max-width: 991px) {

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px !important;
        color: #8a7a67 !important;
    }
}

@media screen and (max-width: 991px) {
    .swiper-button-next {
        right: -13px !important;
    }
}

@media screen and (max-width: 991px) {
    .swiper-button-prev {
        left: -13px !important;
    }
}

.categories-outer-container .swiper-button-next,
.categories-outer-container .swiper-button-prev {
    border-color: #ffffff;
}

.categories-outer-container .swiper-button-next:after,
.categories-outer-container .swiper-button-prev:after {
    color: #ffffff;
}

.container {
    max-width: 1580px;
}

@media screen and (max-width: 1660px) {
    .container {
        max-width: calc(50% - 80px);
    }
}

@media screen and (max-width: 991px) {
    #mega-menu-wrap-main_menu {
        display: none !important;
    }
}

.mega-menu-heading {
    color: #00a1b0;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #00a1b0;
}

.mega-menu-heading:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-image: url('../images/filter-ico.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mega-menu-heading.tags-heading:before {
    background-image: url('../images/tags-ico.svg');
}

.mega-menu [aria-current='page'] {
    position: relative;
}

.section-item.single-product-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    .section-item.single-product-section {
        flex-direction: column;
    }
}

.section-item.single-product-section .product-images-side {
    width: calc(50% - 30px);
}

@media screen and (max-width: 991px) {
    .section-item.single-product-section .product-images-side {
        width: 100%;
    }
}

.section-item.single-product-section .product-images-side .single-product-page-swiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .section-item.single-product-section .product-images-side .single-product-page-swiper .swiper-slide {
        height: 400px;
    }
}

.section-item.single-product-section .product-images-side .single-product-page-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-item.single-product-section .product-images-side .single-product-page-swiper-thumbs {
    margin-top: 15px;
}

.section-item.single-product-section .product-images-side .single-product-page-swiper-thumbs .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    width: 180px !important;
}

.section-item.single-product-section .product-images-side .single-product-page-swiper-thumbs .swiper-slide img {
    width: 180px !important;
}

.section-item.single-product-section .product-content-side {
    width: calc(50% - 30px);
}

@media screen and (max-width: 991px) {
    .section-item.single-product-section .product-content-side {
        width: 100%;
        margin-top: 30px;
    }
}

footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

footer .footer-bottom-block {
    padding: 8px 221.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 80px);
}

@media screen and (max-width: 1760px) {
    footer .footer-bottom-block {
        padding: 8px 131px;
    }
}

@media screen and (max-width: 1441px) {
    footer .footer-bottom-block {
        padding: 8px 71px;
    }
}

@media screen and (max-width: 991px) {
    footer .footer-bottom-block {
        width: calc(100% - 40px);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 8px 20px;
    }
}

footer .footer-bottom-block .left-side {
    color: #8a7a67;
    font-family: Geologica;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 2.33em;
    letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
    footer .footer-bottom-block .left-side {
        margin-bottom: 20px;
    }
}

footer .footer-bottom-block .right-side {
    height: 22px;
    width: auto;
}

footer .footer-top-block {
    border-radius: 20px;
    background: #786754;
    display: block;
    width: calc(100% - 80px);
    margin-top: 60px;
    padding: 44.5px 221px 24.5px;
}

@media screen and (max-width: 1760px) {
    footer .footer-top-block {
        padding: 44.5px 131px 24.5px;
    }
}

@media screen and (max-width: 1441px) {
    footer .footer-top-block {
        padding: 44.5px 71px 24.5px;
    }
}

@media screen and (max-width: 991px) {
    footer .footer-top-block {
        width: calc(100% - 40px);
        padding: 44.5px 21px 24.5px;
    }
}

footer .footer-top-block .bottom-line {
    margin-top: 80px;
    padding-top: 25px;
    border-top: 1px solid #8a7a67;
}

footer .footer-top-block .bottom-line .footer-policies-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    footer .footer-top-block .bottom-line .footer-policies-menu ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

footer .footer-top-block .bottom-line .footer-policies-menu ul li {
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
}

@media screen and (max-width: 1600px) {
    footer .footer-top-block .bottom-line .footer-policies-menu ul li {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    footer .footer-top-block .bottom-line .footer-policies-menu ul li {
        margin-bottom: 12px;
        margin-left: 0;
        margin-right: 0;
    }
}

footer .footer-top-block .bottom-line .footer-policies-menu ul li a {
    color: #fff;
    text-align: center;
    font-family: Geologica;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 2.15em;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

footer .footer-top-block .bottom-line .footer-policies-menu ul li:not(:last-child):after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #fbf9f5;
    right: -39.5px;
    top: 4px;
}

@media screen and (max-width: 1600px) {
    footer .footer-top-block .bottom-line .footer-policies-menu ul li:not(:last-child):after {
        right: -19.5px;
    }
}

@media screen and (max-width: 1200px) {
    footer .footer-top-block .bottom-line .footer-policies-menu ul li:not(:last-child):after {
        content: unset;
    }
}

footer .footer-top-block .top-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1300px) {
    footer .footer-top-block .top-line {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 60px;
        row-gap: 40px;
    }
}

@media screen and (max-width: 991px) {
    footer .footer-top-block .top-line {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}

footer .footer-top-block .top-line .footer-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 991px) {
    footer .footer-top-block .top-line .footer-column:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    footer .footer-top-block .top-line .footer-column.logo-column {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

footer .footer-top-block .top-line .footer-column.logo-column .footer-column-logo-wrapper {
    max-width: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .footer-top-block .top-line .footer-column.logo-column .footer-column-logo-wrapper img {
    width: 100%;
    height: auto;
}

footer .footer-top-block .top-line .footer-column.logo-column .footer-column-logo-wrapper .logo-subs {
    margin-top: 6px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-align: center;
    font-family: Geologica;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 2.3em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

footer .footer-top-block .top-line .footer-column .footer-nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-top-block .top-line .footer-column .footer-nav-menu ul li a {
    color: #fff;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.55em;
    letter-spacing: 1px;
    text-decoration: none;
}

footer .footer-top-block .top-line .footer-column .footer-nav-menu ul li:not(:last-child) {
    margin-bottom: 14px;
}

footer .footer-top-block .top-line .footer-column .footer-contact-lines .line:not(:last-child) {
    margin-bottom: 12px;
}

footer .footer-top-block .top-line .footer-column .footer-contact-lines .line .heading {
    color: #fff;
    font-family: Geologica;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 2.15em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

footer .footer-top-block .top-line .footer-column .footer-contact-lines .line .content {
    display: block;
    margin-top: 3px;
    color: #fff;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 1px;
    text-decoration: none;
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter .newsletter-section-heading {
    color: #fff;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.55em;
    text-align: left;
    letter-spacing: 1px;
}

.footer-column-newsletter {
    width: 100%;
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter .newsletter-section-subheading {
    margin-top: 4px;
    color: #fff;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
    letter-spacing: 1px;
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter #menu-socials-menu-top-1 {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    margin: 0;
    margin-top: 40px;
    padding: 0;
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter #menu-socials-menu-top-1 li {
    margin-right: 34px;
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter #menu-socials-menu-top-1 li a {
    height: 22px;
    width: 22px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter #menu-socials-menu-top-1 li.facebook-social a {
    background-image: url('../images/facebook-social.png');
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter #menu-socials-menu-top-1 li.insta-social a {
    background-image: url('../images/instagram-social.png');
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter #menu-socials-menu-top-1 li.tiktok-social a {
    background-image: url('../images/tiktok-social.png');
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter #menu-socials-menu-top-1 li.youtube-social a {
    background-image: url('../images/youtube-social.png');
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter #menu-socials-menu-top-1 li span {
    display: none;
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter .newsletter-section-form {
    margin-top: 14px;
    position: relative;
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter .newsletter-section-form input {
    padding: 4px 24px 4px 0;
    outline: none;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fbf9f5;
    background: transparent;
    color: white;
}

footer .footer-top-block .top-line .footer-column .footer-column-newsletter .newsletter-section-form button {
    display: block;
    position: absolute;
    outline: none;
    top: 0;
    right: 0;
    height: 24px;
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    background: none;
}

.shop-bottom-banner {
    max-width: calc(100% - 80px);
    height: auto;
    object-position: center;
    object-fit: cover;
    margin: 117px auto 0;
}

.section-item.shop-page-holder {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    max-width: calc(100% - 323px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media screen and (max-width: 1600px) {
    .section-item.shop-page-holder {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width: 991px) {
    .section-item.shop-page-holder {
        max-width: calc(100% - 40px);
    }
}

.section-item.shop-page-holder .filters-side {
    width: 330px;
}

@media screen and (max-width: 1600px) {
    .section-item.shop-page-holder .filters-side {
        width: 280px;
    }
}

@media screen and (max-width: 991px) {
    .section-item.shop-page-holder .filters-side {
        position: absolute;
        left: -100vw;
        width: 70vw;
    }
}

.section-item.shop-page-holder .filters-side .shop-filter-element {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e3e0dd;
    z-index: 0;
    position: relative;
}

.section-item.shop-page-holder .filters-side .shop-filter-element .clear-filter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #8a7a67;
    color: #8a7a67;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

.section-item.shop-page-holder .filters-side .shop-filter-element .clear-filter-button img {
    margin-right: 12px;
}

.section-item.shop-page-holder .filters-side .shop-filter-element .shop-filter-title {
    color: #00a1b0;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section-item.shop-page-holder .filters-side .shop-filter-element .shop-filter-title img {
    width: 24px;
    height: 24px;
    object-position: center;
    object-fit: contain;
    margin-right: 12px;
}

.section-item.shop-page-holder .filters-side .shop-filter-element .tags-filter .shop-tag-line label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #3a342e;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.section-item.shop-page-holder .filters-side .shop-filter-element .tags-filter .shop-tag-line label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #5e5955;
    border-radius: 2px;
    margin-right: 10px;
}

.section-item.shop-page-holder .filters-side .shop-filter-element .tags-filter .shop-tag-line input:checked+label:before {
    border-color: #00a1b0;
}

.section-item.shop-page-holder .filters-side .shop-filter-element .tags-filter .shop-tag-line input:checked+label:after {
    content: '';
    background-color: #00a1b0;
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
}

.section-item.shop-page-holder .filters-side .shop-filter-element .tags-filter .shop-tag-line:not(:last-child) {
    margin-bottom: 10px;
}

.section-item.shop-page-holder .filters-side .shop-filter-element .price-range-filter #price-range {
    color: #3a342e;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.section-item.shop-page-holder .shop-side {
    width: calc(100% - 400px);
}

@media screen and (max-width: 1600px) {
    .section-item.shop-page-holder .shop-side {
        width: calc(100% - 340px);
    }
}

@media screen and (max-width: 991px) {
    .section-item.shop-page-holder .shop-side {
        width: 100%;
    }
}

.section-item.shop-page-holder .shop-side .shop-products-list {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    row-gap: 60px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    padding-bottom: 60px;
    border-bottom: 1px solid #e3e0dd;
    flex-direction: row;
    /* justify-content: space-between; */
}

@media screen and (max-width: 991px) {
    .section-item.shop-page-holder .shop-side .shop-products-list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 12px;
        row-gap: 24px;
    }
}

.section-item.shop-page-holder .shop-side .shop-products-list .product {
    position: relative;
    width: 32%;
    max-width: 370px;
    padding-left: 0;
    padding-right: 0;
}

.section-item.shop-page-holder .shop-side .shop-products-list .product .onsale {
    position: absolute;
    left: -10px;
    top: 40px;
    background: #00a1b0;
    border-radius: 50%;
    padding: 5px 22px;
    color: #fff;
    transform: rotate(-45deg);
}

.section-item.shop-page-holder .shop-side .shop-products-list .product .wp-post-image {
    height: 370px;
}

@media screen and (max-width: 1600px) {
    .section-item.shop-page-holder .shop-side .shop-products-list .product .wp-post-image {
        height: 300px;
    }
}

.section-item.shop-page-holder .ui-slider-horizontal {
    height: 3px;
    margin-top: 30px;
    margin-bottom: 25px;
    background: #786754 !important;
}

.section-item.shop-page-holder .ui-slider-horizontal .ui-slider-range {
    background: #786754 !important;
}

.section-item.shop-page-holder .ui-slider-horizontal .ui-slider-handle {
    outline: none;
    width: 14px !important;
    height: 14px !important;
    margin-left: -7px !important;
    top: -7px !important;
    background: #786754 !important;
    border: none !important;
    border-radius: 50%;
}

ul.products .product.type-product img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-position: center;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

ul.products .product.type-product .product-loop-title {
    text-align: center;
    text-decoration: none;
    display: block;
    margin-top: 14px;
    width: 100%;
}

ul.products .product.type-product .product-loop-title h3 {
    color: #3a342e;
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55em;
    letter-spacing: 1px;
    text-transform: capitalize;
}

ul.products .product.type-product .price {
    display: block;
    width: 100%;
    margin-top: 6px;
    color: #3a342e;
    text-align: center;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33em;
    letter-spacing: 1px;
}

div.quantity {
    width: 100px;
    height: 54px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-radius: 6px;
    border: 1px solid #503e2d;
    padding: 12px 20px;
}

div.quantity .input-text {
    border: none;
    height: 30px;
}

div.quantity .minus,
div.quantity .plus {
    position: absolute;
    right: 10px;
    top: 9px;
    left: unset;
    border: none;
    width: 19px;
    height: 10px;
    display: block;
    text-indent: unset;
}

.cart-v2 .woocommerce {
    max-width: 1540px;
    margin: auto;
    margin-top: 80px;
}

.shop_table.cart-table a.remove {
    padding: 0;
    position: absolute;
    top: 50px;
    right: 90px;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    background-color: #fff;
    color: #222529;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
    z-index: 3;
}

div.quantity .minus:before,
div.quantity .plus:before {
    content: unset;
}

div.quantity .minus:after,
div.quantity .plus:after {
    content: unset;
}

div.quantity .minus img,
div.quantity .plus img {
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
}

div.quantity .minus {
    bottom: 5px;
    top: unset;
}

div.quantity .plus {
    bottom: 30px;
    top: unset;
}

header.section-header {
    width: 100%;
    background: #fffffe;
    position: relative;
}

header.section-header .mobile-app {
    display: flex;
    width: fit-content;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

header.section-header .mobile-app img {
    height: 44px;
    width: auto;
    display: block;
}

@media screen and (max-width: 1600px) {
    header.section-header .mobile-app img {
        height: 36px;
    }
}

header.section-header .mobile-app .right-side {
    display: block;
    width: fit-content;
    margin-left: 8px;
}

header.section-header .mobile-app .right-side span {
    display: block;
}

header.section-header .mobile-app .right-side span.mobile-app-top {
    color: #503e2d;
    font-family: Geologica;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.84em;
    letter-spacing: 1px;
}

@media screen and (max-width: 1600px) {
    header.section-header .mobile-app .right-side span.mobile-app-top {
        font-size: 10px;
    }
}

header.section-header .mobile-app .right-side span.mobile-app-bottom {
    color: #503e2d;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
    header.section-header .mobile-app .right-side span.mobile-app-bottom {
        font-size: 12px;
    }
}

header.section-header .section-content {
    width: calc(100% - 220px);
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1600px) {
    header.section-header .section-content {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 1200px) {
    header.section-header .section-content {
        width: calc(100% - 40px);
    }
}

header.section-header .section-content .header-side {
    width: calc(50% - 220px);
}

@media screen and (max-width: 1911px) {
    header.section-header .section-content .header-side {
        width: calc(50% - 180px);
    }
}

@media screen and (max-width: 1890px) {
    header.section-header .section-content .header-side {
        width: calc(50% - 160px);
    }
}

@media screen and (max-width: 1660px) {
    header.section-header .section-content .header-side {
        width: calc(50% - 140px);
    }
}

header.section-header .section-content .header-side.left-part .hamburger {
    height: 18px;
    width: 18px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
    cursor: pointer;
    transition: linear 0.5s;
}

@media screen and (max-width: 1200px) {
    header.section-header .section-content .header-side.left-part .hamburger {
        display: flex;
    }

    .mega-menu-toggle {
        display: none !important;
    }
}

header.section-header .section-content .header-side.left-part .hamburger span {
    position: relative;
    transition: 0.5s;
    display: block;
    width: 100%;
    background: #503e2d;
    height: 3px;
    border-radius: 8px;
}

header.section-header .section-content .header-side.left-part .hamburger span:nth-child(1) {
    transform-origin: top left;
}

header.section-header .section-content .header-side.left-part .hamburger span:nth-child(2) {
    margin-left: 6px;
}

header.section-header .section-content .header-side.left-part .hamburger span:nth-child(1) {
    transform-origin: bottom left;
}

header.section-header .section-content .header-side.left-part .hamburger.active {
    width: 30px;
    margin-left: 90vw;
}

header.section-header .section-content .header-side.left-part .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 1px;
    left: 3px;
}

header.section-header .section-content .header-side.left-part .hamburger.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
}

header.section-header .section-content .header-side.left-part .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -3px;
}

header.section-header .section-content .header-side.left-part #mega-menu-main_menu {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 991px) {
    header.section-header .section-content .header-side.left-part #mega-menu-main_menu {
        display: none;
    }
}

header.section-header .section-content .header-side.left-part #mega-menu-main_menu>li {
    margin-right: 39px !important;
}

@media screen and (max-width: 1780px) {
    header.section-header .section-content .header-side.left-part #mega-menu-main_menu>li {
        margin-right: 20px !important;
    }
}

@media screen and (max-width: 1600px) {
    header.section-header .section-content .header-side.left-part #mega-menu-main_menu>li {
        margin-right: 20px !important;
    }
}

header.section-header .section-content .header-side.left-part #mega-menu-main_menu>li>a {
    color: #503e2d !important;
    text-decoration: none !important;
    text-align: center !important;
    font-family: Geologica !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    padding: 0 !important;
}

@media screen and (max-width: 1600px) {
    header.section-header .section-content .header-side.left-part #mega-menu-main_menu>li>a {
        font-size: 15px !important;
        letter-spacing: 1px !important;
    }
}

@media screen and (max-width: 1400px) {
    header.section-header .section-content .header-side.left-part #mega-menu-main_menu>li>a {
        font-size: 13px !important;
    }
}

header.section-header .section-content .header-side.right-part {
    width: calc(50% - 220px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1911px) {
    header.section-header .section-content .header-side.right-part {
        width: calc(50% - 180px);
    }
}

@media screen and (max-width: 1890px) {
    header.section-header .section-content .header-side.right-part {
        width: calc(50% - 160px);
    }
}

@media screen and (max-width: 1660px) {
    header.section-header .section-content .header-side.right-part {
        width: calc(50% - 140px);
    }
}

@media screen and (max-width: 991px) {
    header.section-header .section-content .header-side.right-part {
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 991px) {
    header.section-header .section-content .header-side.right-part .mobile-app {
        display: none;
    }
}

header.section-header .section-content .header-side.right-part .users-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

@media screen and (max-width: 991px) {
    header.section-header .section-content .header-side.right-part .users-block {
        margin-right: 16px;
    }
}

header.section-header .section-content .header-side.right-part .users-block>a,
header.section-header .section-content .header-side.right-part .users-block>div {
    text-decoration: none;
    position: relative;
}

header.section-header .section-content .header-side.right-part .users-block>a:hover .mini-cart-container,
header.section-header .section-content .header-side.right-part .users-block>div:hover .mini-cart-container {
    display: block !important;
    z-index: 99;
}

header.section-header .section-content .header-side.right-part .users-block>a:not(:last-child),
header.section-header .section-content .header-side.right-part .users-block>div:not(:last-child) {
    margin-right: 30px;
}

@media screen and (max-width: 1600px) {

    header.section-header .section-content .header-side.right-part .users-block>a:not(:last-child),
    header.section-header .section-content .header-side.right-part .users-block>div:not(:last-child) {
        margin-right: 16px;
    }
}

header.section-header .section-content .header-side.right-part .users-block>a>img,
header.section-header .section-content .header-side.right-part .users-block>div>img {
    height: 30px;
    width: auto;
}

@media screen and (max-width: 1600px) {

    header.section-header .section-content .header-side.right-part .users-block>a>img,
    header.section-header .section-content .header-side.right-part .users-block>div>img {
        height: 24px;
    }
}

@media screen and (max-width: 991px) {

    header.section-header .section-content .header-side.right-part .users-block>a>img,
    header.section-header .section-content .header-side.right-part .users-block>div>img {
        height: 24px;
    }
}

header.section-header .section-content .middle-part {
    width: 240px;
}

@media screen and (max-width: 1600px) {
    header.section-header .section-content .middle-part {
        width: 200px;
    }
}

@media screen and (max-width: 991px) {
    header.section-header .section-content .middle-part {
        width: fit-content;
    }
}

header.section-header .section-content .middle-part img {
    width: 100%;
    height: auto;
    max-width: unset;
}

@media screen and (max-width: 991px) {
    header.section-header .section-content .middle-part img {
        width: auto;
        height: 64px;
    }
}

header.section-header .header-mobile-holder {
    position: absolute;
    left: -100vw;
    height: calc(100vh - 90px);
    width: 80vw;
    z-index: 99;
    background: #fff;
    transition: 0.5s;
    padding-bottom: 60px;
    box-sizing: border-box;
    padding-top: 90px;
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100vh;
}

header.section-header .header-mobile-holder.active {
    left: 0;
}

header.section-header .header-mobile-holder .header-mobile-menu .header-mobile-nav-menu>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header.section-header .header-mobile-holder .header-mobile-menu .header-mobile-nav-menu>ul>li {
    margin-bottom: 14px;
}

header.section-header .header-mobile-holder .header-mobile-menu .header-mobile-nav-menu>ul>li>a {
    color: #503e2d;
    text-align: left;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#mega-menu-main_menu>li>.mega-menu-link .mega-indicator {
    position: absolute !important;
    right: -15px !important;
}

#mega-menu-main_menu>li>.mega-sub-menu {
    position: absolute !important;
    z-index: 99;
    margin-top: 45px !important;
    width: 100vw !important;
    left: -110px !important;
}

#mega-menu-main_menu>li>.mega-sub-menu>.mega-menu-row {
    width: calc(100% - 220px) !important;
    left: 110px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.product-item {
    display: block;
    position: relative;
    width: 100%;
    height: 440px;
    border-radius: 10px;
    overflow: hidden;
}

.product-item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    left: 0;
    top: 0;
    background: linear-gradient(180deg,
            rgba(43, 23, 5, 0) 0%,
            rgba(43, 23, 5, 0.5) 85.91%);
}

.product-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}

.product-item .product-title {
    display: block;
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    text-align: center;
    z-index: 9;
    color: #fff;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 1px;
}

.related-products-list {
    max-width: calc(100% - 340px);
    margin-right: auto;
    margin-left: auto;
    margin-top: 110px;
}

@media screen and (max-width: 1660px) {
    .related-products-list {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width: 991px) {
    .related-products-list {
        max-width: calc(100% - 40px);
    }
}

.related-products-list .section-subtitle {
    width: 100%;
    color: #00a1b0;
    text-align: center;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.related-products-list .section-heading {
    margin-top: 10px;
    color: #503e2d;
    text-align: center;
    font-family: Syne;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 47px;
}

.related-products-list .related-products-slider .swiper-slide .onsale {
    position: absolute;
    display: none;
}

.related-products-list .related-products-slider .swiper-slide img {
    border-radius: 10px;
    overflow: hidden;
    height: 330px;
    width: 100%;
    object-fit: fill;
}

.related-products-list .related-products-slider .swiper-slide .woocommerce-loop-product__title {
    color: #3a342e;
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55em;
    letter-spacing: 1px;
    margin-top: 16px;
    margin-bottom: 0;
}

.related-products-list .related-products-slider .swiper-slide .price {
    color: #3a342e;
    margin-top: 8px;
    text-align: center;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33em;
    letter-spacing: 1px;
    display: block;
    width: 100%;
}

.product-template-default #primary {
    max-width: calc(100% - 323px);
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1660px) {
    .product-template-default #primary {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width: 991px) {
    .product-template-default #primary {
        max-width: calc(100% - 40px);
    }
}

.product-template-default #primary .woocommerce-tabs {
    margin-top: 85px;
}

.product-template-default #primary .woocommerce-tabs .tabs.wc-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-template-default #primary .woocommerce-tabs .tabs.wc-tabs a {
    display: block;
    width: fit-content;
    padding: 24px 30px;
    background: #71c5cd;
    color: #fff;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product-template-default #primary .woocommerce-tabs .tabs.wc-tabs li.active a {
    background: #00a1b0;
}

.product-template-default #primary .woocommerce-tabs .tabs.wc-tabs li:nth-child(1) a {
    border-radius: 6px 0 0 0;
}

.product-template-default #primary .woocommerce-tabs .tabs.wc-tabs li:last-child a {
    border-radius: 0 6px 0 0;
}

.product-template-default #primary .woocommerce-tabs .woocommerce-Tabs-panel {
    box-sizing: border-box;
    padding: 40px 30px;
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #00a1b0;
    background: #f7f4ee;
    margin: 0;
}

.product-template-default #primary .product-content-side h1 {
    color: #503e2d;
    font-family: Geologica;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
}

.product-template-default #primary .product-content-side .price {
    color: var(--Green, #00a1b0);
    font-family: Geologica;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 40px;
}

@media screen and (max-width: 1600px) {
    .product-template-default #primary .product-content-side .price {
        margin-top: 20px;
    }
}

.product-template-default #primary .product-content-side .product-nav {
    display: none;
}

.product-template-default #primary .product-content-side .woocommerce-product-details__short-description {
    margin-top: 40px;
    color: #5e5955;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 20px;
}

.thwepof-input-field {
    margin-bottom: 40px !important;
}

form.cart table.thwepo-extra-options {
    border-bottom: 1px solid var(--porto-gray-2);
}

form.cart .label.leftside {
    max-width: 760px;
}

@media screen and (max-width: 1600px) {
    .product-template-default #primary .product-content-side .woocommerce-product-details__short-description {
        margin-top: 20px;
        padding-bottom: 20px;
    }
}

.product-template-default #primary .product-content-side .woocommerce-product-details__short-description p:not(:last-child) {
    margin-bottom: 0;
}

.product-template-default #primary .product-content-side .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.product-template-default #primary .product-content-side .thwepo-extra-options .product-options-radio abbr {
    display: none;
}

.product-template-default #primary .product-content-side .thwepo-extra-options .product-options-radio br {
    display: none;
}

.product-template-default #primary .product-content-side .thwepo-extra-options .product-options-radio label {
    text-align: left;
    color: #5e5955;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.86em;
    margin-bottom: 8px;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.product-template-default #primary .product-content-side .thwepo-extra-options .product-options-radio label input {
    margin-right: 12px;
    width: 18px;
    height: 18px;
}

.product-template-default #primary .product-content-side .thwepo-extra-options .product-options-radio .label-tag {
    margin-bottom: 20px;
    color: #3a342e;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.55em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-template-default #primary .product-content-side .product_meta {
    /*   padding-top: 40px; */
}

@media screen and (max-width: 1600px) {
    .product-template-default #primary .product-content-side .product_meta {
        padding-top: 20px;
    }
}

.product-template-default #primary .product-content-side .product_meta span {
    color: #5e5955;
    font-family: Geologica;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.product-template-default #primary .product-content-side .product_meta span a {
    color: #00a1b0;
    font-family: Geologica;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}

.product-template-default #primary .product-content-side .share-links {
    display: none;
}

.product-template-default #primary .product-content-side .cart {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #e3e0dd;
}

.product-template-default #primary .product-content-side .cart .single_variation_wrap {
    padding-bottom: 40px;
    border-top: none;
    margin-top: -60px;
}

@media screen and (max-width: 1600px) {
    .product-template-default #primary .product-content-side .cart .single_variation_wrap {
        padding-top: 0px;
        margin-top: 0px;
        padding-bottom: 40px;
    }
}

.product-template-default #primary .product-content-side .cart .single_variation_wrap .single_add_to_cart_button {
    padding: 16px 26px;
    border-radius: 6px;
    background: #00a1b0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin-left: 40px;
    height: 54px !important;
    text-transform: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
}

.product-template-default #primary .product-content-side .cart .single_variation_wrap .single_add_to_cart_button:after {
    width: 22px;
    height: 22px;
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../images/add-to-cart-img.svg');
    margin-left: 16px;
}

.product-template-default #primary .product-content-side .cart [name='add-to-cart'] {
    border-radius: 6px;
    background: #00a1b0;
    height: 54px !important;
    width: fit-content;
    padding-left: 26px;
    padding-right: 26px;
    margin-left: 40px;
    margin-bottom: unset;
    margin-top: unset;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: initial;
}

.mini-cart-container {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
}

.view-cart-btn.button {
    display: none !important;
}

.tags-list-slashed {
    margin-top: 26px;
}

.tags-list-slashed * {
    color: #786754;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: 1px;
}

.woocommerce-mini-cart {
    width: 320px;
    border-radius: 6px;
    background: #f7f4ee;
    box-shadow: 0px 6px 10px 0px rgba(138, 122, 103, 0.2);
    box-sizing: border-box;
    padding: 30px;
}

.woocommerce-mini-cart .cart-button {
    color: #8a7a67;
    font-family: 'Geologica';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #8a7a67;
    margin-top: 18px;
}

.woocommerce-mini-cart .checkout-button {
    margin-top: 12px;
    display: block;
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 6px;
    background: #8a7a67;
    color: #fff;
    font-family: 'Geologica';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item {
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e3e0dd;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item.cart-totals-line {
    border: none;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-line-left .product-name {
    color: var(--Text-Color, #3a342e);
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-line-left .product-price {
    color: #5e5955;
    font-family: Geologica;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-line-left .cart-total-title {
    color: var(--Text-Color, #3a342e);
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-line-left .cart-total-content {
    color: #3a342e;
    text-align: right;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-line-left .cart-title {
    color: #3a342e;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-line-right span,
.woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-line-right {
    color: var(--Text-Color, #3a342e);
    text-align: right;
    font-family: Geologica;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-line-left .cart-unique-products {
    color: #3a342e;
    text-align: right;
    font-family: Geologica;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-line-right img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
}

.yith-wcwl-add-to-wishlist {
    /*   display: none; */
}

form .yith-wcwl-add-to-wishlist {
    display: block;
    margin-left: 40px;
}

form .yith-wcwl-add-to-wishlist a:hover {
    background: transparent;
    border-color: transparent;
}

form .yith-wcwl-add-to-wishlist a:before {
    font-size: 36px !important;
}

.wishlist-title-container,
.wishlist_table,
.yith_wcwl_wishlist_footer {
    max-width: 1580px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media screen and (max-width: 1760px) {

    .wishlist-title-container,
    .wishlist_table,
    .yith_wcwl_wishlist_footer {
        max-width: calc(100% - 240px);
    }
}

@media screen and (max-width: 1280px) {

    .wishlist-title-container,
    .wishlist_table,
    .yith_wcwl_wishlist_footer {
        max-width: calc(100% - 160px);
    }
}

@media screen and (max-width: 991px) {

    .wishlist-title-container,
    .wishlist_table,
    .yith_wcwl_wishlist_footer {
        max-width: calc(100% - 40px);
    }
}

.wishlist-title-container .product-add-to-cart .add_to_cart_button,
.wishlist_table .product-add-to-cart .add_to_cart_button,
.yith_wcwl_wishlist_footer .product-add-to-cart .add_to_cart_button {
    margin-right: 20px !important;
    text-decoration: none;
    margin-bottom: 0 !important;
    display: block;
}

.wishlist-title-container .product-add-to-cart a.button,
.wishlist_table .product-add-to-cart a.button,
.yith_wcwl_wishlist_footer .product-add-to-cart a.button {
    margin: unset !important;
    text-decoration: none;
    display: block;
    border-radius: 8px;
    margin-top: 8px !important;
}

.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip) {
    width: unset;
    height: unset;
    line-height: unset;
    padding: 0;
    text-indent: unset;
}

.header-top-line {
    background: #00a1b0;
}

.header-top-line .section-inner {
    width: calc(100% - 220px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4px;
    padding-bottom: 4px;
}

@media screen and (max-width: 1450px) {
    .header-top-line .section-inner {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 991px) {
    .header-top-line .section-inner {
        width: calc(100% - 40px);
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
}

.header-top-line .section-inner a {
    color: #fff;
    text-align: center;
    font-family: Geologica;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 2.15em;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .header-top-line .section-inner a {
        font-size: 12px;
    }
}

.header-top-line .section-inner #menu-socials-menu-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-top-line .section-inner #menu-socials-menu-top li {
    margin-left: 12px;
}

.header-top-line .section-inner #menu-socials-menu-top li a {
    height: 18px;
    width: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.header-top-line .section-inner #menu-socials-menu-top li.facebook-social a {
    background-image: url('../images/facebook-social.png');
}

.header-top-line .section-inner #menu-socials-menu-top li.insta-social a {
    background-image: url('../images/instagram-social.png');
}

.header-top-line .section-inner #menu-socials-menu-top li.tiktok-social a {
    background-image: url('../images/tiktok-social.png');
}

.header-top-line .section-inner #menu-socials-menu-top li.youtube-social a {
    background-image: url('../images/youtube-social.png');
}

.header-top-line .section-inner #menu-socials-menu-top li span {
    display: none;
}

.woocommerce-cart-form__contents {
    border-collapse: collapse;
}

@media only screen and (max-width: 1200px) {
    .woocommerce-cart-form__contents {
        display: block;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .woocommerce-cart-form__contents {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .woocommerce-cart-form__contents thead {
        display: none;
    }
}

.woocommerce-cart-form__contents thead th {
    text-align: center;
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    color: var(--Text-Color, #3A342E);
    text-align: center;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.woocommerce-cart-form__contents thead th.product-name {
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    .woocommerce-cart-form__contents tbody {
        display: block;
    }
}

@media only screen and (max-width: 1200px) {
    .woocommerce-cart-form__contents tbody tr {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
}

.woocommerce-cart-form__contents tbody td {
    padding-top: 40px;
    padding-bottom: 40px;
    /*   border-bottom: 1px solid #e3e0dd; */
}

@media only screen and (max-width: 1200px) {
    .woocommerce-cart-form__contents tbody td {
        border: none;
    }
}

@media only screen and (max-width: 991px) {
    .woocommerce-cart-form__contents tbody td {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .woocommerce-cart-form__contents tbody td.product-remove {
        width: 7%;
    }
}

@media only screen and (max-width: 991px) {
    .woocommerce-cart-form__contents tbody td.product-remove {
        width: 20% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .woocommerce-cart-form__contents tbody td.product-thumbnail {
        width: 42%;
    }
}

@media only screen and (max-width: 991px) {
    .woocommerce-cart-form__contents tbody td.product-thumbnail {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 1200px) {
    .woocommerce-cart-form__contents tbody td.product-name {
        width: 42%;
    }
}

@media only screen and (max-width: 991px) {
    .woocommerce-cart-form__contents tbody td.product-name {
        /*     width: 80% !important; */
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 991px) {
    .woocommerce-cart-form__contents tbody td.product-name * {
        text-align: left;
    }
}

.woocommerce-cart-form__contents tbody .product-thumbnail img {
    width: 110px;
    height: 110px;
    object-position: center;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    max-width: unset;
}

@media only screen and (max-width: 991px) {
    .woocommerce-cart-form__contents tbody .product-thumbnail img {
        width: 150px;
        height: 150px;
    }
}

.woocommerce-cart-form__contents tbody .product-name>a {
    color: #3a342e;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-decoration: none;
}

.woocommerce-cart-form__contents tbody .product-name .variation dt {
    color: #5e5955;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: math-auto;
}

.woocommerce-cart-form__contents tbody .product-name .variation dd {
    color: #00a1b0;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: math-auto;
    width: 50%;
}

.shop_table dl.variation {
    color: var(--porto-body-color);
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.woocommerce-cart-form__contents tbody .product-price {
    color: #3a342e;
    text-align: center;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

.woocommerce-cart-form__contents tbody .product-subtotal {
    color: #3a342e;
    text-align: center;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

.woocommerce-cart-form__contents tbody .product-subtotal .woocommerce-Price-amount {
    color: #3a342e;
}

.woocommerce-cart-form__contents tbody .product-quantity .quantity.buttons_added {
    margin-left: auto;
    margin-right: auto;
}

.cart-section {
    max-width: calc(100% - 340px);
    width: 100%;
    margin: 100px auto 130px;
}

@media screen and (max-width: 1760px) {
    .cart-section {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width: 991px) {
    .cart-section {
        max-width: calc(100% - 40px);
        flex-direction: column;
    }
}

.cart-section .section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 991px) {
    .cart-section .section-wrapper {
        flex-direction: column;
    }
}

.cart-section .section-wrapper .cart-side {
    width: 1000px;
}

@media screen and (max-width: 991px) {
    .cart-section .section-wrapper .cart-side {
        width: 100%;
    }
}

.cart-section .section-wrapper .total-side {
    width: 490px;
    padding: 30px 20px;
    background: #f7f4ee;
    box-shadow: 0px 6px 10px 0px rgba(138, 122, 103, 0.2);
}

@media screen and (max-width: 991px) {
    .cart-section .section-wrapper .total-side {
        width: 100%;
    }
}

.cart-section .section-wrapper .total-side h2 {
    color: #3a342e;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #8a7a6744;
}

.cart-section .section-wrapper .total-side .shop_table .cart-subtotal th,
.cart-section .section-wrapper .total-side .shop_table .order-total th {
    color: #3a342e;
    text-align: left;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cart-section .section-wrapper .total-side .shop_table .cart-subtotal td,
.cart-section .section-wrapper .total-side .shop_table .cart-subtotal strong,
.cart-section .section-wrapper .total-side .shop_table .cart-subtotal span,
.cart-section .section-wrapper .total-side .shop_table .order-total td,
.cart-section .section-wrapper .total-side .shop_table .order-total strong,
.cart-section .section-wrapper .total-side .shop_table .order-total span {
    color: #3a342e;
    text-align: right;
    font-family: Geologica;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cart-section .section-wrapper .total-side .wc-proceed-to-checkout {
    width: 100%;
}

.cart-section .section-wrapper .total-side .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    padding: 16px 26px;
    border-radius: 6px;
    background: #00a1b0;
    color: #fff;
    text-align: center;
    font-family: 'Geologica';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}

.switcher-block {
    width: 100%;
    height: 100%;
    min-height: 330px;
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.switcher-block .back-card {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 0.3s;
    /* opacity: 0; */
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-right: 23px;
    padding-left: 23px;
    background: #00a1b0;
}

.switcher-block .back-card img {
    margin-bottom: 20px;
    height: 60px;
    width: auto;
}

.switcher-block .back-card .short-content {
    color: #fff;
    text-align: center;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.64em;
    margin-bottom: 49px;
}

.switcher-block .back-card .category-subs {
    color: #fff;
    text-align: center;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.switcher-block .front-card {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 0.3s;
    opacity: 1;
    justify-content: center;
    align-items: center;
}

.switcher-block .front-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.switcher-block .front-card .category-title {
    position: relative;
    padding: 26px 40px;
    border-radius: 6px;
    background: #fff;
    width: fit-content;
    color: #00a1b0;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.5s;
    text-align: center;
}

.switcher-block .front-card .category-title:hover {
    color: #503e2d;
}

.vc_section {
    max-width: 1840px;
    margin-left: auto;
    margin-right: auto;
}

.vc_section .footer-icons {
    margin-top: 0;
}

@media screen and (max-width: 1840px) {
    .vc_section {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width: 991px) {
    .vc_section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.vc_section.services-block {
    max-width: calc(100% - 522px);
}

@media screen and (max-width: 1840px) {
    .vc_section.services-block {
        max-width: calc(100% - 280px);
    }
}

@media screen and (max-width: 991px) {
    .vc_section.services-block {
        max-width: calc(100% - 80px);
    }
}

.vc_section.full-size-section-no-bottom {
    padding-left: 0;
    padding-right: 0;
    max-width: 100vw;
}

.vc_section.full-size-section-no-bottom .inner-content-fs-section {
    max-width: calc(100% - 80px);
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .vc_section.full-size-section-no-bottom .inner-content-fs-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.vc_section.full-size-section {
    max-width: 100vw;
}

@media screen and (max-width: 991px) {
    .vc_section.full-size-section {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-bottom: 260px !important;
    }
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}

rs-arrow {
    border: 3px solid #fff;
    border-radius: 50%;
}

rs-arrow:before {
    margin-top: -3px !important;
}

rs-bullets {
    transform: unset !important;
    width: 100% !important;
    height: 30px !important;
    left: unset !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom: 30px !important;
    top: unset !important;
}

rs-bullets rs-bullet {
    bottom: 30px !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    position: relative !important;
    margin-left: 22px;
    margin-right: 22px;
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
}

rs-bullets rs-bullet:before {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    box-sizing: border-box;
    transform: rotate(45deg);
    border-radius: 0 !important;
    background: transparent;
    display: block;
}

rs-bullets rs-bullet.selected:before {
    background: #fff;
}

rs-bullets rs-bullet:not(:last-child):after {
    content: '';
    width: 24px;
    height: 1px;
    left: calc(100% + 10px);
    top: calc(50% - 0.5px);
    display: block;
    position: absolute;
    background: #fff;
}

.classic-button-wrapper {
    display: flex;
    align-items: center;
}

.classic-button-wrapper a {
    display: block;
    width: fit-content;
    padding: 16px 50px;
    color: #fff;
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
    box-sizing: border-box;
    background: #00a1b0;
}

.classic-button-wrapper a.button-style-inverted {
    color: #00a1b0;
    background: transparent;
    border: 1px solid #00a1b0;
}

.shipment-tab-content strong {
    font-weight: bold;
}

.shipment-tab-content ul {
    padding: 0;
    margin: 0;
}

.shipment-tab-content ul li {
    list-style-position: inside;
}

.single-add-to-cart .type-product .single_add_to_cart_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-add-to-cart .type-product .single_add_to_cart_button:after {
    content: '' !important;
    background-image: url('../images/shop-cart-white.svg');
    width: 22px;
    height: 22px;
    margin-left: 16px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.categories-outer-container {
    width: 100vw;
    height: auto;
    margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 991px) {
    .categories-outer-container {
        width: 100%;
        margin-left: unset;
    }
}

.categories-outer-container .categories-listing {
    max-width: 800px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: visible !important;
}

@media screen and (max-width: 991px) {
    .categories-outer-container .categories-listing {
        overflow: hidden !important;
    }
}

.categories-outer-container .categories-listing .swiper-slide {
    position: relative;
    height: 545px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1600px) {
    .categories-outer-container .categories-listing .swiper-slide {
        height: 480px;
    }
}

.categories-outer-container .categories-listing .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.categories-outer-container .categories-listing .swiper-slide a {
    display: block;
    opacity: 0;
    transition: 0.3s;
    position: relative;
    z-index: 9;
    width: fit-content;
    padding: 26px 40px;
    border-radius: 6px;
    background: #fff;
    color: #00a1b0;
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.categories-outer-container .categories-listing .swiper-slide.swiper-slide-active a {
    opacity: 1;
}

.products-swiper-container {
    padding-right: 220px;
    padding-left: 220px;
}

@media screen and (max-width: 1720px) {
    .products-swiper-container {
        padding-right: 160px;
        padding-left: 160px;
    }
}

@media screen and (max-width: 1441px) {
    .products-swiper-container {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media screen and (max-width: 991px) {
    .products-swiper-container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.products-swiper-container .products-list-swiper .swiper-slide a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
}

.products-swiper-container .products-list-swiper .swiper-slide a .image-holder {
    display: block;
    width: 100%;
    height: auto;
}

.products-swiper-container .products-list-swiper .swiper-slide a .image-holder img {
    width: 100%;
    height: 330px;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
}

.products-swiper-container .products-list-swiper .swiper-slide a .product-title {
    margin-top: 16px;
    color: #3a342e;
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    display: block;
}

.products-swiper-container .products-list-swiper .swiper-slide a .price {
    display: block;
    margin-top: 8px;
    color: #3a342e;
    text-align: center;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}

.products-swiper-container .products-list-swiper .swiper-slide.extended-product-item {
    border-radius: 14px;
    background: #f7f4ee;
    overflow: hidden;
}

.products-swiper-container .products-list-swiper .swiper-slide.extended-product-item .image-holder {
    display: block;
    position: relative;
    width: 100%;
}

.products-swiper-container .products-list-swiper .swiper-slide.extended-product-item .image-holder img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 300px;
}

@media screen and (max-width: 1400px) {
    .products-swiper-container .products-list-swiper .swiper-slide.extended-product-item .image-holder img {
        height: 220px;
    }
}

.products-swiper-container .products-list-swiper .swiper-slide.extended-product-item .image-holder span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.16em;
    letter-spacing: 1px;
}

.products-swiper-container .products-list-swiper .swiper-slide.extended-product-item .product-button {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 16px 26px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-family: 'Roboto Flex';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 16px;
    border-radius: 6px;
}

@media screen and (max-width: 1400px) {
    .products-swiper-container .products-list-swiper .swiper-slide.extended-product-item .product-button {
        width: calc(100% - 28px);
        margin-top: 20px;
    }
}

.products-swiper-container .products-list-swiper .swiper-slide.extended-product-item .description-part {
    width: 100%;
    box-sizing: border-box;
    margin-top: 24px;
    padding-left: 30px;
    padding-right: 30px;
    color: #3a342e;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.64em;
}

@media screen and (max-width: 1400px) {
    .products-swiper-container .products-list-swiper .swiper-slide.extended-product-item .description-part {
        margin-top: 18px;
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media screen and (max-width: 991px) {
    .products-swiper-container .products-list-swiper .swiper-slide.extended-product-item .description-part {
        font-size: 14px;
    }
}

.cart-suggested-section {
    margin-top: 130px;
    padding-right: 220px;
    padding-left: 220px;
}

@media screen and (max-width: 1720px) {
    .cart-suggested-section {
        padding-right: 160px;
        padding-left: 160px;
    }
}

@media screen and (max-width: 1441px) {
    .cart-suggested-section {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media screen and (max-width: 991px) {
    .cart-suggested-section {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.cart-suggested-section .cart-suggested-outer-swiper {
    position: relative;
    width: 100%;
    margin-top: 47px;
}

.cart-suggested-section .cart-suggested-outer-swiper .swiper-button-next.swiper-button-disabled {
    display: none !important;
}

.cart-suggested-section .cart-suggested-outer-swiper .swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.cart-suggested-section .cart-suggested-outer-swiper .swiper-button-next {
    right: -60px;
}

.cart-suggested-section .cart-suggested-outer-swiper .swiper-button-prev {
    left: -60px;
}

.cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
}

.cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide a .image-holder {
    display: block;
    width: 100%;
    height: auto;
}

.cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide a .image-holder img {
    width: 100%;
    height: 330px;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
}

.cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide a .product-title {
    margin-top: 16px;
    color: #3a342e;
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55em;
    letter-spacing: 1px;
    display: block;
}

.cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide a .price {
    display: block;
    margin-top: 8px;
    color: #3a342e;
    text-align: center;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55em;
    letter-spacing: 1px;
}

.cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide.extended-product-item {
    border-radius: 14px;
    background: #f7f4ee;
    overflow: hidden;
}

.cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide.extended-product-item .image-holder {
    display: block;
    position: relative;
    width: 100%;
}

.cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide.extended-product-item .image-holder img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 300px;
}

@media screen and (max-width: 1400px) {
    .cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide.extended-product-item .image-holder img {
        height: 220px;
    }
}

.cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide.extended-product-item .image-holder span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.16em;
    letter-spacing: 1px;
}

.cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide.extended-product-item .product-button {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 16px 26px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-family: 'Roboto Flex';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 16px;
    border-radius: 6px;
}

@media screen and (max-width: 1400px) {
    .cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide.extended-product-item .product-button {
        width: calc(100% - 28px);
        margin-top: 20px;
    }
}

.cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide.extended-product-item .description-part {
    width: 100%;
    box-sizing: border-box;
    margin-top: 24px;
    padding-left: 30px;
    padding-right: 30px;
    color: #3a342e;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.64em;
}

@media screen and (max-width: 1400px) {
    .cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide.extended-product-item .description-part {
        margin-top: 18px;
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media screen and (max-width: 991px) {
    .cart-suggested-section .cart-suggested-outer-swiper .cart-suggested-swiper .swiper-slide.extended-product-item .description-part {
        font-size: 14px;
    }
}

.testimonials-outer-container {
    max-width: 940px;
    margin: auto;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: unset !important;
}

.slider-category-title p {
    position: relative;
    padding: 26px 40px;
    border-radius: 6px;
    background: #fff;
    width: fit-content;
    color: #00a1b0;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.5s;
    margin: auto;
    margin-top: -38.2%;
}

.slick-active:first-of-type .slider-category-title p {
    display: none;
}

@media screen and (max-width: 1700px) {
    .testimonials-outer-container {
        max-width: 940px;
        margin: auto;
        ;
    }
}

@media screen and (max-width: 1441px) {
    .testimonials-outer-container {
        max-width: 940px;
        margin: auto;
    }
}

@media screen and (max-width: 1141px) {
    .testimonials-outer-container {
        max-width: 940px;
        margin: auto;
    }
}

@media screen and (max-width: 821px) {
    .testimonials-outer-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.testimonials-outer-container .testimonials-listing .swiper-slide .testimonial-star-rating {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-outer-container .testimonials-listing .swiper-slide .testimonial-star-rating img {
    margin-left: 3px;
    margin-right: 3px;
    width: 17px;
    height: auto;
}

.testimonials-outer-container .testimonials-listing .swiper-slide .content {
    margin-top: 44px;
    color: #5e5955;
    text-align: center;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.testimonials-outer-container .testimonials-listing .swiper-slide .reviewer {
    margin-top: 30px;
    color: #5e5955;
    text-align: center;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.64em;
}

.section-overlay-item {
    position: relative;
    overflow: hidden;
}

.section-overlay-item:before {
    content: '';
    position: absolute;
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
}

.section-overlay-item>.vc_row {
    position: relative;
    z-index: 1;
}

a.cta {
    border-radius: 6px;
    padding: 16px 50px;
    display: block;
    width: fit-content;
    color: #fff;
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
    text-decoration: none;
}

a.cta.primary-cta {
    background: #00a1b0;
    margin-top: 50px;
}

.plain-section-with-background {
    width: 100vw;
    max-width: unset;
    height: 590px;
}

@media screen and (max-width: 1720px) {
    .plain-section-with-background {
        height: 530px;
    }
}

@media screen and (max-width: 1441px) {
    .plain-section-with-background {
        height: 420px;
    }
}

@media screen and (max-width: 1200px) {
    .plain-section-with-background {
        height: 360px;
    }
}

@media screen and (max-width: 991px) {
    .plain-section-with-background {
        height: 220px;
    }
}

.embed-video-holder {
    max-width: 1280px;
    padding: 0 !important;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -525px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1720px) {
    .embed-video-holder {
        margin-top: -440px;
    }
}

@media screen and (max-width: 1600px) {
    .embed-video-holder {
        max-width: 80%;
    }
}

@media screen and (max-width: 1441px) {
    .embed-video-holder {
        margin-top: -320px;
    }
}

@media screen and (max-width: 1200px) {
    .embed-video-holder {
        margin-top: -290px;
    }
}

@media screen and (max-width: 991px) {
    .embed-video-holder {
        margin-top: -160px;
        max-width: calc(100vw - 40px);
    }
}

@media screen and (max-width: 991px) {
    .vc_column_container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .image-home-items {
        margin-top: 30px;
    }
}

.service-menus-section {
    width: 100vw;
    max-width: unset;
    background: linear-gradient(93deg, #00a1b0 50%, rgba(0, 161, 176, 0.9) 95.5%), url('../images/services-section-pattern.png') #00A0B0 100% / cover no-repeat;
}

.service-menus-section h6 {
    color: #e3e0dd;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.share-links {
    margin-top: 5px;
}

.classic-images-outer-container .swiper-button-next,
.classic-images-outer-container .swiper-button-prev {
    border: 1.5px solid #fff !important;
    width: 60px;
    height: 60px;
}

.classic-images-outer-container .swiper-button-next:after,
.classic-images-outer-container .swiper-button-prev:after {
    font-size: 16px;
    color: #fff !important;
}

@media screen and (max-width: 1600px) {

    .classic-images-outer-container .swiper-button-next,
    .classic-images-outer-container .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}

.classic-images-outer-container .swiper-button-prev {
    left: 22px !important;
}

.classic-images-outer-container .swiper-button-next {
    right: 22px !important;
}

.classic-images-outer-container .classic-images-slider .swiper-slide {
    display: block;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 1720px) {
    .classic-images-outer-container .classic-images-slider .swiper-slide {
        height: 300px;
    }
}

@media screen and (max-width: 1500px) {
    .classic-images-outer-container .classic-images-slider .swiper-slide {
        height: 270px;
    }
}

.classic-images-outer-container .classic-images-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.contacts-block-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
    row-gap: 56px;
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e3e0dd;
}

@media screen and (max-width: 1720px) {
    .contacts-block-grid {
        column-gap: 60px;
        row-gap: 45px;
    }
}

@media screen and (max-width: 1600px) {
    .contacts-block-grid {
        column-gap: 45px;
        row-gap: 30px;
    }
}

@media screen and (max-width: 1441px) {
    .contacts-block-grid {
        column-gap: 20px;
        row-gap: 22px;
    }
}

@media screen and (max-width: 1200px) {
    .contacts-block-grid {
        grid-template-columns: 1fr;
    }
}

.contacts-block-grid .contacts-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contacts-block-grid .contacts-item .left-side {
    width: 40px;
    margin-right: 34px;
}

@media screen and (max-width: 1600px) {
    .contacts-block-grid .contacts-item .left-side {
        margin-right: 20px;
        width: 30px;
    }
}

.contacts-block-grid .contacts-item .left-side img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.contacts-block-grid .contacts-item .right-side .contact-label {
    color: #00a1b0;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media screen and (max-width: 1720px) {
    .contacts-block-grid .contacts-item .right-side .contact-label {
        font-size: 14px;
    }
}

@media screen and (max-width: 1600px) {
    .contacts-block-grid .contacts-item .right-side .contact-label {
        font-size: 12px;
    }
}

.contacts-block-grid .contacts-item .right-side .contact-content {
    margin-top: 8px;
    color: #503e2d;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 1px;
}

@media screen and (max-width: 1720px) {
    .contacts-block-grid .contacts-item .right-side .contact-content {
        font-size: 16px;
    }
}

@media screen and (max-width: 1600px) {
    .contacts-block-grid .contacts-item .right-side .contact-content {
        font-size: 14px;
    }
}

.contacts-block-grid .contacts-item .right-side .contact-content a {
    text-decoration: none;
    display: block;
    width: 100%;
    color: #503e2d;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 1px;
}

@media screen and (max-width: 1720px) {
    .contacts-block-grid .contacts-item .right-side .contact-content a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1600px) {
    .contacts-block-grid .contacts-item .right-side .contact-content a {
        font-size: 14px;
    }
}

.contacts-block-grid .contacts-item .right-side .contact-content a:not(:last-child) {
    margin-bottom: 8px;
}

.contact-page-form-column {
    box-sizing: border-box;
    padding: 50px 110px;
    border-radius: 20px;
    background: #f7f4ee;
    box-shadow: 0px 6px 10px 0px rgba(138, 122, 103, 0.2);
}

@media screen and (max-width: 1720px) {
    .contact-page-form-column {
        padding: 35px 70px !important;
    }
}

@media screen and (max-width: 1441px) {
    .contact-page-form-column {
        padding: 25px 35px !important;
    }
}

.contact-page-form-column form {
    width: 100%;
}

.contact-page-form-column form br {
    display: none;
}

.contact-page-form-column form span {
    display: block;
    width: 100%;
}

.contact-page-form-column form input {
    border: 1px solid #503e2d;
    line-height: 53px;
    outline: none;
    background: transparent;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin-bottom: 16px !important;
}

.contact-page-form-column form input::placeholder {
    color: #786754;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.86em;
}

.contact-page-form-column form input[type='submit'] {
    padding: 16px 50px;
    margin-top: 26px;
    border-radius: 6px;
    background: var(--Green, #00a1b0);
    border: none;
    width: fit-content;
    margin-bottom: 0 !important;
    color: #fff;
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
}

.contact-page-form-column form textarea {
    border: 1px solid #503e2d;
    line-height: normal;
    outline: none;
    background: transparent;
    padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
}

.contact-page-form-column form textarea::placeholder {
    color: #786754;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2em;
}

.contact-page-form-column form .wpcf7-acceptance {
    margin-top: 26px;
}

.contact-page-form-column form .wpcf7-acceptance label {
    cursor: pointer;
}

.contact-page-form-column form .wpcf7-acceptance label input {
    display: none;
}

.contact-page-form-column form .wpcf7-acceptance label input+span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
}

.contact-page-form-column form .wpcf7-acceptance label input+span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #503e2d;
    margin-right: 9px;
    box-sizing: border-box;
}

.contact-page-form-column form .wpcf7-acceptance label input:checked+span:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #503e2d;
    left: 6px;
    top: 8px;
}

.locations-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    row-gap: 32px;
}

@media screen and (max-width: 1260px) {
    .locations-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 660px) {
    .locations-list {
        grid-template-columns: 1fr;
    }
}

.locations-list .location-item {
    border-radius: 20px;
    background: #f7f4ee;
    overflow: hidden;
}

.locations-list .location-item .image-holder {
    position: relative;
    width: 100%;
}

.locations-list .location-item .image-holder img {
    width: 100%;
    height: 250px;
    position: relative;
    z-index: 3;
    object-fit: cover;
}

.locations-list .location-item .image-holder:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 10.5%,
            rgba(0, 0, 0, 0.7) 100%);
}

.locations-list .location-item .image-holder .title-holder {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 11px;
    color: #fff;
    text-align: center;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 4;
}

.locations-list .location-item .location-content {
    width: 100%;
    box-sizing: border-box;
    padding: 26px 20px;
}

.locations-list .location-item .location-content .content-short {
    color: #3a342e;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.55em;
}

@media screen and (max-width: 1720px) {
    .locations-list .location-item .location-content .content-short {
        font-size: 14px;
        max-height: 44px;
        overflow: hidden;
    }
}

.locations-list .location-item .location-content .tel-line {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #503e2d;
}

.locations-list .location-item .location-content .tel-line .phone-pointer {
    color: #00a1b0;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 1720px) {
    .locations-list .location-item .location-content .tel-line .phone-pointer {
        font-size: 14px;
    }
}

.locations-list .location-item .location-content .tel-line .phone-content {
    text-decoration: none;
    color: #3a342e;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media screen and (max-width: 1720px) {
    .locations-list .location-item .location-content .tel-line .phone-content {
        font-size: 14px;
    }
}

.locations-list .location-item .location-content .location-link {
    display: block;
    margin-top: 20px;
    color: #786754;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

@media screen and (max-width: 1720px) {
    .locations-list .location-item .location-content .location-link {
        font-size: 12px;
    }
}

.footer-icons {
    max-width: calc(100vw - 340px);
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1441px) {
    .footer-icons {
        max-width: calc(100vw - 80px);
    }
}

.footer-icons .icons-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .footer-icons .icons-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-items: center;

    }
}

.footer-icons .icons-wrapper:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 29%;
    background: #ede5df;
}

@media screen and (max-width: 1200px) {
    .footer-icons .icons-wrapper:before {
        content: unset;
    }
}

.footer-icons .icons-wrapper:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 70%;
    background: #ede5df;
}

@media screen and (max-width: 1200px) {
    .footer-icons .icons-wrapper:after {
        content: unset;
    }
}

.footer-icons .icons-wrapper a {
    display: flex;
    width: fit-content;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .footer-icons .icons-wrapper a:not(:last-child) {
        margin-bottom: 14px;
        border-bottom: 2px solid #ede5df;
        padding-bottom: 14px;
    }
}

.footer-icons .icons-wrapper a img {
    width: 60px;
    height: auto;
    margin-right: 16px;
}

.footer-icons .icons-wrapper a .right-side {
    display: block;
    width: fit-content;
}

.footer-icons .icons-wrapper a .right-side span {
    display: block;
}

.footer-icons .icons-wrapper a .right-side .title-part {
    color: #3a342e;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 1px;
}

.footer-icons .icons-wrapper a .right-side .content-part {
    color: #3a342e;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.41em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 2px;
}

.shop-filters-top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.shop-filters-top-line .line-filter-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.shop-filters-top-line .line-filter-item .line-filter-text {
    color: #8a7a67;
    text-align: left;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.28px;
    margin-right: 5px;
}

.last-min-order-button {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 17.5px 0;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #503e2d;
    margin-bottom: 30px;
}

@media screen and (max-width: 1600px) {
    .last-min-order-button {
        padding: 13.5px 0;
    }
}

.last-min-order-button span {
    color: #503e2d;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 18px;
}

@media screen and (max-width: 1600px) {
    .last-min-order-button span {
        font-size: 14px;
    }
}

.last-min-order-button:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('../images/time-running.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1600px) {
    .last-min-order-button:before {
        width: 22px;
        height: 22px;
    }
}

.dropdown-line-filter .filter-real-value {
    display: none;
}

.dropdown-line-filter .dropdown-line-filter-content {
    position: relative;
}

.dropdown-line-filter .dropdown-line-filter-content .current-line {
    position: relative;
    color: #8a7a67;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.dropdown-line-filter .dropdown-line-filter-content .current-line:after {
    content: '';
    display: block;
    position: relative;
    margin-left: 7px;
    top: calc(50% - 7px);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/arrow-down.svg');
}

.dropdown-line-filter .dropdown-line-filter-content .choice-lines {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 6px 8px;
    width: fit-content;
    z-index: 9;
}

.dropdown-line-filter .dropdown-line-filter-content .choice-lines .choice-line-item {
    cursor: pointer;
    color: #8a7a67;
    text-align: left;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.28px;
    transition: 0.3s;
}

.dropdown-line-filter .dropdown-line-filter-content .choice-lines .choice-line-item:hover {
    font-weight: 600;
}

.dropdown-line-filter .dropdown-line-filter-content .choice-lines .choice-line-item:not(:last-child) {
    margin-bottom: 6px;
}

.dropdown-line-filter.active .dropdown-line-filter-content .choice-lines {
    display: block;
}

/* .porto-woo-category-sidebar {
  display: none !important;
} */
.checkout.woocommerce-checkout {
    /* display: grid;
  grid-template-columns: auto 490px; 
  column-gap: 90px;
  max-width: calc(100% - 340px);
  margin-left: auto;
  margin-right: auto; */
}

@media only screen and (max-width: 1600px) {
    .checkout.woocommerce-checkout {
        max-width: calc(100% - 200px);
    }
}

@media only screen and (max-width: 1441px) {
    .checkout.woocommerce-checkout {
        max-width: calc(100% - 80px);
    }
}

.checkout.woocommerce-checkout .checkout-col-right {
    background: var(--Warm-White, #f7f4ee);
    box-shadow: 0px 6px 10px 0px rgba(138, 122, 103, 0.2);
    padding: 30px 20px;
}

.checkout.woocommerce-checkout .checkout-col-right #order_review_heading {
    color: var(--Text-Color, #3a342e);
    font-family: Geologica;
    font-size: 20px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.checkout.woocommerce-checkout .checkout-col-right .cart_item td,
.checkout.woocommerce-checkout .checkout-col-right .cart_item th {
    padding: 0 !important;
}

.checkout.woocommerce-checkout .checkout-billing-address h3 {
    color: #3a342e;
    font-family: Geologica;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 26px;
    text-align: left;
}

.checkout.woocommerce-checkout .checkout-billing-address .address-fields-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 18px;
}

.checkout.woocommerce-checkout .checkout-billing-address .address-fields-container p.form-row {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.checkout.woocommerce-checkout .checkout-billing-address .address-fields-container p.form-row label {
    display: none;
}

.woocommerce-checkout .select2-container .select2-selection--single {
    /* height: 57px; */
    border: 1px solid #503e2d;
    border-radius: 0;
}

.select2-container .select2-selection--single {
    margin: unset;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
    color: var(--porto-body-color);
    font-size: 15px;
}

.checkout.woocommerce-checkout .checkout-billing-address .address-fields-container p.form-row input {
    line-height: 55px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #503e2d;
    outline: none;
    color: #3a342e;
    font-size: 15px;
    font-weight: 300;
}

.checkout.woocommerce-checkout .checkout-billing-address .address-fields-container p.form-row input::placeholder {
    color: #786754;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.86em;
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields {
    padding-top: 20px;
    padding-bottom: 0px;
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields .shipping-fields-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 18px;
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields .shipping-fields-container p.form-row {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields .shipping-fields-container p.form-row label {
    display: none;
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields .shipping-fields-container p.form-row select,
.checkout.woocommerce-checkout .woocommerce-shipping-fields .shipping-fields-container p.form-row input {
    line-height: 55px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #503e2d;
    outline: none;
    color: #3a342e;
    font-size: 15px;
    font-weight: 300;
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields .shipping-fields-container p.form-row input::placeholder {
    color: #786754;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.86em;
}

.gift-box-setup {
    margin-top: 26px;
}

.gift-box-setup label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #00a1b0;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.gift-box-setup label:before {
    content: '';
    background-image: url('../images/checkbox-empty-box.svg');
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 6px;
}

.gift-box-setup input {
    display: none;
}

.gift-box-setup input:checked+label:before {
    background-image: url('../images/checkbox-filled-box.svg');
}

.ship-to-different-block {
    margin-top: 26px;
}

.ship-to-different-block label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #3a342e;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.ship-to-different-block label:before {
    content: '';
    background-image: url('../images/checkbox-empty-box.svg');
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 6px;
}

.ship-to-different-block input {
    display: none;
}

.ship-to-different-block input:checked+label:before {
    background-image: url('../images/checkbox-filled-box.svg');
}

/* slider customizations START*/
.slider-arrow-big .swiper-button-next,
.slider-arrow-big .swiper-button-prev {
    width: 100px !important;
    height: 100px !important;
    border: 5px solid #fff;
}

.slider-arrow-big .swiper-button-next::after,
.slider-arrow-big .swiper-button-prev::after {
    font-size: 40px !important;
    font-weight: 900;
    color: #fff;
    padding-left: 10px;
}

.slider-arrow-big .swiper-button-next::after {
    padding-left: 10px;
}

.slider-arrow-big .swiper-button-prev::after {
    padding-right: 10px;
}

/* slider customizations END */
.jumping-photos {
    display: flex;
    flex-wrap: nowrap;
}

.jumping-photos {
    /* 	padding-top:30px;
	padding-bottom:30px; */
}

.jumping-photos #sb_instagram #sbi_images {}

.jumping-photos .vc_column-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: calc(110vw);
    margin-left: calc(-5vw);
}

.jumping-photos #sb_instagram {
    width: calc(110vw);
    margin-left: calc(-5vw);
}

.jumping-photos #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.jumping-photos #sb_instagram #sbi_images .sbi_item {
    padding: 13px;
}

.jumping-photos .wpb_single_image:nth-of-type(odd),
.jumping-photos #sb_instagram #sbi_images .sbi_item:nth-of-type(odd) {
    padding-top: 50px;
}

.jumping-photos .sbi_load,
.jumping-photos .sb_instagram_header {
    display: none;
}

.jumping-photos img {
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgba(138, 122, 103, 0.4);
}

.jumping-photos #sbi_load {
    display: none;
}

.unlimited-width,
section .unlimited-width {
    width: unset;
    min-width: unset;
    max-width: unset;
}

.insta-col .vc_column-inner {
    display: flex;
    justify-content: center;
}

.insta-col .vc_column-inner {
    p {
        padding-top: 10px;
        color: var(--Brown-Footer, #786754);
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
    }

    .syne p {
        font-family: Syne;
    }
}

#breadcrumps-container {
    background-color: #f7f4ee;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 50px;
}

#breadcrumps-container ul li,
#breadcrumps-container ul li span,
#breadcrumps-container ul li a,
#breadcrumps-container ul li p {
    color: var(--Brown-Logo, #8a7a67);
    font-family: Geologica;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#breadcrumps-container ul li:not(:last-child)::after {
    content: '/';
    padding-right: 10px;
    padding-left: 10px;
}

.breadcrumb {
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu ul {
    height: 40px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link {
    height: 30px;
    margin-top: 30px;
}

#mega-menu-wrap-main_menu ul li a:hover::after {
    content: '';
    display: block !important;
    width: 8px;
    height: 8px;
    background: #8a7a67;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    margin-top: 10px;
    left: calc(50% - 2px);
}

.zuccherino-products-slider {
    ul.products .product.type-product img {
        height: 100%;
    }

    .slick-list {
        max-width: 75vw;
        max-width: 100vw;
        margin: auto;
    }

    button {
        border: 2px solid;
        padding: 20px;
    }

    .slick-dots li {
        i {
            transform: rotate(45deg);
            border: 1px solid #8a7a67;
            padding: 0px;
            font-size: 3px;
            width: 8px;
            height: 8px;
        }

        margin-right: 15px;
        margin-left: 15px;
    }

    .slick-dots li::after {
        content: '';
        position: absolute;
        top: 72%;
        left: 25px;
        width: 100%;
        height: 1px;
        background-color: #8a7a67;
    }

    .slick-dots li:last-child::after {
        display: none;
    }

    .porto-carousel-wrapper .slick-dots li i {
        color: #fff !important;
    }

    .porto-carousel-wrapper .slick-dots li i:before {
        width: 8px;
        height: 8px;
        color: #8a7a67;
    }

    .slick-slider .slick-dots li.slick-active i,
    .slick-slider .slick-dots li:hover i,
    .slick-slider .slick-dots li.slick-active i,
    .slick-slider .slick-dots li:hover i {
        color: #8a7a67 !important;
        background-color: #8a7a67 !important;
    }

    ul.products .product.type-product .product-loop-title h3 {
        font-family: Geologica;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
    }

    ul.products .product.type-product .price {
        font-family: Geologica;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .fas,
    .fa-square-full::before {
        content: none !important;
    }
}

ul.products .product-image {
    border-radius: 14px;
    border: none;
}

.zuccherino-image-slider {
    width: calc(100% - 80px);
    margin: auto;
}

.zuccherino-image-slider {

    ul.products .product.type-product img {
        height: 100%;
    }

    button {
        border: 2px solid;
        padding: 20px;
    }

    .slick-dots li {
        i {
            transform: rotate(45deg);
            border: 1px solid #8a7a67;
            padding: 0px;
            font-size: 3px;
            width: 8px;
            height: 8px;
        }

        margin-right: 15px;
        margin-left: 15px;
    }

    .slick-dots li::after {
        content: '';
        position: absolute;
        top: 72%;
        left: 25px;
        width: 100%;
        height: 1px;
        background-color: #8a7a67;
    }

    .slick-dots li:last-child::after {
        display: none;
    }

    .porto-carousel-wrapper .slick-dots li i {
        color: #fff !important;
    }

    .porto-carousel-wrapper .slick-dots li i:before {
        width: 8px;
        height: 8px;
        color: #8a7a67;
    }

    .slick-slider .slick-dots li.slick-active i,
    .slick-slider .slick-dots li:hover i,
    .slick-slider .slick-dots li.slick-active i,
    .slick-slider .slick-dots li:hover i {
        color: #8a7a67 !important;
        background-color: #8a7a67 !important;
    }

    ul.products .product.type-product .product-loop-title h3 {
        font-family: Geologica;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
    }

    ul.products .product.type-product .price {
        font-family: Geologica;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .fas,
    .fa-square-full::before {
        content: none !important;
    }

    .slick-prev {
        margin-left: 15px;
    }

    .slick-next {
        margin-right: 15px;
    }
}

html #topcontrol {
    color: #fff;
    width: 60px;
    height: 60px;
    right: 60px;
    text-align: center;
    z-index: 1040;
    transition: background 0.3s ease-out;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 60px !important;
    background: rgba(64, 64, 64, 0.2);
}

.ml-100 {
    margin-left: 100px;
}

.unbounded,
section.unbounded {
    width: none;
    max-width: none;
}

.single-product .entry-summary .add_to_wishlist::before {
    color: #503e2d;
}

form.cart .label {
    display: block !important;
}

.main-form-title {
    color: var(--Brown, #503e2d);
    text-align: center;
    font-family: Geologica;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 36px;
}

.product-info {
    background-color: #f7f4ee;
    border-radius: 15px;
    padding-bottom: 16px;
}

.product-info {
    img {
        max-width: 450px;
        max-height: 300px;
        border-top-left-radius: 15px;
        /* Adjust the radius as needed */
        border-top-right-radius: 15px;
        /* Adjust the radius as needed */
        width: 100%;
        object-fit: cover;
    }

    h2 {
        color: var(--White, #fff);
        text-align: center;
        font-family: Geologica;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        /* 116.667% */
        letter-spacing: 1px;
        margin-top: -10%;
        z-index: 999;
        position: relative;
    }

    p {
        color: var(--Text-Color, #3a342e);
        font-family: Geologica;
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        /* 164.706% */
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 29px;
    }

    a {
        border-radius: 6px;
        background: var(--Brown-Logo, #8a7a67);
        text-align: center;
        width: 80%;
        display: block;
        margin: auto;
        padding: 16px 26px;
        color: #fff;
        text-align: center;
        font-family: 'Geologica';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1px;
    }
}

.green-products .product-info a {
    border-radius: 6px;
    background: var(--Green, #00a1b0);
}

#full-description-button {
    color: var(--Brown-Logo, #8a7a67);
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.56px;
    width: fit-content;
    margin-bottom: 50px;
    border-bottom: 1px solid;
}

#full-description-button:hover {
    cursor: pointer;
}

#full-description-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#ProductCustomTabs {}

#ProductCustomTabs {
    .tabs {
        display: flex;
        margin: 0px;
        padding-left: 0px;

        li {
            list-style: none;
            padding: 24px 30px;
            background: #71c5cd;
            margin-right: 1px;

            a {
                color: #fff;
                font-family: Geologica;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
        }

        li:first-child {
            border-top-left-radius: 15px;
        }

        li:last-child {
            border-top-right-radius: 15px;
        }

        li.active {
            background: var(--Green, #00a1b0);
        }
    }

    .entry-content {
        margin: 0px;
        border-radius: 0px 0px 10px 10px;
        border-top: 1px solid var(--Green, #00a1b0);
        background: var(--Warm-White, #f7f4ee);
        padding: 40px 30px;
    }
}

.after-cart-products {
    max-width: calc(100% - 340px);
    width: 100%;
    margin: 50px auto 0px;
}

.mb-47 {
    margin-bottom: 47px;
}

.woocommerce .cart-section .actions {
    display: flex;
    justify-content: space-between;

    .coupon {
        display: flex;
    }

    #coupon_code {
        display: flex;
        padding: 16px 26px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 6px;
        border: 1px solid var(--Brown-Logo, #8a7a67);
        color: var(--Brown-Logo, #8a7a67);
        font-family: 'Geologica';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
        margin-right: 14px;
    }

    .button {
        display: flex;
        padding: 16px 26px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 6px;
        background: var(--Brown-Logo, #8a7a67);
        color: #fff;
        text-align: center;
        font-family: 'Geologica';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1px;
        border: none;
        opacity: 1;
    }
}

.shop_table {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.cart-totals-h3 {
    color: var(--Text-Color, #3a342e);
    text-align: center;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: start;
}

.wc-block-checkout {
    max-width: calc(100% - 340px);
    width: 100%;
    margin: 100px auto 130px;
}

.woocommerce-progress-bar {
    display: flex;
    justify-content: center;
    padding-top: 100px;

    .active,
    .step.active {
        color: var(--Green, #00a1b0);
        font-family: Geologica;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
    }

    .step {
        color: #9e9c98;
        font-family: Geologica;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
    }

    .shopping-breadcrumb-breaker {
        margin-right: 24px;
        margin-left: 24px;
    }
}

.woocommerce-form-coupon-container {
    max-width: calc(100% - 340px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 135px;
    padding-left: 25px;
    border-top: 1px solid var(--Brown-Footer, #786754);
    border-right: 1px solid var(--Brown-Footer, #786754);
    border-bottom: 1px solid var(--Brown-Footer, #786754);
    border-left: 4px solid var(--Brown-Footer, #786754);

    .woocommerce-form-coupon-toggle {

        .woocommerce-info {
            color: var(--Text-Color, #3A342E);
            font-family: Geologica;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 1px;

            ::before {
                content: '';
            }

            a {
                color: var(--Green, #00A1B0);
                font-family: Geologica;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                letter-spacing: 1px;
            }
        }
    }

    .checkout_coupon woocommerce-form-coupon {}

    form {
        display: flex;
    }

    .form-row-first input {
        display: flex;
        padding: 16px 26px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 6px;
        border: 1px solid var(--Brown-Logo, #8A7A67);
        color: var(--Brown-Logo, #8A7A67);
        font-family: Geologica;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
    }

    .form-row-last button {
        display: flex;
        padding: 16px 26px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 6px;
        background: var(--Brown-Logo, #8A7A67);
        color: #FFF;
        text-align: center;
        font-family: Geologica;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1px;
    }
}

.login-customer {
    max-width: calc(100% - 340px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border-top: 1px solid var(--Brown-Footer, #786754);
    border-right: 1px solid var(--Brown-Footer, #786754);
    border-bottom: 1px solid var(--Brown-Footer, #786754);
    border-left: 4px solid var(--Brown-Footer, #786754);
    padding-top: 10px;
    padding-left: 25px;

    p {
        color: var(--Text-Color, #3A342E);
        font-family: Geologica;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;

        a,
        a:hover {
            color: var(--Green, #00A1B0);
            font-family: Geologica;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 1px;
            background: none;
            text-decoration: none;
            padding: 0px;
        }
    }
}

.wc_payment_method {
    img {
        display: none;
    }

    .payment_box {
        p {
            display: none;
        }
    }
}

ul.mega-sub-menu {
    ul.product-categories {
        /* display: flex; */
        flex-wrap: wrap;
        list-style-type: none;
        /* Remove default bullets */
        padding: 0;
        /* Remove default padding */
        margin: 0;
        /* Remove default margin */
        font-weight: 400;
    }

    ul.product-categories li {
        margin-right: 8px;
        /* Add some space between items */
    }

    ul.product-categories li:not(:last-child)::after {
        margin-left: 8px;
        /* Add some space after the slash */
    }
}

#mega-menu-wrap-main_menu #mega-menu-main_menu img {
    object-fit: cover;
}

.mega-menu-item-type-widget.widget_product_categories {
    color: #786754;
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    display: block;
    border: 0;
}

.widget_product_categories ul li>a {
    color: #786754;
    font-family: inherit;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    display: block;
    border: 0;
    margin-bottom: 16px;
}

.widget_product_categories ul a:hover {
    color: #503E2D;
}

#mega-menu-wrap-main_menu .widget_product_categories ul li a:hover::after {
    display: none !important;
}

#mega-menu-wrap-main_menu ul li .product-item:hover:after,
#mega-menu-wrap-main_menu ul li .last-min-order-button:hover::after,
#mega-menu-wrap-main_menu .all-product-tags a:hover::after,
#mega-menu-wrap-main_menu .all-product-tags li::marker {
    display: none !important;
}

#mega-menu-wrap-main_menu ul li .product-item:hover:after,
#mega-menu-wrap-main_menu ul li .product-item::after {
    content: 'Η ΠΡΟΤΑΣΗ ΤΟΥ ΜΗΝΑ';
    display: block !important;
    background: transparent;
    position: absolute;
    margin-top: 10px;
    left: unset;
    color: white;
    border: solid 1px #ffffff;
    border-radius: 20px;
    height: 40px;
    width: 200px;
    transform: rotate(0);
    padding: 10px 16px;
    float: right;
    right: 10px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu ul {
    list-style: none;
    padding-left: 0;
    font-weight: 400;
}

#mega-menu-wrap-main_menu .all-product-tags {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.mega_menu_tag {
    padding-right: 8px;
    margin-bottom: 16px;
}

.mega_menu_tag a {
    padding-right: 8px;
    color: #786754;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    letter-spacing: 1px;
}

.mega_menu_tag a:hover {
    color: #503E2D;
}

.product-categories {
    display: flex;
}

.product-categories li {
    width: 48%;
}

.all-product-tags {
    height: 200px !important;
}

#mega-menu-wrap-main_menu ul li .product-item img::after {
    background-color: #3A342E;

}

.service_categories li {
    color: #786754;
    font-family: inherit;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    display: block;
    border: 0;
    margin-bottom: 16px;
}

.service_categories li a {
    color: #786754;
}

.service_categories li:hover a {
    color: #503E2D;
}

.service_categories li a:hover::after {
    content: none !important;
}

form.cart .label.leftside {
    /* display: none !important; */
    color: var(--Text-Color, #3A342E);
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    text-align: left;
    padding-left: 0;
    padding-top: 25px;
    white-space: pre-wrap;
}

.label.leftside .required {
    display: none !important;
}

.value.leftside {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.remove_from_menu {
    display: none;
}

.language_switcher a {
    color: var(--Brown, #503E2D);
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu_image_overlay {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(43, 23, 5, 0.00) 0%, rgba(43, 23, 5, 0.50) 85.91%);
    color: #f1f1f1;
    width: 100%;
    height: 440px;
    text-align: center;
    z-index: 2;
}

.cart-v2 .card-default {
    padding: 24px 30px;
    display: flex;
    width: 490px;
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    background: #F7F4EE;
    border: none;
    box-shadow: 0px 6px 10px 0px rgba(138, 122, 103, 0.20);
}

.wc-proceed-to-checkout .btn {
    border-radius: 6px;
    background: var(--Green, #00A1B0);
    text-transform: capitalize;
    margin-top: 0 !important;
}

.wc-proceed-to-checkout .btn:hover {
    background: var(--Green, #00A1B0);
}

.shop_table.cart-table .actions button {
    padding: 12px 24px;
    border-radius: 6px;
    background: var(--Brown-Logo, #8A7A67);
    color: #fff;
    text-transform: capitalize;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    padding: 16px 26px;
}

.cart-v2 #coupon_code {
    padding: 14px 12px;
    border-radius: 6px;
    border: 1px solid var(--Brown-Logo, #8A7A67);
    margin-right: 10px;
}

.woocommerce-checkout .porto-radio .porto-control-label,
.cart-v2 .porto-radio .porto-control-label {
    font-size: 13px;
    color: var(--Text-Color-P, #5E5955);
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout .porto-radio .porto-control-label:after,
.cart-v2 .porto-radio .porto-control-label:after {
    background-color: #00A1B0;
    background: url(https://zuccherino.webdemo.gr/wp-content/uploads/2024/09/check_box.svg);
    margin-top: unset;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    border: none;
    left: -3px;
    top: 2px;
}

.shipping-calculator-form .form-row input[type=text],
.shipping-calculator-form .form-row select {
    background-color: #F7F4EE;
}

.woocommerce-shipping-calculator.shipping_calculator .button.wc-action-btn.mb-3 {
    display: none;
}

.wc-proceed-to-checkout .fa-arrow-right:before {
    display: none;
}

.woocommerce-checkout .porto-radio .porto-control-label:before .cart-v2 .porto-radio .porto-control-label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    border-radius: 4px;
    border: 1px solid #5E5955;
}

.cart-v2 .porto-radio .porto-control-label:before {
    margin-top: -8px;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-checkbox-text:before,
.cart-v2 .porto-radio .porto-control-label:before,
.woocommerce-checkout .porto-radio .porto-control-label:before {
    left: 0;
    pointer-events: none;
    user-select: none;
    border: 1px solid #5E5955;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    margin-top: -7px;
    TOP: 12PX;
}

.woocommerce-checkout .porto-radio .porto-control-label:before {
    margin-top: -7px;
}

.woocommerce-checkout .shipping_method.porto-control-input[checked]~label:before {
    border-radius: 4px;
    width: 18px;
    height: 18px;
}

.wc_payment_methods .porto-control-label:before {
    margin-top: -10px;
}

.cart-v2 .woocommerce .row.mb-5.pb-2 {
    --bs-gutter-x: 90px;
}

.woocommerce-checkout .shop_table.cart-table a.remove.remove-product,
.woocommerce-checkout .woocommerce #content table.shop_table.wishlist_table.cart a.remove,
.cart-v2 .shop_table.cart-table a.remove.remove-product,
.cart-v2 .woocommerce #content table.shop_table.wishlist_table.cart a.remove {
    top: 45px;
    right: 90px;
    background: url(https://zuccherino.webdemo.gr/wp-content/uploads/2024/09/delete.svg);
    width: 25px;
    height: 25px;
    box-shadow: unset;
}

.cart-v2 .shop_table.cart-table a.remove:before {
    display: none;
}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods.px-2 .porto-control-label:before {
    top: 12px;
}

.vc_custom_1711576384705 {
    max-width: 1840px;
    margin: auto
}

.vc_section.unbounded.vc_custom_1716889888056 {
    max-width: 1840px;
    margin: auto;
}

.about_us_secondary_text,
.about_us_main_text {
    max-width: 1600px;
}

.post-type-archive-product .container {
    width: 90%;
    max-width: 1600px;
}

.porto-item-wrap.slick-slide.slick-active:nth-of-type(3) .slider-category-title p {
    display: none;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox:before {
    left: 0;
    pointer-events: none;
    user-select: none;
    border: 1px solid #ccc;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    margin-top: -7px;
}

.col-lg-3.sidebar.porto-woo-product-sidebar.right-sidebar {
    display: none;
}

.price_slider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    margin-left: 10px;
}

@media only screen and (max-width: 1600px) {
    #mega-menu-main_menu>li>.mega-sub-menu {
        left: -55px !important;
        float: unset !important;
    }
}

.btn-go-shop {
    display: flex;
    padding: 16px 26px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 6px;
    background: var(--Brown-Logo, #8A7A67) !important;
    max-width: 300px;
    margin: auto;
    text-decoration: none;
    text-transform: capitalize;
}

.product-subtotal .woocommerce-Price-amount.amount {
    color: #3a342e !important;
    text-align: center;
    font-family: Geologica;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    letter-spacing: 1px;
}

.card-sub-title.text-md.text-uppercase.m-b-md.pb-1 {
    color: var(--Text-Color, #3A342E) !important;
    font-family: Geologica !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

.responsive.cart-total .order-total .woocommerce-Price-amount.amount,
.responsive.cart-total .order-total .text-md.mb-0,
.responsive.cart-total .m-b-sm,
.responsive.cart-total .cart-subtotal h4 {
    color: var(--Text-Color, #3A342E);
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wc-proceed-to-checkout a {
    color: #FFF;
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px !important;
}

body {
    accent-color: #00a1b0;
}

.delivery_date_title {
    margin-bottom: 25px !important;
    margin-top: 40px;
}

.video_background {
    margin-top: 130px;
}

.about_us_secondary_text {
    margin-top: 130px;
}

.porto-carousel-wrapper button.circle-border.slick-next {
    right: -40px;
}

.porto-carousel-wrapper button.circle-border.slick-prev {
    left: -40px;
}

@media screen and (max-width: 1340px) {
    .contacts-block-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1440px) {
    .mega-menu-item-custom_html-10 {
        margin-top: 50px;
    }
}