.ngpluginparashopcoupon { display: flex; margin: 0 0 20px 0; padding: 0; } .ngpluginparashopcoupon input[type=text] { border-color: #ded9d4; border-width: 1px; border-style: solid; padding: 6px 12px 6px 12px; background: #ffffff; font: 15px Quicksand,Verdana,Helvetica,sans-serif; color: #323232; letter-spacing: 0px; border-radius: 0px; width: 90px; box-sizing: border-box; display: block; margin: 0; -webkit-appearance: none; margin-right: 10px; } .ngpluginparashopcoupon input[type=text]:focus { border-color: #ded9d4; background: #ffffff; } .ngpluginparashopcoupon input[type=submit] { border-color: #4e2607; border-width: 0px; border-style: solid; padding: 10px 20px 10px 20px; background: #4e2607; font: 15px Quicksand,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 0px; border-radius: 0px; display: block; cursor: pointer; outline: none; -webkit-appearance: none; box-sizing: border-box; margin: 0; } .ngpluginparashopcoupon input[type=submit]:hover { border-color: #803e0a; background: #803e0a; font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; } @media (min-width: 768px) { .ngpluginparashopcouponleft { justify-content: flex-start; } .ngpluginparashopcouponright { justify-content: flex-end; } .ngpluginparashopcouponcenter { justify-content: center; } .ngpluginparashopcouponstretch input[type=text] { flex-grow: 1; } } @media (max-width: 767px) { .ngpluginparashopcoupon { display: block; } .ngpluginparashopcoupon input[type=text], .ngpluginparashopcoupon input[type=submit] { margin: 0 0 10px 0; width: 100%; display: block; } } 