@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
	box-sizing: border-box;
}
font-size: clamp(0.875rem, 0.4276rem + 2.2371vw, 1.5rem);
body {
  font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
a:hover, .alink:hover{
	text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
}
ul > li, ol > li{
	margin-bottom: 0;
}

.owl-carousel {
  display: none;
}
.owl-carousel.owl-loaded {
  display: block;
}


input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
  border: 1px solid #000;
  height: 40px;
  background: #d9d9d900;
}
textarea {
  background: #d9d9d900;
  border: 1px solid #000;
}
.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main{
	padding-left:0;
	padding-right:0;
}
.header.content {
  max-width: 100%;
  background: linear-gradient(181deg, rgb(4, 26, 63), rgb(24, 56, 107) 84%);
}
.minicart-wrapper .action.showcart{
	width: 44px;
	height: 44px;
	background-image: url(../images/shopping-cart-icon.png);
	background-size: contain;
}
.minicart-wrapper .action.showcart::before {
  content: '' !important;
}
.banners {
  width: 75%;
}
.banners-and-links .links {
  width: 25%;
}
.banners-and-links {
  display: flex;
}
.banners-and-links .links > ul > li > a {
  text-decoration: none;
  width: 90%;
  display: inline-block;
  border-bottom: 1px dashed #a3a3a3;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  text-transform: capitalize;
  color: #000;
}
.banners-and-links .links > ul > li {
  position: relative;
  margin-bottom: 0;
}
.banners-and-links .links > ul > li > ul {
  position: absolute;
  right: -170px;
  top: 0;
  border: 1px solid #ddd;
  width: 200px;
  z-index: 10;
  background: #fff;
  display: none;
}
.banners-and-links .links > ul > li:hover ul {
    display: block !important;
}
.banners-and-links .links > ul > li > ul li a {
    text-decoration: none;
    width: 90%;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    text-transform: capitalize;
    color: #000;
    padding-left: 15px;
}
.banners .item h1 {
  color: #041a3f;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  max-width: 545px;
}
.banners .item h2 {
    color: #02b3f9;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
	max-width: 545px;
}
.banner-texts {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}
.banners .owl-dot {
  width: 20px;
  height: 20px;
  border: 1px solid #02b3f9 !important;
  background: #fff !important;
  margin-right: 10px;
  border-radius: 10px;
}
.banners .owl-dot.active {
  background: #02b3f9 !important;
}
.looking-for-distributor {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: 100%;
  align-items: center;
  background: linear-gradient(181deg, rgb(4, 26, 63), rgb(24, 56, 107) 84%);
  padding: 12px;
}
.distributor-text {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
}
.button, .distributor-contact a {
    border-radius: 4px;
    border: 1px solid #02B3F9;
    background: #02b3f9;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    height: 40px;
    padding: 0 25px !important;
    width: auto;
    min-width: auto !important;
    margin: 0 auto;
    min-height: 40px;
	display:inline-block;
}

