@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
:root {
  --blue: #2d3b74;
  --red: #e2364b;
  --light-blue: #38c5ea;
  --blue-bg: #f3f6fb;
  --text-color: #666666;
}
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden !important;
}
.view-frontpage {
  display: none;
}
#header .mobile-header {
  padding: 10px 0;
  background: linear-gradient(90deg, #fff 70%, var(--red) 10%);
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  #header .mobile-header {
    background: linear-gradient(90deg, #fff 70%, var(--red) 10%);
  }
}
#header .mobile-header .site-logo {
  position: relative;
  left: 0;
}
#header .mobile-header .site-logo a img {
  width: auto;
  height: 80px;
  position: relative;
  left: 0;
}
#header .mobile-header .navbar-toggler {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 40px;
  width: 55px;
  margin-right: 5px;
  border: 2px solid #f0fafd;
  border-radius: 5px;
  justify-content: center;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
}
#header .mobile-header .navbar-toggler span {
  position: relative;
  height: 3px;
  width: 22px;
  margin: 5px 0;
  background-color: #fff;
  background-image: none !important;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#header .mobile-header .navbar-toggler:focus {
  box-shadow: unset;
}
#header .mobile-header #navbarToggleExternalContent {
  position: absolute;
  background-color: var(--blue);
  top: 100px;
  z-index: 10;
  width: 100%;
  left: 0px;
  right: 0px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: scroll;
  -webkit-transition: all 0.3s linear 0.15s;
  -o-transition: all 0.3s linear 0.15s;
  transition: all 0.3s linear 0.15s;
  z-index: 999;
}
#header .mobile-header #navbarToggleExternalContent nav ul {
  display: grid;
}
#header .mobile-header #navbarToggleExternalContent nav ul li a {
  text-decoration: none;
  font-weight: 600;
  color: var(--text-color);
  padding: 0.5rem 0;
}
#header .mobile-header #block-mainnavigation ul li {
  width: 100%;
}
#header .mobile-header #block-mainnavigation ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
#header .mobile-header #block-mainnavigation ul li:last-child a {
  margin-bottom: 2em;
}
#header .mobile-header #block-searchform {
  display: none;
  position: relative;
  width: max-content;
  min-width: 300px;
}
#header .mobile-header #block-searchform .content {
  width: 100%;
}
#header .mobile-header #block-searchform form #edit-actions {
  display: none;
}
#header .mobile-header #block-searchform form .js-form-item {
  margin: unset !important;
  width: 100%;
}
#header .mobile-header #block-searchform form .js-form-item input {
  width: 100%;
}
#header .mobile-header #block-searchform form .js-form-item input:focus {
  box-shadow: unset;
}
#header .desktop-header #header-top {
  background-color: var(--red);
  height: 40px;
  box-sizing: border-box;
  padding: 11px 0;
}
#header .desktop-header #header-top .block .content p {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
#header .desktop-header #header-top .block .content ul.address-time {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  width: max-content;
  float: right;
}
#header .desktop-header #header-top .block .content ul.address-time li {
  display: flex;
  flex-direction: row;
}
#header .desktop-header #header-top .block .content ul.address-time li:first-child {
  margin-right: 15px;
}
#header .desktop-header #header-top .block .content ul.address-time li svg {
  margin-right: 6px;
  color: var(--blue);
}
#header .desktop-header #header-bottom {
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  height: 90px;
}
#header .desktop-header #header-bottom a.navbar-brand img {
  height: 80px;
  position: relative;
  top: 5px;
}
#header .desktop-header #header-bottom .menu-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#header .desktop-header #header-bottom .menu-wrapper #block-mainnavigation {
  position: relative;
  width: max-content;
}
#header .desktop-header #header-bottom .menu-wrapper #block-mainnavigation .content ul.sf-menu {
  display: flex;
  flex-direction: row;
  position: relative;
  line-height: 5.5;
}
#header .desktop-header #header-bottom .menu-wrapper #block-mainnavigation .content ul.sf-menu li a.sf-depth-1 {
  text-decoration: none;
  color: var(--blue);
  font-weight: 600;
  padding: 0;
}
#header .desktop-header #header-bottom .menu-wrapper #block-mainnavigation .content ul.sf-menu li a.sf-depth-1.is-active,
#header .desktop-header #header-bottom .menu-wrapper #block-mainnavigation .content ul.sf-menu li a.sf-depth-1:hover {
  transition: 0.5s all ease-in-out;
  color: var(--red);
}
#header .desktop-header #header-bottom .menu-wrapper #block-mainnavigation .content ul.sf-menu li:not(:last-child) {
  margin-right: 2em;
}
#header .desktop-header #header-bottom .menu-wrapper #block-searchform {
  position: relative;
  width: max-content;
}
@media only screen and (min-width: 1200px) {
  #header .desktop-header #header-bottom .menu-wrapper #block-searchform {
    min-width: 250px;
  }
}
@media only screen and (min-width: 1400px) {
  #header .desktop-header #header-bottom .menu-wrapper #block-searchform {
    min-width: 300px;
  }
}
#header .desktop-header #header-bottom .menu-wrapper #block-searchform .content {
  width: 100%;
}
#header .desktop-header #header-bottom .menu-wrapper #block-searchform form {
  padding: 1.6em 0;
}
#header .desktop-header #header-bottom .menu-wrapper #block-searchform form .button {
  display: none;
}
#header .desktop-header #header-bottom .menu-wrapper #block-searchform form .js-form-item {
  margin: unset !important;
  width: 100%;
}
#header .desktop-header #header-bottom .menu-wrapper #block-searchform form .js-form-item input {
  width: 100%;
}
#header .desktop-header #header-bottom .menu-wrapper #block-searchform form .js-form-item input:focus {
  box-shadow: unset;
}
#header .desktop-header #header-bottom #block-headercontact .content {
  padding: 1.7em 0 0.9em;
}
#header .desktop-header #header-bottom #block-headercontact .content .contacts {
  display: flex;
  flex-direction: row;
  float: right;
  width: max-content;
}
#header .desktop-header #header-bottom #block-headercontact .content .contacts .icon {
  margin-right: 1em;
  width: max-content;
}
#header .desktop-header #header-bottom #block-headercontact .content .contacts .icon svg {
  color: var(--red);
  height: 33px;
}
#header .desktop-header #header-bottom #block-headercontact .content .contacts .details h2 {
  font-weight: 700;
  color: var(--blue);
  font-size: 19px;
  text-align: right;
}
#header .desktop-header #header-bottom #block-headercontact .content .contacts .details a {
  font-weight: 700;
  color: #676b79;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  top: -8px;
}
#main-wrapper {
  min-height: 400px;
}
.site-footer {
  padding: 0;
}
.site-footer #footer-top {
  background: var(--red);
  padding: 0.8em 0;
}
.site-footer #footer-top .block {
  border: none;
  margin: unset;
}
@media only screen and (min-width: 768px) {
  .site-footer #footer-top .block .content .field {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
.site-footer #footer-top .block .content .field div {
  width: max-content;
}
.site-footer #footer-top .block .content .field p {
  color: #fff;
  font-weight: 700;
  margin: unset;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .site-footer #footer-top .block .content .field p {
    font-size: 20px;
  }
}
.site-footer #footer-top .block .content .field p a {
  font-weight: normal !important;
  text-decoration: none;
  padding: 0.2em 1.5em;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 5px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .site-footer #footer-top .block .content .field p a {
    margin: unset;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer #footer-top .block .content .field p a {
    padding: 0.4em 2.5em;
  }
}
.site-footer #footer-top .block .content .field p a:hover {
  background: #fff;
  color: var(--red);
}
.site-footer #footer-bottom {
  background: var(--blue);
  padding: 1.5em 0;
}
@media only screen and (min-width: 992px) {
  .site-footer #footer-bottom {
    padding: 3em 0 1.5em 0;
  }
}
.site-footer #footer-bottom .block {
  border: none;
  margin: 0;
}
.site-footer #footer-bottom #block-footercontacts .content h5 {
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 1em;
}
.site-footer #footer-bottom #block-footercontacts .content p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .site-footer #footer-bottom #block-footercontacts .content p {
    font-size: 16px;
  }
}
.site-footer #footer-bottom #block-footercontacts .content p a {
  text-decoration: none;
  color: #fff;
}
.site-footer #footer-bottom #block-footersocial .content ul.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.site-footer #footer-bottom #block-footersocial .content ul.social-links li {
  margin-right: 0.8em;
}
.site-footer #footer-bottom #block-footersocial .content ul.social-links li a svg {
  color: #fff;
  font-size: 16px;
}
.site-footer #footer-bottom #block-footersocial .content ul.social-links li a:hover svg {
  color: var(--light-blue);
}
.site-footer #footer-bottom #block-footeraddress .content {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-footer #footer-bottom #block-footeraddress .content {
    top: 40px;
  }
}
.site-footer #footer-bottom #block-footeraddress .content p {
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .site-footer #footer-bottom #block-footeraddress .content p {
    font-size: 16px;
  }
}
.site-footer #footer-bottom #block-footer .content {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-footer #footer-bottom #block-footer .content {
    top: 40px;
  }
}
.site-footer #footer-bottom #block-footer .content ul.sf-menu {
  column-count: 2;
  display: block;
}
.site-footer #footer-bottom #block-footer .content ul.sf-menu li {
  width: 100%;
  margin-bottom: 0.6em;
}
.site-footer #footer-bottom #block-footer .content ul.sf-menu li a {
  padding: 0;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.site-footer #footer-bottom #block-footer .content ul.sf-menu li a:hover {
  color: var(--light-blue);
}
@media only screen and (min-width: 992px) {
  .site-footer #footer-bottom #block-footer .content ul.sf-menu li a {
    font-size: 16px;
  }
}
.site-footer #footer-bottom #block-signature {
  border-top: 1px solid #fff;
  padding-top: 1.5em;
}
@media only screen and (min-width: 992px) {
  .site-footer #footer-bottom #block-signature .content .field {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
.site-footer #footer-bottom #block-signature .content .field p {
  color: #fff;
}
.site-footer #footer-bottom #block-signature .content .field p a {
  color: var(--light-blue);
  text-decoration: none;
}
.path-frontpage #slideshow-wrapper {
  background: #f3f6fb;
  background: linear-gradient(184deg, #f3f6fb 0%, #f4eaeb 87%);
  padding: 2em 0 3.5em;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #slideshow-wrapper {
    padding: 2em 0;
  }
}
.path-frontpage #slideshow-wrapper .container-fluid {
  padding: 0;
}
.path-frontpage #slideshow-wrapper .region-slider {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-slideshow .row > * {
    padding-left: 0 !important;
  }
}
.path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 {
  border: none;
  margin: 0;
  border-radius: unset;
  background: unset;
}
.path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ul.slides li {
  position: relative;
}
.path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ul.slides li .views-field-nothing .body {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ul.slides li .views-field-nothing .body {
    top: 3em;
  }
}
.path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ul.slides li .views-field-nothing .body h2 {
  color: var(--blue);
  font-weight: 800;
  text-align: center;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ul.slides li .views-field-nothing .body h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ul.slides li .views-field-nothing .body h2 {
    font-size: 36px;
    line-height: 1.4;
  }
}
.path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ul.slides li .views-field-nothing .body h6 {
  text-align: center;
  color: var(--red);
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ul.slides li .views-field-nothing .body h6 {
    text-align: left;
  }
}
.path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ul.slides li .views-field-nothing .slide-image {
  margin-bottom: 1em;
}
.path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ul.slides li .views-field-nothing .slide-image img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ul.slides li .views-field-nothing .slide-image img {
    height: 400px;
  }
}
.path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ol.flex-control-nav li a {
  border: 2px solid var(--blue);
  background: #fff;
}
.path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ol.flex-control-nav li a.flex-active {
  background: var(--blue);
}
@media only screen and (min-width: 768px) {
  .path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ol.flex-control-nav {
    max-width: 720px;
    text-align: left;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ol.flex-control-nav {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ol.flex-control-nav {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  .path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 ol.flex-control-nav {
    max-width: 1320px;
  }
}
.path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 .flex-direction-nav a {
  width: 65px !important;
  height: 65px !important;
}
.path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 .flex-direction-nav a::before {
  content: "" !important;
  display: block !important;
  width: 65px !important;
  height: 65px !important;
  background: url(../images/left.svg) center center no-repeat !important;
  background-size: contain;
}
.path-frontpage #slideshow-wrapper #block-views-block-slider-block-1 .content .view-content #flexslider-1 .flex-direction-nav a.flex-next::before {
  background: url(../images/right.svg) center center no-repeat !important;
}
.path-frontpage #main {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #main {
    padding: 50px 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #main {
    padding: 50px 0 80px;
  }
}
.path-frontpage #main #block-views-block-category-list-block-2 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #main #block-views-block-category-list-block-2 {
    margin-bottom: 50px;
  }
}
.path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5em;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul {
    grid-template-columns: repeat(7, 1fr);
  }
}
.path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul li {
  border: 1px solid var(--red);
  border-radius: 5px;
  border-top: 3px solid #fd7380;
  padding: 2px 3px 10px;
}
.path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul li .views-field-field-image {
  text-align: center;
  margin-bottom: 0.5em;
}
.path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul li .views-field-field-image img {
  width: 100px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
.path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul li .views-field-name {
  text-align: center;
}
.path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul li .views-field-name span {
  font-size: 85%;
}
.path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul li .views-field-name span a {
  text-decoration: none;
  font-weight: 600;
  color: var(--text-color);
  transition: all 0.3s ease-out 0s;
}
.path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul li:hover .views-field-name span a {
  color: var(--blue);
  transition: all 0.3s ease-out 0s;
}
.path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul li:nth-child(7),
.path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul li:nth-child(8) {
  display: none;
}
@media screen and (min-width: 768px) {
  .path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul li:nth-child(7),
  .path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul li:nth-child(8) {
    display: initial;
  }
}
@media screen and (min-width: 992px) {
  .path-frontpage #main #block-views-block-category-list-block-2 .content .item-list ul li:nth-child(8) {
    display: none;
  }
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul {
  display: grid;
  grid-gap: 1em;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1400px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul {
    grid-gap: 1.5em;
  }
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li {
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 160px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li {
    height: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li {
    height: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li {
    height: 220px;
  }
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li:first-child {
  background: var(--blue);
  background-image: url(../images/gun-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li:nth-child(2) {
  background: var(--light-blue);
  background-image: url(../images/waterpump-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing {
  height: 100%;
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content {
    grid-gap: 1em;
  }
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div {
  position: relative;
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:first-child {
  padding: 1em 0 1em 1em;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:first-child {
    padding: 1.5em 0 1.5em 1.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:first-child {
    padding: 2em 0 2em 2em;
  }
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:first-child h3 {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:first-child h3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1400px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:first-child h3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:first-child h3 a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:first-child .link {
  position: absolute;
  bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:first-child .link {
    bottom: 1.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:first-child .link {
    bottom: 2em;
  }
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:first-child .link a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 80%;
  text-transform: uppercase;
}
.path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:nth-child(2) img {
  width: auto;
  height: 165px;
  object-fit: contain;
  position: absolute;
  object-position: top;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:nth-child(2) img {
    height: 185px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:nth-child(2) img {
    height: 210px;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:nth-child(2) img {
    height: 220px;
  }
}
@media only screen and (min-width: 1400px) {
  .path-frontpage #main #block-views-block-category-list-block-1 .content .item-list ul li .views-field-nothing .field-content div:nth-child(2) img {
    height: 240px;
  }
}
.path-frontpage #block-views-block-products-front-block-1 {
  margin-top: 1.5em;
}
@media only screen and (min-width: 992px) {
  .path-frontpage #block-views-block-products-front-block-1 {
    margin-top: 50px;
  }
}
.path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul {
  display: grid;
  grid-gap: 1em;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5em;
  }
}
.path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li {
  border: 1px solid #e2e0e0;
  border-radius: 10px;
  padding: 0.8em;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li {
    padding: 1.2em;
  }
}
.path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-field-image {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-field-image {
    margin-bottom: 1.5em;
  }
}
.path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-field-image .field-content {
  text-align: center;
}
.path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-field-image .field-content img {
  height: 115px;
  width: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-field-image .field-content img {
    height: 190px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-field-image .field-content img {
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-field-image .field-content img {
    height: 220px;
  }
}
.path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-title {
  position: relative;
}
.path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-title span a {
  text-decoration: none;
  font-weight: 700;
  color: var(--blue);
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-title span a {
    font-size: 18px;
  }
}
.path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-field-category {
  position: relative;
}
.path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-field-category div a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--red);
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage #block-views-block-products-front-block-1 .view-content .item-list ul li .views-field-field-category div a {
    font-size: 15px;
  }
}
.page-vocabulary-product-category #main {
  background: var(--blue-bg);
  padding: 40px 0;
}
.page-vocabulary-product-category #main .feed-icons {
  display: none;
}
.page-vocabulary-product-category #main #block-primepower-content .content .view-content {
  display: none;
}
.page-vocabulary-product-category #main .field--name-field-image {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .page-vocabulary-product-category #main .field--name-field-image {
    margin: unset;
    text-align: center;
  }
}
.page-vocabulary-product-category #main .field--name-field-image img {
  width: auto;
  height: 100px;
  max-width: 300px;
  object-fit: contain;
  object-position: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-vocabulary-product-category #main .field--name-field-image img {
    height: 120px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-vocabulary-product-category #main .field--name-field-image img {
    height: 150px;
  }
}
.page-vocabulary-product-category #main .body {
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .page-vocabulary-product-category #main .body {
    top: 26px;
  }
}
.page-vocabulary-product-category #main .body h3 {
  font-weight: 700;
  color: var(--blue);
}
.page-vocabulary-product-category #main .body p {
  color: var(--text-color);
  margin: 0;
}
.page-vocabulary-product-category #content-wrapper {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .page-vocabulary-product-category #content-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-vocabulary-product-category #content-wrapper {
    padding: 80px 0;
  }
}
.page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul {
  display: grid;
  grid-gap: 1em;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5em;
  }
}
.page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li {
  background: #fff;
  border: 1px solid #e2e0e0;
  border-radius: 10px;
  padding: 0.8em;
}
@media only screen and (min-width: 768px) {
  .page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li {
    padding: 1.2em;
  }
}
.page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-field-image {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-field-image {
    margin-bottom: 1.5em;
  }
}
.page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content {
  text-align: center;
}
.page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img {
  height: 150px;
  width: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img {
    height: 190px;
  }
}
@media only screen and (min-width: 992px) {
  .page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img {
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img {
    height: 220px;
  }
}
.page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-title {
  position: relative;
}
.page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-title span a {
  text-decoration: none;
  font-weight: 700;
  color: var(--blue);
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-title span a {
    font-size: 18px;
  }
}
.page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-view-node {
  position: relative;
}
.page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-view-node span a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--red);
  font-size: 12px;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) {
  .page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-view-node span a {
    font-size: 15px;
  }
}
.page-vocabulary-product-category #content-wrapper .block .view-content .item-list ul li .views-field-view-node span a:hover {
  color: var(--light-blue);
  transition: all 0.3s ease-out 0s;
}
.page-view-categories #title-wrapper,
.page-view-category-list #title-wrapper {
  background: url(../images/product-title-bg@2x.jpg) bottom center no-repeat;
  background-size: cover;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #title-wrapper,
  .page-view-category-list #title-wrapper {
    padding: 80px 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-categories #title-wrapper,
  .page-view-category-list #title-wrapper {
    padding: 140px 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-view-categories #title-wrapper,
  .page-view-category-list #title-wrapper {
    padding: 180px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .page-view-categories #title-wrapper #block-products,
  .page-view-category-list #title-wrapper #block-products {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-categories #title-wrapper #block-products,
  .page-view-category-list #title-wrapper #block-products {
    width: 50%;
  }
}
.page-view-categories #title-wrapper #block-products h2,
.page-view-category-list #title-wrapper #block-products h2 {
  font-weight: 800;
  font-size: 120%;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #title-wrapper #block-products h2,
  .page-view-category-list #title-wrapper #block-products h2 {
    font-size: 24px;
  }
}
.page-view-categories #title-wrapper #block-products p,
.page-view-category-list #title-wrapper #block-products p {
  margin: 0;
  color: #fff;
}
.page-view-categories #main,
.page-view-category-list #main {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #main,
  .page-view-category-list #main {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-categories #main,
  .page-view-category-list #main {
    padding: 80px 0;
  }
}
.page-view-categories #main #block-ourcategories h2,
.page-view-category-list #main #block-ourcategories h2 {
  font-weight: 800;
  margin-bottom: 1em;
  font-size: 120%;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #main #block-ourcategories h2,
  .page-view-category-list #main #block-ourcategories h2 {
    font-size: 24px;
  }
}
.page-view-categories #main #block-primepower-content .content .item-list ul,
.page-view-category-list #main #block-primepower-content .content .item-list ul {
  display: grid;
  grid-gap: 1em;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #main #block-primepower-content .content .item-list ul,
  .page-view-category-list #main #block-primepower-content .content .item-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .page-view-categories #main #block-primepower-content .content .item-list ul,
  .page-view-category-list #main #block-primepower-content .content .item-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1400px) {
  .page-view-categories #main #block-primepower-content .content .item-list ul,
  .page-view-category-list #main #block-primepower-content .content .item-list ul {
    grid-gap: 1.5em;
  }
}
.page-view-categories #main #block-primepower-content .content .item-list ul li,
.page-view-category-list #main #block-primepower-content .content .item-list ul li {
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 160px;
  background: var(--blue-bg);
}
@media only screen and (min-width: 768px) {
  .page-view-categories #main #block-primepower-content .content .item-list ul li,
  .page-view-category-list #main #block-primepower-content .content .item-list ul li {
    height: 180px;
  }
}
.page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing,
.page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing {
  height: 100%;
}
.page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content,
.page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content,
  .page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content {
    grid-gap: 1em;
  }
}
.page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div,
.page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div {
  position: relative;
}
.page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child,
.page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child {
  padding: 1em 0 1em 1em;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child,
  .page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child {
    padding: 1.5em 0 1.5em 1.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child,
  .page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child {
    padding: 2em 0 2em 2em;
  }
}
.page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child h3,
.page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child h3 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child h3 a,
.page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child h3 a {
  text-decoration: none;
  color: var(--blue);
  font-weight: 600;
}
.page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child .link,
.page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child .link {
  position: absolute;
  bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child .link,
  .page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child .link {
    bottom: 1.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child .link,
  .page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child .link {
    bottom: 2em;
  }
}
.page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child .link a,
.page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child .link a {
  text-decoration: none;
  color: var(--blue);
  font-weight: 700;
  font-size: 80%;
  text-transform: uppercase;
  transition: 0.25s all ease-in-out;
}
.page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child .link a:hover,
.page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:first-child .link a:hover {
  color: var(--red);
  transition: 0.25s all ease-in-out;
}
.page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:nth-child(2) img,
.page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:nth-child(2) img {
  width: auto;
  height: 165px;
  object-fit: contain;
  position: absolute;
  object-position: top;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:nth-child(2) img,
  .page-view-category-list #main #block-primepower-content .content .item-list ul li .views-field-nothing .field-content div:nth-child(2) img {
    height: 180px;
  }
}
.page-view-categories #content-wrapper,
.page-view-category-list #content-wrapper {
  padding: 40px 0;
  background: #fafafa;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #content-wrapper,
  .page-view-category-list #content-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-categories #content-wrapper,
  .page-view-category-list #content-wrapper {
    padding: 80px 0;
  }
}
.page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 h2,
.page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 h2 {
  font-weight: 800;
  margin-bottom: 1.2em;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) {
  .page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 h2,
  .page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 h2 {
    font-size: 24px;
  }
}
.page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul,
.page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul {
  display: grid;
  grid-gap: 1em;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul,
  .page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul,
  .page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5em;
  }
}
.page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li,
.page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li {
  background: #fff;
  border: 1px solid #e2e0e0;
  border-radius: 10px;
  padding: 0.8em;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li,
  .page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li {
    padding: 1.2em;
  }
}
.page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image,
.page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image,
  .page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image {
    margin-bottom: 1.5em;
  }
}
.page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image .field-content,
.page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image .field-content {
  text-align: center;
}
.page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image .field-content img,
.page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image .field-content img {
  height: 150px;
  width: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image .field-content img,
  .page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image .field-content img {
    height: 190px;
  }
}
@media only screen and (min-width: 992px) {
  .page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image .field-content img,
  .page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image .field-content img {
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image .field-content img,
  .page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-image .field-content img {
    height: 220px;
  }
}
.page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-title,
.page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-title {
  position: relative;
}
.page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-title span a,
.page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-title span a {
  text-decoration: none;
  font-weight: 700;
  color: var(--blue);
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-title span a,
  .page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-title span a {
    font-size: 18px;
  }
}
.page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-category,
.page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-category {
  position: relative;
}
.page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-category div a,
.page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-category div a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--red);
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .page-view-categories #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-category div a,
  .page-view-category-list #content-wrapper #block-views-block-products-front-block-2--2 .view-content .item-list ul li .views-field-field-category div a {
    font-size: 15px;
  }
}
.page-node-7 #main-wrapper {
  padding: 40px 0;
  background-color: #fafafa;
}
@media only screen and (min-width: 768px) {
  .page-node-7 #main-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-node-7 #main-wrapper {
    padding: 82px 0;
  }
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body h4 {
  color: var(--red);
  font-weight: 700;
  margin: 0;
  text-align: center;
  font-size: 100%;
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body h2 {
  color: #000;
  font-weight: 700;
  text-align: center;
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body ul {
  padding: 0;
  margin: 0 0 2em 0;
  list-style: none;
  display: grid;
  grid-gap: 1em;
}
@media only screen and (min-width: 992px) {
  .page-node-7 #main-wrapper #block-primepower-content .field--name-body ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li {
  padding: 1.5em;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li {
    padding: 3em 1.5em;
  }
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li h4 {
  color: #000;
  margin-bottom: 1em;
}
@media only screen and (min-width: 992px) {
  .page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li h4 {
    margin-bottom: 1.2em;
  }
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li p {
  text-align: center;
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li p a {
  color: var(--text-color);
  text-decoration: none;
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li:nth-child(2) {
  background-color: var(--blue);
  border: none;
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li:nth-child(2) .icon svg {
  color: #fff;
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li:nth-child(2) h4 {
  color: #fff;
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li:nth-child(2) p {
  text-align: center;
  color: #fff;
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li .icon {
  width: max-content;
  margin: 0 auto 1em auto;
}
.page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li .icon svg {
  font-size: 280%;
  color: var(--red);
}
@media only screen and (min-width: 992px) {
  .page-node-7 #main-wrapper #block-primepower-content .field--name-body ul li .icon {
    margin: 0 auto 1.2em auto;
  }
}
.page-node-7 #main-wrapper .inner-wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.page-node-7 #main-wrapper .inner-wrapper .region-intro {
  display: grid;
}
@media only screen and (min-width: 992px) {
  .page-node-7 #main-wrapper .inner-wrapper .region-intro {
    grid-template-columns: 1fr 1fr;
  }
}
.page-node-7 #main-wrapper .inner-wrapper .region-intro #block-webform .content {
  padding: 2em;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 992px) {
  .page-node-7 #main-wrapper .inner-wrapper .region-intro #block-webform .content {
    border-radius: 10px 0 0 10px;
    padding: 3em;
  }
}
.page-node-7 #main-wrapper .inner-wrapper .region-intro #block-webform .content form .webform-actions {
  margin: 0 !important;
}
.page-node-7 #main-wrapper .inner-wrapper .region-intro #block-webform .content form .webform-actions button {
  background-color: var(--red);
  border: none;
  padding: 0.8em 2em;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .page-node-7 #main-wrapper .inner-wrapper .region-intro #block-views-block-address-block-1 {
    padding: 0;
    right: 12px;
    position: relative;
  }
}
.page-node-7 #main-wrapper .inner-wrapper .region-intro #block-views-block-address-block-1 .content iframe {
  border-radius: 0 0 10px 10px !important;
}
@media only screen and (min-width: 992px) {
  .page-node-7 #main-wrapper .inner-wrapper .region-intro #block-views-block-address-block-1 .content iframe {
    border-radius: 0 10px 10px 0 !important;
  }
}
.node--type-cleaning-equipment #breadcrumb-wrapper,
.node--type-water-pump #breadcrumb-wrapper,
.node--type-pressure-washer #breadcrumb-wrapper,
.node--type-cutting-machine #breadcrumb-wrapper,
.node--type-power-equipment #breadcrumb-wrapper,
.node--type-weighing-scale #breadcrumb-wrapper,
.node--type-gun #breadcrumb-wrapper,
.node--type-power-sprayer #breadcrumb-wrapper,
.node--type-water-harvest #breadcrumb-wrapper {
  padding: 15px 0;
}
.node--type-cleaning-equipment #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb,
.node--type-water-pump #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb,
.node--type-pressure-washer #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb,
.node--type-cutting-machine #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb,
.node--type-power-equipment #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb,
.node--type-weighing-scale #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb,
.node--type-gun #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb,
.node--type-power-sprayer #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb,
.node--type-water-harvest #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb {
  margin: 0;
}
.node--type-cleaning-equipment #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li a,
.node--type-water-pump #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li a,
.node--type-pressure-washer #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li a,
.node--type-cutting-machine #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li a,
.node--type-power-equipment #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li a,
.node--type-weighing-scale #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li a,
.node--type-gun #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li a,
.node--type-power-sprayer #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li a,
.node--type-water-harvest #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.node--type-cleaning-equipment #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li:last-child a,
.node--type-water-pump #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li:last-child a,
.node--type-pressure-washer #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li:last-child a,
.node--type-cutting-machine #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li:last-child a,
.node--type-power-equipment #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li:last-child a,
.node--type-weighing-scale #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li:last-child a,
.node--type-gun #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li:last-child a,
.node--type-power-sprayer #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li:last-child a,
.node--type-water-harvest #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li:last-child a {
  color: var(--red);
}
.node--type-cleaning-equipment #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li::before,
.node--type-water-pump #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li::before,
.node--type-pressure-washer #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li::before,
.node--type-cutting-machine #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li::before,
.node--type-power-equipment #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li::before,
.node--type-weighing-scale #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li::before,
.node--type-gun #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li::before,
.node--type-power-sprayer #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li::before,
.node--type-water-harvest #breadcrumb-wrapper #block-primepower-breadcrumbs .content ol.breadcrumb li::before {
  color: #000;
}
.node--type-cleaning-equipment #main,
.node--type-water-pump #main,
.node--type-pressure-washer #main,
.node--type-cutting-machine #main,
.node--type-power-equipment #main,
.node--type-weighing-scale #main,
.node--type-gun #main,
.node--type-power-sprayer #main,
.node--type-water-harvest #main {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main,
  .node--type-water-pump #main,
  .node--type-pressure-washer #main,
  .node--type-cutting-machine #main,
  .node--type-power-equipment #main,
  .node--type-weighing-scale #main,
  .node--type-gun #main,
  .node--type-power-sprayer #main,
  .node--type-water-harvest #main {
    padding: 10px 0 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #main,
  .node--type-water-pump #main,
  .node--type-pressure-washer #main,
  .node--type-cutting-machine #main,
  .node--type-power-equipment #main,
  .node--type-weighing-scale #main,
  .node--type-gun #main,
  .node--type-power-sprayer #main,
  .node--type-water-harvest #main {
    padding: 10px 0 80px 0;
  }
}
.node--type-cleaning-equipment #main .node__content,
.node--type-water-pump #main .node__content,
.node--type-pressure-washer #main .node__content,
.node--type-cutting-machine #main .node__content,
.node--type-power-equipment #main .node__content,
.node--type-weighing-scale #main .node__content,
.node--type-gun #main .node__content,
.node--type-power-sprayer #main .node__content,
.node--type-water-harvest #main .node__content {
  margin: 0;
}
.node--type-cleaning-equipment #main .node__content .top_wrapper,
.node--type-water-pump #main .node__content .top_wrapper,
.node--type-pressure-washer #main .node__content .top_wrapper,
.node--type-cutting-machine #main .node__content .top_wrapper,
.node--type-power-equipment #main .node__content .top_wrapper,
.node--type-weighing-scale #main .node__content .top_wrapper,
.node--type-gun #main .node__content .top_wrapper,
.node--type-power-sprayer #main .node__content .top_wrapper,
.node--type-water-harvest #main .node__content .top_wrapper {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 0.8em;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper,
  .node--type-water-pump #main .node__content .top_wrapper,
  .node--type-pressure-washer #main .node__content .top_wrapper,
  .node--type-cutting-machine #main .node__content .top_wrapper,
  .node--type-power-equipment #main .node__content .top_wrapper,
  .node--type-weighing-scale #main .node__content .top_wrapper,
  .node--type-gun #main .node__content .top_wrapper,
  .node--type-power-sprayer #main .node__content .top_wrapper,
  .node--type-water-harvest #main .node__content .top_wrapper {
    flex-direction: row;
  }
}
.node--type-cleaning-equipment #main .node__content .top_wrapper div.inner .field--name-field-image,
.node--type-water-pump #main .node__content .top_wrapper div.inner .field--name-field-image,
.node--type-pressure-washer #main .node__content .top_wrapper div.inner .field--name-field-image,
.node--type-cutting-machine #main .node__content .top_wrapper div.inner .field--name-field-image,
.node--type-power-equipment #main .node__content .top_wrapper div.inner .field--name-field-image,
.node--type-weighing-scale #main .node__content .top_wrapper div.inner .field--name-field-image,
.node--type-gun #main .node__content .top_wrapper div.inner .field--name-field-image,
.node--type-power-sprayer #main .node__content .top_wrapper div.inner .field--name-field-image,
.node--type-water-harvest #main .node__content .top_wrapper div.inner .field--name-field-image {
  width: 100%;
  margin: 0;
  padding: 1em;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner .field--name-field-image,
  .node--type-water-pump #main .node__content .top_wrapper div.inner .field--name-field-image,
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner .field--name-field-image,
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner .field--name-field-image,
  .node--type-power-equipment #main .node__content .top_wrapper div.inner .field--name-field-image,
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner .field--name-field-image,
  .node--type-gun #main .node__content .top_wrapper div.inner .field--name-field-image,
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner .field--name-field-image,
  .node--type-water-harvest #main .node__content .top_wrapper div.inner .field--name-field-image {
    padding: 1em;
    width: max-content;
  }
}
.node--type-cleaning-equipment #main .node__content .top_wrapper div.inner .field--name-field-image img,
.node--type-water-pump #main .node__content .top_wrapper div.inner .field--name-field-image img,
.node--type-pressure-washer #main .node__content .top_wrapper div.inner .field--name-field-image img,
.node--type-cutting-machine #main .node__content .top_wrapper div.inner .field--name-field-image img,
.node--type-power-equipment #main .node__content .top_wrapper div.inner .field--name-field-image img,
.node--type-weighing-scale #main .node__content .top_wrapper div.inner .field--name-field-image img,
.node--type-gun #main .node__content .top_wrapper div.inner .field--name-field-image img,
.node--type-power-sprayer #main .node__content .top_wrapper div.inner .field--name-field-image img,
.node--type-water-harvest #main .node__content .top_wrapper div.inner .field--name-field-image img {
  width: 100%;
  height: 268px;
  object-fit: contain;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-water-pump #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-power-equipment #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-gun #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-water-harvest #main .node__content .top_wrapper div.inner .field--name-field-image img {
    height: 285px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-water-pump #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-power-equipment #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-gun #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-water-harvest #main .node__content .top_wrapper div.inner .field--name-field-image img {
    height: 360px;
    width: 360px;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-water-pump #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-power-equipment #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-gun #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner .field--name-field-image img,
  .node--type-water-harvest #main .node__content .top_wrapper div.inner .field--name-field-image img {
    height: 420px;
    width: 438px;
  }
}
.node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:first-child,
.node--type-water-pump #main .node__content .top_wrapper div.inner:first-child,
.node--type-pressure-washer #main .node__content .top_wrapper div.inner:first-child,
.node--type-cutting-machine #main .node__content .top_wrapper div.inner:first-child,
.node--type-power-equipment #main .node__content .top_wrapper div.inner:first-child,
.node--type-weighing-scale #main .node__content .top_wrapper div.inner:first-child,
.node--type-gun #main .node__content .top_wrapper div.inner:first-child,
.node--type-power-sprayer #main .node__content .top_wrapper div.inner:first-child,
.node--type-water-harvest #main .node__content .top_wrapper div.inner:first-child {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:first-child,
  .node--type-water-pump #main .node__content .top_wrapper div.inner:first-child,
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner:first-child,
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner:first-child,
  .node--type-power-equipment #main .node__content .top_wrapper div.inner:first-child,
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner:first-child,
  .node--type-gun #main .node__content .top_wrapper div.inner:first-child,
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner:first-child,
  .node--type-water-harvest #main .node__content .top_wrapper div.inner:first-child {
    flex-basis: 49%;
    margin-right: 1em;
    margin-bottom: unset;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:first-child,
  .node--type-water-pump #main .node__content .top_wrapper div.inner:first-child,
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner:first-child,
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner:first-child,
  .node--type-power-equipment #main .node__content .top_wrapper div.inner:first-child,
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner:first-child,
  .node--type-gun #main .node__content .top_wrapper div.inner:first-child,
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner:first-child,
  .node--type-water-harvest #main .node__content .top_wrapper div.inner:first-child {
    flex-basis: 44%;
    margin-right: 1.5em;
  }
}
@media only screen and (min-width: 1400px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:first-child,
  .node--type-water-pump #main .node__content .top_wrapper div.inner:first-child,
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner:first-child,
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner:first-child,
  .node--type-power-equipment #main .node__content .top_wrapper div.inner:first-child,
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner:first-child,
  .node--type-gun #main .node__content .top_wrapper div.inner:first-child,
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner:first-child,
  .node--type-water-harvest #main .node__content .top_wrapper div.inner:first-child {
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) {
    flex-basis: 49%;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) {
    flex-basis: 54%;
    position: relative;
  }
}
@media only screen and (min-width: 1400px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2),
  .node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) {
    flex-basis: 59%;
  }
}
.node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
.node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
.node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
.node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
.node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
.node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
.node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
.node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
.node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) h3.label {
  color: var(--blue);
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
  .node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
  .node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
  .node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2) h3.label,
  .node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) h3.label {
    margin-top: 15px;
  }
}
.node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
.node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
.node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
.node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
.node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
.node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
.node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
.node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
.node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand {
    margin-bottom: 1.2em;
    padding-bottom: 1.2em;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand,
  .node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
}
.node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label,
.node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label,
.node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label,
.node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label,
.node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label,
.node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label,
.node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label,
.node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label,
.node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label {
  color: #000;
  font-weight: 600;
  position: relative;
}
.node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label::after,
.node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label::after,
.node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label::after,
.node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label::after,
.node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label::after,
.node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label::after,
.node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label::after,
.node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label::after,
.node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__label::after {
  content: ":";
}
.node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__item,
.node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__item,
.node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__item,
.node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__item,
.node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__item,
.node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__item,
.node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__item,
.node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__item,
.node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-field-brand .field__item {
  color: var(--red);
  font-weight: 600;
}
.node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-body p,
.node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-body p,
.node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-body p,
.node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-body p,
.node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-body p,
.node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-body p,
.node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-body p,
.node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-body p,
.node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) .field--name-body p {
  color: var(--text-color);
  line-height: 1.8;
}
.node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
.node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
.node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
.node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
.node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
.node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
.node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
.node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
.node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) a.btn {
  background: transparent;
  color: var(--blue);
  font-weight: 600;
  border: 2px solid var(--blue);
}
.node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2) a.btn:hover,
.node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2) a.btn:hover,
.node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2) a.btn:hover,
.node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2) a.btn:hover,
.node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2) a.btn:hover,
.node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2) a.btn:hover,
.node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2) a.btn:hover,
.node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2) a.btn:hover,
.node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) a.btn:hover {
  background: var(--blue);
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
  .node--type-water-pump #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
  .node--type-pressure-washer #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
  .node--type-cutting-machine #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
  .node--type-power-equipment #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
  .node--type-weighing-scale #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
  .node--type-gun #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
  .node--type-power-sprayer #main .node__content .top_wrapper div.inner:nth-child(2) a.btn,
  .node--type-water-harvest #main .node__content .top_wrapper div.inner:nth-child(2) a.btn {
    padding: 0.5em 2em;
    position: absolute;
    bottom: 10px;
  }
}
.node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tab,
.node--type-water-pump #main .node__content .specs_wrapper #pills-tab,
.node--type-pressure-washer #main .node__content .specs_wrapper #pills-tab,
.node--type-cutting-machine #main .node__content .specs_wrapper #pills-tab,
.node--type-power-equipment #main .node__content .specs_wrapper #pills-tab,
.node--type-weighing-scale #main .node__content .specs_wrapper #pills-tab,
.node--type-gun #main .node__content .specs_wrapper #pills-tab,
.node--type-power-sprayer #main .node__content .specs_wrapper #pills-tab,
.node--type-water-harvest #main .node__content .specs_wrapper #pills-tab {
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 0.5em;
  border-radius: 10px;
  width: max-content;
}
.node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tab .nav-item:first-child,
.node--type-water-pump #main .node__content .specs_wrapper #pills-tab .nav-item:first-child,
.node--type-pressure-washer #main .node__content .specs_wrapper #pills-tab .nav-item:first-child,
.node--type-cutting-machine #main .node__content .specs_wrapper #pills-tab .nav-item:first-child,
.node--type-power-equipment #main .node__content .specs_wrapper #pills-tab .nav-item:first-child,
.node--type-weighing-scale #main .node__content .specs_wrapper #pills-tab .nav-item:first-child,
.node--type-gun #main .node__content .specs_wrapper #pills-tab .nav-item:first-child,
.node--type-power-sprayer #main .node__content .specs_wrapper #pills-tab .nav-item:first-child,
.node--type-water-harvest #main .node__content .specs_wrapper #pills-tab .nav-item:first-child {
  margin-right: 0.2em;
}
.node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tab .nav-item button,
.node--type-water-pump #main .node__content .specs_wrapper #pills-tab .nav-item button,
.node--type-pressure-washer #main .node__content .specs_wrapper #pills-tab .nav-item button,
.node--type-cutting-machine #main .node__content .specs_wrapper #pills-tab .nav-item button,
.node--type-power-equipment #main .node__content .specs_wrapper #pills-tab .nav-item button,
.node--type-weighing-scale #main .node__content .specs_wrapper #pills-tab .nav-item button,
.node--type-gun #main .node__content .specs_wrapper #pills-tab .nav-item button,
.node--type-power-sprayer #main .node__content .specs_wrapper #pills-tab .nav-item button,
.node--type-water-harvest #main .node__content .specs_wrapper #pills-tab .nav-item button {
  color: #000;
  text-transform: capitalize;
}
.node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tab .nav-item button.active,
.node--type-water-pump #main .node__content .specs_wrapper #pills-tab .nav-item button.active,
.node--type-pressure-washer #main .node__content .specs_wrapper #pills-tab .nav-item button.active,
.node--type-cutting-machine #main .node__content .specs_wrapper #pills-tab .nav-item button.active,
.node--type-power-equipment #main .node__content .specs_wrapper #pills-tab .nav-item button.active,
.node--type-weighing-scale #main .node__content .specs_wrapper #pills-tab .nav-item button.active,
.node--type-gun #main .node__content .specs_wrapper #pills-tab .nav-item button.active,
.node--type-power-sprayer #main .node__content .specs_wrapper #pills-tab .nav-item button.active,
.node--type-water-harvest #main .node__content .specs_wrapper #pills-tab .nav-item button.active {
  background: var(--red);
  color: #fff;
}
.node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tabContent,
.node--type-water-pump #main .node__content .specs_wrapper #pills-tabContent,
.node--type-pressure-washer #main .node__content .specs_wrapper #pills-tabContent,
.node--type-cutting-machine #main .node__content .specs_wrapper #pills-tabContent,
.node--type-power-equipment #main .node__content .specs_wrapper #pills-tabContent,
.node--type-weighing-scale #main .node__content .specs_wrapper #pills-tabContent,
.node--type-gun #main .node__content .specs_wrapper #pills-tabContent,
.node--type-power-sprayer #main .node__content .specs_wrapper #pills-tabContent,
.node--type-water-harvest #main .node__content .specs_wrapper #pills-tabContent {
  margin-bottom: 2em;
}
.node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec,
.node--type-water-pump #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec,
.node--type-pressure-washer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec,
.node--type-cutting-machine #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec,
.node--type-power-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec,
.node--type-weighing-scale #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec,
.node--type-gun #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec,
.node--type-power-sprayer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec,
.node--type-water-harvest #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec {
  background: #fafafa;
  margin-bottom: 2px;
  overflow: auto;
  padding: 0.65em 0.8em;
}
.node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
.node--type-water-pump #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
.node--type-pressure-washer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
.node--type-cutting-machine #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
.node--type-power-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
.node--type-weighing-scale #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
.node--type-gun #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
.node--type-power-sprayer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
.node--type-water-harvest #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
  .node--type-water-pump #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
  .node--type-pressure-washer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
  .node--type-cutting-machine #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
  .node--type-power-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
  .node--type-weighing-scale #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
  .node--type-gun #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
  .node--type-power-sprayer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field,
  .node--type-water-harvest #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field {
    flex-direction: row;
  }
}
.node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
.node--type-water-pump #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
.node--type-pressure-washer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
.node--type-cutting-machine #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
.node--type-power-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
.node--type-weighing-scale #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
.node--type-gun #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
.node--type-power-sprayer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
.node--type-water-harvest #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label {
  color: #000;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
  .node--type-water-pump #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
  .node--type-pressure-washer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
  .node--type-cutting-machine #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
  .node--type-power-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
  .node--type-weighing-scale #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
  .node--type-gun #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
  .node--type-power-sprayer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label,
  .node--type-water-harvest #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__label {
    flex-basis: 50%;
  }
}
.node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
.node--type-water-pump #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
.node--type-pressure-washer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
.node--type-cutting-machine #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
.node--type-power-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
.node--type-weighing-scale #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
.node--type-gun #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
.node--type-power-sprayer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
.node--type-water-harvest #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item {
  color: #666;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
  .node--type-water-pump #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
  .node--type-pressure-washer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
  .node--type-cutting-machine #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
  .node--type-power-equipment #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
  .node--type-weighing-scale #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
  .node--type-gun #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
  .node--type-power-sprayer #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item,
  .node--type-water-harvest #main .node__content .specs_wrapper #pills-tabContent .tab-content .tab-pane .spec .field .field__item {
    flex-basis: 49%;
  }
}
.node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
.node--type-water-pump #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
.node--type-pressure-washer #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
.node--type-cutting-machine #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
.node--type-power-equipment #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
.node--type-weighing-scale #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
.node--type-gun #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
.node--type-power-sprayer #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
.node--type-water-harvest #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe {
  width: 100%;
  min-height: 300px;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-water-pump #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-pressure-washer #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-cutting-machine #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-power-equipment #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-weighing-scale #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-gun #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-power-sprayer #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-water-harvest #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe {
    min-height: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-water-pump #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-pressure-washer #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-cutting-machine #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-power-equipment #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-weighing-scale #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-gun #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-power-sprayer #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-water-harvest #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-cleaning-equipment #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-water-pump #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-pressure-washer #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-cutting-machine #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-power-equipment #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-weighing-scale #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-gun #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-power-sprayer #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe,
  .node--type-water-harvest #main .node__content .specs_wrapper #pills-tabContent #pills-video .field figure iframe {
    min-height: 450px;
  }
}
.node--type-cleaning-equipment #main .node__content .block-quality,
.node--type-water-pump #main .node__content .block-quality,
.node--type-pressure-washer #main .node__content .block-quality,
.node--type-cutting-machine #main .node__content .block-quality,
.node--type-power-equipment #main .node__content .block-quality,
.node--type-weighing-scale #main .node__content .block-quality,
.node--type-gun #main .node__content .block-quality,
.node--type-power-sprayer #main .node__content .block-quality,
.node--type-water-harvest #main .node__content .block-quality,
.node--type-cleaning-equipment #main .node__content #block-quality,
.node--type-water-pump #main .node__content #block-quality,
.node--type-pressure-washer #main .node__content #block-quality,
.node--type-cutting-machine #main .node__content #block-quality,
.node--type-power-equipment #main .node__content #block-quality,
.node--type-weighing-scale #main .node__content #block-quality,
.node--type-gun #main .node__content #block-quality,
.node--type-power-sprayer #main .node__content #block-quality,
.node--type-water-harvest #main .node__content #block-quality {
  background: url(../images/qualty-bg@2x.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2em;
}
.node--type-cleaning-equipment #main .node__content .block-quality .content,
.node--type-water-pump #main .node__content .block-quality .content,
.node--type-pressure-washer #main .node__content .block-quality .content,
.node--type-cutting-machine #main .node__content .block-quality .content,
.node--type-power-equipment #main .node__content .block-quality .content,
.node--type-weighing-scale #main .node__content .block-quality .content,
.node--type-gun #main .node__content .block-quality .content,
.node--type-power-sprayer #main .node__content .block-quality .content,
.node--type-water-harvest #main .node__content .block-quality .content,
.node--type-cleaning-equipment #main .node__content #block-quality .content,
.node--type-water-pump #main .node__content #block-quality .content,
.node--type-pressure-washer #main .node__content #block-quality .content,
.node--type-cutting-machine #main .node__content #block-quality .content,
.node--type-power-equipment #main .node__content #block-quality .content,
.node--type-weighing-scale #main .node__content #block-quality .content,
.node--type-gun #main .node__content #block-quality .content,
.node--type-power-sprayer #main .node__content #block-quality .content,
.node--type-water-harvest #main .node__content #block-quality .content {
  padding: 3em 2em;
  position: relative;
  min-height: 340px;
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #main .node__content .block-quality .content,
  .node--type-water-pump #main .node__content .block-quality .content,
  .node--type-pressure-washer #main .node__content .block-quality .content,
  .node--type-cutting-machine #main .node__content .block-quality .content,
  .node--type-power-equipment #main .node__content .block-quality .content,
  .node--type-weighing-scale #main .node__content .block-quality .content,
  .node--type-gun #main .node__content .block-quality .content,
  .node--type-power-sprayer #main .node__content .block-quality .content,
  .node--type-water-harvest #main .node__content .block-quality .content,
  .node--type-cleaning-equipment #main .node__content #block-quality .content,
  .node--type-water-pump #main .node__content #block-quality .content,
  .node--type-pressure-washer #main .node__content #block-quality .content,
  .node--type-cutting-machine #main .node__content #block-quality .content,
  .node--type-power-equipment #main .node__content #block-quality .content,
  .node--type-weighing-scale #main .node__content #block-quality .content,
  .node--type-gun #main .node__content #block-quality .content,
  .node--type-power-sprayer #main .node__content #block-quality .content,
  .node--type-water-harvest #main .node__content #block-quality .content {
    min-height: 420px;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-cleaning-equipment #main .node__content .block-quality .content,
  .node--type-water-pump #main .node__content .block-quality .content,
  .node--type-pressure-washer #main .node__content .block-quality .content,
  .node--type-cutting-machine #main .node__content .block-quality .content,
  .node--type-power-equipment #main .node__content .block-quality .content,
  .node--type-weighing-scale #main .node__content .block-quality .content,
  .node--type-gun #main .node__content .block-quality .content,
  .node--type-power-sprayer #main .node__content .block-quality .content,
  .node--type-water-harvest #main .node__content .block-quality .content,
  .node--type-cleaning-equipment #main .node__content #block-quality .content,
  .node--type-water-pump #main .node__content #block-quality .content,
  .node--type-pressure-washer #main .node__content #block-quality .content,
  .node--type-cutting-machine #main .node__content #block-quality .content,
  .node--type-power-equipment #main .node__content #block-quality .content,
  .node--type-weighing-scale #main .node__content #block-quality .content,
  .node--type-gun #main .node__content #block-quality .content,
  .node--type-power-sprayer #main .node__content #block-quality .content,
  .node--type-water-harvest #main .node__content #block-quality .content {
    padding: 5em 2em;
  }
}
@media only screen and (min-width: 1400px) {
  .node--type-cleaning-equipment #main .node__content .block-quality .content,
  .node--type-water-pump #main .node__content .block-quality .content,
  .node--type-pressure-washer #main .node__content .block-quality .content,
  .node--type-cutting-machine #main .node__content .block-quality .content,
  .node--type-power-equipment #main .node__content .block-quality .content,
  .node--type-weighing-scale #main .node__content .block-quality .content,
  .node--type-gun #main .node__content .block-quality .content,
  .node--type-power-sprayer #main .node__content .block-quality .content,
  .node--type-water-harvest #main .node__content .block-quality .content,
  .node--type-cleaning-equipment #main .node__content #block-quality .content,
  .node--type-water-pump #main .node__content #block-quality .content,
  .node--type-pressure-washer #main .node__content #block-quality .content,
  .node--type-cutting-machine #main .node__content #block-quality .content,
  .node--type-power-equipment #main .node__content #block-quality .content,
  .node--type-weighing-scale #main .node__content #block-quality .content,
  .node--type-gun #main .node__content #block-quality .content,
  .node--type-power-sprayer #main .node__content #block-quality .content,
  .node--type-water-harvest #main .node__content #block-quality .content {
    padding: 5em 3em;
  }
}
.node--type-cleaning-equipment #main .node__content .block-quality .content h5,
.node--type-water-pump #main .node__content .block-quality .content h5,
.node--type-pressure-washer #main .node__content .block-quality .content h5,
.node--type-cutting-machine #main .node__content .block-quality .content h5,
.node--type-power-equipment #main .node__content .block-quality .content h5,
.node--type-weighing-scale #main .node__content .block-quality .content h5,
.node--type-gun #main .node__content .block-quality .content h5,
.node--type-power-sprayer #main .node__content .block-quality .content h5,
.node--type-water-harvest #main .node__content .block-quality .content h5,
.node--type-cleaning-equipment #main .node__content #block-quality .content h5,
.node--type-water-pump #main .node__content #block-quality .content h5,
.node--type-pressure-washer #main .node__content #block-quality .content h5,
.node--type-cutting-machine #main .node__content #block-quality .content h5,
.node--type-power-equipment #main .node__content #block-quality .content h5,
.node--type-weighing-scale #main .node__content #block-quality .content h5,
.node--type-gun #main .node__content #block-quality .content h5,
.node--type-power-sprayer #main .node__content #block-quality .content h5,
.node--type-water-harvest #main .node__content #block-quality .content h5 {
  color: var(--red);
}
.node--type-cleaning-equipment #main .node__content .block-quality .content h2,
.node--type-water-pump #main .node__content .block-quality .content h2,
.node--type-pressure-washer #main .node__content .block-quality .content h2,
.node--type-cutting-machine #main .node__content .block-quality .content h2,
.node--type-power-equipment #main .node__content .block-quality .content h2,
.node--type-weighing-scale #main .node__content .block-quality .content h2,
.node--type-gun #main .node__content .block-quality .content h2,
.node--type-power-sprayer #main .node__content .block-quality .content h2,
.node--type-water-harvest #main .node__content .block-quality .content h2,
.node--type-cleaning-equipment #main .node__content #block-quality .content h2,
.node--type-water-pump #main .node__content #block-quality .content h2,
.node--type-pressure-washer #main .node__content #block-quality .content h2,
.node--type-cutting-machine #main .node__content #block-quality .content h2,
.node--type-power-equipment #main .node__content #block-quality .content h2,
.node--type-weighing-scale #main .node__content #block-quality .content h2,
.node--type-gun #main .node__content #block-quality .content h2,
.node--type-power-sprayer #main .node__content #block-quality .content h2,
.node--type-water-harvest #main .node__content #block-quality .content h2 {
  color: #fff;
  font-weight: 700;
}
.node--type-cleaning-equipment #main .node__content .block-quality .content p,
.node--type-water-pump #main .node__content .block-quality .content p,
.node--type-pressure-washer #main .node__content .block-quality .content p,
.node--type-cutting-machine #main .node__content .block-quality .content p,
.node--type-power-equipment #main .node__content .block-quality .content p,
.node--type-weighing-scale #main .node__content .block-quality .content p,
.node--type-gun #main .node__content .block-quality .content p,
.node--type-power-sprayer #main .node__content .block-quality .content p,
.node--type-water-harvest #main .node__content .block-quality .content p,
.node--type-cleaning-equipment #main .node__content #block-quality .content p,
.node--type-water-pump #main .node__content #block-quality .content p,
.node--type-pressure-washer #main .node__content #block-quality .content p,
.node--type-cutting-machine #main .node__content #block-quality .content p,
.node--type-power-equipment #main .node__content #block-quality .content p,
.node--type-weighing-scale #main .node__content #block-quality .content p,
.node--type-gun #main .node__content #block-quality .content p,
.node--type-power-sprayer #main .node__content #block-quality .content p,
.node--type-water-harvest #main .node__content #block-quality .content p {
  color: #fff;
}
.node--type-cleaning-equipment #main .node__content .block-quality .content a.btn,
.node--type-water-pump #main .node__content .block-quality .content a.btn,
.node--type-pressure-washer #main .node__content .block-quality .content a.btn,
.node--type-cutting-machine #main .node__content .block-quality .content a.btn,
.node--type-power-equipment #main .node__content .block-quality .content a.btn,
.node--type-weighing-scale #main .node__content .block-quality .content a.btn,
.node--type-gun #main .node__content .block-quality .content a.btn,
.node--type-power-sprayer #main .node__content .block-quality .content a.btn,
.node--type-water-harvest #main .node__content .block-quality .content a.btn,
.node--type-cleaning-equipment #main .node__content #block-quality .content a.btn,
.node--type-water-pump #main .node__content #block-quality .content a.btn,
.node--type-pressure-washer #main .node__content #block-quality .content a.btn,
.node--type-cutting-machine #main .node__content #block-quality .content a.btn,
.node--type-power-equipment #main .node__content #block-quality .content a.btn,
.node--type-weighing-scale #main .node__content #block-quality .content a.btn,
.node--type-gun #main .node__content #block-quality .content a.btn,
.node--type-power-sprayer #main .node__content #block-quality .content a.btn,
.node--type-water-harvest #main .node__content #block-quality .content a.btn {
  background: transparent;
  border: 2px solid var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 80%;
  padding: 0.8em 2em;
  text-transform: uppercase;
  position: absolute;
  bottom: 3.7em;
}
@media only screen and (min-width: 1200px) {
  .node--type-cleaning-equipment #main .node__content .block-quality .content a.btn,
  .node--type-water-pump #main .node__content .block-quality .content a.btn,
  .node--type-pressure-washer #main .node__content .block-quality .content a.btn,
  .node--type-cutting-machine #main .node__content .block-quality .content a.btn,
  .node--type-power-equipment #main .node__content .block-quality .content a.btn,
  .node--type-weighing-scale #main .node__content .block-quality .content a.btn,
  .node--type-gun #main .node__content .block-quality .content a.btn,
  .node--type-power-sprayer #main .node__content .block-quality .content a.btn,
  .node--type-water-harvest #main .node__content .block-quality .content a.btn,
  .node--type-cleaning-equipment #main .node__content #block-quality .content a.btn,
  .node--type-water-pump #main .node__content #block-quality .content a.btn,
  .node--type-pressure-washer #main .node__content #block-quality .content a.btn,
  .node--type-cutting-machine #main .node__content #block-quality .content a.btn,
  .node--type-power-equipment #main .node__content #block-quality .content a.btn,
  .node--type-weighing-scale #main .node__content #block-quality .content a.btn,
  .node--type-gun #main .node__content #block-quality .content a.btn,
  .node--type-power-sprayer #main .node__content #block-quality .content a.btn,
  .node--type-water-harvest #main .node__content #block-quality .content a.btn {
    bottom: 6.5em;
  }
}
.node--type-cleaning-equipment #main .node__content .block-quality .content a.btn:hover,
.node--type-water-pump #main .node__content .block-quality .content a.btn:hover,
.node--type-pressure-washer #main .node__content .block-quality .content a.btn:hover,
.node--type-cutting-machine #main .node__content .block-quality .content a.btn:hover,
.node--type-power-equipment #main .node__content .block-quality .content a.btn:hover,
.node--type-weighing-scale #main .node__content .block-quality .content a.btn:hover,
.node--type-gun #main .node__content .block-quality .content a.btn:hover,
.node--type-power-sprayer #main .node__content .block-quality .content a.btn:hover,
.node--type-water-harvest #main .node__content .block-quality .content a.btn:hover,
.node--type-cleaning-equipment #main .node__content #block-quality .content a.btn:hover,
.node--type-water-pump #main .node__content #block-quality .content a.btn:hover,
.node--type-pressure-washer #main .node__content #block-quality .content a.btn:hover,
.node--type-cutting-machine #main .node__content #block-quality .content a.btn:hover,
.node--type-power-equipment #main .node__content #block-quality .content a.btn:hover,
.node--type-weighing-scale #main .node__content #block-quality .content a.btn:hover,
.node--type-gun #main .node__content #block-quality .content a.btn:hover,
.node--type-power-sprayer #main .node__content #block-quality .content a.btn:hover,
.node--type-water-harvest #main .node__content #block-quality .content a.btn:hover {
  background: var(--red);
}
.node--type-cleaning-equipment #main .node__content #quote-form,
.node--type-water-pump #main .node__content #quote-form,
.node--type-pressure-washer #main .node__content #quote-form,
.node--type-cutting-machine #main .node__content #quote-form,
.node--type-power-equipment #main .node__content #quote-form,
.node--type-weighing-scale #main .node__content #quote-form,
.node--type-gun #main .node__content #quote-form,
.node--type-power-sprayer #main .node__content #quote-form,
.node--type-water-harvest #main .node__content #quote-form {
  padding: 1.5em;
  border: 1px solid var(--red);
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main .node__content #quote-form,
  .node--type-water-pump #main .node__content #quote-form,
  .node--type-pressure-washer #main .node__content #quote-form,
  .node--type-cutting-machine #main .node__content #quote-form,
  .node--type-power-equipment #main .node__content #quote-form,
  .node--type-weighing-scale #main .node__content #quote-form,
  .node--type-gun #main .node__content #quote-form,
  .node--type-power-sprayer #main .node__content #quote-form,
  .node--type-water-harvest #main .node__content #quote-form {
    padding: 2em 1.5em 1.5em;
  }
}
.node--type-cleaning-equipment #main .node__content #quote-form span,
.node--type-water-pump #main .node__content #quote-form span,
.node--type-pressure-washer #main .node__content #quote-form span,
.node--type-cutting-machine #main .node__content #quote-form span,
.node--type-power-equipment #main .node__content #quote-form span,
.node--type-weighing-scale #main .node__content #quote-form span,
.node--type-gun #main .node__content #quote-form span,
.node--type-power-sprayer #main .node__content #quote-form span,
.node--type-water-harvest #main .node__content #quote-form span {
  position: absolute;
  background: #fff;
  font-weight: 700;
  font-size: 90%;
  padding: 0.3em 1em;
  top: -16px;
  left: 1.5em;
}
.node--type-cleaning-equipment #main .node__content #quote-form #edit-actions-submit,
.node--type-water-pump #main .node__content #quote-form #edit-actions-submit,
.node--type-pressure-washer #main .node__content #quote-form #edit-actions-submit,
.node--type-cutting-machine #main .node__content #quote-form #edit-actions-submit,
.node--type-power-equipment #main .node__content #quote-form #edit-actions-submit,
.node--type-weighing-scale #main .node__content #quote-form #edit-actions-submit,
.node--type-gun #main .node__content #quote-form #edit-actions-submit,
.node--type-power-sprayer #main .node__content #quote-form #edit-actions-submit,
.node--type-water-harvest #main .node__content #quote-form #edit-actions-submit {
  background: var(--red);
  border: none;
  padding: 0.5em 1.5em;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main .node__content #quote-form #edit-actions-submit,
  .node--type-water-pump #main .node__content #quote-form #edit-actions-submit,
  .node--type-pressure-washer #main .node__content #quote-form #edit-actions-submit,
  .node--type-cutting-machine #main .node__content #quote-form #edit-actions-submit,
  .node--type-power-equipment #main .node__content #quote-form #edit-actions-submit,
  .node--type-weighing-scale #main .node__content #quote-form #edit-actions-submit,
  .node--type-gun #main .node__content #quote-form #edit-actions-submit,
  .node--type-power-sprayer #main .node__content #quote-form #edit-actions-submit,
  .node--type-water-harvest #main .node__content #quote-form #edit-actions-submit {
    padding: 0.5em 2.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-cleaning-equipment #main .node__content #quote-form #edit-actions-submit,
  .node--type-water-pump #main .node__content #quote-form #edit-actions-submit,
  .node--type-pressure-washer #main .node__content #quote-form #edit-actions-submit,
  .node--type-cutting-machine #main .node__content #quote-form #edit-actions-submit,
  .node--type-power-equipment #main .node__content #quote-form #edit-actions-submit,
  .node--type-weighing-scale #main .node__content #quote-form #edit-actions-submit,
  .node--type-gun #main .node__content #quote-form #edit-actions-submit,
  .node--type-power-sprayer #main .node__content #quote-form #edit-actions-submit,
  .node--type-water-harvest #main .node__content #quote-form #edit-actions-submit {
    padding: 0.5em 3.5em;
  }
}
.node--type-cleaning-equipment #main .node__content #quote-form #edit-actions-submit:hover,
.node--type-water-pump #main .node__content #quote-form #edit-actions-submit:hover,
.node--type-pressure-washer #main .node__content #quote-form #edit-actions-submit:hover,
.node--type-cutting-machine #main .node__content #quote-form #edit-actions-submit:hover,
.node--type-power-equipment #main .node__content #quote-form #edit-actions-submit:hover,
.node--type-weighing-scale #main .node__content #quote-form #edit-actions-submit:hover,
.node--type-gun #main .node__content #quote-form #edit-actions-submit:hover,
.node--type-power-sprayer #main .node__content #quote-form #edit-actions-submit:hover,
.node--type-water-harvest #main .node__content #quote-form #edit-actions-submit:hover {
  background: var(--blue);
}
.node--type-cleaning-equipment #main .node__content #quote-form .field form .form-control,
.node--type-water-pump #main .node__content #quote-form .field form .form-control,
.node--type-pressure-washer #main .node__content #quote-form .field form .form-control,
.node--type-cutting-machine #main .node__content #quote-form .field form .form-control,
.node--type-power-equipment #main .node__content #quote-form .field form .form-control,
.node--type-weighing-scale #main .node__content #quote-form .field form .form-control,
.node--type-gun #main .node__content #quote-form .field form .form-control,
.node--type-power-sprayer #main .node__content #quote-form .field form .form-control,
.node--type-water-harvest #main .node__content #quote-form .field form .form-control {
  border: 1px solid #e3e3e3;
}
.node--type-cleaning-equipment #main .node__content #quote-form .field form .form-control:focus,
.node--type-water-pump #main .node__content #quote-form .field form .form-control:focus,
.node--type-pressure-washer #main .node__content #quote-form .field form .form-control:focus,
.node--type-cutting-machine #main .node__content #quote-form .field form .form-control:focus,
.node--type-power-equipment #main .node__content #quote-form .field form .form-control:focus,
.node--type-weighing-scale #main .node__content #quote-form .field form .form-control:focus,
.node--type-gun #main .node__content #quote-form .field form .form-control:focus,
.node--type-power-sprayer #main .node__content #quote-form .field form .form-control:focus,
.node--type-water-harvest #main .node__content #quote-form .field form .form-control:focus {
  box-shadow: none;
}
.node--type-cleaning-equipment #main .node__content #quote-form .field form #edit-actions,
.node--type-water-pump #main .node__content #quote-form .field form #edit-actions,
.node--type-pressure-washer #main .node__content #quote-form .field form #edit-actions,
.node--type-cutting-machine #main .node__content #quote-form .field form #edit-actions,
.node--type-power-equipment #main .node__content #quote-form .field form #edit-actions,
.node--type-weighing-scale #main .node__content #quote-form .field form #edit-actions,
.node--type-gun #main .node__content #quote-form .field form #edit-actions,
.node--type-power-sprayer #main .node__content #quote-form .field form #edit-actions,
.node--type-water-harvest #main .node__content #quote-form .field form #edit-actions {
  margin: 0 !important;
}
.node--type-cleaning-equipment #main .node__content #quote-form .field form #edit-actions-submit,
.node--type-water-pump #main .node__content #quote-form .field form #edit-actions-submit,
.node--type-pressure-washer #main .node__content #quote-form .field form #edit-actions-submit,
.node--type-cutting-machine #main .node__content #quote-form .field form #edit-actions-submit,
.node--type-power-equipment #main .node__content #quote-form .field form #edit-actions-submit,
.node--type-weighing-scale #main .node__content #quote-form .field form #edit-actions-submit,
.node--type-gun #main .node__content #quote-form .field form #edit-actions-submit,
.node--type-power-sprayer #main .node__content #quote-form .field form #edit-actions-submit,
.node--type-water-harvest #main .node__content #quote-form .field form #edit-actions-submit,
.node--type-cleaning-equipment #main .node__content #quote-form .field form input[type="button"],
.node--type-water-pump #main .node__content #quote-form .field form input[type="button"],
.node--type-pressure-washer #main .node__content #quote-form .field form input[type="button"],
.node--type-cutting-machine #main .node__content #quote-form .field form input[type="button"],
.node--type-power-equipment #main .node__content #quote-form .field form input[type="button"],
.node--type-weighing-scale #main .node__content #quote-form .field form input[type="button"],
.node--type-gun #main .node__content #quote-form .field form input[type="button"],
.node--type-power-sprayer #main .node__content #quote-form .field form input[type="button"],
.node--type-water-harvest #main .node__content #quote-form .field form input[type="button"] {
  background: var(--red);
  border: none;
  padding: 0.5em 1.5em;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-water-pump #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-pressure-washer #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-cutting-machine #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-power-equipment #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-weighing-scale #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-gun #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-power-sprayer #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-water-harvest #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-cleaning-equipment #main .node__content #quote-form .field form input[type="button"],
  .node--type-water-pump #main .node__content #quote-form .field form input[type="button"],
  .node--type-pressure-washer #main .node__content #quote-form .field form input[type="button"],
  .node--type-cutting-machine #main .node__content #quote-form .field form input[type="button"],
  .node--type-power-equipment #main .node__content #quote-form .field form input[type="button"],
  .node--type-weighing-scale #main .node__content #quote-form .field form input[type="button"],
  .node--type-gun #main .node__content #quote-form .field form input[type="button"],
  .node--type-power-sprayer #main .node__content #quote-form .field form input[type="button"],
  .node--type-water-harvest #main .node__content #quote-form .field form input[type="button"] {
    padding: 0.5em 2.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-cleaning-equipment #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-water-pump #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-pressure-washer #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-cutting-machine #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-power-equipment #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-weighing-scale #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-gun #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-power-sprayer #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-water-harvest #main .node__content #quote-form .field form #edit-actions-submit,
  .node--type-cleaning-equipment #main .node__content #quote-form .field form input[type="button"],
  .node--type-water-pump #main .node__content #quote-form .field form input[type="button"],
  .node--type-pressure-washer #main .node__content #quote-form .field form input[type="button"],
  .node--type-cutting-machine #main .node__content #quote-form .field form input[type="button"],
  .node--type-power-equipment #main .node__content #quote-form .field form input[type="button"],
  .node--type-weighing-scale #main .node__content #quote-form .field form input[type="button"],
  .node--type-gun #main .node__content #quote-form .field form input[type="button"],
  .node--type-power-sprayer #main .node__content #quote-form .field form input[type="button"],
  .node--type-water-harvest #main .node__content #quote-form .field form input[type="button"] {
    padding: 0.5em 3.5em;
  }
}
.node--type-cleaning-equipment #main .node__content #quote-form .field form #edit-actions-submit:hover,
.node--type-water-pump #main .node__content #quote-form .field form #edit-actions-submit:hover,
.node--type-pressure-washer #main .node__content #quote-form .field form #edit-actions-submit:hover,
.node--type-cutting-machine #main .node__content #quote-form .field form #edit-actions-submit:hover,
.node--type-power-equipment #main .node__content #quote-form .field form #edit-actions-submit:hover,
.node--type-weighing-scale #main .node__content #quote-form .field form #edit-actions-submit:hover,
.node--type-gun #main .node__content #quote-form .field form #edit-actions-submit:hover,
.node--type-power-sprayer #main .node__content #quote-form .field form #edit-actions-submit:hover,
.node--type-water-harvest #main .node__content #quote-form .field form #edit-actions-submit:hover,
.node--type-cleaning-equipment #main .node__content #quote-form .field form input[type="button"]:hover,
.node--type-water-pump #main .node__content #quote-form .field form input[type="button"]:hover,
.node--type-pressure-washer #main .node__content #quote-form .field form input[type="button"]:hover,
.node--type-cutting-machine #main .node__content #quote-form .field form input[type="button"]:hover,
.node--type-power-equipment #main .node__content #quote-form .field form input[type="button"]:hover,
.node--type-weighing-scale #main .node__content #quote-form .field form input[type="button"]:hover,
.node--type-gun #main .node__content #quote-form .field form input[type="button"]:hover,
.node--type-power-sprayer #main .node__content #quote-form .field form input[type="button"]:hover,
.node--type-water-harvest #main .node__content #quote-form .field form input[type="button"]:hover {
  background: var(--blue);
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #main .node__content #quote-form .field form #edit-name-email,
  .node--type-water-pump #main .node__content #quote-form .field form #edit-name-email,
  .node--type-pressure-washer #main .node__content #quote-form .field form #edit-name-email,
  .node--type-cutting-machine #main .node__content #quote-form .field form #edit-name-email,
  .node--type-power-equipment #main .node__content #quote-form .field form #edit-name-email,
  .node--type-weighing-scale #main .node__content #quote-form .field form #edit-name-email,
  .node--type-gun #main .node__content #quote-form .field form #edit-name-email,
  .node--type-power-sprayer #main .node__content #quote-form .field form #edit-name-email,
  .node--type-water-harvest #main .node__content #quote-form .field form #edit-name-email,
  .node--type-cleaning-equipment #main .node__content #quote-form .field form #edit-numbers,
  .node--type-water-pump #main .node__content #quote-form .field form #edit-numbers,
  .node--type-pressure-washer #main .node__content #quote-form .field form #edit-numbers,
  .node--type-cutting-machine #main .node__content #quote-form .field form #edit-numbers,
  .node--type-power-equipment #main .node__content #quote-form .field form #edit-numbers,
  .node--type-weighing-scale #main .node__content #quote-form .field form #edit-numbers,
  .node--type-gun #main .node__content #quote-form .field form #edit-numbers,
  .node--type-power-sprayer #main .node__content #quote-form .field form #edit-numbers,
  .node--type-water-harvest #main .node__content #quote-form .field form #edit-numbers {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
