.adr.top-header{
    display:flex;
    justify-content: space-between;
}
.adr.top-header > div{
    width:50%;
    flex-grow:1;
}
.gallery-icon{
	overflow:hidden;
}
.pagination a,
.paginationCurrent,
.paginationPrevNext{
    margin: 0px 10px 0px 0px;
    border: 1px #f2f2f2 solid;
    padding: 10px;
    text-decoration: none;
    color: #9b9b9b;
    font-weight: bold;
}
.pagination a:hover,
.paginationCurrent{
    border: 1px #7092bf solid;
    color: #7092bf;
    text-decoration: none;
}


.element-tabs ul.tabs {
margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-left: 1px solid #999;
}
.element-tabs ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
.element-tabs ul.tabs li a {
    text-decoration: none;
    display: block;
    padding: 0 20px;
    background-color: #f8f8f8;
    font-family: 'Roboto';
    font-size: 14px;
    color: #5e5e5e;
}
.element-tabs ul.tabs li a:hover,
.element-tabs ul.tabs li.active a {
	background: #dfdddd;
}
.element-tabs  ul.tabs li.active, .element-tabs  ul.tabs li.active a:hover  {
	/*background: #fff;
	border-bottom: 1px solid #fff;*/
}
.element-tabs .tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
}
.element-tabs .tab_content {
padding: 20px 0px 0px 0px;
}
.element-tabs .tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.element-tabs .tab_content h3 a{
	color: #254588;
}
.element-tabs .tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.element-tabs h4 {
  font-weight: bold;
}

.specifications{
  margin: 32px 0px 40px 0px;
}
.element-tabs table tr:first-child td,
.specifications table tr:first-child td {
    background-color: #f8f8f8;
    font-family: 'Roboto';
    font-size: 14px;
    color: #5e5e5e;
}

.element-tabs table tr td,
.specifications table tr td {
    font-family: 'Roboto';
    font-size: 14px;
    color: #797979;
    padding: 10px 20px;
}


.tab_container .gallery-thumbnials a{
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0px 10px 10px 0px;
}
.tab_container .gallery-thumbnials img{
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.container .price{
  font-size: 17px;
  font-weight: bold;
  color: #6c94c7;    
}
.container .price span{
  font-weight: normal;
}
.bx_filter .bx_filter_parameters_box + .bx_filter_parameters_box {
    max-width: 265px;
}

.pump-article {
    font-family: 'Arial' !important;
    font-size: 16px !important;
	color: #333;
}

.pump-article p {
    font-family: 'Arial' !important;
    font-size: 16px !important;
	color: #333;
	line-height: 1.42857143;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

.pump-article h2 {
    font-family: 'Arial' !important;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
}

.pump-article table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
}

.pump-article th {
	font-weight: bold;
	padding: 5px;
	background: #F5F5F5;
	border: 1px solid #dddddd;
    text-align: center;
}

.pump-article td {
	border: 1px solid #dddddd;
	padding: 5px;
}

.pump-article tr:hover {
    background-color: #EDEFF2;
}

.pump-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media (max-width: 900px) {
  .pump-container {
    flex-direction: column;
  }
}

.pump-img {
	display: block;
	margin: 0 auto !important;
}