/* Add here all your CSS customizations */

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'microsoft neogothic', 'segoe ui',
		'malgun gothic', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 16px;
	background-color: #fafafa;
}
@media screen and (max-width: 1023px) {
	body {
		font-family: -apple-system, BlinkMacSystemFont, AppleSDGothicNeo, sans-serif;
	}
}

.play-btn .play {
	background-image: linear-gradient(to right, #2b56f5 0%, #46bdf4 100%);
}
.play-btn .play > span {
	background-image: linear-gradient(to right, #2b56f5 0%, #46bdf4 100%);
}
.play-btn-alt .fa {
	background: linear-gradient(to right, #2b56f5 0%, #46bdf4 100%);
}
.play-btn > span:last-of-type {
	color: #8255fd;
}

.play-btn .play {
	position: absolute;
	left: 20px;
	bottom: 5px;
	margin-top: 3px;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #2b56f5 0%, #46bdf4 100%);
	transition: all 0.5s ease;
}
.play-btn .play:before {
	position: absolute;
	content: '';
	height: 46px;
	width: 46px;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #10122d;
}
.play-btn .play:after {
	position: absolute;
	content: '';
	height: calc(100% + 16px);
	width: calc(100% + 16px);
	top: -8px;
	left: -8px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.35);
	animation: 1s ease 0s normal none infinite running playbutton;
}
.play-btn .play > span {
	position: absolute;
	content: '';
	height: 24px;
	width: 14px;
	top: 50%;
	left: calc(50% + 2px);
	transform: translate(-50%, -50%);
	background-image: linear-gradient(to right, #2b56f5 0%, #46bdf4 100%);
}
.play-btn .play > span:before,
.play-btn .play > span:after {
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	right: 0;
}
.play-btn .play > span:before {
	top: 0;
	border-right: 14px solid #10122d;
	border-bottom: 12px solid transparent;
}
.play-btn .play > span:after {
	bottom: 0;
	border-right: 14px solid #10122d;
	border-top: 12px solid transparent;
}
.play-btn > span {
	display: block;
	padding-left: 70px;
	font-weight: 300;
}
.play-btn > span:first-of-type {
	font-size: 21px;
	color: #fff;
}
.play-btn > span:last-of-type {
	font-size: 12px;
	color: #8255fd;
}

@keyframes playbutton {
	0% {
		transform: scale(0.75);
		opacity: 1;
	}
	100% {
		transform: scale(1.3);
		opacity: 0;
	}
}

.textep {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.product_title {
	font-size: 1.25rem;
	display: inline-block;
	line-height: 1.3;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.post-meta {
	text-align: right;
}

.curPrice {
	font-size: 1.15rem;
	font-weight: bold;
}

.discount {
	font-size: 0.85rem;
	font-weight: bold;
	color: red;
	line-height: 1;
}

.jqstooltip {
	box-sizing: content-box;
}

.sp-bar-total-sales {
	padding: 5px;
	height: 30px;
}

.sp-bar-total-sales > canvas {
	width: 100% !important;
}

.underline {
	background-image: linear-gradient(transparent 60%, #f8cd07 40%);
}

.morebtn {
	color: #616161;
	font-size: 1rem;
	line-height: 22px;
	padding: 12px 3rem;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	width: 300px;
}
