 .productimage{
	 border:none;
	 max-height:550px;
	 height: auto;

	 margin-left:auto;
	 margin-right:auto;
	 margin-top:auto;
	 margin-bottom:auto;
	 width:auto !important;
	 border: none !important;
 }
.navimage{
height:auto;
  
  max-height:150px;
  max-width:150px;
  
  visibility: hidden;
  width:auto;
  margin-left:auto;
  margin-right:auto;
  margin-top:auto;
  margin-bottom:auto;
  padding:5px;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: green;
    border: none;
    outline: none;
    /*background: #757575;*/
}


.slick-next:before
{
       content: "\f0da";
	  font-family: Font Awesome\ 5 Pro,Font Awesome\ 5 Brands,Arial,sans-serif;
    font-weight: 900;
	
    font-size: 20px;
    line-height: 1;
    color: #cfd600;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	

}
 .slick-next:hover
{
       content: "\f0da";
	  font-family: Font Awesome\ 5 Pro,Font Awesome\ 5 Brands,Arial,sans-serif;
    font-weight: 900;
	
    line-height: 1;
    color: #cfd600;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
       background: #757571;

}
	



.slick-prev:before
{
       content: "\f0d9";
	font-family: Font Awesome\ 5 Pro,Font Awesome\ 5 Brands,Arial,sans-serif;
    font-weight: 900;
	
    font-size: 20px;
    line-height: 1;
    color: #cfd600;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	
	
}

 .slick-prev:hover
{
       content: "\f0d9";
	font-family: Font Awesome\ 5 Pro,Font Awesome\ 5 Brands,Arial,sans-serif;
    font-weight: 900;
	

    line-height: 1;
    color: #cfd600;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	       background: #757571;

	
}

