.pricemodal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.modal-content p {
	font-size: 15px;
}

.modal-content .form-group {
    padding-top: 0px;
}

.modal-content .info {
	padding-top: 2vw; 
	padding-bottom: 2vw;
	display: flex;
}

.modal-content .info .tekst {
	margin-right: 15%;
}

.modal-content .info img {
	margin-top: 5%;
	height: 15vh;
}

#contact-form {
	padding: 2vw;
}

#contact-form .messages {
	
}

#contact-form .group-bottom .list-unstyled {
    margin-left: -2vw;
}

#contact-form .group-bottom .with-errors ul {
	margin-top: 0;
	padding-bottom: 5px;
}

#contact-form .list-unstyled {
    margin-left: 12vw;
}

#contact-form .with-errors ul {
	margin-top: 0;
	padding-bottom: 5px;
}

#contact-form .with-errors li {
	list-style: none;
	color: red;
}

#contact-form .form-input {
	display: flex;
}

#contact-form .group-bottom .form-group {
	float: right;
}

#contact-form .form-group p {
	width: 40%;
	padding-top: 10px;
}

.goedkoper .icon-tag {
	padding: 0px 3px;
}

.goedkoper a {
	margin-left: 4px;
}

.goedkoper {
	color: #535353;
	margin: 8px 0px 8px 0px;
	font-size: 85%;
}

.modal-content .product_img {
	margin: 10px 30px 10px 10px;
}

.modal-content .product_img img {
	width: 150px;
}

.modal-content .price-box {
	padding: 0;
}

.modal-content .price-box .special-price .price {
	font-size: 20px;
}

.modal-content .price-box .regular_price {
	font-size: 18px;
}

.modal-content .price-box .old-price .price {
	font-size: 15px;
}

.modal-content .product_text_name h1 {
	font-weight: 400;
	font-size: 15px;
	width: 95%;
}

.modal-content .product_text {
	margin-top: 15px;
}

.modal-content .product {
	display: flex;
}

#form_price, #form_link, #form_name, #form_email {
  padding: 22px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 60%;
}

#contact-form .btn-send:hover {
	background-color: #03a9fc;
}


#contact-form .btn-send {
  color: white;
  padding: 10px 15px;
  margin-top: 1vw;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 81%;
}

.pricemodal .modal-content {
  background-color: #fefefe;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 30px 30px;
  border: 1px solid #888;
  width: 40vw;
}

.modal-content .close {
  color: #000;
  float: right;
  font-size: 35px;
  font-weight: bold;
}

.modal-content .close:hover,
.modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#link_pricemodal {
	cursor: pointer;
	text-decoration: underline;
}

#link_pricemodal:hover {
	color: #03a9fc;
	text-decoration: underline;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
	filter: opacity(95%);
	z-index: 2000;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 15px;
	margin-bottom: 0;
}

.alert-close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.alert-close {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
	margin-left: 15px;
	outline: none;
}

.alert-close {
    float: right;
    font-size: 25px;
    font-weight: 500;
    opacity: .8;
}

@media only screen and (max-width: 321px) {
	.pricemodal .modal-content {
		width: 80vw;
		margin-top: 3%;
		margin-bottom: 3%;
	}
	
	.modal-content .product_img img {
		width: 110vw;
		margin-top: 10vw;
	}
	
	#contact-form .btn-send {
		margin-top: -2vw;
		margin-left: 58%;
	}
	
	#rc-imageselect, .g-recaptcha {
		transform:scale(0.79);
		-webkit-transform:scale(0.79);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		margin-right: -20vw;
	}
}

@media only screen and (min-width: 322px) and (max-width: 376px) {
	.pricemodal .modal-content {
		width: 85vw;
		margin-top: 5%;
		margin-bottom: 5%;
	}
	
	.modal-content .info .tekst {
		margin-right: 0;
	}
	
	.modal-content .info {
		text-align: center;
	}
	
	.modal-content .product_img img {
		width: 30vw;
	}
	
	.modal-content .product {
		display: block;
		height: 35vh;
		padding: 2px 13px;
	}
	
	#contact-form .btn-send {
		margin-left: 64%;
	}
	
	#contact-form .form-group p {
		width: 35%;
	}
	
	#form_price, #form_link, #form_name, #form_email {
		width: 65%;
	}
}

@media only screen and (min-width: 377px) and (max-width: 426px) {
	.pricemodal .modal-content {
		width: 75vw;
		margin-top: 5%;
		margin-bottom: 5%;
	}
	
	.modal-content .info .tekst {
		margin-right: 0;
	}
	
	.modal-content .info {
		text-align: center;
	}
	
	.modal-content .product_img img {
		width: 30vw;
	}
	
	.modal-content .product {
		display: block;
		height: 35vh;
		padding: 2px 13px;
	}
	
	#contact-form .btn-send {
		margin-left: 64%;
	}
}

@media only screen and (min-width: 427px) and (max-width: 522px) {
	.pricemodal .modal-content {
		width: 70vw;
	}
	
	.modal-content .product_img img {
		width: 40vw;
	}
	
	#contact-form .btn-send {
		margin-left: 70%;
	}
}

@media only screen and (min-width: 523px) and (max-width: 701px) {
	.pricemodal .modal-content {
		width: 70vw;
	}
	
	.modal-content .product_img img {
		width: 25vw;
	}
	
	#contact-form .btn-send {
		margin-left: 71%;
	}
}

@media only screen and (min-width: 702px) and (max-width: 769px) {
	.pricemodal .modal-content {
		width: 60vw;
	}
	
	.modal-content .product_img img {
		width: 25vw;
	}
	
	#contact-form .btn-send {
		margin-left: 74%;
	}
}

@media only screen and (min-width: 770px) and (max-width: 919px) {
	.pricemodal .modal-content {
		width: 50vw;
	}
	
	.modal-content .product_img img {
		width: 20vw;
	}
	
	#contact-form .btn-send {
		margin-left: 74%;
	}
}

@media only screen and (min-width: 920px) and (max-width: 1025px) {
	.pricemodal .modal-content {
		width: 50vw;
	}
	
	#contact-form .btn-send {
		margin-left: 76%;
	}
}