.flex {
    display: flex;
}

.flex-direction--col {
    flex-direction: column;
}

.flex-justify--center {
    justify-content: center;
}

.dd-product-info p {
    color: #000;
}

.single-product .dd-product-info b,
.single-product .dd-product-info li,
.single-product .dd-product-info .product-excerpt-content span,
.single-product .dd-product-info .woocommerce-Tabs-panel p,
.single-product .dd-product-info .product-excerpt-content p,
.single-product .dd-product-info .product-delivery-box p {
    font-size: 18px;
    color: #000;
}

.single-product .product__data .small-card {
    column-gap: 10px;
    row-gap: 15px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.single-product .product__data .nav {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 2rem;
    border-bottom: 2px solid #b0d39b;
    padding: 0;
    margin-left: 0;
}

.single-product .product__data .nav li {
    padding-bottom: 1rem;
    cursor: pointer;
    list-style: none;
    padding-left: 0;
}

.single-product .product__data .nav li.active,
.single-product .product__data .nav li:hover {
    color: #b0d39b;
}

.single-product .check-feeding-guide {
    border: 1px solid #b0d39b;
    padding: 2rem;
    background-color: #d4db474b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .check-feeding-guide p {
    margin: 0;
}

.product-delivery-box {
    background: #F6F6F6;
    padding: 24px;
    margin-bottom: 24px;
}

.product-delivery-box p {
    margin: 0;
}

.single-product .product__data .small-card .small-card__item {
    background: #ECECEC;
    width: 100%;
    border-radius: 6px;
    padding: 13px 10px;
    text-align: center;
}

.single-product .product__data .small-card .small-card__item * {
    font-size: 13px;
    font-family: brandon-grotesque, sans-serif;
    color: #000;
}

.single-product .product__data .small-card .small-card__item .separator {
    height: 1px;
    background: #2E7023;
    width: 100%;
    margin: 5px 0;
}




.single-product .product__data .nav {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 2rem;
    border-bottom: 2px solid #b0d39b;
    padding: 0;
}

.single-product .product__data .nav li {
    padding-bottom: 1rem;
    cursor: pointer;
}

.single-product .product__data .nav li.active,
.single-product .product__data .nav li:hover {
    color: #b0d39b;
}

.single-product .check-feeding-guide {
    border: 1px solid #b0d39b;
    padding: 2rem;
    background-color: #d4db474b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v2-product .check-feeding-guide p {
    margin: 0;
}


.single-product .dd-feeding-guide-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 16px;
    padding: 18px 20px;
    margin: 20px 0;
    background: #fff;
}

.single-product .dd-feeding-guide-text p {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    color: #1d1d1d;
}

.single-product .dd-feeding-guide-text a {
    color: #a8cf91;
    font-weight: 700;
    text-decoration: none;
}

.single-product .dd-feeding-guide-action {
    flex: 0 0 auto;
}

.single-product .dd-add-to-box-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    background: #a8cf91;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.single-product .dd-add-to-box-btn:hover {
    background: #96bd7e;
    color: #fff;
}


.single-product .dd-feeding-guide-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 16px;
    padding: 18px 20px;
    margin: 20px 0;
    background: #fff;
}

.single-product .dd-feeding-guide-text p {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    color: #1d1d1d;
}

.single-product .dd-feeding-guide-text a {
    color: #a8cf91;
    font-weight: 700;
    text-decoration: none;
}

.single-product .dd-feeding-guide-action {
    flex: 0 0 auto;
}

.single-product .dd-feeding-guide-action .button {
    background: #a8cf91;
    color: #fff;
    border: 0;
    padding: 15px 25px;
    font-weight: 700;
    text-decoration: none;
}

/* Popup */
.dd-feeding-guide-popup {
    position: relative;
    max-width: 1060px;
    margin: 24px auto;
    background: #f8f4ec;
    border-radius: 10px;
    padding: 58px 42px 42px;
}

.dd-feeding-guide-popup .dd-popup-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: transparent;
    border: 0;
    padding: 0;
    color: #000;
    font-size: 15px;
    cursor: pointer;
}

.dd-feeding-guide-popup .dd-popup-intro {
    margin: 0 0 34px;
    font-size: 17px;
    line-height: 1.55;
    color: #000;
}

.dd-feeding-table-wrap {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 32px;
    overflow-x: auto;
}

.dd-feeding-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.dd-feeding-table th {
    padding: 0 10px 12px;
    color: #8ca97b;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    background: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
}

table.dd-feeding-table thead td,
table.dd-feeding-table thead tr,
table.dd-feeding-table tr:nth-child(even) td,
table.dd-feeding-table tr:nth-child(even) tr {
    background: #fff;
}

.dd-feeding-table td {
    padding: 14px 10px;
    color: #000;
    font-size: 17px;
    background: #fff;
    line-height: 1.2;
    border-bottom: 1px solid #ddd;
}

.dd-feeding-table tbody tr:last-child td {
    border-bottom: 0;
}

.dd-feeding-table td:first-child {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dd-dog-icon {
    display: inline-block;
    transform: scaleX(1.8);
    font-size: 16px;
    color: #000;
}

.dd-popup-notes {
    margin-top: 20px;
}

.dd-popup-notes p {
    margin: 0 0 6px;
    font-size: 15px;
    color: #000;
}

.dd-popup-actions {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 18px;
}

.dd-popup-actions .button {
    min-width: 220px;
    padding: 14px 26px;
    border-radius: 14px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}

.dd-popup-actions .dd-create-plan {
    background: #d9e533;
    color: #000;
    border: 1px solid #d9e533;
}

.dd-popup-actions .dd-one-off {
    background: transparent;
    color: #000;
    border: 1px solid #d9e533;
}

/* Magnific overlay */
.mfp-bg.dd-feeding-guide-mfp,
.mfp-bg {
    opacity: 0.78;
}

@media (max-width: 767px) {
    .single-product .dd-feeding-guide-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-product .dd-feeding-guide-action,
    .single-product .dd-feeding-guide-action .button {
        width: 100%;
        text-align: center;
    }

    .dd-feeding-guide-popup {
        margin: 20px;
        padding: 55px 22px 30px;
    }

    .dd-popup-actions {
        flex-direction: column;
    }

    .dd-popup-actions .button {
        width: 100%;
    }
}