/*
Theme Name: Biagiotti Child
Theme URI: https://biagiotti.qodeinteractive.com
Description: A child theme of Biagiotti Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: biagiotti
Template: biagiotti
*/

/*Global settings*/
/* @import url('https://fonts.cdnfonts.com/css/newyork?styles=85555'); */

@font-face {
    font-family: 'NewYork';
    src:url('assets/fonts/NewYork.ttf.woff') format('woff'),
        url('assets/fonts/NewYork.ttf.svg#NewYork') format('svg'),
        url('assets/fonts/NewYork.ttf.eot'),
        url('assets/fonts/NewYork.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url('assets/fonts/Bahnschrift.ttf');
}

@font-face {
	
    font-family: 'Kugile';
    src: url('assets/fonts/Kugile.ttf');
}

@font-face {
    font-family: 'CharliePerth';
    src: url('assets/fonts/CharliePerth.otf');
}

* {
    font-family: 'Bahnschrift', sans-serif;
}


.mkdf-page-title,
.mkdf-page-title .entry-title
{
 font-family: 'NewYork', "Kugile", sans-serif !important;
}

.category__title {
	  font-family: 'NewYork', "Kugile", sans-serif !important;
}

h1.mkdf-page-title.entry-title {
    text-transform: uppercase !important;
}

.mkdf-woocommerce-columns-4 .related.products>.products>.product {
    width: calc(25% - 4px) !important;
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category .woocommerce-loop-category__title {
	font-style: normal !important;
}

.elementor-594 .elementor-element.elementor-element-c356dc0 .elementor-heading-title {
	font-style: italic !important;
}

/* .mkdf-main-menu > ul > li.mkdf-active-item > a {
    background: #687865 !important;
}

.mkdf-logo-wrapper a img.mkdf-normal-logo {
	opacity: 0 !important;
}

.mkdf-logo-wrapper a img.mkdf-dark-logo {
    opacity: 1 !important;
}
 */

.mkdf-shopping-cart-inner {
	display: none !important;
}

.mkdf-btn.mkdf-btn-solid {
    color: #fff;
    background-color: #687865;
    border: 1px solid #687865;
}

.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-border-hover):hover {
    border-color: #687865 !important;
}

.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-hover-bg):hover {
    background-color: #fff !important;
}

.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-hover-color):hover {
    color: #687865 !important;
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: unset !important;
    color: #313830;
    border: #313830 1px solid;
}

.elementor-element.elementor-button-info .elementor-button:hover {
    border-color: #687865;
}

.elementor-button {
    border-style: solid;
}

.elementor-button span {
    white-space: nowrap;
}

.banner-title h2 {
    font-family: 'NewYork', "Kugile", sans-serif !important;
}

.small-banner-title h2 {
    font-family: 'CharliePerth', sans-serif;
}

.title-normal h2 {
    font-family: 'Bahnschrift', sans-serif;
}

/*Custom settings*/

.mkdf-page-header .mkdf-logo-area .mkdf-logo-wrapper a {
    height: 65px !important;
}

@media only screen and (max-width: 1024px) {
    .mkdf-mobile-header .mkdf-top-bar {
        display: block;
        z-index: -1;
    }
}

.mkdf-top-bar .mkdf-position-center-inner .marquee-container {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin-top: 6px;
}

.mkdf-top-bar .mkdf-position-center-inner .marquee-container span {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding-right: 20px;
    animation: marquee 10s linear infinite;
}