.distributors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 50px 0;
}
.distributor-name {
  width: 90%;
  background-color: #fff;
  margin-top: -60px;
  text-align: ;
  margin-left: 32px;
  padding: 20px 0;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.equipment .right {
  width: 34%;
  position: relative;
}
.right img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.equipment .left {
  width: 69%;
  padding-right: 70px;
  box-sizing: border-box;
}
.equipment {
  display: flex;
  margin: 30px 0;
}
.equipment h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.equipment .bottom h2 {
    color: #041a3f;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.equipment p {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  line-height: 26px;
}

.applications-and-use-main {
  background-image: url(../images/background.png);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: calc(100vw - 8px);
  color: white;
  padding: 20px 0;
  padding-bottom: 50px;
}
h3.applications-and-use-heading {
    color: #fff;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin: 50px 0 80px;
    display: inline-block;
    width: 100%;
}
.applications-and-use-outer {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  max-width: 1280px;
  margin: 0 auto;
}
ul.applications-and-use-outer li {
    list-style: none;
    width: 24%;
    display: inline-block;
    text-align: center;
	flex: 25%;
    padding: 10px 52px;
	box-sizing: border-box;
}
li.applications-and-use-inner a {
    width: 100%;
    display: inline-block;
    color: #02b3f9;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.footer-banner-main {
    background: #000;
    color: #fff;
    padding: 45px 0;
    border-bottom: 10px solid #02B3F9;
	position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: calc(100vw - 8px);
}
.footer-banner-inner {
    display: flex;
    max-width: 1280px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}
.footer-banner-title-description h2 {
    color: #fff;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.footer-banner-title-description p {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.footer-banner-images {
    display: flex;
    align-items: center;
}
span.footer-banner-image-ruler {
    width: 1px;
    height: 130px;
    display: inline-block;
    background: #ffffff80;
    margin: 0 50px;
}
.footer-top {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer-top-left {
  width: 60%;
}
.footer-top-right {
  width: 40%;
}
.footer-top-left ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 2em;
    text-align: left;
}
.footer-top h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
	margin-bottom: 40px;
}
.footer-top ul li a {
  color: #121212;
  font-size: 14px;
}
.footer-top ul li a:hover {
  text-decoration: underline;
}
.block.newsletter input {
  border-radius: 4px;
  border: 1px solid #333;
  background: #d9d9d900;
  height: 40px;
  border-radius: 0;
  margin-top: 15px;
  padding-left: 10px;
}
.action.primary, .action-primary {
  background: #02b3f9;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 4px;
  border: 0;
}
.action.primary:hover, .action-primary:hover{
	border: 0;
}
.block.newsletter .field .control::before {
	display: none;
} 
.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  text-align: center;
}
.featured-products {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: calc(100vw - 8px);
  background: #f3f3f3;
  padding: 30px 0 20px;
}
.info .name {
  height: 38px;
  overflow: hidden;
}
.featured-products .products {
  max-width: 1280px;
  margin: 0 auto;
}
.featured-products .product{
	margin-bottom: 50px;
}
.product .image {
  background: #fff;
  border: 1px solid #ddd;
}
.featured-products h2{
    color: #000;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
	text-align:center;
}
.featured-products .product:hover img {
  transform: scale(1.03);
}
.featured-products .product .image {
  overflow: hidden;
}
.featured-products .product .image img {
  transition: all 0.5s;
}
.info {
  padding: 17px 0;
}
.info .name{
  color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.info .price {
    color: #041a3f;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.page-products .products-grid .product-item {
  width: 100%;
}
.page-products .column.main {
  width: 100%;
  padding: 0;
}
.products.wrapper.grid.products-grid {
  display: block;
} 
.navigation .level0 > .level-top {
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.nav-sections-item-content > .navigation {
  max-width: 100%;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #00000080;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding: 14px 0;
}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top, .navigation .level0 .submenu .active > a{
	border-color: #02b3f9;
} 
.page-products .product-item-info, .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
  border: 0;
  box-shadow: none;
}
.page-products .product-item-info {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
span.product-image-wrapper {
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
}
.products-grid .product-item-inner {
  border: 0;
  box-shadow: none;
  padding: 0;
  position: static;
}
.page-products .category-view .category-description {
  display: none;
}
.product-image-container {
  width: 100% !important;
}
.page-products .products-grid .product-item {
  width: 100%;
  margin-left: 0;
}
.page-products #page-title-heading {
  display: none;
}
.category-repairs-and-servicing #maincontent, .category-fogger-chemicals #maincontent, .category-product-applications #maincontent {
  display: none;
}
.categorypath-product-applications-agricultural #maincontent, .categorypath-product-applications-urban-environment #maincontent, .categorypath-product-applications-greenhouse #maincontent {
  display: none;
}
.categorypath-product-applications-stored-product #maincontent, .categorypath-product-applications-vector-control #maincontent {
  display: none;
}
.category-repairs-and-servicing  #page-title-heading, .category-fogger-chemicals  #page-title-heading, .category-product-applications  #page-title-heading {
  display: block;
}
.categorypath-product-applications-agricultural #page-title-heading, .categorypath-product-applications-urban-environment #page-title-heading, .categorypath-product-applications-greenhouse #page-title-heading {
  display: block;
}
.categorypath-product-applications-stored-product #page-title-heading, .categorypath-product-applications-vector-control #page-title-heading {
  display: block;
}
.products-grid .product-item-inner {
  position: static !important;
  width: 100% !important;
  height: 40px !important;
  overflow: visible !important;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: none;
}
.secondary-image{
	bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  border: 1ps solid;
  opacity: 0;
  width: 100%;
  height: 100%;
}
span.product-image-wrapper:hover .secondary-image{
	opacity: 1;
}
.product-image-photo{
	width: 100%;
	height: 100%;
}
.category-title {
    color: #000;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.category-description {
    max-width: 100% !important;
    color: #000;
    font-family: Montserrat;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 26px !important;
}
.product.name.product-item-name a {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.product-item .price-box .price {
  color: #041a3f;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
/*.cms-home .nav-sections-item-content > .navigation{
	display: none;
}*/
.header-links-logo > p{
  /*position: absolute;*/
  color: #fff;
  /*right: 60px;
  top: 50px;*/
  width: 44px;
  height: 44px;
  display: inline-block;
  background-image: url(../images/user-icon.png);
  background-size: contain;
  cursor: pointer;
}
.header-links-logo {
  position: absolute;
  right: 140px;
  top: 22px;
  display: flex;
}
.panel.header {
  padding: 0 !important;
}
.header-links-logo > p{
	font-size: 0;
}
.header.panel > .header.links {
  position: absolute;
  z-index: 9;
  right: 70px;
  width: 180px;
  background: #fff;
  top: 80px;
  color: #000;
  display: none;
  border: 1px solid #ddd;
  padding: 10px;
}
.header.panel > .header.links > li > a {
  color: #000;
  text-decoration: none;
}
.panel.header{
	padding: 0;
}  
.author {
  display: flex;
  align-items: center;
}
.author img{
  width: 100px !important;
  height: 100px;
}
.testimonials-customform {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.testimonials {
  width: 50%;
}
.customform {
    background-image: url(../images/form-bg.png);
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
	width: 40%;
}
.customform h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
}
.customform p {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 10px;
}
.field.name, .field.email {
  width: calc(50% - 10px);
  display: inline-block;
}
.field.email {
  margin-left: 8px;
}
.field.name {
  margin-right: 8px;
}
.customform input, .customform textarea{
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #d9d9d900;
    height: 40px;
    color: #fff;
	margin-bottom: 20px;
}
.customform textarea::placeholder, .customform input::placeholder{
	color: #fff;
}
.field.newsletter {
  position: relative;
}
#newsletter-error {
  position: absolute;
  left: 0;
  bottom: -40px;
}
.customform .action.submit.primary {
  width: 100%;
}
.customform textarea {
  height: 100px;
}
.testimonials h2 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.author h4 {
  color: #02b3f9;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 15px;
}
.item > .comments:before{
	content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/quote.png);
}
.item > .comments:after{
	content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/quote.png);
    float: right;
    transform: rotate(180deg);
}
.mandatory{
	border: 1px solid #f00 !important;
}
.header-phone-main {
  display: flex;
}
.header-phone-details-outer p, .header-phone-details-outer a {
  color: #fff;
  margin-bottom: 0;
}
.header-phone-image-outer {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}
a.header-phone-details-second {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.header-contactus-main {
    margin-right: 30px;
}
.header-contactus-main a {
    margin-left: 20px;
}
.minicart-wrapper {
  margin-right: 80px;
  position: relative;
  top: -7px;
}
.logo {
  margin-left: 80px;
  margin-bottom: 12px;
}
.panel.wrapper {
  height: 0;
}
.minicart-wrapper .action.showcart .counter.qty {
  left: 20px;
  position: relative;
  background: #02b3f9;
  width: 17px;
  height: 17px;
  padding: 0;
  border-radius: 10px;
  line-height: 17px;
}
.product-info-main .page-title-wrapper h1 {
  font-weight: 400;
}
.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
  font-size: 18px;
  font-weight: 500;
}
.page-layout-1column .product.media {
  width: 45%;
}
.page-layout-1column .product-info-main {
  width: 55%;
  padding-left: 50px;
  box-sizing: border-box;
}
.product-info-main .product-info-price {
  border: 0;
  margin-bottom: 0;
}

