.fushcia {
    color: #ec3e7f !important;
}
.fushcia-bg {
    background-color: #ec3e7f !important;
}
.new-brown {
    color: #562505;
}
.pinky{
    background-color: #FAD3D4 !important;
}
.pinky-color{
    color: #FAD3D4 !important;
}

.home-content {
    border: 4px solid #ec3e7f;
    padding: 20px 20px;
    border-radius: 15px;
}

input[type="radio"],
input[type="checkbox"] {
    /* Hide original inputs */
    visibility: hidden;
    position: absolute;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
    height: 12px;
    width: 12px;
    margin-right: 2px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    border: 1px solid #562505;
}
input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
    background: #ec3e7f !important;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
input[type="radio"] + label:before {
    border-radius: 50%;
}
input[type="checkbox"] + label:before {
    border-radius: 2px;
}

@media (max-width: 768px) {
    .h1-title{
        font-size: 29px !important;
        line-height: 37px !important;
        margin-bottom: 15px !important;
    }
    .menu-category-thumb {
        width: 150px !important;
    }
    .customize-variation-item span{
        font-size: 11px;
        font-weight: 400;
      }
}
