.brns_result::after{
    content: '';
    clear: both;
    display: block;
}
.brns_product {
    width: 23%;
    float: left;
    margin: 1%;
    margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.brns_product .second_image {
    display: none;
}
.brns_product .image img {
    float: left;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.brns_product .title {
/*     min-height: 40px; */
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
	margin-top: 210px;
}
.brns_product .price {
    text-align: center;
    color: #bf953f;
	font-size: 16px;
}
.brns_product {
    display: none;
}
.brns_product.active {
    display: block;
}
.brns_pagination::before {
    content: '';
    clear: both;
    display: block;
}
.brns_pagination .pg_inside {
    display: flex;
    justify-content: space-evenly;
    width: 50%;
    margin: auto;
}
.brns_pagination .pg:hover {
    cursor: pointer;
}
.brns_pagination .pg.active {
    color: #bf953f;
}
.brns_top:after {
    content: '';
    display: block;
    clear: both;
}
.brns_filter {
    width: 49%;
    float: left;
    margin-left: 1%;
}
.brns_filter select {
    min-width: 400px;
}
.brns_search {
    width: 49%;
    float: left;
    margin-right: 1%;
}
.brns_loading,
.brns_no_results {
    margin: 50px;
    text-align: center;
}
.yith-ywraq-add-to-quote {
    display: none;
}
body.single-product .summary-container .product-border,
body.single-product .product_meta {
    display: none;
}
.brns_ask_offer {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    background: #000000b5;
}
.brns_ask_offer_inside {
    width: 50%;
    margin: auto;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    position: relative;
}
.brns_ask_offer_close:hover {
    cursor: pointer;
}
.brns_ask_offer_close {
    position: absolute;
    right: 25px;
    top: 25px;
    font-weight: 900;
    font-size: 30px;
    background: #000;
    line-height: 30px;
    color: #fff;
    padding: 1px 10px 6px 10px;
    border-radius: 50%;
}
.brns_ask_offer .fusion-button,
.brns_ask_offer .fusion-button:hover {
    background: #000 !important;
}
.brns_ask_for_offer:hover {
    cursor: pointer;
}
.brns_ask_for_offer {
    width: 200px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px;
}
body.single-product .woocommerce-product-attributes {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 20px;
}
body.single-product .shop_attributes tr th {
    width: 40%;
}
body.single-product .woocommerce-tabs {
    padding-top: 0px;
}
body.single-product .related.products {
    display: none;
}
.brns_bottom_single_product {
    margin-top: 20px;
}
.brns_bottom_single_product .brns_pagination {
    margin-bottom: 50px;
}
.price_no_vat {
    color: red;
    font-size: 16px;
}
.brns_ask_offer_inside .fusion-form-form-wrapper .fusion-form-field .fusion-form-input-with-icon .fusion-form-input {
    padding-left: 1em !important;
}
.brns_result .see_more {
	font-size: 14px;
    background: #bf953f;
    color: #fff;
    text-align: center;
    line-height: 30px;
	letter-spacing: 0.5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.brns_result .see_more:hover {
	background: #000;
}
.brns_result .price_info {
	font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
}
body.single-product .avada-page-titlebar-wrapper {
	z-index: 1;
    position: relative;
}
/* body.single-product #main:before, */
body.single-product .brns_custom_bg {
	content: '';
    position: absolute;
    top: 100px;
    left: 0;
    height: 800px;
    width: 100%;
	background-repeat: round;
/*     background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.7), rgb(255 255 255)),
    url('https://globalxpert.ro/wp-content/uploads/2023/01/BMW-X4M-Brooklyn-01-comp.jpg'); */
}
.brns_imobiliare_posts article#blog-1-post-10714 {
	display: none;
}
.brns_imobiliare_posts article .fusion-post-slideshow {
	min-height: 150px;
}
.brns_imobiliare_posts article .fusion-post-slideshow img {
	width: 300px;
    height: 150px;
    object-fit: cover;
}
.brns_imobiliare_posts article .fusion-post-content-wrapper {
	text-align: center;
}
.brns_result.imobiliare .brns_product .title {
	min-height: 30px;
}
.brns_result.imobiliare .brns_product .price,
.brns_result.imobiliare .brns_product .price_info {
	display: none;
}
.brns_under_cars .fusion-button span.fusion-button-text {
	margin-left: -185px;
}


/* RESPONSIVE */
@media screen and (max-width: 700px) {
    .brns_search,
    .brns_filter {
        width: 100%;
    }
    .brns_filter select {
        width: 100%;
        margin: 10px 0;
    }
    .brns_product {
        width: 100%;
    }
    .brns_pagination .pg_inside {
        width: 100%;
    }
    body.single-product .woocommerce-product-attributes {
        width: 100%;
    }
    body.single-product .shop_attributes tr th {
        width: 45%;
    }
    .brns_filter select {
        min-width: 0;
    }
    .brns_ask_offer_inside {
        width: 95%;
        padding: 50px 20px;
    }
	.brns_product .title {
		margin-top: 210px !important;
    	margin-bottom: 0 !important;
	}
/* 	body.single-product #main:before, */
	body.single-product .brns_custom_bg {
		height: 250px;
	}
	.brns_under_cars .fusion-button span.fusion-button-text {
		margin-left: -30px;
	}
}