/* Cards */
.me_content_wrapper a,.account_list a{
	text-decoration:none;
}
.card {
  box-shadow: 5px 11px 23px -13px #e5e5e5;
  -webkit-box-shadow: 5px 11px 23px -13px #e5e5e5;
  -moz-box-shadow: 5px 11px 23px -13px #e5e5e5;
  -ms-box-shadow: 5px 11px 23px -13px #e5e5e5;
  /* border: 1px solid rgba(230, 230, 230, .41); */
  border: 1px solid #ddd;
  margin: 15px 0;
  position:relative;
}
.card .card-body {
    padding: 10px;
}
.card .card-header {
    padding: 10px;
}
.card .card-body .icon {
    width: 48px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.3);
	margin-right:10px;
}

.card .card-body .icon i {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    display: block;
}
.card .badge{
	background-color:transparent;
	border:1px solid;
	font-weight: 500;
}
.todaysale{
	border: 1px solid;
    border-radius: 5px;
    padding: 5px 5px;
}
.card a:hover{
	color:#fff;
}
.components ul{
	margin-left:0;
}
.components .component_li{
	margin-bottom: 15px;
    padding:15px;
    border: 1px solid #ddd;
    text-align: center;
    height: 128px;
	vertical-align:middle;
}
.components a, .components a:hover{
	font-size:14px;
}
.template-three .components .component_li{
    height: 90px;
	display: flex;
    align-items: center;
	padding:10px;
}
.template-three .components .component_li i{
	float:left;
	margin-right: 10px;
}
.template-three .components li i{
	float:left;
}
.template-three .components li a{
	padding:10px;
	display:block;
}
.components p{
	padding-top:10px;
}
.components li a{
	vertical-align:middle;
	line-height:20px;
	font-weight:500;
}
.account-profile{
	padding-top:20px;
}
.account-profile img{
	border:1px solid #ddd;
}
.account-detail{
	padding-top:10px;
}
.account-icon li{
	margin: 3px;
    padding:15px;
    /* height: 90px; */
	vertical-align:middle;
}
.account-icon li a{
	font-size:15px;
	font-weight:600;
	padding-top:5px;
}
.template-one .account-icon li{
    text-align: center;
	padding: 10px;
}
.template-one .card .card-body{
	padding:0;
}
.template-one .account-detail,.template-one .account-icon{
	padding-top:20px;
}
.template-one .card{
	box-shadow:none;
}
.component-layout-1 .component_li i{
	background-color: #eee;
	padding: 10px;
	border-radius: 5px;
	margin: 10px 0;
}
.template-two .component_li i{
	border-radius: 5px;
	padding: 10px 0;
	width: 50px;
	height: 50px;
}
.template-three .component_li i{
	border-radius: 5px;
	padding: 10px 7px;
	width: 50px;
	height: 50px;
}
.recentlist{
	margin-bottom:0;
}
.recentlist li{
	padding: 10px 0;
	border-radius: 0!important;
    border-left: none;
    border-right: none;
}
.recentlist li:last-child{
	border:none;
}
.recentlist li a:hover{
	color:#2f2f2f;
}
.recentlist-description{
	width:52%;
}
.recentlist-price {
	color: #444;
}
.recentlist-price .price-new {
	font-weight: 600;
}
.recentlist-price .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.chart-components ul{
	clear:both;
	display:inline-block;
}
.chart-components ul li {
    width: 50%;
    list-style: none;
    float: left;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.chart-components ul li span {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}
.card-block-head{
	display:flex;
	align-items: center;
	min-height: 40px;
}
/* Common Style */
.d-flex{
	display:flex !important;
	justify-content: center;
}
.flex-wrap{
	flex-wrap: wrap !important;
}
.font-weight-bold{
	font-weight:bold;
}
.font-weight-400{
	font-weight:400;
}
.font-weight-500{
	font-weight:500;
}
.font-sm{
	font-size:13px;
}
.mt-0{
	margin-top:0;
}
.mb-0{
	margin-bottom:0;
}
.mb-10{
	margin-top:0;
	margin-bottom:10px;
}
.f-12{
	font-size:12px;
}
.f-14{
	font-size:14px;
}
.f-30{
	font-size:30px;
}
.f-40{
	font-size:40px;
}
.f-20{
	font-size:20px;
}
.white{
	color:#fff;
}
.mr-10{
	margin-right:10px;
}
.mr-2{
	margin-right:2px;
}
.mtb-15{
	margin-bottom: 15px;
    margin-top: 15px;
}
.full{
	display: block;
    width: 100%;
}
.fr{
	float:right;
}
.fl{
	float:left;
}
.bg-white{
	background-color:#fff;
}
.br-10{
	border-radius:10px;
}
.p-10{
	padding:10px;
}
.me_content_wrapper .row > .p-lr{
	padding:0 5px;
}
.bb{
	border-bottom: 1px solid #ddd;
}
.m-0{
	margin:0
}
.m-10{
	margin: 10px 0;
}
.p-0{
	padding:0;
}
.border-shadow{
	border:none;
	box-shadow:none;
}
.site-wrapper .me_content_wrapper .row{
	margin-left:-15px;
	margin-right:-15px;
}
.site-wrapper .me_content_wrapper .row > div{
	padding-left:15px;
	padding-right:15px;
}
.template-two .card .card-body .icon{
	width: 35px;
    height: 35px;
	margin:0;
}
.template-two .card .card-body .icon i{
	border-radius:2px;
}
.template-two .card .card-body{
	display: inline-block;
    width: 100%;
	vertical-align: top;
}
.template-two .card .card-footer{
	margin: 0 10px;
    border-top: 1px solid #ddd;
    padding: 5px 0;
}
.template-three .card .card-header,.template-three .card .card-footer{
	padding:5px 10px;
}
.template-three .card-block{
	border-radius:5px;
	display: flex;
    width: 100%;
}
.template-three .card .card-footer{
    background-color: rgba(0, 0, 0, 0.1);
}
.template-three .card .card-footer a{
	display:block;
}
.template-three .card-block .icon{
	float: right;
    width: 25%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	text-align: center;
}
.template-three .card-block .card-body{
	width: 75%;
}
.template-three .card-block .icon i{
	font-size: 30px;
	padding: 40px 8px;
}
.view_all{
	float:right;
	font-size: 13px;
}
@media(max-width:1024px){
	.f-14 {
		font-size: 12px;
	}
	.f-30 {
		font-size: 20px;
	}
	.template-three .components p{
		font-size:11px;
	}
	.template-three .component_li i{
		width:auto;
		height:auto;
	}
	#column-right .account-icon li,#column-left .account-icon li{
		padding:0;
	}
}
@media(max-width:768px){
	.template-two.components li{
		width: 140px;
		height: 128px;
	}
	.p-lr{
		padding:0 15px;
	}
	.component-layout-1 .component_li i{
		margin:0;
	}
	.f-14 {
		font-size: 14px;
	}
	.f-30 {
		font-size: 30px;
	}
	.template-three .components p{
		font-size:14px;
	}
	.template-three .component_li i{
		width:50px;
		height:50px;
	}
}
@media(max-width:767px){
	.component-layout-1 .component_li i{
		margin:10px 0;
	}
}
@media(max-width:320px){
	.template-three .components p {
		font-size: 11px;
	}
	.template-three .component_li i {
		width: 30px;
		height: 30px;
		padding: 5px;
	}
	.template-three .f-30 {
		font-size: 20px;
	}
}

