/** Shopify CDN: Minification failed

Line 340:1 Expected "}" to go with "{"

**/
/* -------------------------------------------------- 
	:: WOAHbar
---------------------------------------------------*/
.woahbar {
  position: absolute;
  top:0;
  left:0;
  right:0;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 2px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold !important;
  font-family: 'Open Sans',sans-serif;
  color: #fff;
  background-color: #00a7dc;
  display:block!important;
}
.woahbar-stub 
{
  position: fixed;
  top: -10px;
  left: 0px;
  width: 100%;
  height: 19px;
  z-index: 200;
  padding: 7px 0 5px 0;
  text-align: center;
}
 
.woahbar span 
{
  display: inline block
  text-align: center;
  margin-right: 20px;
}
 
.show-notify 
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background-color: #eee; /* << set custom bar color here */
  cursor:pointer;
}


.show-notify:hover 
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background-color: #ffff00; /* << set custom bar color here */
  cursor:pointer;
}


.woahbar-up-arrow:hover 
{
  background: url(woahbar-up-arrow-hover.png);
}

.close-notify 
{
  float: right;
  margin-top:3px;
  margin-right: 22px;
  color: #fff;
  width: 17px;
  height: 19px;
  text-decoration: none;
  background-color: #ffff00; /* << set custom bar color here */
  cursor:pointer;
}
 
 

.woahbar-link 
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #d72444; 
  color: #fff !important;
  padding: 1px 8px 3px 8px;
}
 
.woahbar-link:hover 
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #1c1c1c; /* Old browsers */
  color: white;
  padding: 1px 8px 3px 8px;
  text-decoration: none;
}

#clickHere {
  display: inline-block;
  position: relative;
  background-color: #A4261F;
  color: #fff;
  padding: 3px;
  border-radius: 2px;
  width: 110px;
  text-transform:uppercase;
  border-radius:5px;
  -webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
-o-transition: all ease 0.2s;
transition: all ease 0.2s;
}

#clickHere a {
  color: #fff;
  font-size: 15px;
  font-weight: bolder;
}
#clickHere:hover {
  background-color:rgba(10, 37, 88, 1);
}


/* -------------------------------------------------- 
	:: Mobile WOAHbar
---------------------------------------------------*/

.mwoahbar
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 32px;  /* << set custom WOAHbar height */
  z-index: 100;   /* << DO NOT EDIT, KEEPS WOAHbar ON TOP OF PAGE CONTENT */
  padding-top: 2px;
  text-align: center;
  font-size: 14px;  /* << set custom WOAHbar font size */
  font-weight: bold !important;  /* << set custom WOAHbar font weight */
  color: #1c1c1c;  /* << set custom WOAHbar font color */
  background-color: #0377FC;  /* << set custom bar color here */
  border-bottom: 0px solid #1c1c1c;  /* << set custom bottom border thickness & color here */
  -webkit-box-shadow: 0 8px 6px -6px #333;  /* << set custom css box shadow */
  -moz-box-shadow: 0 8px 6px -6px #333;  /* << set custom css box shadow */
  box-shadow: 0 8px 6px -6px #333;   /* << set custom css box shadow */
}
 
.mwoahbar-stub
{
  position: fixed;
  top: -10px;
  left: 0px;
  width: 100%;
  height: 19px;
  z-index: 200;
  padding: 7px 0 5px 0;
  text-align: center;
}
 
.mwoahbar span
{
  color: white;
  float: left;
  width: 95%;
  text-align: center;
  padding-top: 2px;
}
 
.mshow-notify
{
 -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background-color: #eee; /* << set custom bar color here */
  cursor:pointer;
}

.mshow-notify:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background-color: #ffff00; /* << set custom bar color here */
  cursor:pointer;
}

.mwoahbar-up-arrow:hover {
  background: url(woahbar-up-arrow-hover.png);
}

.mclose-notify
{
  padding-top: -15px;
  color: #fff;
  margin-left:10px;
  height: 19px;
  text-decoration: none;
  background-color: #ffff00; /* << set custom bar color here */
  cursor:pointer;
}
 
.mwoahbar-link
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #d72444; /* Old browsers */
  color: white;
  padding: 1px 8px 3px 8px;
}
 
.mwoahbar-link:hover
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #1c1c1c; /* Old browsers */
  color: white;
  padding: 1px 8px 3px 8px;
  text-decoration: none;
}




@media screen and (max-width: 768px) {	
  .woahbar {
    display:none!important;
  }
}






/* -------------------------------------------------- 
	:: SHOW/HIDE CSS
---------------------------------------------------*/


.noDesktop 
{ 
  display: none !important; 
}


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

.noMobile 
{ 
  display: none !important; 
}

.showMobile 
{ 
  display: block !important; 
}

}

ul {
  list-style-type: disc;
}

.yotpo-label.yotpo-small-box, .label-with-tooltip.pull-left {
  display: none;
}

li.advanced-filter {
  list-style-type: none;
}

#yotpo_testimonials_btn {
  display: none;
}


@media screen and (max-width: 768px) {	
.woahbar {
	display:block!important;
	font-size:13px!important;
	position: relative!important;
	height:auto!important;
	padding:6px!important
}
#clickHere {
	height:auto!important;
	padding:0!important;
	display:block!important;
	margin:10px auto 0 auto!important
}
	#clickHere a {
	font-size: 14px;
	line-height: 1;
	padding:4px
}
  .woahbar img {
    display:none!important
}