/* AvashCorp.ir */

.avash-color-white{
    color: #fff !important;
}

.avash-direction-ltr{
    direction: ltr !important;
}

.panel-img{
    border: 3px solid;
}
.panel-img a{
    border-radius: 0;
}
.quick-acc a {
	background: #fff;
	display: block;
	text-align: center;
	padding: 20px;
	box-shadow: 0 0 4px 1px #e1e1e1;
}

.quick-acc em {
	font-size: 36px;
	color: #13406c;
	margin-bottom: 30px;
}
.quick-acc h3 {
	font-size: 18px;
	color: #000;
    margin-top: 24px;
}

.contactus-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 18px;
}
.contactus-area li {
	background: #f5f6fa;
	border-radius: 10px;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contactus-area li a {
	font-size: 31px;
	color: #000;
	display: flex;
	padding: 16px;
}
.badge-primary {
    background-color: #007bff;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem;
}
.cart-content, .sidebar-cart-area {
	background: #fff;
	padding: 15px;
}
.cart-content .cart-item {
	border: 1px solid #eee;
	padding-bottom: 20px;
	display: flex;
	padding: 29px;
}
.delete-cart {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.users-mob-btn a{
	background: #309f82;
}
@media (max-width: 550px) {
	.nk-block-between{
		flex-direction: column !important;
	}
	.users-mob-btn{
	flex-direction: column !important;
	}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination li:not(.previous):not(.prev){
		display:flex;
		margin-top: 50px;
	}
	.pagination{
		flex-wrap: wrap;
	}
	
	.product-ul{
		flex-wrap: wrap;
	  justify-content: center;
	}
	.product-ul li{
		margin: 0 !important;
	}
	
	.cart-content .cart-item {
		flex-direction: column;
		justify-content: center;
	}
	.cart-content .cart-item > div {
		text-align: right;
		flex-direction: column;
		margin-right: 0 !important;
		margin-bottom: 10px;
		display: flex;
	}
	.cart-content .cart-item > div > div {
		margin-right: 0 !important;
	}
	.cart-content .cart-item > div > div:last-child {
		margin-top: .5rem !important;
	}
	.cart-content .cart-item > div {
		text-align: right;
		flex-direction: column;
		margin-right: 0 !important;
		margin-bottom: 10px;
		display: flex;
	}
	.delete-cart {
		text-align: left !important;
		display: block !important;
	}
	.delete-cart {
		position: relative;
		left: 0 !important;
		bottom: 0 !important;
	}
	.cart-content .cart-item img {
		margin: 0 auto;
	}
}

.otpcode-area, .newpassword-area, .btn-hide {
	display: none;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.05);
}
@media(max-width: 1600px){
	form.form-confirmed label{
		font-size: 11px;
		font-weight: bold;
	}
}

@media(max-width: 760px){
	.product-details-form{
		margin-top: 10px;
	}
	.product-table{
		padding-bottom: 0 !important;
	}
	.product-info{
		margin-top: 10px !important;
	}
	.quick-acc > div{
		margin-top: 10px;
	}
	.order-container{
	width: 100%;
	}
}
.nk-sidebar{
	background : #13406c;
}
.nk-sidebar a{
	color: #fff;
}
.nk-header{
	background : #13406c;
}
.nk-sidebar-brand{
	color: #fff;
}
.nk-sidebar-element{
	padding-right: 11px !important;
}
.user-name {
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
}
.user-status {
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	padding-top: 0.125rem;
	padding-bottom: 0.375rem;
	color: #fff;
}
.form-control {
	border-color: #000 !important;
	border-radius: 0 !important;
}
form label{
	font-weight:bolder !important;
}