#feedback_form_field{
	min-height: 600px;
}


.SearchPage{
 padding: 0;
}

.section-block{
	font-size: 18px;
	margin-top:20px;
}
.item-display img{
	width: 100%;
}
.item-inner{
    padding: 20px;
    margin: 0px 15px;
    margin-bottom: 25px;
    border: 1px solid #343434;
    text-align: center;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 467px;
}
.item-inner a{
	color: #000;
	text-align: center;
	overflow: hidden;
}
.item-inner a:hover{
	color: #ee9026;
	text-decoration: underline;
}
.item-inner > span {
    border: 1px solid #cecece;
    border-radius: 5px;
    display: block;
    width: max-content;
    padding: 5px 15px;
    font-size: 15px;
    min-height: auto !important;
}
.item-inner .price{
    margin: 12px 0;
    margin-bottom: 15px;
}
.item-inner .morebutton{
	height: 50px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item-inner .morebutton a{
	padding: 11px 26%;
    background: #ee9026;
    color: #fff;
    text-decoration: none;
    height: 50px;
}
.item-inner .morebutton .sh-more{
	width: 60%;
    padding: 11px;
    background: #fff;
    color: #ee9026;
    border: 1px solid;
}
.item-inner .morebutton .in-bas{
	width: 100%;
	padding: 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.item-inner .morebutton .in-bas img{
	max-height: 38px;
}


.form-body{
	max-width: 80%;
	margin:0 auto;
}
.form-input input{
	height: 62px;
	margin-bottom: 15px;
	border: 1px solid #686868;
}
.form-input textarea{
	height: 111px;
	padding-top: 12px;
}
.form-input input, .form-input textarea{
	width: 100%;
	padding-left: 12px;
}

#feedback_form_submit_search{
	margin: 0 auto;
    display: block;
    margin-top: 31px;
    width: 380px;
    padding: 21px;
    background-color: #EE9136;
    border: none;
    color: #fff;
    cursor: pointer;
}
#div-pk {
    display: flex;
    width: 44%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 18px;
}

#div-pk .requir {
    display: none;
}

#div-pk input {
    width: 13%;
    height: 32px;
    margin-bottom: 0px;
}
#div-pk span {
    padding-left: 35px;
    color: #b3b3b3;
}
#div-pk span a{
	 color: #b3b3b3;
	 text-decoration: underline;
}
#div-pk label:before {
    content: "";
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
form .title {font-size: 32px;text-align: center;}
form p {font-size: 18px;text-align: center; margin-top: 15px;color: #838383; width: 35%;margin: 25px auto;}




@media screen and (max-width: 1200px){
	.form-body{
		max-width: 100%;
		margin:0 auto;
	}
	#div-pk {
    width: 70%;
}
form p {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    color: #838383;
    width: 58%;
    margin: 25px auto;
}
#div-pk span {
    font-size: 18px;
}
.list-items-new .item .inner-wraper .item-name {
    height: 36%;
    display: block;
}
}

@media screen and (max-width: 767px){
    .form-body{
        max-width: 100%;
        margin:0 auto;
    }
    form{
        font-size: 14px;
    }
    form .title {font-size: 24px;text-align: center;}
    form p {font-size: 14px;text-align: center; margin-top: 15px;color: #838383;padding: 17px;}
    .form-label{
        font-size: 16px;
    }
    #feedback_form_submit_search {
    width: 293px;
}
#div-pk {
    width: 90%;
}
.list-items-new .item img{
    width: 100%;
    max-height: none;
}
.list-items-new .item .inner-wraper .item-name {
    height: 135px;
    display: block;
    font-size: 14px;
}
.price strong{
    font-size: 14px;
}
}

@media (min-width: 1200px) {
	.container-filt {
	    max-width: 1140px;
	    padding: 0 15px;
	}
}
@media (min-width: 1260px){
.container-filt {
    max-width: 1199px;
    padding: 0 15px;
}
}

@media (max-width: 992px) {
.item.item-display{
	margin-bottom: 25px;
}
}
.title-section{
	display: none;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
	.item.item-display {
	    margin-bottom: 5px;
	}
}

@media screen and (max-width: 1199px){
.item-inner a{
	height: 80px;
}
.item-inner{
    padding: 12px;
    height: auto;
}
.title-section{
	display: block;
	padding: 20px;
	text-align: center;
	font-size: 24px;
}
.section-block{
	font-size: 14px;
}
.title-filter {
    font-size: 18px;
}
.sh-more{
	display: none;
}
.item-inner .morebutton .in-bas{
	width: 100%;
	padding: 5px;
}
.item-inner .morebutton{
	height: 40px;
}
.item-inner .morebutton a{
    height: 40px;
}
.item-inner .morebutton .in-bas img {
    max-height: 29px;
}
}

@media (max-width: 767px) {
.item-inner{
    padding: 12px;
    margin-bottom: 0px;
}
.section-block{
	font-size: 14px;
}
.title-filter {
    font-size: 18px;
}
.item-inner .morebutton{
  display: none;
}
.mg-mob{
	margin: 0 2px;
}

}

@media screen and (min-width: 576px) and (max-width: 767px) {
.p-mob{
	padding: 0px;
}
.mg-mob{
    margin: 0 -15px;
}
.bottom-pagger.mg-mob{
        margin: 0 0 !important;
    }
}

@media (max-width: 576px) {
    #catalog-section .PageLister{
        padding: 0 15px;
    }
    .bottom-pagger.mg-mob{
        margin: 0 15px;
    }
	#feedback_form_field{
		min-height: 300px;
	}	
}
.search-result {display:none;}
.row.mg-mob{
    width: 100%;
    margin-bottom: 5px;
}
.navigation-pages a:last-child{
    display: none;
}