/*.home-icon a {*/
/*position: relative;*/
/*}*/

i.faded {
    color: grey;
}
i.faded:hover {
    cursor: not-allowed;
}

.header .login-register {
    width: 100%;
    text-align: center;
}
.header .basket {
    display: none;
}

.veggie-button {
    font-family: 'Amaranth', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 5px auto;
    padding: 5px 30px;
    border-radius: 10px;
    background: #f7941d;
    text-decoration: none;
    cursor: pointer;
    transition: 300ms all linear;
}
.veggie-button:visited {
    color: #fff;
}
.veggie-button:hover {
    text-decoration: none;
    background: #e58613;
}
.veggie-button:disabled {
    text-decoration: none;
    background-color: #777;
    cursor: not-allowed;
}
.veggie-button:disabled:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* Meal Kit Item */
.meal-kit.item .top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.meal-kit.item h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 30px 0;
    text-transform: uppercase;
    background: url(/images/frontend/bg-title-box.png) no-repeat center;
}

.meal-kit.item h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    background: url(/images/frontend/pic-green-border2.png) no-repeat bottom center;
}

.meal-kit.item p {
    font-size: 14px;
    line-height: 28px;
}

.meal-kit.item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.meal-kit.item .top {
    padding: 20px 8px 10px;
    text-align: center;
}

.meal-kit.item .top ul {
    display: inline-block;
}

.meal-kit.item .top li {
    float: left;
    font-size: 12px;
    color: #449a5b;
    margin: 0 2px 5px;
    padding: 5px 12px;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
}

.meal-kit.item .bottom {
    padding-top: 12px;
    border-top: 1px solid #dfdfdf;
    overflow: hidden;
    width:118px;
    margin: auto;
}

.meal-kit.item button {
    font-family: 'Amaranth', sans-serif;
    font-size: 18px;
    color: #fff;

}

.meal-kit.item button a {
    color: #fff;
    padding: 5px 30px;
    border-radius: 10px;
    background: #f7941d;
    text-decoration: none;
}

.meal-kit.item button a:hover {
    background: #e58613;
}

.meal-kit.item .bottom .social {
    float: right;
    margin-top: 10px;
}

.meal-kit.item .bottom .social li {
    display: inline-block;
    margin: 0 5px;
}

.meal-kit.item .bottom .social a {
    display: block;
    width: 16px;
    height: 15px;
    text-indent: -9999px;
}

.meal-kit.item .bottom .social .pi {
    background: url(/images/frontend/ico-weeksmenu-pi.png);
}

.meal-kit.item .bottom .social .fb {
    background: url(/images/frontend/ico-weeksmenu-fb.png);
}

.meal-kit.item .bottom .social .tw {
    background: url(/images/frontend/ico-weeksmenu-tw.png);
}

.meal-kit.item {
    width: 100%;
    margin: 0 0 20px;
    box-shadow: 1px 1px 5px 2px #c0c0c0;
    border-radius: 30px;
    background: #fff;
}

.meal-kit.item img {
    max-width: 100%;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
/**/

.open >.dropdown-menu {
    display: flex !important;
}

.navbar-toolbar .navbar-right .dropdown-menu {
    flex-direction: column;
}

.navbar-toolbar .navbar-right .dropdown-menu .dropdown-footer {
    position: relative !important;
}

.header .basket {
    text-align: center;
}

/* BOOTSTRAP */
.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

a.btn {
    color: white;
}

/* BOOTSTRAP */

.home-icon a img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 7px 0;
}

.mast-video .video-play {
    text-indent: 0;
}

.testimonials .round-user-icon {
    background-color: #f7941e;
    border: 2px solid #f7941e;
    border-radius: 50%;
    width: 71px;
    height: 71px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /*margin: 11px;*/
}

.testimonials .round-user-icon i {
    color: white;
    font-size: 40px;
    display: block;
    width: auto;
    height: auto;
    left: initial;
    top: initial;
    position: relative;
    border: none;
    margin-bottom: 2px;
}

.testimonials .testimonial-by-line {
    color: #f7941e;
}