.mkdf-top-bar .mkdf-position-center-inner .marquee-container span::after {
    content: "";
    display: inline-block;
    padding-right: 20px;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.mkdf-menu-area {
    border-top: #E9E9E9 1px solid !important;
}

.mkdf-menu-area .mkdf-grid .mkdf-vertical-align-containers .mkdf-position-right {
    margin-top: -90px;
}

.mkdf-main-menu a {
    font-family: 'Bahnschrift', sans-serif;
}

.mkdf-main-menu > ul > li.current-menu-item,
.mkdf-main-menu > ul > li:hover {
    background: #687865;
}

.mkdf-main-menu > ul > li.current-menu-item:not(:hover) > a span:after {
    width: 0;
}

@media (min-width: 1025px) and (max-width: 1399px) {
    .mkdf-main-menu > ul > li > a {
        font-size: 12px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .mkdf-main-menu > ul > li > a {
        padding: 0 10px !important;
    }
}

.custom-right-widget {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.custom-right-widget .widget_custom_html {
    margin: 0;
}

.mkdf-search-opener span {
    width: 20px;
    height: 20px;
    background: url("assets/images/search.svg") center no-repeat;
}

.mobile-search-button .mkdf-search-opener span {
    width: 100%;
    background: none;
}

.mobile-search-button a:after {
    content: 'Search in Greenum';
    position: absolute;
    top: 0;
    padding: 18px 0;
}

.mkdf-search-opener span svg {
    display: none !important;
}

a.mkdf-modal-opener.mkdf-login-opener {
    font-size: 0 !important;
}

.mkdf-logged-in-user-inner span {
    display: none;
}

.mkdf-login-register-widget {
    margin: 0;
}

.mkdf-login-register-widget .mkdf-login-opener:after {
    margin-left: 0;
    content: '';
    margin-top: 1px;
}

a.mkdf-modal-opener.mkdf-login-opener:after,
.mkdf-logged-in-user-inner:after {
    content: '' !important;
    background: url("assets/images/person.svg") center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    margin-top: -1px;
}

a.mkdf-custom-wishlist-header > span {
    background: url("assets/images/favorite.svg") center no-repeat;
    width: 20px;
    height: 20px;
}

.mkdf-header-cart span.mkdf-sc-opener-icon {
    width: 20px;
    height: 20px;
    background: url("assets/images/shopping_bag.svg") center no-repeat;
}

.mkdf-header-cart span.mkdf-sc-opener-icon svg {
    display: none;
}

.mkdf-mobile-header .mkdf-position-left {
    width: 150px;
    margin: 0 auto !important;
    text-align: center;
    float: none;
    z-index: 3;
}

.mkdf-mobile-header .mkdf-position-right {
    width: 100%;
    max-width: 100% !important;
    position: absolute;
    top: 0;
}

.mkdf-mobile-header .mkdf-position-right .mkdf-position-right-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: center;
}

.mkdf-mobile-header-inner .mkdf-shopping-cart-holder {
    margin: 0 0 0 8px;
}

.mkdf-mobile-header-inner .widget.widget_custom_html {
    margin: 0;
    display: none;
}

.mkdf-mobile-header-inner .widget.mkdf-login-register-widget {
    margin: 0 0 0 auto;
    display: none;
}

.widget.mkdf-login-register-widget.mkdf-user-logged-in .mkdf-login-dropdown {
    position: absolute;
    right: 0;
    display: none;
    background: #000;
    text-align: left;
    width: 158px;
    padding: 10px 0;
}

@media (min-width: 1025px) {
    .widget.mkdf-login-register-widget.mkdf-user-logged-in .mkdf-login-dropdown {
        top: 85px;
    }
}

.widget.mkdf-login-register-widget.mkdf-user-logged-in .mkdf-login-dropdown li:last-of-type {
    margin-top: 25px;
}

.widget.mkdf-login-register-widget.mkdf-user-logged-in .mkdf-login-dropdown li a {
    font-size: 16px;
    line-height: 26px;
    padding: 0 35px 3px;
}

.widget.mkdf-login-register-widget.mkdf-user-logged-in:hover .mkdf-login-dropdown {
    display: block;
}

.mkdf-mobile-menu-opener a span.mkdf-mobile-menu-icon {
    width: 20px;
    height: 20px;
    background: url("assets/images/menu-open.svg") center no-repeat;
}

.mkdf-mobile-menu-opener.mkdf-mobile-menu-opened a span.mkdf-mobile-menu-icon {
    background: url("assets/images/menu-close.svg") center no-repeat;
}

.mkdf-mobile-nav .menu-item {
    border-bottom: #E9E9E9 1px solid;
}

.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li > a {
    padding: 10px;
    font-family: 'Bahnschrift', sans-serif;
    font-size: 15px;
    letter-spacing: 0;
}

.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li > a:after {
    content: '';
    width: 15px;
    height: 22px;
    background: url("assets/images/arrow_back_ios.svg") center no-repeat;
    position: absolute;
    right: 5px;
}

.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li:hover > a {
    background: #687865;
    color: #fff;
}

.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li:hover > a:after {
    background: url("assets/images/arrow_back_ios_white.svg") center no-repeat;
}

.mkdf-mobile-nav .menu-item.mkdf-active-item {
    background: #687865;
}

.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li.mkdf-active-item > a {
    color: #fff !important;
}

.mkdf-mobile-nav .menu-item.mkdf-active-item > a span:after {
    content: none !important;
}

.mkdf-custom-contact2-form .wpcf7-form-control.wpcf7-text {
    font-style: normal;
}

.mobile-menu-title {
    position: absolute;
    top: 5px;
    left: calc(50% - 90px);
    width: 140px;
    text-align: center;
    font-size: 24px;
    color: #212620;
    background: #fff;
    padding: 20px;
    z-index: 2;
}

@media (min-width: 1025px) {
    .mobile-menu-title {
        display: none;
    }
}

#menu-footer-menu-bottom a {
    font-size: 12px;
    font-style: normal;
    line-height: 14.4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.mkdf-footer-column-3 .textwidget {
    font-size: 12px;
    font-style: normal;
    line-height: 14.4px;
    color: #fff;
    text-align: right;
    font-weight: 300;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .mkdf-footer-top-inner.mkdf-grid {
        width: 720px;
    }
}

@media (max-width: 860px) {
    .mkdf-page-footer .mkdf-footer-top-holder .mkdf-separator-widget {
        height: 26px;
    }
}

@media (max-width: 768px) {
    .mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-alignment-left {
        display: flex;
        flex-flow: column nowrap;
    }

    .mkdf-footer-top-alignment-left .mkdf-column-content.mkdf-grid-col-4:nth-of-type(1) {
        order: 2;
    }

    .mkdf-footer-top-alignment-left .mkdf-column-content.mkdf-grid-col-4:nth-of-type(2) {
        order: 1;
        margin-top: 0;
    }

    .mkdf-footer-top-alignment-left .mkdf-column-content.mkdf-grid-col-4:nth-of-type(3) {
        order: 3;
        margin-top: 20px;
    }

    .mkdf-footer-top-alignment-left .mkdf-column-content.mkdf-grid-col-4:nth-of-type(3) > div:nth-of-type(2) {
        margin: 0;
    }

    .mkdf-footer-top-alignment-left .mkdf-column-content.mkdf-grid-col-4:nth-of-type(2) > div:last-of-type {
        position: absolute;
        bottom: -430px;
        width: 170px;
        left: calc(50% - 85px);
    }
}

.home-category-banner > div:nth-of-type(1) {
    width: 100%;
}

@media (max-width: 767px) {
    .home-category-banner > div:nth-of-type(1) {
        aspect-ratio: 1/1;
    }
}

@media (min-width: 768px) {
    .home-category-banner {
        aspect-ratio: 17/9;
    }

    .home-category-banner > div:nth-of-type(2) {
        position: absolute;
        height: 100%;
    }
}

.home-category-banner > div:first-child {
    overflow: hidden;
}

.home-category-banner > div:first-child img {
    transition: all ease-in-out 0.3s;
}

.home-category-banner:hover > div:first-child img {
    -webkit-transform: scale(1.01) translateX(3px);
    -ms-transform: scale(1.01) translateX(3px);
    transform: scale(1.01) translateX(3px);
}

#mkdf-back-to-top span {
    background: rgba(255,255,255,0.7);
}

@media (max-width: 1024px) {
    .mkdf-fullscreen-search-holder {
        background: #fff;
    }

    .mkdf-search-fade .mkdf-fullscreen-search-holder .mkdf-search-close {
        top: 25px;
        background: #fff;
        right: calc(50% + 363px);
    }

    .mkdf-search-fade .mkdf-fullscreen-search-holder .mkdf-search-close svg {
        display: none;
    }

    .mkdf-search-fade .mkdf-fullscreen-search-holder .mkdf-search-close:after {
        content: '';
        display: block;
        width: 22px;
        height: 22px;
        background: url("assets/images/menu-close.svg") center no-repeat;
    }

    .mkdf-search-fade .mkdf-fullscreen-search-holder .mkdf-fullscreen-search-table {
        background: #fff;
        height: calc(100% - 70px);
    }

    .mkdf-fullscreen-search-holder .mkdf-fullscreen-search-cell {
        vertical-align: top;
    }

    .mkdf-fullscreen-search-holder .mkdf-form-holder-inner {
        height: calc(100vh - 220px);
    }

    .mobile-search-button {
        padding: 40px 0;
    }

    .mobile-search-button a {
        border: #687865 1px solid;
        padding: 16px 16px 16px 48px;
        margin: 0;
        display: block;
    }

    .mkdf-fullscreen-search-holder .mkdf-form-holder-inner .mkdf-field-holder {
        border: #687865 1px solid;
        padding: 16px 16px 16px 48px;
        margin-top: 70px;
    }

    .mobile-search-button a:before,
    .mkdf-fullscreen-search-holder .mkdf-form-holder-inner .mkdf-field-holder:before {
        content: '';
        display: block;
        position: absolute;
        left: 16px;
        width: 20px;
        height: 20px;
        background: url("assets/images/search-green.svg") center no-repeat;
    }

    .mobile-search-button a:after,
    .mkdf-fullscreen-search-holder .mkdf-form-holder-inner .mkdf-field-holder input {
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        font-family: "Bahnschrift", sans-serif;
        color: #687865;
    }

    .mkdf-fullscreen-search-holder .mkdf-form-holder-inner button {
        width: 100%;
        background: #687865;
        color: #fff;
        font-size: 16px;
        border: #687865 1px solid;
    }

    .mkdf-fullscreen-search-holder .mkdf-form-holder-inner button:hover {
        color: #687865;
        background: #fff;
    }

    #mkdf-back-to-top {
        bottom: 20px;
        right: 20px;
    }

    #mkdf-back-to-top.mkdf-back-to-top-footer {
        bottom: 20px;
    }
}

