

.top-strip {
    background-color: #641652;
    padding: 12px 0;
}

.nav-bg {
    background-color: #f1f1f1;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
    background-color: #FF9E0F;
    border-radius: 5px;
    padding: 6px 19px
}

.navbar-light .navbar-nav .active > .nav-link:hover {
    color: #fff !important;
    background-color: #F39C00;
}

.navbar-brand {
    font-weight: 700;
}

.banner-section {
    padding-top: 10px;
    padding-bottom: 70px;
    background: url('../img/header-banner.svg');
    background-size: cover;
    background-position: bottom;
    max-height: 420px;
    width: 100%;
    margin-bottom: 70px;
}

.card {
    border: transparent;
    transition: ease-in 0.2s;
}

.card:hover {
    /*box-shadow: none !important;*/
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.footer {
    background-color: #222222;
    color: #FF9E0F;
    padding: 20px 0;
}

.footer-bottom {
    background-color: #333333;
    color: #dedede;
    padding: 20px 0;
}

.input-lg {
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 1.5;
}

.btn-primary {
    color: #fff;
    background-color: #FF9E0F;
    border-color: #FF9E0F;
    padding: 0.55rem 0.95rem;
    font-weight: 600;
}

.icon {
    color: #555;
}

.footer-bottom a {
    color: #dedede;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
    color: #FF9E0F !important;
    transition: ease-in .2s;
}

.btn-primary:hover {
    color: #fff;
    background-color: #FF8C11;
    border-color: #FF8C11;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(255, 158, 15, 0.5);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 158, 15, 0.5);
}

.navbar-light .navbar-toggler {
    color: rgba(255, 158, 15, 0.5);
    border-color: rgb(255, 158, 15);
    border-width: 2px;
}

.card:hover {
    color: #555;
}

.card a {
    color: #666;
    transition: ease-in .2s;
}

.card a:hover {
    text-decoration: none;
    color: #000;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb a{
    color: #ccc;
}
.breadcrumb a:hover{
    color: #FF9E0F;
    text-decoration: none;
}

.navigation-plane {
    padding-top: 20px;
}

.nav-link {
    color: #666;
}

.nav-link.active{
    font-weight: 600;
    font-size: 1.23rem;
    text-decoration: underline;
}

.text-shadow {
    text-shadow: 5px 15px 20px rgba(25,25,25,0.1);
}

.input-group-text {
    background-color: #FF9E0F;
    border-color: #FF9E0F;
    color: #fff;
}

[type="search"] {
    border-radius: 30px !important;
    border-color: rgba(255, 158, 15, 0.3);
    border-width: 2px;
    background-color: #fff;
    padding: 20px 15px !important;
}

.text-color {
    color: #555;
}

.img-container {
    overflow: hidden;
}

.img-container img{
    transition: all .2s ease-out;
}

.img-container img:hover{
    transform: scale(1.2);
}

.img-container-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(100, 22, 82,0.2);
    text-align: right;
    padding: 10px 15px;
}

.img-container:hover .img-container-overlay{
    opacity: 1;
}

.card-text span {
    position: relative;
    float: right;
    color: rgba(0,0,0,.3);
    font-size: 1.3rem;
    transition: all .1s ease-out;
}

.card-text span:hover {
    color: #FF7277;
}

.order-popup {
    position: fixed;
    top: 5%;
    right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(20, 234, 147, .9);
    color: #f1f1f1;
    padding: 15px 15px;
    border-radius: 5px;
    z-index: 9999;
}

.order-popup {

}