/** Shopify CDN: Minification failed

Line 856:21 Expected identifier but found whitespace
Line 856:23 Unexpected "{"
Line 856:32 Expected ":"
Line 857:18 Expected identifier but found whitespace
Line 857:19 Unexpected "1px"
Line 857:30 Unexpected "{"
Line 857:39 Expected ":"
Line 863:10 Expected identifier but found whitespace
Line 863:12 Unexpected "{"
Line 863:21 Expected ":"
... and 18 more hidden warnings

**/
@media(min-width:1200px){
  .site-header{
    height: 230px;
  }
}

img{
  max-width:100%;
}

.cust_ss{
height:auto;
}

.tagline {
	text-align: left;
  	margin-right: 10px;
}

.tp-bar .freeshipping {
    background-color: #1AB7EB;
    padding: 11px 30px;
}

.tp-bar .login {
  position: static;
}
 .tp-bar {
    background: #241F21;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .contain-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .tp-bar .call {
    font-weight: 700;
    font-size: 20px;
  }
  .tp-bar a {
    color: #fff;
    text-decoration: none;
  }
  .tp-bar .call img {
    position: relative;
    top: 3px;
    max-width: 20px;
  }
  .tp-bar .freeshipping {
    background-color: #1ab7eb;
    padding: 11px 30px;
    font-size: 15px;
    text-transform: capitalize;
}
  .tp-bar .freeshipping img {
    position: relative;
    top: 3px;
  }
  .login-cart-wrapper {
    display: flex;
    align-items: center;
  }
  .tp-bar .login {
    font-weight: 700;
    display: flex;
  }
  .tp-bar .login img {
    position: relative;
    top: 0;
    max-width: 15px;
    margin-right: 5px;
  }
  .tp-bar .login ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  @media screen and (min-width: 1024px) {
  .site-header-cart {
    position: inherit;
    margin: 0;
    line-height: 100%;
    top: 0;
  }
}
@media(max-width:1024px){
  .login-cart-wrapper, .trustpilot-logo, .site-header-mobile-search-button{
    display:none;
  }
  .gm-menu-installed .gm-menu.gm-menu-6970 .gm-item.gm-level-0 > .gm-target{
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #efefef;
  }
  .tagline{text-align:center;margin:10px 0;}
  .contain-bar{
    flex-direction: column;
    padding: 10px;
    align-items: start;
  }
}
@media screen and (max-width: 992px) {
    .tp-bar .freeshipping {
        padding: 11px 5px;
        font-size:12px;
    }
}

@media screen and (max-width: 768px) {
  	.tp-bar .freeshipping {
        background-color: transparent;
    }
}

