.wholesales-container {
    color: #000;
    font-size: 15px;
    line-height: 25px;
}

.wholesales__top-banner {
    max-width: 100%;
}

.wholesales-container h2 {
    margin-bottom: 4px;
    text-transform: uppercase;
}

.Main_content .wholesales-container a {
    color: #036739;
}

.wholesales__title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;

    background-color: #85bf3b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
}

.wholesales__middle {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.wholesales__middle-left>div {
    height: 100%;
}

.form-note__wrapper {
    display: flex;
    /* flex-direction: column; */
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #F1F4F5;
    padding: 20px 30px;
    border-radius: 10px;
    color: #036739;
}

.wholesales-section {
    margin: 41px 0px;
    text-align: center;
    color: #000;
}

.wholesales-section h2 {
    font-size: 20px;
    line-height: 30px;
}

.wholesales__veg-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 41px;
    gap: 40px;
}

.wholesales__veg-wrapper a {
    position: relative;
    width: calc(33% - (80px / 3));
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 0px #f9a225;
    transition: 0.2s;
}

.wholesales__veg-wrapper a:hover {
    box-shadow: 0px 0px 0px 3px #f9a225;
}

.wholesales__veg-wrapper img {
    width: 100%;
}

.wholesales-about b {
    font-size: 16px;
    line-height: 30px;
}

.wholesales-advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 5px;
    margin-top: 49px;
    justify-content: center;
}

.wholesales-advantage {
    width: calc(20% - 4px);
}

.wholesales-advantage__text {
    max-width: 200px;
    margin: 17px auto 4px;

    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.wholesales-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 42px;
    margin-top: 58px;
}

.wholesales-orders {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 20px;

    border: 2px solid #036739;
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.wholesales-orders a {
    text-decoration: none;
}

.wholesales-rules a {
    font-weight: 700;
}

.wholesales-section--border {
    padding: 10px 10px 43px;
    border: 2px solid #036739;
    border-radius: 10px;
}

.wholesales__info b {
    font-weight: 700;
    color: #000;
}

.wholesales__info {
    margin-top: 25px;
    font-size: 20px;
    line-height: 33px;
}

.wholesales__info--price span {
    color: #036739;
    font-weight: 700;
}

.wholesales__info--price div+div {
    margin-top: 2px;
}

.wholesales-advantages__paragraph {
    text-align: center;
    color: #000;
}

.wholesales-advantages__paragraph b {
    font-weight: 700;
    color: #036739;
    text-shadow: 0.5px 0px #036739;
}

.Main_content .wholesales-advantages__paragraph a {
    color: #000;
    text-decoration: underline;
}

.wholesales-section--notice {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    padding: 6px 10px;
    text-align: center;
    border-color: #C60001;
}

.wholesales__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.wholesales__bottom--left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 34px;
    background-color: #036739;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-shadow: 0.5px 0px #fff;
}

.Main_content .wholesales__bottom--left a {
    position: relative;
    color: #fff;
    text-decoration: none;
}

.wholesales__bottom--right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px;
    background-color: #F1F4F5;
    border-radius: 10px;
}

.wholesales__bottom--right img {
    width: 100%;
    max-width: fit-content;
}

@media (max-width:979px) {
    .wholesales__veg-wrapper {
        gap: 20px;
    }
}

@media (max-width:767px) {

    .wholesales-section {
        margin: 30px 0px;
    }

    .wholesales-advantage {
        width: 25%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .wholesales-advantage__text {
        font-size: 14px;
        line-height: 18px;
    }

    .wholesales__info {
        margin-top: 10px;
        font-size: 18px;
        line-height: 30px;
    }

    .wholesales-container h2 {
        margin: 10px 0px;
    }

    .wholesales-advantages {
        margin-top: 24px;
        /* justify-content: space-between; */
        gap: 10px 0px;
    }

    .wholesales-section--border {
        padding: 10px 10px 30px;
    }

    .wholesales-section--notice {
        padding: 6px 10px;
    }

    .wholesales-advantages__paragraph b {
        text-shadow: initial;
    }


    .wholesales__bottom--left {
        font-size: 16px;
        line-height: 24px;
    }

    .wholesales__veg-wrapper a {
        width: calc(33% - (40px / 3));
        border-radius: 4px;
    }

    .wholesales__veg-wrapper a:hover {
        box-shadow: 0px 0px 0px 2px #f9a225;
    }

    .wholesales__bottom,
    .wholesales-info {
        grid-gap: 20px;
    }

    .wholesales__veg-wrapper {
        gap: 10px;
    }
}

@media (max-width:575px) {
    .wholesales-advantage img {
        width: 100%;
        max-width: 100px;
    }

    .wholesales-advantage__text {
        font-size: 13px;
        line-height: 17px;
        margin-top: 2px;
    }

}

@media (max-width:479px) {
    .wholesales-advantage {
        width: 33%;
    }

    .wholesales-info {
        grid-template-columns: 1fr;
    }

    .wholesales__bottom {
        grid-template-columns: 1fr;
    }
}