
.brendet-section{
    margin-top: 100px !important;
    margin-bottom: 100px;
}

.perutina-img {
    width: 100%;
    border-radius: 15px;
}

.category-title {
    width: 100%;
    height: 45px;
    padding-top: 5px;
    background: #EB192D;
    border: 1px solid #EB192D;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.under-image-paragraph {
    background-color: #5ABE41;
    font-size: 16px;
    color: white;
    padding: 20px;
    position: relative;
    bottom: 11px;
    border-radius: 0px;
}

.checkbox-sec {
    display: grid;
    background: #fdeaec;
    padding: 20px;
    font-size: 15px;
    color: #690231;
    text-transform: uppercase;
    max-height: 450px;
    overflow: auto;
    border-radius: 10px;
}

input[type="checkbox"] {
    -webkit-transform: scale(1.5);
}

.product-card {
    text-align: center;

}

.product-logo {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.form-check-input {
    width: 0.9em;
    height: 0.9em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #690031;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    margin: 7px;
}

.product-name {
    color: #52522C;
    font-size: 16px;
    background: #f8f6f2;
    padding: 5px;
    border-radius: 5px;
    font-weight: 300;
}

a {
    text-decoration: none !important;
}

.ver-line-positioning {
    display: flex;
}

.hor-line {
    width: 95%;
}

.ver-line {
    margin-left: 10px;
    position: relative;
    top: 20px;
}
