/**
* 2014-2025 Presta-Mod.pl Rafał Zontek
*
* NOTICE OF LICENSE
*
* Poniższy kod jest kodem płatnym, rozpowszechanie bez pisemnej zgody autora zabronione
* Moduł można zakupić na stronie Presta-Mod.pl. Modyfikacja kodu jest zabroniona,
* wszelkie modyfikacje powodują utratę gwarancji
*
* http://presta-mod.pl
*
* DISCLAIMER
*
*
*  @author    Presta-Mod.pl Rafał Zontek <biuro@presta-mod.pl>
*  @copyright 2014-2025 Presta-Mod.pl
*  @license   Licecnja na jedną domenę
*  Presta-Mod.pl Rafał Zontek
*/
.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.in {
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header:after {
	content: "";
	display: table;
	clear: both
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:after {
	content: "";
	display: table;
	clear: both
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 600px;
		margin: 30px auto
	}

	.modal-sm {
		max-width: 300px
	}

}

@media (min-width:992px) {
	.modal-lg {
		max-width: 900px
	}

}

#askforpricemodal {
	display: none;
}

.send_notofication_label {
	display: inline-block;
}

#askforprice:before {
	content: "\f059";
	font-family: "FontAwesome";
    color: #7a4b00;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: 7px;
    left: 11px;
    font-weight: normal;
}

#askforprice {
    position: relative;
    display: inline-block;
    margin: 8px 0;
    padding: 8px 14px 8px 38px;
    border: 1px solid #f0c36d;
    border-left: 4px solid #f0ad4e;
    border-radius: 3px;
    background: #fff8e5;
    color: #5f3d00;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
}

#askforprice:hover,
#askforprice:focus {
    background: #fff1c2;
    color: #3f2900;
    text-decoration: none;
}

#usefull_link_block li #askforprice,
#usefull_link_block li #askforprice:link,
#usefull_link_block li #askforprice:visited {
    display: block !important;
    width: 100% !important;
    margin: 8px 0 10px !important;
    padding: 10px 14px 10px 42px !important;
    border: 1px solid #d6a33a !important;
    border-left: 4px solid #c47a00 !important;
    border-radius: 2px !important;
    background: #fff3c4 !important;
    box-shadow: none !important;
    color: #3f2a00 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 19px !important;
    text-decoration: none !important;
}

#usefull_link_block li #askforprice:before {
    top: 10px !important;
    left: 13px !important;
    color: #7a4b00 !important;
    font-size: 18px !important;
}

#usefull_link_block li #askforprice:hover,
#usefull_link_block li #askforprice:focus {
    background: #ffe39a !important;
    border-color: #c47a00 !important;
    border-left-color: #9f5d00 !important;
    color: #2d1d00 !important;
}

#askforpricemodal .modal-content {
    max-width: 760px;
    margin: 0 auto;
}

#askforpricemodal .pmaskforprice_form {
    padding: 24px 34px 20px;
}

#askforpricemodal .pmaskforprice_form h3 {
    margin: 18px 0 20px;
    font-size: 24px;
    font-weight: 400;
}

#askforpricemodal .pmaskforprice_product_head {
    display: table;
    width: 100%;
    margin-bottom: 8px;
}

#askforpricemodal .pmaskforprice_product_image {
    display: table-cell;
    width: 76px;
    vertical-align: top;
}

#askforpricemodal .pmaskforprice_product_image img {
    max-width: 58px;
    height: auto;
}

#askforpricemodal .pmaskforprice_product_desc {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

#askforpricemodal .pmaskforprice_field {
    display: block !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

#askforpricemodal .pmaskforprice_label {
    display: block !important;
    width: auto !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    font-weight: 700;
    line-height: 18px;
    white-space: nowrap !important;
}

#askforpricemodal .pmaskforprice_control {
    display: block !important;
    width: 100% !important;
}

#askforpricemodal .pmaskforprice_control .form-control {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 34px;
    box-sizing: border-box;
}

#askforpricemodal .pmaskforprice_control textarea.form-control {
    min-height: 92px;
    height: 92px;
    resize: vertical;
}

#askforpricemodal .pmaskforprice_required {
    margin: 2px 0 8px !important;
    color: #555;
}

#askforpricemodal .modal-footer {
    padding: 16px 28px;
}

@media (min-width: 560px) {
    #askforpricemodal .modal-content {
        width: 720px;
    }
}
