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

.ngpluginparashopcoupon input[type=text]
{
	border-color: #ebebeb;
	border-width: 0px;
	border-style: solid;
	padding: 6px 12px 6px 12px;
	background: #f7efe5;
	font: 17px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #4c4c4c;
	letter-spacing: 0px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.0);
	border-radius: 0px;
    width: 90px;
    box-sizing: border-box;
    display: block;
  	margin: 0;
  	-webkit-appearance: none;
    margin-right: 10px;
}


.ngpluginparashopcoupon input[type=submit]
{
	border-color: #464646;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #d7b46c;
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.0);
	border-radius: 21px;
	display: block;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
}

.ngpluginparashopcoupon input[type=submit]:hover
{
	border-color: #000000;
	background: #ad9c78;
	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;
    }

}

