.b{
	font-weight: 900;
}
#content-wrapper{
	margin-bottom: 144px;
}
#profile_top{
	margin: 0 auto 78px;
	max-width: 650px;
}
#profile_top.with_desc{
	margin: 0 auto 40x;
}
#profile_top .img{
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	padding: 2px;
	background: #62CDF9;
}
#profile_top .img img{
	border-radius: 50%;
	padding: 2px;
	background: #fff;
	max-width: 88px;
	height: auto;
}
#profile_top .col-sm-3{
	width: 132px;
}
#profile_top .col-sm-9{
	width: calc(100% - 132px);
}
#profile_top .name,
#profile_top h1{
	font-weight: 600;
	line-height: 24px;
	font-size: 24px;
	color: #333;
	float: left;
	margin-top: 32px;
}
#profile_top .follow{
	float: left;
	margin: 24px 0 0 24px;
}
#profile_top .profile_count{
	display: inline-block;
	width: 100%;
	margin: 32px 0;
}
#profile_top .profile_count li{
	line-height: 16px;
	font-size: 16px;
	color: #333;
	float: left;
	margin-right: 42px;
}
#profile_top .profile_count li:last-child{
	margin: 0;
}
#profile_top .profile_social{
	margin: 24px 0;
	display: inline-block;
}
#profile_top .profile_social.fright{
	float: right;
}
#profile_top .profile_social li{
	float: left;
	margin-right: 24px;
}
#profile_top .profile_social li:last-child{
	margin-right: 0;
}
#profile_top .profile_social li .profile{
	color: #EFA2CA;
	font-size: 32px;
}
#profile_top .profile_social li .profile.fb{
	color: #4267B2;
}
#profile_top .profile_social li .profile.tw{
	color: #00aced;
}
#profile_top .profile_social li .profile.url{
	color: #9CACC0;
}
#profile_top .profile_social li .profile.yt{
	color: #cc181e;
}
#profile_top .profile_social li .profile:hover{
	opacity: .7;
}
#profile_photos{
	max-width: 870px;
	margin: auto auto 108px;
}
#profile_photos img{
	max-width: 100%;
	height: auto;
}
#profile_photos .item{
	margin-bottom: 32px;
}
#profile_comments .product-miniature{
	width: 100%;
	padding: 0;
	margin: 0;
}
#profile_comments .title{
	font-weight: 900;
	line-height: 64px;
	font-size: 64px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #EFA2CA;
	mix-blend-mode: multiply;
	opacity: 0.8;
	position: relative;
	margin-bottom: 124px;
}
#profile_comments .title::after{
	content: '';
	position: absolute;
	width: 200%;
	left: -50%;
	height: 24px;
	background: #62CDF9;
	top: 26px;
}
#profile_comments .images a{
	display: block;
	margin-bottom: 32px;
}
#profile_comments .images a:last-of-type{
	margin: 0;
}
#profile_comments .images a img{
	max-width: 100%;
	height: auto;
}
#profile_comments .products > div > .item{
	position: relative;
}
#profile_comments .products > div > .item::after{
	content: '';
	position: absolute;
	width: calc(100% - 64px);
	height: calc(135% + 32px);
	background: #F8F2F5;
	opacity: 0.5;
	top: -35%;
	z-index: -1;
	right: 16px;
}
#profile_comments .products .comment .star_content {
	background: transparent;
    padding: 0 64px;
    margin: 32px 0 24px;
	text-align: center;
}
#profile_comments .products .comment .star_content > div{
	float: left;
	color: #EFA2CA;
	font-size: 14px;
}
#profile_comments .products .comment .date{
	line-height: 16px;
	font-size: 16px;
	padding: 0 64px;
	color: #333;
	margin-bottom: 24px;
}
#profile_comments .products .comment .comm{
	padding: 0 64px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
}

