/* MMK PRODUCT PAGE - works with current WooCommerce/SweetTooth markup */

body.single-product .eltdf-title-holder,
body.single-product .eltdf-page-title {
    display: none !important;
}

body.single-product .eltdf-container,
body.single-product .eltdf-container-inner,
body.single-product .eltdf-content,
body.single-product .eltdf-content-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-product div.product {
    width: min(1220px, calc(100% - 56px)) !important;
    max-width: 1220px !important;
    margin: 58px auto 78px !important;
    padding: 0 !important;
    display: block !important;
}

body.single-product .eltdf-single-product-content {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(420px, 600px) minmax(420px, 1fr) !important;
    gap: 72px !important;
    align-items: start !important;
}

body.single-product .woocommerce-product-gallery {
    width: 100% !important;
    max-width: 600px !important;
    float: none !important;
    margin: 0 !important;
    opacity: 1 !important;
}

body.single-product .woocommerce-product-gallery__wrapper {
    width: 100% !important;
    margin: 0 !important;
}

body.single-product .woocommerce-product-gallery__image:first-child {
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: #f7f2ee !important;
}

body.single-product .woocommerce-product-gallery__image:first-child img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
}

body.single-product .flex-control-thumbs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.single-product .flex-control-thumbs li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-product .flex-control-thumbs img {
    width: 100% !important;
    height: 120px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
}

body.single-product .eltdf-single-product-summary,
body.single-product .summary.entry-summary {
    width: 100% !important;
    max-width: 620px !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

body.single-product .eltdf-single-product-title {
    margin: 0 0 10px !important;
    color: #2b2826 !important;
    font-size: 38px !important;
    line-height: 1.15 !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
}
/* MMK PRODUCT SCALE FIX */

body.single-product {
    background: #fffaf7 !important;
    font-size: 16px !important;
}

body.single-product .eltdf-wrapper,
body.single-product .eltdf-wrapper-inner {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
}

body.single-product .eltdf-single-product-content {
    max-width: 1220px !important;
    margin: 0 auto !important;
    grid-template-columns: 560px 560px !important;
}

body.single-product .woocommerce-product-gallery {
    flex: 0 0 560px !important;
    width: 560px !important;
}

body.single-product .summary.entry-summary {
    flex: 0 0 560px !important;
    width: 560px !important;
    min-width: 560px !important;
}

body.single-product .woocommerce-product-gallery__image:first-child img {
    max-width: none !important;
    width: 560px !important;
}

body.single-product .eltdf-single-product-title {
    font-size: 42px !important;
}

body.single-product .summary .price {
    font-size: 26px !important;
}

body.single-product .woocommerce-product-details__short-description,
body.single-product .product_meta {
    font-size: 16px !important;
}

body.single-product form.cart .single_add_to_cart_button {
    font-size: 14px !important;
}

body.single-product .mmk-product-footer {
    display: none !important;
}

/* END MMK PRODUCT SCALE FIX */
.mmk-product-tastes,
.mmk-product-calculator {
    width: min(1220px, calc(100% - 56px));
    margin: 0 auto;
}

.mmk-product-tastes {
    padding: 48px 0 22px;
    border-top: 1px solid #eadbd3;
}

.mmk-product-tastes h2,
.mmk-product-calculator h2 {
    margin: 0 0 28px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
}

.mmk-product-tastes-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 22px 34px;
}

.mmk-product-taste-card {
    padding: 14px 12px;
    border: 1px solid #eadbd3;
    background: #fff;
    text-align: center;
}

.mmk-product-taste-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    display: block;
    margin-bottom: 10px;
}

.mmk-product-taste-card h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.mmk-product-calculator {
    margin-top: 28px;
    margin-bottom: 60px;
    padding: 28px 34px;
    border: 1px solid #eadbd3;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.mmk-range-wrap {
    max-width: 760px;
    margin: 16px auto 28px;
}

.mmk-range-wrap input {
    width: 100%;
    accent-color: #b36f56;
}

.mmk-range-wrap output {
    display: inline-block;
    margin-top: 8px;
    padding: 5px 10px;
    background: #b36f56;
    color: #fff;
}

