html,
body {
    height: 100%;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

body {
    padding-top: 0px;
    background-color: #fff;
}

a {
    color: #333;
}
a:hover {
   color:#00217f;	
}

input:focus {
    outline:none;
}

.content {
    background-color: #ebebeb; 
    width: 100%;
}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}


/* Home Page Carousel */

header.carousel {
    height: 50%;
    border: 0px;
    border-bottom: 0px;
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.container-main {
    background-color: #ebebeb; 
}

.row-main {
    background-color: #ebebeb; 
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}


/* Footer Styles  position: fixed; color: #9d9d9d; */

footer {
     
    height: 300px;
    border-top: 30px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-color: #fff;
    color: #333;
    border-style: solid;

}



.footer_copyright {

   color:#333;
   font-size: 9px;
   letter-spacing: 1px;
   opacity: 0.5;
}

.adress span , .contact span , .social span{
   color:#222; 
   letter-spacing: 1.5px;
   padding-top:20px;
   padding-bottom:20px; 
   display: block;
   text-transform: none;
   font-size: 14px;
   letter-spacing: 3px;
}
 

.adress li p , .contact li a , .social li a{
    color:#888;
    letter-spacing: 1.5px;
    text-decoration:none;
    font-size:13px;
}


.adress, .contact , .social{
    list-style: none;
}


.social li{
    float:left;
}

.faxx{
    color:#333;
    margin-right: 10px;
    font-size:14px;
}


/* Responsive Styles */

@media(max-width:120px) {
    .modal-dialog {
    	width: 800px;
    }
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    .modal-dialog {
    	width: 800px;
    }

}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.navbar {
    border: 0px solid transparent;

    top: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    margin-bottom: 0px;
    min-height: 50px;

}
.navbar-right {
    
    color:#333;
}

.navbar-top {
    border-top: 3px solid #C0C163;
}

.navbar-brand {
    padding: 0px 20px;
}

.navbar-inverse .navbar-nav>li>a
{
	color:#333;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	text-transform: none;
}

.navbar-inverse .navbar-nav>li>a:hover{
	color:#00327f;
	background-color:transparent;
}

.navbar-menu{
    margin-bottom: 0px;
    min-height: 50px;
background-color:#000000;
}

.navbar-menu-user{
   padding: 15px 0px;
}

.navbar-form {
    width: auto;
    padding-top: 18px;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  outline-color: transparent;
  outline-style: none;
}

.navbar-menu>li>a
{
	color:#fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	text-transform: none;
}
.navbar-menu>li>a:hover{
	color:#000;
	background-color:#C0C163;
}

.dropdown-menu {
    min-width: 160px;
    font-size: 15px;
}

.dropdown-menu>li>a:hover {
	color:#000;
	background-color:#C0C163;

}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.img-header {
	margin-top: 30px;
	background: #455267 url(/img/contact.jpg) no-repeat;
	background-size: cover;
	min-height: 200px;
	margin-bottom: 30px;
}

.btn-default {
    color: #fff;
    background-color: #00327f;
    border-color: #00327f;
}


.btn-cart {
    color: #000;
    background-color: #C0C163;
    border-color: #C0C163;
    font-size: 15px;
    font-weight: 400;
}

.btn-cart:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-cart-fa {
    position: absolute;
    color: #fff;
    font-size: 20px !important;
    margin-left: 13px;	

    left:10px;

}

.thumbnail {
    border: 0px solid #ddd;
}

.brand_img {
    opacity: 0.6; 
    filter: alpha(opacity=60);
    margin: auto;
 text-align: center; 
}

.brand_img:hover {
    opacity: 1; 
}

/* ProductSearch Styles  - start*/

.productsearch-list {
    margin: -7px -10px 0px -3px;
    position: relative;
    display: block;
    display: flex;
    flex-flow: row wrap;
}
.productsearch-card {
    position: relative;
    display: block;
    margin: 0;
    background-color: #fff;
    border-radius: 3px;
    border-width: 0;
    width: 100%;
    padding: 0;
    color: #222;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 1px 5px -1px rgba(0,0,0,.13);
    -webkit-transition: box-shadow .15s ease-in-out;
    -o-transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    text-align: center;
}

.productsearch-item {
    width: 214px;
    padding: 5px;
}

.productsearch-body {
    padding: 0 10px 5px;
}

.productsearch-heading {
	border-radius: 3px 3px 0 0;
	padding: 15px 15px 15px;
	height: 204px;
}

.productsearch-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.productsearch-noimg {
    display: block;
    width: 174px;
    height: 174px;
    background-color: #ccc;
    color:#fff;
    opacity:.2;
    content: "\f245";
}

.productsearch-title {
    line-height: 20px;
    height: auto!important;
    max-height: 160px;
    min-height: 80px;
    margin-bottom: 0;
	font-weight: 700;
}

.product-new-price {
    font-size: 18px; 
    font-weight: 600;
    color: #00327f;
    margin-bottom: 10px;
    white-space: nowrap;
}

.product-old-price {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    height: 20px;
    top: 0px;	
    white-space: nowrap;
    color: #999;
}

.product-sale_type {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    height: 22px;
    top: 0px;	
    white-space: nowrap;
}

.productsearch-panel {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 3px;
    border-width: 1px;

    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;

    background-color: #fff;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #e5e5e5;
    position: relative;
    box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);
}


