#newform {	
	padding-top: 0px;
	padding-bottom: 40px;
	color: #000;
	background: #fff;
}

.newform-produkt-cart {
	border: 1px solid #f7f7f7;
    border-left-color: rgb(247, 247, 247);
    border-left-style: solid;
    border-left-width: 1px;
	border-left: 3px solid #00ABEE;
	border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom: 5px solid #F7F7F7;
	border-radius: 2px;
	margin-bottom: 15px;
	width: 100%;
	padding: 25px 25px;
	font-size: 18px;
	font-family: "Montserrat";
	color: #58595b;}
#finish-form-cart {
	border: 1px solid #f7f7f7;
    border-left-color: rgb(247, 247, 247);
    border-left-style: solid;
    border-left-width: 1px;
	border-left: 3px solid #00ABEE;
	border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom: 5px solid #F7F7F7;
	border-radius: 2px;
	margin-bottom: 15px;
	width: 100%;
	padding: 25px 25px;
	font-size: 18px;
	font-family: "Montserrat";
	color: #58595b;}
.newform-address-cart {
	border: 1px solid #f7f7f7;
    border-left-color: rgb(247, 247, 247);
    border-left-style: solid;
    border-left-width: 1px;
	border-left: 3px solid #FFC20D;
	border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom: 5px solid #F7F7F7;
	border-radius: 2px;
	margin-bottom: 15px;
	width: 100%;
	padding: 25px 25px;}
.newform-address-cart p {
	font-size: 18px;
	font-family: "Montserrat";
	color: #58595b;}
#msg {
	font-size: 18px;
	font-family: "Montserrat";
	color: red;}	
.newform-produkt-cart-price {
	display: block;
	text-align: right;
	border-top: 1px solid #333;
	font-size: 21px;
	font-family: "Montserrat";
	font-weight: 500;
	padding-top: 5px;
	margin-top: 5px;}
.newform-next-cart {
	border: 1px solid #eaeaea;
	background-color: #fff;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	width: 100%;}
.newform-next-button {
	width: 100%;
	background-color: #c9c6cf;
	box-shadow: 0px 0px 2px 0px rgba(4, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 2px;
	color: #fff;
	font-size: 21px;
	padding: 10px 0px;
	margin: 0 0 0px 0;
	font-family: "Montserrat";
	text-transform: uppercase;
	letter-spacing: 1px;}
.newform-next-product, .newform-next-totalprice {padding: 10px 10px;}
.newform-next-product p {
	color: #c9c6cf;
	font-weight: bold;
	display: block;
	font-size: 14px;
	margin: 10px 0px 0px;}
.newform-next-totalprice p {
	color: #c9c6cf;
	font-weight: bold;
	display: block;
	font-size: 14px;
	margin: 5px 0px 0px;
	border-top: 1px solid #c9c6cf;
	padding-top: 10px;}
.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-control {
	font-size: 14px;
	line-height: 19px;
	color: #333;
}
.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  opacity: 0.8;
  font-size: 14px;
  color: #6c757d;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  color: #6c757d;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0.8;
}
#newformsubmitbtn, .newform-address-cart {
	display: block;}
.newform-finish-cart {
	display: none;}

.fvaddress-box {display: none;}

.form-administrator-info {font-size: 14px !important; line-height: 22px;  margin-top: 20px;}

.form-other-label {opacity: 0.8;font-size: 14px;color: #333;}

#newformsubmitbtn {background-color: #709931; padding: 8px 30px; color: #fff; font-weight: 400; font-size: 21px; line-height: 28px; margin-top: 30px;}

.form-administrator-info a {color: #709931;}