﻿@font-face {
    font-family: 'alvi-lahori-nastaleeq-regular-1';
    src: url('fonts/alvi-lahori-nastaleeq-regular-1.ttf') format('truetype'), url('fonts/alvi-lahori-nastaleeq-regular-1.ttf') format('embedded-opentype'), url('fonts/alvi-lahori-nastaleeq-regular-1.ttf') format('woff2'), url('fonts/alvi-lahori-nastaleeq-regular-1.ttf') format('woff'), url('fonts/alvi-lahori-nastaleeq-regular-1.ttf') format('svg');
}

/*body, a, h1, h2, h3, label {
    font-family: 'alvi-lahori-nastaleeq-regular-1';
    font-size: 16px;
}*/

body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input[type="text"],
input[type="password"],
input[type="date"] {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.navbar-inverse {
    background-color: #c71525;
    border-bottom: 0px;
    border-color: #c71525;
}

.navbar-inverse, .navbar-brand, .navbar-nav > li > a {
    color: #ffffff !important;
    font-size: large;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 150px;
}

.site-footer {
    background: #5f5f5f;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

td {
    min-width: 20%;
    padding-right: 20px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #c9302c !important;
    background-color: #ffffff;
}

#username {
    color: #ffffff;
    font-size: large;
    padding-left: 5px;
}

.home-ul-style ul {
    list-style-type: none;
    padding-left: 0;
}

.home-ul-style div {
    padding: 20px;
    text-align: -webkit-center;
}

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    padding: 0;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: #c9302c !important;
    background-color: #fff;
}
.select2-results__option {
    font-size: 20px !important;
    border-top: 1px solid !important;
}

.buttonContainer {
    width: 100%;
}

.buttonContainer > .cartButton {
    width: 100%;
    border: 0;
    background: #c71525;
    color: white;
    padding: 8px;
    border-radius: 5px;
    font-weight: 500;
    margin-top:5px;
}

.minus-button {
    border: 1px solid #c71525 !important;
    border-right: 0px !important;
    background-color: #c71525;
    color: #fff;
}

.plus-button {
    border: 1px solid #c71525 !important;
    border-left: 0px !important;
    background-color: #c71525;
    color: #fff;
}

.plus-button:focus, .minus-button:focus {
    border: 1px solid #c71525 !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
    background-color:#fff !important;
    color: #c71525 !important;
}

    .plus-button:hover, .minus-button:hover {
        border: 1px solid #c71525 !important;
        background-color: #fff !important;
        color: #c71525 !important;
    }

.input-number {
    border: 1px solid #c71525 !important;
    height: 33.5px !important;
    text-align:center;
}

.cart-icon {
    color: #ffffff !important;
    padding:15px;
}

    .cart-icon:hover {
        color: #c9302c !important;
        background-color: #ffffff;
        text-decoration: none;
    }

.media1:hover{
    background-color: lightgray !important;
}

.printed-color {
    background-color:lime;
}

.max-width-100 {
    max-width: none !important;
}