body {
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAJv3779zwjjgzjCwsKMYAEYB8RmROaABAASGg/L/AgaTwAAAABJRU5ErkJggg==) repeat;
font-family: "Century Gothic";
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 900;
line-height: 13.2px;
color:#495057;
}
.bg-danger {
    background-color: #DD0000!important;
}
.modal-lg {
    max-width: 60%;
}
.modal-md {
    max-width: 40%;
}
#brand-pos img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
button, input[type=submit] {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 13.2px;	
	color:white;
    background-color: #000000;
    text-align: center;
    padding: 5.5px;
	border:none;
}
button a {
	color:white;
}
button a:hover {
	text-decoration:none;
    background-color: #DD0000;
	color:white;
}
button:hover, input[type=submit]:hover {
    background-color: #DD0000;
}
select {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 13.2px;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	padding: 3px;
	border-radius: 5px;
}
input[type=text],input[type=password], textarea {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 13.2px;	
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	padding: 3px;
	border-radius: 5px;
	/* width:60%; */
}
.advanced-search input[type=text] {
	height:20px;
}
.advanced-search .input-container {
    width: 18%;
    padding-right: 5px;
    border-right: 2px #DD0000 solid;
    display: inline-block;
}
.advanced-search .input-container-last {
    width: 18%;
    padding-right: 5px;
    display: inline-block;
}
.advanced-search label {
	display:inline-block!important;
}
table {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 12px;	
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	padding: 3px;
	border-radius: 5px;
	/* width:60%; */
}
#thetable {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
td, th {
	overflow:hidden;
    width: 1%;
}
.table td {
	vertical-align:middle!important;
}
.cart-add {
	position:absolute;
	padding:3px;
	bottom:27px;
	right:6px;
}
input[type=text]:focus,input[type=password]:focus, textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: #DD0000;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(221,0,0,.25);
}
input[type=text]:disabled,input[type=password]:disabled, textarea:disabled {
	color: #495057;
	background-color: #CCCCCC;
	border: none;
	outline: 0;
}

.user_dash input[type=text],.user_dash input[type=password],.user_dash textarea{
	width:100%;
}

a {
	color:#495057;
}
a:hover {
	text-decoration:none;
	color:#DD0000;
}
li:hover a {
	color:white;
	background-color:#DD0000;	
	text-decoration:none;
}
/* Header style */
header {
	margin : 25px 25px 25px 25px;
}
header .cart {
	margin-top: 45px;
	text-align:right;
	color:#DD0000;
}

.search-top-bar {
	background-color:#DD0000;
}
.search-top-bar:hover {
	background-color:#000000;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #DD0000;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(221,0,0,.25);
}


/* Navbar Style */
nav {
background-image : linear-gradient(white, #CBCBCB);
margin-top : 30px;
}
nav .nav-link {
padding : 5.5px;	
}
.arrow-down {
  margin-left: auto;
  margin-right: auto;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;  
  border-top: 8px solid #fff;
}
nav .active {
	background-color:#DD0000;
}
nav .active a {
	color:#ffffff;
}

/* Content body style */
.content-body {
	margin:0px 25px 0px 25px;
	padding-top:25px;
	}
#shopping-cart-box {
	/* position:absolute; */
	/* bottom:370px; */
	/* left:1180px; */
    z-index:1;
	float:right;
}
.left-columns {
	background-color : white;
	padding:8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.left-columns-heading {
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	padding:5.5px;
}
.left-columns-body {
	list-style:none;
	/* background-color:#CBCBCB; */
	text-align:left;
	padding:8px;
	margin-bottom:32px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 2px 0 rgba(0, 0, 0, 0.04);

}
.submenu {
	padding : 0px 0px 0px 15px;
}
#exampleFormControlSelect1 {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 13.2px;
	display:block;
	width:100%;
	color:white;
	padding : 3px;
	background-color:#DD0000;
	border:none;
}
.left-columns-body li{
	display:block;
	background-color:white;
	padding : 5px;
	border-bottom:solid 2px #CBCBCB;
}
.left-columns-body li:hover{
	background-color:#DD0000;	
	text-decoration:none;
    border-radius: 5px;
	color:white!important;
}
.left-columns-body .active {
	background-color:#DD0000;
    border-radius: 5px;
}
.left-columns-body .active a {
	color:#ffffff;
}
.right-columns {
	background-color : white;
	padding:8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.search_user {
	width : 50%;
}

/* Pagination Style */
.paginationContainer {
	float : right;
	padding:18px;
	background-image : none;
}
.paginationContainer li{
	padding : 3px;
	display:inline;
	background-color:white;
	border-right:solid 2px #CBCBCB;
}


.paginationContainer li:hover{
	background-color:#DD0000;	
	text-decoration:none;
    border-radius: 5px;
	color:white!important;
}
.paginationContainer .active {
	background-color:#DD0000;
    border-radius: 5px;
	color:white;

}
.paginationContainer .active a {
	color:#ffffff;
}
