/* Global Styles */
 
*{
    padding: 0; /* Reset all padding to 0 */
    margin: 0; /* Reset all margin to 0 */
}
 
 
p{
    margin: 10px 0px 10px 0px; /* Add some padding to the top and bottom of the <p> tags */
}

a,a:hover{
	color: #0085CD;
	text-decoration:none;
}
 
/* Header */

#headertop{
    height: 50px; /* Set header height */
    background: #0085CD; /* Set header background color */	
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: bold;
}
 
#header{
    height: 80px; /* Set header height */
    background: #ffffff; /* Set header background color */
}
 
#header h3{
    color: #FFFFF3; /* Set header heading(top left title ) color */
    padding: 10px; /* Set padding, to center it within the header */
    font-weight: normal; /* Set font weight to normal, default it was set to bold */
}


#footer{
    background: #efefef; /* Set header background color */
}

#footerbottom{
    height: 60px; /* Set header height */
    background: #0085CD; /* Set header background color */	
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 15px;	
}
 
/* Wrap */
 
#wrap{
    background: #FFFFFF; /* Set content background to white */
    width: 615px; /* Set the width of our content area */
    margin: 0 auto; /* Center our content in our browser */
    margin-top: 50px; /* Margin top to make some space between the header and the content */
    padding: 10px; /* Padding to make some more space for our text */
    border: 1px solid #DFDFDF; /* Small border for the finishing touch */
    text-align: center; /* Center our content text */
}
 
#wrap h3{
    font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
}
 
/* Form & Input field styles */
 
form{
    margin-top: 10px; /* Make some more distance away from the description text */
}
 
form .submit_button{
    background: #F9F9F9; /* Set button background */
    border: 1px solid #DFDFDF; /* Small border around our submit button */
    padding: 8px; /* Add some more space around our button text */
}

.btn-primary {
	color: #fff;
	background-color: #0085CD;
	border-color: #0085CD;
}

.btn-primary:hover{
	background-color: #01a3fa;
	border-color: #01a3fa;
}

.active {
    background-color: #01a3fa;
	border-color: #01a3fa;
}

.error{
color:#dc3545 !important;
}
.error-text{
border:1px solid #dc3545 !important;
}

.row-m-t{
  margin-top : 5px;
  margin-bottom: 2px;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 0;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

ul#customer-list li:hover {
	cursor: default;
	background-color: #e9ecef;
}

/* Cart */

div#empty-cart {
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

#cart-icon-container {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0085cdb4;
}

#floating-cart-container {
    position: fixed;
    top: 50%;
    right: 0px;
    cursor: pointer;
    width: 80px;
    height: 80px;
}

#cart-icon {
    margin-top: 15px;
    margin-left: 22px;
}

div#tot {
    display: none;
}

div#count {
    position: relative;
    font-size: 0.8em;
}

#shopping-cart {
    display: none;
    position: fixed;
    right: 80px;
    top: 50%;
    font-size: 0.9em;
    overflow: scroll;
    height: 330px;
    background: white;
}

strong#totamt {
    margin-left: 180px;
}

div#count {
    margin-left: 36px;
    margin-top: 4px;
    color: #ffffff;
}

div#tot {
    background-color: #8080801c;
    padding-bottom: 12px;
    padding-top: 12px;
}

div#txt-heading {
    margin-top: 0px;
    background-color: #0085CD;
    height: 37px;
}

#cart-heading {
    padding: 10px 15px;
    display: inline-block;
    color: white;
}

div#carttable {
    margin-top: 5px;
}

#btnEmpty {
    color: #d00000;
    cursor: pointer;
}

div#close {
    position: relative;
    bottom: 68px;
    right: 10px;
    cursor: pointer;
    float: right;
    padding: 6px -3px -1px 6px;
    padding-bottom: -7px;
}

img.cart-item-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: #E0E0E0 1px solid;
    padding: 5px;
    vertical-align: middle;
    margin-right: 15px;
}

#product-grid {
    margin: 40px;
    width: 85%;
}

#product-grid .txt-heading {
    margin-bottom: 7px;
    margin-right: 105px;
}

.product-item {
    float: left;
    background: #ffffff;
    margin: 30px 30px 0px 0px;
    border: #E0E0E0 1px solid;
    float: left;
    background: #ffffff;
    margin: 30px 30px 0px 0px;
    border: #E0E0E0 1px solid;
}

.product-item div {
    text-align: center;
    margin: 10px;
}

.product-image {
    height: 155px;
    width: 250px;
    background-color: #FFF;
}

.cart-action {
    cursor: pointer;
}

.btnAddAction {
    padding: 5px 10px;
    margin-left: 97px;
    background-color: #efefef;
    border: #E0E0E0 1px solid;
    color: #211a1a;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    bottom: 5px;
}

#tbl-cart {
    border: 1px solid #CCC;
    background-color: white;
}

#cart-table {
    font-size: 0.9em;
}

.text-right {
    text-align: right;
}

table#cart-table th {
    font-weight: normal;
    border-bottom: #F0F0F0 1px solid;
    text-align: left;
}

table#cart-table th.text-right{
    text-align: right;
}



table#cart-table td {
    border-bottom: #F0F0F0 1px solid;
}

table#cart-table tr:last-child td {
    border: none;
}