.js-store-prod-text a {
	display: inline-block;
	padding: 10px 15px;
	margin-right: 0px;
	margin-top: 0px;
	border-radius: 4px;
	font-weight: 700;
}

.js-store-prod-text a:first-of-type {
	background-color: #ffffff;
	color: #CC1111 !important;
	border: 2px solid #CC1111 !important;
}

.t706__cartwin_showed {
	z-index: 999999999;
}

#allrecords .t-store__prod-popup__info .t-store__prod-popup__name {
	font-size: 24px;
}

.t1002__wishlisticon {
	display: none;
}

.t706__carticon {
	display: none;
}

.cart-counter,
.cart-icon,
.fav-counter,
.fav-icon {
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.5s ease;
}

#allrecords .hide {
	opacity: 0;
}

#allrecords .tn-atom.animate {
	-webkit-animation: t1002__pulse-anim 0.6s;
	animation: t1002__pulse-anim 0.6s;
}

#allrecords .t-store__prod-snippet__container {
	padding-top: 8vw;
}

@media screen and (max-width: 1199px) {
	#allrecords .t-store__prod-snippet__container {
		padding-top: 13vw;
	}
}

@media screen and (max-width: 980px) {
	#allrecords .t-store__prod-snippet__container {
		padding-top: 14vw;
	}
}

@media screen and (max-width: 639px) {
	#allrecords .t-store__prod-snippet__container {
		padding-top: 20vw;
	}
}

@media screen and (max-width: 480px) {
	#allrecords .t-store__prod-popup__info .t-store__prod-popup__name {
		font-size: 18px;
	}
}

@media screen and (max-width: 479px) {
	#allrecords .t-store__prod-snippet__container {
		padding-top: 22vw;
	}
}