/*
 Custom CSS design file for Koi Thai Resteraunt Website
 */
pre {
    color: black !important;
    overflow: hidden !important;
    width: 500px !important;
    margin-top: 50px !important;
}

body {
    background-image: url('../images/background_01_2000x1333.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Comfortaa', cursive !important;
}
a {
    color: #fff !important;
}
hr {
    border-top: 2px solid rgba(255, 255, 255, 0.4) !important;
    clear: both;
    margin: 10px 0px;
}



/* legacy BS2 floats */
.pull-right{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    clear: both;
}
.pull-left{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    clear: both;
}
img.pull-left,
img.pull-right{
    border: 20px solid #1e1e1e;
}

.kt-nav{
    background-image: url('../images/flower_90d.svg'), url('../images/flower_270d.svg');
    background-position: left, right;
    background-repeat: no-repeat;
    background-size: 45px;
}
@media (max-width: 576px) { 
    .kt-nav{
        background-image: none;
    }  
    .kt-nav .container{
        width: 100%;
    }
    .kt-nav .container .row{
        width: 100%;
    }
    .kt-nav .navbar-toggler{
        position: fixed;
        right: 8%;
        background-color: rgba(9, 94, 22, 0.75);
    }
}
.navbar-brand{
    float: left;
}
.under_nav{
    height: 50px;
}
.header{
    color: #ffffff;
    text-shadow: 0px 0px 2px #000, 0px 0px 1px #000;
}
.header img{
    float: left;
}
.header .customlarge{
    margin: 40px 0px;
}
.header .customsmall{
    margin: 20px 0px;
}
.header .customlarge img{
    max-height: 100px;
    margin-right: 20px;
}
.header .customsmall img{
    max-height: 50px;
    margin-right: 20px;
}

main{
    min-height: 1000px;
    clear: both;
    margin-bottom: 50px;
}
main .container{
    background-image: url('../images/flower_45d.svg'), url('../images/flower_135d.svg'), url('../images/flower_225d.svg'), url('../images/flower_315d.svg');
    background-position: top right, bottom right, bottom left, top left;
    background-repeat: no-repeat;
    background-size: 25px;
    overflow: auto;
}
main .container_inside{
    background-color: rgba(12, 125, 29, 0.75) !important;
    border: rgba(255, 255, 255, 0.6) 1px solid;
    color: #ffffff;
    padding: 20px;
    margin: 24px 9px;
    display: block;
}

.right_mod{
    border-bottom: 2px solid rgba(255, 255, 255, 0.4) !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
}





.dropdown-toggle{
    cursor: pointer;
}
nav.bg-dark{
    background-color: rgba(12, 125, 29, 0.85) !important;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}
.navbar-brand img{
    height: 30px;
}



footer {
    /*
    position: absolute;
    bottom: 0;
    */
    width: 100%;
    min-height: 30px;
    line-height: 30px;
    background-color: #1e1e1e;
    color: #fff;
    padding: 10px 0px 0px 0px;
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
    background-image: url('../images/flower_90d.svg'), url('../images/flower_270d.svg');
    background-position: left, right;
    background-repeat: no-repeat;
    background-size: 45px;
}

footer img {
    max-height: 20px;
}
.footer_right{
    text-align: right;
}


/* gallery */
ul.sigFreeClassic li.sigFreeThumb {
    margin-right: 20px;
    margin-bottom: 20px;
}
.fancybox-toolbar,
.fancybox-caption__body{
    display: none;
}


.cat-children > div {
    margin-left: 20px;
}

/* order online / j2store stuff */


.j2store-product {
    float: right;
    margin-top: -35px;
}
/*
.j2store-product .product-price-container{
    float: left;
}
.j2store-product form{
    float: left;
}
.j2store-product form .j2store-add-to-cart{
    float: right;
}
*/


.btn-primary, .btn-success{
    background-color: #524636 !important;
    border-color: #524636 !important;
}
.table{
    color: #fff !important;
}
.table-bordered {
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 5px;
}
.table-bordered thead td, 
.table-bordered thead th,
.table-bordered td, 
.table-bordered th {
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
}
.order_online h3 {
    font-size: 1.2rem;
}

.items-row  {
    padding: 10px 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4) !important;
}

/* cart module */
.j2store-remove{
    float: right;
}
.cartitem-tr{
    margin-bottom: 10px;
}
.cartitem-tr .cart-item-options p{
    margin: 0;
    padding: 0;
}
.cartitem-tr .cart-product-name{
    padding: 0px;
    margin: 0px;
}
.cartitem-tr .orderitem_quantity{
    padding: 0px;
    margin: 0px;
}

/* checkout */
.j2store .checkout-heading {
    background-color: transparent;
    border-width: 0px 0px 1px 0px;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0px;
}
.j2store .checkout-heading a{
    font-size: 60%;
    padding-top: 8px;
}
.checkout-content label{
    width: 30%;
    margin-bottom: 10px !important;
}
.checkout-content select{
    display: inline-block !important;
    width: auto !important;
}
.shipping-make-same{
    display: none;
}
#j2store-checkout #shipping-address{
    display: none;
}
#order_day_group,
#order_slot_group{
    display: none;
}
#onCheckoutShipping_wrapper{
    display: none;
}
#postcode_error{
    display: none;
}
#onCheckoutPayment_wrapper{
    display: none;
}

#country_id_group,
#zone_id_group,
#slot_id_group,
#slot_start_group,
#slot_end_group,
#order_summary_group{
    display: none;
}

.payment-plugin-image-label img {
    max-height: 20px;
}

.StripeElement {
    height: auto !important;
}


/* mobile tweaks */
@media screen and (max-width:1200px) {
    .fixed-bottom {
        position: unset;
    }
}
@media screen and (max-width:640px) {
    nav.bg-dark {
        background-color: rgba(12, 125, 29, 0.95) !important;
    }
    .header {
        display: none;
    }
    .fixed-bottom {
        position: unset;
    }
    main{
        min-height: auto;
    }
    .pull-left,
    .pull-right{
        max-height: 100px;
    }
    img.pull-left, 
    img.pull-right {
        border: 10px solid #1e1e1e;
    }
    .j2store-product {
        float: none;
        margin-top: 5px;
    }
}