.navigation .navigation-inner .navigation-booking .booking-dropdown-form{
    display: none;
}

/*=================================
BANNER CSS
==================================*/
.banner .banner-content{
    background-image: url('../images/14.jpg');
    background-repeat: no-repeat;
    background-size: 100% cover;
    height: 250px;
    background-position: center;
    position: relative;
}

.banner .banner-content::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1a1a1a;
    opacity: 0.5;
    display: block;
    content: '';
}

.banner .banner-content h4{
    color: #fff;
    text-align: center;
    opacity: 0.9;
    font-family: 'Roboto',serif;
    padding: 80px 0;
}

/*=============================
CART CSS
=============================*/
.cart{
    margin-top: 25px;
}

.cart .cart-inner{
    width: 85%;
    margin: 0 auto;
}

.cart .cart-inner .cart-header a{
    border: 1px solid #ff0000;
    color: #ff0000;
    font-family: 'Roboto',serif;
    font-size: 14px;
    border-radius: 5px;
}

.cart .cart-inner .cart-content{
    margin-top: 15px;
}

.cart .cart-inner .cart-content .table-head{
    background: #004d99;
    color: #fff;
    font-family: 'Roboto',serif;
    font-size: 14px;
}

.cart .cart-inner .cart-content .table-body{
    background: #f2f2f2;
    font-family: 'Roboto',serif;
    font-size: 14px;
}

.cart .cart-inner .cart-content .table-body h6{
    font-family: 'Roboto',serif;
}

.cart .cart-inner .cart-content .table-body span{
    font-size: 12px;
    font-family: 'Roboto',serif;
}

.cart .cart-inner .cart-content .table-body p{
    font-family: 'Roboto',serif;
    font-size: 12px;
}

.cart .cart-inner .cart-content .table-body form button{
    color: #004d99;
}

.cart .cart-inner .cart-content .table-body form button:hover{
    color: #0073e6;
}

.cart .cart-inner .cart-footer form button{
    background: #004d99;
    font-family: 'Roboto',serif;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
}

.cart .cart-inner .cart-footer form button:hover{
    background: #0073e6;
}

.status-message img{
    width: 25%;
    height: auto;
}

.status-message h6{
    font-family: 'Roboto',serif;
}

.status-message p{
    color: #999;
    font-size: 14px;
    font-family: 'Roboto',serif;
}