header + .tx-productfilter-pi1 {
  margin-top: 20px;
}

.tx-productfilter-pi1 .search-field {
  position: relative;
  margin-bottom: 20px;
}

.tx-productfilter-pi1 .search-field .fa {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tx-productfilter-pi1 .search-field .form-control {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none !important;
  border-radius: 0;
  padding-right: 20px;
  padding-left: 0;
}

.tx-productfilter-pi1 .card {
  border-top: 2px solid #519032;
  border-radius: 0;
  transition: 1s;
}

.tx-productfilter-pi1 .card:hover {
  box-shadow: 0 0 8px #ccc;
}

.tx-productfilter-pi1 .btn {
  border-radius: 0;
}

.tx-productfilter-pi1 .form-check {
  margin-bottom: 8px;
}

.tx-productfilter-pi1 .btn-lg-wrapper {
  margin: -.5rem -1rem;
}

.tx-productfilter-pi1 .btn-category {
  display: flex;
  align-items: center;
  color: currentColor;
}

.tx-productfilter-pi1 .btn-category .fa {
  margin-left: auto;
  font-size: 30px;
  transition: .5s;
}

.tx-productfilter-pi1 .btn-category:not(.collapsed) .fa {
  transform: scaleY(-1);
}

.tx-productfilter-pi1 .btn {
  cursor: pointer;
}

.tx-productfilter-pi1 .btn-link {
  text-decoration: none;
}

.tx-productfilter-pi1 .form-check-label {
  /*white-space: nowrap;*/
}

.tx-productfilter-pi1 .vue-slider-component .vue-slider-process {
  background-color: #519032;
}

.tx-productfilter-pi1 .form-check-label img {
  margin-top: -3px;
}

.tx-productfilter-pi1 article .product {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 8px #00000033;
  overflow: hidden;
  margin-bottom: 30px;
}

.tx-productfilter-pi1 article .product .content-inner{
  padding: 25px 30px 35px 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  /*min-height: 410px;*/
  position: relative;
}


.tx-productfilter-pi1 article .product .image {
  height: 250px;
  display: flex;
}

.tx-productfilter-pi1 article .product img {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  object-fit: cover;
}

.tx-productfilter-pi1 article .product a {
  width: 100%;
  text-transform: uppercase;
  margin-top: 30px;
}

.tx-productfilter-pi1 article .product a.btn {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 60px);
}

.tx-productfilter-pi1 article .product header p {
  color: #0085CD;
  font-weight: bold;
  margin-bottom: 0;
}

.tx-productfilter-pi1 article .product .product-title,
.tx-productfilter-pi1 article .product header h5 a {
  color: #002853;
  margin: 0px 0 30px;
}

.tx-productfilter-pi1 article .product p {
  font-size: 18px;
}

.tx-productfilter-pi1 article .product ul li::marker {

  content: "\f00c";
  font-family: fontawesome;
  color: #16539EE6;
}

.tx-productfilter-pi1 article .product ul {
  padding: 0;
  padding-left: 0px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.tx-productfilter-pi1 article .product ul li {
  padding-left: 15px;
}


/* ProductInformation */

.tx-productfilter-pi1 article .products-information .outer-box {
  margin-bottom: 30px;
}


.tx-productfilter-pi1 article .products-information .inner {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #5D686D1A;
  border-radius: 10px;
  padding: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 20px;
}

.tx-productfilter-pi1 article .products-information .inner img {
  margin-right: 20px;
}


/* List Mobile Tanks */

.tx-productfilter-pi1.list-mobile-tanks form {
  padding-bottom: 2em;
}

.tx-productfilter-pi1.list-mobile-tanks .card {
  border: none;
}

.tx-productfilter-pi1.list-mobile-tanks .card-header {
  border: none;
  padding: .25rem 1.25rem;
}

.tx-productfilter-pi1.list-mobile-tanks .card-header .btn-lg-wrapper{
  margin: 0;
}

.tx-productfilter-pi1.list-mobile-tanks .card-header .btn {
  padding: 0;
  font-family: 'DIN Next Rounded LT W04 Light', sans-serif;
}

.tx-productfilter-pi1.list-mobile-tanks .card-body {
  padding: 1.25rem 0 0 0;
}

.tx-productfilter-pi1.list-mobile-tanks .card-body > div {
  padding: 0 1.25rem;
}

.tx-productfilter-pi1.list-mobile-tanks .card-body .btn-primary {
  color: #6c757d;
  background-color: #F1F3F5;
  border: unset;
}

