/* mobile footer */
@media screen and (max-width: 767px) {
	#shopify-section-footer .tier-1 .footer-column-title {
      text-transform: uppercase !important; 
      font-weight: bold !important;
      color: #333 !important;
    }
    #shopify-section-footer .tier-1>ul>li {
      margin-left: 0 !important;
    }
  	.tier-1 ul {
     	padding-bottom:25px !important; 
    }
  	.x {
      position: relative !important;
      top: 2px !important;
      font-size:21px !important;
      font-feature-settings: "liga" !important;
      font-weight: bold !important;
      margin: 0 0 0 5px !important;
      color:#e94b3f !important;
      font-family: Rubik !important;
      text-transform: lowercase;
  	}
  	#mFilterBread {
     	display:inline-block !important; 
    }
}


/* Minor overall tweaks */
#fancybox-content {
 width:800px !important; 
}
.Rte ul > li:first-letter {
    text-transform: capitalize !important;
} 
.further-nav {
  display: none !important;
}
.nextprev {
  display: none;
}
.title-row .fa {
  font-size:28px !important; 
  line-height:1.2em !important;
  padding-left:5px !important;
}
.multi-tag-row ul>li>a {
 	text-transform:uppercase !important; 
}
.page-header {
 	position:relative; 
}
#desktopFilterBtns {
 	position:absolute;
  	right:0px;
  	top:0px;
}

/* filter color swatches */
#swatchorange {
 	background-color:orange; 
}
#swatchsilver {
 	background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); 
}
#swatchgray {
 	background-color:gray; 
}
#swatchturquoise {
 	background:turquoise ; 
}
#swatchbeige {
 	background-color:#F5F5DC; 
}
#swatchbrown {
 	background-color:brown; 
}
#swatchmulti {
 	background: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
}
#swatchyellow {
 	background-color:yellow; 
}
#swatchgreen {
 	background-color:green; 
}
#swatchblue {
 	background-color:blue; 
}
#swatchpurple {
 	background-color:purple; 
}
#swatchred {
 	background-color:red; 
}
#swatchblack {
 	background-color:black; 
}
#swatchpink {
 	background-color:pink; 
}
#swatchwhite {
 	background-color:white; 
  	border:1px solid #c0c0c0;
}
.swatchDot {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align:top;
  margin-right:5px;
}
.filterBread {
  	float:left !important;
	margin-right:15px;
	text-transform:uppercase;
  	width:
}
.filterBread a {
   	color:#e94b3f !important; 
}
#mFilterBread {
 	display:none; 
}
.theAddress {
 	padding: 0 0 0 18px; 
}