.product-img-select:hover {
	border: 2px solid #000;
	cursor: pointer;
}
.product-color-select-active {
	border: 2px solid #000;
	opacity: 0.5;
}
.form-submit, .modal-show {
	background-color: #000;
	border-radius: 0px;
	color: #FFF;
	font-weight: 700;
}
.product-name {
	font-size: 14px;
	font-weight: 700;
}
.product-description {
	font-size: 13px;
}
/* .product-price {
	color: #e4000c;
} */
.grecaptcha-badge {
	position: relative !important;
	bottom: 0 !important;
	right: 0 !important;
}
.quote-form-submit-bnt-container {
	display: flex;
}
#quote_form-modal .modal-content {
	border-radius: 0px;
}
#quote_form-modal .modal-header {
	border-bottom: none;
}
#quote_form-modal .modal-footer {
	border-top: none;
	text-align: center;
}
#quote_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
#quote_form input::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
#quote_form input:-ms-input-placeholder  { /* IE 10+ */
	color: #000;
}
#quote_form input:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
#quote_form label.error {
	color: #fc0000;
	font-size: 12px;
}
#quote_form-send {
	background-color: #000;
	border: none;
	border-radius: 0px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	width: 80%;
}
#quote_form-send:hover {
	background-color: #666666;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
@media (min-width: 1600px) {
	.product-price {
		font-size: 20px;
	}
}
@media (max-width: 1440px) {
	.product-price {
		font-size: 18px;
	}
}
@media (max-width:	991px) {
	.product-price {
		font-size: 16px;
	}
}
@media (max-width: 479px) {
	.product-price {
		font-size: 14px;
	}
	.product-description {
		font-size: 12px;
	}
}