.card {

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    background-color: #fff;

    background-clip: border-box;

    border: 1px solid rgba(0, 0, 0, .125);

    border-radius: .25rem;

}



.box-shadow {

    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);

}



.card-body {

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    padding: 1.25rem;

}



.mb-4, .my-4 {

    margin-bottom: 1.5rem !important;

}



.pl-0 {

    padding-left: 0px;

}



.pr-0 {

    padding-right: 0px;

}



.recipe-column-divider::after {

    background: #F3F0EB;

    bottom: 60px;

    content: '';

    display: block;

    left: 50%;

    position: absolute;

    top: 0;

    width: 1px;

}



h1 {

    font-size: 64px;

}



.ingredients__list {

    list-style-type: none;

    margin: 0 0 35px;

    padding: 0;

}



.ingredients__list__item {

    border-bottom: solid 1px #D5D7DA;

    font-size: 20px;

    line-height: 1.4;

    padding: 10px 0;

}



.flexGrid__item--static {

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 auto;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

}



.box--tinted {

    background-color: #f7f7f7;

}



.list--unstyled {

    list-style-type: none;

    padding-left: 0;

    margin: 0;

}



.list--unstyled {

    list-style-type: none;

    padding-left: 0;

    margin: 0;

}



.margin--2bottom {

    margin-bottom: 1rem !important;

}



.meal__nutrition li:not(:first-child)::before {

    content: "";

    -webkit-box-flex: 1;

    -webkit-flex-grow: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    -webkit-box-ordinal-group: 2;

    -webkit-order: 1;

    -ms-flex-order: 1;

    order: 1;

    border-bottom: 1px dotted #c0c2b5;

    margin: 0.5rem;

}



.meal__nutrition strong {

    -webkit-box-ordinal-group: 3;

    -webkit-order: 2;

    -ms-flex-order: 2;

    order: 2;

}



.float--right {

    float: right;

}



.margin--2bottom {

    margin-bottom: 1rem !important;

}



.list--unstyled > * {

    margin: 0;

    padding: 0;

}



.float--left {

    float: left;

}



.box--tinted {

    background-color: #f7f7f7;

}



.padding--4 {

    padding: 2rem !important;

}



.flexGrid__item--static {

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 auto;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

}



[class*="flexGrid__item"] {

    max-width: 100%;

}

.product-service {

    font-size: 1.4rem;

    font-weight: bold;

}



.product-service > .specific-details {

    font-size: 1.4rem;

    font-weight: normal;

    float: right;

}

.formla{
    border: 1px dashed #ccc;
    padding: 12px 0px;
    font-size: 13px;
    color: #787272;
}

.fom-ul{padding: 0; margin: 0; display: flex; justify-content: center;}
.fom-ul li{float: left; margin: 0 3px; font-size: 13px;}
.btn.btn-primary {
    background-color: #FE980F;
}

.btn-default {
    color: #fe980f;
    background-color: #fff;
    border-color: #fe980f;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fe980f;
    vertical-align: middle;
    background-color: #fdf8f0;
    background-image: none;
    border: 1px solid #fe980f;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    border: 1px solid #fe980f;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
    display: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #fe980f 1px;
    outline: 0;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fdf8f0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    display: none;
}

.backs{
    background: #fff;
    border: 3px solid #feb554;
    height: 300px;
}