/** Shopify CDN: Minification failed

Line 39:0 Unexpected "{"
Line 39:1 Expected identifier but found "%"
Line 40:2 Unexpected "{"
Line 40:3 Expected identifier but found "%"
Line 42:2 Unexpected "{"
Line 42:3 Expected identifier but found "%"
Line 43:2 Unexpected "{"
Line 44:2 Unexpected "{"
Line 44:3 Expected identifier but found "%"
Line 45:0 Unexpected "{"
... and 1 more hidden warnings

**/

/** UPPER NAVIGATION **/
/** Tier Two Navigation **/
div#navigation__tier-2-container ul.navigation__tier-2 li {
  text-transform:uppercase;
}
/** HEADER **/
.cart-total-banner {
  width:100%;
  text-align:center;
  background-color:#f3cca3;
  font-weight:bold;
  color:#333333;
  line-height:3em;
}

/** COLLECTION PAGES **/
/* Button Adjustment */
#snize-search-results-grid-mode li.snize-product .snize-button {
  width:calc(100% - 20px)!important;
}

/* Clearance Inventory Label */
{% for collection in collections %}
  {% if collection.template_suffix == "clearance" %}
  .product-label--stock > span {  }
  {% else %}
  { display:none; }
  {% endif %}
{% endfor %}

/** PRODUCT PAGES **/
/* Product Video */
.WPI-product-video {
position: relative;
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
margin-top:20px;
}
.WPI-mobile-product-video {display:none}
.WPI-product-video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border:1px solid #cccccc;
padding:3px;
}
/** Darren Gygi Product Pages **/
/** Personalized Text Label **/
div.custom-option > div.option-selector > label {
	padding-left: 1.1em;
    text-indent: -0.8em;
}
div.snize div.snize-filters-sidebar {
  margin-left:13px!important;
  margin-right:13px!important;
  width:220px;
}
/* Size Option Labels */
.opt-label {
  padding:0!important;
}


/** COLLECTION PAGES **/
/** Title and Description on Searchanise Collections **/
.collection__title {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.52px;
    margin-top: 15px;
    margin-bottom: 1px;
    margin-left: 27px;
}
.collection__description {
  margin: 20px 5px 20px 27px;
  font-size: 18px;
  width:90%;
}


@media (max-width: 1050px) {
/* Hide Blog Link on Smaller Screens */  
  .header-blog-link {
    display:none;
  }
}
@media (max-width: 600px) {
/* Hide Logo Links on Smaller Screens */  
 #sullivans_group_header_navigation {
    display:none;
  }
  .WPI-mobile-product-video {display:block}
  .WPI-product-video {display:none}
}