/** Shopify CDN: Minification failed

Line 1312:27 Expected ":"
Line 1669:0 Comments in CSS use "/* ... */" instead of "//"

**/
/* new home page fonts  */
@font-face {
  font-family: 'Segoe UI Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Regular'), url('Segoe UI.woff' | asset_url) format('woff');
}


@font-face {
  font-family: 'Segoe UI Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Italic'), url('Segoe UI Italic.woff' | asset_url) format('woff');
}


@font-face {
  font-family: 'Segoe UI Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Bold'), url('Segoe UI Bold.woff' | asset_url) format('woff');
}


@font-face {
  font-family: 'Segoe UI Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff' | asset_url) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Medium.eot');
    src: url('Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Medium.woff2') format('woff2'),
        url('Roboto-Medium.woff') format('woff'),
        url('Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Thin.eot');
    src: url('Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Thin.woff2') format('woff2'),
        url('Roboto-Thin.woff') format('woff'),
        url('Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light.eot');
    src: url('Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Light.woff2') format('woff2'),
        url('Roboto-Light.woff') format('woff'),
        url('Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Black.eot');
    src: url('Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Black.woff2') format('woff2'),
        url('Roboto-Black.woff') format('woff'),
        url('Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.eot');
    src: url('Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff'),
        url('Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.eot');
    src: url('Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Bold.woff2') format('woff2'),
        url('Roboto-Bold.woff') format('woff'),
        url('Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* new home page fonts  */


.collection--item-image {
    position: relative;
    height: auto;
    margin: 0;
    min-height: 307px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection--item-image svg {
    width: 100%;
}

.brands{
	padding:0 15px;
}

.brands .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
}
.brands .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    align-items: center;
    justify-content: center;
}

.brands {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.brands-wraper h3 a {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    width: 25%;
    height: 137px;
    color: #0564b8;
    text-decoration: none;
    text-transform: uppercase;
}

.site-navigation ul.navmenu-depth-1>li:hover > ul.navmenu{
    display: block;
    width:300px; 
    border-top: 15px solid #a0a09d;
}
  .site-navigation ul.navmenu-submenu{padding:15px 0;}
  .site-navigation ul.navmenu-submenu li a{font-size: 14px;line-height: 20px;padding:5px 15px;}
  
.site-navigation .navmenu-depth-1>li >ul >li:hover >ul {
    display: block;
}

/*tab start*/

.tab-container{
  width: 100%;
  margin-top: 50px;
}
.tab-container .tab-menu {width: 100%;}
.tab-container .tab {margin: 35px 0 0 0;}
.tab-container .tab-menu ul { padding-left: 0; display: flex; width: 100%; margin: 0;}
.tab-menu ul li{list-style-type: none; display: inline-block;}
.tab-menu ul li a{
    text-decoration: none;
    color: #767a7e;
    padding: 7px 25px;
    border-radius: 4px;
  	border:1px solid #767a7e;
    display:block;
}
.tab-container .tab {
    margin: 20px 0 0 0;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
}
.tab-container .tab-menu ul li {
    list-style: none;
    margin-right: 10px;
}
.tab-menu ul li a.active-a{
    background-color: #0076de;
    color: #ffffff;
}
.tab{
    display: none;
    margin-top: 15px;
}

.tab-active{
    display: block;
}
/*tab end*/

/*emi button start*/
.emi-amount-main-wraper a {
    margin-top: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    min-width: 140px;
    height: 30px;
    text-decoration: none;
}
.emi-amount-main-wraper span.text {
    background-color: #d9dde0;
    padding: 8px;
    color: #000;
    border-color: #d9dde0;
}
.emi-amount-main-wraper a span {
    color: #fff;
    font-size: 14px;
    padding: 5px;
    background-color: #1983e1;
    height: 30px;
    display: flex;
    align-items: center;
}
.apply-now-btn a {
    color: #1983e1;
    margin-top: 5px;
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
}
/*emi button end*/

/*after remove sticky start*/
.site-main {
    position: relative;
    z-index: 10;
    padding-top: 0 !important;
}
body.gempage {
    overflow: hidden !important;
}
/*after remove sticky end*/

/* calculater start */

.range-slider-wraper {
    padding: 15px;
    background: #f8f8f8;
    position: relative;
    display: block;
    border-radius: 5px;
    margin: 15px 0px;
}

.range-slider-wraper .finance-title-and-amount {
    display: block;
    width: 100%;
}

.range-slider-wraper .finance-title-and-amount .finance-sub-title {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}


.range-slider-wraper .range-slider__value {
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
}
.range-slider-wraper .range-slider__range {
    display: block;
    width: 100%;
}
.range-slider-result {
    background: #000;
    margin-top: -15px;
    padding: 15px 15px 0px;
    color: #fff;
}
.range-slider-result span.result-title {
    display: block;
    width: 100%;
}
.range-slider-result p {
    display: inline-block;
    margin-right: 8px;
    font-size: 22px;
}
.range-slider-result span.result-sub-title {
    font-size: 22px;
}
  
.banner-arrow button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.banner-arrow button:focus{outline:none;}
  
.prev-arrow:before {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: transparent;
    content: '';
}
.next-arrow:before {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
    background: transparent;
    content: '';
}
.banner-arrow button.prev-arrow {
    position: absolute;
    left: 25px;
	top: 0;
}

.banner-arrow button.next-arrow {
    position: absolute;
    right: 25px;
    top: 0;
}  
  
  
.home-banner-main {
    position: relative;
    width: 100%;
}
.banner-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; 
  height: 30px;
  transform: translateY(-50%);
}

.careers-page {
  max-width: 1289px;
  margin: auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}