@media screen and (min-width: 769px) {
  .login-cart-wrapper {
  	display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
   .site-header-logo {
      margin-right: 15px;
	}
  	
  	.tagline {
      margin-right: 60px;
	}
}

.site-header-logo .site-logo-image{
	max-height: 90px !important;
}

/*2022-06-23*/
.article-image{
  max-width: 650px;
  margin: 0 auto;
  background-position: top;
}


/*2022-07-03*/
/*Homepage*/
.site-header{
  z-index: 999 !important;
}

h1,h2,h3,h4,h5,h6{
  margin: 0 0 1rem;
}

.home-container{
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 15px;
}

.row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.no-gutters{
  margin: 0;
}

.no-gutters>.col, .no-gutters>[class*="col-"]{
  padding: 0;
}

.col-lg-6, .col-md-6, .col-sm-6, .col-lg-8, .col-lg-4, .col-xl-3{
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

/* .col-lg-8{
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

.col-lg-4{
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

.col-xl-3{
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
} */


.main-banner .banner-holder{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 450px;
  padding: 4rem 3rem;
  height: 100%;
  position: relative;
  z-index: 1;
}

.banner-left .banner-holder{
  display: flex;
}

.banner-holder img{
  display: none;
}

.banner-right .banner-holder{
  background-color: #F6F6F6;
  background-position: bottom right;
  padding: 4rem 1.5rem;
  background-size: 310px;
}

.banner-right .content-holder{
  max-width: 225px;
}

.banner-left .content-holder{
  margin-right: auto;
  max-width:515px;
}

.banner-holder h1, .banner-holder h1 small{
  font-size: 36px;
  color: #000;
  margin-top: 0;
}

.banner-holder .btn{
  margin-top: 2rem;
}

.banner-holder h1 small{
  color: #1AB7EA;
}

.btn{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #231E20;
  border: 1px solid #231E20;
  border-radius: 9px;
  padding: 19px 13px;
  min-width: 136px;
  text-decoration: none;
  text-transform: capitalize;
  transition: .3s ease;
}

.btn:hover{
  background: transparent;
  color: #231E20;
}

.btn.btn-white{
  background: #fff;
  border-color: #fff;
  color: #1AB7EA;
}

.btn.btn-white:hover{
  background: transparent;
  color: #fff;
}

.btn.btn-blue, #id-printer-selector-wrapper button, #supply-finder-selector-wrapper button, #shopify-section-1602674094218 a.btn{
  background: #1AB7EA;
  border-color: #1AB7EA;
}

.btn.btn-blue:hover, #id-printer-selector-wrapper button:hover, #supply-finder-selector-wrapper button:hover, #shopify-section-1602674094218 a.btn:hover{
  background: transparent;
  color: #1AB7EA;
}

.btn.btn-white-alt{
  border-color: #1AB7EA;
  color: #1AB7EA;
}

.btn.btn-white-alt:hover{
  background: #1AB7EA;
  color: #fff;
}

.circle-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.circle-list li{
  font-size: 17px;
  font-weight: 500;
  color: #231E20;
  margin-bottom: 0.5rem;
  position : relative;
  padding-left: 1rem;
}

.circle-list li:before{
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #1AB7EA;
}

.features .row{
  border-bottom: 1px solid #BFBFBF;
}

.features p{
  line-height: 1.5;
  margin-top: 0;
  font-size: 18px;
  color: #000;
  margin-bottom: 0.7rem
}

.features small{
  font-size: 14px;
  font-weight: 500;
  color: #848484;
  line-height: 1.6;
}

.features ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.features .btn-blue{
  color: #fff;
}

.features a{
  color: #848484;
  font-size: 16px;
  font-weight: 600;
}

.features a:hover{
  color: #1AB7EA;
}

.features .row{
  justify-content: center;
}

.features li{
  margin-right: 1rem;
}

.features-holder{
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  border-right: 1px solid #BFBFBF;
  height: 100%;
}

.features-item:last-child .features-holder{
  border-right: 0;
}

.features-holder img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.features-holder .text-holder{
  max-width: calc(100% - 30px);
  flex-basis: calc(100% - 30px);
  padding-left: 1rem;
}

.category{
  padding: 6.75rem 0 4.75rem;
  position: relative;
}

.block-title{
  text-align: center;
  margin: 0 auto 2rem;
  max-width: 570px;
}

.block-title span{
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #1AB7EA;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
}

.block-title h2{
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  color: #231E20;
}

.category .row{
  justify-content: center;
}

.category-product{
  transition: .3s ease;
  position: relative;
}

.category-product:hover .category-content a{
  visibility: visible;
  opacity: 1;
}

.category-image{
  background: #F6F6F6;
  padding: 3.1rem 1.5rem;
  border-radius: 28px;
  text-align: center;
  height: 100%;
}

.category-image img {
  height: 160px;
  object-fit: cover;
  margin: 0 auto;
}

.category-content{
  padding: 1.5rem 1rem 1rem;
  text-align: center;
}

.category-content h5{
  color: #231E20;
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 1rem;
}

.category-content a{
  font-size: 18px;
  font-weight: 600;
  color: #1AB7EA;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  transition: .3s ease;
}

.category-content a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.offer{
  padding: 0 0 8.75rem;
}

.offer-item{
  margin-bottom: 1rem;
}

