.grid {
margin-top: 28px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: space-between;
}
.kc-css-798924{
padding: 0;
}
.sh_gal_item {
margin: 0 10px 30px 10px;
width: calc(25% - 20px);
cursor: pointer;
}
.item p {
margin: 0;
}
.item:hover .ref_infoarea {
background-color: #e64415;
} .grid:after {
content: '';
display: block;
clear: both;
} .filters {
text-align: right;
}
.ui-group {
display: inline-block;
margin-left: 8px;
}
.ui-group .button-group {
display: inline-block;
margin-right: 20px;
}
.gal_imgheader {
width: 100%;
height: 270px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.gal_filter_text {
font-family: var(--hdl_fnt);
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 18px;
align-items: center;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #000000;
margin-right: 35px;
}
.gal_textblock h4 {
margin: 16px 0 4px 0;
}
.gal_textblock .overline {
margin: 0 0 8px 0;
padding-bottom: 8px;
}
.ov_price_statt {
font-family: var(--hdl_fnt);
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 18px;
display: flex;
align-items: center;
letter-spacing: 0.05em;
text-decoration-line: line-through;
color: #000000;
float: left;
padding-top: 4px;
}
.ov_price_now {
font-family: var(--hdl_fnt);
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
display: flex;
align-items: center;
text-align: left;
letter-spacing: 0.02em;
color: #768470;
float: left;
padding-left: 16px;
}
select.filter-select {
font-family: var(--hdl_fnt);
border: none; background-color: #fff;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 1.5;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #768470;
padding: 12px auto;
overflow: visible;
width: calc(100% - 20px);
padding-bottom: 12px;
padding-left: 20px;
padding-top: 12px;
padding-right: 20px;
border-radius: 4px;
margin-right: 20px;
}
select.filter-select option {
font-family: var(--hdl_fnt);
background-color: #fff;
color: #000;
line-height: 24px;
padding: 8px 18px;
font-size: 14px;
}
select.filter-select{
position: relative;
}
select.filter-select:after  {
content:'<>';
font:11px "Consolas", monospace;
color:#aaa;
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
right:8px; top:2px;
padding:0 0 2px;
border-bottom:1px solid #ddd;
position:absolute;
pointer-events:none;
}
@media screen and (max-width:999px) {
.sh_gal_item {
margin: 0 10px 30px 10px;
width: calc(50% - 20px);
cursor: pointer;
}
}
@media screen and (max-width:767px) {
.gal_filter_text {
display: block;
width: 100%;
}
.ui-group {
width: calc(50% - 10px);
margin: 16px 0;
}
}
@media screen and (max-width:600px) {
.gal_filter_text {
display: block;
width: 100%;
}
.ui-group {
width: calc(100% - 10px);
margin: 16px 0;
}
}
@media screen and (max-width:560px) {
.sh_gal_item {
margin: 0 10px 30px 10px;
width: calc(100% - 20px);
cursor: pointer;
}
}