#wpro-banner .wpro-banner-search .lp-search-bar {
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.lp-search-bar form.form-inline {
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

.lp-search-bar form .custom-catgory-wrapper {
    min-width: 330px;
	display: flex;
}

.lp-search-bar form .custom-catgory-wrapper .custom-catgory-box {
    display: flex;
    align-items: center;
    height: 56px;
    border: 1px solid #d9d9d9;
    border-radius: 5px 0 0 5px;
    background: #fff;
    flex-grow: 1;
    padding: 0 9px;
}

.lp-search-bar form .custom-catgory-wrapper .custom-catgory-box .dropdown-arrow {
    width: 18px;
    height: 18px;
    margin-right: 9px;
    display: flex;
}

.lp-search-bar form .custom-catgory-wrapper .custom-catgory-box .dropdown-arrow svg {
    width: 100%;
    height: 100%;
}

.lp-search-bar form .custom-catgory-wrapper .custom-catgory-box input {
    width: calc(100% - 12px);
	height: 100%;
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	color: #222;
}

.lp-search-bar form .custom-catgory-wrapper .custom-catgory-box input::placeholder {
	color: #222;
}

.lp-search-bar form .custom-catgory-wrapper .custom-dropdown-list {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    background: #fff;
    border-radius: 8px;
	box-shadow: 0 1px 5px #00000026;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown {
    display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
    max-height: 645px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    border-radius: 8px;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown .custom-lp-parent-cat {
	width: 33.33% !important;
    border-right: 1px solid #d9d9d9 !important;
    border: none;
    height: -webkit-fill-available;
    padding: 0 !important;
    float: none !important;
	background: #fff !important;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown .custom-lp-parent-cat:last-child {
    border-right: none !important;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown .custom-lp-parent-cat span {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    transition: 0.3s;
    gap: 15px;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown .custom-lp-parent-cat i {
	font-size: 26px;
	color: #222;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown .custom-lp-parent-cat span:hover {
    color: #CE142A;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown .custom-lp-parent-cat span:hover i {
    color: #CE142A;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown .custom-lp-parent-cat .custom-lp-subcats .custom-lp-subcat span {
    font-weight: 400;
}

.lp-search-bar form .custom-catgory-wrapper .custom-catgory-box .clear-cat-input {
    width: 20px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    border-radius: 50%;
    cursor: pointer;
}

.lp-search-bar form .custom-catgory-wrapper .custom-catgory-box .clear-cat-input i {
    font-size: 10px;
}




/* loc */
.lp-search-bar .custom-location-wrapper {
    min-width: 250px;
    display: flex;
    align-items: center;
    height: 56px;
    border: 1px solid #d9d9d9;
    border-left: none;
    border-radius: 0;
    background: #fff;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0 9px;
    position: relative;
}

.lp-search-bar .custom-location-wrapper .custom-location-box {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    gap: 14px;
}

.lp-search-bar .custom-location-wrapper .custom-location-box .dropdown-loc-arrow {
    color: #8c8c8c;
    font-size: 12px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-search-bar .custom-location-wrapper .custom-location-box input {
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222;
}

.lp-search-bar .custom-location-wrapper .custom-location-box input::placeholder {
    color: #222;
}

.lp-search-bar .custom-location-wrapper .custom-location-list {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    background: #fff;
    border-radius: 8px;
	box-shadow: 0 1px 5px #00000026;
}

.lp-search-bar .custom-location-wrapper .custom-location-list .custom-lp-loc-dropdown .custom-lp-parent-loc span {
    display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
	cursor: pointer;
	border-bottom: 1px solid #d9d9d9;
	transition: 0.3s;
}

.lp-search-bar .custom-location-wrapper .custom-location-list .custom-lp-loc-dropdown .custom-lp-parent-loc span:hover {
    color: #CE142A;
}

.lp-search-bar .custom-location-wrapper .custom-location-list .custom-lp-loc-dropdown {
    display: flex;
    flex-direction: column;
    max-height: 645px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown .lp-wrap-title {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    gap: 15px;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown .lp-wrap-title img {
    width: 50px;
    height: 50px;
	border-radius: 8px;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown .lp-wrap-title .lp-s-title a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown .lp-wrap-title .lp-s-title a .lp-loc {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown .lp-wrap-more-results {
    padding: 10px 16px;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown.active .custom-lp-parent-cat span {
    font-weight: 400;
}

.custom-catgory-wrapper .custom-dropdown-list .custom-lp-cat-dropdown.active .custom-lp-parent-cat span i {
    font-size: 20px;
}

.lp-search-bar .custom-location-wrapper .custom-location-list .custom-lp-loc-dropdown.active .custom-lp-parent-loc span {
    font-weight: 400;
}

.lp-search-bar .custom-location-wrapper .custom-location-list .custom-lp-loc-dropdown .custom-lp-parent-loc.has-sub-loc .custom-lp-sublocs {
    display: none;
}

.lp-search-bar .custom-location-wrapper .custom-location-list .custom-lp-loc-dropdown .custom-lp-parent-loc.has-sub-loc span::after {
    position: relative;
    content: '\f078';
    /*font-family: 'Font Awesome 6 Free';*/
    color: #222;
    font-size: 14px;
	transition: 0.3s;
	font-weight: bold;
}

.lp-search-bar .custom-location-wrapper .custom-location-list .custom-lp-loc-dropdown .custom-lp-parent-loc.has-sub-loc.open span::after {
    transform: rotate(180deg);
}

.lp-search-bar .custom-location-wrapper .custom-location-box .clear-loc-input {
    width: 20px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    border-radius: 50%;
    cursor: pointer;
}

.lp-search-bar .custom-location-wrapper .custom-location-box .clear-loc-input i {
    font-size: 10px;
}

.lp-search-bar .form-group.pull-right {
    height: 56px;
}

.lp-search-bar .form-group.pull-right .lp-search-bar-right {
    border-radius: 0 8px 8px 0 !important;
    height: 100%;
}

.lp-search-bar .form-group.pull-right input.lp-search-btn {
    height: 100%;
    border-radius: 0 8px 8px 0 !important;
	font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

.lp-search-bar .custom-location-wrapper .custom-location-list .custom-lp-loc-dropdown .custom-lp-parent-loc.has-sub-loc .custom-lp-sublocs .custom-lp-subloc span::after {
    display: none;
}

.lp-search-bar .custom-location-wrapper .custom-location-list .custom-lp-loc-dropdown .custom-lp-parent-loc.has-sub-loc .custom-lp-sublocs .custom-lp-subloc span {
    font-weight: 400;
    border: none;
    padding: 12px 16px;
}





.mobile-modal.mobile-cat-locs {
	display: none;
	position: fixed;
	left: 0; right: 0; bottom: 0;
	height: 80%;
	background: #fff;
	border-radius: 22px 22px 0 0;
	box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
	z-index: 1000;
	animation: slideUp 0.3s ease;
}

.mobile-modal.mobile-cat-locs.active {
	display: block;
}

.mobile-modal.mobile-cat-locs .mobile-modal-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.mobile-modal.mobile-cat-locs .mobile-modal-header {
    padding: 24px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-modal.mobile-cat-locs .mobile-modal-header span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body {
    flex: 1;
    overflow-y: auto;
	scrollbar-width: thin;
    padding: 0px 0px 10px 0px;
}

.mobile-modal.mobile-cat-locs .mobile-modal-header .close-modal {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    color: #222;
    display: flex;
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.wrapperMobile {
    background: #fff;
    min-width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 10px;
}

#catgory-wrapperMobile {
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #d9d9d9;
}

#location-wrapperMobile {
    border: 1px solid #d9d9d9;
    border-left: none;
}

.wrapperMobile svg {
    width: 18px;
    height: 18px;
}

.wrapperMobile span {
    font-size: 14px;
    font-weight: 500;
}

/* locs mobile */
.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-box {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 8px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 52px;
	margin: 0 16px;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-box #custom-loc-search-mobile {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222;
    padding: 10px;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-box #custom-loc-search-mobile::placeholder {
    color: #222;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-box .dropdown-loc-arrowMobile {
    display: flex;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-box .dropdown-loc-arrowMobile svg {
    width: 18px;
    height: 18px;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-box .clear-loc-input-mobile {
    cursor: pointer;
    text-decoration: underline;
    color: #6c6c6c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-list {
    border-top: 1px solid #d9d9d9;
    margin-top: 24px;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-list .mobile-lp-loc-dropdown .mobile-lp-parent-loc a {
    transition: 0.3s;
    padding: 16px;
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
	color: #222;
	border-bottom: 1px solid #d9d9d9;
}

.lp-search-bar .custom-location-wrapper .custom-location-list .custom-lp-loc-dropdown .custom-lp-parent-loc:last-child span {
    border: none;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-list .mobile-lp-loc-dropdown .mobile-lp-parent-loc .parent-name {
    transition: 0.3s;
    padding: 16px;
    width: 100%;
    display: flex;
	justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #222;
    border-bottom: 1px solid #d9d9d9;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-list .mobile-lp-loc-dropdown .mobile-lp-parent-loc a:hover {
    color: #CE142A;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-list .mobile-lp-loc-dropdown .mobile-lp-parent-loc .mobile-lp-sublocs .mobile-lp-subloc a {
    padding: 12px 24px;
	border: none;
    font-weight: 400;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-list .mobile-location-text {
    padding: 20px 16px 20px 16px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
	text-align: start;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-list .mobile-lp-loc-dropdown .mobile-lp-parent-loc:last-child a {
    border: none;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-list .mobile-lp-loc-dropdown .mobile-lp-parent-loc.has-child .parent-name::after {
    position: relative;
    content: '\f078';
    /*font-family: 'Font Awesome 6 Free';*/
    color: #222;
    font-size: 14px;
    transition: 0.3s;
    font-weight: bold;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-list .mobile-lp-loc-dropdown .mobile-lp-parent-loc.has-child.active .parent-name::after {
    transform: rotate(180deg);
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .mobile-location-list .mobile-lp-loc-dropdown .mobile-lp-parent-loc.has-child .mobile-lp-sublocs {
    display: none;
}


/* cats mobile */
.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-catgory-box {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 8px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 52px;
    margin: 0 16px;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-catgory-box .dropdown-arrow svg {
    width: 18px;
    height: 18px;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-catgory-box .dropdown-arrow {
    display: flex;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-catgory-box #custom-cat-search {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222;
    padding: 10px;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-catgory-box .clear-cat-input {
    cursor: pointer;
    text-decoration: underline;
    color: #6c6c6c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-dropdown-list {
    display: flex !important;
	flex-direction: column;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-dropdown-list .custom-lp-cat-dropdown,
.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-dropdown-list .custom-lp-cat-dropdown.active {
    width: 100% !important;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-dropdown-list,
.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-dropdown-list.active {
    width: 100% !important;
	overflow-y: unset;
    max-height: 100%;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-dropdown-list .custom-lp-cat-dropdown a {
    transition: 0.3s;
    padding: 16px;
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #222;
    border-bottom: 1px solid #d9d9d9;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-dropdown-list .custom-lp-cat-dropdown .custom-lp-subcats .custom-lp-subcat a {
    font-weight: 400;
    border: none;
    padding: 12px 24px;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-dropdown-list .model-category-text {
    padding: 20px 16px 20px 16px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
    text-align: start;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-dropdown-list .custom-lp-cat-dropdown .lp-wrap-title {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    gap: 15px;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-dropdown-list .custom-lp-cat-dropdown .lp-wrap-title img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-dropdown-list .custom-lp-cat-dropdown .lp-wrap-title a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
    padding: 0;
}

.mobile-modal.mobile-cat-locs .mobile-modal-body .custom-dropdown-list .custom-lp-cat-dropdown .lp-wrap-title a .lp-loc {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
}

.pageSearch-lp-search-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: relative;
}

.pageSearch-lp-search-bar .lp-search-bar form .form-group.pull-right {
    margin: 0;
}

.pageSearch-lp-search-bar .lp-search-bar form .form-group.pull-right .lp-search-bar-right i {
    color: #fff;
}

.pageSearch-lp-search-bar .lp-search-bar form .form-group.pull-right .lp-search-bar-right {
    background: var(--p-color);
    border: 1px solid var(--p-color);
}

.pageSearch-lp-search-bar .lp-search-bar form .form-group.pull-right .lp-search-bar-right:hover {
    background: #fff;
}

.pageSearch-lp-search-bar .lp-search-bar form .form-group.pull-right .lp-search-bar-right:hover input.lp-search-btn {
    background: #fff;
	color: #CE142A;
}

.pageSearch-lp-search-bar .lp-search-bar form .form-group.pull-right .lp-search-bar-right:hover i {
    color: #CE142A;
}

@media (max-width: 1199px) {
	.pageSearch-lp-search-bar .lp-search-bar form .form-group.pull-right .lp-search-bar-right i {
		top: 16px;
	}
	.lp-search-bar form.form-inline .form-group.pull-right .lp-search-bar-right i {
		top: 16px;
	}
}

@media (max-width: 980px) {
	.pageSearch-lp-search-bar .lp-search-bar form .form-group.pull-right .lp-search-bar-right {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.pageSearch-lp-search-bar .lp-search-bar {
		width: 70%;
	}
	#wpro-banner .wpro-banner-search .lp-search-bar {
		width: 70%;
	}
	.lp-search-bar .form-group.pull-right .lp-search-bar-right {
		margin: 0;
		border-radius: 8px !important;
	}
	.lp-search-bar .form-group.pull-right input.lp-search-btn {
		border-radius: 8px !important;
	}
	.lp-search-bar form.form-inline {
		flex-direction: column;
		gap: 10px;
	}
	#catgory-wrapperMobile, #location-wrapperMobile {
		border-radius: 5px;
	}
	#location-wrapperMobile {
		border-left: 1px solid #d9d9d9;
	}
	.lp-search-bar form.form-inline .wrapperMobile {
		width: 100%;
		min-width: 100%;
	}
	.lp-search-bar .custom-location-wrapper {
		width: 100%;
		min-width: 100%;
	}
	.lp-search-bar form .custom-catgory-wrapper {
		width: 100%;
		min-width: 100%;
	}
}

@media (max-width: 667px) {
	.pageSearch-lp-search-bar .lp-search-bar form .form-group.pull-right .lp-search-bar-right {
		width: -webkit-fill-available;
	}
}

@media (max-width: 540px) {
	.pageSearch-lp-search-bar .lp-search-bar {
        width: 100%;
    }
}