/** Shopify CDN: Minification failed

Line 25:19 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
a:hover {
  text-decoration: underline;
}
.label_style_rectangular .nt_label {
  width: 70px;
}
ul {
  max-width: 100%;
  display: inline-block;
  text-align: left;
  list-style-position: outside;
}
.sp-tab-content {
  text-align: center;
}nt_menu_id {
  max-width: 100%;}}

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

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

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

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}