/** Shopify CDN: Minification failed

Line 52:33 Expected ":"

**/
.your-account {
  font-weight: bold;
}

.downcase-mega a {
  text-transform: capitalize !important;
}

#shopify-product-reviews {
    margin: 1em auto 0 auto !important;
    width: 37% !important;
}

.spr-container {
    text-align: left !important;
}

.add[disabled], .add[disabled]:hover {
  cursor: default;
  color: #b6b6b6;
  background-color: #f6f6f6;
}

.add {
  letter-spacing: 3px;
}

#search_popup #q {

}

#sidebar li.section-head {
  font-size: 15px !important;
  font-weight: bold !important;
  padding-bottom: 4px;
}

#sidebar li.current a {
  font-weight: bold !important;
  color: #0080C0 !important;
  border-top: 1px solid #0080C0;
  border-bottom: 1px solid #0080C0;
  padding: 1px 8px 1px 1px;
}

.sidebar-search {
  font-family: 'Lato'; sans-serif;
  padding-left: 4px;
}

p.product-note-red {
  color: #ba2323;
}

p.product-note-bold {
  font-weight: bold;
}

p.shipping-eta {
  clear: left;
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;  
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;  
  text-align: left;
  letter-spacing: 1px;
  font-size: 13px;
}

p.shipping-unavailable {
  clear: left;
  float: left;
  width: 100%;
  padding-bottom: 8px;  
}

.product-details .vendor-link {
  text-transform: capitalize !important;
}

.single-option-selector option {
    padding: 10px !important;
}

.esc-size-guide--title {
  text-transform: capitalize !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0px !important;
}

span.webyzeSwatches span {
  line-height: 1.1 !important;
}

.view-full {
  font-size: 14px !important;
}

.product-modal:hover {
}

.size-chart-icon {
  width: 20px;
  height: 20px;
  padding-top: 9px;
  margin-right: 5px;
}

.esc-size-guide--title {
  font-size: 18px !important;
  margin: 2px 0 15px 0 !important;
}

.size-chart {
    position: absolute;
    margin-top: 131px;
    margin-left: 318px;
}

#customer-wrapper .name {
  font-weight: bold !important;
}

#customer-wrapper .note {
  margin-bottom: 10px !important;
}

.sidebar_separator {
  border-top: 1px dotted #DDDDDD;
  padding-top: 10px !important;
}

#col-main h2 {
  padding: 15px 0 5px 0;
  font-size: 22px !important;
}

#col-main span.country {

}

#store_map {
  margin-bottom: 25px;
}

#wishl-loading a {
  font-size: 13px !important;
}

.wishl-tab.active {
  border-bottom-color: #0080C0 !important;
}

.wishl-product-title {
  font-size: 13px !important;
  text-transform: uppercase !important;
  padding-bottom: 10px !important;
}

.wishl-product-info li {
  color: #777777 !important;
}

span.variant-option-key {
  color: #000000 !important;
  text-transform: uppercase !important;
}

.wishl-note-edit {
  margin-top: 15px !important;
}

.wishl-item-price {
  color: #ba2323 !important;
}

.wishl-item-price del {
  color: #000000 !important;
}

.wishl-btn {
  margin-bottom: 10px !important;
}

.section-title .wishl-note-edit {
  display: none !important;
}

.footer_html {
    display: none !important;
}

/* Tablet Sizes (devices and browser) */

@media screen and (min-width: 768px) and ( max-width: 1024px ) {
  
  .show img {
	background: #000000;
  }
  
  .size-chart {
    position: absolute;
    margin-top: 165px;
    margin-left: 78px;
  } 
  
  .selector-wrapper {
    padding-bottom: 15px;
  }
  
  .product-add {
    margin-top: 0px;
  }
  
  .spr-container {
    text-align: center !important;
  }
  
  .spr-summary-caption {
    display: block;
  }
  
  span.spr-summary-actions {
    display: block;
    margin: 0 auto;
    width: 55%;
  }
  
  .spr-summary-actions-newreview {
    float: none !important;
  }
  
  #related {
    display: none;
  }
}

/* All Mobile Sizes (devices and browser) */

@media screen and (max-width: 740px) and (min-width: 200px) { 
  
  .show img {
	background: #000000;
  }
  
  #shopify-product-reviews {
    margin: 1em auto 0 auto !important;
    width: 100% !important;
  }
  
  .spr-summary-starrating {
    margin: 0 6px 0 0;
    display: block;
  }
  
  .select {
    width: 50%;
    margin: 0 auto;
  }
  
  p.shipping-eta {
    text-align: center;
  }
  
  #eta-range:before {
    content: '\A';
    white-space: pre;
  }
  
  .size-chart {
    display: none;
  }
  
  #customer-wrapper .note {
  text-align: center !important;
  }
  
  .logout_link {
    padding-bottom: 15px !important;
  }
}