table.floatRight.productSpecs tr td {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}
table.floatRight.productSpecs tr:nth-of-type(odd) td {
    background: #f1f1f1;
}
table.floatRight.productSpecs {
    border: 1px solid #ddd;
}
table.floatRight.productSpecs th {
    color: #18386b;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	text-align: center;
}
.product-info-main .product-info-stock-sku {
  display: none;
}
.product-info-main .product-add-form {
  padding-top: 0;
}
.box-tocart .action.tocart {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: 440px;
}
.cart-container .form-cart {
  width: 100%;
  padding: 0;
  order: 1;
}
.cart-container {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.cart-discount {
  display: none;
}
.cart-summary {
  position: static;
  background: transparent;
  padding: 0;
}
.cart-summary > .title, .page-main .cart-summary .block {
  display: none;
}
.cart-summary #cart-totals {
  border: 0;
  padding: 0;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  padding-top: 0;
  padding-bottom: 0;
}
.cart-summary .checkout-methods-items .item:last-child {
  display: none;
}
.cart.table-wrapper .product-item-photo {
  max-width: 100px;
  width: 100px;
  display: ;
  float: left;
  margin-bottom: 15px;
}
.minicart-items .product > .product-item-photo {
  width: 100px;
  margin-right: 20px;
}
.toolbar.toolbar-products {
  background: #18386b1a;
  padding: 10px 20px;
}
#sorter {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  color: #333;
}
.sorter-label::after {
  content: ':';
}
.products.wrapper.grid.products-grid ~ .toolbar.toolbar-products {
  display: none;
}
.box-tocart .control {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  height: 47px;
  border: 1px solid #ddd;
  width: 140px;
}
.increase.items.plus, .reduced.items.minus {
  font-size: 0;
  background: transparent;
  border: 0;
  line-height: 47px;
}
.increase.items.plus::before {
  content: '+';
  font-size: 20px;
  padding: 10px;
  display: inline-block;
  padding: 0;
}
.reduced.items.minus:before{
	content: '-';
  font-size: 20px;
  padding: 10px;
  display: inline-block;
  padding: 0;
}
.box-tocart .control input {
  border: 0;
  box-shadow: none !important;
}
.box-tocart .control input {
  border: 0;
  box-shadow: none !important;
  height: 47px;
  font-size: 18px;
}
.related-products h2 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
} 
.contact-banner-form-main {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px #00000026;
    margin-top: 50px !important;
    margin-bottom: 70px !important;
    align-items: center;
}
.contact-banner-form-main form {
  width: 60% !important;
  background: #f0f0f0;
  padding: 20px 40px;
  min-width: auto !important;
}
ul.contact-store-information {
    padding-left: 30px;
    list-style: none;
    padding-right: 10px;
}
ul.contact-store-information li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
ul.contact-store-information li img {
    margin-right: 10px;
}
ul.contact-store-information li a {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.field.newsletter .label {
  position: static;
  white-space: nowrap;
  font-size: 16px;
}
.block.newsletter .form.subscribe {
  display: flex;
  align-items: end;
}
.contact-banner-form-main .fieldset > .legend {
  font-size: 40px;
  border: 0;
  font-weight: 400;
}

.contact-banner-form-main .actions-toolbar .primary {
  width: 100%;
}
.cms-home .column.main {
  padding-bottom: 0;
}
.footer-bottom {
  border-top: 1px solid #ddd;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0;
}
.copyright {
  background-color: transparent;
  padding: 0;
  color: #000;
}
.page-footer {
  padding-bottom: 0;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  padding: 0;
}
.minicart-items .product-item-name a, a:visited, .alink:visited {
  color: #000;
}
.opc-progress-bar {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.opc-progress-bar-item._active > span::after {
  border-color: #02B3F9;
  content: '\e610';
  font-family: 'luma-icons';
}
.opc-progress-bar-item._active > span::before {
  background: #02B3F9;
  border-color: #02B3F9;
}
.opc-progress-bar-item._active::before {
  background: #02B3F9;
  border-color: #02B3F9;
}
select {
  border-color: #000;
  height: 40px;
}
#login-form .field.email {
  margin-left: 0;
}
.form-create-account {
  background: #fff;
  box-shadow: 0 0 10px #00000026;
  padding: 30px 50px !important;
  margin: 0 auto;
  text-align: left;
}
.customer-account-create #maincontent, .customer-account-login #maincontent, .customer-account-forgotpassword #maincontent{
  text-align: center;
}
.login-container, .form.password.forget {
  max-width: 600px;
  background: #fff;
  box-shadow: 0 0 10px #00000026;
  padding: 30px 50px !important;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.form.password.forget .field.email{
	width: 100%;
	margin-left: 0;
}
.form.password.forget .fieldset::after {
	margin-top: 15px;
}
.login-container > .block {
  width: 100%;
  margin-bottom: 0;
} 
.breadcrumbs .item:not(:last-child)::after {
  position: relative;
  top: 5px;
}
.breadcrumbs a:visited, .breadcrumbs a, a, .alink,  {
  color: #000;
  text-decoration: none;
}
.header.panel > .header.links > li a {
  color: #000 !important;
  line-height: 30px;
}
  .header.panel > .header.links > .authorization-link::after {
	  display: none;
  }
.header.panel > .header.links > li {
  margin-left: 0;
}
.mpblog-post-index .sidebar.sidebar-main, .mpblog-post-index .sidebar.sidebar-additional {
  display: none;
}
.mpblog-post-index .column.main {
  width: 100%;
}
.post-item-wraper {
  display: flex;
  flex-direction: column;
}
.item.product.product-item.post-list-item.post-item-list {
  width: calc(50% - 20px);
  float: left;
  margin: 10px;
}
.item.product.product-item.post-list-item.post-item-list:nth-of-type(3n+1) {
  width: calc(100% - 20px);
}
.post-list-body {
  display: inline-block;
  width: 100%;
}
.post-info-wraper h2.mp-post-title a, .about-admin h4.admin-title a, .mp-post-meta-info a.mp-read-more, .mp-post-info a.mp-info, ul.menu-categories a.list-categories:hover, .products-same-post a.product-item-link:hover, a.mp-relate-link, .mpblog-product-name {
  color: #000 !important;
}
.mp-footer {
  display: none;
}
.form-login .field.email {
  width: 100%;
}
  .login-container .fieldset > .field > .control {
    width: 100%;
  }
 .comments p {
  line-height: 28px;
}
.author {
  margin-top: 40px;
}
.category-top-content h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.category-top-content p {
  line-height: 24px;
  margin-bottom: 20px;
}
.cart.table-wrapper .action.action-edit, .minicart-items .action.edit {
  display: none;
}
.cart.table-wrapper .action.action-towishlist {
  display: none;
}
.cart.table-wrapper .cart > .item td.subtotal {
  padding-right: 50px;
}
.cart.item .item-actions td {
  position: absolute;
  right: 0;
  top: 15px;
}
.product.name.product-item-name {
  height: 38px;
  overflow: hidden;
}
.form-address-edit .actions-toolbar .action.primary, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  padding-top: 0;
  padding-bottom: 0;
}
.block.block-wishlist, .block.block-compare {
  display: none;
}
.form.create.account .fieldset.additional_info {
  margin-bottom: 0;
}
.authentication-wrapper button > span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.opc-payment-additional.discount-code {
  display: none;
}
.column.main .opc-block-summary .product-item .product-image-wrapper img {
  width: 80px;
}
.column.main .opc-block-summary .product-item .product-image-container {
  width: 75px !important;
}
.categories li a, .xsitemap-pages li a{
  color: #111;
  font-weight: 400;
  line-height: 40px;
}
.categories li, .xsitemap-pages li {
  list-style: disc;
}
.categories, .xsitemap-pages ul{
  padding-left: 30px;
}
.block-blog-related.about-admin {
  display: none;
}
.reduced.items.minus {
  line-height: 40px;
}
.page-products #page-title-heading {
  font-weight: 500;
}
.owl-theme .owl-dots .owl-dot span {
  display: none;
}
.owl-carousel.owl-loaded {
  height: 100%;
}

  
 





