.cart-link{position:fixed;right:10px;top:10px;background-color:#fff;color:grey;width:65px;height:65px;font-size:32px;border-radius:50%;box-shadow:0 2.8px 2.2px rgba(0,0,0,.034),0 6.7px 5.3px rgba(0,0,0,.048),0 12.5px 10px rgba(0,0,0,.06),0 22.3px 17.9px rgba(0,0,0,.072),0 41.8px 33.4px rgba(0,0,0,.086),0 100px 80px rgba(0,0,0,.12);display:inline-flex;justify-content:center;align-items:center}.cart-link:hover{text-decoration:none}.cart-link .cart-count{position:absolute;top:10px;right:10px;font-size:14px;color:#fff;background-color:red;border-radius:50%;height:20px;width:20px}.product-image{background:linear-gradient(to top,#2193b0,#6dd5ed);height:100%;width:40%;display:flex;align-items:center;justify-content:center;transition:width .3s ease-in-out}.product-image>img{max-width:100%;max-height:100%}.product-details{padding:24px 32px;width:60%;display:flex;flex-direction:column;justify-content:space-between;transition:width .3s ease-in-out}.product-details .product-color{display:inline-block;width:24px;height:24px;border-radius:50px;border:4px solid #fff;box-shadow:inset 0 0 2px grey;position:relative;cursor:pointer}.product-details .product-color:before{width:24px;height:24px;content:" ";position:absolute;top:-4px;left:-4px;border-radius:50%}.product-details .product-color.color-black{background-color:#333}.product-details .product-color.color-silver{background-color:#e3e3e3}.product-details .active-silver .color-silver:before{border:1px solid #e1e1e1}.product-details .active-black .color-black:before{border:1px solid #2c3e50}.product{width:500px;height:240px;margin:0 auto 50px;display:flex;overflow:hidden;box-shadow:-20px 10px 30px 0 rgba(0,0,0,.25);cursor:pointer;color:#333;border-radius:10px}.product:hover{text-decoration:none;color:#333}.product.is-zoomed .product-image{width:100%}.product.is-zoomed .product-details{width:0;padding:0}.item-details-page{width:100%;box-shadow:none;border-radius:0;border-radius:20px}.cart-item>.cart-item-thumbnail{width:200px;height:150px;text-align:center}.cart-item>.cart-item-thumbnail>img{max-width:100%;max-height:100%}