/*
Template Name: DIGIM - Digital Marketplace HTML Template
Description: DIGIM - Digital Marketplace HTML Template
Version: 1.0
*
 * #-Button
 * #-Header
 * #-Login Form
 * #-Mini Cart
 * #-Hero Area
 * #-Product Style
 * #-Why Chooses Us
 * #-Testimonial Area
 * #-Blog
 * #-Footer
 * #-Preeloader
 * #-Counter
 * #-Contact Us
 * #-Widgets
 * #-Product Details
 * #-Blog Details
 * #-Support Page
 * #-Pricing
 * #-Add to Cart
 * #-User Profile
 * #-Mobile Menu
*/
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
    font-display: auto;
  font-style: normal;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2");
}
@font-face {
  font-family: 'Iransans';
  src: url('../fonts/IRANSans-fa.woff');
  font-weight: normal;
  font-style: normal;
}
html{
direction:rtl;	
font-family: Iransans;
}
body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: Iransans;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #5f3afc;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #5f3afc;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #f4a137;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #2e1b6a;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
}
.p-l-5{
	padding-left:5px;
}
.p-r-5{
	padding-right: 5px;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
p{
	color: #555;
}
img {
	max-width: 100%;
}
.section-padding{
	padding: 100px 0px;
}
.section-padding-2{
	padding-top: 50px;
	padding-bottom: 30px;
}
.section-bg{
	background: #F7F7F7;
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 1;
    display: none;
}
.scroll-area i {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 20px;
	border: 2px solid #878787;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #fff;
	background: #878787;
}
/*
 * #-Button
*/
.button-1 {
	background: #f4a137 !important;
	padding: 14px 20px !important;
	display: inline-block !important;
	color: #fff !important;
	font-size: 16px !important;
	letter-spacing: 0px !important;
	background-size: 200% auto !important;
	-webkit-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
	border: none !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	border-radius: 50px !important;
}
.button-1:hover{
	background:#f4a137 !important;
	color: #fff !important;
}
.button-2 {
	background: transparent;
	padding: 14px 38px;
	display: inline-block;
	color: #333;
	font-size: 16px;
	letter-spacing: 0px;
	background-size: 200% auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 50px;
	border: 2px solid #5f3afc;
}
.button-2:hover{
	background: #5f3afc;
	color: #fff;
}
.button-4 {
	display: inline-block;
	border: 1px solid hsl(222deg 20% 93%);
	border-radius: 5px;
	padding: 10px 17px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #333;
	text-transform: capitalize;
	font-size: 14px;
	height: 45px;
	font-weight: 500;
}
.button-4:hover{
	background: #2e1b6a;
	color: #fff;
	border-color: #2e1b6a;
}
.button-3 {
	border-radius: 5px;
	padding: 9px 17px;
	display: inline-block;
	border: 1px solid rgba(17,175,109,.2);
	box-sizing: border-box;
	height: 45px;
	color: #5f3afc;
	background: #5f3afc0a;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.button-3:hover{
	background: #5f3afc;
	color: #fff;
	border-color: #5f3afc;
}
.button-5 {
	border-radius: 5px;
	padding: 9px 17px;
	display: inline-block;
	border: 1px solid rgba(225, 84, 29, 0.2);
	box-sizing: border-box;
	height: 45px;
	color: #dc3c3c;
	background: #fc3a3a0a;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.button-5:hover{
	background: #dc3c3c;
	color: #fff;
	border-color: #dc3c3c;
}
/*
 * #-Header
*/
.header__action {
	float: right;
	padding-left: 30px;
	height: 100%;
	align-items: center;
	display: flex;
}
.menu {
	text-align: left;
}
.menu ul li {
	display: inline-block;
	position: relative;
}
.menu ul li a {
	display: inline-block;
	color: #333;
	text-transform: capitalize;
	font-weight: 500;
	padding: 10px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 14px;
}
.menu ul li:hover > a{
	color: #5f3afc;
}
.menu nav ul li > ul {
	position: absolute;
	top: 20px;
	right: -4px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	text-align: right;
	border: 1px solid #efefef;
}
.menu nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 84px;
	left: 0;
}
.menu nav ul li > ul > li {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0px;
	padding: 0px;
}
.menu nav ul li > ul > li a::after {
	content: "";
	clear: both;
	display: block;
	width: 14px;
	height: 1px;
	background: #5f3afc;
	position: absolute;
	top: 49%;
	right: 14px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4 ease-in-out;
	transition: all .4s ease-in-out;
}
.menu nav ul li > ul > li:hover > a {
	color: #5f3afc;
	padding-right: 30px;
}
.menu nav ul li > ul > li:hover > a::after{
	opacity: 1;
	visibility: visible;
}
.menu nav ul li > ul > li:hover > a {
	color: #5f3afc !important;
}
.menu nav ul li > ul > li li > a:hover{
	color: #fff;
}
.menu nav ul li > ul > li a {
	display: inline-block;
	width: 100%;
	padding: 12px 14px;
	border-bottom: 1px dashed #efefef;
	font-size: 14px;
	color: #333;
	margin: 0px;
	font-weight: 400;
	text-transform: capitalize;
}
.menu nav ul li > ul > li:last-child a{
	border-bottom: none;
}
.menu nav ul > li > ul > li > ul {
	right: 200px;
	top: 28px;
}
.menu nav ul li > ul > li:hover > ul {
	top: -3px;
}
.menu nav ul li > ul > li:hover > ul {
	top: -3px;
	left: 100%;
}
.header-login {
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
}
.header-login::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 2.5px;
	height: 90%;
	background: #EAEAEA;
	top: 5%;
	right: 0;
}
.header-login a {
	color: #333;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.header-login a:hover{
	color: #5f3afc;
}
.mini-cart{
	padding-right: 10px;
}
.mini-cart a {
	font-size: 20px;
	color: #333;
	position: relative;
}
.mini-cart a span {
	font-size: 12px;
	position: absolute;
	top: -9px;
	right: -24px;
	width: 25px;
	height: 25px;
	background: #5f3afc;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
}
.mini-cart a i{
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.mini-cart a:hover i{
	color: #5f3afc;
}
/*
 * #-Login Form
*/
/*.modal-dialog.login-form-modal {
	border-radius: 0px;
	max-width: 450px;
	margin-top: 50px;
}
.login-form-modal  .modal-content {
	border-radius: 0px;
	position: relative;
	padding: 30px;
}
.login-form-close-btn {
	position: absolute;
	top: 8px;
	right: 10px;
	border: 1px solid #eee;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
	z-index: 1;
}
.login-form-close-btn:hover{
	background: #5f3afc;
	color: #fff;
	border-color: #5f3afc;
}
.login-register-form-head h2 {
	text-align: center;
	font-size: 26px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.login-register-form-head ul li {
	display: inline-block;
	text-align: center;
	width: 23%;
	float: left;
	margin: 0% 1%;
}
.login-register-form-head ul li.google {
	width: 48%;
}
.login-register-form-head ul li.facebook a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 5px;
	padding: 13px 0px;
	background: #36528C;
}
.login-register-form-head ul li.twitter a{
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 5px;
	padding: 13px 0px;
	background: #0D8DDC;
}
.login-register-form-head ul li.google a {
	background: #D04237;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 5px;
	padding: 15px 0px;
}
.login-register-form-head ul li.google a i{
	font-size: 20px;
}
.login-register-form-head ul li.google a span {
	padding-left: 6px;
}
.login-register-form-head {
	width: 100%;
	overflow: hidden;
	margin-bottom: 35px;
}
.login-register-form-middle .single-input {
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}
.login-register-form-middle .single-input input {
	width: 100%;
	position: relative;
	border: 1px solid #eee;
	padding: 15px 20px;
}
.login-register-form-middle .single-input label {
	position: absolute;
	top: -10px;
	background: #fff;
	color: #000;
	z-index: 1;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	left: 20px;
}
.login-register-form-middle .single-input label.rememberme {
	position: relative;
	top: -7px;
	left: 10px;
}
.login-register-form-middle .single-input input#rememberme {
	width: auto;
	float: left;
	border-radius: 0px;
}
.login-register-form-middle .single-input button {
	width: 100%;
}
.single-input.checkbox {
	margin-bottom: 10px;
}
.login-register-from-btom p {
	font-size: 14px;
	color: #333;
}
.login-register-from-btom p a{
	color: #333;
}
.login-register-from-btom p a:hover{
	color: #5f3afc;
}
.login-register-from-btom p.text-dark a {
	padding-left: 6px;
}
.off_canvars_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	cursor: crosshair;
	background: #232323;
	top: 0;
}
.off_canvars_overlay.active {
	opacity: 0.5;
	visibility: visible;
}*/
/*
 * #-Mini Cart
*/
.mini-cart-area {
	position: fixed;
	background: #fff;
	right: -360px;
	z-index: 9999;
	height: 100%;
	top: 0;
	bottom: 0;
	overflow: auto;
	width: 360px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .4s ease-in-out;
}
.mini-cart-area.active{
	right: 0px;
}
.mini-cart-header h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
}
.mini-cart-close {
	font-size: 28px;
	position: absolute;
	right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #333;
	top: 6px;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.mini-cart-close:hover{
	transform: rotate(45deg);
}
.cartmini__inner ul li {
	width: 100%;
	padding: 16px 20px;
	border-bottom: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.cartmini__inner ul li .thumbnail {
	width: 80px;
	float: left;
	overflow: hidden;
	margin-right: 12px;
}
.cartmini__inner ul li .content {
	overflow: hidden;
}
.cartmini__inner ul li .content h4 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px;
}
.cartmini__inner ul li .content h4 a{
	color: #2e1b6a;
}
.cartmini__inner ul li .content h4:hover a{
	color: #5f3afc;
}
.cartmini__inner ul li .content .m-price {
	font-size: 16px;
	color: #666;
}
.cartmini__inner ul li .content .remove a {
	width: 30px;
	height: 30px;
	background: #3333;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #333;
	font-size: 20px;
}
.cartmini__inner ul li .content .remove {
	position: absolute;
	bottom: 18px;
	right: 20px;
}
.mini-cart-bottom {
	padding: 20px 20px;
	padding-bottom: 40px;
}
.mini-cart-bottom h4 {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 30px;
}
.mini-cart-bottom h4 span{
	text-align: right;
}
.mini-cart-bottom h4 span {
	text-align: right;
	float: right;
}
.mini-cart-bottom a{
	width: 100%;
	text-align: center;
}
.mini-cart-bottom a.button-2 {
	margin-bottom: 30px;
}
/*
 * #-Hero Area
*/
.hero-area {
	padding-top: 150px;
	padding-bottom: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}
.hero-area::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #535352;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.6;
}
.hero-caption h2 {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.hero-caption p {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	color: #e8e8e8;
	margin-bottom: 30px;
}
.h-search-form {
	width: 100%;
	position: relative;
}
.h-search-form input {
	width: 100%;
	padding: 0px 30px;
	border-radius: 50px;
	border: none;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
	color: #333;
	height: 60px;
}
.h-search-form input::-moz-placeholder {
	color: #333;
	font-size: 16px;
	opacity: 1;
}
.h-search-form input::placeholder {
	color: #333;
	font-size: 16px;
	opacity: 1;
}
.h-search-form button {
	position: absolute;
	left: 6px;
	height: 50px;
	border: none;
	color: #fff;
	background: #f4a137;
	top: 5px;
	border-radius: 50px;
	width: 100px;
}
/*
 * Section Headding
*/
.section-headding h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
	color: #848484;
}
.section-headding p {
	font-size: 14px;
	color: #848484;
}
.shadow2{
	box-shadow: 0 .5rem 1rem rgba(241, 132, 67, 0.25) !important;
}
/*
 * #-Product Style
*/
.product-title a{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: capitalize;
	color: #2e1b6a;
	display: block;
}
.product-item {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	overflow: hidden;
}
.product-item .thumbnail {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.product-item .thumbnail img{
	width: 100%;
}
.badge {
	position: absolute;
	top: 8px;
	right: 8px;
	background: none;
	text-transform: capitalize;
	font-size: 14px;
	color: #FFF;
}
.product-item .content {
	padding: 20px 12px;
	border-top: 1px solid #eee;
	box-sizing: border-box;
	background: #fff;
}
.product-item .content h3 {
	margin-top: 16px;
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: 700;
}
.product-item .content h3 a {
	color: #2e1b6a;
}
.product-item .content h3:hover a{
	color: #5f3afc;
}
.product-item .content .meta {
	margin-bottom: 10px;
}
.product-item .content .meta span {
	font-size: 14px;
	color: #666;
	line-height:1.8;
}
.product-item .content .meta span:last-child{
	margin-right: 0px;
}
.product-item .content .meta span a {
	font-weight: 500;
	color: #333;
}
.product-item .content .meta span a:hover{
	color: #5f3afc;
}
.product-item .content .ratting{
	width: 100%;
	overflow: hidden;
}
.ratting span {
	color: #ffa726;
	font-size: 15px;
	float: left;
}
.ratting span:last-child{
	color: #333;
}
.ratting span:last-child {
	color: #333;
	font-weight: 500;
	padding-left: 10px;
}
.product-item .content .bottom {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.product-item .content .bottom .price {
	float: right;
}
.product-item .content .bottom .price span {
	font-size: 20px;
	font-weight: 600;
	padding-top: 6px;
	display: block;
}
.woo-loop-price{
	padding-top: 10px;
	display: inline-block;
}
.product-item .content .bottom .right-btn {
	float: left;
}
.product-item .content .bottom .right-btn a {
	margin: 0px 2px;
}
.section-bg .product-item {
	background: #fff;
	border-radius: 5px;
	box-shadow: none;
}
.trending-product-slider .owl-dots {
	text-align: center;
	margin-top: 20px;
}
.trending-product-slider .owl-dots .owl-dot {
	margin: 0 6px;
	border: 0;
	background: none;
	cursor: pointer;
}
.trending-product-slider .owl-dots .owl-dot.active span {
	background: #5f3afc;
}
.trending-product-slider .owl-dots .owl-dot span {
	display: block;
	border-radius: 50%;
	background-color: #333;
	width: 8px;
	height: 8px;
	position: relative;
	transition: all 0.3s ease;
}
.trending-product-slider .owl-dots .owl-dot span::after {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	border: 1px solid #5f3afc;
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	transform: scale(0);
	transition: all 0.3s ease;
}
.trending-product-slider .owl-dots .owl-dot.active span::after {
	transform: scale(1);
}
/*
 * Category
*/
.p-category-item {
	text-align: center;
	box-shadow: 0px 0px 20px 0px #eee;
	border-radius: 10px;
	padding: 50px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .5s ease-in-out;
	background: #fff !important;
}
.p-category-item:hover{
	transform: translateY(-15px);
}
.p-category-item h3 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #555 !important;
}
.p-category-item h3 a{
	color: #2e1b6a;
}
.p-category-item:hover h3 a{
	color: #f4a137;
}
.p-category-item a.link {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-in-out;
}
.p-category-item:hover a.link{
	color: #f4a137;
}
.p-category-item a.link i{
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-in-out;
}
.p-category-item a.link:hover i{
	padding-left: 10px;
}
.badge.new {
	background: linear-gradient(to right, #4a77f4 0%, #20029f 100%);
}
.badge.new span{
	padding: 5px 10px !important;
	display: block;
}
.l-product-category-list ul li {
	display: inline-block;
	border: 1px solid #eee;
	margin: 4px 3px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 20px;
	font-weight: 500;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 16px;
}
.l-product-category-list ul li.mixitup-control-active {
	background: #5f3afc;
	border-color: #5f3afc;
	color: #fff;
}
.auth-port-best-sale .content h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 6px;
}
.auth-port-best-sale .content p {
	font-size: 14px;
	margin-bottom: 15px;
}
.auth-port-best-sale .content a.button-1 {
	padding: 10px 20px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}
/*
 * #-Why Chooses Us
*/
.why-chooses-us {
	background: #f4a137;
	color: #fff;
}
.why-chooses-us .section-headding h2 {
	color: #fff;
}
.info-item-1 .icon {
	float: right;
	padding-left: 12px;
}
.info-item-1 .icon i {
	color: transparent;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #fff;
	font-size: 50px;
}
.info-item-1 .content{
	overflow: hidden;
}
.info-item-1 .content h4 {
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
}
.info-item-1 .content p {
	color: #eee;
	font-size: 14px;
}
/*
 * #-Testimonial Area
*/
.testimonial-item img {
	width: auto !important;
}
.testimonial-item {
	background: #F7F7F7;
	border-radius: 10px;
	padding: 50px 50px;
	position: relative;
}

.testimonial-full .owl-dots {
	text-align: center;
	margin-top: 20px;
}
.testimonial-full .owl-dots .owl-dot {
	margin: 0 6px;
	border: 0;
	background: none;
	cursor: pointer;
}
.testimonial-full .owl-dots .owl-dot.active span {
	background: #5f3afc;
}
.testimonial-full .owl-dots .owl-dot span {
	display: block;
	border-radius: 50%;
	background-color: #333;
	width: 8px;
	height: 8px;
	position: relative;
	transition: all 0.3s ease;
}
.testimonial-full .owl-dots .owl-dot span::after {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	border: 1px solid #5f3afc;
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	transform: scale(0);
	transition: all 0.3s ease;
}
.testimonial-full .owl-dots .owl-dot.active span::after {
	transform: scale(1);
}
.testimonial-item .top {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.testimonial-item .top .img {
	float: right;
	margin-left: 20px;
}
.testimonial-item .top .quote {
	position: absolute;
	left: 30px;
	top: 50px;
	opacity: .4;
}
.testimonial-item .top .meta {
	overflow: hidden;
}
.testimonial-item .top .meta h3 {
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
}
.testimonial-item .top .meta .ratting-testi span {
	float: left;
	font-size: 16px;
	color: #ffa726;
}
.testimonial-item .bottom p {
	line-height: 32px;
	font-style: italic;
	font-size: 14px;
}
.auth-port-best-sale p.content {
	margin-top: 14px;
	line-height: 28px;
	font-size: 15px;
	margin-bottom: 10px;
}
.auth-port-best-sale ul li {
	line-height: 34px;
	font-weight: 500;
}
.auth-port-best-sale ul li i {
	color: #5f3afc;
	padding-right: 5px;
}
/*
 * #-Blog
*/
.blog-item {
	transition: all ease .4s;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	-webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	border-radius: 5px;
	background: #fff !important;
}
.blog-item .thumbnail img {
	width: 100%;
}
.blog-item .content {
	position: relative;
}
.blog-item .content .c-o-cate {
	margin-top: 16px;
	margin-bottom: 15px;
	padding: 0px 15px;
}
.blog-item .content .c-o-cate span {
	padding-right: 10px;
	font-size: 14px;
	color: #333;
}
.blog-item .content .c-o-cate span a{
	color: #333;
}
.blog-item .content .c-o-cate span i{
	color: #f4a137;
}
.blog-item .content .c-o-cate span a:hover{
	color: #5f3afc;
}
.blog-item .content .c-o-cate span:first-child{
	padding-right: 0px;
}
.blog-item .content .title-or-con {
	margin-bottom: 20px;
	padding: 0px 15px;
}
.blog-item .content .title-or-con h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.pagination-main{
	margin: 0;
	padding: 0;
	display: inline-block;
	margin: 0px 2px;
}
.pagination-main span, .pagination-main a{
	display: flex;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0px 0px 4px 0px #dfdfdf;
	font-weight: 500;
	color: #333;
	float: right;
	margin-right: 10px;
}
.current{
	color: #fff !important;
	background: #f4a137 !important;
}
.trail-item a:hover{
	color: #fff;
}
.blog-item .content .title-or-con h2 a{
	color: #333;
}
.blog-item .content .title-or-con h2:hover a{
	color: #f4a137;
}
.blog-item .content .title-or-con p {
	line-height: 30px;
}
.blog-item .content .meta {
	padding: 15px;
	border-top: 1px solid #eee;
	overflow: hidden;
}
.blog-item .content .meta .right {
	float: right;
	padding-top:5px;
}
.blog-item .content .meta .right img {
	width: 35px;
	margin-left: 10px;
	float: right;
	border-radius: 50%;
}
.blog-item .content .meta .right span {
	overflow: hidden;
	color: #333;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	padding-top: 6px;
	display: inline-block;
}
.blog-item .content .meta .right:hover span{
	color: #f4a137;
}
.blog-item .content .meta .left {
	float: left;
	overflow: hidden;
}
.blog-item .content .meta .left .button-1 {
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 7px 20px !important;
}
/*
 * Subscribe
*/
.subscribe-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}
.subscribe-area::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #5f3afc91;
	top: 0;
	left: 0;
	z-index: -1;
}
.subscribe-form h3 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}
.subscribe-form p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
}
.subscribe-form form {
	max-width: 500px;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.subscribe-form form input {
	width: 100%;
	height: 60px;
	border: none;
	padding: 0px 25px;
	font-weight: 600;
	color: #2e1b6a;
	border-radius: 30px;
}
.subscribe-form form input::-moz-placeholder {
	color: #2e1b6a;
	font-size: 16px;
	opacity: 1;
}
.subscribe-form form input::placeholder {
	color: #2e1b6a;
	font-size: 16px;
	opacity: 1;
}
.subscribe-form form button {
	height: 50px;
	position: absolute;
	top: 5px;
	right: 6px;
	border: none;
	background: #5f3afc;
	color: #fff;
	padding: 0px 30px;
	border-radius: 30px;
}
/*
 * #-Footer
*/
.inform li{	
	line-height: 15px;
	list-style: outside none none;
	padding: 10px 10px 10px 40px;
	text-transform: capitalize;
}
.footer-title{
	position: relative;
	padding-bottom: 6px;
}
.footer-title::after{
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	right: 0;
	bottom: 0;
	background-color: #f4a137;
}
.footer-top{
	padding-top: 50px;
}
.copyright-w{
	text-align:center
}
.footer-widgets-single h3 {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-bottom: 27px;
	text-transform: capitalize;
}
.footer-bottom {
	border-top: 1px solid #262626;
}
.footer-widgets-single .corporate-address li {
	line-height: 28px;
	padding: 4px 0px;
	display: flex;
}
.footer-widgets-single .corporate-address li i {
	float: right;
	margin-top: 4px;
	padding-left: 15px;
	color: #f4a137;
	font-size: 16px;
}
.footer-dec{
	padding:15px 0;
	line-height:1.6;
	font-size: 14px;
}
.title-block{
position: relative;
color: #222;
float: right;
padding-right: 70px;
}
.title-block-h{
	font-size:16px;
	font-weight: 600;
}
.title-block::before{
	position: absolute;
font-family: 'FontAwesome';
content: "\f1d8";
font-size: 45px;
position: absolute;
top: 5px;
right: 0;
}
.newsletter-footer{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
	padding-bottom: 15px;
    margin-top: 30px;
}
.form-control2{	
	padding:10px 15px !important;
	border-radius: 0 10px 10px 0 !important;
	font-family:Iransans !important;
}
.form-control2:focus{
	border-color: #f4a137 !important;
}
.footer-bottom{
	border-top: 1px solid #e5e5e5;
	padding: 15px 0;
}
.input-group-text{
	background-color: #f4a137;
	border-radius: 10px 0 0 10px !important;
	color: #FFF;
	padding: 10px 20px;
        font-size:14px;
}
.subscrib{
	padding: 10px 30px;
	height: 100%;
}
.footer-social {
	margin-top: 14px;
}
.footer-social span{
	display: inline-block;
	margin: 0px 2px;
}
.footer-social span a{
	display: inline-block;
}
.footer-social span a i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 32px;
	background: #084f99;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
}
.footer-social span a i.fa-twitter {
	background: #1da1f2;
}
.footer-social span a i.fa-linkedin {
	background: #0e76a8;
}
.footer-social span a i.fa-instagram {
	background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);
}
.footer-widgets-single .footer-menu li {
	display: block;
	line-height: 32px;
}
.footer-widgets-single .footer-menu li a {
	display: inline-block;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #b5b4b9;
	font-size: 14px;
	padding: 3px 0px;
}
.footer-widgets-single .footer-menu li a::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 10px;
	height: 1px;
	background: #fff;
	top: 50%;
	left: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.footer-widgets-single .footer-menu li a:hover::after{
	opacity: 1;
	visibility: visible;
}
.footer-widgets-single .footer-menu li a:hover{
	color: #f4a137 !important;
	padding-left: 12px;
}
.copy-text p {
	color: #b5b4b9;
	font-size: 15px;
}
.copy-text p a{
	color: #b5b4b9;
}
.copy-text p a:hover{
	color: #fff;
}
/*
 * #-Preeloader
*/
#loading {
	background-image: linear-gradient(to bottom right, #f4a137, #878787);    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;
}
.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
}
#object_one {
    -webkit-animation: object 2s linear infinite;
    animation: object 2s linear infinite;
}
#object_two {
    -webkit-animation: object 2s linear infinite -.4s;
    animation: object 2s linear infinite -.4s;
}
#object_three {
    -webkit-animation: object 2s linear infinite -.8s;
    animation: object 2s linear infinite -.8s;
}
#object_four {
    -webkit-animation: object 2s linear infinite -1.2s;
    animation: object 2s linear infinite -1.2s;
}
#object_five {
    -webkit-animation: object 2s linear infinite -1.6s;
    animation: object 2s linear infinite -1.6s;
}
@-webkit-keyframes object {
    0% {
        left: 100px;
        top: 0
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}
@keyframes object {
    0% {
        left: 100px;
        top: 0
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}
/*
 * #-Counter
*/
.counter-area-full{
	margin-top: -100px;
	position: relative;
	z-index: 9;
}
.counter-item {
	text-align: center;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	border-radius: 10px;
	padding: 50px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .5s ease-in-out;
	background: #fff;
}
.counter-item .icon {
	width: 40px;
	height: 40px;
	background: #5f3afc40;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5f3afc;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
}
.counter-item .title h3 {
	display: inline-block;
	font-size: 50px;
	font-weight: 900;
}
.counter-item .title h2 {
	display: inline-block;
	font-size: 50px;
	font-weight: 900;
}
.counter-item .content {
	margin-top: 12px;
}
.home-2 .hero-area {
	padding-bottom: 200px;
}
/*
 * Browse Product Category
*/
.browse-p-cate-item {
	text-align: center;
	box-shadow: 0px 0px 20px 0px #eee;
	border-radius: 10px;
	padding: 50px 20px 0px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .5s ease-in-out;
}
.browse-p-cate-item:hover{
	transform: translateY(-15px);
}
.browse-p-cate-item h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.browse-p-cate-item p {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 15px;
	margin-top: 5px;
}
.browse-p-cate-item a.btn-link-a {
	display: inline-block;
	margin-bottom: 30px;
	background: #edeef3;
	padding: 12px 30px;
	margin-top: 5px;
	border-radius: 50px;
	font-size: 15px;
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.browse-p-cate-item a.btn-link-a:hover{
	background: #5f3afc;
	color: #fff;
}
.creative-bundle-thumb .owl-dots {
	text-align: center;
	margin-top: 20px;
}
.creative-bundle-thumb .owl-dots .owl-dot {
	margin: 0 6px;
	border: 0;
	background: none;
	cursor: pointer;
}
.creative-bundle-thumb .owl-dots .owl-dot.active span {
	background: #5f3afc;
}
.creative-bundle-thumb .owl-dots .owl-dot span {
	display: block;
	border-radius: 50%;
	background-color: #333;
	width: 8px;
	height: 8px;
	position: relative;
	transition: all 0.3s ease;
}
.creative-bundle-thumb .owl-dots .owl-dot span::after {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	border: 1px solid #5f3afc;
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	transform: scale(0);
	transition: all 0.3s ease;
}
.creative-bundle-thumb .owl-dots .owl-dot.active span::after {
	transform: scale(1);
}
.creative-bundle-content h2 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 700;
}
.creative-bundle-content p {
	line-height: 28px;
	font-size: 15px;
	margin-bottom: 20px;
}
.creative-bundle-content ul{
	margin-bottom: 20px;
}
.creative-bundle-content ul li {
	line-height: 30px;
	padding: 2px 0px;
	font-weight: 500;
}
.creative-bundle-content ul li i {
	color: #5f3afc;
	padding-right: 8px;
}
/*
 * Inner banner Wrapper
*/
.inner-banner-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}
.inner-banner-wrapper::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #f4a137;
	opacity:0.8;
}
.inner-banner-wrapper-content h4 {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 600;
	color: #fff;
	line-height:1.6;
}
.inner-banner-wrapper-content form{
	width: 100%;
	position: relative;
}
.inner-banner-wrapper-content form input {
	width: 100%;
	height: 70px;
	padding: 0px 25px;
	font-weight: 600;
	color: #333;
	text-transform: capitalize;
	border: none;
	border-radius: 50px;
	position: relative;
	font-size: 16px;
}
.inner-banner-wrapper-content form input::-moz-placeholder {
	color: #333;
	font-size: 16px;
	opacity: 1;
}
.inner-banner-wrapper-content form input::placeholder {
	color: #333;
	font-size: 16px;
	opacity: 1;
}
.inner-banner-wrapper-content form button {
	position: absolute;
	top: 5px;
	left: 6px;
	border: none;
	background: #878787;
	height: 60px;
	padding: 0px 35px;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
}
.breadcrumb-trail span, .breadcrumb-trail a{
	color: #FFF;
}
.breadcrumb-trail a:hover {
	color: #DCD6D6;
}
.breadcrumb-content ul li {
	display: inline-block;
	padding: 0px 12px;
	color: #333;
	text-transform: capitalize;
	position: relative;
}
.breadcrumb-content ul li::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 5px;
	height: 2px;
	background: #333;
	top: 50%;
	right: -6px;
}
.breadcrumb-content ul li:last-child::after {
	width: 0;
	height: 0;
}
.breadcrumb-content ul li a {
	color: #686868;
}
.breadcrumb-content ul li a:hover{
	color: #5f3afc;
}
/*
 * About Us
*/
.about-content h4 {
	color: #5f3afc;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 10px;
}
.about-content h2 {
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.about-content p {
	line-height: 30px;
	margin-bottom: 15px;
}
.about-content ul{
	margin-bottom: 20px;
}
.about-content ul li {
	line-height: 24px;
	padding: 4px 0px;
	font-weight: 600;
	text-transform: capitalize;
}
.about-content ul li i {
	color: #5f3afc;
	padding-right: 5px;
}
.about-content h3 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
/*
 * #-Contact Us
*/
.contact-form h2 {
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 600;
}
.contact-form input {
	width: 100%;
	margin-bottom: 25px;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.contact-form input:focus{
	border-color: #5f3afc;
}
.contact-form textarea {
	width: 100%;
	margin-bottom: 25px;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 160px;
}
.contact-form textarea:focus{
	border-color: #5f3afc;
}
.contact-info h2 {
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 600;
}
.contact-info p {
	line-height: 26px;
	font-size: 15px;
	margin-bottom: 10px;
}
.contact-info-list p {
	margin: 0;
}
.contact-info-list .item {
	width: 100%;
	overflow: hidden;
}
.contact-info-list .item .icon {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #5f3afc61;
	border-radius: 50%;
	color: #5f3afc;
	margin-right: 10px;
	float: left;
}
.contact-info-list .item .content {
	overflow: hidden;
}
.contact-info-list .item .content h4 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
}
.product-sorting-list span {
	border: 2px solid #eee;
	float: left;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	border-right: none;
}
.product-sorting-list span:last-child{
	border-right: 2px solid #eee;
}
.product-sorting-list span:first-child {
	border: none;
	text-transform: uppercase;
	padding-right: 10px;
	padding-top: 6px;
}
.product-sorting-list span a {
	color: #333;
	padding: 5px 6px;
	display: inline-block;
	font-size: 13px;
}
.product-sorting-list {
	float: right;
}
.product-sorting-list span.active a{
	background: #5f3afc;
	color: #fff;
}
.product-sorting-list span:hover a{
	color: #fff;
	background: #5f3afc;
}
/*
 * Pagination
*/
.product-pagination ul li {
	display: inline-block;
	margin: 0px 2px;
}
.product-pagination ul li a {
	display: flex;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0px 0px 4px 0px #dfdfdf;
	font-weight: 500;
	color: #333;
}
.product-pagination ul li span {
	display: flex;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0px 0px 4px 0px #dfdfdf;
	font-weight: 500;
	color: #fff;
	background: #5f3afc;
}
.product-pagination ul li a:hover{
	color: #fff;
	background: #5f3afc;
}
/*
 * Blog pagination
*/
.blog-pagination ul li {
	display: inline-block;
	margin: 0px 2px;
}
.blog-pagination ul li a {
	display: flex;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0px 0px 4px 0px #dfdfdf;
	font-weight: 500;
	color: #333;
}
.blog-pagination ul li span {
	display: flex;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0px 0px 4px 0px #dfdfdf;
	font-weight: 500;
	color: #fff;
	background: #5f3afc;
}
.blog-pagination ul li a:hover{
	color: #000;
	background: #fff;
}
/*
 * #-Widgets
*/
.p-widgets-single {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	overflow: hidden;
	border-radius: 5px;
	padding: 25px 25px;
}
.p-widgets-single h2.title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.p-widgets-single .sidebar__check-p {
	line-height: 30px;
	padding: 4px 0px;
	width: 100%;
	overflow: hidden;
}
.p-widgets-single .sidebar__check-p .sidebar__check {
	float: left;
	padding-left: 5px;
}
.p-widgets-single .sidebar__check-p span {
	float: right;
	padding-right: 5px;
}
.p-widgets-single .sidebar__check-p .sidebar__check .form-check-input {
	width: 18px;
	height: 18px;
	margin-right: 6px;
}
.p-widgets-single .sidebar__check-p .sidebar__check label {
	font-size: 16px;
	color: #666;
	cursor: pointer;
}
.sidebar-check-form {
	max-height: 360px;
	overflow-y: auto;
}
/*
 * #-Product Details
*/
.product-details-full {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	overflow: hidden;
	border-radius: 5px;
	padding: 25px 25px;
}
.text-right{
	text-align: right;
}
.product-details-full .thumbnail img {
	width: 100%;
}
.lp-or-vedio-btn a {
	text-transform: capitalize;
	padding: 12px 20px;
	margin-left: 10px;
}
.lp-or-vedio-btn a:last-child{
	margin: 0px;
}
.lp-or-vedio-btn span{
	display: none;
}
.product-share span {
	display: inline-block;
	margin: 0px 2px;
}
.product-share span a{
	display: inline-block;
}
.product-share span a i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 32px;
	background: #084f99;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
}
.product-share span a i.fa-twitter {
	background: #1da1f2;
}
.product-share span a i.fa-linkedin {
	background: #0e76a8;
}
.product-share span a i.fa-instagram {
	background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);
}
.product-details-box-t .nav-tabs li span {
	border: 1px solid #eee;
	border-radius: 0px;
	border-bottom: 1px solid #eee;
	border-bottom-color: #eee !important;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 18px;
	padding: 10px 28px;
	cursor: pointer;
}
.product-details-box-t .nav-tabs li span.nav-link.active {
	background: #5f3afc;
	color: #fff;
	border-color: #5f3afc;
}
.product-details-box-t .tab-content {
	margin-top: 30px;
}
.product-details-description h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.product-details-description p {
	line-height: 30px;
	margin-bottom: 20px;
}
.product-details-description h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.product-details-description ul {
	margin-bottom: 20px;
}
.product-details-description ul li {
	line-height: 30px;
	padding: 4px 0px;
	font-weight: 500;
}
.single-product-reviews h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.single-product-reviews ul li {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #eee;
	padding: 15px;
	padding-right: 100px;
	min-height: 110px;
}
.single-product-reviews ul li img {
	position: absolute;
	right: 10px;
	width: 72px;
	height: 72px;
}
.single-product-reviews ul li .review-info h5 {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 500;
}
.single-product-reviews ul li .review-info small {
	font-size: 12px;
}
.ratting-single span {
	color: #ffa726;
	font-size: 15px;
	float: left;
}
.ratting-single {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.product-review-form h3 {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
}
.product-review-form input {
	width: 100%;
	margin-bottom: 25px;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.product-review-form input:focus{
	border-color: #f4a137;
}
.product-review-form textarea {
	width: 100%;
	margin-bottom: 25px;
	margin-top:25px;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 150px !important;
}
.product-review-form textarea:focus{
	border-color: #f4a137;
}
.product-review-form button {
	border-radius: 0px;
	text-transform: capitalize;
}
.p-support-ticket-request-form h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.p-support-ticket-request-form p {
	line-height: 30px;
	margin-bottom: 20px;
}
.p-support-ticket-request-form  input {
	width: 100%;
	margin-bottom: 25px;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.p-support-ticket-request-form input:focus{
	border-color: #5f3afc;
}
.p-support-ticket-request-form textarea {
	width: 100%;
	margin-bottom: 25px;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 150px;
}
.p-support-ticket-request-form textarea:focus{
	border-color: #5f3afc;
}
.p-support-ticket-request-form button {
	border-radius: 0px;
	text-transform: capitalize;
}
.single-p-widgets-single .licence-p-a {
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	border-radius: 5px;
}
.single-p-widgets-single .licence-p-a .nav-tabs {
	border: none;
}
.single-p-widgets-single .licence-p-a .nav-tabs li {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}
.single-p-widgets-single .licence-p-a .nav-tabs li button {
	border: none;
	width: 100%;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	padding: 18px 0px;
	border-radius: 0px;
}
.single-p-widgets-single .licence-p-a .nav-tabs li button.active {
	background: #5f3afc;
	color: #fff;
}
.single-p-widgets-sin-price {
	padding: 25px;
}
.theme-price-plan .theme-price-single {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	padding-left: 4px;
}
.theme-price-plan .theme-price-single .theme-price-radio {
	float: left;
}
.theme-price-plan .theme-price-single .theme-price-value {
	float: right;
}
.single-p-widgets-sin-price .button-1 {
	width: 100%;
}
.single-p-widgets-single.box-shadow {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	overflow: hidden;
	border-radius: 5px;
	padding: 25px 25px;
}
.s-or-review-item i {
	font-size: 32px;
	float: left;
	padding-right: 10px;
	color: #f4a137;
	margin-top: 5px;

}
.s-or-review-item span {
	padding-top: 10px;
	display: block;
	text-transform: capitalize;
}
.single-p-widgets-single h2 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.dp_detail_infobox_p .dp_single_list_p {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	display: flex;
}
.dp_detail_infobox_p .dp_single_list_p .title {
	display: flex;
	flex: 0 0 38%;
}
.dp_detail_infobox_p .dp_single_list_p .title b {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
}
.dp_detail_infobox_p .dp_single_list_p .info{
	padding-left: 10px;
}
.dp_detail_infobox_p .dp_single_list_p .info span {
	font-size: 14px;
	color: #666;
	text-transform: capitalize;
}
.dp_detail_infobox_p .dp_single_list_p .info a {
	color: #0b73bd;
	font-size: 14px;
	margin-right: 4px;
}
.dp_detail_infobox_p .dp_single_list_p .info a:hover{
	color: #5f3afc;
}
/*
 * Blog Widgets
*/
.blog-widgets-single {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	overflow: hidden;
	border-radius: 5px;
	padding: 25px 25px;
}
.b-w-search {
	width: 100%;
	position: relative;
}
.b-w-search input {
	width: 100%;
	padding: 13px 15px;
	border: 1px solid #eee;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #F2F3F5;
	font-family: Iransans;
}
.b-w-search input:focus {
	border-color: #f4a137;
}
.b-w-search button {
	position: absolute;
	top: 18px;
	left: 12px;
	border: none;
	background: none;
	font-size: 20px;
}
.b-w-search button:hover{
	color: #f4a137;
}
.b-resenct-blog-single .thumbnail {
	width: 70px;
	margin-left: 12px;
	padding-top: 10px;
	border-radius: 50%;
}
.b-resenct-blog-single .thumbnail img{
	width: 100%;
}
.b-resenct-blog-single .content span {
	font-size: 12px;
	line-height: 1;
}
.b-resenct-blog-single .content h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}
.b-resenct-blog-single .content h4 a{
	color: #555;
}
.b-resenct-blog-single:hover .content h4 a{
	color: #f4a137;
}
.blog-widgets-single h3.title {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.5;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.blog-widgets-single ul li {
	display: block;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	padding: 10px 0px;
}
.blog-widgets-single ul li:last-child{
	border: none;
}
.blog-widgets-single ul li a {
	color: #555;
}
.blog-widgets-single ul li a:hover{
	color: #f4a137;
}
.blog-widgets-single ul li a i{
	padding-left: 10px;
}
.tagscould a {
	display: inline-block;
	border: 1px solid #eee;
	margin: 4px 3px;
	padding: 5px 15px;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
	-webkit-transition: all.4s ease-in-out;
	transition: all .4s ease-in-out;
}
.tagscould a:hover{
	color: #fff;
	border-color: #f4a137;
	background: #f4a137;
}
/*
 * #-Blog Details
*/
.blog-details {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	overflow: hidden;
	border-radius: 5px;
	padding: 25px 25px;
}
.blog-details img{
	width: 100%;
}
.blog-details .content .meta {
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog-details .content .meta span {
	padding-right: 10px;
	font-size: 14px;
	color: #333;
}
.blog-details .content .meta span a{
	color: #333;
}
.blog-details .content .meta span i{
	color: #f4a137;
}
.blog-details .content .meta span a:hover{
	color: #f4a137;
}
.blog-details .content .meta span:first-child{
	padding-right: 0px;
}
.blog-details .content .meta span{
	padding-right: 10px;
}
.blog-details .content h2 {
	font-size: 28px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
}
.blog-details .content p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.blog-share span {
	display: inline-block;
	margin: 0px 2px;
}
.blog-share span a{
	display: inline-block;
}
.blog-share span a i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #084f99;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
}
.blog-share span a i.fa-twitter {
	background: #1da1f2;
}
.blog-share span a i.fa-linkedin {
	background: #0e76a8;
}
.blog-share span a i.fa-instagram {
	background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);
}
/*
 * Comment List
*/
.form-submit input{
	background: transparent !important;
	padding: 14px 38px !important;
	display: inline-block !important;
	color: #333 !important;
	font-size: 14px !important;
	letter-spacing: 0px !important;
	background-size: 200% auto !important;
	-webkit-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
	text-transform: uppercase !important;
	border-radius: 10px !important;
	border: 2px solid #f4a137 !important;
	font-family: Iransans !important;
	font-weight:500 !important;
}
.form-submit input:hover{
	background: #f4a137 !important;
	color: #fff !important;
}
.logged-in-as{
	padding-bottom: 15px;
}
.logged-in-as a{
	color: #f4a137;
}
.page-content{
	font-size: 14px;
	line-height: 1.6;
}
.tb-40{
	padding-top:40px;
	padding-bottom: 40px;
}
.tb-40 .woocommerce .woocommerce-MyAccount-content{
	margin-top: -40px !important;
	margin-bottom: -40px !important;
}
.comments-list-full, .comment-form-area , .comment-respond{
	width: 100% !important;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	overflow: hidden;
	border-radius: 5px;
	padding: 30px 25px !important;
}
.comments-list-full h3, .comment-form-area h3 , .comment-reply-title{
	margin-bottom: 26px !important;
	font-size: 14px !important;
	text-transform: capitalize !important;
}
.comments-list-full h3 i{
	color: #f4a137;
}
#cancel-comment-reply-link{
	padding-right: 10px;
	color: #f4a137;
}
.comments-list-full ul li {
	position: relative;
	padding-right: 100px;
}
.comments-list-full ul li img{
	position: absolute;
	width: 80px;
	right: 0;
	top: 0;
}
.comment-edit-link{
	font-size: 16px;
	color: #f4a137;
}
.comment-reply-link{
	color: #000;
}
.comments-list-full ul li .com-content h4 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 4px;
}
.comments-list-full ul li .com-content p {
	line-height: 26px;
	font-size: 15px;
	margin-bottom: 5px;
}
.comments-list-full ul li .com-content a.reply {
	display: inline-block;
	color: #333;
	text-transform: capitalize;
	font-weight: 600;
}
.comments-list-full ul li .com-content a.reply:hover{
	color: #5f3afc;
}
/*
 * Comment Form
*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #f4a137;
  outline: 0 none;
}
.comment-form p label{
	display: none;
}
.comment-notes{
	padding-bottom:15px;
}
.comment-form-area input, .comments-fields {
	width: 100%;
	margin-bottom: 25px;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.comment-form-area input:focus , .comments-fields:focus{
	border-color: #f4a137;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #f4a137;
}
.comments-fields::placeholder{
	font-family: Iransans;
}
.comment-form-area textarea {
	width: 100%;
	margin-bottom: 25px;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 150px;
}
.comment-form-area textarea:focus{
	border-color: #5f3afc;
}
.comment-form-area button {
	border-radius: 0px;
	text-transform: capitalize;
}
/*
 * #-Support Page
*/
.info-box-1 {
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 0px #eee;
	text-align: center;
	padding: 50px 30px;
	border-radius: 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.info-box-1:hover{
	transform: translateY(-10px);
}
.info-box-1 .icon{
	margin-bottom: 30px;
}
.info-box-1 .content h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.info-box-1 .content a {
	text-transform: capitalize;
	padding: 10px 20px;
}
.info-box-1 .content p {
	line-height: 30px;
	margin-bottom: 20px;
}
.accordion-item {
	border: 2px solid #eee;
	border-bottom: none;
}
.accordion-item:last-child{
	border-bottom: 2px solid #eee;
}
.accordion-item .accordion-header {
	line-height: 1;
	margin: 0;
	padding: 0;
}
.accordion-item .accordion-header a {
	font-size: 18px;
	width: 100%;
	display: inline-block;
	color: #2e1b6a;
	padding: 20px 20px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
}
.accordion-item .accordion-header a::after {
	content: "-";
	clear: both;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 10px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #5f3afc;
	color: #fff;
	font-size: 20px;
	height: 30px;
}
.accordion-item .accordion-header a.collapsed::after{
	content: "+";
}
.accordion-item .accordion-body {
	border: none;
	padding: 15px 20px;
	border-top: 2px solid #eee;
}
.accordion-item .accordion-collapse {
	border: none;
}
.accordion-item .accordion-body p {
	line-height: 30px;
	margin-bottom: 10px;
}
.log-in-register-form {
	max-width: 450px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
}
/*
 * #-Pricing
*/
.pricing-item {
	text-align: center;
	background: #f4f6f5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .6s ease-in-out;
}
.pricing-item:hover {
	-webkit-box-shadow: 0px 11px 15px 0px rgba(216, 216, 216, 0.75);
	-moz-box-shadow: 0px 11px 15px 0px rgba(216, 216, 216, 0.75);
	box-shadow: 0px 11px 15px 0px rgba(216, 216, 216, 0.75);
	background: #ffffff;
}
.pricing-item .headding {
	background: #8bc34a;
	position: relative;
	padding: 30px 0px;
	overflow: hidden;
}
.pricing-item.active .headding {
	background: #5f3afc;
}
.pricing-item .headding h4 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}
.pricing-item .headding h2 {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
}
.pricing-item .headding h2 small {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
}
.pricing-item .headding span {
	position: absolute;
	top: 16px;
	right: -39px;
	background: #1a0202;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 35px;
	color: #fff;
	letter-spacing: .3px;
	transform: rotate(51deg);
}
.pricing-item .content-pricing {
	padding: 35px 0px;
}
.pricing-item .content-pricing ul li {
	line-height: 30px;
	padding: 12px 0px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	text-transform: capitalize;
}
.pricing-item .content-pricing ul li:last-child{
	border: none;
}
/*
 * #-Add to Cart
*/
.shopping-cart-tabel thead tr td {
	padding: 15px 14px;
	background: #f4a137;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
}
.shopping-cart-tabel .product-thumbnail {
	width: 140px;
}
.shopping-cart-tabel .product-thumbnail img {
	width: 120px;
}
.shopping-cart-tabel .product-name a {
	color: #7A7A7A;
	font-size: 16px;
}
.shopping-cart-tabel .product-name a:hover {
	color: #f4a137;
}
.shopping-cart-tabel .prodcut-quantity {
	width: 120px;
}
.shopping-cart-tabel .prodcut-quantity input {
	border-radius: 0px;
}
.shopping-cart-tabel .prodcut-quantity input:focus{
	box-shadow: none;
}
.table.shopping-cart-tabel{
	text-align: center;
}
.table.shopping-cart-tabel .product-remove i {
	width: 25px;
	height: 25px;
	background: #ffefef;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 50%;
	font-size: 14px;
	color: #ef8b8c;
}
.border-radious-0{
	border-radius: 0px;
}
.add-to-cart-p input:focus {
	box-shadow: none;
	border-color: #f4a137;
}
.add-to-cart-p input{
	margin-bottom: 25px;
	padding: 14px 20px;
	border: 1px solid #d6d5d5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-radius: 10px;
}
/*
 * Checkout
*/
.checkout-p-co-form {
	box-shadow: 0px 0px 20px 0px #eee;
	border-radius: 10px;
	padding: 20px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .5s ease-in-out;
}
.checkout-p-co-form h2 {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px;
}
.checkout-p-co-form .ck-single-i {
	width: 100%;
	margin-bottom: 25px;
}
.checkout-p-co-form .ck-single-i input{
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.checkout-p-co-form .ck-single-i input:focus{
	border-color: #5f3afc;
}
.checkout-p-co-form .ck-single-i select{
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.checkout-p-co-form .ck-single-i select:focus{
	border-color: #5f3afc;
}
.checkout-p-co-form .ck-single-i textarea{
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 160px;
}
.checkout-p-co-form .ck-single-i textarea:focus{
	border-color: #5f3afc;
}
.checkout-p-co-form .ck-single-i button{
	border-radius: 0px;
	margin-top: 20px;
}
.checkout-p-co-form .ck-single-i label {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}
.checkout-p-co-form .ck-single-i h2 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
}
.checkout-p-co-form .ck-single-i .sub-total {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #f7f7f7;
	background-color: #ffff;
	padding: 15px 15px 15px;
}
.page-404{
	height: 100vh !important;
}
.error-404-area {
	display: flex;
	height: 80vh;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.error-404-area-woo{
	display: flex;
	height: 60vh;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.error-404-content img {
	width: 40%;
}
.error-404-content h2 {
	margin-top: 30px;
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.error-404-content p{
	margin-bottom: 20px;
}
.menu nav ul li > ul > li a i {
	text-align: right;
	float: right;
	padding-top: 5px;
}
.user-inner-banner-wrapper .auth-port-best-sale .content {
	text-align: left;
}
/*
 * #-User Profile
*/
.user-inner-banner-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}
.user-inner-banner-wrapper::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #5f3afcc2;
}
.user-p-s-o-r {
	float: right;
}
.user-p-s-o-r .top {
	display: flex;
}
.user-p-s-o-r .top i {
	font-size: 40px;
	color: #fff;
	padding-right: 10px;
	display: inline-block;
}
.user-p-s-o-r .top h3 {
	color: #fff;
	padding-top: 4px;
	font-size: 26px;
}
.user-p-s-o-r p {
	margin-top: 10px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
}
.user-dash-nav-menus ul li {
	display: inline-block;
	float: left;
}
.user-dash-nav-menus ul li a {
	display: inline-block;
	padding: 25px 40px;
	text-transform: capitalize;
	font-weight: 500;
	color: #2e1b6a;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-right: 1px solid #eee;
	font-size: 16px;
}
.user-dash-nav-menus ul li:first-child a{
	border-left: 1px solid #eee;
}
.user-dash-nav-menus ul li.active a {
	background: #5f3afc2e;
}
.user-dash-nav-menus ul li a:hover{
	background: #5f3afc2e;
}
.w-b-b-shadow {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px #eee;
}
.user-dash__p-info .a__profile .thumbnail {
	width: 100px;
	height: 100px;
	background: #eee;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}
.user-dash__p-info .a__profile .thumbnail img {
	width: 100%;
	border-radius: 50%;
}
.user-dash__p-info .a__profile .thumbnail i {
	position: absolute;
	top: 10px;
	right: 5px;
	color: #5f3afc;
}
.user-dash__p-info .a__profile .name h4 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 5px;
}
.user-dash__p-info .a__profile .name p {
	font-size: 14px;
	margin-bottom: 10px;
}
.user-dash__p-info .a__profile .name .r-vi-a span {
	font-size: 15px;
	color: #ffa726;
}
.user-dash__p-info .c__a__author .title {
	margin-bottom: 20px;
}
.user-dash__p-info .c__a__author .title h2 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 5px;
}
.user-dash__p-info .c__a__author .form-group {
	margin-bottom: 15px;
}
.user-dash__p-info .c__a__author .form-group label {
	font-size: 14px;
	margin-bottom: 3px;
}
.user-dash__p-info .c__a__author .form-group input{
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.user-dash__p-info .c__a__author .form-group textarea{
	width: 100%;
	height: 140px;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #F2F3F5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.user-dash__p-info .c__a__author .form-group textarea:focus{
	box-shadow: none;
	border-color: #5f3afc;
}
.user-dash__p-info .c__a__author .form-group button{
	width: 100%;
	background: #5f3afc;
	color: #fff;
}
.c_autoh_social ul li a i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	background: #084f99;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
}
.c_autoh_social ul li a i.fa-twitter {
	background: #1da1f2;
}
.c_autoh_social ul li a i.fa-linkedin {
	background: #0e76a8;
}
.c_autoh_social ul li a i.fa-instagram {
	background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);
}
.c_autoh_social ul li {
	display: inline-block;
	margin: 3px 2px;
}
.c_autoh_social ul li a i.fa-pinterest-p {
	background: #e03c3c;
}
.c_autoh_social ul li a i.fa-tumblr {
	background: #009688;
}
.c_autoh_social ul li a i.fa-google-plus-g {
	background: #ea2626;
}
.c_autoh_social ul li a i.fa-dribbble {
	background: #e43c7d;
}
.c_autoh_social ul li a i.fab.fa-skype {
	background: #35b4ff;
}
.user-dash__p_content_full h2 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 22px;
}
.user-dash__p_content_full p {
	line-height: 30px;
	margin-bottom: 15px;
}
.user-dash__p_content_full ul{
	margin-bottom: 15px;
}
.user-dash__p_content_full ul li {
	font-weight: 500;
	line-height: 30px;
	padding: 2px 0px;
	padding-left: 14px;
	position: relative;
}
.user-dash__p_content_full ul li::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	background: #333;
	top: 13px;
	left: 0;
	border-radius: 50%;
}
.followers-item-single {
	background: #fff;
}
.followers-item-single .content h3 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: 600;
}
.followers-item-single .content h3 a{
	color: #2e1b6a;
}
.followers-item-single:hover .content h3 a{
	color: #5f3afc;
}
/*
 * #-Mobile Menu
*/
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
  .seller-label{
	padding-top:8px !important;
	padding-bottom: 8px !important;
	}
}
.offcanvas_menu_wrapper {
	width: 290px;
	position: fixed;
	background: #fff;
	z-index: 9991;
	top: 0;
	height: 100vh;
	transition: .5s;
	left: 0;
	margin-left: -300px;
	padding: 20px 0px 30px;
	overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_search_box {
  display: block;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li 
  position: relative;
}

.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  left: 10px;
}
.offcanvas_main_menu li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding: 0px 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  color: #333;
}
.offcanvas_main_menu li a:hover {
  color: #5f3afc;
}
.offcanvas_main_menu li:last-child a{
  border-bottom: none !important;
}
.menu-expand{
	float: left;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}