.node--type-cleaning-equipment #content-wrapper,
.node--type-water-pump #content-wrapper,
.node--type-pressure-washer #content-wrapper,
.node--type-cutting-machine #content-wrapper,
.node--type-power-equipment #content-wrapper,
.node--type-weighing-scale #content-wrapper,
.node--type-gun #content-wrapper,
.node--type-power-sprayer #content-wrapper,
.node--type-water-harvest #content-wrapper {
  background: #fafafa;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #content-wrapper,
  .node--type-water-pump #content-wrapper,
  .node--type-pressure-washer #content-wrapper,
  .node--type-cutting-machine #content-wrapper,
  .node--type-power-equipment #content-wrapper,
  .node--type-weighing-scale #content-wrapper,
  .node--type-gun #content-wrapper,
  .node--type-power-sprayer #content-wrapper,
  .node--type-water-harvest #content-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #content-wrapper,
  .node--type-water-pump #content-wrapper,
  .node--type-pressure-washer #content-wrapper,
  .node--type-cutting-machine #content-wrapper,
  .node--type-power-equipment #content-wrapper,
  .node--type-weighing-scale #content-wrapper,
  .node--type-gun #content-wrapper,
  .node--type-power-sprayer #content-wrapper,
  .node--type-water-harvest #content-wrapper {
    padding: 80px 0;
  }
}
.node--type-cleaning-equipment #content-wrapper .block h2,
.node--type-water-pump #content-wrapper .block h2,
.node--type-pressure-washer #content-wrapper .block h2,
.node--type-cutting-machine #content-wrapper .block h2,
.node--type-power-equipment #content-wrapper .block h2,
.node--type-weighing-scale #content-wrapper .block h2,
.node--type-gun #content-wrapper .block h2,
.node--type-power-sprayer #content-wrapper .block h2,
.node--type-water-harvest #content-wrapper .block h2 {
  font-weight: 800;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #content-wrapper .block h2,
  .node--type-water-pump #content-wrapper .block h2,
  .node--type-pressure-washer #content-wrapper .block h2,
  .node--type-cutting-machine #content-wrapper .block h2,
  .node--type-power-equipment #content-wrapper .block h2,
  .node--type-weighing-scale #content-wrapper .block h2,
  .node--type-gun #content-wrapper .block h2,
  .node--type-power-sprayer #content-wrapper .block h2,
  .node--type-water-harvest #content-wrapper .block h2 {
    font-size: 24px;
  }
}
.node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul,
.node--type-water-pump #content-wrapper .block .view-content .item-list ul,
.node--type-pressure-washer #content-wrapper .block .view-content .item-list ul,
.node--type-cutting-machine #content-wrapper .block .view-content .item-list ul,
.node--type-power-equipment #content-wrapper .block .view-content .item-list ul,
.node--type-weighing-scale #content-wrapper .block .view-content .item-list ul,
.node--type-gun #content-wrapper .block .view-content .item-list ul,
.node--type-power-sprayer #content-wrapper .block .view-content .item-list ul,
.node--type-water-harvest #content-wrapper .block .view-content .item-list ul {
  display: grid;
  grid-gap: 1em;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul,
  .node--type-water-pump #content-wrapper .block .view-content .item-list ul,
  .node--type-pressure-washer #content-wrapper .block .view-content .item-list ul,
  .node--type-cutting-machine #content-wrapper .block .view-content .item-list ul,
  .node--type-power-equipment #content-wrapper .block .view-content .item-list ul,
  .node--type-weighing-scale #content-wrapper .block .view-content .item-list ul,
  .node--type-gun #content-wrapper .block .view-content .item-list ul,
  .node--type-power-sprayer #content-wrapper .block .view-content .item-list ul,
  .node--type-water-harvest #content-wrapper .block .view-content .item-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul,
  .node--type-water-pump #content-wrapper .block .view-content .item-list ul,
  .node--type-pressure-washer #content-wrapper .block .view-content .item-list ul,
  .node--type-cutting-machine #content-wrapper .block .view-content .item-list ul,
  .node--type-power-equipment #content-wrapper .block .view-content .item-list ul,
  .node--type-weighing-scale #content-wrapper .block .view-content .item-list ul,
  .node--type-gun #content-wrapper .block .view-content .item-list ul,
  .node--type-power-sprayer #content-wrapper .block .view-content .item-list ul,
  .node--type-water-harvest #content-wrapper .block .view-content .item-list ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5em;
  }
}
.node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li,
.node--type-water-pump #content-wrapper .block .view-content .item-list ul li,
.node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li,
.node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li,
.node--type-power-equipment #content-wrapper .block .view-content .item-list ul li,
.node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li,
.node--type-gun #content-wrapper .block .view-content .item-list ul li,
.node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li,
.node--type-water-harvest #content-wrapper .block .view-content .item-list ul li {
  border: 1px solid #e2e0e0;
  border-radius: 10px;
  padding: 0.8em;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li,
  .node--type-water-pump #content-wrapper .block .view-content .item-list ul li,
  .node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li,
  .node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li,
  .node--type-power-equipment #content-wrapper .block .view-content .item-list ul li,
  .node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li,
  .node--type-gun #content-wrapper .block .view-content .item-list ul li,
  .node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li,
  .node--type-water-harvest #content-wrapper .block .view-content .item-list ul li {
    padding: 1.2em;
  }
}
.node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
.node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
.node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
.node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
.node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
.node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
.node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
.node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
.node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-field-image {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
  .node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
  .node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
  .node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
  .node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
  .node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
  .node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
  .node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-field-image,
  .node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-field-image {
    margin-bottom: 1.5em;
  }
}
.node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content,
.node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content,
.node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content,
.node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content,
.node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content,
.node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content,
.node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content,
.node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content,
.node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content {
  text-align: center;
}
.node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
.node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
.node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
.node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
.node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
.node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
.node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
.node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
.node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img {
  height: 150px;
  width: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img {
    height: 190px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img {
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img,
  .node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-field-image .field-content img {
    height: 220px;
  }
}
.node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-title,
.node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-title,
.node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-title,
.node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-title,
.node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-title,
.node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-title,
.node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-title,
.node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-title,
.node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-title {
  position: relative;
}
.node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
.node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
.node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
.node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
.node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
.node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
.node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
.node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
.node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-title span a {
  text-decoration: none;
  font-weight: 700;
  color: var(--blue);
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
  .node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
  .node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
  .node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
  .node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
  .node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
  .node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
  .node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-title span a,
  .node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-title span a {
    font-size: 18px;
  }
}
.node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-category,
.node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-field-category,
.node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-field-category,
.node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-field-category,
.node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-category,
.node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-field-category,
.node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-field-category,
.node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-field-category,
.node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-field-category {
  position: relative;
}
.node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
.node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
.node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
.node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
.node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
.node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
.node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
.node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
.node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--red);
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .node--type-cleaning-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
  .node--type-water-pump #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
  .node--type-pressure-washer #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
  .node--type-cutting-machine #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
  .node--type-power-equipment #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
  .node--type-weighing-scale #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
  .node--type-gun #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
  .node--type-power-sprayer #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a,
  .node--type-water-harvest #content-wrapper .block .view-content .item-list ul li .views-field-field-category div a {
    font-size: 15px;
  }
}
#nav-spec > div.spec {
  background-color: #fafafa;
  margin-bottom: 2px;
  overflow: auto;
}
#nav-spec > div.spec:hover {
  background: #d8d8d8;
}
@media (min-width: 576px) {
  #nav-spec > div.spec {
    padding: 8px 10px;
  }
  #nav-spec > div.spec .label-inline {
    width: 49%;
    float: left;
  }
  #nav-spec > div.spec .value {
    float: right;
    width: 50%;
  }
}
#nav-spec > div.spec .label-inline {
  font-weight: 600;
  padding: 5px 10px;
}
#nav-spec > div.spec .value {
  padding: 5px 10px;
  color: #7d7d7d;
}
#nav-spec > div.spec .value a {
  color: #b6262c;
}
