@import url(https://fonts.googleapis.com/css?family=Cabin+Condensed);

.hint, [data-hint] {
  position: relative;
  display: inline-block;
 
}
  .hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease; }
            
  .hint:before, [data-hint]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }
    .hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
    visibility: visible;
    opacity: 1; }
  .hint:after, [data-hint]:after {
    content: attr(data-hint);
    background: #383838;
    color: white;
    text-shadow: 0 -1px 0px black;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }
.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top:before {
  border-top-color: #383838; }
.hint--info:after {
  background-color: #f00;
  text-shadow: 0 -1px 0px #193b4d; }
.hint--info.hint--top:before {
  border-top-color: #f00; }
.hint--info.hint--bottom:before {
  border-bottom-color: #f00; }
.hint--info.hint--left:before {
  border-left-color: #f00; }
.hint--info.hint--right:before {
  border-right-color: #f00; }
.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }


.hint--top:before {
  margin-bottom: -12px; }
.hint--top:after {
  margin-left: -18px; }
.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 45%; }

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible; }
.hint--always.hint--top:after, .hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }



#top_sale {
  width:975px;
  margin: 0 auto;
  height: 35px;
  /*background: #34bbf9;*/
  background: #195B79;
  font-family: 'Lato', Arial;
  font-size: 25px;
  text-align: center;
}

#sale_bar, #deal_bar, #share_bar, #holiday_bar {
  float: left;
  height: 35px;
  color: #fff;
}

#sale_bar {
  width:488px;
  border-right: 1px solid #fff;
  background: #000; /*url(//cdn11.bigcommerce.com/s-1d727/templates/__custom/cuts/black_friday/bfdropdownbutton.jpg?t=1576086563) no-repeat;*/
}

#deal_bar, #deal_bar a, #deal_bar a:hover {
  width:294px;
  
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  background: #d35234;
  color: #fff;
}

#share_bar {
  text-shadow: 1px 1px 2px #000; /*Comment out later*/
  width:975px; /*240px;*/
  font-size: 26px; /*16px;*/
  font-weight: bold;
  line-height: 35px;

  background: #f00;
}

#share_dropdown {
  background: #f00;
}

#share_dropdown #SignUp {
  float:none;
}

#holiday_bar {
  text-shadow: 1px 1px 2px #000; /*Comment out later*/
  width:975px; /*240px;*/
  font-size: 26px; /*16px;*/
  font-weight: bold;
  line-height: 35px;
  background: #f00;
}

.arrow {
  width: 0; 
  height: 0; 
  float: right;
  top:15px;
  right: 10px;
  position: relative;
  cursor: pointer;
}

.down_arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.up_arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown {
  width:975px;
  margin: 0 auto;
  padding-top: 10px;
  height: 150px;
  background: #34bbf9;
  color: #fff;
  font-family: 'Lato', Arial;
  font-size: 25px;
  text-align: center;
  border-top: 1px solid #fff;
  overflow: hidden;
}

#sale_dropdown {
  background: #000;
}

#share_dropdown div{
  width: 325px;
    float: left;
    font-size: 34px;
  font-family: 'Helvetica', Arial;
}

#share_dropdown div:first-child{
    text-align: right;
    text-shadow: 1px 1px 8px #000;
}

#share_dropdown div:first-child img{
    margin-left: 10px;
}

#share_dropdown > div:last-child{
    text-align: left;
    text-shadow: 1px 1px 8px #000
}

#share_dropdown #money {
  float: left;
  font-size: 61px;
  color: #fff;
  text-shadow: 1px 1px 8px #000;
  margin-left: 30px;
}

#share_dropdown #refer_friend p{
  width:325px;
  margin: 0;
  padding: 3px; 
}

#share_dropdown #refer_friend input{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    padding:0 10px;
    width:186px;

  height:26px;
  margin-right: 10px;
  font-size: 16px;

  -webkit-box-shadow: 1px 1px 1px #000;
  -moz-box-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 1px #000;
