/** GENERAL */
.filter-hero-inner,
.qft-filters-marketingxperts .qft-filters {
	border: 1px solid #DEDCDC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px;
}

.qft-filters-marketingxperts .qft-filters {
	border: none;
}

.qft-filters-marketingxperts .qft-filter h4 {
	margin: 0;
	padding: 5px 0 10px;
	font-size: 16px;
	font-weight: 700;
}

.qft-filters-marketingxperts .qft-filter .qft-values li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 5px 0;
	position: relative;
}

.qft-filters-marketingxperts .qft-filter .qft-values li input[type="radio"],
.qft-filters-marketingxperts .qft-filter .qft-values li input[type="checkbox"] {
	position: absolute;
	top: 10px;
}
.qft-filters-marketingxperts .qft-filter .qft-values li label {
	display: inline-block;
	padding-left: 20px;
}

.qft-price-total {
	/* color: #D05700; */
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: right;
	width: 100% !important;
}

/** OVERVIEW PAGE */
.page-template .filter-hero-inner {
	margin-bottom: 30px;
}

.page-template .filter-title {
	align-items: center;
	width: 40%;
}

.page-template .qft-filters-marketingxperts.filter-horz.cc-filter {
	width: 60%;
}

@media only screen and (max-width: 991px) {
	.page-template .filter-hero,
	.page-template .filter-hero-inner,
	.page-template .filter-title,
	.page-template .filter-title h1,
	.page-template .qft-filters-marketingxperts.filter-horz.cc-filter {
		width: 100%;
	}

	.page-template .filter-title {
		padding-bottom: 10px;
		padding-top: 20px;
		text-align: center;
	}
}

.page-template .qft-filters-marketingxperts.filter-horz.cc-filter .qft-filters .qft-filter {
	border-bottom: none;
	width: calc( 100% / 12 * 6 );
}

@media only screen and (max-width: 991px) {
	.page-template .qft-filters-marketingxperts.filter-horz.cc-filter .qft-filters .qft-filter {
		width: 50%;
	}
}

@media only screen and (max-width: 680px) {
	.page-template .qft-filters-marketingxperts.filter-horz.cc-filter .qft-filters .qft-filter {
		width: 100%;
	}
}

.page-template .qft-filter-results.companies-horz.results-active {
	width: 100%;
}

.qft-price-list .qft-sum {
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: bold;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}

.qft-price-list .qft-sum:before {
	color: #000000;
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	left: 0;
	position: absolute;
	top: 0;
}

.qft-price-list .qft-sum:not(:last-of-type):after {
	border-bottom: 1px dotted #DEDCDC;
	bottom: 0;
	content: '';
	left: 25px;
	position: absolute;
	right: 0;
}

.qft-price-list .qft-sum .label {
	max-width: 70%;
}

.object-side .qft-price-total {
	border-top: 1px solid #DEDCDC;
	margin-top: 15px;
	padding-top: 10px;
}

@media only screen and (max-width: 991px) {
	.qft-filters-marketingxperts .qft-filters {
		border: 1px solid #DEDCDC;
		border-top: none;
		border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		-ms-border-radius: 0 0 10px 10px;
		-o-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
	}
}

/** SINGLE */
.qft-filters-marketingxperts .qft-filter {
	padding: 20px 0;
}

.qft-filters-marketingxperts .qft-filter:not(:last-child) {
	border-bottom: 1px solid #DEDCDC;
}

/** SINGLE PAGE */
.qft-filters-marketingxperts.qft-filter-single .filter-horz {
	padding: 10px 5px;
}

.qft-filters-marketingxperts.qft-filter-single .filter-horz .qft-filter {
	border-bottom: none;
	width: 50%;
}

.single-qft_quotations .cc-filter {
	width: 100%;
}

@media only screen and (max-width: 680px) {
	.qft-filters-marketingxperts.qft-filter-single .filter-horz .qft-filter {
		width: 100%;
	}
}

/** Single button */
.qft-btn-quotation {
	margin-top: 30px;
}

.qft-btn-quotation .btn-inner a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 25px 8px !important;
	position: relative;
}

.qft-btn-quotation a:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #B54C01;
}
.qft-btn-quotation a .submit i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


.qft-btn-quotation span {
	position: absolute;
	line-height: 0;
}
.qft-btn-quotation span i {
	transform-origin: center center;
}

.qft-btn-quotation span:nth-of-type(1) {
	top: 50%;
	transform: translateY(-50%);
}

.qft-btn-quotation span:nth-of-type(2) {
	top: 100%;
	transform: translateY(0%);
	font-size: 24px;
}

.qft-btn-quotation span:nth-of-type(3),
.qft-btn-quotation span:nth-of-type(4) {
	display: none;
}

.qft-btn-quotation .submit {
	padding-left: 15px;
	padding-right: 0;
	width: 100%;
}

.qft-btn-quotation .submit i {
	right: 30px !important;
}

.qft-btn-quotation.qft-btn-sending {
	background-color: #B54C01;
}

.qft-btn-quotation.qft-btn-sending a:before {
	width: 100%;
	transition: width 3s linear;
}

.qft-btn-quotation.qft-btn-sending span:nth-of-type(1) {
	top: -100%;
	transform: translateY(-50%);
}

.qft-btn-quotation.qft-btn-sending span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}

.qft-btn-quotation.qft-btn-sending span:nth-of-type(2) i {
	animation: loading 3s linear infinite;
}

.qft-btn-quotation.qft-btn-sending span:nth-of-type(3),
.qft-btn-quotation.qft-btn-sending span:nth-of-type(4) {
	display: none;
}

.qft-btn-quotation.qft-btn-send-succes a {
	background-color: #01C137 !important;
	border: 1px solid #01C137 !important;
}

.qft-btn-quotation.qft-btn-send-succes .submit,
.qft-btn-quotation.qft-btn-send-failure .submit,
.qft-btn-quotation.qft-btn-send-succes .loading,
.qft-btn-quotation.qft-btn-send-failure .loading {
	display: none;
}

.qft-btn-quotation.qft-btn-send-succes .check,
.qft-btn-quotation.qft-btn-send-failure .warning {
	display: block !important;
	font-size: 20px;
	font-weight: bold;
	animation: scale 0.5s linear;
}

.qft-btn-quotation.qft-btn-send-succes .check i,
.qft-btn-quotation.qft-btn-send-failure .warning i {
	font-size: 24px;
	margin-left: 15px;
	transform-origin: center center;
}

.qft-btn-quotation.qft-btn-send-failure a {
	background-color: #DBB803 !important;
	border: 1px solid #DBB803 !important;
}

.qft-btn-quotation.qft-btn-send-failure .warning {
	color: #000000;
}

@-moz-keyframes loading {
	100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes loading {
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loading {
	100% {
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg);
	}
}

@keyframes scale {
	0%   { transform: scale(10); }
	50%  { transform: scale(0.2); }
	70%  { transform: scale(1.2); }
	90%  { transform: scale(0.7); }
	100% { transform: scale(1); }
}