@media (max-width: 768px) {
    .mkdf-search-fade .mkdf-fullscreen-search-holder .mkdf-search-close {
        right: calc(50% + 279px);
    }
}

@media (max-width: 680px) {
    .mkdf-search-fade .mkdf-fullscreen-search-holder .mkdf-search-close {
        right: calc(50% + 189px);
    }
}

@media (max-width: 480px) {
    .mkdf-search-fade .mkdf-fullscreen-search-holder .mkdf-search-close {
        right: calc(50% + 129px);
    }
}

@media (max-width: 320px) {
    .mkdf-search-fade .mkdf-fullscreen-search-holder .mkdf-search-close {
        right: calc(95% - 21px);
    }
}

@media (max-width: 576px) {
    .home .mkdf-custom-contact2-form .mkdf-column-left,
    .home .mkdf-custom-contact2-form .mkdf-column-right {
        display: block;
        width: 100%;
    }

    .home .mkdf-custom-contact2-form .mkdf-column-right {
        left: unset;
    }

    .home .mkdf-custom-contact2-form .mkdf-column-right button {
        width: 100%;
    }
}

.mkdf-content-bottom-inner {
    padding: 40px 20px !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 1140px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .mkdf-content-bottom-inner {
        gap: 0;
    }

    .klaviyo-form > div {
        min-height: unset !important;
    }
}