.careers-page .half-column { 
  width: 50%;
  padding: 0 15px;
}

  /* checkout used machinery section home page */

  .checkout-banner-new{display:flex;position:relative;width:100%;} 
  .checkout-banner-new-inner {display: flex; width: 100%;padding: 100px 0;    align-items: center;}
  .checkout-banner-new-inner .img-wrapper {width: 100%;max-width: 70%;}
  .checkout-banner-new-inner .img-wrapper img{max-width:100%;} 
  .checkout-banner-new-inner .content-wrapper { max-width: 30%; width: 100%;} 
  .checkout-banner-new:before{content: '';  background-repeat: no-repeat; background-size: cover; background-image: url(/cdn/shop/t/36/assets/usedmachinery-bg.jpg); position: absolute; left: 0; top: 0; width: 50%; height: 100%; z-index: -1;} 
  .checkout-banner-new-inner .content-wrapper h4 {margin: 0 0 15px 0; color: #ffffff; font-family: 'Roboto'; font-weight: 500; font-size: 18px; line-height: 28px;}
  .checkout-banner-new-inner .content-wrapper h3, .checkout-banner-new-inner .content-wrapper h3 p {margin: 0 0 20px 0; color: #ffffff; font-family: 'Roboto'; font-weight: normal; font-size: 36px; line-height: 48px;}
  .checkout-banner-new-inner .content-wrapper h3 strong, .checkout-banner-new-inner .content-wrapper h3 p strong { display: block;}
  .checkout-banner-new-inner .content-wrapper p { color: #ffffff; font-size: 13px; font-weight: normal; line-height: 20px; margin: 0 0 30px 0;}
  .checkout-banner-new-inner .content-wrapper  a.view-btn {background: #ffffff; display: inline-block; text-align: center; min-height: 45px; padding: 13px 35px; border-radius: 25px;
    text-decoration: none; font-family: 'roboto'; color: #068bd8; font-weight: bold;}
  .checkout-banner-new-inner .devider-line { width: 55px; height: 4px; background: #ffffff;  display: block; margin: 30px 0;}
  .checkout-banner-new-inner .section-logo img { max-width:228px;}
  
  /* checkout used machinery section home page */  


  /*custom table style start*/
  /* Center .custom-table tables for demo */

  /* Default .custom-table Table Style */
  table.custom-table  {
    color: #333;
    background: white;
    border: 1px solid #000;
    font-size: 12pt;
    border-collapse: collapse;
  }
  table.custom-table thead th,
  table.custom-table tfoot th {
    color: #777;
    background: rgba(0,0,0,.1);
  }
  table.custom-table caption {
    padding:.5em;
  }
  table.custom-table th,
  table.custom-table td {
    padding: .5em;
    border: 1px solid lightgrey;
  }

  /*custom table style end*/
  
  

  @media only screen and (max-width: 1380px) {

    .site-navigation .navmenu-submenu.navmenu-submenu-inline-children {
      overflow-x: visible;
      overflow-y: visible;
    }
    .site-navigation .navmenu-submenu.navmenu-submenu-inline-children .navmenu-depth-3 {
      position: absolute;
      left: 100%;
    }
    .site-navigation .navmenu-depth-2 .navmenu-link.navmenu-active .navmenu-icon {
      transform: rotate(-90deg);
    }
  }
  

  
@media only screen and (max-width: 767px) {
  .brands .col-md-3 {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .tab-section{	padding:0 15px; }
  .tab-container .tab-menu ul{flex-wrap:wrap;}
  .tab-container .tab-menu ul li {margin-right: 0;width: 100%;margin-bottom: 10px;}
  .tab-container .tab-menu ul li  a{text-align:center;}
  .tab-container .tab iframe { width: 100% !important;}
}
  
@media only screen and (max-width: 575px) {
  .brands .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
  }
}  
  
  
/*  New design changes  */
  
  body {
    font-family: 'Roboto', sans-serif;
  }
  .site-navigation a {
    color:#fff;
  }
  
  .site-header {
    max-width: 1320px;
    padding: 30px 15px;
  }
  .site-header-main {
    display: inline-block;
    width: auto;
    margin: 0 9.7% 0 0;
    flex-grow: inherit;
    justify-content: inherit;
  }
  .site-navigation .navmenu-depth-1 > li > a {
      font-style: normal;
      font-weight: initial;
      transition: opacity 0.15s ease;
      font-family: 'Segoe UI';
      font-size: 15px;
      padding: 0;
      color:#000000;
      font-weight: 500;
  }
  .site-navigation--has-actions .site-navigation .navmenu-depth-1{
  	width: 100%;
    max-width: 100%;
    padding: 15px 0;
    margin-left:0;
  }
  .site-navigation .navmenu-depth-1 > li{
    /* padding: 0 3%; */
    padding: 0 1.5%;
    display: inline-block;
    border-right: 1px solid #828282;
    position: relative;
  }
  .site-navigation .navmenu-depth-1 > li:last-child {
    padding-right: 0;
    border-right: none;
  }
  .site-navigation .navmenu-depth-1 > li:last-child::after{
  	border:none;
  }
  .site-navigation .navmenu-depth-1 > li:first-child {
      padding-left: 0;
  }
  .site-navigation .navmenu-depth-1 > li:last-child {
      padding-right: 0;
  }
  .site-navigation .navmenu-depth-1 > li:after {
      content: '';
      border-right: 1px solid #7d7d7d;
      position: absolute;
      right: -2px;
      width: 1px;
      height: 20px;
      top: 0;
  }
  .live-search {
    width: 100%;
    height: 41px;
    max-width: 524px;
  }
  .live-search-form {
    border:none;
    box-shadow: none;
  }
  .live-search-form .form-field {
    position: relative;
    z-index: 100;
    display: flex;
    height: 41px;
    border: 1px solid #D8D8D8;
    border-radius: 25px;
    align-items: center;
  }
  .live-search-form-field {
    width: 100%;
    padding: 0 60px 0 20px !important;
    font-size: 15px;
    line-height: 18px;
    background: transparent;
  }
  .live-search-form:hover, .live-search--focused .live-search-form {
    box-shadow: none;
  }
  .search-category-select {
    display: inline-block;
    width: 100%;
    outline: none;
    border: 1px solid #fff;
    color: #B5B5B5;
    border-radius: 25px 0px 0 25px;
    font-size: 14px;
    padding: 0px 15px;
   
  }
  .live-search--focused .live-search-form {
    border : 1px solid #D8D8D8
      box-shadow: none;
  }
  .search-category-select-seperator {
    position: relative;
    min-width: 15px;
    text-align: center;  
    max-width: 149px;
  }
  .site-header-cart{position:static; height: auto;}
  .live-search-button {
    width: 58px;
    border-radius: 0px 25px 25px 0;
    padding: 7px 0px;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 9;
  }
  .live-search-button:focus{outline:none;}
  .other-links {
       display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
/*   .site-header-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30%;
  } */
  
  .other-links ul {
      margin: 0;
      padding: 0;
  }
  .other-links ul li{
  	list-style:none;
    position:relative;
  }
  .site-header-cart--count{top: -5px; right: -5px;}
  .site-header-cart--button{padding:0}
  .site-header-actions .site-header-account-link a {
    background: #068bd8;
    margin: 0px 30px;
    padding: 10px 35px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 19px;
    border-radius: 25px;
    font-family: 'Segoe UI Regular';
    display:flex;
  }
  .site-header-actions{
  	display: flex;
  }
  
  .site-header-account-link{display:block}
  .currency-converter-wrapper .form-field-select-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  currency-converter-wrapper select:focus{
  	outline:none;
  }
  ul.action-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .site-header-wishlist, .site-header-cart {
    width: 41px;
    height: 41px;
    border: 1px solid #068BD8;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    margin-left:15px;
}
  .site-header-wishlist a svg, .site-header-cart a svg {
    width: 20px;
    height: auto;
}
  .site-header-actions .currency-converter-wrapper .form-field-select{padding-bottom: 0; padding-top: 0;}
  .site-header-actions .currency-converter-wrapper .form-field-select:focus{outline:none}
  .currency-converter-wrapper { padding: 13px 0;}
  .currency-converter-wrapper label, .currency-converter-wrapper select {
      font-size: 12px !important;
      color: #A5A5A5 !important;
      font-family: 'Roboto';
      font-weight: normal !important;
   }
  .site-header-actions .currency-converter-wrapper svg{color: #A5A5A5;}
/* Banner */
  
  .pxs-image-with-text-section {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .pxs-image-with-text-section .pxs-image-with-text-content-wrapper {
    max-width: 1290px;
    padding:  0px;
    margin:auto;
  }
  .pxs-image-with-text-section .pxs-image-with-text-content-wrapper .pxs-image-with-text-content {
    width: 45%;
  }
  .pxs-image-with-text-section .pxs-image-with-text-content-wrapper .pxs-image-with-text-heading {
    font-size: 2.125rem;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
  }
  .pxs-image-with-text-section .pxs-image-with-text-content-wrapper .pxs-image-with-text-heading span {
    font-size: 40px;
    line-height: 60px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    color: #068BD8;
    display:block;
  }
  .pxs-image-with-text-section .pxs-image-with-text-content-wrapper .pxs-image-with-text-subheading p {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #404040;
    border-bottom: 1px solid #404040; 
    padding-bottom: 20px;
  }
  .pxs-image-with-text-section .pxs-image-with-text-content-wrapper .pxs-image-with-text-button {
    padding: 10px 25px;
    font-size: 1.125rem;
    font-size: 15px;
    font-family: 'Segoe UI Regular';
    line-height: 20px;
    border-radius: 25px;
    margin-top: 25px;
  }
  
/*  New design changes end  */
  
  
/* Home Page New 22.02.2021  */
  	
  input:focus, input:focus{outline:none}
  nav.site-navigation{max-width: 1309px; padding: 0 15px;}

  .main-container{ max-width: 1289px;margin:auto;padding:0 15px;} 	
  .home-banner , .slider-main-wrap{ position: relative; width: 100%;}
  .slider-main-wrap .img-wrap {position: relative;max-height: 800px;}
  /* .slider-main-wrap .img-wrap img {height: 800px; object-fit:cover;    width: 100%;} */
 .slider-main-wrap .img-wrap img {height: unset; object-fit:cover;    width: 100%;}

   @media (min-width:992px){
  .slider-main-wrap .content-wrap .banner2 {margin-top:60px; display:flex;}
  .slider-main-wrap .content-wrap .banner2 .box{width:300px; height:220px; margin-left:10px;text-align:center;}
  .slider-main-wrap .content-wrap .banner2 .box .cantek{width:150px; height:100px; padding-top:40px;}
  .slider-main-wrap .content-wrap .banner2 .box img{margin:auto; border-radius:10px; width:100px; height:100px}
  .slider-main-wrap .content-wrap .banner2  p{color:black; font-size:20px; height:30px} 
  .slider-main-wrap .content-wrap .banner2 button{background-color:#068BD8; color:white; width:132px; height:38px; border:#068BD8; border-radius:20px; font-family:  sans-serif;}
  .slider-main-wrap .content-wrap .banner2 button:hover{cursor:pointer}}

    @media (max-width:991px){
  .slider-main-wrap .content-wrap .banner2 {margin-top:30px; display:flex;}
  .slider-main-wrap .content-wrap .banner2 .box{width:300px; height:220px; margin-left:10px;text-align:center;}
  .slider-main-wrap .content-wrap .banner2 .box .cantek{width:120px; height:70px; padding-top:20px;}
  .slider-main-wrap .content-wrap .banner2 .box img{margin:auto; border-radius:10px; width:70px; height:70px}
  .slider-main-wrap .content-wrap .banner2  p{color:black; font-size:16px; height:20px} 
  .slider-main-wrap .content-wrap .banner2 button{background-color:#068BD8; color:white; width:102px; height:28px; border:#068BD8; border-radius:20px; font-family:  sans-serif;}
  .slider-main-wrap .content-wrap .banner2 button:hover{cursor:pointer}}

  @media (max-width:767px){
 
  .slider-main-wrap .content-wrap .content-wrap-inner {max-width: 450px; margin-left:50px}
  .slider-main-wrap .content-wrap .banner2 {margin-top:70px; display:flex; width:100%;align-items:center; margin-left:30px}
  .slider-main-wrap .content-wrap .banner2 .box{width:300px; height:220px; margin-left:10px;text-align:center; align-items:center}
  .slider-main-wrap .content-wrap .banner2 .box .cantek{width:120px; height:70px; padding-top:20px;}
  .slider-main-wrap .content-wrap .banner2 .box img{margin:auto; border-radius:10px; width:70px; height:70px}
  .slider-main-wrap .content-wrap .banner2  p{color:black; font-size:16px; height:20px} 
  .slider-main-wrap .content-wrap .banner2 button{background-color:#068BD8; color:white; width:102px; height:28px; border:#068BD8; border-radius:20px; font-family:  sans-serif;}
  .slider-main-wrap .content-wrap .banner2 button:hover{cursor:pointer}
  .scm-promotion-img-wrap{height: 300px !important;}
  .scm-promotion{
      object-fit: contain !important;
      height: 300px !important;
    }
  }

  @media (max-width:650px){
  .slider-main-wrap .content-wrap .content-wrap-inner {max-width: 450px; margin-left:80px}
  .slider-main-wrap .content-wrap .banner2 {margin-top:70px; display:flex; width:100%; align-items:center;margin-left:35px}
  .slider-main-wrap .content-wrap .banner2 .box{width:300px; height:220px; margin-left:10px;text-align:center;}
  .slider-main-wrap .content-wrap .banner2 .box .cantek{width:120px; height:70px; padding-top:20px;}
  .slider-main-wrap .content-wrap .banner2 .box img{margin:auto; border-radius:10px; width:70px; height:70px}
  .slider-main-wrap .content-wrap .banner2  p{color:black; font-size:16px; height:20px} 
  .slider-main-wrap .content-wrap .banner2 button{background-color:#068BD8; color:white; width:102px; height:28px; border:#068BD8; border-radius:20px; font-family:  sans-serif;}
  .slider-main-wrap .content-wrap .banner2 button:hover{cursor:pointer}}

  @media (max-width:598px){
  .slider-main-wrap .content-wrap .content-wrap-inner {max-width: 450px; margin-left:50px}
  .slider-main-wrap .content-wrap .banner2 {margin-top:25px; display:flex; width:100%; align-items:center; margin-left:50px; flex-wrap:wrap;}
  .slider-main-wrap .content-wrap .banner2 .box{height:100px; text-align:center; flex: 0 0 31%;}
  .slider-main-wrap .content-wrap .banner2 .box .cantek{width:80px; height:30px; padding-top:10px;}
  .slider-main-wrap .content-wrap .banner2 .box img{margin:auto; border-radius:10px; width:30px; height:30px; padding-top:10px}
  .slider-main-wrap .content-wrap .banner2  p{color:black; font-size:10px; height:20px} 
  .slider-main-wrap .content-wrap .banner2 button{background-color:#068BD8; color:white; font-size:10px; width:82px; height:28px; border:#068BD8; border-radius:20px; font-family:  sans-serif;}
  .slider-main-wrap .content-wrap .banner2 button:hover{cursor:pointer}}

@media (max-width:539px){
  .slider-main-wrap .content-wrap .content-wrap-inner {max-width: 450px; margin-left:50px}
  .slider-main-wrap .content-wrap .banner2 {margin-top:25px; display:flex; width:100%; align-items:center; margin-left:50px; flex-wrap:wrap;}
  .slider-main-wrap .content-wrap .banner2 .box{height:100px; text-align:center; flex: 0 0 31%;}
  .slider-main-wrap .content-wrap .banner2 .box .cantek{width:80px; height:30px; padding-top:10px;}
  .slider-main-wrap .content-wrap .banner2 .box img{margin:auto; border-radius:10px; width:30px; height:30px; padding-top:10px}
  .slider-main-wrap .content-wrap .banner2  p{color:black; font-size:10px; height:20px} 
  .slider-main-wrap .content-wrap .banner2 button{background-color:#068BD8; color:white; font-size:10px; width:82px; height:28px; border:#068BD8; border-radius:20px; font-family:  sans-serif;}
  .slider-main-wrap .content-wrap .banner2 button:hover{cursor:pointer}}

@media (max-width:458px){

   .slider-main-wrap .content-wrap {left:-60%;}
  .slider-main-wrap .content-wrap .content-wrap-inner {max-width: 450px; margin-left:50px}
  .slider-main-wrap .content-wrap .banner2 {margin-top:25px; display:flex; width:100%; align-items:center; margin-left:30px; flex-wrap:wrap;}
  .slider-main-wrap .content-wrap .banner2 .box{height:100px; text-align:center; flex: 0 0 30%;}
  .slider-main-wrap .content-wrap .banner2 .box .cantek{width:80px; height:30px; padding-top:10px;}
  .slider-main-wrap .content-wrap .banner2 .box img{margin:auto; border-radius:10px; width:30px; height:30px; padding-top:10px}
  .slider-main-wrap .content-wrap .banner2  p{color:black; font-size:10px; height:20px} 
  .slider-main-wrap .content-wrap .banner2 button{background-color:#068BD8; color:white; font-size:10px; width:82px; height:28px; border:#068BD8; border-radius:20px; font-family:  sans-serif;}
  .slider-main-wrap .content-wrap .banner2 button:hover{cursor:pointer}}


  .slider-main-wrap .content-wrap { max-width: 1289px; position: absolute; left: 0; top: 200px;width: 100%; right: 0; margin: auto;}		  
  .slider-main-wrap .content-wrap h1, .slider-main-wrap .content-wrap h2 {font-size: 50px; color:#404040; line-height: 60px;font-family: 'Roboto';font-weight: 500;}
  .slider-main-wrap .content-wrap .content-wrap-inner{max-width:560px;padding-left:15px;}
  .slider-main-wrap .content-wrap h1 span, .slider-main-wrap .content-wrap h2 span{margin: 0 0 20px 0; font-size: 40px; color:#068BD8; line-height: 60px;font-family: 'Roboto';font-weight: bold;display: block;}
  .slider-main-wrap .content-wrap h4 { font-size: 20px; line-height: 30px; color: #404040;font-family: 'Roboto'; font-weight: normal; margin: 0 0 15px 0; padding-bottom: 15px;
    border-bottom: 1px solid #B4B4B4;}	
  .slider-main-wrap .content-wrap  a.slider-btn {background: #068BD8;color: #ffffff;padding: 10px 30px;display: inline-block;border-radius: 21px;text-decoration:none;}	
  .slider-main-wrap .content-wrap.brand-slide{ bottom: 25px; top: 0;text-align: center;}
  .slider-main-wrap .content-wrap.brand-slide .content-wrap-inner{max-width:100% !important;height:100%;}
  .slider-main-wrap .content-wrap.brand-slide a.slider-btn{background: #068BD8; color: #ffffff; padding: 10px 30px; display: inline-block; border-radius: 21px; text-decoration: none;
    position: absolute; bottom: 30px; left: 0; right: 0; margin: auto; max-width: 160px; text-align: center;}  
  .slider-main-wrap .content-wrap.brand-slide h1, .slider-main-wrap .content-wrap h2{margin-top:60px; }
   .slider-main-wrap .content-wrap.banner-slide2{ bottom: 25px; top: 0;text-align: center;}
  .slider-main-wrap .content-wrap.banner-slide2 .content-wrap-inner{max-width:100% !important;height:100%;}
  .slider-main-wrap .content-wrap.banner-slide2 a.slider-btn{ bottom: auto;}  
  .slider-main-wrap .content-wrap.banner-slide2 h1, .slider-main-wrap .content-wrap h2{margin-top:60px; }  .slider-main-wrap .content-wrap.banner2 h1{margin-top:0px}
  

  .cta-section{ position: relative; width: 100%;padding:50px 15px;border-bottom: 1px solid #E6E6E6;    background: #F9F9F9;}
  .cta-section ul{padding-left:0;display:flex;flex-wrap:wrap; margin: 0;justify-content: space-between;}
  .cta-section ul li {list-style:none;position:relative;padding-right:25px;}
  .cta-section ul li .content-wrap:before {content: '';width: 1px;height: 100%;position: absolute; left: 50px;display: block;background: #E6E6E6;}
  .cta-section ul li:last-child{padding-right:0;}
  .cta-section ul li .img-block {position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
  .cta-section ul li .img-block img,.cta-section ul li .img-block svg{max-width:30px;max-height:30px;}
  .cta-section ul li .content-wrap {padding-left: 65px;position:relative;}
  .cta-section ul li .content-wrap h3 {margin: 0;color:#303030;font-size:18px;line-height:22px;margin-bottom:5px;font-family: 'Roboto';}
  .cta-section ul li .content-wrap h4, .cta-section ul li .content-wrap h4 p{margin: 0;color:#ACACAC;font-size:15px;line-height:18px;font-family: 'Roboto';}

  .products-section{position: relative; width: 100%;padding:80px 0;background: #F9F9F9; }
  .products-section ul{padding-left:0;display:flex;flex-wrap:wrap; margin: 0;}
  .products-section ul > li {list-style:none;position:relative;width: calc(50% - 13px);margin-right: 25px;text-align:center;transition:all ease-in-out 0.4s;line-height:0}
  .products-section ul > li:last-child { margin-right: 0;}
  .products-section ul > li .img-block{position:relative;}
  .products-section ul > li .img-block img{max-width: 100%; height: 400px; object-fit: cover; width: 100%;}
  .new-tag {position: absolute;z-index: 9;background: #3377FF;color: #ffffff;font-size: 10px;padding: 5px;width: 45px;height: 18px;line-height: 10px;border-radius: 3px;top: 15px;
    left: 15px;text-align:center;}
  .sale-tag {position: absolute;z-index: 9;background: #FF0034;color: #ffffff;font-size: 10px;padding: 5px;width: 45px;height: 18px;line-height: 10px;border-radius: 3px;top: 15px;
    left: 15px;text-align:center;}
  .hot-tag {position: absolute;z-index: 9;background: #614BA6;color: #ffffff;font-size: 10px;padding: 5px;width: 45px;height: 18px;line-height: 10px;border-radius: 3px;top: 15px;
    left: 15px;text-align:center;}
  .products-section ul > li .content-wrap {transition:all ease-in-out 0.2s; position: absolute;top: 0; height: 100%;width: 100%;flex-direction: column; justify-content: center;padding: 15px;display:none;z-index: 99;}
  .products-section ul > li:hover .content-wrap {display:flex}
  .products-section ul > li:before{transition:all ease-in-out 0.4s;}
  .products-section ul > li:hover:before {content: '';background: rgba(0,0,0,0.6); width: 100%;height: 100%; position: absolute;left: 0;top: 0;z-index: 9;transition:all ease-in-out 0.4s;}	
  .products-section ul > li .content-wrap h3 {font-size: 25px;line-height: 34px; color: #ffffff;font-family: 'Roboto';text-transform:uppercase;}
   a.view-more {display: inline-block;text-decoration: none;color: #068BD8;background: #ffffff;width: 138px;margin-left: auto;margin-right: auto;padding: 10px;border-radius: 21px; font-size: 15px;line-height: 20px;    font-family: 'Segoe UI Regular'}  
  .products-section ul li .content-wrap p {font-size: 16px;line-height: 24px;color: #fff;padding: 0 25px 15px;}
  .products-section ul li .content-wrap > ul {flex-wrap: wrap;margin-bottom:25px;}
  .products-section ul li .content-wrap > ul > li, .products-section ul li .content-wrap .excerpt { width: 100%; display: block; font-size: 16px; line-height: 24px; color: #fff; padding: 0 0 10px 0;}
  .products-section ul li .content-wrap > ul > li:hover:before{display:none;}
  .featured-products{position:relative;width:100%}
  .featured-products-inner { position: relative; width: 100%; display: flex; padding:70px 0 0 0;overflow:hidden;}
  .featured-products-inner .slider-section{width:100%; max-width:76%;}
  .featured-products-inner .single-section{width:100%; max-width:24%;padding-left: 6px;position:relative;}
  .featured-products-inner .single-section .img-block > img { height: 285px; object-fit: cover; width: 100%; object-position: bottom;}
  .brands-products-inner .single-section .content-block{top: 20px !important;}
  .featured-products-inner .single-section .content-block {
    text-align: center;
    position: absolute;
    top: 140px;
    max-width: 198px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0
  }
  .featured-products-inner .single-section .content-block .view-btn {
    background: #068bd8;
    color: #ffffff;
    width: 100%;
    max-width: 138px;
    display: inline-flex;
    padding: 11.5px 10px;
    justify-content: center;
    text-decoration: none;
    font-family: 'Roboto';
    font-weight: 500;
    border-radius: 21px;
    font-size: 15px;
    line-height: 18px;
  }
  .featured-products-inner .single-section .content-block h3 {font-size:25px;color: #ffffff;text-transform:uppercase;font-family: 'Roboto';font-weight: 500;margin-bottom:0;}
  .featured-products-inner .single-section .content-block p {font-size:12px;color: #ffffff;font-family: 'Roboto';font-weight: 400;line-height: 1.2;margin-top: 8px;}
  .featured-products-inner .single-section .view-all-btn {text-align: center;}
  .featured-products-inner .slider-section h3.title {min-height: 53px;font-size: 25px;line-height: 24px;font-family: 'Roboto';font-weight: 500;color: #fff;border-bottom: 1px solid #068bd8;margin: 0;line-height:30px;}
  .featured-products-inner .slider-section h3.title span { width: 326px; display: inline-block;background: #068BD8; padding: 12px; text-align: center; border-top-left-radius: 25px;
    border-top-right-radius: 25px;}
  .home .featured-collection--container h2.home-section--title {min-height: 53px;font-size: 25px;line-height: 24px;font-family: 'Roboto';font-weight: 500;color: #fff;border-bottom: 1px solid #068bd8; margin: 50px 0 30px;line-height:30px;}
  .home .featured-collection--container h2.home-section--title span { width: 326px; display: inline-block;background: #068BD8; padding: 12px; text-align: center; border-top-left-radius: 25px;
  border-top-right-radius: 25px;}
  .featured-sliders .item.slick-slide:focus{outline:none;}
  .featured-sliders .item.slick-slide .img-block{max-width:230px;margin:auto;padding:15px;min-height: 200px;}
  .featured-sliders .item.slick-slide .img-block img{max-width:100%}
  .featured-sliders .item.slick-slide {box-shadow: 0px 1px 6px #00000029;background-color:#fff; max-width:300px; margin-right:30px;}
  .featured-sliders .slick-list{padding:30px 5px 5px;}
  .featured-sliders .item.slick-slide{position:relative;}
  .featured-sliders .multi-tags{position:absolute; left:15px;top:30px;}
  .featured-sliders .multi-tags .new-tag, .featured-sliders .multi-tags .sale-tag, .featured-sliders .multi-tags .hot-tag{position:static;margin-bottom:10px;}
  .featured-sliders .content-block {padding: 30px 15px;text-align: center;position: relative; display: block;border-top:1px solid #D5D5D5}
  .featured-sliders .content-block h3 { font-size: 15px;line-height: 18px;margin: 0 0 8px;font-family: 'Roboto';color: #212121;}
  .featured-sliders .content-block h5 { font-size: 12px;line-height: 14px;margin: 0 0 8px;font-family: 'Roboto';color: #B5B5B5;}
  .featured-sliders .content-block h4 { font-size: 15px;color: #2E2E2E;line-height: 18px;margin: 0 0 25px 0;font-family: 'Roboto';}
  .featured-sliders .content-block h4 strike{font-size: 12px;line-height: 14px;font-family: 'Roboto';color: #B5B5B5; }
  .featured-sliders .content-block a.cart-btn {background: #068bd8;color: #ffffff;width: 100%;max-width: 162px;display: inline-flex;padding: 10px;justify-content: center;text-decoration: none;
    font-family: 'Roboto';font-weight: 500;border-radius: 21px;font-size: 15px;line-height: 18px;}
  .featured-sliders .content-block a.cart-btn img {width: 16px;filter: invert(1);}
  .featured-sliders .content-block a.cart-btn abbr { width: 25px; border-right: 1px solid #007098;margin-right: 7px; display: inline-block;}
  .featured-products-inner .slider-section{position:relative;}
  .featured-products-inner .slider-section .small-arrow { top: 20px; right: 0;position:absolute;}
  .featured-products-inner .slider-section .small-arrow1 { top: 20px; right: 0;position:absolute;}
  .featured-products-inner .slide-arrow.prev-arrow, .featured-products-inner .slide-arrow.next-arrow{background-color:transparent;border:none;width: 30px;}
  .featured-products-inner .slide-arrow.prev-arrow:focus, .featured-products-inner .slide-arrow.next-arrow:focus{outline:none;}
  .featured-products-inner .slide-arrow.prev-arrow:before {border:1px solid #9D9D9D; border-width: 0 1px 1px 0; display: inline-block;padding: 5px;transform: rotate(135deg);-webkit-transform: rotate(135deg); background: transparent; cursor: pointer;content: '';}
  .featured-products-inner .slide-arrow.next-arrow:before {border:1px solid #9D9D9D; border-width: 0 1px 1px 0; display: inline-block;padding: 5px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg); background: transparent; cursor: pointer;content: '';}
  .featured-products-inner .slide-arrow.prev-arrow{border-right: 1px solid #9D9D9D;line-height:13px;}
  .btn-small {
    background: #068bd8;
    color: #ffffff;
    width: 100%;
    max-width: 138px;
    display: inline-flex;
    padding: 11.5px;
    justify-content: center;
    text-decoration: none;
    font-family: 'Roboto';
    font-weight: 500;
    border-radius: 21px;
    font-size: 15px;
    line-height: 18px;
  }
  .finishing-equipment {
    background-color: #F9F9F9;
    padding: 80px 0;
    margin-top:70px
  }
  .equipment-boxes {
    display: flex;
    justify-content: space-between;
  }
  .equipment-boxes .equipment-title {
  	text-align: center;
  }
  .equipment-boxes .equipment-box {
    max-width: 33.33%;
    margin-right: 30px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 272px;
    padding: 25px 30px;
    border: 1px solid #d1d1d1;
    background-position: center right;
    
  }
  .equipment-boxes .equipment-box:last-child {
      margin-right: 0;
  }
  .equipment-boxes .equipment-box .view-more-link {
        color: #313131;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Roboto';
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    position: relative;
  }
  .equipment-title h3 {
    font-family: 'Roboto';
    font-weight: 400;
    color: #313131;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 25px 0;
  }
  .equipment-boxes .equipment-box ul {
    padding-left: 17px;
    margin-bottom:0;
    max-width:220px;
    list-style-type: none;
  }
  .equipment-boxes .equipment-box ul li {
    margin-bottom: 8px;
	position:relative;
  }
  .equipment-boxes .equipment-box ul li:before {
      position: absolute;
      content: '';
      width: 4px;
      height: 4px;
      display: block;
      background: #787878;
      left: -15px;
      top: 8px;
      border-radius: 100%;
  }
  .equipment-boxes .equipment-box ul li a {
    letter-spacing: 0px;
    color: #787878;
    font-size: 13px;
    text-decoration: none;
  }
  .equipment-boxes .equipment-box .view-more-link:after {
    border: 1px solid #9D9D9D;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: transparent;
    cursor: pointer;
    content: '';
    position: absolute;
    top: 9px;
    right: -10px;
  }
  
    .checkout-banner {
      position: relative;
      width: 100%;
      height: 520px;
      overflow:hidden;
/*       margin-bottom: 110px;       */
  }
  .pxs-image-with-text-section{ margin-bottom: 0}
  
  .checkout-banner .img-wrap img {
      width: 100%;
      object-position: center;
      object-fit: cover;
      height: 520px;
  }
  .checkout-banner .content-wrap {
      bottom: 50px;
      top: auto;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 1290px;
  }

 
  .checkout-banner  .content-wrap .content-wrap-inner {
    max-width: 100%;
    padding:0 15px;
  }
  .checkout-banner .content-wrap h4 {
    border-bottom: 0;
    color: #ffffff;
    font-size: 40px;
    font-family: 'roboto';
    font-weight: 500;
    line-height: 48px;
    margin: 0 0 20px 0;
}
  .checkout-banner  .content-wrap a.view-more {
   	text-align:center;
  	color:#606060;
    font-size:15px;
    line-height:18px;
  }

  .checkout-banner .img-wrap {
    position: relative;
    max-height: 520px;
    height: inherit;
  }
  .contact-about-us {
    background-color: #F9F9F9;
    padding: 53.5px 0;
  }
  .contact-about-row {
    display: flex;
    justify-content: space-between;
  }
  .contact-about-row .contact-text {
    text-align: center;
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    position:relative;
    padding:0 15px;
  }
  .contact-about-row .contact-text:after {
    content: "";
    right: 0;
    background-color: #E6E6E6;
    top: 28px;
    position: absolute;
    width: 1px;
    min-height: 193px;;
  }
  .contact-about-row .contact-text:last-child:after {
    display:none;
  }
  .contact-about-row .contact-text h2 {
    font-size: 50px;
  	color: #404040;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
  }
  .contact-about-row .contact-text h2 span {
  	color: #068BD8;
  }
  .contact-about-row .contact-text p {
    font-size: 20px;
    line-height: 30px;
    color: #404040;
    font-family: 'Roboto';
    font-weight: 400;
    max-width:420px;
    margin:15px auto 30px;
    min-height:60px;
  }
  .contact-about-us .contact-about-row .btn-small {
  	margin-top: 7px;
  }
  
  .client-logos {display: flex; width: 100%; padding: 104px 0 108px;max-width:1300px;margin: auto;justify-content: space-between;}
  .client-logos .logos {width: 80%; padding-right: 65px; border-right: 1px solid #F2F2F2;}
  .client-logos .action-wrap {width: 20%;display:flex; align-items: center;justify-content: flex-end;}
  .logos > ul {width: 100%;display: flex;align-items: center;margin: 0;padding:0;justify-content: space-between;}
  .logos > ul > li {list-style:none;}
  .logos > ul > li > a { display: block;}
  
  .brands-slider .item.slick-slide .img-block {
    max-width: 230px;
    margin: auto;
    padding: 15px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
  .newsletter-wrapper {
    background: #0874b2; /* Old browsers */
    background: -moz-linear-gradient(left,  #0874b2 0%, #068bd8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #0874b2 0%,#068bd8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #0874b2 0%,#068bd8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0874b2', endColorstr='#068bd8',GradientType=1 ); /* IE6-9 */
	width: 100%;
    padding: 35px 0;
    margin-top: 60px;
  }
  .newsletter-inner{
  	width:100%;
    display:flex;
    justify-content:space-between;
    align-items: center;
  }
  
  .signup-section h4 {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Roboto';
    color: #ffffff;
    font-weight: 500;
  }
  .signup-section h4 p {
      margin-top: 0;
      margin-bottom: 0;
    
  }
  .signup-section h3 {
    margin: 0 0 15px 0;
    font-size: 28px;
    line-height: 32px;
    font-family: 'Roboto';
    color: #ffffff;
    font-weight: 500;
}
  
  .signup-section {
      padding-left: 115px;
      position:relative;			
  }
   .signup-section .img-wrap { position: absolute; left: 0; top: 0;}
   .newsletter-inner .signup-form {width: 41.8%;}
  .newsletter-inner .form-wrapper {  width: 100%; display: flex;
      border-radius: 28px;
    overflow: hidden;
  }
  
  .newsletter-inner .form-wrapper input[type="email"] {
    border: none;
    width: 100%;
    height: 55px;
    padding: 10px 35px;
    font-size:15px;
    line-height:18px;
    color:#B5B5B5;
    font-family: 'Roboto';
	font-weight:normal;
    
  }
  .newsletter-inner .form-wrapper input[type="email"]::placeholder{
    font-size:15px;
    line-height:18px;
    color:#B5B5B5;
    font-family: 'Roboto';
	font-weight:normal;
  }
  .newsletter-inner .form-wrapper input[type="submit"] {
    width: 92px;
    background: #393939;
    color: #ffffff;
    border: none;
    cursor: pointer;
	font-family: 'Segoe UI';
    font-weight: bold;
  }
  
    ul.soacial-wrap {
      display: flex;
      margin:0;
      padding-left:0;
    }
    ul.soacial-wrap > li {
      margin-right: 18px;
      list-style: none;
  	}
    ul.soacial-wrap > li > a {
      display: block;
    }
    ul.soacial-wrap > li > a > img {
      width: 32px;
      height: 32px;
  }
  
  
  footer {
      width:100%;
    position:relative;
  }
  .footer-inner {
    display: flex;
    padding: 50px 0 109px;
    justify-content: space-between;
  }
  .column3 {
     padding:0 15px;
  }
  .footer-logo {
      max-width: 258px;
      width: 100%;
      margin-bottom: 25px;
  }
  .footer-logo img{
  	width:100%
  }
  .footer-info p,  .footer-info a {
      font-size: 16px;
      line-height: 25px;
      color: #606060;
      margin: 0 0 10px 0;
      font-family: 'Roboto';
  }
  .footer-info a{text-decoration:none;}
  .footer-inner h3 {
    color: #242424;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Roboto';
        margin: 0 0 20px 0;
  }
  .pay-options{
  	 margin: 35px 0 0 0;
     padding-left: 0;
    max-width: 320px;
    text-align:left;
  }
  
  .pay-options li {
      list-style: none;
      display: inline-block;
      margin-right: 10px;
     margin-left:0;
  }
  .pay-options li:nth-child(6n){
      margin-right: 0px;
  }
  ul.links-wrap {
     margin: 0;
     padding-left: 0;
    
   }
  .footer-info {
      max-width: 300px;
  }
   
  ul.links-wrap li{list-style:none; margin-bottom:20px;} 
  ul.links-wrap li a {
    text-decoration: none;s
    line-height: 16px;
    font-size: 16px;
    color: #606060;
}
  ul.links-wrap li a:hover{
  	color:#068bd8;
  }
  .last-footer {
    height: 54px;
    background: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
  .last-footer p {
      margin: 0;
      color: #606060;
      font-size: 15px;
      line-height: 28px;
  }
  
  .featured-collection--container h2.home-section--title { font-size: 32px; line-height: 32px; text-align: left; font-family: 'Roboto'; font-weight: 500;color:#212121;}
  .featured-collection--container .productitem--price .featured-collection--container.price--compare-at span, .productitem--price .price--main span { font-size: 18px !important; line-height: 28px; color:#068bd8 ;font-weight:500}
  .featured-collection--container .productitem .productitem--badge {font-size: 10px; bottom: auto; top: 0; border-radius: 4px; font-weight: normal;}
  .badge--sale{background-color: #de0101 !important}
  .featured-collection--container h2.productitem--title a {color: #212121; font-size: 14px; line-height: 18px;}
/*   .featured-collection--container h2.productitem--title { min-height:50px; } */
  .featured-collection--banner-inner h3.featured-collection--banner-title { font-size: 25px; color: #ffffff; text-transform: uppercase; font-family: 'Roboto';font-weight: 500;
    margin-bottom: 0;}
  .featured-collection--container h3.productitem--vendor {color: #B5B5B5;font-size: 12px;line-height: 14px; font-weight: normal;}
  .featured-collection--container .emi-amount-main-wraper span {width: 50%;} 
  .featured-collection--container .emi-amount-main-wraper span.text { font-size: 10px; line-height:10px; font-weight: normal; color: #2E2E2E;}
  .featured-collection--container .emi-amount-main-wraper span.price {font-size: 10px;line-height:10px;justify-content: center;}
  .featured-collection--container .apply-now-btn a { color: #212121;margin: 10px 0 0 0;}
  .featured-collection--banner .content-block { width: 100%;height: 100%;}
  .featured-collection--banner .content-block .featured-collection--banner-title{ font-size: 25px; line-height: 25px; font-weight: normal; font-family: 'Roboto';margin-top: 0;}
  .featured-collection--banner span.featured-collection--banner-subtitle { background: #068bd8; color: #ffffff; width: 100%; max-width: 138px; display: inline-flex;
    padding: 11.5px; justify-content: center; text-decoration: none; font-family: 'Roboto'; font-weight: 500; border-radius: 21px; font-size: 15px; line-height: 18px;
    position: absolute; bottom: 12px; left: 0; right: 0; margin: auto; text-transform: inherit;}
  .featured-collection--container .productitem--action button.productitem--action-trigger { border-radius: 25px;font-weight: 500;font-size: 12px;line-height: 22px;padding:5px;}
  .featured-collection--container .productitem--actions{opacity: 1 !important; visibility: visible !important;} 
  .featured-collection--container span.price { background: #068bd8;position:static !important}
   html.no-touch .featured-collection--container .productitem--actions {position: relative; bottom: 0 !important;}
  .featured-collection--container .productgrid--item.animating .productitem, .featured-collection--container .productgrid--item.visible .productitem{position:static !important}
  .featured-collection--container .productitem--actions{margin: 0.5rem 0 0 !important;padding:0;}
  .newsletter-inner .form-wrapper input[type="email"]::placeholder { visibility: visible; opacity: 1;}
  .live-search--active .live-search-button { border-bottom-right-radius: 25px;}  
  .search-flydown{border-top:none;} 
  .featured-collection--container .productitem{padding:15px !important;height:auto !important;} 
  .productitem--actions button:focus{outline:none;}
  .featured-collection--container .productitem--actions{display: flex;}
  .productitem--action{min-width:auto;}
  .newsletter-inner .form-wrapper input {border-radius: 0;}  
  .productitem--sale .productitem--price .price--main span{color:#de0101 ;font-size: 18px !important;line-height: 28px;font-weight: 500;}
  .footer-inner h3 span.site-footer-block-icon { display: none;}
  body.home .newsletter-wrapper {margin-top: 0;border-top: 1px solid #006eaf;}
  body.home .product-row .flickity-slider .productgrid--item {min-height: 1px !important;}
  .highlights-banners--section{padding-top:0 !important;}
  .site-header-menu-toggle{left:10px;top:20px;}
  .site-navigation-wrapper{ background-color: #a0a09d;}
  .equipment-boxes .equipment-box ul li{padding-right: 0;padding-left: 0;}
 .product--price .price--compare-at.visible + .price--main {color:#de0101 !important;font-weight: 500;}
  .product--price .price--main{color:#068bd8 !important;font-weight: 500;}
  
  
  ul.association-image-wrap {padding: 0; margin: 20px 0 0 0;display:flex; justify-content: center; max-width: 220px;align-items: center;}
  ul.association-image-wrap li{list-style:none; display:inline-block; }
  ul.association-image-wrap li img {
    /* max-width: 80px; */
    margin-right: 5px;cursor: pointer;}

img.footer-brand-logo1 {
    width: 90px;
}
img.footer-brand-logo2 {
    width: 130px;
} 
img.footer-brand-logo3 {
    width: 140px;
} 
.products-section .section-title h3 {
    font-size: 25px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 40px 0;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
    color: #068bd8;
}
  
  
  @media only screen and (max-width:1440px) {
  
    /* .slider-main-wrap .img-wrap, .slider-main-wrap .img-wrap img{height:600px;text-align: center; display: block; width: 100%;} */
     .slider-main-wrap .img-wrap, .slider-main-wrap .img-wrap img{height:unset;text-align: center; display: block; width: 100%;}
    .slider-main-wrap .content-wrap{top:110px; } 
/* needs to go above for default    max-width: 85%; */
    .slider-main-wrap .content-wrap h1, .slider-main-wrap .content-wrap h2{font-size:42px;}
    .slider-main-wrap .content-wrap h4{font-size:18px;}
    .contact-about-row .contact-text h2{font-size:42px;}
    .contact-about-row .contact-text p{font-size:16px;}
    
  }

  @media only screen and (max-width:1279px) {
    .site-navigation .navmenu-depth-1 > li{padding: 0 2.5%;}
    .featured-products-inner .single-section{padding-left:0;}

    ul.association-image-wrap { flex-wrap:wrap; }
  }
  
  
  @media only screen and (max-width:1199px) {
    .site-navigation .navmenu-depth-1 > li {padding: 0 2%;}
    .cta-section ul li .content-wrap h3{ font-size: 15px; line-height: 20px; }
    .cta-section ul li .content-wrap h4{font-size: 12px;line-height: 18px;}
    .checkout-banner, .checkout-banner .img-wrap, .checkout-banner .img-wrap img{height: 400px;}
    .checkout-banner .content-wrap h4{    font-size: 28px;}
    .checkout-banner .img-wrap img{object-position: right;}
    .featured-collection--container .product-row .productgrid--item{width: calc(33.55% - 16px); margin-right: 20px; margin-bottom: 20px; }
    .featured-collection--container .product-row .productgrid--item:nth-child(3n){margin-right: 0;}
    .featured-collection--container .product-row {flex-wrap:wrap;}
    .featured-collection--container .product-row .productgrid--item:nth-child(4):nth-last-child(2){display:block}
  }
  
  @media only screen and (max-width:1023px) {
  	.site-header-main { display: inline-block; width: 100%; margin: 0 auto; flex-grow: 1; justify-content: center;padding-bottom: 15px; border-bottom: 1px solid #E6E6E6;}
    .site-header { max-width: 1320px;  padding: 15px 15px 20px;}
    .site-header .live-search{max-width: 350px;margin-top: 0;}
    .site-header ul.action-right{justify-content: flex-end;}
    .other-links{margin-top: 12px;}
    .featured-collection--container .product-row .productgrid--item:nth-child(3n){margin-right: 20px;}
    .featured-collection--container .product-row .productgrid--item{ width: 260px;}
    .featured-collection--container h2.home-section--title{padding-left:0; padding-right:0; }
  }

  
  
  
  @media only screen and (max-width:991px) {
    .cta-section ul li{ margin-bottom: 25px;}
    .equipment-title h3{ text-align: left;}
    .slider-main-wrap .content-wrap h1, .slider-main-wrap .content-wrap h2 {  font-size: 32px; line-height: 42px;}
    .slider-main-wrap .content-wrap h1 span, .slider-main-wrap .content-wrap h2 span{  font-size: 32px; line-height: 42px;}
    .slider-main-wrap .content-wrap h4{font-size: 16px;}
    .slider-main-wrap .img-wrap, .slider-main-wrap .img-wrap img{height: 400px;}
    .featured-products-inner{flex-wrap:wrap; padding: 50px 0;}
    .featured-products-inner .slider-section, .featured-products-inner .single-section { max-width: 100%;}
    .featured-products-inner .single-section{margin-top:35px;}
    .featured-products-inner .single-section .img-block img {max-height: 300px;width: 100%;object-fit: cover;object-position: center;}
    .featured-products-inner .single-section .content-block {top:90px;}
    .featured-products-inner .single-section .view-all-btn { text-align: center; margin-top: 25px;}
    .equipment-boxes{flex-wrap:wrap;}
    .equipment-boxes .equipment-box{margin-right:0; margin-bottom:30px; max-width: 100%; }
    .featured-sliders .item.slick-slide{ max-width:50%;}
/*     .equipment-boxes .equipment-box{min-height:auto;} */
    .newsletter-inner{flex-wrap:wrap;}
    .newsletter-inner .left-section, .newsletter-inner .right-section { width: 100%; text-align: center; max-width: 75%; margin: auto;}
    .newsletter-inner .signup-section{padding: 90px 0 30px 0;}
    .signup-section .img-wrap{left: 0; top: 0; right: 0;}
    .client-logos{flex-wrap:wrap;padding: 75px 0 60px;}
    .client-logos .logos { width: 100%; border-bottom: 1px solid #F2F2F2; padding-bottom: 30px; padding-right: 0;border-right:none;}
    .client-logos .action-wrap { width: 100%; justify-content: center; margin-top: 30px; }
    .footer-info p, .footer-info a{font-size: 14px;}
    ul.links-wrap li{ margin-bottom: 15px;}
    ul.links-wrap li a{line-height: 14px; font-size: 14px;}
    .footer-inner h3{font-size: 22px; line-height: 25px;}
    .footer-logo{max-width: 160px;}
    .finishing-equipment{padding: 50px 0;}
    .slider-main-wrap .content-wrap .content-wrap-inner{max-width: 450px;}
    .home .featured-collection--container h2.home-section--title{margin-top:0;}
    .slider-main-wrap .content-wrap.brand-slide h1, .slider-main-wrap .content-wrap h2{margin-top: 20px;}
    .slider-main-wrap .content-wrap.brand-slide a.slider-btn{bottom:0;}

    .careers-page .half-column {
      width: 100%;
      padding: 0 15px;
    }
    
    .checkout-banner-new-inner{flex-wrap:wrap;}
    .checkout-banner-new-inner .content-wrapper, .checkout-banner-new-inner .img-wrapper{max-width: 100%;}
    .checkout-banner-new-inner .content-wrapper{order:2;margin-top: 50px;}
    .checkout-banner-new-inner .img-wrapper{order:1}
    .checkout-banner-new:before{width:100%;height:75%;top:auto;bottom:0;}
    

  }
  
  @media only screen and (max-width:767px) {
    .other-links{flex-wrap:wrap;}
    .currency-converter-wrapper{display: none;}
    .live-search--takeover form.live-search-form {padding: 15px;}
    .site-header ul.action-right { justify-content: center; margin-top: 15px;}
    .site-header .live-search{max-width:100%;}
    .site-header-actions .site-header-account-link a { margin: 0px 15px 0 0; padding: 7px 20px; font-size: 12px; line-height: 22px; }   
    .site-header-wishlist a svg, .site-header-cart a svg{width: 15px;}
    .site-header-wishlist, .site-header-cart{width: 30px; height: 30px; line-height: 35px; margin-left: 15px;}
    /* .slider-main-wrap .img-wrap, .slider-main-wrap .img-wrap img{ height: 500px; width: 100%; max-width: 100%; margin: 0 !important;} */
     .slider-main-wrap .img-wrap, .slider-main-wrap .img-wrap img{ height: unset; width: 100%; max-width: 100%; margin: 0 !important;}
    .slider-main-wrap .content-wrap { top: 20px;}
    .products-section ul > li{ width:100%;margin-right:0; margin-bottom:30px;}
    .products-section ul > li:before {content: ''; background: rgba(0,0,0,0.6); width: 100%; height: 100%; position: absolute; left: 0; top: 0;  z-index: 9; transition: all ease-in-out 0.4s;}
    .products-section ul > li .content-wrap ul > li:before{display:none;}
    .products-section ul > li .content-wrap{display:flex;padding:25px;}
    .products-section ul li .content-wrap > ul > li{margin-bottom:0px;}
    .contact-about-row{flex-wrap:wrap;}
    .contact-about-row .contact-text:after{display:none;}
    .contact-about-row .contact-text h2 { font-size: 32px;}
    .contact-about-row .contact-text {max-width: 100%;padding-bottom: 30px; border-bottom: 1px solid #ccc;}
    .contact-about-row .contact-text:last-child{ border-bottom:0; padding-bottom:0;}
    .footer-inner {flex-wrap:wrap;justify-content: left;}
    .footer-inner .column1 {width: 100%;}
    .pay-options{ margin: 35px 0;}
    .footer-inner .column2, .footer-inner .column3{ width:50%;}
    .pay-options{ max-width: 100%;}
    .newsletter-inner .form-wrapper input[type="email"]{height: 45px;}
    .featured-products-inner .slider-section h3.title{font-size: 20px;}
    .equipment-title h3{ font-size: 20px; line-height: 22px;}
    .cta-section ul li{ width: 100%;}
    .cta-section ul{max-width: 320px;  margin: auto;}
     .checkout-banner .content-wrap .content-wrap-inner{text-align: center;}
    .checkout-banner .content-wrap h4 { font-size: 24px;}
    .checkout-banner .img-wrap{display:none;}
    .checkout-banner {background: #068bd9;padding: 50px 16px;}
    .checkout-banner .content-wrap{position: static;}
    .checkout-banner, .checkout-banner .img-wrap, .checkout-banner .img-wrap img{height:auto;}
    .home .featured-collection--container h2.home-section--title{font-size:20px;}
    .banner-arrow .prev-arrow:before, .banner-arrow .next-arrow:before{padding: 7px;}
    .banner-arrow button.prev-arrow{left:15px;}
    .banner-arrow button.next-arrow{right:15px;}
    .products-section .section-title h3 {font-size: 20px;margin: 0 0 30px 0;padding-top: 30px;text-align: left;}
    
    
    .slider-main-wrap .content-wrap {
      top: 10%;
/*     max-width: 75%; 
      padding: 15px;  ---- needs to uncomment for default*/
      left: -60px;
    }
    .slider-main-wrap .content-wrap.brand-slide {
      bottom: auto;
      top: 2%;
      text-align: center;
      left: 0;
    }
    .slider-main-wrap .content-wrap.brand-slide a.slider-btn{ 
      /* display:none; */
      bottom: -400px;
    } 
    .slider-main-wrap .content-wrap h1, 
    .slider-main-wrap .content-wrap h2, 
    .slider-main-wrap .content-wrap h1 span, 
    .slider-main-wrap .content-wrap h2 span {
      font-size: 20px !important; 
      line-height:30px !important;
      margin:0 !important;
    }
    .slider-main-wrap .content-wrap h1 span {
      font-size: 18px !important;
      max-width: 90%;
    }
    .slider-main-wrap .content-wrap a.slider-btn{
      font-size: 14px;
      position: absolute;
      bottom: -50px;
    }
    .slider-main-wrap .content-wrap h4,
    .slider-main-wrap .content-wrap.banner-slide1 a.slider-btn {
      display: none;
    }
    .checkout-banner .content-wrap h4 {
      max-width: 100%;
    }
    
    .checkout-banner-new-inner .content-wrapper h3, .checkout-banner-new-inner .content-wrapper h3 p{font-size: 28px;line-height: 38px; }
    .checkout-banner-new-inner .content-wrapper h4{font-size: 16px;line-height: 26px;}
    .checkout-banner-new-inner .section-logo img { max-width: 170px;}
    .checkout-banner-new-inner .content-wrapper a.view-btn { border-radius: 25px; font-weight: 500; font-size: 12px;  line-height: 22px;  padding: 7px 25px;min-height:auto; }
    .checkout-banner-new-inner{padding: 50px 0;}

      ul.association-image-wrap {padding: 0; margin: 20px 0 0 0;display:flex; flex-wrap:wrap; max-width: 100%;align-items: center;}
  }
  
  @media only screen and (max-width:574px) {
   
    .featured-sliders .item.slick-slide{margin-right:0;}
    .footer-inner .column2, .footer-inner .column3{width:100%; }
    .logos > ul{flex-wrap:wrap;}
    .logos > ul > li { list-style: none; width: 100%; text-align: center;padding: 25px 0;}
    .footer-inner{text-align:center;}
    ul.soacial-wrap{justify-content: center;}
    .footer-logo { max-width: 160px; margin: 0 auto 25px;}
    .footer-info{margin:auto;}
    .pay-options { max-width: 330px; margin: 35px auto;}
    .footer-inner .column1, .footer-inner .column2 { margin-bottom: 35px; padding-bottom: 35px; border-bottom: 1px solid #F2F2F2;}
    .footer-inner{ padding: 50px 0;}
    .products-section{ padding: 50px 0;}
    .equipment-boxes .equipment-box{margin-bottom: 15px;}
    .signup-section h3{font-size: 22px;}
    .signup-section h4{ font-size: 14px; line-height: 24px;}
    .signup-section .img-wrap img { width: 50px;}
    .newsletter-inner .signup-section{padding: 70px 0 30px 0;}
    .contact-about-row .contact-text h2 { font-size: 26px;}
    .contact-about-row .contact-text p { font-size: 14px;line-height: 24px; margin: 15px auto 20px;}
    .featured-products-inner .single-section .img-block img{max-height: 200px;}
    .featured-products-inner .single-section .content-block { top: 45px;}
    .featured-products-inner .slider-section h3.title span{width: 200px;}
    ul.links-wrap li a {line-height: 13px;font-size: 13px;}
    ul.links-wrap li { margin-bottom: 10px;}
    .footer-inner h3 {font-size: 18px; line-height: 15px;}
    .footer-info p, .footer-info a {font-size: 13px;line-height: 23px;}
    .pay-options li:nth-child(6n){margin-right: 10px;}
    .newsletter-inner .left-section, .newsletter-inner .right-section{ max-width: 100%;}
    .featured-products-inner .slider-section h3.title { font-size: 16px; min-height: 45px;}
    .featured-products-inner .slider-section h3.title span{padding: 7px;}
/*     .slider-main-wrap .content-wrap h1, .slider-main-wrap .content-wrap h2, .slider-main-wrap .content-wrap h1 span, .slider-main-wrap .content-wrap h2 span {
    font-size: 26px !important; line-height: 36px !important;} */
    .slider-main-wrap .content-wrap .content-wrap-inner { max-width: 100%;}
    .footer-inner .column3 ul.links-wrap {margin-bottom: 35px;}
    .home .featured-collection--container h2.home-section--title{font-size:16px; min-height: 45px;}
    .home .featured-collection--container h2.home-section--title span {padding: 7px; width: 200px;}
    
    .slider-main-wrap .content-wrap.banner-slide2 {
      max-width: 100%;
      left: auto;
    }
    .slider-main-wrap .content-wrap.banner-slide2 a.slider-btn {
      bottom: auto;
      margin-top: 10px;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  
  
  @media only screen and (max-width:320px) {
    .slider-main-wrap .content-wrap h1 span {
      font-size: 17px !important;
      max-width: 100%;
    }
  }
  
  
  /* Home Page New 22.02.2021  */

.awfs-brand-slide .content-wrap-inner{
  max-width: 100% !important;
}
.awfs-brand-slide h1{
  text-align: center;
}
  
// Finance Modal styles 
  @keyframes animateopacity {
    from {background-color: rgba(0, 0, 0, 0.0)}
    to {background-color: rgba(0, 0, 0, 0.7)}
  }
  #finance-modal-container,
  #calc-modal-container {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
  }
  #finance-modal,
  #calc-modal {
    display: contents;
    position: relative;
    margin: 0 auto;
    background-color: white;
    width: 80%;
    height: 100%;
    height: auto;
    padding: 20px 40px 50px 40px;
    box-shadow: -1px 3px 18px 0px rgba(128,128,128,1);
    animation: drop-in 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translate(0%, -25%);
    top: 25%;
  }
  #calc-modal-form-content,
  #finance-modal-form-content{
    height: 100%;
  }
  @media(max-width: 1200px){
    #finance-modal,
    #calc-modal {
      width: 80%;
    }  
  }
  @media(max-width: 770px){
    #finance-modal,
    #calc-modal {
      width: 85%;
    }
    .scm-promotion{
       object-fit: contain;
    }
  }  
  @keyframes drop-in {
    from {top: 10%;}
    to {top: 25%}
  }  
  #calc-modal-exit,
  #finance-modal-exit {
    position: absolute;
    right: 20px;
    top: 20px;
    border:none;
    background:none;
    font-size: 18px;
    cursor: pointer;
    z-index: 1002;
  }
  .hide-modal-content {
    display: none;
  }

  #modal-finance-dark-overlay,
  #modal-calc-dark-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
    animation-name: animateopacity;
    animation-duration: 0.5s;
    z-index: 1001;
  } 
  .apply-now-btn a#payment-calculator-button,
  .apply-now-btn a#finance-request-button {
    margin-bottom: 0px;
    margin-top: 12px;
    cursor: pointer;
  }
  .flex-button-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 6px;
  }
  .payment-calculator-btn{
    background-color: #d9dde0;
    padding: 8px;
    color: #000;
    font-size: 14px;
    border-color: #d9dde0;
    cursor: pointer;
    margin-right: 10px;
    margin-top:6px;
  }
  .financing-request-btn{
    color: #fff;
    font-size: 14px;
    padding: 5px;
    background-color: #1983e1;
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top:6px;
  }


    .img-wrap-festival-banner-mobile{
      display: none;
    }
  
  @media(max-width: 767px){
    .img-wrap-festival-banner{
      display: none !important;
    }
    .img-wrap-festival-banner-mobile{
      display: block !important;
    }
  }  



/* ****** ps css start ***** */
.ps-banner.slider-main-wrap.img-wrap img {
    height: unset !important;
}
.productgrid--outer figure.productitem--image img {
      object-fit: contain;
}
@media screen and (min-width: 720px) {
.slideshow-slide.ps-slide-1 .slideshow-slide-content {
      top: 10%;
}
}
@media only screen and (min-width: 767px) {
ul.ps-feature-grid {
    gap: 25px;
}
ul.ps-feature-grid li {
    width: 48% !important;
    margin-right: 0 !important;
}
.ps-feature-collection h3 {
    font-size: 35px !important;
}
nav.site-navigation {
    max-width: 1600px !important;
}
}
