html, body {
    height: 100%;
}

body {
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://res.cloudinary.com/montredo/image/upload/v1565181906/breitling_background_test_2_zsenox.jpg);
    background-attachment: fixed;
}

.loading {
    display: none;
    margin-right: 40px;
    
    font-weight: 400;
}

.content {
    margin: 2rem;
    margin-top: 132px;
}

.product-img {
    width: 125px;
}

.filter-panel {
    top: 56px;
    position: fixed;
    left: 0;
    z-index: 100;
    background: white;
    width: 100%;
    padding-left: 32px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .12);
}

.btn {
    margin-left: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.12);
}

.card {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.12);
}

.product-card {
    display: inline-block;
    width: 49.5%;
    position: relative;
    overflow: hidden;
}

.product-card-supplier {
    overflow: hidden;
}

.corner-ribbon {
    width: 120px;
    background: #f55900;
    position: absolute;
    text-align: center;
    line-height: 1.5em;
    height: 60px;
    letter-spacing: 1px;
    color: #f0f0f0;
    top: auto;
    right: -43px;
    bottom: -13px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    display: none;
}

.card-new-order .corner-ribbon {
    display: initial;
}

.custom-switch {
    display: inline;
}

.dropdown-menu {
    padding: .5em;
    border-radius: 0;
    border: 0; 
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

ul.brands  {
    list-style-type: none;
    padding: 0;
    max-height: 50vh;
    overflow: scroll;
}

::-webkit-input-placeholder {
    font-size: .9rem!important;
 }
 
 :-moz-placeholder { /* Firefox 18- */
       font-size: .9rem!important;
 }
 ::-moz-placeholder {  /* Firefox 19+ */
       font-size: .9rem!important;
 }

.login-panel {
    margin: 0;
    padding: 0;
    height: 100%;    
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.login-panel .card {
    width: 450px;
}

.login-panel .alert ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar {
    height: 56px;
}

.brand img {
    height: 27px;
}

.product-filter, .product-filter > div {
    display: inline-block;
}

.product-filter > div {
    margin-left: 25px;
}

.stock-filter {
    display: none;
    margin-left: 25px;
}

.watch-spec {
    display: block;
    width: 100%;
}

.btn-group-vertical .btn {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 10px 5px;
    text-transform: capitalize;
    font-size: 1em;
}

.btn-group-vertical .btn {
    box-shadow: 0 0 0 1px rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.12);
}

.btn-group-vertical .btn:hover, .btn-group-vertical > .btn.active:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 0 0 2px rgba(0,0,0,.12);
}

.btn-group-vertical > .btn.active {
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.2);
}

.btn.btn-submit {
    background: #30c553;
    color: #fff;
    font-weight: 500;
}

.availability-buttons > .btn {
    border-radius: 4px !important;
    font-size: .9em;
    padding: 11px 6px;
}

.btn-green {
    background: #30c553;
    color:#fff !important;
}

.bg-delivery{
    background-color: #deffc4;
    padding: 4px;
    border-radius: 10px;
}

.bg-delivery label{
    background-color: #fff;
}


@media only screen and (max-width: 600px) {
    body {
        background-image: none;
    }
    
    .login-panel {
        margin: 1rem;
    }

    .brand img {
        height: 15px;
    }

    .nav-item {
        font-size: .9em;
    }

    .content {
        margin: 1rem;
        margin-top: 132px;
    }

    .product-card {
        display: block;
        width: 100%;
    }

    .product-info {
        margin-top: 2rem;
        text-align: center;
    }

    .product-filter > div {
        margin-left: 2px;
    }

    .watch-spec {
        display: inline-block;
        width: 49%;
    }

    .btn-group-vertical {
        width: 100%;
    }
}