.form-container__item{display:flex;justify-content:flex-start;align-items:center}.form__checkbox{position:absolute;top:0;left:0;width:24px;height:24px;background:#fff;opacity:0}.form__checkbox+span.form__checkbox-mask{position:relative;height:24px;padding-left:34px}.form__checkbox:not(:checked)+span.form__checkbox-mask:after{position:absolute;top:0;left:0;z-index:0;width:24px;height:24px;box-sizing:border-box;background-color:#fff;border:2px solid #e1e2e6;border-radius:4px;content:""}.form__checkbox:checked+span.form__checkbox-mask:after{position:absolute;top:0;left:0;z-index:0;width:24px;height:24px;box-sizing:border-box;background-size:60%;border:2px solid #e30611;border-radius:4px;content:""}.form__input-text{height:44px;padding:0 10px;box-sizing:border-box;font-size:14px;line-height:44px;color:#9198a0;border:2px solid #e2e5eb;border-radius:4px}.cart-modal__list{max-height:calc(100vh - 240px);margin-bottom:20px;overflow-y:auto}.cart-modal__item{display:flex;margin-bottom:20px}.cart-modal__item:last-of-type{margin-bottom:0}.cart-modal__total{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.cart-modal__text{font-family:MTSSans-Bold,Arial,Helvetica,sans-serif;color:#001424;letter-spacing:-.5px;font-size:1.5rem;line-height:2rem}.cart-modal__price{text-align:right}.cart-modal__price-old{position:relative;display:inline-flex;font-family:MTSSans-Medium,Arial,Helvetica,sans-serif;color:#9198a0;font-size:.875rem;line-height:1.25rem}.cart-modal__price-old:after{position:absolute;top:50%;left:0;width:100%;height:1px;background-color:currentColor;content:"";transform:translateY(-50%)}.cart-modal__price-current{font-family:MTSSans-Bold,Arial,Helvetica,sans-serif;color:#001424;letter-spacing:-.5px;font-size:1.5rem;line-height:2rem}.product:hover .product__name{color:#e30611}.product__link{display:flex}.product__img-wrapper{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:80px;height:80px;margin-right:20px}.product__img{width:auto;max-width:100%;height:auto;max-height:65px;margin:0 auto;-o-object-fit:contain;object-fit:contain}.product__type{font-family:MTSSans-Medium,Arial,Helvetica,sans-serif;color:#9198a0;font-size:.875rem;line-height:1.25rem}.product__name{height:56px;font-family:MTSSans-Regular,Arial,Helvetica,sans-serif;color:#001424;overflow-y:hidden;font-size:1.25rem;line-height:1.75rem}.product__price{flex-shrink:0;margin-left:40px;text-align:right}.product__price:hover{cursor:default}.product__price-old{position:relative;display:inline-flex;font-family:MTSSans-Medium,Arial,Helvetica,sans-serif;color:#9198a0;font-size:.875rem;line-height:1.25rem}.product__price-old:after{position:absolute;top:50%;left:0;width:100%;height:1px;background-color:currentColor;content:"";transform:translateY(-50%)}.product__price-current{font-family:MTSSans-Regular,Arial,Helvetica,sans-serif;color:#001424;font-size:1.25rem;line-height:1.75rem}.product__quantity{text-align:right;color:#71767e;letter-spacing:0;font-size:.875rem;line-height:1.25rem}