.mkdf-content-bottom-inner .widget {
    width: 100%;
}

.mkdf-content-bottom-inner .textwidget h2 {
    font-family: 'NewYork', "Kugile", sans-serif;
    font-size: 40px;
    text-transform: none;
    letter-spacing: normal;
    color: #687865;
}

.mkdf-content-bottom-inner .textwidget p {
    color: #212620;
    font-size: 16px;
    font-weight: 300;
}

.mkdf-content-bottom-inner .widget .klaviyo-form button {
    font-family: "Bahnschrift", sans-serif !important;
}

.mkdf-content-bottom-inner .widget .klaviyo-form span {
    color: #212620;
    font-weight: 300;
}

@media (min-width: 768px) {
    .mkdf-content-bottom-inner {
        flex-flow: row nowrap;
        gap: 80px;
    }

    .mkdf-content-bottom-inner .widget {
        width: 50%;
    }
}

.mkdf-fullscreen-search-holder .mkdf-search-close {
    top: 70px;
}

.admin-bar .mkdf-fullscreen-search-holder .mkdf-search-close {
    top: 102px;
}

.mkdf-fullscreen-search-holder .mkdf-search-field {
    color: #212620;
    font-weight: 300;
    font-style: normal;
}

@media (min-width: 1025px) {
    .mkdf-fullscreen-search-holder .mkdf-search-field {
        width: calc(100% - 85px);
        border-bottom: #212620 1px solid;
    }

    .mkdf-fullscreen-search-holder .mkdf-search-submit {
        width: 30px;
        height: 30px;
        font-size: 0;
        padding: 0;
        background: url("assets/images/search.svg") center no-repeat;
        background-size: cover;
    }

    .mkdf-fullscreen-search-holder .additional_widget {
        display: none;
    }
}

@media (max-width: 1024px) {
    .mkdf-fullscreen-search-holder .mkdf-position-right-inner {
        display: flex;
        flex-flow: row-reverse nowrap;
        justify-content: flex-start;
        align-items: center;
        height: 70px;
    }

    .mkdf-fullscreen-search-holder .mkdf-position-right-inner .widget {
        margin: 0;
    }

    .mkdf-fullscreen-search-holder .mkdf-position-right-inner .mkdf-shopping-cart-holder {
        display: none;
    }
}


ul.products.columns-5 li.product {
    width: 20%;
}

/* Responsive styling for screens with a maximum width of 1024px */
@media only screen and (max-width: 1024px) {
    ul.products.columns-5 li.product {
        width: 33% !important;
    }
}

/* Responsive styling for screens with a maximum width of 768px */
@media screen and (max-width: 768px) {
    ul.products.columns-5 li.product {
        width: 50% !important;
    }
}

.yith-wcwl-add-to-wishlist {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    margin: 0px !important;
    border: 0 !important;
    background: transparent !important;
}


ul.products>.product .mkdf-pl-inner .mkdf-pl-text > .yith-wcwl-add-to-wishlist {
    opacity: 1 !important;
}

ul.products>.product .mkdf-pl-inner .mkdf-pl-text {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
     opacity: 1 !important;
     background-color: transparent !important;
}


.yith-wcwl-add-button a:hover, .yith-wcwl-wishlistaddedbrowse a:hover, .yith-wcwl-wishlistexistsbrowse a:hover {
    color: #000 !important;
}