/*border: solid 1px #E5E5E5;
font: normal 12px Verdana, Tahoma, sans-serif;
width: 148px;
background: #FFF;
background: -webkit-gradient(linear, left top, left 25, from(#FFF), color-stop(4%, #EEE), to(#FFF));
background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
margin-right: 10px;
font-size: 16px;*/
}

#share_dropdown #refer_friend input[type=submit] {
  padding:5px 15px; 
  background:#ccc; 
  border:0 none;
  cursor:pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#share_dropdown #refer_friend label{
  vertical-align: top;
}

#share_dropdown #refer_friend {
  width:325px;
  margin: 0;
  text-align: left;
  margin-left: 6px;
  font-size: 26px;
  margin-top: -5px
}

#share_dropdown #refer_friend #refer_submit {
  background: #fff;
  color: #34bbf9;
  cursor: pointer;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 30px;
  width: 189px;
}

#flyer_dropdown {
  height:270px;
  background: #f00;
}

#holiday_slider_container {
  width:500px;
  height:270px;
  float:left;
  margin-left:1px;
}

#holiday_slider { 
  position: relative; 
  overflow: auto; 
  height:270px; 
  float:left;
}
#holiday_slider li { list-style: none; width:500px;}
#holiday_slider ul li { float: left; height:270px;}
#holiday_slider ul {margin:0;}
#holiday_slider ol.dots {margin:0;}

#holiday_slider .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

#holiday_slider .dots li.active {
  background: #fff;
  opacity: 1;
}
#holiday_slider .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
}

#flyer_signup {
  float: right;
  width:474px;
}

#flyer_dropdown #flyer input[type=email]{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    padding:0 10px;
    width:186px;

  height:34px;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: bottom;

  /*-webkit-box-shadow: 1px 1px 1px #000;
  -moz-box-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 1px #000;*/
}

#flyer_dropdown #flyer input[type=submit] {
  padding:5px 15px; 
  background:#fff; 
  border:0 none;
  cursor:pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #f00;
  font-size: 24px;
  width: 200px;
  height: 40px;
  margin-left:68px;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
}

.modal {
  display: none;
  background: #fff;
  padding: 0 20px 20px;
  overflow: auto;
  z-index: 100001;
  position: absolute;
  width: 500px;
  min-height: 300px;
  font-family: Arial, sans-serif;
  font-family: 'Playfair Display', serif;
  border-radius: 4px;
}
.modal p {
  font-size: 18px;
  text-align: left;
  margin: 10px 0 0;
}

.modal .closeBtn{
  text-align: left;
}

.modal h2 {
  margin-top: 20px;
  font-size: 24px;
  color:#1B93CC;
}

#signup {
  /*margin-top: 30px;*/
}

.closeBtn {
  cursor: pointer;
}

.closeBtn:hover {
  color: #000;
}

.one_time_coupon {
  border: solid 1px #c5c5c5;
  width: 300px;
  height: 24px;
  color: #1e7eaa;
  padding: 3px;
  margin-bottom: 16px;
  font-size: 22px;
  font-family: Arial, sans-serif;
    font-family: 'Playfair Display', serif;
    border-radius: 4px;

    background: #FFFFFF;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0,0,0, 0.1) 1px 1px 8px;
  
}

.one_time_submit {
  margin-left: 12px;
  width: 120px;
  height: 32px;
  background: url(//cdn11.bigcommerce.com/s-1d727/templates/__custom/cuts/submit.png?t=1576086563) no-repeat;
  background-color: #2096cd;
  background-size: 100%;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  vertical-align: top;
}

#message {
 /* background-color: #34b6f4;*/
  color: #34b6f4;
  font-size: 22px;
  padding: 5px;
  /*border-radius: 5px;*/
  margin-top: 10px;
  /*text-shadow: 0px -1px 1px #000;*/
}

#error {
  /*background-color: #f00;*/
  padding: 3px;
  color:#f00;
}

div#fancy_outer {
  z-index: 99999 !important;
}

#ModalContainer {
  z-index:99999 !important;
}


