/* CSS Document */
.tm-headerbar
{
	background:#ffffe0 !important;
}
.uk-navbar-container
{
	background:#fafad2 !important;
	border-top:1px solid #e52258 !important;
	border-bottom:1px solid #e52258 !important;
}

.catimages img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
 
  
 
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
.blink:hover
{
    animation-play-state: paused;	
  	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

@keyframes blink-animation  {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.catimages img:hover {	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.slideshow_txt
{
	font-size:50px !important;
	color:#ff862c !important;
	text-align:center;
	animation: blink 1s linear infinite;
}

.catimages .uk-card-title{font-size:15px; font-weight:bold !important; }

/* CSS Document */


/* special animation */

 
 /* SPECIAL ANIMATION END */

.opacity_bg
{
	background: rgba(0,0,0, 0.6);
padding: 19px;
color: #fff !important;
}

@media only screen and (max-width: 600px) {
	.slideshow_txt
	{
		font-size:25px !important;
	
	}
}


.customoffcanvas
{
	background:#fff !important;
}
.customoffcanvas .uk-card
{
	display:none;
}
.customoffcanvas #categroymodule li
{
 width:100% !important;
}
.customoffcanvas #categroymodule li .uk-button
{
width:100% !important;
}
.singlecart
{
	max-width:75px !important;
}

