/* NAV */
body{
	background: #F3F3F3;
}
.clickable-row:hover{
	background: rgb(37, 194, 208, 0.5);
}
.clickable-product:hover, .clickableItem:hover, .clickableUser:hover, .clickableMessage:hover, .clickable-row:hover, .clickableOrder:hover{
	cursor: pointer;
}
.clickableOrder:hover{
	background: #ddd;
}
.scrool{
	height: 68vh; overflow: scroll;	
}
.nav-container{
	padding: 0;
	height: 60px;
}
.justify-text{
	text-align: justify;
}
.home-content{
	padding: 0 60px 0 60px;
}
.coy{
	margin-bottom: 10px;
	position: absolute;
}
.decoy{
	width: 150px;
	color: #F3F3F3;
	border-bottom: 5px solid #C02929;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.small-hd{
	border-left: 4px solid #C02929;
	border-bottom: 1px solid #ddd;
}
.footer-list li{
	padding: 10px;
	list-style-type: none;
}
.footer-list li a{
	text-decoration: none;
	color: #fff
}
.footer{
	background: #342D2D;
	height: auto;
	padding: 50px 50px 5px 50px;
}
.home-contact-form{
	padding: 10px;
} 
.write-over{
	border-top-right-radius: 0;
	border-top-left-radius: 0;	
}
.img-circle{
	border-radius: 500px;
}
/* .image_cropper{
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.img-circle{
	display: inline;
	margin: 0 auto;
	margin-left: -25%;
	height: 100%;
	width: auto;
} */
.login-div{
	background-color: #fff;
	margin: 0 auto;
	max-width: 450px;
	padding: 20px;
}
.searchOutput{
	position: absolute;
	background-color: #fff;
	width: 28%;
	z-index: 1000;
	border-radius: 5px;
	box-shadow: 0px 0px 15px #AAA;
	padding: 5px;
}
@media screen and (max-width: 768px){
		.logo-size{
			text-align: center;
			height: auto;
			width: auto;
		}
		.logo-size{
			display: none;
		}
	}
@media screen and (max-width: 1100px){
		.write-over{
			background-size: auto 200%;
		} 
	}
	

/*SHOPPING CART*/
.shopping-cart {
	background: #fff;
	padding: 20px;
}

#product-grid {
	margin: 40px;
}

#shopping-cart table {
	width: 100%;
	background-color: #F0F0F0;
}

#shopping-cart table td {
	background-color: #FFFFFF;
}

.txt-heading {
	color: #211a1a;
	border-bottom: 1px solid #E0E0E0;
	overflow: auto;
}

#btnEmpty {
	background-color: #ffffff;
	border: #d00000 1px solid;
	padding: 5px 10px;
	color: #d00000;
	float: right;
	text-decoration: none;
	border-radius: 3px;
	margin: 10px 0px;
}

.btnAddAction {
    padding: 5px 10px;
    margin-left: 5px;
    background-color: #efefef;
    border: #E0E0E0 1px solid;
    color: #211a1a;
    float: right;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}

#product-grid .txt-heading {
	margin-bottom: 18px;
}

.product-item {
	float: left;
	background: #ffffff;
	margin: 30px 30px 0px 0px;
	border: #E0E0E0 1px solid;
}

.product-image {
	height: 250px;
	width: 250px;
	background-color: #FFF;
}

.product-img-div img{
	height: 200px;
	max-width: 100%;
}

.product-img-div{
	margin: 0 auto;
}

.clear-float {
	clear: both;
}

.demo-input-box {
	border-radius: 2px;
	border: #CCC 1px solid;
	padding: 2px 1px;
}

.tbl-cart {
	font-size: 0.9em;
}

.tbl-cart th {
	font-weight: normal;
}

.product-title {
	margin-bottom: 20px;
}

.product-price {
	float:left;
}

.cart-action {
	float: right;
}

.product-quantity {
	width: 30px;
    border-radius: 3px;
    border: #E0E0E0 1px solid;
}

.product-tile-footer {
    padding: 15px 15px 0px 15px;
    overflow: auto;
}

.cart-item-image {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #E0E0E0 1px solid;
    padding: 5px;
    vertical-align: middle;
    margin-right: 15px;
}
.chat-img {
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: #E0E0E0 1px solid;
    padding: 5px;
    vertical-align: middle;
    margin-right: 15px;
}
.no-records {
	text-align: center;
	clear: both;
	margin: 38px 0px;
}