.popup-register {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 9999999;
}
.popup-register.is-active {
	display: block;
}
.popup-register-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 0;
	padding: 0;
	width: 650px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 6px;
}
.popup-input-box {
	padding-top: 0;
	text-align: center;
	position: absolute;
	z-index: 999;
	bottom: 25px;
}

.popup-input-box h4 {
	font-size: 15px;
	margin-bottom: 10px;
}

.popup-input {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}

.popup-input input {
	border-radius: 6px;
	min-width: 300px;
	border: 1px solid #ddd;
	background: #fafafa;
	padding: 10px 20px;
	outline: 0;
}
.popup-input-box h4:before {
	display: none;
}
.popup-input button {
	position: absolute;
	display: block;
	top: 3px;
	right: 3px;
	background: orange;
	color: #fff;
	border-radius: 4px;
	padding: 6px 16px;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
}
.promotion-page {
	background: #ffefcc;
	padding-bottom: 60px;
}
.topproducts {
	background-color: #fff;;
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-radius: 15px;
	padding: 15px 0;
	padding-bottom: 40px;
	position: relative;
	margin-top: 50px;
}
.inlineboc {
	text-align: center;
}
.inlineboc .tiede-ok {
	display: inline-block;
	background: #fff ;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	height: 50px;
	padding-left: 8px;
	line-height: 50px;
		z-index: 999;
}
.inlineboc .tiede-ok span:nth-child(1) {
	padding: 5 0px;
	margin-top: 5px;
	display: inline;
	color: #ec2d5a;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	min-width: 300px;
	z-index: 9999;
	text-align: center;
	padding-left: 0px;
}
.topproduct-date {
	margin: 10px 0;
	margin-top: 10px;
}
.group_countdown {
	display: flex;
	justify-content: center;
	padding: 0 10px;
}
.group_countdown:not(.group_countdown_not) .more-detail {
	position: absolute;
	right: 20px;
}
#countdown {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#day, #hour, #minute, #second {
	color: #fff;
	background: #ec2d5a;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}
#countdown {
	font-size: 16px;
	font-weight: bold;
}
#countdown > div {
	margin-right: 10px;
}
.more-detail {
	font-size: 15px;
	color: #ED4397;
	font-weight: bold;
}
.product-image-block {
	position: relative;
}
.product_hover-block {
	bottom: -40px;
	left: 0;
	position: absolute;
	right: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 99;
}
.product-block:hover .product_hover-block {
	bottom: -1px;
}

.product-block.product-wrapper {
	margin-top: 10px;
	background: #fff;
	clear: both;
	border: 1px solid #efefef;
	position: relative;
}

.product-image-block-inner {
	border-bottom: 1px solid #efefef;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}
.product_customize {
	text-align: center;
	padding: 11px 13px;
}
.product_customize .product_vendor {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	color: #000;
	margin-top: 0 !important;
	margin-bottom: 5px !important;
	text-transform: uppercase;
}
h2.product-name {
	color: #000000;
	background: none;
	padding: 0 !important;
	border-bottom: none !important;
	line-height: 16px;
	margin: 0px;
}
.product_customize .product-name a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 32px;
	max-height: 32px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: capitalize;
}
.price-box {
	margin: 5px 0;
}
.product_desc .special-price {
	margin: 0px;
}
.special-price {
	padding: 0px 0;
	display: inline-block;
}
.special-price .price {
	font-size: 18px;
	font-weight: 700;
	color: #ec2d5a;
	letter-spacing: 0.5px;
	margin-right: 7px;
}
.price-box .old-price {
	text-decoration: line-through;
	font-size: 14px;
	color: #b5b5b5;
	font-weight: normal;
	margin: 0px -2px 0px 0px;
	display: inline-block;
}
.old-price .price {
	font-weight: normal;
	color: #b5b5b5;
	font-size: 14px;
	text-decoration: line-through;
}
.sale-label {
	display: block;
	padding: 1px 4px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background: #ec2d5a;
	font-size: 13px;
	z-index: 8;
}
.prd-page-scroll .owl-nav button {
	position: absolute;
}
.prd-page-scroll .owl-carousel .owl-nav .owl-prev {
	left: 0 !important;
	top: calc(50% - 21px);
	padding: 6px 10px 6px 6px !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.prd-page-scroll .owl-carousel .owl-nav .owl-next {
	right: 0 !important;
	top: calc(50% - 21px);
	padding: 6px 6px 6px 10px !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.prd-page-scroll .owl-carousel .owl-nav button {
	height: 43px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	background: rgba(0, 0, 0, 0.18) !important;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
	font-size: 22px;
	color: #fff;
}

.prd-page-scroll .owl-carousel .owl-nav .owl-prev:hover,
.prd-page-scroll .owl-carousel .owl-nav .owl-next:hover {
	background: #000 !important;
}
.product_hover-block .actions {
	display: flex;
	align-items: center;
}

.actions button {
	display: block;
	background: #ec2d5a;;
	height: auto;
	line-height: 18px;
	padding: 8px 5px;
	text-align: center;
	white-space: nowrap;
	color: #fff;;
	text-decoration: none;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
}

.actions button:before {
	color: #ffffff;
	content: "\f07a";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 14px;
	margin: 0 5px 0 0;
}

.product_hover-block .actions .buy_now_btn {
	background: #ED4397;
	font-size: 14px;
	height: 36px;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	color: #fff;
	padding: 0 5px;
	line-height: 36px;
}

.product_hover-block .actions *:hover {
	background: #000;
}
.group_countdown_not {
	justify-content: flex-end;
}
.top_sale {
	margin-bottom: 100px;
}
.brand-carouselx .item a {
	display: block;
	background: #fff;
}
.partner_box {
	margin-top: 50px;
}
.category-title h2 {
	text-transform: uppercase;
	color: #ED4397;
	font-weight: bold;
}
.prd-page-scroll.pr-special {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.prd-page-scroll.pr-special .item {
	width: 20%;
	padding: 0 5px;
}
.brand-carouselx img {
	width: auto !important;
	margin: auto;
	overflow: hidden;
}
@media (max-width: 767px) {
	.group_countdown {
		justify-content: center;
	}
	.group_btn_home {
		text-align: center;
		margin-top: 10px;
	}
	.group_btn_home .seen_more {
		padding: 10px 25px;
		color: #ED4397;
		border: 1px solid #006432;
		display: inline-block;
	}
	.topproduct-date:not(.topproduct-sale) {
		display: none;
	}
	.prd-page-scroll.pr-special .item {width: 50%;}
	.popup-register-content {width: 95%;}
	.popup-input-box h4 {
		font-size: 12px;
		margin-left: 25px;
		margin-right: 25px;
		padding-bottom: 0px;
		line-height: 18px;
	}
	.popup-input input {
		padding: 7px 20px;
		min-width: 250px;
	}
	.popup-input {
		max-width: 250px;
	}
	.popup-input button {
		padding: 3px 16px;
	}
	.inlineboc .tiede-ok {
		height: auto;
		padding: 0;
		top: -30px;
		width: 94%;
		
	}
	.inlineboc .tiede-ok span:nth-child(1) {
		font-size: 3em;
		margin-top: 0; 
	}
	.topproducts {
		margin-top: 100px;
	}
	.top_sale {
		margin-top: 50px;
	}
	
}























