#prices{
	padding-bottom: 20px; 
}
.price_cnt {
	text-align: center;
	position: relative;
	transition: .2s;
        background-color: #fff!important;
        z-index:1;
}
.price_cnt:hover{
	box-shadow: 0 0 32px #ccc;
	transition: .5s;
}
@media (max-width: 767px) {
	.price_cnt {
		margin-bottom: 0;
	}
	.price_cnt:hover{
		box-shadow: unset;
	}
}
@media(min-width: 768px){
    .price_cnt:hover{
		margin: -10px;
		z-index: 99;
		padding: 10px;
		box-shadow: 0 0 10px #ccc;
    }
}
.price_img{
	height: 197px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.price_text-text{
	padding: 16px 20px 0;
}
.property_heading {
	font-size: 22px;
	text-align: left;
	margin-bottom: 18px;
	min-height: 135px;
}
.price_text {
	display: flex;
	flex-direction: column;
}

/*prices*/
.prices_cnt{
	margin: 26px auto 35px;
	width: max-content;
	display: flex;
	align-items: center;
}
.price {
	font-size: 22px;
	font-weight: 600;
	margin-right: 18px;
	float: left;
}
.old_price{
	color: #757575;
	text-decoration: line-through;
	float: left;
}
@media (max-width: 767px) {
	.price {
		font-size: 20px;
	}
}
.price_callback{
	display: block;
	font-size: 0.8em;
    font-family: var(--prv_font_family);
    text-transform: uppercase;
    color: var(--prv_btn_color);
    padding: 27px;
    text-align: center;
    line-height: 1;
}
.price_callback:hover,
.price_callback:focus{
	background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.hr{
	height: 1px;
	background-color: #EEF1F4;
}

/*goods*/
.goods_prices {
	margin: 0 auto;
	text-align: left;
	line-height: 16px;
}
.goods_row{
	background: url(dott.png) 0 10px repeat-x;
	margin-bottom: 35px;
}
.goods_name_cnt{
	float: left;
	max-width: 105px;
}
.goods_name_cnt>span.goods_name{
	padding-right: 10px;
	display: table-caption;
	min-width: 68px;
}
.goods_price{
	float: right;
	width: 100px;
	text-align: right;
}
.goods_price_block{
	padding-left: 10px;
}
.goods_name,
.goods_price_block{
	background: #fff;
}

/*owl style*/
#price_list_owl .owl_btn-right a,
#price_list_owl .owl_btn-right a:focus,
#price_list_owl .owl_btn-left a,
#price_list_owl .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
#price_list_owl .owl-prev{
    left: -48px;
}   
#price_list_owl .owl-next{
    right: -48px;
}
#price_list_owl .owl-next,
#price_list_owl .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
#price_list_owl .owl-dots{
    bottom: auto;
}
#price_list_owl .owl-next a .carousel-arrow,
#price_list_owl .owl-prev a .carousel-arrow{
    fill: #757575;
}
#price_list_owl .owl-next:not(.disabled):hover .carousel-arrow,
#price_list_owl .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
#price_list_owl .owl-stage-outer{
    padding: 20px 0;
}
#price_list_owl .owl-item{
    z-index: -1;
}
#price_list_owl .owl-item:hover{
    z-index: 1;
}
#prices .heading{
    margin-bottom: 28px;
}