.mmk-calculator-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    max-width: 760px;
    margin: 0 auto;
    padding: 20px;
    background: #fffaf7;
}

.mmk-calculator-results span {
    color: #b36f56;
    font-size: 18px;
}
body.single-product .summary.entry-summary .price::before {
    content: "de la ";
}

body.single-product .woocommerce-product-details__short-description {
    margin-top: 18px !important;
}

body.single-product form.cart {
    grid-template-columns: 112px minmax(260px, 1fr) 56px !important;
}

body.single-product form.cart::after {
    content: "♡";
    width: 54px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid #eadbd3;
    color: #c47e61;
    font-size: 30px;
}
.mmk-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2b2826;
    text-decoration: none;
    font-size: 14px;
}

.mmk-cart-count {
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #b36f56;
    color: #fff;
    font-size: 12px;
}
body.single-product .mmk-product-breadcrumb-ui {
    margin-bottom: 18px;
    color: #9b8d86;
    font-size: 13px;
    text-align: right;
}

body.single-product .eltdf-single-product-title {
    margin: 0 0 8px !important;
    font-size: 34px !important;
    line-height: 1.15 !important;
    font-weight: 300 !important;
    color: #3b3633 !important;
}

body.single-product .summary .price {
    margin: 0 0 8px !important;
    color: #b36f56 !important;
    font-size: 24px !important;
    font-family: Georgia, "Times New Roman", serif !important;
}

body.single-product .mmk-product-rating-ui {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
}

body.single-product .mmk-product-rating-ui span {
    color: #f3a11b;
    letter-spacing: 2px;
    font-size: 17px;
}

body.single-product .mmk-product-rating-ui small {
    color: #5f5753;
    font-size: 13px;
}

