.productbox {
	background: #ffffff;
	box-shadow: 0 0 10px #ccc;
	margin: 0 0 25px 0;
}

.orderbox{
		background: #ffffff;
	box-shadow: 0 0 5px #ccc;
	margin: 0 0 25px 0;
	}
.orderbox_head {
	padding: 15px;
	background:#eae9e8;
	overflow:hidden;

}

.orderbox_head .checkbox{
	margin:0;
	float:left;
	}
.orderbox_head p a{
	display:block;
	float:left;
	padding:0 0 0 15px;
	color:#000000;
	}
.orderbox_head p span{
	padding:0 010px 0 0;}


.orderbox_ctn{padding: 15px;
	}
.btnpd{
	padding:5px 10px;
	border-radius:50px;}
.productbox_up {
	padding: 15px;
}
.productbox h3 {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
    height: 45px;
}
.productbox h5 {
	font-size: 16px;
	font-weight: 400;
	color: #8e8e8e;
}
.productbox h6 {
	font-size: 18px;
	font-weight: 600;
	color: #3f9d1f;
	margin: 0;
}
.productbox_bottom {
	border-top: solid 1px #ccc;
}
.productbox_bottom ul {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.productbox_bottom ul li {
	display: inline-block;
	color: #000000;
}
.productbox_bottom ul li a {
	color: #8e8e8e;
	display: block;
	padding: 5px 10px;
}
.productbox_bottom ul li a:hover {
	background: #eee;
	color: #3f9d1f;
}
.productimg{
	width:130px;
	height:auto;}
.r_table td{
	vertical-align:middle !important;
	border-top: 1px solid #ffffff !important;
	}

.pagination-outer{ text-align: center; }
.pagination{
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link{
    color: #3f9d1f;
    background: transparent;
    font-size: 27px;
    line-height: 19px;
    height: 35px;
    width: 35px;
    margin: 5px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0.2s;
}
.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover{
    color: #fff;
    background-color: transparent;
    border: none;
}
.pagination li a.page-link:before{
    content: "";
    background: linear-gradient(135deg,#3f9d1f,#3f9d1f,#3f9d1f,#3f9d1f,#3f9d1f);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: -50%;
    z-index: -1;
    transition: top .5s ease-in .5s, width .5s ease-out, height .5s ease-out;
}
.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before{
    width: 200px;
    height: 200px;
    top: 50%;
    transition: top .5s ease-in, width .5s ease-out .5s, height .5s ease-out .5s;
}
@media only screen and (max-width: 480px){
    .pagination{ display: block; }
    .pagination li{
        margin-bottom: 10px;
        display: inline-block;
    }
}
.orderbox_ctn table{
	margin:0;}

.product_image {
	z-index: 10;
	width: 100%;
	height: 140px;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin: 0  auto;
}
.product_image img {
	width: auto;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}


/*================================================
    3-4-19 NEW CSS
=================================================*/

.login_wrapper{
    position: relative;
    background: #ffffff;
    height: 700px;
    }
/*.login_wrapper:before{
    position:absolute;
    left:0;
    right:0;
    top:0;
    background:#ccc;
    height:20px;
    content:"";
    }*/
.login_box {
	width: 100%;
	margin: 0 auto;
	padding: 10%;
}
.login_box .input-group{
    margin:0 0 25px 0}
a.signin_btn,.signin_btn{
    background: #000000;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    border: 0;
}
a.signin_btn:hover,.signin_btn:hover{
    background:#111111;
    }

.login_box p a{
        color:#000000;
    }

/*.login_logo {
	margin: 10% auto auto auto;
}*/
.login_logo {
    margin: 50px auto auto auto;
}

@media (max-width: 767px) {
    .login_box{
    width:100%;
    margin:0 auto;
    padding:50px 5%;
    }
	.filter_wrap ul {
	padding:50px 0 0 0 !important;
	margin: 0;
	display: block;
	width: 100%;
}.filter_wrap ul li {
	display: block;
	padding:5px!important;
	float: left!important;
	width: 50%!important;
	/* text-align: center; */
}

    }


.filter_wrap{
	position:relative;
	margin:0 0 20px 0;
	}
.filter_wrap ul{
	margin:0;
	padding:0;
	display:block;
	width:100%;}
.filter_wrap ul li{
	display:inline-block;
	padding:0 10px 0 0 ;
	}
.add_pro_btn {
	position: absolute;
	top: -2px;
	right: 15px;
}



@media (min-width: 768px)and (max-width: 991px) {
.filter_wrap ul li {
	display: block;
	padding: 5px;
	width: 33%;
	float: left;
}

.filter_wrap ul {
	margin:50px 0 0 0;
	padding: 0;
	display: block;
	width: 100%;
}
.filter_wrap .form-control {
	display: block;
	width: 100%;
	padding: 8px 12px;
	font-size: 14px;
}
	}
@media (min-width: 992px)and (max-width: 1024px) {

	.filter_wrap ul {
	margin: 0;
	padding: 0;
	display: block;
	width: 75%;
}
}


	.login_input{
		border:solid 1px #ccc;
		border-radius:4px;}
	.login_input .form-control,.login_input .input-group-addon{
		border:none !important;
		}.login_input .input-group-addon{
			text-align:right;
		}

/* 13-05-2019 */


.profile-pciture {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.profile-contact-info ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.profile-contact-info ul li {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
}
.profile-contact-info .fa {
    margin-right: 8px;
    color: #5ec93a;
}
.profile-basic-info {
    margin-top: 20px;
}
.profile-basic-info ul {
    padding: 0;
    list-style: none;
}
.profile-basic-info ul li {
    display: inline-block;
    margin-right: 40px;
}
.profile-basic-info ul li span {
    font-weight: 600;
}




.card {
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    /* border: none; */
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}
.card .card-block {
    padding: 25px;
}
.card h6 {
    font-size: 20px;
    margin-top: 0;
    font-weight:400;
    color: #222;
}
.card h2 {
    font-weight:700;
}
.card .card-icon {
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.card .card-icon img {
    height: 50px;
    width: auto;
}
/*16-05-2019*/
.drop-placeholder {
background-color: lightgray;
height: 3.5em;
padding-top: 12px;
padding-bottom: 12px;
line-height: 1.2em;
}

#sortable li {
    cursor: move;
}

#sortable1 li {
    cursor: move;
}
#sortable2 li {
    cursor: move;
}
#sortable3 li {
    cursor: move;
}
.forgott-password {
	margin-bottom: 10px;
}
.login_msg {
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
}
.lang-select {
	margin: 14px 5px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a span font {
	color: #3f9d1f;
}



.notification-list {
	background: #ffffff;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
}
.ntf-customer-name {
	font-size: 18px;
	font-weight: 600;
}
.ntf-order-number {
    color: #3f9d1f;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    font-weight: 600;
}
.ntf-order-date ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ntf-order-date ul li {
    display: inline-block;
    margin-right: 10px;
}
.login_logo img {
    width: 280px;
    height: auto;
    display: block;
}
