:root {
    --green-color-1: #00a94f;
    --green-color-2: #2af780;
    --green-color-3: #005c4f;
    --green-color-4: #02403d;
    --dark-color-1: #333;
    --dark-color-2: #384957;

    --gray-color-1: #666;
    --gray-color-2: #f6f6f6;
    --gray-color-3: #EEE;
    --gray-color-4: #F9F9F9;
    --gray-color-5: #999;
    --gray-color-6: #CFCFCF;
    --gray-color-7: #C6C6C6;

    --dark-brown-color-1: #815757;
    --dark-pink-color-1: #B69393;

    --yellow: #FFF5D8;
}

/* custom bullet */
ul.custom-style-type li {
    list-style-type: none !important;
}
.custom-style-stype-bullet ul {
    margin-left: 0;
}
.custom-style-stype-bullet ul li {
    list-style-type: none !important;
    padding-left: 0 !important;
}
.custom-style-type img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
ul.custom-style-type ul li {
    padding-left: 28px !important;
}
.section-card-custom {
    margin-bottom: 24px;
}
.section-card-custom .content-inside-card {
    display: grid;
    justify-content: center;
    align-items: center;
}
.section-card-custom .content-inside-card img {
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 32px;
}
.section-card-custom a {
    text-decoration: underline !important;
}
a.custom-underline {
    text-decoration: underline !important;
}
.section-card-custom .card-inside {
    margin-top: 24px;
}
.header-section {
    margin-bottom: 16px;
    font-size: 18px;
}
li.product-recommend-card {
    max-width: 328px;
}
@media screen and (max-width: 1024px) {
    /* .section-card-custom .block-content-custom {
        display: flex !important;
        justify-content: center;
        margin-bottom: 32px;
    } */
}
