#js-paf-search-form {
background-color: #F2F2F2;
padding: 30px 30px 20px 30px;
border: 1px solid #d8d8d8;
}

#js-paf-search-form:hover {
border: 1px solid #ec662c;
}


.paf-attr-icon-information-mark {
	width: 18px;
	height: 18px;
	background-color: #ec662c;
	transition: all 0.2s ease-in-out;
}



.btn-primary:active:not(:disabled),
.btn-primary:focus:not(:disabled),
.btn-primary:hover:not(:disabled),
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--checkout-button-hover-bg,#ff681d);
    border-color: var(--checkout-button-hover-bg,#ff681d);
    color: var(--checkout-button-color,#fff);
    outline: none;
    box-shadow: none;
}
	


@media (max-width: 991.98px) {
	.product-name-manufacturer-box {
		display: none;
}
}

/*ár box megjelenítése a termékoldalon*/
body:not(.product-with-children-table) .flypage .product-cart-box {
    background: #f2f2f2;
    color: black;
    padding: 38px 40px 40px;
    margin-top: 14px;
border: 1px solid #d8d8d8;
}

.product-page-price, .product-page-price-special {
    color: black;
}

.kickerimage-section-body .kickerimage-card-img-overlay {
	background-color: rgba(242,242,242,.7);
}

.text-white {
    color: #000!important;
}

.kickerimage-section-body .kickerimage-description {
    margin-bottom: 0;
    color: #666666;
}

.kickerimage-button {
    font-weight: 800;
}

.kickerimage-section-body .kickerimage-button:before {
    background-color: #666666!important;
}

@media (max-width: 767.98px) {
.kickerimage-section-body .kickerimage-row .card {
    margin-bottom: 10px;
}
}

.search-module {
	border: 2px solid #f46518;
}

.col-lg-9 +.information-page {
	width:100%;
}

.input-width-300{
	width:100% !important;
}
.form-label-side label{
	width:250px!important;
	font-size: 0.8rem;
	font-weight: normal;
}
.label-nolabel{
	text-align: center;
}

.page-head-title{
	font-size:2.2rem;
}
.back-button{
	border-radius: 7%;
}