@media screen and (max-width: 767px){
	.header-contactus-main {
  display: none;
}
.header-phone-details-outer {
  display: none;
}
.header-links-logo {
  display: none;
}
.header.content {
  display: flex;
  justify-content: space-between;
}
.action.nav-toggle {
  position: static;
}
.logo {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.minicart-wrapper {
  margin-right: 0;
  margin-top: 0;
  top: 0;
}
.minicart-wrapper .action.showcart {
  width: 24px;
  height: 24px;
}
.header.content {
  padding: 5px 10px;
}
.action.nav-toggle::before {
  font-size: 24px;
  color: #fff;
} 
.links {
  display: none;
}
.distributors {
  grid-template-columns: 1fr;
}
.header.content::before, .header.content::after {
  display: none;
}
.page-header {
  margin-bottom: 0;
}
.distributor-text {
  font-size: 14px;
  line-height: 20px;
}
.button, .distributor-contact a {
  font-size: 14px;
  white-space: nowrap;
  padding: 0 15px !important;
  height: 34px;
  line-height: 34px;
  min-height: 34px;
}
.looking-for-distributor {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
} 
.equipment .right {
  width: 100%;
  height: auto;
}
.equipment .left {
  width: 100%;
  padding: 0;
}
.equipment {
  flex-direction: column-reverse;
  padding: 0 10px;
}
.right img {
  position: static;
}
.equipment h2 {
  font-size: 24px;
}
ul.applications-and-use-outer li {
  width: 100%;
  flex: 100%;
}
.testimonials-customform {
  flex-direction: column;
}
.testimonials-customform > * {
  width: 100%;
}
.testimonials-customform {
  flex-direction: column;
  padding: 0 10px;
}
.footer-top {
  flex-direction: column;
}
.footer-top > *{
	width: 100%;
}
.applications-and-use-heading {
  font-size: 24px !important;
}
li.applications-and-use-inner a {
  font-size: 18px;
}
ul.applications-and-use-outer li {
  padding: 10px;
}
.testimonials h2 {
  font-size: 24px;
}
.footer-banner-inner {
  flex-direction: column;
  padding: 0 10px;
}
.footer-banner-images img {
  height: 70px;
  width: auto;
}
span.footer-banner-image-ruler {
  margin: 0 20px;
}
.banners {
  display: none;
}
.featured-products .products {
  grid-template-columns: 1fr 1fr;
  padding: 0 10px;
}
.distributors {
  padding: 0 10px;
}
.distributor-name {
  width: 80%;
  font-size: 18px;
  padding: 10px 0;
  margin-top: -45px;
}
.featured-products h2, .related-products h2 {
  font-size: 24px;
}
#mobile-home-banners {
  width: 100vw;
}
.block.newsletter .form.subscribe {
  width: 300px;
}
.block.newsletter .actions {
  width: auto;
}
.block.newsletter input {
  width: 200px;
  margin: 0;
}
.footer-top {
  padding: 0 10px;
}
.columns .column.main {
  padding-bottom: 0;
}
.info .name {
  font-size: 12px;
  min-height: 50px;
  margin-bottom: 5px;
}
.info .price {
  font-size: 16px;
}
.info {
  padding: 15px 0;
}
.nav-sections-item-content {
  padding: 0;
}
.header.links.customer-logged-in {
  width: 100%;
  position: static;
}
.header.panel > .header.links.customer-logged-in{
	display: none;
}
.nav-sections-item-content > .header.links.customer-logged-in {
  display: block !important;
}
.featured-products .product {
  margin-bottom: 10px;
}
.featured-products {
  padding-top: 5px;
  padding-bottom: 30px;
}
.page-products .column.main,.catalog-product-view .column.main {
  padding: 10px;
}
.page-products .sorter {
  position: static;
}
.page-products .columns {
  padding-top: 0;
}
.products.list.items.product-items {
  grid-template-columns: 1fr 1fr;
}
.block.newsletter input {
    width: 180px;
    margin: 0;
  }
  .field.newsletter .label {
  white-space: normal;
}
.block.newsletter .action.subscribe {
  padding: 0 20px;
}
.page-layout-1column .product-info-main {
  width: 100%;
  padding: 0;
}
.page-layout-1column .product.media {
  width: 100%;
}
.products {
  grid-template-columns: 1fr 1fr;
}
.item.product.product-item.post-list-item.post-item-list{
	width: 100%;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  right: -5px;
  left: auto;
}
.nav-sections-item-content > .navigation {
  box-shadow: none;
  padding-top: 0;
}
.nav-sections-item-title.active {
  background: #fff;
}
.navigation .level0 {
  border: 0;
  text-align: left;
}
.navigation .level0 > .level-top {
  font-size: 14px;
  padding: 7px 20px;
  font-weight: 400;
}
.nav-sections-item-title a {
  color: #000;
}
.nav-sections-item-title{
	border: 0;
}
.navigation li.level0:last-child{
	border: 0;
}
.sections.nav-sections {
  background: #fff;
}
.nav-sections .header.links li.greet.welcome {
  border: 0;
  padding: 0;
}
.nav-sections .header.links li > a {
  border: 0;
  font-size: 14px;
  font-weight: 400 !important;
  color: #000;
}
.nav-sections .header.links {
  border: 0;
}
.navigation .level0 {
  display: block !important;
}
.navigation .submenu:not(:first-child) > li > a {
  padding-left: 40px !important;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
  .navigation .parent .level-top.ui-state-active::after,  .navigation .parent .level-top::after{
	  display: none;
  }
  .product.name.product-item-name a {
  font-size: 14px;
  height: 55px;
  display: inline-block;
  overflow: hidden;
}
.product-item .price-box .price {
  font-size: 16px;
}
.product-item .price-box {
  margin: 10px 0 10px;
}
#toolbar-amount {
  display: none;
}
.footer-bottom {
  flex-direction: column;
}
.cart.table-wrapper .product-item-photo {
  width: 60px;
}
.cart-summary {
  width: 100%;
  padding: 0 10px;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.page-main > .page-title-wrapper .page-title {
  margin-top: 10px;
}
#checkout {
  padding: 0 15px;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.contact-banner-form-main {
  flex-direction: column;
  box-shadow: none;
}
ul.contact-store-information li a {
  font-size: 14px;
}
ul.contact-store-information li img {
  width: 24px;
}
ul.contact-store-information {
  padding-left: 10px;
  list-style: none;
  padding-right: 10px;
}
#contact-form {
  width: 100% !important;
  padding: 20px 10px;
}
.login-container, .form-create-account {
  margin: 0 10px;
  padding: 20px !important;
  box-shadow: none;
  border: 1px solid #ddd;
}
.page-main {
  padding-left: 10px;
  padding-right: 10px;
}
.customer-account-forgotpassword #maincontent {
  padding: 0 20px;
}
.form.password.forget {
  padding: 20px !important;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
  top: -12px;
}
.authentication-wrapper {
  margin-top: -32px;
}
.authentication-wrapper span {
  color: #fff;
}
.contact-banner-form-main {
  margin-bottom: 0 !important;
}
#mobile-home-banners .owl-dot {
  width: 20px;
  height: 20px;
  border: 1px solid #02b3f9 !important;
  background: #fff !important;
  margin-right: 10px;
  border-radius: 10px;
}  
#mobile-home-banners .owl-dot.active{
	background: #02b3f9 !important;
}
#mobile-home-banners .owl-dots {
  top: -20px;
  z-index: 999;
  position: relative;
}
.customform {
  margin-top: 20px;
}
h3.applications-and-use-heading {
  margin: 20px 0;
  padding: 0 10px;
}
.nav-sections .header.links {
        border: 0;
        display: block !important;
    }
	.nav-sections .header.links li.greet.welcome {
    display: none;
}
.block-collapsible-nav {
  top: 0;
}
.customer-welcome ~ li {
  display: none;
}
.owl-theme .owl-dots {
  text-align: left;
}
}
@media screen and (min-width: 768px){
	.mobile-banners {
	  display: none;
	}
	.cms-home .sections.nav-sections {
  display: none;
}
.customer-welcome .customer-menu {
  display: inline-block;
}
.customer-welcome ~ li {
  display: none !important;
}
.customer-welcome .customer-name {
  display: none;
}
 .customer-welcome .header.links {
    position: static;
    border: 0;
    box-shadow: none;
  }
  .customer-welcome li a {
  padding: 0;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0;
}
.greet.welcome span.logged-in {
  display: none;
}
  .customer-welcome ul::before, .customer-welcome ul::after { 
	   display: none;
  }
  .customer-welcome .header.links{
	  display: block !important;
	  margin-top: 0;
    min-width: auto;
  }
   .customer-welcome ul li:hover {
    background: transparent;
    cursor: pointer;
  }
  #home-banners {
  height: 100%;
  position: relative;
}
.banners .owl-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
}
.info .name:hover {
  text-decoration: underline;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
  padding-left: 20px;
  padding-right: 20px;
}
.footer-banner-main {
  left: 0;
  right: 0;
  margin-left: -20px;
  margin-right: 0;
  width: 100vw;
  padding: 0 20px;
}
.footer-banner-images img {
  height: 60px;
}
span.footer-banner-image-ruler {
  width: 1px;
  height: 130px;
  display: inline-block;
  background: #ffffff80;
  margin: 0 20px;
}
.page-footer {
  padding: 0 20px;
}
.block.newsletter .field.newsletter {
    max-width: 180px;
  }
  .block.newsletter .action.subscribe {
  padding: 0 15px;
}
.cart-summary {
  width: 100%;
}
.logo {
  margin-left: 0;
  width: 200px;
}
.minicart-wrapper {
  margin-right: 0;
  top: -15px;
}
.header-links-logo {
  top: 18px;
  right: 80px;
}
}