@charset "utf-8";
/* CSS Document */
body{font-family: 'Lato', sans-serif; margin:0px; padding:0px; font-size:14px; line-height:20px; color:#40516b; background:#e0e0e1}
a{color:#40516b;}
.mainBlock{ width:500px; text-align:center; margin:50px auto;}
header{ background:#d7d6d6; padding:10px;}
.container{ max-width:1000px; margin:0 auto}
h1.logo{ text-align:center; margin:0 0 15px;}
ul#menuHeaderMenu{ margin:0; text-align:center; padding:0px; list-style:none }
ul#menuHeaderMenu li{ display:inline-block; padding:10px 20px 5px;}
ul#menuHeaderMenu li a{ font-weight:bold; font-size:18px; color:#716f6f; text-decoration:none}
.footer{ background:#d7d6d6; padding:10px;}
.left{ width:200px; float:left}
.right{ float:right; width:780px;}
.clearfix{ clear:both}
.left ul{ margin:0px; padding:0px; list-style:none}
.left ul li{ display:block; line-height: 30px; padding: 0 10px;}
.left ul li.active{ background:#8f8f8f none repeat scroll 0 0; border-radius:5px;}
.left ul li a { color: #6f6f6f; text-decoration:none}
.left ul li.active a { color: #fff; text-decoration:none}
.listview { float: left; font-size: 14px; line-height: 18px; margin: 0 12px 20px; overflow: hidden; position: relative; text-transform: uppercase; width: 170px;}
.imgd { background: #ffffff none repeat scroll 0 0; border-top-left-radius: 5px; border-top-right-radius: 5px; height: 170px;}
.namd { background: #9a9a9a none repeat scroll 0 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; color: #ececec; height: 32px; padding: 5px 3px;}
.listproductname { font-size: 11px; text-align: center; width: 100%;}
.Box{ width:49%; float:right}
.boxBG{ padding:5px 10px; background:#d7d6d6; width:48%; float:left }
input[type="submit"]{ background-color: #9f9f9f; border: 1px solid #333; color: #d9d9d9; cursor: pointer; margin: 0; padding: 5px; text-shadow: none; text-transform: uppercase;}
.col-md-12 { width: 100%;}
.clearfix{ clear:both}
.cart-info{ margin:30px 0; background:#FFF;}
.cart-info table.table th, table.table td { border: 1px solid #f3f3f3; padding:5px 10px;}
.cart-info table.table th { padding: 20px 10px; background: #fafafa; border: 1px solid #f3f3f3 !important;}
table.table td { border: 1px solid #f3f3f3 !important;}
.col-md-6 { width: 50%;}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left;}
button.accordion.active, button.accordion:hover { background-color: #ddd;}
button.accordion { background-color: #eee; border: medium none; color: #444; cursor: pointer; margin: 0 0 5px; outline: medium none; padding: 18px; text-align: left; transition: all 0.4s ease 0s; width: 100%;}














.form-group {
    margin-bottom: 15px;
	float:left; width:100%;
}
.form-group label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}

.col-md-9 {
    width: 80%;
}

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #2c3e50;
    display: block;
    font-size: 15px;
    line-height: 1.42857;
    padding: 10px 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 11px;
    text-align: right;
	   padding-right: 10px;
}
.col-md-3 {
    width: 18%;
}

.col-md-12 {
    width: 100%;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}



.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #2c3e50;
    display: block;
    font-size: 15px;
    line-height: 1.42857;
    padding: 10px 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 96%;
}

div.panel {
    background-color: white;
    display: none;
    padding: 18px;
}


div.panel.show {
    display: block;
}

#login .classInput{
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #2c3e50;
    display: block;
    font-size: 15px;
    line-height: 1.42857;
    padding: 10px 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 96%;
}
/***=====================**/
* General menu styling */
.nav {
position: relative;
margin: 0;
padding: 0;
line-height: 22px;
}
/* The main navigation link containers */
.nav>li {
display: block; /* Displaying them on the same line */
margin: 0;
display:inline-block; 

}
/* The main navigation links */
.nav>li>a {
/* Layout */
display: block;
position: relative;
font-weight:bold; 
font-size:18px; 
color:#716f6f; 
text-decoration:none;
padding:10px 20px 5px;
/* Text */
-webkit-transition: color .3s ease-in;
-moz-transition: color .3s ease-in;
-o-transition: color .3s ease-in;
-ms-transition: color .3s ease-in;
}
/* Changing the color on hover */
.nav>li>a:hover, .nav>li:hover>a {
color: #0fd0f9;
}
.dropdown ul li a {
	font-weight:bold; 
font-size:14px; 
color:#fff; 
text-decoration:none;
text-align:left;	
	
}
.dropdown>a::after {
content: "";
position: absolute;
top: 17px;
right: 4px;
width: 7px;
height: 7px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
border-bottom: 1px solid #716f6f;
border-right: 1px solid #716f6f;
}
.dropdown>a:hover::after, .dropdown:hover>a::after {
border-color: #0fd0f9;
}
/* The submenus */
.nav ul {
position: absolute;
margin: 0;
padding: 0;
list-style: none;
display: block;
}
.nav ul li {
position: absolute;
top: -9999px;
height: 0px;
display: block;
margin: 0;
padding: 0;
-webkit-transition: height .2s ease-in;
-moz-transition: height .2s ease-in;
-o-transition: height .2s ease-in;
-ms-transition: height .2s ease-in;
}
.dropdown:hover>ul>li {
height: 30px;
position: relative;
top: auto;
}
.nav ul li a {
padding: 5px 20px;
width: 165px;
display: block;
position: relative;
z-index:1000;
/* Text */
/* Background & effects */
background: black;
background: rgba(0, 0, 0, .6);
-webkit-transition: color .3s ease-in, background .3s ease-in;
-moz-transition: color .3s ease-in, background .3s ease-in;
-o-transition: color .3s ease-in, background .3s ease-in;
-ms-transition: color .3s ease-in, background .3s ease-in;
}
/* Changing the link's color and background on hover */
.nav ul li:hover>a, .nav ul li a:hover {
color: #0fd0f9;
background: rgba(0, 0, 0, .75);
}
/* Making the level 2 (or higher) submenus to appear at the right of their parent */
.nav ul .dropdown:hover ul {
left: 160px;
top: 0px;
}
/* The submenu links have a different arrow which indicates another dropdown submenu */
.nav ul .dropdown a::after {
width: 6px;
height: 6px;
border-bottom: 0;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
top: 12px;
}
/* Changing the color of the arrow on hover */
.nav ul .dropdown:hover>a::after, .nav ul .dropdown>a:hover::after {
border-right: 1px solid #0fd0f9;
border-top: 1px solid #0fd0f9;

}
.nav {
  text-align: center;
}