/** Shopify CDN: Minification failed

Line 63:0 Expected "}" to go with "{"

**/
/*POPUP*/

  #exclusions-popover, #packaging-popover {
    color: #333333;
    padding: 10px 10px 10px 0px;
    top: 25px!important;
  }
  @media only screen and (min-width:769px) {
div#webuiPopover0, div#webuiPopover1 {
  width:50%;
  left:600px;
}
  }
@media only screen and (max-width:768px) {
 div#webuiPopover0, div#webuiPopover1 {
    width: 50%!important;
    left: 300px!important;
} 
}
@media only screen and (max-width:425px) {
   div#webuiPopover0, div#webuiPopover1 {
    top: 881px!important;
    left: 10px!important;
    width: 90%!important;
}
}

.rack-accordion {
  margin-top:7px;
  background-color: #eee;
  border-radius:30px;
  color: #444;
  cursor: pointer;
  padding: 8px!important;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom:8px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .rack-accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.accpanel {
  padding: 0 18px;
  margin-top:6px;
  background-color: white;
  display: none;
  overflow: hidden;
  
  