.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: #5f3afc;
}
.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #5f3afc;
}
.canvas_close {
	margin-right: 10px;
	margin-bottom: 20px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #333;
}
.canvas_close a:hover {
  background: #f4a137;
  border-color: none;
  color: #fff;
}
.mobile-logo {
	padding-left: 20px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_open {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 20px;
    top: 27px;
    display: block;
    width: 36px;
  }
}
.canvas_open a {
  font-size: 27px;
  display: block;
  line-height: 37px;
  text-align: center;
  color: #232323;
}
@media only screen and (max-width: 767px) {
  .canvas_open a {
    width: 36px;
    height: 34px;
    line-height: 33px;
    font-size: 27px;
  }
}
.canvas_open a:hover {
  color: #fe3737;
  border-color: #fe3737;
}
.mobile-logo h2 {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 900;
}
.mobile-logo h2 a{
	color: #333;
}
/*
 * Sticky
*/
.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
	background: #fff;
}
@-webkit-keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
    }
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
@keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
	}
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
.mobile-menu-login {
	margin-top: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
.mobile-menu-login a {
	color: #2e1b6a;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 18px;
}
.mobile-menu-login a:hover{
	color: #5f3afc;
}

/* Page Head */
.digi-input{
	font-family: Iransans;
	font-weight: 500;
}
.page-head-title{
	text-align: right;
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.page-head-title a{
	color: #FFF
}
.page-head-title a:hover{
	color: #DCD6D6
}
.breadcrumb{
	margin-top: 8px;
	display: inline-block;
	background: rgba(51,51,50,.2);
	padding: 10px 12px !important;
	border-radius: 5px;
	text-align: right;
	color: #fff;
	width: auto;
	margin-right: 15px;
}
.footer-statistics{
	background-image: linear-gradient(180deg,#ffcf69,#f9c659);
	box-shadow: 0 5px 35px rgba(255,207,105,.51);
	-webkit-box-shadow: rgba(255,207,105,.51) 0 5px 35px;
	border-radius: 4px;
	padding: 20px 20px;
	margin:25px 0;
	position:relative;
	float:right;
	width: 100%;
}
.footer-statistics ul{
	padding: 0;
	margin: 0;
	list-style: none;	
}
.footer-statistics ul li{
	width: 33.33%;
	float: right;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.trail-items li span{
	font-size: 16px;
}
/* Header */
@media (min-width: 1200px) {
  .navbar-compact {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 900;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .navbar-compact.hidden-menu {
      -webkit-transform: translate(0, -100%);
      -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      -o-transform: translate(0, -100%);
      transform: translate(0, -100%); }

  .navbar-compact .compact-hidden {
    display: none !important; }

  .navbar-compact .header-center {
    padding: 20px 0;
    transition: 0.3s all ease 0s; }

  .navbar-compact .header-bottom {
    margin: 0 !important; }

  .navbar-switcher {
    text-align: center;
    float: left;
    display: none;
    width: 45px;
    height: 45px;
    margin-bottom: -47px;
    background: #F4A137 !important;
    padding: 6px 7px;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    color: #fff; }

  .navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
    display: none; }

  .navbar-switcher.active .i-active,
  .navbar-switcher .fa-caret-down {
    display: inline;
    font-size: 1.8em;
    line-height: 1.5em; }

  .navbar-compact.type_1 .sidebar-menu, .navbar-compact.type_2 .sidebar-menu {
    display: none; }
  .navbar-compact.type_1 .header-bottom-right, .navbar-compact.type_2 .header-bottom-right {
    margin: 0;
    padding: 0 15px;
    width: 100%; }

.header .navbar-switcher {
    display: block; } }
	
/************/		
.header-top {
background: #eee;
}

.header-center {
padding: 30px 0; 
}
.header-bottom {
  background: #666666;
  min-height: 45px;
  margin-bottom: 15px; }
.navbar-nav{	  
padding-right: 0 !important;
}
.dis-table {
display: table;
} 
.vert-middle{
display: table-cell;
vertical-align: middle;
}
 .autosearch-input{
 font-family: Iransans;
} 
.search-btn{
color: #fff;
background-color: #878787;
border-radius: 8px 0 0 8px;
height: 100%;
}
.search-btn:focus{
	border-color: #f4a137;
	  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f4a137;
}
.search-btn:hover{
color: #f0f0f0;	
}
.top-menu-l{
padding-right: 0;
}
.top-menu-l li{
border: 0;
}
.top-menu-l li a{
	color: #555;
}
.top-menu-l li a:hover{
	color: #f4a137;
}
.top-menu-l .list-group-item{
	padding:10px;
}
.menu-menu-1-container{
	width:100%;
}
.list-group-item{
font-family: Iransans;
font-size: 14px;
}
.btn{
font-family:Iransans;
}
.cart-btn{
    background-color: #878787 !important;
	border: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
.register-btn{
    background-color: #f4a137 !important;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.pull-right{
float:right;
}
.pull-left{
float:left
}
.t-right{
text-align: right;
}
.t-left{
text-align:left;
}
.autosearch-input{
border-radius: 0 8px 8px 0 !important;
}
.autosearch-input:focus{
	border-color: #f4a137;
}
.dropdown-menu{
	right:0 !important;
	left: unset;
	display: block;
}
.dropdown-menu li{
	text-align:right;
}
.navbar-light .navbar-toggler{
	color: rgba(221, 221, 221, 0.55);
	border-color: transparent;	
	margin:12px;
	
}
.p-t-5{
	padding-top:5px;
}
.p-b-5{
	padding-bottom:5px;
}
.p-t-10{
	padding-top:10px;
}
.p-b-10{
	padding-bottom:10px;
}
.navbar{
		padding-top: 0px;
	padding-bottom: 0px;
}
.res-reg{
position: relative;
margin: 12px;
float:left;
}


/**************************Profile Template *********************/


/***************** Dashboard *****************/
/*html body .mihanpanelpanel .nocss *,
html body .mihanpanelpanel .nocss *:not(i.fas, i.far, i.mw_icon)::before,
html body .mihanpanelpanel .nocss *::after
{
    all:unset;
}*/
html body .mihanpanelpanel .mce-ico {
    font-family: dashicons  !important;
}
html body .mihanpanelpanel .dashicons,
html body .mihanpanelpanel .nocss .dashicons
{
    font-family: dashicons !important;
}
.mihanpanel-page article,
.mihanpanel-page aside,
.mihanpanel-page details,
.mihanpanel-page figcaption,
.mihanpanel-page figure,
.mihanpanel-page footer,
.mihanpanel-page header,
.mihanpanel-page nav,
.mihanpanel-page section,
.mihanpanel-page summary {
    letter-spacing: 0  !important;
    display: flex !important;
    margin: 0 !important;
    padding: 10px 0;
}
*:focus {
    outline: none !important;
}
.mihanpanelpanel {
    display: table !important;
}
.mihanpanelpanel a {
    text-decoration: none !important;
}
.mihanpanelpanel a:focus {
    outline: 0  !important;
}
.details a{
	color: #f4a137;
}
.mihanpanelpanel input, .mihanpanelpanel textarea,.mihanpanelpanel select {
    border-radius: 5px !important;
    box-sizing: border-box;
    line-height: 40px !important;
    background: #fff !important;
    color: #222 !important;
    box-sizing: border-box !important;
    border:2px solid #ddd !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
	padding: 0 10px 0;
}
.mihanpanelpanel input:focus, .mihanpanelpanel textarea:focus,.mihanpanelpanel select:focus {
    border-color:#f4a137 !important;
}
.mihanpanelpanel .form-group p.radio-mode label,
.mihanpanelpanel .form-group p.radio-mode input
{
    display: inline-block;
    cursor: pointer;
}
.mihanpanelpanel button.btn-primary, button.wpas-btn.wpas-btn-default {
  background:#673ab7 !important;
    font-size: 16px !important;
    padding: 10px 50px !important;
    border: none !important;
    float: none  !important;
    color: #fff !important;
    display: block !important;
    border-radius:3px !important;
    margin: 0px auto !important;
}
.mihanpanelpanel button.btn-primary:hover {
    color: #fff !important;
}
.mihanpanelpanel hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-top: 1px solid #eee
}
.mihanpanelpanel select[multiple],
.mihanpanelpanel select[size],
.mihanpanelpanel textarea.form-control {
    height: auto
}

.mihanpanelpanel .table {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px
}
.mihanpanelpanel .table > tbody > tr > td,
.mihanpanelpanel .table > tbody > tr > th,
.mihanpanelpanel .table > tfoot > tr > td,
.mihanpanelpanel .table > tfoot > tr > th,
.mihanpanelpanel .table > thead > tr > td,
.mihanpanelpanel .table > thead > tr > th {
    line-height: 1.42857143 !important;
    border-top: 1px solid #ddd
}
.mihanpanelpanel .table > thead > tr > th {
    border-bottom: 2px solid #ddd
}
.mihanpanelpanel .table > caption + thead > tr:first-child > td,
.mihanpanelpanel .table > caption + thead > tr:first-child > th,
.mihanpanelpanel .table > colgroup + thead > tr:first-child > td,
.mihanpanelpanel .table > colgroup + thead > tr:first-child > th,
.mihanpanelpanel .table > thead:first-child > tr:first-child > td,
.mihanpanelpanel .table > thead:first-child > tr:first-child > th {
    border-top: 0
}
.mihanpanelpanel .table > tbody + tbody {
    border-top: 2px solid #ddd
}
.mihanpanelpanel .table .table {
    background-color: #fff
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #FFF;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5
}
.mihanpanelpanel table col[class*=col-] {
    position: static !important;
    display: table-column !important;
    float: none
}
.mihanpanelpanel table td[class*=col-],
.mihanpanelpanel table th[class*=col-] {
    position: static !important;
    display: table-cell !important;
    float: none
}
.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.dropdown-menu {
    float: left
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}
.mihanpanelpanel .table-responsive {
    min-height: .01% !important;
    overflow-x: auto
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100% !important;
        margin-bottom: 15px !important;
        overflow-y: hidden !important;
        -ms-overflow-style: -ms-autohiding-scrollbar !important;
        border: 1px solid #ddd
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .col-md-4,.col-md-8{
      width:calc(100% - 20px) !important;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}
.mihanpanelpanel fieldset,
.mihanpanelpanel legend {
    padding: 0 !important;
    border: 0
}
.mihanpanelpanel fieldset {
    min-width: 0 !important;
    margin: 0
}
.mihanpanelpanel legend {
    width: 100% !important;
    line-height: inherit
}
.mihanpanelpanel .form-group-sm .form-control,
.mihanpanelpanel .input-sm {
    border-radius: 3px
}
.mihanpanelpanel label {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px
}
.mihanpanelpanel .checkbox,
.mihanpanelpanel .form-control,
.mihanpanelpanel .radio,
input[type=file],
output {
    display: block;
}
.mihanpanelpanel input[type=search] {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-appearance: none
}
.mihanpanelpanel input[type=checkbox],
.mihanpanelpanel input[type=radio] {
    margin: 4px 0 0 !important;
    margin-top: 1px \9 !important;
    line-height: normal
}
.mihanpanelpanel input[type=range] {
    display: block !important;
    width: 100%;
    display: block;
    width: 100%;
}
.mihanpanelpanel output {
    color: #555
}
.mihanpanelpanel .form-control {
    width: 100% !important;
    font-size:16px !important
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}
.mihanpanelpanel .form-group {
    margin-bottom: 15px
}
.mihanpanelpanel .checkbox,
.mihanpanelpanel .radio {
    position: relative !important;
    margin-top: 10px !important;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px
}
.mihanpanelpanel .checkbox label,
.mihanpanelpanel .form-control-static,
.mihanpanelpanel .radio label {
    margin-bottom: 0
}
.mihanpanelpanel .checkbox input[type=checkbox],
.mihanpanelpanel .checkbox-inline input[type=checkbox],
.mihanpanelpanel .radio input[type=radio],
.mihanpanelpanel .radio-inline input[type=radio] {
    position: absolute !important;
    margin-top: 4px \9 !important;
    margin-left: -20px
}
.mihanpanelpanel .checkbox + .checkbox,
.mihanpanelpanel .radio + .radio {
    margin-top: -5px
}
.mihanpanelpanel .checkbox-inline,
.mihanpanelpanel .radio-inline {
    position: relative !important;
    display: inline-block !important;
    padding-left: 20px !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    cursor: pointer
}
.mihanpanelpanel .checkbox-inline + .checkbox-inline,
.mihanpanelpanel .radio-inline + .radio-inline {
    margin-top: 0 !important;
    margin-left: 10px
}
.mihanpanelpanel .form-control-static.input-lg,
.mihanpanelpanel .form-control-static.input-sm {
    padding-right: 0 !important;
    padding-left: 0
}
.mihanpanelpanel .input-sm {
    height: 30px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5
}
.mihanpanelpanel select.input-sm {
    height: 30px !important;
    line-height: 30px
}
.mihanpanelpanel select[multiple].input-sm,
.mihanpanelpanel textarea.input-sm {
    height: auto
}
.mihanpanelpanel .form-group-lg .form-control,
.mihanpanelpanel .input-lg {
    border-radius: 6px
}
.mihanpanelpanel .input-lg {
    height: 46px !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333
}
.mihanpanelpanel select.input-lg {
    height: 46px !important;
    line-height: 46px
}
.mihanpanelpanel select[multiple].input-lg,
.mihanpanelpanel textarea.input-lg {
    height: auto
}
@media (min-width: 768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0 !important;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block !important;
        width: auto !important;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table !important;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group > .form-control {
        width: 100%
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative !important;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .form-horizontal .control-label {
        padding-top: 7px !important;
        margin-bottom: 0 !important;
        text-align: right
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0 !important;
    margin-bottom: 0
}
.form-horizontal .form-group {
    margin-right: -15px !important;
    margin-left: -15px
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px !important;
        font-size: 18px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px !important;
        font-size: 12px
    }
}
.mihanpanelpanel .btn {
    display: inline-block !important;
    margin-bottom: 0 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none
}
.mihanpanelpanel .btn.focus,
.mihanpanelpanel .btn:focus,
.mihanpanelpanel .btn:hover {
    color: #333 !important;
    text-decoration: none
}
.mihanpanelpanel .btn.active,
.mihanpanelpanel .btn:active {
    outline: 0 !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.mihanpanelpanel.mpwrapper {
    background: #fff !important;
    position: relative !important;
    width: 100% !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
}
.mihanpanelpanel .mpsidebar {
    width: 350px !important;
    background-color: #FFF !important;
    display: table-cell !important;
    padding-bottom: 100px !important;
    border-radius: 0 !important;
}
.mihanpanelpanel .mpsidebar .mpavatar {
    display:block;
    text-align: center !important;
    width: 100% !important;

}
.mpsidebar .mpavatar img {
    border-radius: 100% !important;
    width: 120px !important;
    height: auto !important;
    display: inline !important;
	margin: 50px auto 30px auto;
}
.off-canvas-sidebar .nav,
.mpsidebar .nav {
  display:block !important;
    padding: 0 15px !important;
}
.off-canvas-sidebar .nav li > a,
.mpsidebar .nav li > a {
    margin:0  !important;
    border-radius: 3px !important;
    color: #3C4858
}
.off-canvas-sidebar .nav li:hover > a,
.mpsidebar .nav li:hover > a {
    background:transparent !important;
    color: #3C4858
}
.mihanpanelpanel .mpsidebar .nav li.active > a,
.mihanpanelpanel .mpsidebar .nav li.active > a i {
    color: #a9afbb
}
.mihanpanelpanel .mpsidebar .nav p {
    margin: 0 !important;
    line-height: 30px !important;
    color: #000 !important;
    font-weight: 200 !important;
    font-size: 15px
}
.mihanpanelpanel .mpsidebar .nav i {
    font-size: 20px !important;
    float: left !important;
    line-height: 30px !important;
    width: 30px !important;
    text-align: center !important;
    color: ##878686;
}
.mihanpanelpanel .mpsidebar .nav .is-active i {
    font-size: 20px !important;
    float: left !important;
    line-height: 30px !important;
    width: 30px !important;
    text-align: center !important;
    color: #FFF;
}
.mihanpanelpanel.mp_wrapper_rtl .nav i
{
    margin-left: 10px;
}
.mihanpanelpanel .mpsidebar .nav i.fa-fas,
.mihanpanel-profile-widget i.fa-fas
{
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  font-style: normal;
}
.mihanpanelpanel .mpsidebar .nav i.fa-far,
.mihanpanel-profile-widget i.fa-far
{
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  font-style: normal;
}
.mihanpanelpanel .mpsidebar .nav i.fa-fab,
.mihanpanel-profile-widget i.fa-fab
{
  font-family: 'Font Awesome 5 Brands' !important;
  font-style: normal;
}
.mihanpanelpanel .off-canvas-sidebar[data-color=purple] .nav li.active a,
.mihanpanelpanel .mpsidebar[data-color=purple] .nav li.active a {
    background-color: #9c27b0 !important;
    background: linear-gradient(50deg, #6a01de, #870aa8)  !important;
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(156, 39, 176, .2)
}
.mihanpanelpanel .off-canvas-sidebar .nav > li > a,
.mihanpanelpanel .off-canvas-sidebar .nav > li > a:hover {
    color: #FFF
}
.mihanpanelpanel .off-canvas-sidebar .nav > li > a:focus {
    background: rgba(200, 200, 200, .2)
}
.mihanpanelpanel .main-panel {
    display: table-cell;
    vertical-align: top !important;
    padding-top: 40px !important;
    width: calc(100% - 290px) !important;
	padding-bottom:40px !important;
}
.mihanpanelpanel .main-panel > .navbar {
    float: right !important;
}
.mihanpanelpanel .main-panel > .mp-content {
    padding: 10px 15px;
    min-height: calc(100% - 123px) !important;
    clear: both !important;
    display:block;
}
.mihanpanelpanel .form-group-sm .form-control {
    height: 24px !important;
    padding: 3px 0 !important;
    font-size: 11px !important;
    line-height: 1.5
}
.mihanpanelpanel .form-group-sm select.form-control {
    height: 24px !important;
    line-height: 24px
}
.mihanpanelpanel .form-group-sm select[multiple].form-control,
.mihanpanelpanel .form-group-sm textarea.form-control {
    height: auto
}
.mihanpanelpanel .form-group-sm .form-control-static {
    height: 24px !important;
    min-height: 31px !important;
    padding: 4px 0 !important;
    font-size: 11px !important;
    line-height: 1.5
}
.mihanpanelpanel .form-group {
    padding-bottom: 7px !important;
    margin: 27px 0 0
}
.mihanpanelpanel .form-group .form-control {
    margin-bottom: 7px
}
.mihanpanelpanel .form-group .form-control::-moz-placeholder {
    font-size: 14px !important;
    line-height: 1.42857 !important;
    color: #AAA !important;
    font-weight: 400
}
.mihanpanelpanel .form-group .form-control:-ms-input-placeholder {
    font-size: 14px !important;
    line-height: 1.42857 !important;
    color: #AAA !important;
    font-weight: 400
}
.mihanpanelpanel .form-group .form-control::-webkit-input-placeholder {
    font-size: 14px !important;
    line-height: 1.42857 !important;
    color: #AAA !important;
    font-weight: 400
}
.mihanpanelpanel .form-group label {
    font-size: 16px !important;
    line-height:2.2 !important;
    color: #222 !important;
    font-weight:bold;
    display:block !important;
}
.mihanpanelpanel .form-group label.control-label {
    font-size: 14px !important;
    color: #AAA !important;
    font-weight: 400 !important;
    margin: 0 10px 10px 0 !important;
}
.mihanpanelpanel .form-group.label-floating label.control-label,
.mihanpanelpanel .form-group.label-placeholder label.control-label {
    top: -7px !important;
    font-size: 14px !important;
    line-height: 1.42857
}
.mihanpanelpanel .form-group.label-floating.is-focused label.control-label,
.mihanpanelpanel .form-group.label-floating:not(.is-empty) label.control-label,
.mihanpanelpanel .form-group.label-static label.control-label {
    top: -45px !important;
    right: 0 !important;
    line-height: 1.07143
}
.mihanpanelpanel .form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
    top: -28px !important;
    left: 0 !important;
    font-size: 11px !important;
    line-height: 1.07143
}
.mihanpanelpanel .form-group.form-group-sm {
    padding-bottom: 3px !important;
    margin: 21px 0 0
}
.mihanpanelpanel .form-group.form-group-sm .form-control {
    margin-bottom: 3px
}
.mihanpanelpanel .form-group.form-group-sm .form-control::-moz-placeholder {
    font-size: 11px !important;
    line-height: 1.5 !important;
    color: #AAA !important;
    font-weight: 400
}
.mihanpanelpanel .form-group.form-group-sm .form-control:-ms-input-placeholder {
    font-size: 11px !important;
    line-height: 1.5 !important;
    color: #AAA !important;
    font-weight: 400
}
.mihanpanelpanel .form-group.form-group-sm .form-control::-webkit-input-placeholder {
    font-size: 11px !important;
    line-height: 1.5 !important;
    color: #AAA !important;
    font-weight: 400
}
.mihanpanelpanel .form-group.form-group-sm .checkbox label,
.mihanpanelpanel .form-group.form-group-sm .radio label,
.mihanpanelpanel .form-group.form-group-sm label {
    font-size: 11px !important;
    line-height: 1.5 !important;
    color: #AAA !important;
    font-weight: 400
}
.mihanpanelpanel .form-group.form-group-sm label.control-label {
    font-size: 9px !important;
    line-height: 1.125 !important;
    color: #AAA !important;
    font-weight: 400 !important;
    margin: 16px 0 0
}
.mihanpanelpanel .form-group.form-group-sm .help-block {
    margin-top: 0 !important;
    font-size: 9px
}
.mihanpanel-card {
    display: inline-block !important;
    position: relative !important;
    width: 100% !important;
    margin: 25px 0 !important;
    box-shadow: 0 0 40px rgba(46, 61, 73, .2) !important;
    border-radius: 3px !important;
    color: rgba(0, 0, 0, .87) !important;
    background: #f9f9f9
}
.mihanpanel-card .mihanpanel-card-height-indicator {
    margin-top: 100%
}
.mihanpanel-card .title {
    font-family: inherit;
    margin-top: 0 !important;
    margin-bottom: 5px
}
.mihanpanel-card .mihanpanel-card-image {
    height: 60% !important;
    position: relative !important;
    overflow: hidden !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: -30px !important;
    border-radius: 6px
}
.mihanpanel-card .mihanpanel-card-image img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 6px !important;
    pointer-events: none
}
.mihanpanel-card .mihanpanel-card-image .mihanpanel-card-title {
    position: absolute !important;
    bottom: 15px !important;
    left: 15px !important;
    color: #fff !important;
    font-size: 1.3em !important;
    text-shadow: 0 2px 5px rgba(33, 33, 33, .5)
}
.mihanpanel-card .category:not([class*=text-]) {
    color: #333
}
.mihanpanel-card .mihanpanel-card-content {
    padding:30px !important;
}
.mihanpanel-card .mihanpanel-card-content .category {
    margin-bottom:10px !important;
    font-size: 16px !important;
	text-align: center;
}
.mihanpanel-card .mihanpanel-card-header {
    display: block  !important;
    margin: -20px 15px 15px !important;
    border-radius:3px !important;
    padding:15px !important;
    background-color: #999
}
.mihanpanel-card .mihanpanel-card-header .title {
    color: #FFF
}
.mihanpanel-card .mihanpanel-card-header .category {
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, .62)
}
.mihanpanel-card .mihanpanel-card-header.mihanpanel-card-chart {
    padding: 0 !important;
    min-height: 160px
}
.mihanpanel-card .mihanpanel-card-header.mihanpanel-card-chart + .mp-content h4 {
    margin-top: 0
}
.mihanpanel-card .mihanpanel-card-header .ct-label {
    color: rgba(255, 255, 255, .7)
}
.mihanpanel-card .mihanpanel-card-header .ct-grid {
    stroke: rgba(255, 255, 255, .2)
}
.mihanpanel-card .mihanpanel-card-header .ct-series-a .ct-bar,
.mihanpanel-card .mihanpanel-card-header .ct-series-a .ct-line,
.mihanpanel-card .mihanpanel-card-header .ct-series-a .ct-point,
.mihanpanel-card .mihanpanel-card-header .ct-series-a .ct-slice-donut {
    stroke: rgba(255, 255, 255, .8)
}
.mihanpanel-card .mihanpanel-card-header .ct-series-a .ct-area,
.mihanpanel-card .mihanpanel-card-header .ct-series-a .ct-slice-pie {
    fill: rgba(255, 255, 255, .4)
}
.mihanpanel-card .chart-title {
    position: absolute !important;
    top: 25px !important;
    width: 100%
}
.mihanpanel-card .chart-title h3 {
    margin: 0 !important;
    color: #FFF
}
.mihanpanel-card .chart-title h6 {
    margin: 0 !important;
    color: rgba(255, 255, 255, .4)
}
.mihanpanel-card .mihanpanel-card-footer .author,
.mihanpanel-card .mihanpanel-card-footer h6 {
    color: #999
}
.mihanpanel-card .mihanpanel-card-footer {
    margin: 0 20px 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid #eee
}
.mihanpanel-card .mihanpanel-card-footer .mp-content {
    display: block
}
.mihanpanel-card .mihanpanel-card-footer div {
    display: inline-block
}
.mihanpanel-card .mihanpanel-card-footer .stats {
    line-height: 22px !important;
    color: #999 !important;
    font-size: 12px
}
.mihanpanel-card .mihanpanel-card-footer .stats .material-icons {
    position: relative !important;
    top: 4px !important;
    font-size: 16px
}
.mihanpanel-card img {
    width: 100% !important;
    height: auto
}
.mihanpanel-card .category .material-icons {
    position: relative !important;
    top: 6px !important;
    line-height: 0
}
.mihanpanel-card .category-social .fa {
    font-size: 24px !important;
    position: relative !important;
    margin-top: -4px !important;
    top: 2px !important;
    margin-right: 5px
}
.mihanpanel-card .author .mpavatar {
    width: 30px !important;
    height: 30px !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    margin-right: 5px
}
.mihanpanel-card .author a {
    color: #3C4858 !important;
    text-decoration: none
}
.mihanpanel-card .author a .ripple-container {
    display: none
}
.mihanpanel-card .table {
    margin-bottom: 0
}
.mihanpanel-card .table tr:first-child td {
    border-top: none
}
.mihanpanel-card [data-background-color=purple] {
background: linear-gradient(60deg, #ab47bc, #8e24aa) !important;
box-shadow: 0 12px 20px -10px rgba(156, 39, 176, .28), 0 8px 30px 0 rgba(0, 0, 0, .12), 0 20px 20px -5px rgba(156, 39, 176, .2);
}
.mihanpanel-card [data-background-color=blue] {
    background: linear-gradient(60deg, #26c6da, #00acc1) !important;
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 14px 16px -5px rgba(0, 188, 212, .2)
}
.mihanpanel-card [data-background-color=green] {
    background: linear-gradient(60deg, #66bb6a, #43a047) !important;
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 14px 16px -5px rgba(76, 175, 80, .2)
}
.mihanpanel-card [data-background-color=orange] {
    background: linear-gradient(60deg, #ffa726, #fb8c00) !important;
    box-shadow: 0 12px 20px -10px rgba(255, 152, 0, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 14px 16px -5px rgba(255, 152, 0, .2)
}
.mihanpanel-card [data-background-color=red] {
    background: linear-gradient(60deg, #ef5350, #e53935) !important;
    box-shadow: 0 12px 20px -10px rgba(244, 67, 54, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 14px 16px -5px rgba(244, 67, 54, .2)
}
.mihanpanel-card [data-background-color],
.mihanpanel-card [data-background-color] a {
    color: #FFF !important
}
.mihanpanel-card-stats .title {
  margin: 0;
      font-weight: bold !important;
      display: block !important;
      font-size: 22px !important;
	  text-align:center;
}
.mihanpanel-card-stats .mihanpanel-card-header {
    float: none !important;
    text-align: center !important;
    display: block !important;
    font-size:2em !important;
}
.mihanpanel-card-stats .mihanpanel-card-content {
    text-align: right !important;
    padding-top: 10px
}
.mihanpanel-card-mp-nav-tabs .header-raised {
    margin-top: -30px
}
.mihanpanel-card-mp-nav-tabs .mp-nav-tabs {
    background: 0 0 !important;
    padding: 0
}
.mihanpanel-card-mp-nav-tabs .mp-nav-tabs-title {
    float: left !important;
    padding: 10px 10px 10px 0 !important;
    line-height: 24px
}
.mihanpanel-card-plain {
    background: 0 0 !important;
    box-shadow: none
}
.mihanpanel-card-profile .mihanpanel-card-mpavatar,
.mihanpanel-card-testimonial .mihanpanel-card-mpavatar,
.iframe-container iframe {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .42), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}
.mihanpanel-card-plain .mihanpanel-card-header {
    margin-left: 0 !important;
    margin-right: 0
}
.mihanpanel-card-plain .mp-content {
    padding-left: 5px !important;
    padding-right: 5px
}
.mihanpanel-card-plain .mihanpanel-card-image {
    margin: 0 !important;
    border-radius: 3px
}
.mihanpanel-card-plain .mihanpanel-card-image img {
    border-radius: 3px
}
.wpas-table > tbody > tr > td, .wpas-table > tbody > tr > th, .wpas-table > tfoot > tr > td, .wpas-table > tfoot > tr > th, .wpas-table > thead > tr > td, .wpas-table > thead > tr > th {
    padding: 30px 10px
}
.wpcw_progress_wrap {
    direction: ltr
}
.edd_purchase_row td {
    padding: 15px  !important;
}
.edd_sl_table {
    width: 100% !important;
}
.mp-nav-tabs-mpwrapper ul {
    margin: 0 !important;
	width: 100% !important;
}
.clear {
    clear: both !important;
    width: 100% !important;
    height: 1px !important;
}
#invoices h2 {
    display: none !important;
}
.mihanpanelpanel .mp-nav-tabs li{
    text-align: center !important;
    border-radius: 5px !important;
    list-style: none  !important;
    display:block !important;
	padding: 10px !important;
}
.mihanpanelpanel .mp-nav-tabs li:hover{
	background-color: #f1f1f1 !important;
}
.mihanpanelpanel .mp-nav-tabs .is-active{
	background-color: #f4a137 !important;
}
.mihanpanelpanel .mp-nav-tabs .is-active:hover{
	background-color: #f4a137 !important;
	color: #FFF !important;
}
.mihanpanelpanel .mp-nav-tabs li botton{
	width: 100% !important;
	padding: 10px 0 !important;
}
.mihanpanelpanel .mp-nav-tabs li.active {
    background: #f4a137 !important;
	color: #fff !important;
}
.mihanpanelpanel .mp-nav-tabs li.active p{
	color: #fff !important;
}
.back-to-sitehome {
    float: left !important;
    padding: 20px !important;
}
.back-to-sitehome span,.back-to-sitehome i{
  font-size:15px !important;
}
.navbar-brand {
    font-size: 17px !important;
    padding: 10px 30px !important;
}
.mp_display_none{
    display: none  !important;
}
.mihanpanelpanel .mp_menu_bars {
    display: none !important;
}
@media screen and (max-width: 900px) {
    .mihanpanelpanel .main-panel, .mihanpanelpanel .mpsidebar {
        width: 100% !important;
        border-radius: 0 !important;
        position: relative !important;
    }
    .mihanpanelpanel .mpsidebar .mpavatar {
/* width: 30% !important;*/
    }
    .mihanpanelpanel .main-panel
    {
        padding-top: 60px !important;
    }
    .mihanpanelpanel .mp_menu_bars {
        margin: 5px 20px !important;
        padding: 10px 5px !important;
        position: absolute !important;
        z-index: 11 !important;
        display: block !important;
        cursor: pointer !important;
    }
    .mihanpanelpanel .mp_menu_bars.fa-times {
        color: white !important;
    }
    .mihanpanelpanel .mpsidebar {
        position: absolute  !important;
        z-index: 10 !important;
        transition: all .3s !important;
        border-radius: 0  !important;
    }
    .mihanpanelpanel .mpsidebar.mp_rtl {
        right: -110% !important;
    }
    .mihanpanelpanel .mpsidebar.mp_rtl.mp_open {
        right: 0 !important;
        border-radius:10px !important;
        position: relative !important;
        float: right;
    }
    .mihanpanelpanel .mpsidebar.mp_ltr {
        left: -100% !important;
    }
    .mihanpanelpanel .mpsidebar.mp_ltr.mp_open {
        left: 0 !important;
    }
}
html body .mihanpanelpanel .alert {
    width:calc(100% - 85px) !important;
    margin: 10px auto !important;
    color: #fff !important;
    padding: 15px 30px !important;
    font-size: 15px !important;
    border-radius: 4px !important;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
}
.alert-primary,
.alert-success{
    background: #43A047 !important;
}
.alert-primary2,
.alert-error {
    background: #e53935 !important;
}
.alert-primary3 {
    background: #5E35B1 !important;
}
.alert-primary4 {
    background: #1E88E5 !important;
}
.alert-primary5 {
    background: #00897B !important;
}
.alert-primary6 {
    background: #6D4C41 !important;
}
.alert-primary7 {
    background: #F4511E !important;
}
.alert-primary8 {
    background: #546E7A !important;
}
.mihanpanelpanel .container, .mihanpanelpanel .container-fluid {
    width: 100% !important
}
.mihanpanelpanel label {
    display: block
}
#wpas_title {
    width: 100%
}
#wpas_message {
    width: 100%  !important;
}
.mihanpanelpanel .wpas-ticket-buttons-top {
    display: none !important;
}
@media screen and (max-width: 800px) {
    #wpas_ticketlist {
        overflow-x: auto !important;
        display: block  !important;
    }
}
.mihanpanelpanel .mp-nav-tabs li a {
    text-decoration: none !important;
    padding:0 !important;
    display:flex;
}
.mihanpanelpanel .mp-nav-tabs li {
    margin:5px 0 0 0 !important;
    cursor:pointer !important;
}
.mihanpanelpanel table
{
	width: 100% !important;
}
.mihanpanelpanel table th
{
	text-align: right !important;
	background-color: #f6f6f6 !important;
	padding: 10px 15px !important;
	font-weight: 500 !important;
}
.mihanpanelpanel table td
{
	padding: 5px !important;
}
.mihanpanelpanel input[type=text]:disabled,
.mihanpanelpanel input[type=email]:disabled,
.mihanpanelpanel input[type=number]:disabled,
.mihanpanelpanel select:disabled,
.mihanpanelpanel textarea:disabled
{
    background: #e4e4e4  !important;
    color: #717171  !important;
}
.mihanpanelpanel form input[type=radio]:disabled:checked,
.mihanpanelpanel form input[type=checkbox]:disabled:checked
{
    background-color: #b9b9b9 !important;
}
.mihanpanelpanel .row{
  display: block !important;
}
.mihanpanelpanel .row .col-md-4{
  width:calc(100% / 3 - 25px);
  display:inline-block;
  margin:0 10px 20px;
}
.mihanpanelpanel .row .col-md-8{
  width:calc(100% / 1.5 - 25px);
  display:inline-block;
  margin:0 10px 20px;
}
.mihanpanelpanel .row .col-md-6{
  width:calc(50% - 25px) !important;
  display:inline-block;
  margin:10px;
}
.mihanpanel-section-title{
  display:block !important;
  padding:0px 40px 20px !important;
  color:#2c303e !important;
  font-weight: bold !important;
  font-size:25px !important;
}
.mihanpcontent{
  padding:20px 40px !important;
}
.mihanpanelpanel form input[type=checkbox]{
  cursor: pointer;
  text-indent: -9999px;
  width: 18px !important;
  height: 18px !important;
  border-radius: 100px !important;
  position: relative;
  float: left;
  padding:5px !important;
  display: inline-block !important;
  background:#e0e0e0 !important;
  border:none !important;
}
.mihanpanelpanel form input[type=checkbox]:after
{
    all:unset;
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.mihanpanelpanel form input[type=checkbox]:active:after
{
  width: 40px;
}
.mihanpanelpanel form input[type=checkbox]:checked{
  background:#2aba5f !important;
}
.mihanpanelpanel form input[type=checkbox]:checked:after
{
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.mihanpanelpanel form input[type=radio]{
  cursor: pointer;
  text-indent: -9999px;
  width: 60px !important;
  height: 30px !important;
  border-radius: 100px !important;
  position: relative;
  float: left;
  padding:5px !important;
  display: inline-block !important;
  background:#e0e0e0 !important;
  border:none !important;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a{
	font-size: 20px !important;
}
.mihanpanelpanel form input[type=radio]:after
{
    all:unset;
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.mihanpanelpanel form input[type=radio]:active:after
{
  width: 40px;
}
.mihanpanelpanel form input[type=radio]:checked{
  background:#2aba5f !important;
}
.mihanpanelpanel form input[type=radio]:checked:after
{
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.mihanpanelpanel .nocss .mw_file_uploader .type_preview_box,
.mw_file_uploader .type_preview_box
{
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 5px;
    background-color: #fbfbfb;
    border: 1px solid #eaeaea;
    position: relative;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
.mihanpanelpanel .nocss .mw_file_uploader .type_preview_box .type-icon,
.mw_file_uploader .type_preview_box .type-icon
{
    font-size: 100px;
    height: 100%;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .5;
}

.mihanpanelpanel .nocss .mw_file_uploader .remove,
.mw_file_uploader .remove
{
    position: absolute;
    left: 5px;
    cursor: pointer;
    display: none;
    background-color: #292929;
    top: 5px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.mihanpanelpanel .nocss .mw_file_uploader .remove .text,
.mw_file_uploader .remove .text
{
    font-size: 17px;
    position: absolute;
    left: 10px;
    transition: all .3s;
    width: 0;
    overflow: hidden;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}
.mihanpanelpanel .nocss .mw_file_uploader .remove.has-file:hover .text,
.mw_file_uploader .remove.has-file:hover .text
{
    visibility: visible;
    opacity: 1;
    color: white;
    width: auto;
}
.mihanpanelpanel .nocss .mw_file_uploader .remove .icon,
.mw_file_uploader .remove .icon
{
    color: white;
    display: flex;
    font-size: 17px;
}
.mihanpanelpanel .nocss .mw_file_uploader .remove.has-file:hover .icon,
.mw_file_uploader .remove.has-file:hover .icon
{
    position: absolute;
    right: 10px;
}
.mihanpanelpanel .nocss .mw_file_uploader .type_preview_box .remove.has-file,
.mw_file_uploader .type_preview_box .remove.has-file
{
    opacity: .4;
    display: flex;
    transition: width .3s, border-radius .1s;
    animation-name: unhover_file_uploader_btn;
    animation-duration: .5s;
}
.mihanpanelpanel .nocss .mw_file_uploader .type_preview_box .remove.has-file:hover,
.mw_file_uploader .type_preview_box .remove.has-file:hover
{
    width: 120px;
    border-radius: 10px;
    animation-name: hover_file_uploader_btn;
    animation-duration: .3s;
}
.mihanpanelpanel .nocss .mw_file_uploader .show-file
{
    position: absolute;
    text-decoration: none;
    left: 5px;
    cursor: pointer;
    background-color: #292929;
    top: 40px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    
    opacity: .4;
    display: flex;
    transition: width .3s, border-radius .1s;
    animation-name: unhover_file_uploader_btn;
    animation-duration: .5s;
}
.mihanpanelpanel .nocss .mw_file_uploader .show-file .icon
{
    color: white;
    display: flex;
    font-size: 17px;
}
.mihanpanelpanel .nocss .mw_file_uploader .show-file .text
{
    font-size: 15px;
    position: absolute;
    left: 10px;
    transition: all .3s;
    width: 0;
    overflow: hidden;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}
.mihanpanelpanel .nocss .mw_file_uploader .show-file:hover
{
    width: 120px;
    border-radius: 10px;
    animation-name: hover_file_uploader_btn;
    animation-duration: .3s;
}
.mihanpanelpanel .nocss .mw_file_uploader .show-file:hover .icon
{
    position: absolute;
    right: 10px;
}
.mihanpanelpanel .nocss .mw_file_uploader .show-file:hover .text
{
    visibility: visible;
    opacity: 1;
    color: white;
    width: auto;
}
@keyframes unhover_file_uploader_btn
{
    0%
    {
        border-radius: 10px;
    }
    100%
    {
        border-radius: 50%;
    }
}
@keyframes hover_file_uploader_btn
{
    0%
    {
        width: 20px;
        border-radius: 50%;
    }
    100%
    {
        width: 120px;
        border-radius: 10px;
    }
}
.mihanpanelpanel .nocss .mw_file_uploader label,
.mw_file_uploader label
{
    cursor: pointer;
    position: absolute;
    margin: 5px 10px;
    background-color: #673ab7;
    color: white !important;
    padding: 3px 10px;
    border-radius: 5px;
}
.mihanpanelpanel .nocss .mw_file_uploader .type_preview_box[disabled] label,
.mw_file_uploader .type_preview_box[disabled] label
{
    background-color: #d4d2d8;
}
.mihanpanelpanel .nocss .mw_file_uploader input[type=file],
.mw_file_uploader input[type=file]
{
    visibility: hidden;
}
.mp-nav-tabs li{	
	background-color: #fff !important;
	opacity: 0.8 !important;
	
}
.mp-nav-tabs li:hover{	
	position:relative;
	z-index: 100;
	background-color: #FFF;
}
.Profile-name{
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
}
.Profile-bio{
	color: #FFF;
	padding-bottom: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #f4a137 !important;
	color: #fff !important;	
}
.profile-tabs{
	padding: 10px 0 !important;
	width: 100% !important;
}

/* Alerts */


      /* success */

      .wrapper-success .cardp {
        width: auto;
        background-color: #fff;
        padding: 15px 20px;
        display: flex;
        border-right: 5px solid #49d761;
        border-radius: 3px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		margin: 20px 0;
      }
      .wrapper-success .cardp .subject {
		margin: auto 20px;
		line-height:1.6;
		float:right;
      }
      .wrapper-success .cardp .subject p {
        color: #909092;
		padding: 10px 0;
      }
      .wrapper-success .cardp .icon {
        font-size: 28px;
        color: #49d761;
		margin: auto 0;
		float: right;
      }
	  .subject h5{
		  padding: 8px 0;
	  }
      .wrapper-success .cardp .icon-times {
        font-size: 28px;
        color: #c3c2c7;
        cursor: pointer;
      }
      /* success */
      /* info */

      .wrapper-info .cardp {
        width: auto;
        background-color: #fff;
        padding: 15px 20px;
        display: flex;
        border-right: 5px solid #3286e9;
        border-radius: 3px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		margin: 20px 0;
      }
      .wrapper-info .cardp .subject {
		margin: auto 20px;
		line-height:1.6;
		float:right;
      }
      .wrapper-info .cardp .subject p {
        color: #909092;
		padding: 10px 0;
      }
      .wrapper-info .cardp .icon {
        font-size: 28px;
        color: #3286e9;
		margin: auto 0;
		float: right;
      }		
      .wrapper-info .cardp .icon-times {
        font-size: 28px;
        color: #c3c2c7;
        cursor: pointer;
      }

      /* warning */
	  .warning-div{
		  padding-top: 10px; 
		  padding-bottom: 20px; 
		  padding-left: 20px;
		  padding-right: 20px;
	  }
      .wrapper-warning .cardp {
        width: auto;
        background-color: #fff;
        padding: 15px 20px;
        display: flex;
        border-right: 5px solid #fdc220;
        border-radius: 3px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		margin: 20px 0;
      }
      .wrapper-warning .cardp .subject {
		margin: auto 20px;
		line-height:1.6;
		float:right;
		width: 100%;
      }
      .wrapper-warning .cardp .subject p {
        color: #909092;
		padding: 10px 0;
      }
      .wrapper-warning .cardp .icon {
        font-size: 28px;
        color: #fdc220;
		margin: auto 0;
		float: right;
      }
      .wrapper-warning .cardp .icon-times {
        font-size: 28px;
        color: #c3c2c7;
        cursor: pointer;
      }

/* Profile Notidication */
.profile-notif{
	font-size: 14px !important;
	padding: 20px 30px !important;
}
.profile-notif h5{
	padding: 10px 0 !important;
}
.cardm{
	width: 100%;
  background: #fff;
  padding: 20px;
  border-radius:20px;
  display: flex;
  margin: 15px 10px;
}
.card__icon{
    display: flex;
    align-items:center;
    justify-content:center;
    width: 55px;
    height: 55px;
    border-radius:50%;
    background: #EEF7FE;	
}
.card__message{
	padding-right: 15px;
}
.card__message h2{
	font-size:16px;
    color:#22215B;
    font-weight:500;
    margin-bottom: 5px;
}
.card__message p{
    font-size:14px;
    color:rgba(34, 33, 91, 0.6);
}
.profile-top{
	background-image: linear-gradient(120deg, #9400d3, #dc143c);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-lr-10{
	padding-right: 10px; 
	padding-left: 10px;
}
.p-tb-15{
	padding: 15px 0 !important;
}
/* Woo Styles */
.cruve{
	width:100%;
	height: 100px;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	background-color: #FFF;
}
.mihanpanelpanel .mp-nav-tabs .is-active a p{
	color: #FFF !important;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before {
	display: none !important;
}
.p-20{
	padding: 0 20px !important;
}
.user_off{
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.woo-wallet-icon-wallet{
	display: none !important;
}
.woo-wallet-menu-contents span{
	color: #2e1b6a;
}
.tite_status_tickets_wpyar{
	padding: 30px 0 !important;
}
#nirweb_ticket_frm_user_send_ticket{
	width: auto !important;
	height: auto !important;
}
.popup-btn{
	margin-bottom:15px;
}
.popup-btn button{
	background-color: #f4a137;
}
.woocoomerce-editpage-submit{
	padding: 30px 0;
}
.woocoomerce-editpage-submit button{
	padding:15px !important;
	font-family: Iransans;
	font-weight: 500 !important;
	background-color: #f4a137 !important;
	color: #fff !important;
}
.woocommerce-Input:focus{
	border-color: #f4a137 !important;
}
/* Woo Wallet  */
.woo-wallet-sidebar-heading a{
	color: #f4a137 !important;
	margin-bottom: 10px;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar{
	background: #fff !important;
}
.mihanpanelpanel .dashicons, html body .mihanpanelpanel .nocss .dashicons{
	font-family: dashicons !important;
	color: #f4a137;
	margin-bottom: 15px;
	font-size: 22px;
}
.woo-wallet-content-heading{
	padding-top: 5px;
}
.woo-wallet-content-h3{
	color: #969494 !important;
}
.woo-wallet-price{
	color: #000 !important;
}

/* Woocommerce Login */
.fxt-template-layout15 .fxt-checkbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fxt-template-layout15 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 15px 52px;
}
.fxt-template-layout15 .fxt-bg-img {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 15px 30px;
  position: relative;
  z-index: 1;
}
.fxt-template-layout15 .fxt-bg-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(4, 4, 14, 0.6);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  opacity:0.8;
}
.fxt-template-layout15 .fxt-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 480px;
  width: 100%;
}
.fxt-template-layout15 .fxt-intro h1 {
	  color: #fff;
	  font-weight: 700;
	  line-height: 1.8;
	  font-size: 24px;
	padding-bottom: 10px;	
}
.fxt-template-layout15 .fxt-intro p {
  color: #fff;
  margin-bottom: 50px;
    line-height: 1.8;
}
.fxt-template-layout15 .fxt-intro .fxt-page-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
  color: #fff;
  font-size: 18px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #f1f1f1;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
    margin-left: 15px;
    padding-left: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
    margin-left: 10px;
    padding-left: 5px;
  }
}
.fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1:last-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1:hover {
  color: #dddddd;
}
.fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1.active {
  color: #e9b102;
}
.fxt-template-layout15 .fxt-content {
  max-width: 450px;
  width: 100%;
}
.fxt-template-layout15 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 40px;
  max-width: 40vw;
}
.fxt-template-layout15 .fxt-form {
  margin-bottom: 40px;
}
.fxt-template-layout15 .fxt-form h2 {
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.8;
	font-size: 25px;
	margin-top: 20px;
}
.card-statistic-3 .card-contentss h4{
	font-size: 20px !important;
}
.card-statistic-3 .card-contentss span{
	font-size: 16px !important;
}
.fxt-template-layout15 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}
.fxt-template-layout15 .fxt-form .fxt-otp-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.fxt-template-layout15 .fxt-form p {
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.fxt-template-layout15 .fxt-form p span {
  display: block;
}
.fxt-template-layout15 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.fxt-template-layout15 .fxt-form .form-group i {
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fxt-template-layout15 .fxt-form .form-group [class^="flaticon-"]:before,
.fxt-template-layout15 .fxt-form .form-group [class*=" flaticon-"]:before,
.fxt-template-layout15 .fxt-form .form-group [class^="flaticon-"]:after,
.fxt-template-layout15 .fxt-form .form-group [class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: 17px;
  color: #a1a1a1;
}
.fxt-template-layout15 .fxt-form .form-control {
  min-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0px 10px 30px;
  color: #111111;
}
.fxt-template-layout15 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout15 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout15 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout15 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout15 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.fxt-template-layout15 .fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-left: 10px;
  flex-basis: 0;
  flex-grow: 1;
}
.fxt-template-layout15 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-left: 0;
}
.fxt-template-layout15 .fxt-btn-fill {
  margin-left: 30px;
  margin-top: 15px;
  font-family: Iransans;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #f4a137;
  padding: 10px 36px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout15 .fxt-btn-fill:hover {
  background-color: #f4a137;
  border-color: #f4a137;
}
.fxt-template-layout15 .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout15 .switcher-text2 {
  color: #9f9f9f;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout15 .switcher-text2:hover {
  color: #000000;
}
.fxt-template-layout15 ul.fxt-socials li {
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout15 ul.fxt-socials li {
    margin-left: 2px;
  }
}
.fxt-template-layout15 ul.fxt-socials li:last-child {
  margin-left: 0;
}
.fxt-template-layout15 ul.fxt-socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}
.fxt-template-layout15 ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}
.fxt-template-layout15 .fxt-footer {
  text-align: center;
}
.fxt-template-layout15 .fxt-footer .fxt-resend-wrap {
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 18px;
  width: 100%;
}
.fxt-template-layout15 .fxt-footer .fxt-btn-resend {
  margin-right: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout15 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}
.fxt-template-layout15 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}
.fxt-template-layout15 .fxt-footer .text-or {
  margin-right: 3px;
  color: #000000;
}


.fjbox{
	box-shadow: 0 0 20px RGBA(0, 0, 0, 0.04);
	border: 2px solid #f2f2f2;
	padding: 1em;
	width: 100%;
	border-radius: 7px;
	background: #fff;
}
.fjdls, .fjdmss {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.flx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dlmssg {
  display: none;
  padding: 15em 0;
  text-align: center;
  width: 50%;
}
.dlmssg p{
	line-height: 1.8;
}
.fjdls h1, .fjdmss h1 {
  background: RGBA(137, 50, 155, 0.1);
  color: #89329b;
  font-size: 20px;
  padding: 1em 1em;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fjdmss h1 {
  background: RGBA(33, 180, 43, 0.05);
  color: #21B42B;
  font-family: Iransans;
  font-weight: normal;
  transition: all 300ms ease-out;
  line-height: 1.5;
}
.dlmssg {
  text-align: center;
}
.dlmssg a {
  background: #e22253;
  color: #fff;
  font-size: 18px;
  padding: 7px 15px;
  border-radius: 50px;
  margin: 20px 10px;
  animation: shake 3s infinite;
}
.fjdls img, .fjdmss img {
  margin: 3em 0;
}

.lost-password-icon{
position: absolute !important;
z-index: 1 !important;
left: 5px !important;
top: 50% !important;
-webkit-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
margin-left: 0 !important;
font-size: 17px !important;
color: #a1a1a1 !important;
}

.form-select{
	font-family: Iransans !important;
	font-size: 13px;
}
.form-select:focus{
	box-shadow: 0 0 7px 0 #f4a137;
}
.woocommerce-result-count{
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
}

/*star rating for products*/
.rating-custom div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
}

.rating-custom .woocommerce-product-rating .star-rating {
    margin: 10px;
    float: left;
}
.rating-new-product{
	font-size: 14px;
	float: left;
	margin: 10px;
}
.rating-custom .woocommerce-product-rating::after, .rating-custom .woocommerce-product-rating::before {

    content: ' ';
    display: table;

}

.rating-custom .woocommerce-product-rating {
    line-height: 2;
}

.rating-custom .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.rating-custom .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
}

.rating-custom .star-rating {
    line-height: 1;
    font-size: 1em;
    font-family: star;
	color: #f4a137;
}

.rating-custom .star-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em;
}

.rating-custom .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    right: 0;
}

.rating-custom .star-rating span {

    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em;

}

/* Woocommerce Widgets Styles */

/* Product Search Form */
.widget_product_search{
	list-style-type: none !important;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	overflow: hidden;
	border-radius: 5px;
	padding: 25px 25px;
	margin-bottom: 40px;
}
.widget_product_search h2{
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.5;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
/* Products Tags */
.widget_product_tag_cloud{
	list-style-type: none !important;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	overflow: hidden;
	border-radius: 5px;
	padding: 25px 25px;
	margin-bottom: 40px;
}
.widget_product_tag_cloud h2{
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.5;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;	
}
.tagcloud a{
	display: inline-block;
	border: 1px solid #eee;
	margin: 4px 3px;
	padding: 5px 15px;
	font-size: 16px !important;
	color: #333;
	border-radius: 5px;
	-webkit-transition: all.4s ease-in-out;
	transition: all .4s ease-in-out;
}
/* Products Category */
.widget_product_categories{
	list-style-type: none !important;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	overflow: hidden;
	border-radius: 5px;
	padding: 25px 25px;
	margin-bottom: 40px;
}
.widget_product_categories h2{
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.5;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;	
}
.product-categories{
	margin: 0;
	padding: 0;
	list-style: none;
}
.cat-item{
	display: block;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	padding: 10px 0px;
}
.cat-item a{
	color: #555;
}
/*.cat-item a::before{
	  content: "\f100";
}*/
.cat-item .children .cat-item{
	border: none;
}
.children{
	padding-right:25px;
}
.product-categories li:last-child{
	border:none;
	padding-bottom:0px;
}

/* Product List */

.widget_products{
	list-style-type: none !important;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	overflow: hidden;
	border-radius: 5px;
	padding: 25px 25px;
	margin-bottom: 40px;
}
.widget_products h2{
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.5;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;	
}	
.product_list_widget{
	margin: 0;
	padding: 0;
	list-style: none;
}
.product_list_widget li{
	border-bottom: 1px solid #eee;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.product_list_widget li a{
	padding-top:10px;
	padding-bottom:5px;
	color:#555;
}	
.product_list_widget li span{
	padding-top:5px;
}
.product_list_widget li:last-child{
	border:none;
}
.product_list_widget li a img{
	float: right !important;
	margin: 0px 15px; 
	margin-bottom:10px;
	width: 60px !important;
	height: 60px !important;
}
.woocommerce .star-rating{
	color: #f4a137;
}
.ads-widget{
	list-style-type: none !important;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 40px;
	padding:0px !important;
}
.thumbnail a img{
	width: 100%;
	height: auto;
}
.products-gallery-tumbnail{
	margin: 20px;
	display: block !important;
	float:right;
}
.products-gallery-tumbnail .woocommerce-product-gallery__image{
	width: 20% !important;
	float:right;
	padding: 15px;
}
.products-gallery-tumbnail .woocommerce-product-gallery__image img{
	width:100%;
}

.input-group .btn{
	z-index:0;
}


/* Woocoomerce Single Product */

/* Screenshot Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
} 
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.preva,
.nexta {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: #f4a137;
  color: white;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: #f4a137;
  color: white;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.single-sammery-btn{
	border-radius: 5px !important;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 20px;
	cursor: pointer;
	background-color: #878787 !important;
	border: none;
}
.single-sammery-btn i{
	margin-left: 8px;
}
.product-details-box-t .nav-tabs li a{
  border: 1px solid #eee;
  border-radius: 0px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 28px;
  cursor: pointer;
  color: #000;
}
.tabs .active a{
	background-color: #f4a137 !important;
	color: #Fff !important;
}
.sibgle-tab-content {
	line-height: 30px;
	margin-bottom: 20px;
}
.description-content{
	line-height: 30px;
	color: #7f7f7f;
}
.adition-content table{
	width: 100%;
	margin: 50px 0;
}
.adition-content table tbody tr{
	border: 3px solid #c5c5c5;	
}
.adition-content table tbody tr th{
	border-left: 1px solid #c5c5c5;
	padding: 10px;
}
.adition-content table tbody tr td p{
	margin: 10px;
}
.woocoomerce-admin-field{
	text-align:right
}
.related-title , .review-title{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.single-product-rating-x{
	width: 100%;
	float:right;
}
.single-product-rating-x .woocommerce-product-rating .star-rating{
	float:right;
	margin:10px 0;
}
.comment-form-cookies-consent{
	display: none !important;
}
.form-submit{
	display: inline-block;
}
.gl-star-rating .stars{
	display: none;
}
.comment-form-rating label{
	margin-bottom: 10px;
}
.description p{
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 5px;
}
.comment-form-comment textarea{
	line-height: 26px;
	font-size: 14px;
}
.single-price{
	float:right;
	margin: 12px 0;
	border-bottom: 1px dashed #d8d8d8;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.theme-price-plan h3{
	font-size: 16px;
	font-weight: 500;
	margin: 4px 0;
	color:#797b81;
}
.single-price .price{
	color: #777879;
	font-size: 18px !important;
	font-weight: 600;
}
.single-meta{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dashed #d8d8d8;
	font-size: 14px;
	color: #8b8b8b !important;
}
.single-product-meta span a{
	font-size: 14px; 
	color: #8b8b8b !important;
	padding-right: 5px;
}
.single-product-meta span a:hover{
	color: #f4a137 !important;
}
.single-product-meta span:before{
	white-space: nowrap;
}
.border-r-5{
	border-radius:5px !important;
}
.archive .woocommerce li.product .entry-featured img {
    min-width: 60%;
    max-width: 60%;
    margin: 0 auto;
    display: flex;
}

.archive .woocommerce li.product .entry-featured {
    background-color: #ededed;
}
.ads-widgets{
	display: block;
	margin: 0 auto;
}
.licence-info-list{
	margin-bottom: 20px;
}
.licence-info-list li p{
	font-size: 14px;
	color: #797b81;
	margin-bottom: 8px;
}
.licence-info-list li i{
	display: block;
	float: right;	
	margin-left: 10px;
	color: #8ed557;
}
.single-product-rating{
	margin-top: 20px;
	border-top: 1px dashed #d8d8d8;
}
.dp_detail_infobox_p{	
	position:relative;	
}
.dp_detail_infobox_p:before{

  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.10;
  background-image: url('../image/eslimi.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index:-1;
}
.single-p-rating{
	width:100%;
	margin-top: 20px;
}
.single-p-rating a{
	color:#878787;
}
.single-p-rating a:hover{
	color: #f4a137;
}
.mn-cart-main{
	padding: 0;
	width: 350px;
	min-height: 95px;
	background-color: #fff;
	box-shadow: 0 5px 50px rgba(119,132,157,.15);
	-webkit-box-shadow: rgba(119,132,157,.15) 0 5px 50px;
	border-radius: 3px;
	transition: .3s;
	position: absolute;
	top: 80px;
	left: 180px;
	z-index: 2;
	display: none;
}
.cart-btn:hover + .mn-cart-main , .mn-cart-main:hover {
	display: block;
}
.symbol{
	margin-top: 20px;
	border-top: 1px dashed #d8d8d8;
	padding-top: 20px;
	width: 100%;
	float: right;
	display: block;

}
.symbols li{
	width: 17%;
	float: right;
	background: rgba(119,132,157,.076);
	  background-color: rgba(119, 132, 157, 0.075);
	margin-bottom: 10px;
	padding-top: 17%;
	height: 0;
	text-align: center;
	border-radius: 4px;
	position: relative;
	margin-left: 9px !important;
}
.s-p-r{
	display: block;
	float: right;
	width: 100%;
	margin-top:10px !important;
}
.single-p-rating a{
	font-size: 14px;
}
.items_cart{
	width: 22px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	top: -6px;
	left: 27px;
	font-size: 12px;
	color: #fff;
	background-color: #232f3e;
	border: 1px solid #fff;
}
/* Woocommerce Mini Cart */
.mini-cart-headers{
	background: #fff;
	width: 100%;
	position: relative;
	border-bottom: 2px solid #eee;
	padding: 16px 20px !important;
}
.mini-cart-headers a{ 
	font-size: 14px !important;
	color: #8e939b !important;
	background-color: #fff !important;
}
.mini-cart-bodys{
	padding: 16px 20px;
}
.mini-cart-footers{
	background: #fff;
	width: 100%;
	position: relative;
	border-top: 2px solid #eee;
	padding: 16px 20px;
}
.woocommerce-mini-cart__total{
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
	color: #8e939b;
}
.woocommerce-mini-cart__buttons a{
	width: 100%;
	text-align: center;
	display: block !important;
	margin: 10px 0 !important;
	background-color: #f4a137 !important;
	padding: 10px !important;
	border-radius: 5px !important;
	color: #fff !important;
}
.mini_cart_item a {
	text-align: right;
	display: block;
}
.remove_from_cart_button{
	float:right;
}
.variation{
	display:none;
}
.remove_from_cart_button{
	margin: auto;
}
.minicart-padding{
	padding: 20px;
}
.minicart-padding a{
	color: #8e939b;
}
.cart-return-to-shop{
  text-align: center;
  margin: 10px 0 !important;
  background-color: #f4a137 !important;
  padding: 15px !important;
  border-radius: 5px !important;
  color: #fff !important;
}
.border-none{
	border: none !important;
}
.cart-return{
	background-color: #f4a137;
	border-color: #f4a137;
	padding: 5px 30px;
	color: #fff !important;
}
..cart-return:hover{
	background-color: #f4a137;
}
.woocommerce a.remove{
	margin:0 auto;
}
.woocommerce a.remove:hover{
	background-color: #ccc;
}
.woocommerce .quantity .qty{
	width:100%;
	margin: 15px 0;
}
.border-radious-10{
	border-radius: 5px;
	font-weight: 500;
}
.checkout-button{
	width: 100%;
	text-align: center;
	display: block !important;
	margin: 10px 0 !important;
	background-color: #f4a137 !important;
	padding: 15px !important;
	border-radius: 5px !important;
	color: #fff !important;
	font-weight:500;
}
.checkout-coupon{
	margin-bottom: 25px;
	padding: 14px 20px;
	border: 1px solid #d6d5d5;
	background: #FFF;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.checkout-title{
	font-size:18px;
	font-weight: 600;
	padding: 15px 0;
}
.form-row label{
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px
}
.form-row span input{
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-radius: 10px;
}
.form-row span textarea{
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #eee !important;
	background: #FFF;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 160px !important;
	border-radius: 10px;
}
.form-row span input:focus,
.form-row span select:focus{
	border: none;
}
.woocommerce-input-wrapper select{
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #eee;
	background: #FFF;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 1px solid #eee !important;
	border-radius: 10px
}
.select2{
	display:none;
}
.select2-hidden-accessible{
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 55px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 12px 20px !important;
	position: relative !important;
	width: 100% !important;
}
.font-weight-600{
	font-weight: 600;
}
.woocommerce-privacy-policy-text p{
	color: #777;
	font-size: 16px;
	line-height: 30px
}
.woocommerce-privacy-policy-link{
	color: f4a137 !important;
}
.woocommerce-privacy-policy-text a:hover{
	color:#dc8f2c;
}
.woocommerce-checkout-payment-btn{
	text-align: center;
	display: block;
	margin: 10px;
	background-color: #f4a137;
	padding: 15px 30px;
	border-radius: 5px;
	color: #fff;
	border: 1px #1e2f3d;
}
.partial_pay_through_wallet{
	width: 18px;
	height: 18px;
}
.digi1{
	display: none;
	padding: 50px 0;
	text-align: center;
	width: 50%;
}

.disp-none{
	display: none !important;
}
.disp-block{
	display: block !important;
}
.symbols li i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 32px;
	color: #fff;
}

.tooltip {
  display: inline;
  position: relative;
}
.tooltip:hover:after{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #444;
  border-radius: 8px;
  color: #fff;
  content: attr(title);
  margin: -82px auto 0;
  font-size: 16px;
  padding: 13px;
  width: 220px;
}
.tooltip:hover:before{
  border: solid;
  border-color: #444 transparent;
  border-width: 12px 6px 0 6px;
  content: "";
  left: 45%;
  bottom: 30px;
  position: absolute;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border:none;
	padding: 0 !important;
}
.cart-subtotal th , .cart-subtotal td span{
	font-weight: 500 !important;
}
.wallet-pay-partial th{
	color: #6e6e6eeb;
}
.order-total{
	color: #6e6e6eeb;
}
.fee th{
	color: #6e6e6eeb;
}
/* Checkot Tankyou */
.woocommerce-thankyou-order-details{
	border: 1px #dedede solid;
	padding: 20px;
	border-radius: 10px;
}
.digi2{
	padding: 20px 0;
	border-top: 1px solid #e6e2e2;
	border-bottom: 1px solid #e6e2e2;
}
.woocommerce-order-overview__order,
.woocommerce-order-overview__date,
.woocommerce-order-overview__email,
.woocommerce-order-overview__total,
.woocommerce-order-overview__payment-method{
	font-size: 16px !important;
	margin-bottom:10px; 
	margin-top: 10px;
}
.woocommerce-order-overview__order p,
.woocommerce-order-overview__date p,
.woocommerce-order-overview__email p,
.woocommerce-order-overview__total p, 
.woocommerce-order-overview__payment-method p{
	padding-bottom: 15px;
	font-size: 12px !important;
}
.digi3{
	text-align: center;
}
.woocommerce-checkout label,
.woocommerce-checkout input{
	font-size:15px;
}
.woocommerce-order-downloads__title,
.woocommerce-order-details__title,
.woocommerce-column__title,
.myaccount-orders-woo,
.view-order-title-p{
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0;
}
.woocommerce-table--order-downloads tr,
.woocommerce-table--order-details{
	color: #555;
}
.download-product a{
	color: #7A7A7A;
}
.download-product a:hover{
	color: #f4a137;
}
.digi4{
	text-align: center;
	background-color: #f4a137 !important;
	padding: 12px !important;
	border-radius: 5px !important;
	color: #fff !important;
}
.digi4:hover{
	color: #fff !important;
}

.woocommerce-table__line-item td,
.woocommerce-table__line-item td a{
	color: #7A7A7A;
	font-size: 16px;
}
.woocommerce-customer-details address{
	padding: 20px !important;
	line-height: 30px;
	font-size: 14px;
}
.digi5{
	background: #f8f8f8 !important;
}
.payment_box{
	display:none !important;
}
.wc_payment_methods input[type="radio"]{
	width: 18px;
	height: 18px;
	margin: 15px !important;
}
.wc_payment_methods li{
	margin: 10px 0 !important;
	background: #fff;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	color: #555;
}
.wc_payment_methods label{
	position: absolute;
	top: 17px;
}
.digi6{
	width: 100%;
	display: block ruby;
}
.digi6 a{
	float: left;
	margin: 5px 0 !important;
	color: #fff !important;
	background-color: #979797 !important;
	border-radius:8px !important;
}
.digi7{
	font-size: 16px;
	font-weight: 500;
	color: #555;
	padding: 10px 10px !important;
	background-color: #e1e8f2 !important;
}
.digi8{
	padding:5px !important;
}
.woocommerce-orders-table__cell-order-actions a{
	background: #f4a137 !important;
	color: #fff !important;
	font-weight: 500 !important;
	margin-left: 5px !important;
}
.view-order-title{
	color: #7a797a !important;
	padding: 15px 0;
}
.view-order-title strong{
	color: #f4a137 !important;
}
.digi9{
	text-align: center !important;
	display: block !important;
	margin: 10px !important;
	background-color: #f4a137 !important;
	padding: 15px 30px !important;
	border-radius: 5px !important;
	color: #fff !important;
	border: 1px #1e2f3d !important;
}
.digi10{
	position:relative;
	float:left;
	color:#909092;
}
.digi10:hover{
	color:#f4a137;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  font-family: Iransans;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.profile-tops{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
background-image: linear-gradient(120deg, #9400d3, #dc143c);
	border-bottom-left-radius: 180px;
}

.myaccount-top-wave {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(black, .2);
  background: lighten(#f0f4c3, 10%);
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 900px) {
.myaccount-top-wave {
	width:100%;
}
}
.wave {
  opacity: .4;
  position: absolute;
  top: 3%;
  left: 50%;
  background: linear-gradient(120deg, #9400d3, #dc143c);
  width: 600px;
  height: 600px;
  margin-left: -250px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 3000ms infinite linear;
  z-index:-2;
}

.wave.-three {
  animation: drift 5000ms infinite linear;
}

.wave.-two {
  animation: drift 7000ms infinite linear;
  opacity: .1;
  background: #9400d3;
}

.myaccount-top-wave:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}
#mobile-menu-icon,
#toggle-mobile-menu{
	display:none !important;
}
#dokan-navigation{
	width:100% !important;
}
.dokan-dashboard-menu{
	display: block !important;
	padding: 0 15px !important;
}
.dokan-dashboard-menu li{
	margin: 5px 0 0 0 !important;
	cursor: pointer !important;
	border-radius: 5px !important;
	list-style: none !important;
	display: block;
	padding: 10px !important;
	opacity: 0.8 !important;
}
.dokan-dashboard-menu li:hover{
	background-color: #f1f1f1;
}
.dokan-dashboard-menu li a{
	color: #000;
	width: 100% !important;
	display: block;
}
.dokan-common-links{
	display: flex !important;
	text-align: center;
	width: 120px;
}
.dokan-common-links:hover{
	background-color: #fff !important;
}
.dokan-dashboard-menu li a i{
	margin-left: 10px;
}
.settings .fa-angle-right{
	display: none !important;
}
.dokan-dashboard-menu .active{
	background-color: #f4a137 !important;
}
.dokan-dashboard-menu .active a{
	color: #fff;
}

/* Big Counter Widget */
/*.big-counter{
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 10px;
}
.big-counter .total-sell,
.big-counter .earning,
.big-counter .pageview,
.big-counter .order{
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	background: #ccc;
	margin-bottom: 10px;
}
.big-counter .order{
	margin-bottom: 0px;
}*/
.l-bg-green-dark{
	background: linear-gradient(135deg, #23bdb8 0, #65a986 100%) !important;
	color: #fff;
}
.card-statistic-3{
	position: relative;
	color: #fff;
	padding: 15px;
	border-radius: 3px;
	overflow: hidden;
}
.card-icon{
	text-align: center;
	line-height: 50px;
	margin-left: 15px;
	color: #000;
	position: absolute;
	left: -5px;
	top: 20px;
	opacity: .1;
	font-size: 110px;
	width: 110px;
	height: 50px;
	text-shadow: 3px 7px rgba(0,0,0,.3);
}
.card-title{
	margin-bottom: .5rem;
	color: #FFF;
}
.l-bg-cyan-dark{
	background: linear-gradient(135deg, #4f8bb7, #289cf5) !important;
	color: #fff;
}
.l-bg-purple-dark {
  background: linear-gradient(135deg, #8e4cf1 0, #c554bc 100%) !important;
  color: #fff;
}
.l-bg-orange-dark {
  background: linear-gradient(135deg, #f48665 0, #d68e41 100%) !important;
  color: #fff;
}
.widget-title{
	display: flex;
	padding-top:5px;
	padding-bottom:12px;
	font-size: 16px;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:10px;
}
.widget-title i{
	color: #ccc !important;
	padding-left: 10px;
	padding-top: 5px;
}
.list-count li{
	font-size:14px;
}
.tow-half{
	width: 100%;
	float: right;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #EBEBEB;
}
.legend table{
	left: 0 !important;
}
.legend table tbody{
	display: flex !important;
}
.digi11{
	margin: 0 !important;
}
.digi11 li{
	border-bottom:1px solid #EBEBEB;
	padding:8px 8px;
	text-align: center;
	color:#878787 !important;
}
.digi11 li a{
	color:#878787 !important;	
}
.digi11 li:last-child{
	border-bottom:none;
}
.digi12 a{
	color: #878787 !important;
	padding-right:10px;
	font-size:14px !important;
}	
.entry-title{
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0;	
}
@media only screen and (max-width: 991px) {
.digi13{
	width:100% !important;
}
}
.dokan-edit-ccount-form-label .form-label{
	font-size: 14px;
	color: #555;
	padding-bottom: 5px;
	padding-top: 15px;
}
.dokan-add-new-product{
	background-color: #f4a137 !important;
	border-color: #f4a137 !important;
	padding:8px !important;
	border-radius: 5px !important;
}
/* .dokan-product-search-form .dokan-form-inline .dokan-form-group */
.dokan-product-date-filter .dokan-form-group,
.dokan-product-search-form .dokan-form-group,
.dokan-applay-top-form .dokan-form-group{
	float: right !important;
	margin-left: 5px !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	padding:2px 0;
}
.dokan-product-date-filter button ,
.dokan-product-search-form button{
	background: #f4a137;
	color: #fff;
	border-radius: 5px;
}
#bulk-product-action{
	background: #f4a137 !important;
	color: #fff !important;
}
.dokan-product-date-filter button a:hover ,
.dokan-product-search-form button a:hover{
	color: #fff;
}
.dokan-listing-filter{
	width: 100%;
	padding: 15px 0;
}
.dokan-listing-filter li{
	float:right;
	margin-right:10px;
}
.dokan-listing-filter li a{
	color: #555 !important;
}
.dokan-listing-filter li a:hover{
	color: #f4a137;
}
#dokan-product-list-table{
	font-size:14px;
}
#dokan-product-list-table input[type="checkbox"]{
	width:18px !important;
	height: 18px !important;
}
#dokan-product-list-table strong a{
	color: #555;
}
.row-actions span a{
	color: #555;
	font-size: 12px;
}
.row-actions a{
	color: #f4a137;
}
.row-actions a:hover{
	color: #f4a137;
}
#dokan-product-list-table tr td,
#dokan-product-list-table tr th
{
	vertical-align: middle;
}
.column-thumb a img{
	height: auto !important;
}
#select2-product_cat-container{
	text-align: right;
}
.select2-search__field{
	text-align: right;
}
.select2-results__message{
	font-size: 14px;
	 text-align: right !important;
}
.select2-results__option{
	text-align: right;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	padding: 0 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple ul{
	padding: 0 !important;
}
.dokan-add-product-link{
	margin: 20px 10px;
	float: right;
}
.downloadable-checkbox label,
.virtual-checkbox label{
	padding:10px !important;
}
#_downloadable,
#_virtual{
	width: 18px !important;
	height: 18px !important;
	margin: 0 10px !important;
}
.regular-price input,
.sale-price input{
	width:100% !important;
}
.pl-10{
	padding-left:10px !important;
}
.sale-price,
.regular-price{
	margin: 8px 0;
}
#edit-slug-buttons button{
	padding: 10px;
	background: #f4a137;
	color: #fff;
	border-radius: 5px;
	margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding:0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li input{
	padding: 0 10px !important;
}
.dokan-edit-row .dokan-section-heading h2{
	float:right !important;
	padding-left:10px !important;
}
.dokan-edit-row .dokan-section-heading p{
	float:right !important;
}
.dokan-edit-row .dokan-section-heading .dokan-section-toggle{
	float:left !important;
}
.new-product-single-submit{
	font-size: 14px !important;
	padding: 5px 12px !important;
}
.hide_if_external input[type="checkbox"]{
	margin-right: 10px !important;
}
.dokan-stock-management-wrapper .content-half-part{
	float:right !important;
	padding:10px 5px !important;	
}
.product-edit-new-container .dokan-message button{
	padding-left:20px !important;
	padding-top:5px !important;
}
.dokan-download-wrapper .dokan-table tbody p a{
	margin: 5px !important;
}
.dokan-section-content .dokan-form-group input{
	margin-right: 10px !important;
}
.product-edit-container .dokan-feat-image-upload a.close{
	padding:0px !important;
}
.order-statuses-filter{
	font-size:14px !important;
	padding:15px 0 !important;
	float:right !important;
}
.order-statuses-filter li{
	float: right !important;
	padding-left: 5px !important;
	border-left: 3px dotted #aaa9a9 !important;
	padding-right: 5px !important;
}
.order-statuses-filter li:last-child{
	border-left: none !important;
}
.order-statuses-filter li a{
	color:#555 !important;
}
.order-statuses-filter li a:hover{
	color: #f4a137 !important
}
.order-statuses-filter .active{
	color: #f4a137 !important;
}
.dokan-order-filter-serach .dokan-form-group input[type="submit"],
.digi14{
	padding: 0px 20px !important;
	background: #f4a137 !important;
	color: #fff !important;
	border-radius: 8px !important;
	border: none !important;
}
.select2-container .select2-selection--single{
	height:40px !important;
}
select.dokan-form-control{
	height: 40px !important;
}
.dokan-table-striped tbody,
.dokan-table-striped thead{
	font-size:14px;
}
.dokan-table-striped tbody td{
	padding: 20px 15px !important;
	vertical-align: middle !important;
}
.dokan-table-striped tbody td a{
	color: #555 !important;
}
.dokan-panel-default{
	font-size:14px !important;
}
.order-items tbody tr td{
	vertical-align: middle !important;
	padding: 20px !important;
}
.order-items tbody tr td a{
	color: #555 !important;
}
.column-thumb a img{
	padding-left:8px !important; 
	padding-right:8px !important; 
}
.pr-10{
	padding-right: 10px !important;
}
.dokan-panel-default .pull-right{
	float:left !important;
}
.grant_access{
	padding: 10px !important;
	margin: 6px !important;
}
.select2-results__option{
	font-size: 14px !important;
}
.add_note h4{
	padding:20px 0 !important;
}
.order_notes .meta a{
	color: #f4a137 !important;
}

.clearfix .add_note,
.dokan-form-group #add-tracking-details{
	padding: 10px !important;
	margin-top: 10px !important;
}
.general-details ul,
#dokan-order-notes ul{
	line-height:1.8 !important;
}
.pr-40{
	padding-right: 40px !important;
}
#dokan-order-status-form input{
	margin-bottom: 5px;
	background: #f4a137 !important;
	color: #fff !important;
	padding: 0px 10px !important;
}
#dokan-order-status-form #order_status{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}
.l-h-19{
	line-height:1.9 !important;
}
#dokan-request-withdraw-button{
	background: #f4a137 !important;
	color: #fff !important;
	border-radius: 5px !important;
}
#dokan-withdraw-display-requests-button{
	background: #f4a137 !important;
	color: #fff !important;
	border-radius: 5px !important;
}
.dokan-withdraw-status-filter-container ul li{
	float:right !important;
}
.dokan-withdraw-status-filter-container ul li a{
	color:#555 !important;
}
.dokan-withdraw-status-filter-container .active a{
	color: #f4a137 !important;
}
.subsubsub{
	margin: 30px 0  20px !important;
	float:right;
}
.dokan-control-label{
	text-align: right !important;
}
.dokan-banner{
	width: 625px;
	height: 300px;
	margin: 0 auto;
	border: 4px dashed #d8d8d8;
	height: 300px;
	margin: 0 0 30px 35px;
	max-width: 850px;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 25px auto;
}
.dokan-banner .button-area{
	margin-top: 50px !important;
}
.dokan-banner .button-area i{
	display: block;
	font-size: 80px;
	color: #dfdfdf;
}
.dokan-banner .button-area a{
	background-color:#f4a137 !important;
	color: #fff !important;
	padding: 10px !important;
	border: none !important;
	margin-top:25px !important;
	margin-bottom: 25px !important;
} 
.dokan-setting-title-small small a{
	color: #555 !important;
}
.dokan-setting-title-small small a:hover{
	color: #f4a137 !important;
}
.dokan-form-horizontal .dokan-control-label{
	color: #555 !important;
	font-weight: 500 !important;
	font-size: 14px !important;
}
.dokan-store-form-upload-avatar{
	background-color:#f4a137 !important;
	color: #fff !important;
	border:none !important;
	border-radius: 5px !important;
}
.digi15{
	margin-right: 30px !important;
}
.digi16{
	margin: 10px 0 !important;
}
.digi16 input{
	background-color:#f4a137 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 5px !important;
	padding: 0 10px !important;
	float:left !important;
}
.dokan-page-help{
	font-size: 14px;
	color: #555;
	padding: 20px 0;
	line-height: 25px;
}
.dokan-remove-gravatar-image{
	margin-left: 10px !important;
}
.reset_variations{
	float: left !important;
	font-size: 12px !important;
	color: #555 !important;
	margin-top: 7px !important;
	margin-left: 7px !important;
}
.store-data  h2{
	font-size: 20px ;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address::before {
	display: none;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-phone{
	display: block !important;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class]{
	display: none;
}
.woocommerce-variation-price{
	padding-top: 20px !important;
}
.m-t-20{
	margin-top:20px !important;
}
.dokan-store-info{
	padding-right:40px !important;
}
.dokan-store-products-filter-search{
	padding-right: 10px !important;
}
.dokan-pagination li a{
	color: #555 !important;
}
.dokan-support-login-wrapper{
	text-align: right !important;
}
.mfp-close{
	left: 0 !important;
	right: auto !important;
}
.dokan-store-widget{
	width: 100% !important;
	box-sizing: border-box !important;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%) !important;
	overflow: hidden !important;
	border-radius: 5px !important;
	padding: 25px 25px !important;
	margin-bottom: 40px !important;
}
.dokan-store-widget .widget-title{
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.5;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.store-cat-stack-dokan ul li{
	display: block;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	padding: 10px 0px;
}
.store-cat-stack-dokan ul li:last-child{
	border: none !important;
}
.store-cat-stack-dokan ul li a{
	color: #555 !important;
}
.dokan-btn{
	background: #f4a137 !important;
	color: #fff !important;
	border: none !important;
	padding: 10px !important;
}
#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .item label{
	font-size:15px !important;
	font-weight:500 !important;
	padding-left: 10px !important;
}
.store-lists-other-filter-wrap{
	margin-bottom: 25px !important;
}
.store-data-container{
	padding: 15px 20px !important;
}
.vendor-information-title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.search-store-products{
	background: #f4a137 !important;
	color: #fff !important;
	border: none !important;
}


/* Dokan Pro */
.dokan-share-popup-wrapper{
	padding: 20px !important;
}
/* Woocommerce Account Doakan Btns */

.mp-content .vendor-dashboard{
	margin: 0 20px 10px 0 !important;
}
.dokan-account-migration-lists{
	margin: 0 20px 20px 20px !important;
}
.left-content{
	text-align: right !important;
	font-size: 14px !important;
	padding-right: 20px !important;
}
.woocommerce-message{
	width: 100%;
}
.digi17 label{
	font-weight: 500 !important;
	font-size: 14px !important;
}
.digi17 #seller-address{
	height: 120px !important;
}
.digi17 .form-row .dokan-btn{
	background: #f4a137 !important;
	color: #fff !important;
	border: none !important;
}
.annoument-no-wrapper{
	height: 100% !important;
	margin: 70px auto !important;
	text-align: center !important;
}
.dokan-announcement-icon{
	-moz-animation: ring 8s ease-in-out 1s infinite !important;
	-webkit-animation: ring 8s ease-in-out 1s infinite !important;
	animation: ring 8s ease-in-out 1s infinite !important;
	color: #e3e3e3;
	font-size: 100px;
	-moz-transform-origin: 50% 4px;
	-webkit-transform-origin: 50% 4px;
	transform-origin: 50% 4px;
}
.annoument-no-wrapper p{
	padding: 10px 0 !important;
}
.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper .dokan-announcement-icon{
	font-size: 100px !important;
}
.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper p{
	font-size: 20px !important;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date{
	margin-left: 25px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-day{
	margin-top: 8px !important;
}
.dokan-report-wrap ul li a{
	color: #555 !important;
}
.dokan-alert-danger strong,
.dokan-message strong{
	padding-right: 10px !important;
}
.dokan-report-wrap{
	font-size: 14px !important;
}
.coupon-code .code strong a{
	color: #555 !important;
}
.dokan-announcement-widget .list-unstyled li{
	border-bottom: 1px dashed #969595 !important;
	padding: 10px !important;
	margin-bottom: 10px !important;
}
.dokan-announcement-widget .list-unstyled li:last-child{
	border: none !important;
}
.digi18{
	font-size: 14px !important;
	color: #afafaf !important;
}
.tips .fa-eye{
	color: #fff !important;
}
.dokan-wholesale-migration-wrapper .woocommerce-info{
	width: 100% !important;
}
.add_new_attribute{
	margin-right:10px !important;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wr{
	margin-top:15px !important;
}
.dokan-reports-main{
	width: 100% !important;
	margin: 30px 0 !important;
}
.dokan-reports-main .postbox h3{
	font-size: 16px !important;
	padding: 20px 0 !important;
}
.report-filter{
	float:right !important;
}
.report-filter .dokan-form-group input[type="submit"]{
	background: #f4a137 !important;
	color: #fff !important;
	padding: 0 10px !important;
}
.subsubsub li{
	line-height: 13px;
	padding: 0 5px;
	border-right: 1px solid #555;
	float: right;
	margin-right: 10px;
}
.subsubsub li a{
	color: #555;
}
.dokan-comments-wrap form select{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.digi19{
	background: #f4a137 !important;
	color: #fff !important;
	padding: 0px 10px !important;
	border: none !important;
	border-radius: 5px !important;
}
.headline{
	font-size:20px !important;
	padding:20px 0 !important;
}
.digi20 p{
	line-height:30px !important;
}
/* Elementor Block 1 */
.bg-tra{
	background-color: transparent;
}
#hero-11{
	padding-top: 50px;
	padding-bottom: 50px;
}
.bg-white{
	background-color: #fff;
}
#hero-11 h2{
	font-size: 4rem;
	letter-spacing: -1px;
	font-weight: 400;
	margin-bottom: 25px;
	color: #0b4265;
}
.hero-title{
	font-size: 20px !important;
	font-weight: 700 !important;
	padding: 20px 0 !important;
	line-height: 1.8 !important;
}
.hero-des{
	font-size: 16px !important;
	padding-bottom: 20px !important;
	line-height: 1.8 !important;
	color: #a5a5a5;
}
.stores-badge a{
	background: #f4a137;
	color: #fff;
}
.stores-badge a:hover{
	color: #fff;
	background: #e0922e;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding:0px !important;
}
.digi22{
	color: #f4a137 !important;
}
.digi23 .nav-link{
	padding: 12px 20px !important;
	margin: 0 5px !important;
	font-size: 15px;
	background: #fff !important;
	color: #555;
	border-radius: 5px;
}
.go-to-shop{
	font-weight:500 !important;
}
/* external elementor blocks */
.main-banner1{
	overflow: hidden;
	position: relative;
}
.main-banner-item.item-four{
	background-image: url(../image/main-banner-bg-4.jpg);
	height: auto;
	border-bottom: 1px solid #f5f5f5;
}
.main-banner-item{
	position: relative;
	z-index: 1;
	background-image: url(/images/main-banner-bg-1.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 630px;
	background-attachment: fixed;
}
.pr-15{
	padding-right: 15px;
}
.pl-15{
	padding-left: 15px;
}
.main-banner-content{
	max-width: 620px;
	margin-left: auto;
}
.main-banner-content h1{
	font-size: 60px;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
}
.main-banner-content p{
	margin-bottom: 0;
	color: #54545d;
}
.banner-form{
	position: relative;
	margin-top: 30px;
}
.banner-form .form-control{
	display: block;
	width: 100%;
	background-color: #eee;
	height: 60px;
	padding-top: 5px;
	padding-left: 20px;
	border-radius: 5px;
	border: 1px solid #eee;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
}
.banner-form button{
	  position: absolute;
  left: 16px;
  top: 4px;
  background: #f4a137 !important;
  color: #fff;
  border: none;
  padding: 0 30px;
  border-radius: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 50px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.main-banner-image{
	position: relative;
	top: 40px;
}
.main-banner-item.item-four .main-banner-image img{
	-webkit-animation: border-transform-default 10s linear infinite alternate forwards !important;
	animation: border-transform-default 10s cubic-bezier(1,0,0,1) infinite alternate forwards !important;
	border-radius: 100%;
}
.main-banner-image img{
	-webkit-animation: moveBounce 5s linear infinite;
	animation: moveBounce 5s linear infinite;
}
.liquid {
  box-shadow: 0 3px 10px rgba(0,0,0,0.15) !important;
	animation: liquid 8s linear infinite alternate !important;
}
@keyframes liquid{
  0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
.digi24{
	padding-left: 60px !important;
}
@media only screen and (max-width: 991px) {
.digi24{
	padding: 0 !important;
}
.liquid{
	margin-top:30px !important;
}
.main-banner-content{
	text-align: center !important;
}
}
@media only screen and (max-width: 768px) {
.hero-txt{
	text-align: center !important;
}
}


.banner-section-eight{
	position: relative;
	display: block;
	padding: 0 55px 0;
	margin-bottom: 90px;
}
.banner-section-eight .image-outer{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}
.banner-section-eight .image-outer .image{
	margin-left: 100px;
}
.banner-section-eight .image-outer .image{
	margin: 0 0 1rem;
}
.banner-section-eight .image-outer .image img{
	width: 100%;
}
.auto-container{
	position: static;
	max-width: 1310px;
	padding: 0px 15px;
	margin: 0 auto;
	width: 100%;
}
.banner-section-eight .content-column{
	position: relative;
}
.banner-section-eight .content-column .inner-column{
	position: relative;
	padding: 340px 0 90px;
}
.banner-section-eight .content-column .title-box{
	position: relative;
	margin-bottom: 20px;
}
.banner-section-eight .content-column h3{
	font-size: 50px;
	line-height: 60px;
	color: #202124;
	font-weight: 500;
	margin-bottom: 10px;
}
.banner-section-eight .content-column .text{
	font-size: 15px;
	line-height: 20px;
	color: #202124;
}

/* Service */
.banner-two{
	height: auto;
	position: relative;
	overflow: hidden;
}
.banner-two .banner-inner{
	z-index: 99;
	position: relative;
	padding-top: 180px;
}
.align-items-center{
	align-items: center !important;
}
.banner-two .banner-content .sub-title{
	font-weight: 600;
	font-size: 22px;
	display: inline-block;
	border-radius: 30px;
	margin-bottom: 20px;
}
.text-primary{
	color: var(--primary) !important;
}
.banner-two .banner-content h1{
	font-size: 70px;
	line-height: 1.1;
	font-weight: 800;
}
.banner-two .banner-content p{
	font-size: 18px;
}
.banner-two .banner-media{
	width: 570px;
	position: relative;
	margin-left: 50px;
}
.store-data p{
	color: #d6d3d3 !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li{
	float:right !important;
}
.overlay1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay1:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup1 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup1 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup1 .close:hover {
  color: #06D85F;
}
.popup1 .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box1{
    width: 70%;
  }
  .popup1{
    width: 70%;
  }
}

.offcanvas_main_menu{
	padding:15px !important;
}
.offcanvas_main_menu li:last-child{
	border-bottom:none;
}

.digi25 button i{
	font-size:24px;
}
.digi25 input::placeholder{
	color: #BBB;
	font-size:14px;
	font-weight: 400; 
}

.digi26{
	font-size:24px !important;
	font-weight: 500 !important;
	color: #fff !important;
}
.p-t-30{
	padding-top: 40px !important;
}
.digi27{
	color: #fff; 
	background-color: #f4a137;
	padding: 15px 30px;
	border: none;
	border-radius:5px;
	font-size:14px;
}
.digi28{
	color: #fff; 
	background:none;
	padding: 14px 30px;
	border: 2px solid #fff;
	border-radius:5px;
	margin-right:10px;
	font-size:14px;
}
/* Mobile */
@media screen and (max-width: 992px){
	
.res-part2{
	display: flex !important;
}
.res-reg{
	margin-right: auto;
}
.header-center{
		padding: 0 0 30px 0;
}
.section-headding h2{
	font-size: 22px !important;
}
.section-headding p{
	font-size: 14px;
}
.p-category-item h3{
	font-size: 16px;
}
.p-category-item a.link{
	font-size: 12px;
}


.product-title a{
	font-size: 16px;
}
.product-item .content .meta{
	font-size: 14px;
	line-height: 1.6;
}
.woo-loop-price{
	font-size: 14px;
}

.hero-title{
	padding: 30px 0 20px 0 !important;
}
.hero-des{
	font-size: 14px !important;
}
.digi22{
	font-size: 14px !important;
}
.digi23 .nav-link{
	font-size: 13px;
	margin:5px !important;
}
.button-1{
	font-size: 14px !important;
}
.creative-bundle-area {
	text-align: center !important;
}
.blog-item .content .c-o-cate{
	margin-top: 14px;
}
.blog-item .content .title-or-con h2{
	font-size: 16px;
}
.blog-item .content .title-or-con p{
	  font-size: 14px;
}
.content .meta .right{
	margin:8px;
}
.blog-item .content .meta{
	padding: 10px 15px;
}
.single-sammery-btn{
	font-size: 12px;
	margin: 3px;
}
.digi32{
	text-align: center;
}
.product-details-box-t .nav-tabs li a{
	font-size:14px !important;
}
.product-details-description h2{
	font-size: 18px;
}
.description-content{
	font-size: 14px;
}
.related-title, .review-title{
	font-size: 18px;
}
.single-p-widgets-single h2{
	font-size: 18px;
}
}





.aacard{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background: #fff !important;
	background-clip: border-box;
	border-radius: 6px !important;
	border: 0 !important;
	margin-bottom: 1.3rem;
	box-shadow: 6px 11px 41px -28px #796eb1;
	-webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}
.overflow-hidden{
	overflow: hidden !important;
}
.aacard-body{
	  flex: 1 1 auto;
  padding: 1.25rem;
}
.mb-auto, .my-auto{
	margin-bottom: auto !important;
}
.project-card .aprimary{
	fill: #fff;
	background: linear-gradient(45deg, #3858f9, #8e79fd);
	padding: 17px;
	border-radius: 5px;
	box-shadow: 0 7px 30px rgba(128, 116, 252, 0.5);
	width: 60px;
	height: 60px;
	margin-left: 10px;
}
.aprimary i, .adanger i, .asuccess i, .awarning i{
	color: #fff;
	font-size:24px;
}
.project-card .adanger{
	fill: #fff;
	background: linear-gradient(45deg, #f53c5b, #fb768c);
	padding: 17px;
	border-radius: 5px;
	box-shadow: 0 7px 30px rgba(250, 106, 130, 0.5);
	width: 60px;
	height: 60px;
	margin-left: 10px;
}
.project-card .asuccess{
	fill: #fff;
	background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
	padding: 17px;
	border-radius: 5px;
	box-shadow: 0 7px 30px rgba(11, 163, 96, 0.3);
	width: 60px;
	height: 60px;
	margin-left: 10px;
}
.project-card .awarning{
	fill: #fff;
	background-image: linear-gradient(45deg, #ff5858 0%, #f09819 100%);
	padding: 17px;
	border-radius: 5px;
	box-shadow: 0 7px 30px rgba(241, 159, 93, 0.5);
	width: 60px;
	height: 60px;
	margin-left: 10px;
}
.project-card .project-content{
	width: 100%;
	padding:10px;
}
.project-card  strong{
	color: #97a3b9;
	font-size: 12px;
	font-weight: 400;
}
.project-content h6{
	margin-bottom:5px;
	font-size: 14px;
	font-weight: 600 !important;
}
.digi29{
	padding: 40px 0;
}
.overlay2::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f4a137;
	opacity: 0.1;
}

.application{
	padding: 90px 0px;
}
.overlay3::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	opacity: 0.9;	
}
.parallax{
	background-attachment: fixed !important;
}
.background4{
	background-size: cover !important;
}
.digi30{
	z-index: 999;
	position: relative;
}
.digi31{
	font-size: 20px;
	color: #f4a137;
}
.digi32{
	line-height:1.8;
}
.p-tb-10{
	padding: 10px 0 !important;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
	font-weight:500;
}




.wpcf7-form p{
 margin-bottom:12px;
}
.wpcf7-form p label,
.wpcf7-form p label span {
width:100%;
}
.wpcf7-form p label span input{
width: 100%;
height: 35px;
margin-top: 10px;
}
.wpcf7-form p label span textarea{
margin-top: 10px;
width: 100%;
}
.wpcf7-submit{
padding: 12px 30px;
color: #fff;
background: #f4a137;
border-radius: 5px;
border: none;
}

.clearfix .text a{
	color: #f4a137;
}