#product-gallery-shell{align-items:center;display:flex;width:100%}.product-gallery{max-width:550px;position:relative}.product-blob{bottom:-60px;left:-300px;opacity:.7;position:absolute;width:1000px;z-index:0}.gallery-shell{display:flex;flex-direction:row}.imagediv{border:0 solid red;max-width:350px;min-width:350px;position:relative;text-align:center}.imagediv:hover{cursor:pointer}.gallery-main{max-height:300px;max-width:350px}.gallery-mainimage{display:flex;flex-direction:column;margin-left:30px;margin-top:50px}.gallery-mainimage-height{border:0 solid blue;height:350px;overflow:hidden;width:350px}#gallery-mainimage-moveable{align-items:center;border:0 solid green;display:flex;flex-direction:row;height:350px;justify-content:center}.gallery-icon{border:0 solid #ddd;max-height:70px;max-width:70px;z-index:3}.gallery-icon:hover{cursor:pointer}.gallery-icon-on{border:2px dashed #666}.gallery-thumbnails{flex-direction:column;flex-wrap:wrap;height:400px;justify-content:flex-start;margin-top:20px;overflow:hidden;width:100%}.gallery-thumbnails,.icon-box{border:0 solid red;display:flex}.icon-box{border-radius:10px;margin-bottom:10px;margin-right:5px}.iconbox-height{align-items:center;display:flex;height:80px;justify-content:center}.iconboxes-shell{display:block}.gallery-movearrow{margin:10px auto auto 20px;width:30px}#galleryarrow-up{transform:rotate(90deg)}#galleryarrow-down{transform:rotate(-90deg)}.gallerydots{margin:5px auto auto;text-align:center}.gallerydot{background-color:#fff;border-radius:50vh;display:inline-block;height:8px;margin:2px;text-align:center;width:8px}.display-on{visibility:visible}.display-off{visibility:hidden}.gallery-up{animation-duration:.3s;animation-name:movegallery-up;margin-top:0}.gallery-down{animation-duration:.3s;animation-name:movegallery-down;margin-top:-400px}@keyframes movegallery-up{0%{margin-top:-400px}to{margin-top:0}}@keyframes movegallery-down{0%{margin-top:0}to{margin-top:-400px}}@keyframes movegallery-left{0%{margin-left:-350px}to{margin-left:0}}@keyframes movegallery-right{0%{margin-left:0}to{margin-left:-350px}}@media only screen and (max-width:1000px){.gallery-shell{flex-direction:column-reverse}.product-blob{bottom:0;left:0;width:900px;z-index:0}#product-gallery-shell{flex-direction:column-reverse;overflow:hidden}.product-gallery{margin-top:20px}#gallery-main img,.gallery-main{max-width:330px}.gallery-main{margin:auto}.gallery-mainimage{align-items:center;display:flex;justify-content:center;margin:auto}.imagediv{width:330px}.gallery-thumbnails-shell{display:flex}.iconboxes-shell{display:flex;flex-direction:row}.gallery-thumbnails{height:100px;width:350px}.gallery-up{animation-name:movegallery-left}.gallery-down,.gallery-up{animation-duration:.3s;margin-top:0}.gallery-down{animation-name:movegallery-right;margin-left:-350px}.iconbox-height{width:70px}.gallery-icon{max-width:60px}#galleryarrow-down,#galleryarrow-up{margin-top:100px;position:absolute}#galleryarrow-up{left:20px;transform:rotate(0deg)}#galleryarrow-down{right:20px;transform:rotate(180deg)}.gallery-icon-on{border:3px dashed #333}}#product-gallery-info{margin:auto;max-width:500px;width:100%;z-index:3}.product-info-box{background-color:#fff;border-radius:20px;margin:auto;padding:20px;text-align:center;width:90%}.language-toggle{background-color:#f7f1ef;border-radius:10px;display:flex;font-size:14px;font-weight:800;justify-content:space-evenly;margin:10px auto 5px;max-width:320px;padding:8px;text-transform:uppercase}.toggle-button:hover{cursor:pointer}.toggle-button{background-color:#a07fba;border-radius:50vh;width:50px}.toggle-button-button{background-color:#fff;border-radius:50vh;height:20px;width:20px}.toggle-button-button-on{animation:moveButtonLeft .3s;margin-left:30px}.toggle-button-button-off{animation:moveButtonRight .3s}@keyframes moveButtonLeft{0%{margin-left:0}to{margin-left:30px}}@keyframes moveButtonRight{0%{margin-left:30px}to{margin-left:0}}.product-info-desc{font-size:15px;line-height:23px;padding:0 20px}.product-info-dottedlineback{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23000' stroke-dasharray='2, 4' stroke-width='4' rx='20' ry='20'/%3E%3C/svg%3E");border-radius:20px;display:inline-block;margin:20px auto;padding:10px 20px}.product-info-usefor{align-items:center;display:flex;flex-wrap:wrap;font-weight:700;justify-content:center;max-width:370px;text-transform:uppercase}.product-info-usefor>div{margin:0 5px}.product-info-usefor>div img{width:62px}.compare-to-image{align-items:center;border:0 solid red;display:flex;justify-content:center}.compare-to-image-icon{margin-right:-40px;margin-top:0;width:100px;z-index:10}.compare-to-image-brand{max-height:180px;max-width:180px;z-index:1}@media only screen and (max-width:500px){.compare-now-button{font-size:12px}}.fade-in-image{animation:fadeIn .5s;opacity:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.move-image-forward{animation:MoveMeForward .5s;margin-left:525px}.move-image-backward{animation:MoveMeBackward .5s;margin-left:525px}@keyframes MoveMeBackward{0%{margin-left:0}to{margin-left:525px}}@keyframes MoveMeForward{0%{margin-left:0}to{margin-left:-700px}}