.hidden {
	display: none !important;
}

.store-cards {
	position: relative;
}

#js-item-popup {
	/*position: absolute;*/

	position: fixed;
	top: 150px;
	right: 0;
	width: 344px;
	/*height: 110px;*/
	background-color: #535353;
	display: flex;
	z-index: 1000;
}
#js-item-popup .text {
	margin-top: 27px;
	margin-bottom: 27px;
}
#js-item-popup .timer {
	/*margin-top: 27px;*/
	color: #DEDFE0;
	/*width: 40px;*/
	padding-left: 16px;
	padding-right: 32px;

	display: flex;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
}
#js-item-popup .title {
	color: #DEDFE0;
	/*margin-top: 27px;*/
	padding-left: 23px;
	padding-right: 23px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}
#js-item-popup .order {
	color: #fff;
	margin-top: 4px;
	padding-left: 23px;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
}
#js-item-popup .order a {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
}

#js-item-popup svg {
	transform: rotate(-90deg);
}

#js-item-popup .circle_animation {
	stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
	stroke-dashoffset: 0;
	transition: all 1s linear;
}