.offer-card{
  background-color: #F6F6F6;
  border-radius: 9px;
  transition: .3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.offer-card:hover{
  background-color: #1AB7EA;
  color: #fff;
}

.offer-card:hover.offer-card h3, .offer-card:hover.offer-card h6,
.offer-card:hover .offer-bottom small, .offer-card:hover .offer-bottom p{
  color: #fff;
}

.offer-card:hover .btn.btn-white{
  background: transparent;
  color: #fff;
}

.offer-card:hover .offer-text small:before{
  border-left: 8px solid #1AB7EA;
}

.offer-top{
  position: relative;
  padding: 26px 38px;
  border-bottom: 1px solid #E2E2E2;
}

.has-offer .offer-top{
  padding: 26px 120px 26px 38px;
}

.offer-text{
  position: absolute;
  top: 31px;
  right: 0;
}

.offer-text small{
  position: relative;
  padding: 0.5rem 1rem 0.5rem 1.1rem;
  background: #FF8916;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.offer-text small:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-left: 8px solid #f6f6f6;
  border-bottom: 18px solid transparent;
  transition: .3s ease;
}

.offer-card h3, .offer-card h6{
  margin: 0 0 0.5rem;
  font-weight: 400;
}

.offer-card h3{
  font-size:28px;
  color: #231E20;
}

.offer-card h6{
  font-size: 19px;
  color: #231E20;
}

.offer-bottom{
  display: flex;
  padding: 2rem 2rem 0;
  height: 100%;
}

.offer-bottom small{
  font-size: 14px;
  color: #848484;
  font-weight: 600;
  line-height: 1.8;
  display: block;
  margin-bottom: 0.6rem;
}

.offer-bottom p{
  font-size: 18px;
  font-weight: 600;
  color: #231E20;
  margin: 0 0 1rem;
}

.offer-bottom .btn-white{
  margin-top: 1.5rem;
}

.offer-bottom img{
  height: 190px;
  object-fit: cover;
  margin-left: auto;
  vertical-align: bottom;
}

.offer-left{
  max-width: 53%;
  flex-basis: 53%;
  padding-bottom: 3rem;
}

.offer-right{
  max-width: 47%;
  flex-basis: 47%;
  text-align: right;
  padding-left: 1rem;
  align-self: flex-end;
}

.purchase{
  background-color: #231E20;
  color: #fff;
}

.purchase .image-holder{
  text-align: right;
  margin-top: -4rem
}

.purchase img{
  vertical-align: bottom;
}

.purchase .row{
  align-items: center;
}

.purchase .content-holder{
  padding: 3rem 0;
}

.purchase h2{
  margin-bottom: 0.8rem;
}

.purchase h2, .purchase h2 span{
  font-size: 40px;
  font-weight: 400;
}

.purchase h2 span{
  color: #818181;
}

.purchase small{
  display: block;
  font-size: 12px;
  color: #1AB7EA;
  margin-bottom: 1rem;
}

.purchase .btn-blue{
  margin-top: 2rem;
}

.new-products{
  padding: 6.75rem 0;
}

.new-products .row{
  justify-content: center;
}

.product-list{
  padding-top: 2rem;
}

.product-list .slide-item{
  padding: 1.3rem 0 !important;
}

.product-card{
  padding: 26px 30px 80px;
  border-radius: 6px;
  height: 100%;
  font-size: 18px;
  color: #231E20;
  font-weight: 600;
  transition: .3s ease;
  text-align: center;
  position: relative;
}

.product-card:hover{
  box-shadow: 0 17px 24px rgb(181 181 181 / 16%);
}

.product-card:hover .btn.btn-white-alt{
  background: #1AB7EA;
  color: #fff;
}

.product-card img{
  height: 136px;
  object-fit: cover;
  margin: 0 auto 1rem;
}

.product-card h6 a{
  font-size: 20px;
  color: #231E20;
  font-weight: 400;
  text-decoration: none;
}

.product-card p{
  margin-top: 0;
}

.product-card h6 a:hover{
  color: #1AB7EA;
}

.product-card .btn-white{
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
}

.partner{
  padding-bottom: 4rem;
}

.partner-holder{
  background: #f6f6f6;
  border-radius: 26px;
  padding: 3rem 3rem 2rem;
}

.partner-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
}