body.single-product .woocommerce-product-details__short-description {
    margin: 0 0 22px !important;
    color: #4f4945 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

body.single-product .mmk-product-benefits-ui {
    display: grid;
    gap: 14px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

body.single-product .mmk-product-benefits-ui li {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: start;
    color: #5f5753;
    font-size: 15px;
    line-height: 1.55;
}

body.single-product .mmk-product-benefits-ui span {
    color: #c47e61;
    font-size: 21px;
    line-height: 1;
}

body.single-product form.cart {
    display: grid !important;
    grid-template-columns: 100px minmax(260px, 1fr) 56px !important;
    gap: 18px !important;
    align-items: center !important;
}

body.single-product form.cart .quantity {
    height: 52px !important;
    border: 1px solid #eadbd3 !important;
    background: #fff !important;
}

body.single-product .single_add_to_cart_button {
    height: 52px !important;
    background: #111 !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
}

body.single-product .mmk-product-heart-ui {
    width: 54px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid #eadbd3;
    color: #c47e61;
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
}

body.single-product .woocommerce-tabs {
    margin-top: 28px !important;
}
/* MMK PRODUCT RIGHT PANEL FINAL */

body.single-product .summary.entry-summary {
    position: relative !important;
}

body.single-product .product_meta {
    display: none !important;
}

body.single-product .mmk-product-breadcrumb-ui {
    display: block !important;
    margin-bottom: 18px !important;
    color: #9b8d86 !important;
    font-size: 13px !important;
    text-align: right !important;
}

body.single-product .mmk-product-rating-ui {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 8px 0 20px !important;
}

body.single-product .mmk-product-rating-ui span {
    color: #f3a11b !important;
    letter-spacing: 2px !important;
    font-size: 17px !important;
}

body.single-product .mmk-product-rating-ui small {
    color: #5f5753 !important;
    font-size: 13px !important;
}

body.single-product .mmk-product-benefits-ui {
    display: grid !important;
    gap: 14px !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    list-style: none !important;
}

body.single-product .mmk-product-benefits-ui li {
    display: grid !important;
    grid-template-columns: 28px 1fr !important;
    align-items: start !important;
    color: #5f5753 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

body.single-product .mmk-product-benefits-ui span {
    color: #c47e61 !important;
    font-size: 21px !important;
    line-height: 1 !important;
}

body.single-product form.cart {
    display: grid !important;
    grid-template-columns: 100px minmax(260px, 1fr) 56px !important;
    gap: 18px !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
}

body.single-product form.cart .quantity {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

body.single-product .single_add_to_cart_button {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 52px !important;
    min-width: 260px !important;
    background: #111 !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}

body.single-product .mmk-product-heart-ui {
    width: 54px !important;
    height: 52px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid #eadbd3 !important;
    color: #c47e61 !important;
    text-decoration: none !important;
    font-size: 30px !important;
    line-height: 1 !important;
}

/* END MMK PRODUCT RIGHT PANEL FINAL */
/* MMK PRODUCT FINETUNE */

body.single-product .summary.entry-summary .price::before,
body.single-product form.cart::after {
    content: none !important;
    display: none !important;
}

body.single-product div.product {
    width: min(1120px, calc(100% - 48px)) !important;
    margin-top: 48px !important;
}

body.single-product .eltdf-single-product-content {
    grid-template-columns: minmax(360px, 500px) minmax(380px, 520px) !important;
    gap: 64px !important;
    justify-content: center !important;
}

body.single-product .woocommerce-product-gallery {
    max-width: 500px !important;
    width: 500px !important;
}

body.single-product .woocommerce-product-gallery__image:first-child img {
    width: 500px !important;
    max-width: 100% !important;
    height: auto !important;
}

body.single-product .summary.entry-summary {
    width: 520px !important;
    min-width: 0 !important;
    max-width: 520px !important;
}

body.single-product .eltdf-single-product-title {
    font-size: 34px !important;
}

body.single-product .summary .price {
    font-size: 24px !important;
}

body.single-product .mmk-product-benefits-ui li {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

body.single-product form.cart .quantity input.qty {
    min-width: 74px !important;
    height: 52px !important;
    text-align: center !important;
    font-size: 16px !important;
}

body.single-product .mmk-product-tastes {
    width: min(1050px, calc(100% - 48px)) !important;
}

body.single-product .mmk-product-tastes-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 18px 24px !important;
}

body.single-product .mmk-product-taste-card {
    cursor: pointer !important;
    padding: 12px 10px !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

body.single-product .mmk-product-taste-card img {
    height: 120px !important;
}

body.single-product .mmk-product-taste-card h3 {
    font-size: 13px !important;
    line-height: 1.35 !important;
}

body.single-product .mmk-product-taste-card.is-selected {
    border-color: #b36f56 !important;
    box-shadow: 0 10px 26px rgba(179, 111, 86, .18) !important;
    transform: translateY(-2px) !important;
}

@media (max-width: 900px) {
    body.single-product div.product {
        width: min(100% - 28px, 620px) !important;
        margin-top: 28px !important;
    }

    body.single-product .eltdf-single-product-content {
        display: block !important;
    }

    body.single-product .woocommerce-product-gallery,
    body.single-product .summary.entry-summary {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.single-product .woocommerce-product-gallery__image:first-child img {
        width: 100% !important;
    }

    body.single-product .summary.entry-summary {
        margin-top: 28px !important;
    }

    body.single-product .eltdf-single-product-title {
        font-size: 28px !important;
    }

    body.single-product form.cart {
        grid-template-columns: 82px 1fr 52px !important;
        gap: 10px !important;
    }

    body.single-product .single_add_to_cart_button {
        min-width: 0 !important;
        font-size: 12px !important;
    }

    body.single-product .mmk-product-tastes,
    body.single-product .mmk-product-calculator {
        width: min(100% - 28px, 620px) !important;
    }

    body.single-product .mmk-product-tastes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    body.single-product .mmk-product-taste-card img {
        height: 105px !important;
    }

    body.single-product .mmk-calculator-results {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 520px) {
    body.single-product form.cart {
        grid-template-columns: 76px 1fr !important;
    }

    body.single-product .mmk-product-heart-ui {
        grid-column: 2 !important;
        width: 52px !important;
    }
}

/* END MMK PRODUCT FINETUNE */
/* MMK QUANTITY CONTROL FIX */

body.single-product form.cart .quantity {
    width: 100px !important;
    height: 52px !important;
    display: grid !important;
    grid-template-columns: 28px 1fr 28px !important;
    align-items: center !important;
    border: 1px solid #eadbd3 !important;
    background: #fff !important;
    overflow: hidden !important;
}

body.single-product form.cart .quantity input.qty {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 50px !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: center !important;
    font-size: 15px !important;
    color: #2b2826 !important;
    background: transparent !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
}

body.single-product form.cart .quantity input.qty::-webkit-outer-spin-button,
body.single-product form.cart .quantity input.qty::-webkit-inner-spin-button {
    margin: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

body.single-product form.cart .quantity .minus,
body.single-product form.cart .quantity .plus {
    width: 28px !important;
    height: 50px !important;
    display: grid !important;
    place-items: center !important;
    position: static !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #b36f56 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

body.single-product form.cart .quantity .minus {
    grid-column: 1 !important;
    grid-row: 1 !important;
}

body.single-product form.cart .quantity .plus {
    grid-column: 3 !important;
    grid-row: 1 !important;
}

/* END MMK QUANTITY CONTROL FIX */
/* MMK TASTE CARDS SLIGHTLY BIGGER */

body.single-product .mmk-product-tastes {
    width: min(1120px, calc(100% - 48px)) !important;
}

body.single-product .mmk-product-tastes-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 20px 28px !important;
}

body.single-product .mmk-product-taste-card {
    padding: 15px 13px !important;
}

body.single-product .mmk-product-taste-card img {
    height: 140px !important;
}

body.single-product .mmk-product-taste-card h3 {
    font-size: 14px !important;
    line-height: 1.35 !important;
}

@media (max-width: 900px) {
    body.single-product .mmk-product-tastes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.single-product .mmk-product-taste-card img {
        height: 125px !important;
    }
}

/* END MMK TASTE CARDS SLIGHTLY BIGGER */
/* MMK SELECTED TASTE */

body.single-product .mmk-product-taste-card {
    cursor: pointer !important;
}

body.single-product .mmk-product-taste-card.is-selected {
    border-color: #b36f56 !important;
    background: #fff8f5 !important;
    box-shadow: 0 12px 28px rgba(179, 111, 86, .18) !important;
    transform: translateY(-2px) !important;
}

body.single-product .mmk-product-taste-card.is-selected::after {
    content: "Selectat" !important;
    display: inline-block !important;
    margin-top: 10px !important;
    padding: 4px 10px !important;
    background: #b36f56 !important;
    color: #fff !important;
    font-size: 11px !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
}

/* END MMK SELECTED TASTE */
/* MMK CART ADDED MESSAGE */

.mmk-cart-added-message {
    position: fixed !important;
    right: 28px !important;
    bottom: 28px !important;
    z-index: 99999 !important;
    padding: 16px 22px !important;
    background: #b53a31 !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    letter-spacing: .02em !important;
    box-shadow: 0 18px 40px rgba(181, 58, 49, .24) !important;
    opacity: 0 !important;
    transform: translateY(12px) !important;
    transition: opacity .25s ease, transform .25s ease !important;
}

.mmk-cart-added-message.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

@media (max-width: 700px) {
    .mmk-cart-added-message {
        left: 18px !important;
        right: 18px !important;
        bottom: 18px !important;
        text-align: center !important;
    }
}

/* END MMK CART ADDED MESSAGE */
/* MMK CALCULATOR BUTTON SAME AS PRODUCT BUTTON */

body.single-product .mmk-product-calculator {
    position: relative !important;
    padding-bottom: 92px !important;
}

body.single-product .mmk-calculator-cart-button {
    position: absolute !important;
    right: 34px !important;
    bottom: 28px !important;
    min-width: 260px !important;
    height: 52px !important;
    padding: 0 34px !important;
    border: 0 !important;
    background: #111 !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 52px !important;
    letter-spacing: .06em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

body.single-product .mmk-calculator-cart-button:hover {
    background: #b36f56 !important;
    color: #fff !important;
}

@media (max-width: 700px) {
    body.single-product .mmk-product-calculator {
        padding-bottom: 28px !important;
    }

    body.single-product .mmk-calculator-cart-button {
        position: static !important;
        width: 100% !important;
        min-width: 0 !important;
        margin-top: 24px !important;
    }
}

/* END MMK CALCULATOR BUTTON SAME AS PRODUCT BUTTON */
/* MMK MOBILE MENU REAL FIX - wp_nav_menu */
@media (max-width: 768px) {
    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .mmk-site-header {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        background: #fffaf7 !important;
    }

    .mmk-header-inner {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 18px 16px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 14px !important;
    }

    .mmk-logo {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin: 0 !important;
    }

    .mmk-logo-img {
        max-width: 220px !important;
        width: 70vw !important;
        height: auto !important;
    }

    .mmk-main-nav {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        text-align: center !important;
    }

    .mmk-main-nav ul,
    .mmk-menu {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .mmk-main-nav li,
    .mmk-menu li {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
        position: relative !important;
    }

    .mmk-main-nav a,
    .mmk-menu a {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 12px 0 !important;
        margin: 0 !important;
        font-size: 21px !important;
        line-height: 1.25 !important;
        text-align: center !important;
        color: #333 !important;
    }

    .mmk-main-nav .sub-menu,
    .mmk-menu .sub-menu {
        position: static !important;
        display: none !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 4px 0 !important;
        background: #fffaf7 !important;
        border: 0 !important;
        box-shadow: none !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .mmk-main-nav li:hover > .sub-menu,
    .mmk-main-nav li:focus-within > .sub-menu,
    .mmk-menu li:hover > .sub-menu,
    .mmk-menu li:focus-within > .sub-menu {
        display: block !important;
    }

    .mmk-main-nav .sub-menu a,
    .mmk-menu .sub-menu a {
        font-size: 18px !important;
        padding: 9px 0 !important;
        color: #6b5a52 !important;
    }

    .mmk-header-cart {
        margin: 0 !important;
    }
}
/* MMK DESKTOP MENU - SweetTooth style */
@media (min-width: 769px) {
    .mmk-main-nav {
        gap: 56px !important;
        align-items: center !important;
    }

    .mmk-nav-link,
    .mmk-main-nav > a,
    .mmk-main-nav .menu-item > a {
        font-family: "Josefin Sans", "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 300 !important;
        line-height: 1 !important;
        letter-spacing: 1.8px !important;
        color: #111111 !important;
        text-transform: none !important;
    }

    .mmk-nav-link:hover,
    .mmk-main-nav > a:hover,
    .mmk-main-nav .menu-item > a:hover {
        color: #b9826c !important;
    }

    .mmk-header-cart {
        margin-left: 34px !important;
        width: 34px !important;
        height: 34px !important;
        color: #111111 !important;
    }

    .mmk-header-cart-icon {
        font-size: 22px !important;
    }

    .mmk-header-cart-count {
        top: -4px !important;
        right: -6px !important;
        background: #c7a04d !important;
        color: #ffffff !important;
        font-size: 10px !important;
        min-width: 17px !important;
        height: 17px !important;
    }
}
/* MMK DESKTOP MENU - SweetTooth style */
@media only screen and (min-width: 769px) {
    body .mmk-site-header .mmk-main-nav {
        gap: 52px !important;
    }

    body .mmk-site-header .mmk-main-nav > a,
    body .mmk-site-header .mmk-main-nav .mmk-nav-link,
    body .mmk-site-header .mmk-main-nav .mmk-nav-item > a {
        font-family: "Josefin Sans", "Montserrat", Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 300 !important;
        line-height: 1 !important;
        letter-spacing: 2px !important;
        color: #111 !important;
        text-transform: none !important;
    }

    body .mmk-site-header .mmk-main-nav > a:hover,
    body .mmk-site-header .mmk-main-nav .mmk-nav-link:hover,
    body .mmk-site-header .mmk-main-nav .mmk-nav-item > a:hover {
        color: #b9826c !important;
    }

    body .mmk-site-header .mmk-header-cart {
        margin-left: 36px !important;
        width: 34px !important;
        height: 34px !important;
    }

    body .mmk-site-header .mmk-header-cart-icon {
        font-size: 22px !important;
    }
}
