.scrolling-wrapper_parent{margin:5px 0;position:relative}.scrolling-wrapper{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;margin:10px 0;scroll-behavior:smooth}.scrolling-wrapper::-webkit-scrollbar{display:none}.scrolling-wrapper{-ms-overflow-style:none;scrollbar-width:none}.image-gallery_single_image{width:150px;display:inline-block;cursor:pointer;margin-right:10px;border:2px solid transparent;transition:border .3s ease}.image-gallery_single_image.selected{border:1px solid #6222cc}.image-gallery_single_image img{width:100%;height:100%;object-fit:cover}.scrolling-wrapper_left,.scrolling-wrapper_right{position:absolute;right:-12px;top:38%;border-radius:3px;border:.1px solid #000;background:#fff;box-shadow:2px 2px 9px 0 rgba(0,0,0,.12);width:30px;height:30px;justify-content:center;align-items:center;display:flex;cursor:pointer}.scrolling-wrapper_left{left:-12px}.scrolling-wrapper_right{right:-12px}.scrolling-wrapper_left img,.scrolling-wrapper_right img{object-fit:contain;height:50%}