#add-to-wishlist-modal{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;background-color:#333;border-radius:8px;bottom:0;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;justify-content:space-between;left:0;line-height:130%;margin:0 auto;max-width:380px;opacity:0;padding:16px;pointer-events:none;position:fixed;right:0;width:calc(100% - 32px);z-index:99999}#add-to-wishlist-modal .d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}#add-to-wishlist-modal .d-flex,#add-to-wishlist-modal span{-webkit-box-flex:1;-ms-flex:1;flex:1}#add-to-wishlist-modal a{color:#fff;text-decoration:underline;width:70px}#add-to-wishlist-modal i{cursor:pointer;font-size:24px;vertical-align:middle}#add-to-wishlist-modal.transition{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:bottom opacity;transition-property:bottom opacity;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}#add-to-wishlist-modal.is-show{bottom:10%;opacity:1;pointer-events:auto}