/*
Theme Name: Union-Live
Theme URI: 
Author: Saad
Author URI: 
*/
 



body {
margin:0px;
padding:0px;
 
-webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
  box-sizing: border-box;
}


a {
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}



.clearfix , .clear {
clear:both;
}




.thelikcing-loyalty-store-slider{
	margin: 20px auto;
	max-width: 320px;
	width: 90%;
}


.thelikcing-loyalty-store-slider .slick-next , .thelikcing-loyalty-store-slider .slick-prev{ 
    background-size: 20px !important;
}

@media only screen and (min-width:1580px) {
	.thelikcing-loyalty-store-slider{
	margin: 20px auto;
	max-width: 380px;
}
}
@media only screen and (max-width: 650px) {

.thelikcing-loyalty-store-slider .slick-next , .thelikcing-loyalty-store-slider .slick-prev{ 
  background-size: 10px !important;
    z-index: 99 !important;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-position: 10px center;
    padding: 0px !important;

}
.slick-next{ 
    right: 10px!important;
    width: 25px; 
} 

.slick-prev{ 
   left: 10px!important;
   width: 25px; 
}

.slick-slide{
	margin: 0px !important;
}
.thelikcing-loyalty-store-slider{
	margin: 0px auto;
	max-width: inherit;
	width: 100%;
}

}