/** Shopify CDN: Minification failed

Line 647:20 Unexpected ";"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.video-resources{
display: flex; 
gap: 20px; 
}
.video-resources.reverse{
flex-direction: row-reverse;
}

.video-resources img{
 max-width: 250px;
max-height: 250px;
}

/* COUNTRY SELECT */
.country-switch.hide-tablet.hide-mobile {
  width: fit-content;
  margin-left: auto;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: #222;
}

.select-box__current {
  position: relative;
  cursor: pointer;
  border: 1px solid #e9e9e9;
  border-radius: 9px;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.select-box__value {
  display: -webkit-box;
  display: flex;
  background-color: white;
  border-radius: 9px;
}

.select-box__input {
  display: none;
}

.select-box__input-text {
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 35px 5px 45px;
}

.select-box__input-text svg {
 /* max-width: 28px;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  z-index: 9;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
  display: flex;
  padding: 10px 12px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}

.select-box__option:hover, .select-box__option:focus {
  background-color: #f6f6f8;
  color: #222!important;
}
 
@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
 
@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}


.des_header_3 .col_group_btns {
    min-width: 12.666667%!important;
  }
.header__mid .container, .h__top.bgbl.pt__10.pb__10.fs__12.flex.fl_center.al_center .container {
    max-width: 100%!important;
padding:0 20px;
}
div#bk_4a42e34f-29d2-4b0c-b72f-59bcd5b09b00 {
    left: 50%!important;
}
.ppd_shipping_bar .row div.col-12,.ppd_shipping_bar_mb .row div.col-12, .ppd_shipping_bar .row div.col-9{
display: flex;
justify-content: center;
margin-bottom: 0;
padding: 25px 0;
}
.ppd_shipping_bar  .row,.ppd_shipping_bar_mb .row div.col-12{
background-color: #F0F0F0;
border-radius: 10px;
}
#shopify-section-header_top .header-text{
padding-left:15px;
}
.hp_hero.container .row {
    align-items: flex-start;
}
.nt_shipping.nt_icon_deafult.tl.row.no-gutters.al_center_{
align-items:center;
}
.page-head .sp-breadcrumb a{color:#000;}
.page-head .sp-breadcrumb{color: #9C9A9A;}
.nt_shipping .title{
font-size:16px;
}
.sp-breadcrumb{
font-size:16px;
}
.sp-breadcrumb i{
visibility: hidden;
padding-right: 20px;
}
div.id_pr_summary .sp-breadcrumb i{
visibility: visible;
padding-right: 0px;
}
.nt_menu li {
    display: flex;
    align-items: center;
    gap: 5px;
}
ul.sub-column.not_tt_mn li:before {
    content:  "➤";
    background: none;
    position: relative;
    color: #878787;
    transform: scale(0.8);
}
.nt_menu .type_list .sub-menu, .nt_menu .type_mega .sub-menu{padding:10px 15px;}
.sidebar .widget_product_categories ul li:before{
display:none;
}
#shopify-section-pr_summary {
    max-width: 570px;
}
article .post-info h4 a,article .post-info h2 a,.post-related .item h5 a{
font-size: 30px;
font-weight: 600;
text-transform: capitalize;
}
.post-related .item time{
display: none;
}
article .post-info h4,article .post-info h2{
padding:10px 0;
}
article .post-info{
font-weight:300;
}
div.post-content article{
max-width: 833px;
margin: auto;
}
div.post-content article h1,div.post-content article h2,div.post-content article h3,div.post-content article h4{
color: #4CB3F8;
}

.single-article a.post-readmore.dib.mt__5 {
    background: #4cb3f8;
    padding: 15px 17px;
    border-radius: 7px;
    color: white;
    margin-top: 30px;
font-weight:300;
font-size:16px;
}
.single-article a.post-readmore.dib.mt__5:hover{
background: #000;
}
.art_des5 .more-link{
color: #4CB3F8;
}
.art_des5 .more-link:hover{
color: #000!important;
}
.single-article .post-content{
font-size:16px;
font-weight:300;
}
.inside-thumb .post-meta{
font-weight:300;
font-size:16px!important;
}
.inside-thumb.category-1{
background: #EA3E9F;
}
.inside-thumb a:hover, .inside-thumb .post-meta .cw{
color:white!important;
}
.post-thumbnail.pr.oh,.single-article a,.post-related .item a{
border-radius: 10px;
}
.single-article{
justify-content: space-between;
}
.single-article__content .post-meta .cat{
border: solid 1px #4CB3F8;
border-radius: 7px;
padding: 9px 12px;
}
.single-article__content .post-meta .cat a{
color: #4CB3F8;
font-size: 16px;
font-weight:300;
}
.single-article__content .post-meta {
margin-bottom: 10px;
}
 .portfolio_filter a.selected {
    border: none!important;
    color: #4CB3F8!important;
font-weight: 500!important;
}
.post_nt_loop>.post-thumbnail:before, .post_nt_loop>a:before{
content: unset;
}
blockquote, q{
font-style: normal!important;
}
blockquote:before, q:before{
content: unset;
}
.container.contact-page-div,.bulk-contact-div {
    padding-top: 100px;
    padding-bottom: 265px;
}

.contact-page {
    display: flex;
    gap: 120px;
}
.contact-content.col-12,.contact-form.col-12.mb__20 {
    max-width: 770px;
    margin: auto;
}
.contact-content.col-12 h1{
font-size: 40px;
padding-bottom: 20px;
}
.contact-content.col-12 p{
margin-bottom: 0;
}
.contact-content.col-12{
padding-bottom: 50px;
}
.contact-form input.button.w__100 {
    background-color: #4cb3f8;
    color: white;
    border: none;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 300;
}
.contact-form input.button.w__100:hover{
background-color: #2E2E2E;
}
.contact-form input:not([type=submit]):not([type=checkbox]), .contact-form textarea{
background-color: #f2f2f2;
border: none;
border-radius: 7px;
}
.contact-form p.form-message.form-message--success {
    border: 1px solid #4CB3F8;
    border-radius: 7px;
    padding: 20px;
    background-color: #4cb3f829;
}
div#bk_1650569859e68bf29b-2 {
    position: unset;
}
div#bk_1650569859e68bf29b-2 img.lz_op_ef.w__100.lazyautosizes.ls-is-cached.lazyloadt4sed {
    position: absolute;
    width: clamp(495px,35vw,785px);
    top: 0;
    right: 0;
}
.faq_des2 .sp-tab .tab-heading{
padding: 10px 0;
}
.faq_des2 .tab-heading .txt_h_tab{
font-size: 30px;
font-weight: 300;
}
.des_style_2.sp-tab {
    border-top: 1px solid #d1d1d1;
}
.des_style_2.sp-tab:last-of-type {
    border-bottom: 1px solid #d1d1d1;
}
.nt_section.type_faq.js_faq_ad .active .nav_link_icon:before,.nt_section.type_faq.js_faq_ad .nav_link_icon:before {
    content: unset;
}
.nt_section.type_faq.js_faq_ad .nav_link_icon:after,.nt_section.type_faq.js_faq_ad .nav_link_icon:after {
    content: url('https://cdn.shopify.com/s/files/1/0631/4659/0427/files/right_chevron.svg?v=1650641247');
-webkit-transform: translate(0%,0%) rotate(0deg)!important;
    transform: translate(0%,0%) rotate(0deg)!important;
height: 0;
width:0;
background-color: transparent;
top:8px;
left:30px;
}
.nt_section.type_faq.js_faq_ad .active .nav_link_icon:after{
  content: url('https://cdn.shopify.com/s/files/1/0631/4659/0427/files/down_chevron.svg?v=1650641247');
left:15px;
}
.mini_cart_content.fixcl-scroll .button {
    border-radius: 7px;
}
.ppd_shipping_bar.nt_full {
    max-width: 1580px;
    margin: auto;
}
.page-head.tc.pr.oh.article-heading h1,.pages-heading h1{
font-size: 70px;
font-weight: 600;
line-height: 80px;
margin: auto;
max-width: 1000px;
}
.nt_single_blog a.pr.nt_cat_lm.button.button_default.br_rd_false.btn_icon_{
background-color: #4CB3F8;
border: none;
border-radius: 7px;
color: white;
font-weight: 600;
padding: 20px;
font-size: 20px;
line-height: 115%;
}
.nt_single_blog  a.pr.nt_cat_lm.button.button_default.br_rd_false.btn_icon_:hover{
background-color: #222;
}
.blog-heading {
    padding: 290px 0 75px!important;
}
.blog-heading h1{text-transform: capitalize;font-weight:600;}
.blog-heading h1:after{
content: "■";
color: #5DADE1;
font-size:20px;
padding-left:2px;
}
.nt-pagination{
border-top:none;
}
ul.pagination-page.page-numbers li{
background-color: #4CB3F8;
width: 60px;
border-radius:7px;
height: 56px;
}
ul.pagination-page.page-numbers li.active{
background-color: #2e2e2e;
}
ul.pagination-page.page-numbers li:hover{
background-color: #2e2e2e;
}
ul.pagination-page.page-numbers li a,ul.pagination-page.page-numbers li.active span{
color: white;
width:100%;
}
.pa.inside-thumb.tc.transfer-paper{
background: #DD4692;
}
.post-meta.fs__12.transfer-paper span a{
color: #DD4692;
}
.post-meta.fs__12.transfer-paper span{
border-color: #DD4692;
}
.pa.inside-thumb.tc.creative-paper{
background: #4CB3F8;
}
.post-meta.fs__12.creative-photo-paper span a{
color: #4CB3F8;
}
.post-meta.fs__12.creative-photo-paper span{
border-color: #4CB3F8;
}
.pa.inside-thumb.tc.inkjet-photo-paper{
background: #FAE14C;
}
.pa.inside-thumb.tc.inkjet-photo-paper span a{
color: #2E2E2E;
}
.post-meta.fs__12.inkjet-photo-paper span a{
color: #FAE14C;
}
.post-meta.fs__12.inkjet-photo-paper span{
border-color: #FAE14C;
}
.post-meta.fs__12.professional-photo-paper span a{
color: #2E2E2E;
}
.post-meta.fs__12.professional-photo-paper span{
border-color: #2E2E2E;
}
.post-thumbnail .nt_bg_lz.pr_lazy_img.lazyloadt4sed:after {
    content: '';
    background-color: rgba(0, 0, 0, .05);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
a.button.button_primary.tu.js_add_ld {
    border-radius: 7px;
}
a.text-m.write-review-btn-hidden {
    color: #2e2e2e!important;
padding-left:10px;
}
.yotpo .yotpo-icon-default-empty-star:before, .yotpo .yotpo-icon-empty-star:before {
    color: #2e2e2e;
}
.yotpo .yotpo-icon-default-star:before, .yotpo .yotpo-icon-star:before {
   color: #FAE04C;
}
.yotpo .primary-color-btn, .yotpo input[type="button"].primary-color-btn,.yotpo .write-review-button {
    background-color: #00aeef!important;
border-radius: 7px;
}
#gdpr_page button {
    background-color: #4CB3F8!important;
    color: white;
    border: 0;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px!important;
}
#gdpr_page button:hover{
 background-color: #2e2e2e!important;
}
.collection-list a.pr.nt_add_qv.js_add_qv.cd.br__40.pl__25.pr__25.bgw.tc.dib i,.collection-list a.pr.pr_atc.cd.br__40.bgw.tc.dib.js_addtc.cb.chp i{
display:none;
}
.collection-list a.pr.nt_add_qv.js_add_qv.cd.br__40.pl__25.pr__25.bgw.tc.dib{
margin-bottom:10px;
}
.collection-list i{
display: none;
}
.collection-list a.pr.pr_atc.cd.br__40.bgw.tc.dib.js__qs.cb.chp {
    padding: 10px 34px;
   background-color: #007e91;
    color: white;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
}
.collection-list a.pr.pr_atc.cd.br__40.bgw.tc.dib.js_addtc.cb.chp.ttip_nt.tooltip_top_left:hover, .collection-list a.pr.pr_atc.cd.br__40.bgw.tc.dib.js_addtc.cb.chp:hover,.collection-list a.pr.pr_atc.cd.br__40.bgw.tc.dib.js__qs.cb.chp:hover {
    background-color: #222;
	border-color: #222;
}
iframe#launcher{
  bottom: 100px!important;
}
.ppd_shipping_bar_mb{
display: none;
}
.hp_2_banners .nt_bg_lz {
    border-radius: 9px;
}
#bk_1648833291d6f990ec-0 img,#bk_template--15013218091051__55f56505-0ddf-4ee0-8941-e8044a21b87d-16668095151cdb0210-0 img,
#bk_template--15035392950315__78784164-34e5-4ff9-bab3-d2a99d391720-1669053099c015eeee-0 img{
border-radius:9px;
}
a.pr_atc.cd.br__40.bgw.tc.dib.cb.chp.sold-out:hover{
cursor: default;
}
a.pr_atc.cd.br__40.bgw.tc.dib.cb.chp.sold-out {
    border: 1px solid #bbbbbb;
    color: #bbbbbb;
    padding: 10px 34px;
	width: 100%;
	max-width: 154px;
}
button[type=submit],.mini_cart_footer a.button.btn-cart,.sticky_atc_btn .single_add_to_cart_button{
border-radius: 5px!important;
}
.pa.inside-thumb.tc.inkjet-photo-paper span a:hover{
color: #2E2E2E!important;
}
.clno-touchevents .flickityt4s-prev-next-button {
top: calc(36% - 20px);
}
.rtet4 a:not(.btn):not(.cd):not(.db):not(.cb):not(.chp){
border-bottom: none;
}
span.page-numbers {
    color: white;
}
a.pr_atc.cd.br__40.bgw.tc.dib.cb.chp.ttip_nt.tooltip_top_left.sold-out {
    padding: 0;
}
.variations.style__rectangle .swatch:not(.is-color) li{
    border-radius: 4px;
}
.type_mn_html.menu-item.sub-column-item {
    position: relative!important;
}
.agree_checkbox a.text-link {
    text-decoration: none;
}
.css_agree_ck+label:before, .js_agree_ck+label:before {
    position: relative;
    top: 0px;
}
 .signup-newsletter-form input.input-text {
    border-radius: 5px!important;
font-size: 16px;
}
.yotpo .text-m {
    font-size: 13px;
    color: #222!important;
margin-left: 8px;
}
.yotpo .text-m:hover {
color: #00aeef!important;
}
.nt_menu div.menu-item.is_hover>a, .nt_menu div.menu-item>a:hover, .nt_menu ul li a:hover, .nt_menu ul li.is_hover a {
    color: #00aeef;
}
div.hp-linklist li a:hover {
    color: #000;
}
div.hp-linklist.quick li{
max-width: 240px!important;
}
.col-lg-6.col-md-12.col-12.col_2.f_bot_bt_menu {
    max-width: 60%;
    flex-grow: 1;
}
.col-lg-6.col-md-12.col-12.col_1.f_bot_bt_copy {
    max-width: 40%;
}
.page-head.tc.pr.oh.article-heading h1, .pages-heading h1, .page-head h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;
    margin: auto;
    max-width: 1000px;
}
.yotpo .yotpo-icon-default-empty-star:before, .yotpo .yotpo-icon-empty-star:before {
    color: #FAE04C;
}
.needsclick.kl-private-reset-css-Xuajs1>.needsclick.kl-private-reset-css-Xuajs1:nth-child(6)>.needsclick.kl-private-reset-css-Xuajs1:nth-child(1) {
    flex: 0 0 0px!important;
    padding: 10px 38px 10px 0!important;
}
button.needsclick.klaviyo-close-form:hover {
    background: transparent;
}
div#quick_links {
    align-self: flex-start;
}
@media(min-width: 1024px){
.hide-desktop{
    display: none!important;
}
}
.shopify-tag{
  display:none;
}
.hide{display: none};

.des_style_2.sp-tab>.sp-tab-content {
  border: none!important;
}
/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .hide-desktop {
    display: none!important;
  }
  
  .section-title{
font-size:29px;
}
@media(min-width:1655px){
header#ntheader {
height:140px!important;
}
}
ul.sub-column.not_tt_mn li {
    padding-left: 20px;
}
.blog-heading{
padding-top:300px!important;
}

.page_section_heading .page-head h1 {
    font-size: 70px;
    line-height: 84px;
   font-weight: 600;
color: #2E2E2E;
text-transform: capitalize;
}
.coll-desc{
font-size: 16px;
max-width: 545px;
margin: -30px auto 0;
}

  .cus.sub-menu.calc_pos {
    min-height: 460px;
  }


}

/*----------------  Custom CSS for up to 1440px --------------------*/
@media(max-width: 1440px){
  .nt_menu >li>a {
    height: 45px!important;
}
}
/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
  .country-switch.hide-desktop {
    width: 90%;
    margin-inline: auto;
    margin-top: 30px;
}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {

  .page_section_heading .page-head h1 {
    font-size: 50px;
    line-height: 64px;
 
}

  .hide-tablet {
    display: none;
  }


}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .video-resources div{
flex-basis: 100%;
}
.video-resources img{
 max-width: 100%;
}
  header#ntheader {
height:90px!important;
}
div#bk_1648833291d6f990ec-2,
#bk_template--15035392950315__78784164-34e5-4ff9-bab3-d2a99d391720-1669053099c015eeee-2,
#bk_template--15013218091051__55f56505-0ddf-4ee0-8941-e8044a21b87d-16668095151cdb0210-2
{
display:none;
}
.ppd_shipping_bar,.nt_section.type_shipping{
display:none;
}
.page-head .sp-breadcrumb{
padding-top:30px;
display: flex;
flex-direction: column;
}
article .post-info h4 a{
font-size: 20px;
}
.articles{justify-content: center;}
.page_section_heading .page-head h1 {
    font-size: 30px;
    line-height: 44px;
}
.blog-heading{
padding-top:200px!important;
}
.contact-page {
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.faq_des2 .tab-heading .txt_h_tab{
font-size: 18px;
}
.page-head{
padding-bottom: 0px!important;
}
.id_pr_summary .breadcrumb_pr_wrap {
    padding-top: 60px!important;
}

.article-heading h1{
font-size: 40px!important;
line-height: 40px!important;
margin-top:50px!important;
}
.blog-heading {
    padding: 140px 0 25px!important;
}
.portfolio_filter a {
    padding: 0 5px!important;
}
.blog-heading h1:after{
padding-left:2px;
}
mobile menu email and popup need fixed
#b_9d535768-b54d-4478-a5c7-5954865db6e5 {
    line-height: 24px;
    padding: 21px;
}
#b_324fc0e2-cf09-4f7c-80f9-80ff647030dd {
    line-height: 37px;
}
.ppd_shipping_bar_mb{
display: block;
}
.ppd_shipping_bar_mb .nt_shipping.nt_icon_deafult.tl.row.no-gutters.al_center_{
flex-direction: column;
height: 100px;
}
.ppd_shipping_bar_mb .nt_shipping.tl .content{
text-align: center;
}
.ppd_shipping_bar_mb .row div.col-12{
flex-basis: calc(50% - 10px);
}
.ppd_shipping_bar_mb .row.fl_wrap.fl_wrap_md.oah.use_border_false{
gap: 20px;
}
.container.custom-slideshow{
padding: 0;
}
.container.custom-slideshow img{
border-radius: 0!important;
}

  .hide-mobile {
    display: none;
  }
}