/* ProductSearch Styles  - end*/

.productmain-item {
    width: 230px;
    padding: 5px;
    border: 0px;
    border-color: #333;
border-style: solid;

}
.productmain-noimg {
    display: block;
    width: 190px;
    height: 190px;
    background-color: #ccc;
    color:#fff;
    opacity:.2;
    content: "\f245";
}

.breadcrumb {
    padding: 10px 10px;
    margin-bottom: 5px;
    list-style: none;
    border-width: 0px;
    background-color: transparent;
}

.main-info-box {
    color: #005596;
    font-weight: 600;
    background-color: #fff;
    text-align: center;
}

.main-info-box-item {
	font-size: 14px;
    padding-right: 15px;
    padding-left: 25px;
	width: 23%;
    display: inline-block;
    vertical-align: middle;
    height: 70px;

}
.main-info-box-sep {
	border-color: #333;
    border-right-width: 1px;
    
}

.cart-image-box {
    width: 110px !important;
   width: 110px !important;
  margin-right: 10px;

}

.thumbnail-cart {
    display: block;
     padding: 4px; 
     margin-bottom: 0px;
	margin-right: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.cart-noimg {
    display: block;
    width: 90px;
    height: 90px;
    background-color: #ccc;
    color:#fff;
    opacity:.2;
    content: "\f245";
}

.cart-count {
    border-radius: 50%;
    background-color: #669933;
    color: #fff;
    font-size: 10px;
    width: 13px;
    height: 13px;
    position: absolute;
    text-align: center;
    line-height: 12px;
    padding: 2px;
    top: -4px;
    right: 28px;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Cantitate box */

.input-quantity {
    width: 100%;
    height: 40px;
    display: block;
    border: 1px solid #c2c2c2;
    background: #fff;
    padding-right: 60px;
    position: relative;
    border-radius: 4px;
}

.input-quantity input {
    width: 100%;
    min-width: 70px;
    height: 40px;
    display: block;
    border: none;
    background: none;
    font-weight: bold;
    padding: 0 13px;
}

.input-quantity .btn-quant {
    width: 41px;
    height: 20px;
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
}

.input-quantity .btn-quant .btn-i {
    right: 0;
    border-radius: 0 2px 2px 0;
}

.input-quantity .btn-quant .btn {
    width: 20px;
    height: 20px;
    background: #999;
    display: block;
    position: absolute;
    top: 0;
}

.btn-quantity {
    padding: 0px 0px; 
    width: 20px;
    height: 20px;
    background: #999;
    display: inline-block;
    position: absolute;
    top: 0;

}
.btn-quantity-minus {
left: 0;
}
.btn-quantity-plus {
    right: 0;
}

.step-count {
    width: 30px;
    height: 30px;
    background-color: #669933;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: 650;
    margin-right: 10px;
    display: inline-block;
    margin-left: 5px;
}

label {

    margin-top: 5px;
}

.logo {
    width: 150px; 
    height: 85px;
    padding: 1px 0px 1px 0px;

}

.product-imgList {
	overflow: hidden;
	height: auto;
	margin: -7px -10px 10px -3px;
	position: relative;
	display: block;
	display: flex;
	flex-flow: row wrap;
}

.product-imgList-item {
    width: 70px;
    margin-left: 4px;
    padding: 4px;
    border: 1px;
    border-color: #eee;
    border-style: solid;

}


.product-imgList-thumbnail {
   display: block;
    max-width: 100%;
    height: auto;
    max-height:70px;
    margin-left: auto;
    margin-right: auto;
}

