/*
.rvpscarousel {
    display: none;

}

.slick-initialized {
    display: block;
}

*/

.rvpscarousel .slick-slide{
  width: 100%;
/*customized by dev_mamun_*/
  padding-right: 30px;
  box-sizing: border-box;
}


.rvpscarousel .slick-prev,
.rvpscarousel .slick-next
{
    position: absolute;
    top: 20%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    transform: translate(0, -45%);
    cursor: default;
    border: none;
    outline: none;
    background: transparent;
}
.rvpscarousel .slick-prev:hover before{opacity: 0.5;}
.rvpscarousel .slick-next:hover before{opacity: 0.5;}

.rvpscarousel .slick-prev:before,
.rvpscarousel .slick-next:before
{	
    /* font-size: 60px; */
	font-size: 34px !important;
	color: inherit;
	font: inherit;
	cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	border: none;
	margin: 0;
    user-select: none;
    line-height: 1;
    opacity: 0.75;
    /*color: white; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rvpscarousel .slick-prev:before
{
    /*content: '←';*/
    content:"\e84f";
    /*color: black;
    font-size: 60px;*/
    font-weight: 300px;

  font-family: "klbtheme";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
	
}

.rvpscarousel .slick-prev{
  left: 10px;
  z-index: 100;
}

.rvpscarousel .slick-next
{
    right: 10px;
    z-index: 100;
}

.rvpscarousel .slick-next:before
{
  /*  content: '→';*/
  content:"\e850";
  /*color: black;
  font-size: 60px;*/
  font-weight: 300px;
	
  font-family: "klbtheme";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
	
}


.recent_products{
	clear: 	both;
	visibility: hidden;
}

