
.wt_next_product{position:fixed; right: -200px; top: 50%; z-index: 9999; margin-top: -53px;
-webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;
}
.wt_next_product .button{ border: 1px solid #a0864e !important ; float:left; 
padding: 40px 13px; background: #a0864e !important;  display: inline-block;
}
.wt_next_product .button span::before{
	content: "\f105";
      display: block;
      font-family: "FontAwesome";
      font-size: 15px;
	  position: absolute;
	  right: -3px;
	  top: -9px;
	  color: #fff;
}

.wt_next_prev_content{ float:left;padding: 10px 15px; 
 z-index: 888; max-width: 200px;
 background:#fff; right: 0; 
 display: inline-block; 
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
 }
.wt_next_prev_content .product-name{margin-top: 0;color:#313131;font-family: 'Heebo', sans-serif !important;}

.wt_next_product:hover {right: 0;}
.wt_next_product span{position:relative;}




.wt_prev_product{position:fixed; left: -200px; top: 50%; z-index: 9999; margin-top: -53px;
-webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;
}
.wt_prev_product .button{ border: 1px solid #a0864e!important ; float:right; 
padding: 40px 13px; background: #a0864e!important;  display: inline-block;
}
.wt_prev_product .button span::before{
	content: "\f104";
      display: block;
      font-family: "FontAwesome";
      font-size: 15px;
	  position: absolute;
	  right: 13px;
	  top: 30px;
	  color: #fff;
}

.wt_prev_product:hover {left: 0px;}
@media (max-width:  767px){
.wt_prev_product .button, .wt_next_prev_content{display:none;}
}
