/** Shopify CDN: Minification failed

Line 28:1 Unexpected "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.Avada-StockCountdown__Container.AVADA-Animation__Shaking.avada-align-left.time-count {
  display: block;
text-align: center;
}
.Avada-StockCountdown__Container.AVADA-Animation__Shaking.avada-align-left {
  display: none;
}
.mess_cd.cb.mb__10.lh__1.dn.fwm.tu {
  display: none !important;
}
.rating_sp_kl {
  display: block;
  position: absolute;
  top: 5px;
  left: 300px;
}


 {
  
}

#item_a613ea00-4f0c-4f70-878c-76bfb18283c4 .lh__1.flex.al_center.pr{
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
/* Pulse class and keyframe animation */
.pulseit{
	-webkit-animation: pulse linear .5s infinite;
	animation: pulse linear .5s infinite;
}
@-webkit-keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}
@keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}

