/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.our_usp_section .header-spacing {
  max-width: 920px;
}
@media (min-width: 1340px) {
  .our_usp_section .header-spacing .title-64 span::before {
    width: 100%;
    left: 0;
  }
}
.our_usp_section .box_listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our_usp_section .box_listing .box_wrapp {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 12px;
  border-right: 1px solid #000000;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp:nth-child(even) {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .our_usp_section .box_listing .box_wrapp {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .our_usp_section .box_listing .box_wrapp:nth-child(3) {
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .our_usp_section .box_listing .box_wrapp {
    max-width: 20%;
    flex: 0 0 20%;
    margin-top: 0;
  }
  .our_usp_section .box_listing .box_wrapp:nth-child(3) {
    border-right: 1px solid #000000;
  }
}
.our_usp_section .box_listing .box_wrapp .box {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 20px 10px;
  }
}
@media (min-width: 1440px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 20px 20px;
  }
}
.our_usp_section .box_listing .box_wrapp .box span {
  display: block;
  margin-bottom: 0;
  margin-top: 28px;
  font-family: "Recoleta";
  color: #000000;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box span {
    margin-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box img {
    max-width: 40%;
  }
}
.our_usp_section .box_listing .box_wrapp:last-child {
  border-right: 0;
}
.our_usp_section .box_listing.threebox_usp {
  gap: 30px 0;
}
@media (min-width: 768px) {
  .our_usp_section .box_listing.threebox_usp .box_wrapp {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .our_usp_section .box_listing.threebox_usp .box_wrapp:nth-child(3) {
    border-right: 0;
  }
}
.our_usp_section .box_listing.threebox_usp .box_wrapp:last-child {
  border-right: 0;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.web_to_print_section.configurator-software-section {
  background-color: #262626;
  color: #FFFFFF;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .web_to_print_section.configurator-software-section {
    border-radius: 60px;
  }
}
.web_to_print_section.configurator-software-section .header-spacing .title-64 {
  color: #FFFFFF;
  max-width: 900px;
  margin-bottom: 0;
}
.web_to_print_section.configurator-software-section .web_to_print {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.web_to_print_section.configurator-software-section .web_to_print .left {
  max-width: 100%;
  flex: 0 0 100%;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .web_to_print_section.configurator-software-section .web_to_print .left {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .web_to_print_section.configurator-software-section .web_to_print .left {
    max-width: 500px;
    flex: 0 0 500px;
  }
}
@media (min-width: 1025px) {
  .web_to_print_section.configurator-software-section .web_to_print .left {
    max-width: 580px;
    flex: 0 0 580px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section.configurator-software-section .web_to_print .left {
    padding-right: 0px;
  }
}
@media (min-width: 1440px) {
  .web_to_print_section.configurator-software-section .web_to_print .left {
    padding-right: 40px;
  }
}
.web_to_print_section.configurator-software-section .web_to_print .right {
  max-width: 100%;
  flex: 0 0 100%;
  display: none;
}
@media (min-width: 992px) {
  .web_to_print_section.configurator-software-section .web_to_print .right {
    max-width: calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    display: block;
  }
}
@media (min-width: 1025px) {
  .web_to_print_section.configurator-software-section .web_to_print .right {
    max-width: calc(100% - 580px);
    flex: 0 0 calc(100% - 580px);
  }
}
.web_to_print_section.configurator-software-section .web_to_print .right img {
  border-radius: 16px;
  max-width: 90%;
  margin-left: auto;
}
.web_to_print_section.single_para {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.web_to_print_section.single_para .web_to_print {
  max-width: 1100px;
  margin: 0 auto;
}
.web_to_print_section.single_para .web_to_print .left {
  padding-right: 0;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.assortment_products_section {
  background-color: #D8EDF5;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-bottom: -30px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .assortment_products_section {
    padding-bottom: 110px;
    margin-bottom: -50px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section {
    padding-bottom: 130px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section {
    padding-bottom: 150px;
  }
}
.assortment_products_section .header-spacing p {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .assortment_products_section .header-spacing .title-64 span::before {
    width: 95%;
    left: -20px;
  }
}
.assortment_products_section .assortment_products .product_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row {
    margin-top: 50px;
  }
}
.assortment_products_section .assortment_products .product_row .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 450px;
    flex: 0 0 450px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 500px;
    flex: 0 0 500px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 650px;
    flex: 0 0 650px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 670px;
    flex: 0 0 670px;
  }
}
.assortment_products_section .assortment_products .product_row .left .img img {
  border-radius: 12px;
  margin: 0 auto;
  width: 100%;
}
.assortment_products_section .assortment_products .product_row .right {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 650px);
    flex: 0 0 calc(100% - 650px);
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 670px);
    flex: 0 0 calc(100% - 670px);
  }
}
.assortment_products_section .assortment_products .product_row .right .desc {
  padding: 20px 0 0px;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 0 0px 0 20px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 20px;
  }
}
.assortment_products_section .assortment_products .product_row .right .desc .title-24 {
  margin-bottom: 8px;
}
.assortment_products_section .assortment_products .product_row .right .desc p {
  margin-bottom: 10px;
}
.assortment_products_section .assortment_products .product_row .right .desc .link_wrap a {
  text-decoration: none;
  font-weight: 500;
  color: #FC7D2F;
}
.assortment_products_section .assortment_products .product_row .right .desc .link_wrap a::after {
  filter: unset;
  top: 1px;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) {
  flex-direction: row-reverse;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right {
  padding-left: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-right: 50px;
  }
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
  padding-left: 0;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 0 20px 0 0px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 20px;
    padding-left: 0;
  }
}
.assortment_products_section .assortment_products .product_row .btn_wrap.banner_btn_wrap {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .assortment_products_section .assortment_products .product_row .btn_wrap.banner_btn_wrap {
    margin-top: 10px;
  }
}
.web_to_print_section.configurator-software-section .web_to_print {
  align-items: flex-start;
}
.web_to_print_section.configurator-software-section .web_to_print .right .iframe_wrapp {
  max-width: 92%;
  margin-left: auto;
  position: relative;
}
.web_to_print_section.configurator-software-section .web_to_print .right .iframe_wrapp img {
  border-radius: 24px;
  max-width: 100%;
}
.web_to_print_section.configurator-software-section .web_to_print .right .iframe_wrapp .iframe, .web_to_print_section.configurator-software-section .web_to_print .right .iframe_wrapp iframe {
  position: absolute;
  top: 26px;
  bottom: 40px;
  left: 20px;
  right: 32px;
  width: 91%;
  height: 83%;
}
@media (min-width: 1025px) {
  .web_to_print_section.configurator-software-section .web_to_print .right .iframe_wrapp .iframe, .web_to_print_section.configurator-software-section .web_to_print .right .iframe_wrapp iframe {
    top: 30px;
    left: 23px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section.configurator-software-section .web_to_print .right .iframe_wrapp .iframe, .web_to_print_section.configurator-software-section .web_to_print .right .iframe_wrapp iframe {
    top: 33px;
    left: 24px;
  }
}
@media (min-width: 1440px) {
  .web_to_print_section.configurator-software-section .web_to_print .right .iframe_wrapp .iframe, .web_to_print_section.configurator-software-section .web_to_print .right .iframe_wrapp iframe {
    bottom: 40px;
    left: 32px;
    top: 40px;
  }
}
.hot_folder_work_section {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.button_section {
  margin-top: -40px;
}
@media (min-width: 768px) {
  .button_section {
    margin-top: -60px;
  }
}
@media (min-width: 1200px) {
  .button_section {
    margin-top: -80px;
  }
}
@media (min-width: 1440px) {
  .button_section {
    margin-top: -100px;
  }
}
.assortment_products_section {
  background-color: transparent;
  border-radius: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.assortment_products_section .assortment_products .product_row {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row {
    margin-bottom: 0;
  }
}
.assortment_products_section .assortment_products .product_row:last-child {
  margin-bottom: 0;
}
.assortment_products_section .assortment_products .product_row .desc {
  padding: 0 !important;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc {
    margin-top: 0;
  }
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item {
  border-top: 1px solid #212B36;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-tab {
  display: none;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-tab p {
  margin-bottom: 20px;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title {
  padding: 12px 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title {
    padding: 18px 0;
  }
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title .title-24 {
  margin-bottom: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title .title-24::after {
  background-color: transparent;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title .sign_box::before {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title:hover .title-24 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #CF520B;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title:hover .sign_box::before {
  filter: invert(10%) sepia(87%) saturate(7387%) hue-rotate(23deg) brightness(85%) contrast(114%);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item:last-child {
  border-bottom: 1px solid #212B36;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item.parent_wrapp .at-title .title-24 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #CF520B;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item.parent_wrapp .at-title .sign_box::before {
  filter: invert(10%) sepia(87%) saturate(7387%) hue-rotate(23deg) brightness(92%) contrast(114%);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row:nth-child(odd) {
  flex-direction: row-reverse;
}
.assortment_products_section .assortment_products .product_row:nth-child(odd) .right {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(odd) .right {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(odd) .right {
    padding-right: 50px;
  }
}
.assortment_products_section .assortment_products .product_row:nth-child(even) {
  flex-direction: row;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-left: 50px;
  }
}
.assortment_products_section .header-spacing .title-64 span::before {
  left: 0;
}
.banner_section .header-spacing {
  max-width: 1040px;
}
.page-template-printondemand-template .button_section + .assortment_products_section {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page-template-printondemand-template .button_section + .assortment_products_section {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .page-template-printondemand-template .button_section + .assortment_products_section {
    padding-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .page-template-printondemand-template .button_section + .assortment_products_section {
    padding-bottom: 100px;
  }
}
.page-template-printondemand-template .assortment_products_section {
  padding-bottom: 43px;
}
@media (min-width: 768px) {
  .page-template-printondemand-template .assortment_products_section {
    padding-bottom: 63px;
  }
}
@media (min-width: 1200px) {
  .page-template-printondemand-template .assortment_products_section {
    padding-bottom: 83px;
  }
}
@media (min-width: 1440px) {
  .page-template-printondemand-template .assortment_products_section {
    padding-bottom: 103px;
  }
}
.page-template-printondemand-template .assortment_products_section + .assortment_products_section {
  padding-top: 0;
}
/*# sourceMappingURL=printondemand.css.map */