/** Shopify CDN: Minification failed

Line 66:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.col-12.col-md-12.widget.block_74654372-35a2-44ce-be98-539adf613f1c .loke_scroll li a {
    text-transform: uppercase;
}
div.row.no-gutters.equal_nt.auto.al_center {background-color: #F6F6F8;}
section.error-404.not-found p a:hover {
    background-color: #ffda22;
}
div#shopify-section-product-recommendations { 
   padding-top: 1px !important; 
   padding-bottom:50px !important;
   background-color: #F6F6F8 !important;
}
#nt_backtop {
    bottom: 130px !important;
}
p.agree_checkbox.agree_mail a {
    color: #878787 !important;
}
p.agree_checkbox.agree_mail a:hover {
    color: #ffda22 !important;
}
div#upsell_cart_wrap { 
   padding-top: 50px !important; 
   padding-bottom:50px !important;
   background-color: #F6F6F8 !important;
}
.template-collection .product-info__btns.flex.column.mt__20 a:last-child {
    background-color: #3b4395 !important;
}
.template-collection .product-info__btns.flex.column.mt__20 a:first-child {
    border-color: #3b4395 !important; color:#3b4395 !important }
.template-collection .page-head {
    padding: 160px 0 !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  #nt_backtop {
    bottom: 180px !important;
}

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

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .products-footer.tc.mt__40.mb__60 {
    margin-bottom: -50px !important;
}
}