/** Shopify CDN: Minification failed

Line 10:18 Expected ":"

**/
.discount-badge {
  background: #D2354F;
  color: white;
  padding: 4px 10px;
  border-radius4px;
  font-size: 12px;
}

#storehours .back, #storehours .flip-container, #storehours .front {
    height:auto;
}

#storehours {
    background:#004fa3;
}

#storehours .flipper {
    background:#004fa3;
    transform:none;
}

#storehours .back, #storehours .front {
    backface-visibility: visible;
    position: relative;
    transform:none;
    background: transparent;
    border:none;
    
}

#storehours .back, #storehours .back.hide-devices p {
    color:white;
    padding-top:0;
}

#storehours .back, #storehours .back.hide-devices p.locations {
    font-size: 16px;
    margin-bottom: 0;
}

#storehours .back, #storehours .back.hide-devices p.hours {
    font-size:14px;
}

#storehours .back, #storehours .flip-container:hover .flipper {
    transform:none;
}