ul.products>.product .price {
    margin-bottom: 20px !important;
}
section.related.products {
    margin: 30px 0 !important;
}
.mkdf-pl-main-holder ul.products li.product:hover, .related ul.products li.product:hover {
    background-color: #F2F6F1;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.mkdf-pl-main-holder ul.products > .product .button,
.mkdf-pl-main-holder ul.products > .product .added_to_cart {
    margin: 0 9px 0 0;
    padding: 20px !important;
    font-family: 'Bahnschrift', sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin: 0 auto !important;
    padding: 20px !important;
}

ul.products>.product {
    float: none !important;
    /*width: 225px !important;*/
    /*height: 160px !important;*/
}

ul.products>.product .mkdf-product-categories a {
    position: relative;
    font-family: 'Bahnschrift', sans-serif !important;
    font-weight: lighter;
    font-size: 16px;
    color: #838383;
    z-index: 1;
}

ul.products>.product .mkdf-pl-inner {
    margin-top: 20px;
}

.mkdf-product-list-title a {
    font-family: 'Bahnschrift', sans-serif !important;
    font-weight: lighter !important;
    font-size: 20px;
}

ul.products>.product .mkdf-product-list-title {
    line-height: 1.5;
    overflow: hidden;
    min-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before,
.mkdf-pl-main-holder ul.products > .product .button::before {
    content: "\f290"; /* Unicode for the shopping cart icon (adjust as needed) */
    font-family: FontAwesome; /* Use the FontAwesome icon font (adjust as needed) */
    margin-right: 5px; /* Adjust the margin to control spacing */
}

.related a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.mkdf-pl-main-holder ul.products > .product .add_to_cart_button:hover {
    background-color: #212620 !important;
    color: #fff !important;
}

.elementor-button {
    color: #FFFFFF !important;
    background-color: #687965 !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 16px 56px 16px 56px !important;
    font-size: 16px !important;
    cursor: pointer;
}


.fa {
    font: normal normal normal 19px/1 FontAwesome !important;
}
.yith-wcwl-add-button a:after, .yith-wcwl-wishlistaddedbrowse a:after, .yith-wcwl-wishlistexistsbrowse a:after {
    font-family: Ionicons !important;
    font-size: 19px !important;
}

ul.products>.product .price {
    font-size: 20px;
}

ul.products>.product .button {
    background-color: transparent !important;
    color: #000 !important;
    border-color: #687865 !important;
}

ul.products>.product .mkdf-product-categories {
    margin: 5px 0 0 !important;
    margin-bottom: 20px !important;
}

h1.mkdf-page-title {
    text-transform: none !important;
}

.mkdf-title-holder.mkdf-standard-type .mkdf-page-title {
    font-family: 'NewYork', 'Kugile', sans-serif !important;
    font-weight: 500;
    font-size: 70px;
}

@media only screen and (min-width: 1400px) {
    .mkdf-grid-1300 .mkdf-grid,
    .mkdf-grid-1300 .mkdf-container-inner{
        width: 1320px !important;
    }
}
.menu-catalog {
    width: 1380px !important;
}
.mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
    padding-top: 45px;
}
.menu-catalog nav {
    width: 100%;
}
.menu-catalog nav ul {
    display: flex;
    justify-content: space-between;
}
.mkdf-title-inner.bg-white {
    background-position: center;
}
.mkdf-title-inner.bg-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 55%);
}
.mkdf-title-inner.bg-white .mkdf-grid {
    position: relative;
    z-index: 6;
}


.related a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.mkdf-pl-main-holder ul.products > .product .button, .mkdf-pl-main-holder ul.products > .product .added_to_cart {
    letter-spacing: 0 !important;
    padding: 6px 20px !important;
    border: 1px solid #687865;
    color: #687865 !important;
}
ul.products>.product a.button.product_type_external:hover,
ul.products>.product a.button.product_type_grouped:hover {
    background: #000000 !important;
    color: #ffffff !important;
}
ul.products>.product .mkdf-pl-text-wrapper {
    margin: 27px 0 36px !important;
}
.yith-wcwl-add-to-wishlist.wishlist-fragment {
    top: -17px !important;
    right: 4px !important;
}

.yith-wcwl-icon.fa.fa-heart-o {
    font: normal normal normal 19px/1 FontAwesome !important;
}

.yith-wcwl-add-button a:after {
    content: none !important;
    display: none !important;
}

/*.yith-wcwl-add-button a:after {*/
/*    content: none !important;*/
/*}*/

h2.category-view-more {
    margin-bottom: 50px !important;
}

.mkdf-pl-main-holder ul.products > .product .button::before {
    content: "\f290";
    font-family: FontAwesome;
    margin-right: 5px;
}

.mkdf-pl-main-holder ul.products > .product .add_to_cart_button:hover {
    background-color: #212620 !important;
    color: #fff !important;
}

.mkdf-single-product-content .yith-wcwl-add-to-wishlist.wishlist-fragment {
    position: static !important;
}
.mkdf-single-product-content .yith-wcwl-add-to-wishlist.wishlist-fragment a {
    border: 1px solid #687865 !important;
    position: static !important;
    width: 46px;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: -18px !important;
}
.yith-wcwl-add-button a:after {
    padding: 0 !important;
}

ul.products>.product .mkdf-pl-inner .mkdf-pl-image,
ul.products>.product .mkdf-pl-inner {
    overflow: unset !important;
    display: flex !important;
}
ul.products>.product .mkdf-pl-inner {
    margin-top: 25px;
}
.how_to_use_inner {
    display: flex;
    align-items: center;
}
.how_to_use_inner img {
    width: 56px;
    height: 56px;
}
.how_to_use_inner .text {
    width: calc(100% - 56px);
    padding-left: 30px;
    position: relative;
    top: 4px;
}
.text-center {
    margin: 100px 0;
}
.text-center__text {
    width: 830px;
    margin: auto;
    text-align: center;
    line-height: 1.6;
}
.about-info {
    margin: 100px 0;
}
.about-info__content {
    display: flex;
}
.about-info__photo {
    width: 35%;
    position: relative;
}
.about-info__photo img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    max-width: unset;
}
.about-info__right {
    width: 65%;
    padding: 160px 0;
}
.about-info__pad {
    padding-left: 80px;
}
.about-info__text {
    font-family: 'Kugile', sans-serif;
    font-weight: 500;
    font-size: 80px;
    line-height: 1.3;
}
.about-info__info {
    font-family: 'CharliePerth', sans-serif;
    font-size: 72px;
    line-height: 1;
    width: 400px;
    text-align: right;
    margin-top: 100px;
    float: right;
}

