.custom-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border:none;background:transparent;cursor:pointer;z-index:10}.custom-arrow:after,.custom-arrow:before{content:"";position:absolute;width:3px;height:43px;background-color:#fff;transition:all .3s ease}.custom-arrow.prev:before{top:15%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}.custom-arrow.prev:after{bottom:28%;left:50%;transform:translate(-50%,50%) rotate(-45deg)}.custom-arrow.next:before{top:15%;right:50%;transform:translate(50%,-50%) rotate(-45deg)}.custom-arrow.next:after{bottom:28%;right:50%;transform:translate(50%,50%) rotate(45deg)}.custom-arrow.prev:hover:before{top:18%;transform:translate(-50%,-50%) rotate(35deg)}.custom-arrow.prev:hover:after{bottom:20%;transform:translate(-50%,50%) rotate(-35deg)}.custom-arrow.next:hover:before{top:18%;transform:translate(50%,-50%) rotate(-35deg)}.custom-arrow.next:hover:after{bottom:20%;transform:translate(50%,50%) rotate(35deg)}.custom-arrow:hover:after,.custom-arrow:hover:before{background-color:#837b7b}.custom-arrow:disabled{opacity:.3;cursor:not-allowed}.custom-arrow:disabled:hover:after,.custom-arrow:disabled:hover:before{background-color:#fff}