.regularWarningMessage{border:2px solid #ff8a18;background-color:#fff;padding:20px;border-radius:2px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.regularWarningMessage__icon{margin-top:4px;width:46px;margin-right:20px}.regularWarningMessage__icon_svg{fill:#ff8a18}.regularWarningMessage__text{font-size:15px;width:-webkit-calc(100% - 66px);width:calc(100% - 66px)}.regularWarningMessage__text p:first-child{margin-top:0}.regularWarningMessage__text p:last-child{margin-bottom:3px}@media(max-width:500px){.regularWarningMessage{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.regularWarningMessage__icon{margin-bottom:15px}.regularWarningMessage__text{width:100%}}.shpCartPage .quote a.cartBtn.cartBtnDiscounts{font-family:"Open Sans",sans-serif;border-radius:4px;font-size:13px;text-transform:uppercase;text-shadow:1px 1px 2px rgba(0,0,0,.3);color:#fff;font-weight:400;padding:17px 17px;border-bottom:3px solid #be0c0c;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;line-height:13px;width:80%;background:linear-gradient(-45deg,#be0c0c,#ae0f0f,#eb161a,#8a1d08);background-size:500%;animation:cartBtnAnim 5s linear infinite;position:relative;margin-bottom:10px}.shpCartPage .quote a.cartBtn.cartBtnDiscounts:hover{background-size:100%;color:#fff;transition:.3s ease-in-out}@keyframes cartBtnAnim{0%{background-position:0% 50%}50%{background-position:100% 120%}100%{background-position:0% 50%}}