.side .title span{
	display: none;
}
.form-group{
	position: relative;
}
.file_txt{
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 125px;
	color: #999;
}
input[type=file]::-webkit-file-upload-button{}
input[type=file]:before{
	content: 'Choose File';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
  color: #fff;
  background: #6AB5EA;
  padding:10px 20px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 30;

}
input[type=file]:hover:before{
	 background: #1D84CF;
}
input[type=file]:after{
    content: '';
    display: block;
    position: absolute;
    background: #f2f5f9;
    width: 100%;
    top: 0;
    right: 0;
    /* bottom: 0; */
    height: 40px;
}
.cart-table .ibtn.delete{
  line-height: 20px;
}
.site-footer .share,
.mmenu-show #mobile-menu .share{
    display: none;
}