.partner .logo-item{
  width: 180px;
  padding: 0 30px;
  margin-bottom: 1.5rem;
  text-align: center;
}

.logo-item img{
  transition: .3s ease;
}

.logo-item a:hover img{
  transform: scale(1.1);
}

.slick-arrow{
  background: #000 !important;
  height: 40px !important;
  width: 40px !important;
  top: 34% !important;
  z-index: 1 !important;
  transition: .3s ease;
}

.slick-arrow:before{
  color: #fff !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

.slick-arrow:hover{
  background: #fff !important;
  border: 1px solid #000 !important;
}

.slick-arrow:hover.slick-arrow:before{
  color: #000 !important;
}

.slick-list{
  margin: 0 -10px !important;
}

.slide-item{
  padding: 0 10px !important;
}

.slick-dots{
  position: relative !important;
  bottom: 0 !important;
  padding: 1rem 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
}

.slick-dots li button:before{
  display: none !important;
}

.slick-dots li button, .slick-dots li{
  height: 8px !important;
  width: 8px !important;
  background: #CBCBCB !important;
  border-radius: 50% !important;
}

.slick-dots .slick-active button{
  height: 11px !important;
  width: 11px !important;
  background: #21B1E3 !important;
}

.slick-dots li button:hover, .slick-dots li button:focus{
  background: #21B1E3 !important;
}

.slick-dotted.slick-slider{
  margin-bottom: 0 !important;
}
.utility-bar {
    background-color: {{ section.settings.background_color }};
    border-bottom: 1px solid {{ section.settings.border_color }};
    display:none;
  }

  .utility-bar .social-link,
  .utility-bar__menu-link {
    color: {{ section.settings.link_color }};
  }

  .utility-bar .disclosure__toggle {
    --disclosure-toggle-text-color: {{ section.settings.link_color }};
    --disclosure-toggle-background-color: {{ section.settings.background_color }};
  }

  .utility-bar .disclosure__toggle:hover {
    --disclosure-toggle-text-color: {{ section.settings.link_hover_color }};
  }

  .utility-bar .social-link:hover,
  .utility-bar__menu-link:hover {
    color: {{ section.settings.link_hover_color }};
  }

  .utility-bar .disclosure__toggle::after {
    --disclosure-toggle-svg-color: {{ section.settings.link_color }};
  }

  .utility-bar .disclosure__toggle:hover::after {
    --disclosure-toggle-svg-color: {{ section.settings.link_hover_color }};
  }

 @media(max-width:1439px){
  .main-banner .banner-holder{
    padding: 4rem 2rem;
  }
  
  .banner-right .banner-holder{
    padding: 4rem 1.5rem;
    background-size: 290px;
  }
  
  .banner-holder .btn{
    margin-top: 1rem;
  }
  
/*   .banner-holder h1, .banner-holder h1 small{
    font-size: 37px;
  } */
  
  .banner-right .content-holder{
    max-width: 225px;
  }
  
  .btn{
    font-size: 16px;
    padding: 16px 13px;
  }
  
  .features-holder{
    padding: 2rem 1.3rem 2rem;
  }
  
  .features a{
    font-size: 14px;
  }
  
  .category{
 	padding: 3rem 0;
  }
  
  .category-image img{
    height: 140px;
  }
  
  .category-content{
    padding: 1rem;
  }
  
  .category-content h5{
    font-size: 20px;
  }
  
  .offer{
    padding: 0 0 6rem;
  }
  
  .offer-left{
    max-width: 57%;
    flex-basis: 57%;
  }
  
  .offer-right{
    max-width: 43%;
    flex-basis: 43%;
  }
  
  .offer-top{
    padding: 20px;
  }
  
  .has-offer .offer-top {
    padding: 20px 120px 20px 20px;
  }
  
  .offer-card h3, .intro-text h3{
    font-size: 25px;
  }
  
  .offer-card h6{
    font-size: 17px;
  }
  
  .offer-bottom{
    padding: 1.5rem 1.25rem 0;
  }
  
  .offer-bottom .btn-white{
    margin-top: 0.5rem;
  }
  
  .offer-left{
    padding-bottom: 2rem;
  }
  
  .purchase .btn-blue{
    margin-top: 1rem;
  }
  
  .purchase .image-holder{
    margin-top: -3rem;
  }
  
  .purchase .content-holder{
    margin-left: auto;
    max-width: 480px
  }
  
  .new-products{
    padding: 3rem 0;
  }
  
  .product-list{
    padding-top: 0;
  }
  
  .product-card{
    padding: 20px 16px 70px;
  }
  
  .product-card h6 a{
    font-size: 18px;
  }
  
  .product-card .btn-white{
    bottom: 13px;
  }
  
  .partner{
    padding-bottom: 3rem;
  }
  
  .partner-list{
    padding-top: 1rem;
  }
  
  .partner-holder{
    padding: 3rem 2rem 2rem;
  }
  
}

@media(max-width:1199px){
  .main-banner .banner-holder{
    min-height: 350px;
  }

  .btn{
    padding: 13px;
  }
  
  .banner-right .banner-holder{
    padding: 4rem 1.5rem;
  }
  
  .banner-holder h1, .banner-holder h1 small{
    font-size: 30px;
  }
  
  .banner-left .content-holder{
    max-width: 345px;
  }
  
  .banner-holder .btn{
    margin-top: 0;
  }
  
  .banner-right .banner-holder{
    background-size: 200px;
  }
  
  .features p{
    font-size: 16px;
  }
  
  .features-holder{
    padding: 1.5rem 1rem;
  }
  
  .block-title h2, .purchase h2, .purchase h2 span{
    font-size: 35px;
  }
  
  .category-image img {
    height: 120px;
  }
  
  .category-content h5{
    font-size: 18px;
  }
  
  .category-content a{
    font-size: 16px;
  }
  
  .purchase .content-holder{
    max-width: 410px
  }
  
  .offer{
    padding: 0 0 4rem;
  }
  
  .offer-card h3, .intro-text h3{
    font-size: 22px;
  }
  
  .offer-text small:before{
    top: -1px;
    left: -1px;
  }
  
  .offer-text small{
    padding: 0.5rem 0.5rem 0.5rem 1.1rem;
  }
  
  .offer-bottom .btn-white{
    margin-top: 0;
  }
  
  .new-products{
    padding: 3rem 0 2rem;
  }
  
  .product-card h6 a{
    font-size: 16px;
  }
  
  .slick-arrow{
    height: 32px !important;
    width: 32px !important;
  }
  
  .slick-next{
    right: -8px !important;
  }
  
  .slick-prev{
    left: -8px !important;
  }
}

@media(max-width:991px){
  .main-banner .banner-holder{
    padding: 3rem 1.5rem;
  }
  
  .main-banner .banner-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255, .7);
    z-index: -1;
   }
  
  .banner-holder h1, .banner-holder h1 small{
    font-size: 32px;
  }

  .banner-right .banner-holder {
    background-size: 300px;
  }
  
  .features li{
    margin-right: 0.6rem;
  }
  
  .features-item{
    border-bottom: 1px solid #BFBFBF;
  }
  
  .features-item:last-child{
    border-bottom: 0;
  }
  
  .features-holder {
    border-right: 0;
  }
  
  .features p{
    font-size: 16px;
  }
  
  .purchase .content-holder{
    margin:0;
    max-width: 100%;
  }
  
  .category{
    padding: 2rem 0;
  }
  
  .category-content a{
    visibility: visible;
    opacity: 1;
  }
  
