.header-woo-account-link a {
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 26px;
	font-weight: 600;
	margin: 10px 0 0;
}
.header-woo-account-link a:hover , .korean-beauty-wishlist-title:hover{
	color: #fff !important;
}
.header-woo-account-link {
	float: right;
	margin-left: 5px;
}
.header-woo-account-link a i {
	margin-right: 3px;
	border: 2px solid #fff;
    border-radius: 50%;
    width: 35px;
    padding-top: 8px;
    height: 35px;
    text-align: center;
}

.site-header-cart {
	float: left;
}


.header-woo-links-wrap {
	padding: 0;
}

.site-info-content-wrap, .site-info-content {
	font-weight: 600;
	color: #212121;
}
#kbp-ads-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 999999;
	display: none;
}

#kbp-ads-popup .ads-popup-image {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	transform: translate(-50%, -50%);
	width: auto;
}

.popup-close {
	position: absolute;
	top: -15px;
	right: -15px;
	background: #F06292;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: 700;
	font-size: 13px;
	border-radius: 100%;
	cursor: pointer;
}

.popup-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font: 0/0 a;
}

.kbp-slide-img img {
	width: 100%;
	object-fit: fill;
	height: 100%;
}

.kbp-slide-img {
	height: 100%;
}

.single-slide.kbp-bg-image .slider-link-tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.kbp-latest-product-wrapper .kbp-bg-image {
	height: 1200px !important;
}
.kbp-latest-product-wrapper .kbp-bg-image img {
	object-fit: fill;
	width: 100%;
	height: 100%;
}

.home.blog .widget, .home.blog #main {
	padding: 0px;
	background: #fff;
}



.woocommerce table.my_account_orders .button {
	margin-right: 10px;
}



@media (max-width: 800px){
 #masthead {
	padding-top: 3%;
}
.header-default .kbp-whishlist {
	display: block !important;
}
.header-woo-links-wrap {
	width: 100%;
	padding-bottom: 20px !important;
	display: flex;
	justify-content: center;
}
.header-default #site-header-cart {
	margin: 12px 10px 0;
	float: none;
}
.kbp-cat-menu-wrapper {
	display: none;
}

}


@media (max-width:1400px) {
.woocommerce-store-notice.demo_store {
	font-size: 18px;
}
}