#profile_wishlists{
	margin-top: 136px;
}
#profile_wishlists .title{
	position: relative;
	font-weight: 900;
	line-height: 36px;
	font-size: 36px;
	text-align: center;
	letter-spacing: 0.01em;
	color: rgba(210, 35, 130, 0.5);
	mix-blend-mode: multiply;
	opacity: 0.8;
	padding: 80px 0;
	margin-bottom: 64px;
}
#profile_wishlists .title::before,
#profile_wishlists .title::after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
	background: #AF74BF;
	mix-blend-mode: multiply;
	opacity: 0.08;
}
#profile_wishlists .title::after{
	left: auto;
	right: 0;
}
#profile_wishlists .wishlists > .item{
	margin-bottom: 88px;
}
#profile_wishlists .wishlists .head{
	margin-bottom: 32px;
	border-bottom: 8px solid rgba(163, 111, 196, 0.12);
	padding-bottom: 2px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
}
#profile_wishlists .wishlists .head  > div{
	display: inline-block;
}
#profile_wishlists .wishlists .head  > div > span{
	font-weight: bold;
}
#profile_wishlists .wishlists .head .wishlist_title{
	font-weight: bold;
	line-height: 24px;
	font-size: 18px;
	color: #333;
	margin-right: 24px;
}
#profile_wishlists .wishlists .head .wishlist_total_price{
	margin-right: 22px;
}
#profile_wishlists .wishlists .products .product-miniature{
	width: 33.3333%;
	margin-bottom: 32px;
}
#profile_wishlists .wishlists .actions{
	margin-top: 56px;
}
#profile_wishlists .wishlists .actions .btn.btn-primary.add-to-cart{
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin-right: 16px;
}
#profile_wishlists .wishlists .actions .btn.btn-primary.copy-wishlist{
	font-size: 16px;
	background: transparent;
	color: #333;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
}
#profile_wishlists .wishlists .actions .like{
	display: inline-block;
	margin-left: 32px;
	vertical-align: middle;
}
#profile_wishlists .wishlists .actions .like .like-icon{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #A36FC4;
	color: #fff;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	padding: 3px 0;
	vertical-align: middle;
	margin-right: 4px;
}
#profile_wishlists .wishlists .actions .like a:hover{
	opacity: .9;
}
#profile_wishlists .wishlists .actions .btn.btn-primary.add-to-cart-wishlist{
	background: #62CDF9;
}
#my_propositions .title{
	font-weight: 900;
	line-height: 64px;
	font-size: 64px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #EFA2CA;
	mix-blend-mode: multiply;
	opacity: 0.8;
	text-align: center;
	margin-bottom: 52px;
	position: relative;
}
#my_mapping{
	margin-bottom: 200px;
}
#my_mapping .title{
	position: relative;
	font-weight: 900;
	line-height: 96px;
	font-size: 96px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #EFA2CA;
	mix-blend-mode: multiply;
	margin-bottom: 40px;
	opacity: 0.8;
}
#my_propositions .title::after,
#my_mapping .title::after{
	position: absolute;
	background: #62CDF9;
	content: '';
	height: 24px;
	width: 200%;
	left: -50%;
	top: 24px;
}
#my_mapping .title::after{
	top: 44px;
}
#my_mapping .item-mapping .image{
	display: inline-block;
	position: relative;
}
#my_mapping .item-mapping .image img{
	max-width: 100%;
	height: auto;
}
#my_mapping .item-mapping .image .marker{
	width: 14%;
	height: 9.3333%;
	border-radius: 50%;
	background: #fff;
	color: #62CDF9;
	text-align: center;
	position: absolute;
	cursor: pointer;
}
#my_mapping .item-mapping .image .marker i{
	position: absolute;
	font-size: 40px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}
#my_mapping .item-mapping .image .show_product{
	display: none;
	-moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#my_mapping .item-mapping .image .marker:hover .show_product{
	display: block;
	-moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#my_mapping .item-mapping .image .show_product{
	width: 240px;
	padding-top: 8px;
	position: absolute;
	top: 100%;
	left: -100px;
	z-index: 9;
}
#my_mapping .item-mapping .image .show_product .product-miniature{
	width: 100%;
}
#my_mapping .item-mapping .image .show_product .product-miniature .comments_note i{
	font-size: 14px !important;
	position: relative;
	font-size: 40px;
	transform: translate(0, 0);
	left: auto;
	top: auto;
}
#profile_seller_products > h2{
	font-weight: 900;
	line-height: 64px;
	font-size: 64px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFF;
	text-align: center;
	position: relative;
	margin-bottom: 86px;
}

#profile_seller_top{
	width: 100%;
	max-width: 1110px;
	margin: 0 auto 80px;
}
#profile_seller_top img{
	max-width: 100%;
	height: auto;
}
#profile_description.with_top{
	padding-top: 40px;
}
#profile_description *{
	color: #333;
}
#profile_description blockquote{
	position: relative;
}
#profile_seller_products > h2 span{
	width: 100%;
	max-width: 1110px;
	text-align: center;
	margin: auto;
	padding: 68px 32px;
	background: #62CDF9;
	mix-blend-mode: normal;
	display: inline-block;
	position: relative;
}

#profile_seller_products #products .comments_note .star_content{
	width: 100%;
}
.scroll_dowm{
	background: #62CDF9;
	padding: 32px;
	width: 100%;
	max-width: 1110px;
	margin: 0 auto 32px;
}
.scroll_dowm > h3{
	font-weight: bold;
	line-height: 40px;
	font-size: 36px;
	cursor: pointer;
	position: relative;
	color: #333;
}
.scroll_dowm > h3::after{
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 0;
}
.scroll_dowm ol,
.scroll_dowm ul{
	padding-left: 32px;
	margin-bottom: 16px;
}
.scroll_dowm ul li{
	list-style-type: disc;
}
#profile_seller_products{
	margin-top: 64px;
	display: inline-block;
}
.scroll_dowm .scroll_text{
	display: none;
	margin-top: 32px;
}
@media (max-width: 479px){
	#profile_seller_products{
		max-width: 100%;
	}
	.products-sort-order.float-right{
		display: none;
	}
}