/*   .category-item, .product-item{
    margin-bottom: 1rem;
  } */
  
  .block-title h2, .purchase h2, .purchase h2 span{
    font-size: 30px;
  }
  
  .offer{
    padding: 0 0 1rem;
  }
  
  .offer-item{
    margin-bottom: 1.5rem;
  }
  
  .offer .row{
    justify-content: center;
  }
  
  .purchase .image-holder{
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
  }
  
  .purchase .content-holder {
    padding: 2rem 0;
    text-align: center;
  }
  
  .purchase .btn-blue {
    margin-top: 0;
  }
  
  .new-products{
    padding: 2rem 0 1rem;
  }
  
  .product-list .slide-item{
    padding: 0 !important;
  }
  
  .partner-list {
    padding-top: 0;
  }
}

@media(max-width:767px){
  .block-title{
    margin: 0 auto 1rem;
  }
  
  .block-title h2, .purchase h2, .purchase h2 span{
    font-size: 25px;
  }
  
  .block-title span{
    font-size: 14px;
    letter-spacing: 3px;
  }
  
  .category-image{
    padding: 2rem 1rem;
  }
  
  .main-banner .banner-holder{
    padding: 1.5rem 1rem;
    min-height: 250px;
  }
  
  .banner-right .content-holder, .banner-left .content-holder{
    max-width: 100%;
  }

  .banner-right .banner-holder {
    background-size: 250px;
  }
  
  .offer-card{
    margin: 0 auto;
    max-width: 360px;
  }
  
  .offer-card h6{
    font-size: 15px;
  }
  
  .offer-bottom{
    display: block;
    padding: 1rem 1rem 0;
  }
  
  .offer-left, .offer-right{
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
    padding: 0;
  }
  
  .offer-left{
    padding-bottom: 1.5rem;
  }
  
  .has-offer .offer-top{
    padding: 15px 110px 10px 15px;
  }
  
  .offer-top{
    padding: 15px 15px 10px;
  }
  
  .offer-bottom img{
    margin: 0 auto;
  }
  
  .partner{
    padding-bottom: 2rem;
  }
  
  .partner-holder{
    padding: 2rem 1rem 1rem;
  }

  .partner-list{
    margin: 0 -25px;
  }
  
  .partner .logo-item{
    width: 170px;
    padding: 0 25px;
  }
}

