.d-popup-block {
    display: block!important;
}
.d-popup-none {
    display: none!important;
}
.sale-popup {
	position: fixed;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	transition: all 1s;
	opacity: 0;
	width: 320px;
	max-width: 100%;
	z-index: -1;
}
.sale-popup.show {
	opacity: 1;
	z-index: 1000;
}
.title-sale-popup {
    line-height: 1.5em;
    font-size: 12px;
}
.content-sale-popup {
    line-height: 1.3em;
    font-size: 12px;
}
.close-sale-popup {
	position: absolute;
	top: -10px;
	right: -2px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background: red;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1em;
	display: none;
}

.sale-popup p {
	margin: 0;
}

.sale-popup .sale-popup-thumb {
	width: 100px;
}

.sale-popup .sale-popup-thumb img {
	height: 100%;
	width: auto;
}

.sale-popup .sale-popup-thumb a,
.sale-popup .sale-popup-thumb a img {
	display: block;
}

.sale-popup .sale-popup-info {
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
}

.sale-popup .sale-popup-product-name {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-top: 0;
	display: block;
	line-height: 1.4em;
	padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0.3rem;
    font-family: inherit;
}

.sale-popup-info-footer span {
	display: inline-block;
}

.sale-popup .sale-popup-info .sale-popup-time {
	color: #f01313;
	margin-right: 10px;
}

.sale-popup .sale-popup-info .sale-popup-verified i {
	color: green;
	font-weight: bold;
}

.row-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}

.col-product {
	position: relative;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
}

.col-product-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24.333333%;
	flex: 0 0 24.333333%;
	max-width: 24.333333%;
}

.col-product-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75.666667%;
	flex: 0 0 75.666667%;
	max-width: 75.666667%;
}
.sale-popup-name {
	font-size: 12px;
}

.sale-popup .product-list {
	display: block;
	align-items: center;
	margin-bottom: 0;
}
.close-setInterval {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 18px;
}
@media(min-width:1024px) {
	.sale-popup {
		top: 20px;
		right: 0;
		transform: translateX(-25%);
	}

	.sale-popup.show {
		top: 90px;
	}
}

@media (max-width: 1023px) {
	.sale-popup .sale-popup-info .sale-popup-time {
		margin-right: 5px;
	}

	.sale-popup {
		width: auto;
		top: 85px;
		right: 20px;
		max-width: 220px;
	}

	.sale-popup.show {
		top: 62px;
	}
}

@media (max-width: 768px) {
	.sale-popup-content {
		display: none;
	}

	.sale-popup .sale-popup-product-name {}

	.sale-popup-name {
		font-size: 12px;
	}

	.sale-popup-product-name {
		font-size: .8rem;
	}

	.sale-popup .sale-popup-thumb {
		width: 60px;
	}

	.sale-popup .sale-popup-thumb img {
		width: auto;
		height: 100%;
	}

	.sale-popup .sale-popup-info {
		width: 100%;
		line-height: normal;
		font-size: 12px;
	}

	.sale-popup .sale-popup-product-name {
		font-size: 12px;
		line-height: 1.5em;
		color: #c0392b;
	}

	.col-product-4 {
		display: none;
	}

	.col-product-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.product-list .row-product {
		margin-right: 4px;
		display: inline-block;
	}

	.sale-popup .sale-popup-info {
		margin-bottom: 0;
	}
}