.loader{height:50vh;display:flex;align-items:center;justify-content:center}.car__body{animation:shake .2s ease-in-out infinite alternate}.car__line{transform-origin:center right;stroke-dasharray:22;animation:line .8s ease-in-out infinite;animation-fill-mode:both}.car__line--top{animation-delay:0s}.car__line--middle{animation-delay:.2s}.car__line--bottom{animation-delay:.4s}@keyframes shake{0%{transform:translateY(-1%)}to{transform:translateY(3%)}}@keyframes line{0%{stroke-dashoffset:22}25%{stroke-dashoffset:22}50%{stroke-dashoffset:0}51%{stroke-dashoffset:0}80%{stroke-dashoffset:-22}to{stroke-dashoffset:-22}}.detailsBtn:hover{background-color:#4caf50;color:#fff}.countdownlefttop{display:flex;padding:5px;height:35px;border-radius:3px;float:right;background-color:transparent}.digit{margin:0}.carousel__next{top:50%;right:16px;transform:translate(50%,-50%)}.carousel__prev{top:50%;left:16px;transform:translate(-50%,-50%)}.bid-amount-wrap,.bid-break,.bid-count-wrap,.bid-wrap,.current-bid-mount{display:inline}.buttonDisabled{opacity:.2}