@media(max-width:575px){
  .banner-holder h1, .banner-holder h1 small{
    font-size: 22px;
  }
  
  .features{
    display: block;
  }
  
  .features-holder{
    padding: 1rem;
  }
  
  .features img{
    margin-bottom: 0.5rem;
  }
  
  .features .text-holder{
    max-width: 100%;
    flex-basis: 100%;
    padding: 0;
  }
  
  .block-title h2, .purchase h2, .purchase h2 span, #id-printer-selector-landing h2{
    font-size: 21px;
  }
  
  .offer-card h3, .intro-text h3{
    font-size: 19px;
  }

  .partner-list{
    margin: 0 -20px;
  }
  
  .partner .logo-item{
    width: 140px;
    padding: 0 20px;
  }
  
  .product-list{
    margin: 0 auto;
    max-width: 320px;
  }
}

@media(min-width:576px){
  .col-sm-6{
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media(min-width:768px){
  .col-md-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .category-slider{
    padding: 0 2rem;
  }
}

@media(min-width:992px){
  .col-lg-8{
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  
  .col-lg-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-4{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media(min-width:1200px){
  .slick-prev{
    left : 0 !important;
  }

  .slick-next{
    right : 0 !important;
  }
}

/*2022-08-20*/
#id-printer-selector-landing{
  width: 100%;
}

#id-printer-selector-landing h2{
  margin-bottom: 0.5rem;
}

#id-printer-selector-landing .btn-blue{
  padding: 13px;
}

/*2022-08-22*/
@media(min-width:1440px){
  .main-banner .banner-holder{
    padding: 4rem 7rem;
  }

  .banner-right .banner-holder{
    padding: 4rem 3rem;
  }
}

@media(min-width:1600px){
  .main-banner .banner-holder{
    padding: 4rem 10rem;
  }

  .banner-right .banner-holder{
    padding: 4rem;
  }
}

/*2022-007-27*/
.intro-text{
  padding: 3rem 0;
  background: #f3f3f3;
}

.intro-text .features-holder{
  padding: 0;
  border-right: 0;
}

.intro-text h3{
  margin: 0 0 0.7rem;
}

.intro-text small{
  font-size: 16px;
  line-height: 1.6;
}

@media(max-width:991px){
  .intro-text{
    padding: 2rem 0;
  }
}

@media(max-width:575px){

  .intro-text h3{
    margin: 0 0 0.5rem;
  }

  .intro-text small{
    font-size: 14px;
  }
}

/*2022-07-29*/
@media(min-width:2300px){
  .banner-left .banner-holder {
    padding: 4rem 15rem;
  }
  
  .banner-left .content-holder {
    max-width: 605px;
  }
}

/*2022-08-02*/
#contact-popup{
  cursor: pointer;
}

.purchase .contact-page-content{
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.purchase .close-popup{
  color: #fff;
  top: -9px;
  right: -11px;
  line-height: 1;
  background: #1ab7ea;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
}

.purchase .close-popup:hover{
  color: #000;
}

.purchase .popup-wrapper{
  padding: 3rem 2rem;
}

@media(max-width:1199px){
  .purchase .popup-wrapper{
    padding: 2rem 1.5rem;
  }

  .purchase .close-popup{
    font-size: 25px;
  }
}

@media(max-width:575px){
  .purchase .popup-wrapper{
    padding: 1.5rem 1rem;
    margin: 50px 10px;
  }
}

@media(min-width:1024px){
  .theme_store_id_838 .site-navigation .navmenu.gm-menu .gm-submenu-align-full>.gm-submenu{
    left: 0 !important;
  }
}

/*2022-08-03*/
.contact-form label{
  display: block;
  color: #000;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.contact-form input{
  height: 45px;
  padding: 10px;
  width: 100%;
  margin-bottom: 1.2rem;
}

.contact-form input:focus{
  outline: none;
}

.contact-form .btn{
  cursor: pointer;
  margin-top: 0.5rem;
  padding: 0.8rem 0.5rem;
}

@media(max-width:575px){
  .contact-form .btn{
    min-width: 100px;
  }

  .contact-form input{
    margin-bottom: 1rem;
  }
}

/*2022-08-05*/
.coupon-content{
  text-align: center;
  color: #000;
  margin: 0 auto;
  max-width: 480px;
}

.coupon-content h2{
  text-transform: uppercase; 
  color: #1ab7ea;
  font-weight: 700;
}

.coupon-content p{
  margin-top: 0;
}

.coupon-content h6{
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.coupon-content .code{
  font-size: 22px;
  color: #1ab7ea;
  text-transform: uppercase;
  font-weight: 700;
}

@media(max-width:991px){
  .coupon-content .code{
    font-size: 18px;
  }
}

/*2022-08-09*/
@media(max-width:1023px){
  .intro-text{
    margin-bottom: 1.5rem;
  }
}

@media(min-width:1200px){
  .banner-left .content-holder{
    max-width: 445px;
  }
}

/*2022-08-11*/
@media(max-width:1199px){
  .circle-list li{
    margin-bottom: 0.9rem;
  }
}

@media(max-width:991px){
  .circle-list li{
    margin-bottom: 1.06rem;
  }
}

@media(max-width:767px){
  .circle-list li{
    margin-bottom: 0.5rem;
  }

  .main-banner .banner-holder{
    display: flex;
    align-items: center;
  }
}

/*2022-08-26*/
@media(min-width:1700px){
  .banner-right .banner-holder{
    background-size: 380px;
  }
}

/*2023-01-13*/
.trustpilot-logo{
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

@media(max-width:1200px){
  .trustpilot-widget{
    display: none;
  }
}
