/* PROUDCT LISTING */
.product-title{ text-align:center; text-transform:uppercase; }


#garment-select-btn-mobile.hidden{ display:none; }

@media only screen and (min-width: 768px){

  #garment-select-btn-mobile{ display:none; }
  
}




/* GARMENT SIDEBAR */

.garment-selector h4{ text-transform:uppercase; }
.selected-color-name{ float:left; }
[data-tooltip][data-inverted]:after{ z-index:2; }

/* MOBILE */
@media only screen and (max-width: 767px){
	.wrapper.main-content{ margin-top:0; }
	#garment-select-btn-mobile{ display:block; position:fixed; bottom:0px; left:0px; }  
  
}