@media only screen and (max-width: 1400px) {
    .menu-catalog {
        width: 1140px !important;
    }
    .about-info__text {
        font-size: 62px;
    }
    .about-info__info {
        font-size: 52px;
    }
    .about-info__right {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 1200px) {
    .menu-catalog {
        width: 1000px !important;
    }
}
@media only screen and (max-width: 1024px) {
    ul.products>.product .mkdf-pl-text-wrapper {
        padding-bottom: 0 !important;
    }
    .about-info__text {
        font-size: 38px;
    }
    .about-info__info {
        font-size: 38px;
        width: 200px;
    }
    .text-center__text {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .mkdf-title-holder.mkdf-standard-type .mkdf-page-title {
        text-align: center;
        font-size: 48px;
    }
    .about-info__content {
        flex-wrap: wrap;
    }
    .about-info__photo {
        width: 100%;
    }
    .about-info__photo img {
        position: static;
        width: 100%;
        height: 320px;
    }
    .about-info__right {
        width: 100%;
        padding: 20px 0;
    }
    .about-info__pad {
        padding-left: 0;
    }
    .about-info__info {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .elementor-widget-wrap>.mkdf-row-grid-section.elementor-element, .mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
        width: 90% !important;
    }
    .mkdf-woo-normal-space ul.products>.product {
        margin: 0 !important;
    }
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .mkdf-pl-main-holder ul.products > .product .button, .mkdf-pl-main-holder ul.products > .product .added_to_cart {
        font-size: 14px;
        width: 100%;
        padding: 6px 12px !important;
    }
    ul.products>.product .price,
    .mkdf-product-list-title a {
        font-size: 16px !important;
    }
    .text-center {
        margin: 50px 0;
    }
    .about-info {
        margin: 50px 0;
    }
}

.mkdf-woo-single-page .product {
    font-family: 'Bahnschrift', sans-serif !important;
}

.entry-summary p {
    font-weight: 300;
}

.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
    left: 0 !important;
    width: 100% !important;
}

/* Custom gallery container */
.custom-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}

/* Custom gallery image */
.custom-gallery-image {
    max-width: 100%;
    height: auto;
    width: 100%;
    flex: unset;
}

.custom-gallery-item {
    width: 100%;
}

.custom-gallery-item:nth-child(1),
.custom-gallery-item:nth-child(2) {
    width: calc(50% - 5px);
}

.custom-gallery-item img,
.woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce-product-gallery__image {
    overflow: hidden;
}

.mkdf-woocommerce-columns-4 .related.products>.products>.product {
    width: 20% !important;
}

.mkdf-pl-main-holder .products>.product .mkdf-pl-inner .mkdf-pl-text-inner .yith-wcwl-add-to-wishlist {
    right: -43px !important;
}

.mkdf-pl-main-holder ul.products>.product {
    padding: 4px 8px !important;
}

.mkdf-woo-single-page .related.products>h2 {
    font-family: "Kugile", sans-serif;
    color: #687865;
    font-size: 56px !important;
    display: flex !important;
    justify-content: center;

}

.mkdf-single-product-summary span.woocommerce-Price-currencySymbol {
    text-transform: capitalize !important;
}


