.select{background:#1e1e1e;border:1px solid #262626;border-radius:50px;color:#fff;margin-bottom:15px;padding:10px 10px 10px 21px;position:relative;transition:all .5s ease-in-out;width:160px}.select-inner{background:#1e1e1e;border:1px solid #262626;border-radius:8px;left:0;max-height:160px;opacity:0;overflow-y:auto;position:absolute;top:50px;transition:all .5s ease-in-out;visibility:hidden;width:100%;z-index:99}.select-inner>span{cursor:pointer;display:block;padding:8px 11px}.select-inner>span.active{background:#f97721}.select-inner>span:last-child{margin-bottom:0}.select:hover .select-inner{opacity:1;transition:all .5s ease-in-out;visibility:visible}.select:hover .select-arrow svg{transform:rotate(180deg)}.zoomedImage{transition:transform .2s ease}.comparison{align-items:center;background:#1e1e1e;display:flex;height:100%;justify-content:center;left:0;margin:0 auto;position:fixed;top:0;width:100%;z-index:99}.comparison-img{height:600px;margin:0 auto;position:relative;width:600px}.comparison-img img{height:100%;position:absolute;width:100%}.moveIcon{-webkit-appearance:none;background-color:transparent;height:100%;margin-left:-20px;position:relative;width:calc(100% + 40px);z-index:9}.moveIcon::-webkit-slider-thumb{-webkit-appearance:none;background:url(../move.png);background-position:50%;background-size:cover;border-radius:50px;cursor:pointer;height:40px;width:40px}.loading{animation:spin 2s linear infinite;border:6px solid #f3f3f3;border-radius:50%;border-top-color:#ff6800;height:60px;left:auto;margin:-30px auto 0 -20px;position:absolute;right:auto;top:50%;width:60px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@media screen and (max-width:600px){.comparison-img{height:400px;width:400px}}@media screen and (max-width:320px){.comparison-img{height:300px;width:300px}}@media screen and (max-width:220px){.comparison-img{height:200px;width:200px}}
