input[type="file"] {
  height: auto !important;
}
.list-inline{
	    height: 46px;
}
.list-inline-item:hover{
		/*font-weight: normal;
		background:red;*/
}

.related-img img{
	margin-left: 22%;
	height: 188.70px;
    width: 130px;
    margin-top:20px;
}

.writer-rounded img{
	width: 150px;
    /*margin-left: 33%;*/
    height: 150px;
    /*padding: 20px*/
    margin-top: 10px;
    border-radius: 50%;
}



.tab-pane ul li:hover, .tab-pane ul li:focus {
	border-bottom: 2px solid #5399b5 !important;
	border-right: 1px solid #5399b5 !important;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 9px;
}

.category-hover{
	box-shadow:2px 2px 3px 2px #dcdcdc
}

#bill_delivery_id, .checkout-form .nice-select .list {
	width: 100%;
	height: 250px !important;
	overflow-y: scroll  !important;
}

#diff_delivery_id, .checkout-form .nice-select .list {
	width: 100%;
	height: 250px !important;
	overflow-y: scroll  !important;
}

#search_button{
	height: 100%;
}



.blog-design{

	background-color: #fff;
    border: 0 solid #ccc;
    border-radius: 5px;
    height: 380px!important;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    transition: .3s;
}

.blog-design a img{
	width: 350px;
	height: 230px;
}

#preloader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
    z-index: 999;
}
#preloader img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100px;
}
