.brendet-zott-section, .brendet-zott-monte-chocolate-section {
    margin-top: 100px;
}
.main-img {
    width: 100%;
}

.col-color {
    padding: 10px 33px !important;
    border-radius: 0px 15px 15px 0px;
}

.col-no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.zott-brendet-logos-mobile{
    margin-bottom: 40px;
    margin-top: 40px;
}
.home-brendet-zott-top-paragraph {
    width: 100%;
    font-size: 16px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.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;
}

.check-box-text {
    font-size: 18px;
    color: #707070;
}

.checkbox-sec {
    display: grid;
    background-color: #FEF5F6;
    padding: 14px;
}

.row-top-content {
    justify-content: center;
}

.product-name {
    /* background-color: #f8f6f2; */
    padding: 16px;
    text-align: left;
    font-size: 16px;
    color: #000;
    height: 75px;
    font-weight: 600;
    margin-bottom: 0;
    border-top: 1px solid #eee;
}

.product {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-right: 10px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin-bottom: 10px;
    width: 253px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}


.product-image {
    width: 100%;
    height: 70%;
    padding: 10px;
}

a {
    text-decoration: none !important;
}

.product-big-img {
    width: 100%;
    background: #f8f6f2;
    border-radius: 30px;
}

.go-back-button,
.arrow-button {
    background-color: inherit;
    border: none;
}

.go-back-sec {
    display: flex;
    justify-content: end;
}

.product-info-sec {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
}

.product-page-name-sec {
    background: none !important;
    border-radius: 10px;
    color: #000;
    padding: 10px 20px;
    font-size: 1.8rem;
    line-height: 1.2;
    border: none !important;
    font-weight: 600;
}

.product-page-name {
    width: 80%;
}

.left-right-buttons {
    margin-top: auto !important;
    margin-bottom: auto;
    display: flex;
    gap: 20px;
}

.product-paragraph {
    font-size: 16px;
    color: #000;
    text-transform: capitalize !important;
}
