.top-notification-bar {
  background-color: #393939;
  color: #fff;
  padding: 7px;
  text-align: center;
}
.text-center {
  text-align: center;
}
.hiddenclass {
  display: none;
}
.hide-important {
  display: none !important;
}
.lowercase {
  text-transform: lowercase;
}
.clearboth {
  clear: both;
}
.height10 {
  height: 10px;
}
.colorchoicehex {
  background-color: transparent;
}
.firstfontfamily {
  ;
}
.text-bold {
  font-weight: bold;
}
.visibility-hidden {
  visibility: hidden;
}
.display-list-item {
  display: list-item;
}
.color-red {
  color: red;
}
.color-green {
  color: green;
}
.ecommerce-important {
  text-align: center;
  color:red !important;
}
.pl-25 {
  padding-left: 25px;
}
.sort-form-css {
  float: right;
  margin-right: 37px;
  margin-bottom: 5px;
}
.vertical-align-top {
  vertical-align: top;
}
.clear-left {
  clear: left;
}
.float-none {
  float: none;
}
.position-absolute {
  position: absolute;
}
.width-100 {
  width: 100%;
}
.left-0 {
  left: 0;
}
.notification-area-misc {
  margin: -10px;
}
.activate-gift-certificate {
  line-height: 24px;
  vertical-align: top;
}
#shopify-theme-controls {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 10px 0px 15px 10px;
  line-height: 1;
  background: #B11A08;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #7A2221;
  z-index: 2147483647;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
#shopify-theme-controls::selection {
  background: #9ABCCA;
  color: white;
  text-shadow: none;
}
#shopify-theme-controls * {
  padding: 0;
  border: 0;
  outline: 0;
  font: normal normal bold 14px "Helvetica Neue", Helvetica, Arial;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  color: white;
}
#shopify-theme-controls ul {
  list-style: none;
  display: inline;
  margin: 5px;
}
#shopify-theme-controls li {
  display: inline;
}
#shopify-theme-controls .links {
  margin: 5px;
}
#shopify-theme-controls a {
  padding: 5px;
  text-decoration: none;
}
#shopify-theme-controls .title {
  margin: 5px;
}
.category-page .product-list .product .image-carousel ul li {
  width: var(--thumb-width) !important;
}
#page-showing {
  width: 100%;
  position: relative;
}
.product_js_filter {
  font-size: 20px;
  position: absolute;
  top: -5px;
  right: 0px;
}
.product-option-navy {
  background-color: #021E4C;
}
.product-option-blue {
  background-color: #C7EDFF;
}
.product-option-green {
  background-color: #D6F2C4;
}
.product-option-pink {
  background-color: #D65168;
}
.product-option-default {
  background-color: #fff;
}