/* Cards */
.me_content_wrapper{
	background-color:#f7f7f7;
	padding:15px;
}
.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);
  margin: 15px 0;
}
.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;
    color: #fff;
}
.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: 3px;
    padding:15px;
    border: 1px solid #ddd;
    text-align: center;
    height: 128px;
	vertical-align:middle;
}
.component_li a, .component_li a:hover{
	font-size:14px;
}
.template-three .components .component_li{
    height: 90px;
}
.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:20px 0;
}
.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;
}
.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;
}

/* Common Style */
.d-flex{
	display:flex;
}
.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;
}
.align-items-center{
	align-items:center;
}
.f-12{
	font-size:12px;
}
.f-14{
	font-size:14px;
}
.f-40{
	font-size:40px;
}
.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;
}
.bg-white{
	background-color:#fff;
}
.br-10{
	border-radius:10px;
}
.p-10{
	padding:10px;
}
.p-lr{
	padding:0 5px;
}
.bb{
	border-bottom: 1px solid #ddd;
}
.m-0{
	margin:0
}
.p-0{
	padding:0;
}
.border-shadow{
	border:none;
	box-shadow:none;
}
@media(max-width:768px){
	.template-two.components li{
		width: 140px;
		height: 128px;
	}
	.p-lr{
		padding:0 15px;
	}
}
