body {
    background-color: #1EC9CC;
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.main-col-left {
    background-color: #42D1D3;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.main-col-right {
    background-color: #D4F0F1;
    padding: 40px;
}
.social-calc-wrapper {
    padding: 0;
}
.social-calc-wrapper ul {
    padding: 0;
}
.social-calc-wrapper ul {
    padding: 0;
}

.menu-listing {
    
}
.menu-listing-item {
   height: 400px;
   overflow: auto;
}
.menu-listing-item-wrapper {
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
}
.menu-listing-item-content a {
    text-decoration: none;
    color: #000;
}
.menu-listing-item-wrapper ul {
    padding-left: 15px;
}
.menu-listing-item-wrapper ul li {
    padding-left: 10px;
}
.menu-listing-item-wrapper ul li::marker {
    padding: 20px;
}

.menu-listing-item-wrapper h3 {
   font-size: 20px;
}
.menu-listing-item h3 {
    font-size: 24px;
}
.menu-listing-item-wrapper .item-header {
    display: flex;
    justify-content: space-between;
}
.menu-listing-item-wrapper .item-name {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
/* .menu-listing-item-wrapper .item-name h3::before {
    content: '.';
    font-size: 122px;
    display: flex;
} */
.menu-listing-item-wrapper.item-price {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.menu-listing-item-wrapper.active {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #1EC9CC;
}
.menu-listing-item-content a.active .menu-listing-item-wrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #1EC9CC;
}
.item-header {
    display: flex;
    justify-content: space-around;
}
.item-name h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1EC9CC;
}
/* .item-name h3::before {
    content: '.';
    font-size: 122px;
    display: flex;
} */
.item-price h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1EC9CC;
}

/* Button */
.menu-listing-btn-wrapper {
    width: 100%;
}
.menu-listing-btn-wrapper .btn {
    width: 100%;
}
.menu-listing-btn-wrapper .btn.btn-primary {
    background-color: #000;
    border-radius: 50px;
}

.social-calc-content {
    width: auto;
    height: calc(100% - 100px);
    min-height: 500px;
}
.social-calc-button {
    width: auto;
}
.accordion-item {
    background-color: transparent;
}

/* Accordion styles */
.accordion {
    box-shadow: none;
    border: none;
}
.accordion:focus {
    box-shadow: none;
    border: none;
}
.accordion-button {
    background: transparent;
    box-shadow: none;
    outline: none;
}
.accordion-item:first-of-type .accordion-button {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}
/* left col for image */
/* header section */
.breadcrumb {
    align-items: center;
    justify-content: center;
}

.section-food-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}
.topping-added {
    position: absolute;
}
#toppings .bowl-topping {
    position: relative;
}
#toppings .bowl-topping img#content-creation {
    margin-top: -145px;
}
#toppings .bowl-topping img#community-management-3000 {
    margin-top: -175px;
}
#toppings .bowl-topping img#community-management-5000 {
    margin-top: -200px;
}
#toppings .bowl-topping img#social-ads {
    margin-top: -210px;
}
#toppings .bowl-topping img#eggs {
    margin-top: -280px;
}
#toppings .bowl-topping img#peanut {
    margin-top: -270px;
}
#toppings .bowl-topping img#jingle {
    margin-top: -275px;
}

.section-header {
    height: 100%;
}
.bowl-img-wrapepr {
    width: auto;
    height: calc(100% - 100px);
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bowl-img-wrapepr img {
    width: 350px;
    height: auto;
    margin-bottom: 20px;
}
.bowl-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bowl-img img#dessert_image_placeholder{
    width: 150px;
    margin-top: 80px;
    margin-left: -70px;
}
/* kontact-form-wrapper */
.kontact-form-wrapper {

}

.form-wrapper-content {

}
.form-wrapper-content h4 {
    font-size: 18px;
    font-weight: bold;
}


.form-wrapper-content .row-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-wrapper-content .checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-control {
    border-radius: 0;
    height: 46px;
    border-color: #a9a9a9;
}

.cost-wrapper {
    margin-top: 20px;
}
.cost-wrapper h3#total_cost {
    font-size: 18px;
    margin-top: 20px;
    font-weight: normal;
}
.cost-wrapper h3#total_cost span{
    font-weight: bold;
}

.bowl-img-wrapepr h3#total_cost span {
    font-weight: 700;
}
.form-check {
    margin: 0 auto !important;
}
.error {
    color: #ff0000;
}