/*roman10*/
.mkdf-woocommerce-columns-4 .related.products>.products>.product {
    width: calc(25% - 5px) !important;
}
.product-in__content {
    display: flex;
}
.product-in__left {
    width: 45%;
}
.product-in__slider-xs {
    display: none;
}
.product-slider {
    overflow: hidden;
    height: 330px;
}
.product-slider__item {
    width: 100%;
    display: flex;
    align-items: center;
}
.product-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-slider-thumbs {
    height: 85px;
    margin-top: 10px;
}
.product-slider-thumbs__item img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: -1;
    transition: transform .3s ease-in-out;
}
.product-slider-thumbs__item:hover img {
    transform: scale(1.1);
}
.product-in__right {
    width: 55%;
    padding-left: 80px;
}
.product-in__title h1 {
    color: #212620;
    margin: 0;
    font-family: 'Bahnschrift', sans-serif;
    font-weight: 600;
    font-size: 36px;
}
.product-in-main-reviews__star {
    margin: 20px 0;
}
.product-in-main-reviews__star svg {
    margin-right: 8px;
}
.product-in-main-reviews__star span {
    font-size: 17px;
    font-family: 'Bahnschrift', sans-serif;
    color: #687865;
    margin-left: 14px;
}
.product-in__photo {
    height: 500px;
}
.product-in__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-in__price-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0;
}
.product-in__price {
    color: #212620;
    font-size: 45px;
    font-weight: 300;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.base-price-no-sale {
    text-decoration: line-through;
}
.product-in__info {
    color: #212620;
    margin: 20px 0;
}
.product-in__btn {
    margin: 30px 0;
}
.mkdf-single-product-summary button.single_add_to_cart_button {
    background: #687865 !important;
    font-family: 'Bahnschrift', sans-serif !important;
    color: #ffffff !important;
    border: 1px solid #687865 !important;
    font-size: 16px !important;
    letter-spacing: 01px !important;
    padding: 7px 44px !important;
}
.mkdf-single-product-summary button.single_add_to_cart_button:hover {
    background: #ffffff !important;
    color: #212620 !important;
}
.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-input, .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus, .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-input, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus {
    height: 48px !important;
    border: 1px solid #687865 !important;
}
.product-in-content {
    margin-top: 70px;
}
.product-in-content__flex {
    display: flex;
    align-items: flex-start;
}
.product-in-content__left {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.product-in-content__left img:nth-child(1),
.product-in-content__left img:nth-child(2) {
    width: calc(50% - 6px);
}
.product-in-content__right {
    width: 55%;
    padding-left: 80px;
}
.product-in-content__title {
    color: #212620;
    font-size: 24px;
    margin-bottom: 20px;
}
.product-in-content__desc {
    color: #212620;
    font-size: 16px;
    font-family: 'Bahnschrift', sans-serif;
    font-weight: 300;
}
.product-in-content__list ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}
.product-in-content__list ul li {
    font-family: 'Bahnschrift', sans-serif;
    font-weight: 300;
    color: #212620;
    position: relative;
    margin: 14px 0;
    padding-left: 38px;
    font-size: 18px;
}

.woocommerce-product-details__short-description ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-single-product-title {
    color: #212620 !important;
    margin: 0 !important;
    font-family: 'Bahnschrift', sans-serif !important;
    font-weight: 600 !important;
    font-size: 36px !important;
}

.woocommerce-product-details__short-description {
    color: #212620 !important;
    font-size: 16px !important;
    font-family: 'Bahnschrift', sans-serif;
    font-weight: 300 !important;
}

.woocommerce-product-details__short-description h2 {
    font-family: 'Bahnschrift', sans-serif !important;
    text-transform: none !important;
    color: #212620 !important;
    font-size: 24px !important;
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description li {
    font-family: 'Bahnschrift', sans-serif;
    font-weight: 300;
    color: #212620;
    position: relative;
    margin: 14px 0;
    padding-left: 38px;
    font-size: 18px;
}

.product-in-content__list ul li:before,
.woocommerce-product-details__short-description ul li:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    background-image: url("assets/images/check.svg");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
.product-in-content-faq {
    margin-top: 35px;
}
.product-in-content-faq__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #212620;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 10px;
    border-bottom: 1px solid #687865;
    cursor: pointer;
}
.product-in-content-faq__top svg {
    transition: transform 0.3s ease-in-out;
}
.product-in-content-faq__content {
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.product-in-content-faq__item .product-in-content-faq__top svg {
    transform: rotate(180deg);
}
.product-in-content-faq__item.active .product-in-content-faq__top svg {
    transform: rotate(360deg);
}
.product-in-content-faq__text {
    display: flex !important;
    gap: 20px !important;
    flex-direction: column !important;
    color: #212620;
    font-size: 16px;
    font-weight: 300;
    padding: 18px 0;
}
.product-in-content-faq__ul {
    display: flex;
    align-items: center;
    margin: 18px 0;
}
.product-in-content-faq__ul-icon {
    width: 50px;
}
.product-in-content-faq__ul-icon img,
.product-in-content-faq__ul-icon svg {
    width: 100%;
}
.product-in-content-faq__ul-text {
    width: calc(100% - 50px);
    padding-left: 24px;
    color: #212620;
    position: relative;
    top: 2px;
}
.product-in-comment {
    margin: 14px 0;
}
.product-in-comment__name {
    color: #212620;
    font-size: 18px;
    font-weight: 600;
}
.product-in-comment__star {
    margin: 15px 0;
}
.product-in-comment__text {
    color: #212620;
    font-size: 15px;
    font-weight: 400;
}
.product-in-other {
    margin: 120px 0;
}
.mkdf-woo-single-page .related.products>h2, .mkdf-woo-single-page .upsells.products>h2 {
    text-align: center;
    color: #687865;
    font-size: 56px !important;
    font-family: 'Kugile', sans-serif;
    text-transform: math-auto;
    margin: 0 !important;
}
.product-in-other__btn {
    text-align: center;
    margin-top: 35px;
}
.product-in-other__btn a {
    display: inline-flex;
    background: #687865;
    color: #fff;
    padding: 14px 40px 12px;
    line-height: 1;
    font-size: 16px;
    border: 1px solid #687865;
}
.product-in-other__btn a:hover {
    background: #fff;
}
.mkdf-breadcrumbs-info {
    margin-top: 14px;
}
.mkdf-breadcrumbs-info a {
    font-size: 14px;
    color: #687865;
}
.mkdf-breadcrumbs-info span {
    font-size: 14px;
    font-weight: 300;
    color: #687865;
}
.mkdf-woo-single-page .mkdf-single-product-summary form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
p.product-weight {
    width: 100%;
}
section.related.products .yith-wcwl-add-to-wishlist.wishlist-fragment {
    right: 2px !important;
}
ul.products>.product .mkdf-pl-inner .mkdf-pl-image img {
    height: 100%;
    max-width: unset;
    object-fit: contain;
}

.elementor-element.elementor-button-info .elementor-button {
    padding: 10px 30px;
    cursor: pointer;
}
.mkdf-pl-image {
    height: 160px;
}
.home-category-banner {
    width: 50%;
    height: 350px;
    aspect-ratio: unset;
    position: relative;
    overflow: hidden;
}
.custom-product-categories-list > div {
    height: 350px;
}
.home-category-banner > div:nth-of-type(1),
.elementor-widget-container {
    width: 100%;
    height: 100%;
}
.home-category-banner > div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-category-banner > div:nth-of-type(2) {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}


@media only screen and (max-width: 1400px) {
    .menu-catalog {
        width: 1140px !important;
    }
    .about-info__text {
        font-size: 62px;
    }
    .about-info__info {
        font-size: 52px;
    }
    .about-info__right {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 1200px) {
    .menu-catalog {
        width: 1000px !important;
    }
    .mkdf-single-product-summary button.single_add_to_cart_button {
        padding: 7px 18px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .custom-gallery-item:nth-child(1), .custom-gallery-item:nth-child(2),
    .custom-gallery-item {
        width: calc(25% - 8px);
    }
    ul.products>.product .mkdf-pl-text-wrapper {
        padding-bottom: 0 !important;
    }
    .about-info__text {
        font-size: 38px;
    }
    .about-info__info {
        font-size: 38px;
        width: 200px;
    }
    .text-center__text {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .mkdf-title-holder.mkdf-standard-type .mkdf-page-title {
        text-align: center;
        font-size: 48px;
    }
    .custom-product-categories-list > div,
    .home-category-banner {
        height: 280px;
    }
    .custom-product-categories-list {
        flex-wrap: wrap;
    }
    .home-category-banner {
        width: 100%;
    }
    .home-category-banner > div:nth-of-type(2) {
        text-align: center;
    }
    .mkdf-single-product-summary button.single_add_to_cart_button {
        width: 100% !important;
        order: 1;
    }
    .about-info__content {
        flex-wrap: wrap;
    }
    .about-info__photo {
        width: 100%;
    }
    .about-info__photo img {
        position: static;
        width: 100%;
        height: 320px;
    }
    .about-info__right {
        width: 100%;
        padding: 20px 0;
    }
    .about-info__pad {
        padding-left: 0;
    }
    .about-info__info {
        margin-top: 30px;
    }
    .product-in__content {
        flex-wrap: wrap;
    }
    .product-in__left {
        width: 100%;
    }
    .product-in-content {
        margin-top: 40px;
    }
    .product-in-content__right {
        width: 100%;
        padding-left: 0;
    }
    .product-in__photo,
    .product-in-content__left {
        display: none;
    }
    .product-in__slider-xs {
        display: block;
    }
    .product-in__right {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .product-in__title h1 {
        font-size: 32px;
    }
    .product-in-main-reviews__star {
        margin: 12px 0;
    }
    .product-in__price-flex {
        margin: 16px 0;
    }
    .product-in__price {
        font-size: 40px;
    }
    .product-in__btn {
        margin: 20px 0;
    }
    .product-in__btn form {
        display: flex;
        flex-direction: column-reverse;
    }
    .product-in__btn button.single_add_to_cart_button {
        margin-top: 12px !important;
    }
    .product-in-other {
        margin: 60px 0;
    }
    .mkdf-woo-single-page .related.products>h2, .mkdf-woo-single-page .upsells.products>h2 {
        font-size: 40px !important;
    }
    .product-in-other  ul li:last-child,
    .product-in-other  ul li:nth-last-child(2) {
        display: none;
    }
    .mkdf-woocommerce-columns-4 .related.products>.products>.product {
        width: calc(50% - 2px) !important;
    }
    .product-in-other__btn a {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
    a.button.product_type_grouped {
        margin: unset !important;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .elementor-widget-wrap>.mkdf-row-grid-section.elementor-element, .mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
        width: 90% !important;
    }
    .mkdf-woo-single-page .mkdf-single-product-summary form.cart {
        margin: 30px 0 0 !important;
    }
    .mkdf-woo-normal-space ul.products>.product {
        margin: 0 !important;
    }
    .related a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .mkdf-pl-main-holder ul.products > .product .button, .mkdf-pl-main-holder ul.products > .product .added_to_cart {
        font-size: 14px;
        width: 100%;
        padding: 6px 12px !important;
    }
    ul.products>.product .price,
    .mkdf-product-list-title a {
        font-size: 16px !important;
    }
    .text-center {
        margin: 50px 0;
    }
    .about-info {
        margin: 50px 0;
    }
}

/*.mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {*/
/*    padding-top: 0px !important;*/
/*}*/

.mkdf-main-menu > ul > li:before {
    content: none !important;
}

.mkdf-vertical-align-containers .mkdf-position-center:before {
    content: none !important;
}

.mkdf-menu-area {
    border-top: #E9E9E9 1px solid !important;
    border-bottom: #E9E9E9 1px solid !important;
}

.mkdf-woo-normal-space ul.products {
    margin: 50px -15px !important;
}

.wpcf7-form .mkdf-column-right > button {
    color: #FFFFFF !important;
    background-color: #687965 !important;
}

.wpcf7-form .mkdf-column-right > button:hover {
    color: #fff !important;
    background-color: black !important;
}

.woocommerce-page .mkdf-content input[type=email] {
    padding: 10px 16px !important;
}

span.custom-product-categories-list > elementor-button-text,
.custom-product-categories-list .elementor-button span {
    color: #313830 !important;
}