.ngpluginparashopcoupon {
    display: flex;
    margin: 0 0 20px 0;
    padding: 0;
}

.ngpluginparashopcoupon input[type=text]
{
	border-color: #e0e2e6;
	border-width: 1px;
	border-style: solid;
	padding: 6px 12px 6px 12px;
	background: #ffffff;
	font: 16px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #525c67;
	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: #e0e2e6;
    background: #ffffff;
}

.ngpluginparashopcoupon input[type=submit]
{
	border-color: #486b8e;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #486b8e;
	font: 13px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 0px;
	display: block;
	cursor: pointer;
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
}

.ngpluginparashopcoupon input[type=submit]:hover
{
	border-color: #525c67;
	background: #525c67;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
}

.ngpluginparashopcoupon input[type=submit]:focus
{
	border-color: #486b8e;
    background: #486b8e;    	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: none;
}

@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;
    }

}

