/*Added per case 022 TP 11.23.2015*/
#FastCart > div > div.row.fast-cart-content > div.four.columns.cartSummary > div:nth-child(2) > p:nth-child(1) {
    display: none !important;
}
#FastCart > div > div.row.fast-cart-content > div.four.columns.cartSummary > div:nth-child(2) > form > input[type="image"]:nth-child(1) {
    display: none !important;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
/*End edit*/

span.on-sale-badge {
display: none !important;
}
.btn {
  float: left !important;
  background: #b40000;
  border: 1px solid #b40000;
  padding: 6px 15px;
  font-weight: 300;
  color: #ffffff;
    text-transform: uppercase;
    margin-right: 15px;
    margin-top: 0 !important;
    
}
a.crafty_helper_text {
    display: block;
    float: left;
    
}

.first_cp_result_class,
.second_cp_result_class {
 clear: both;
}


/* Style the buttons that are used to open and close the accordion panel */
.ac-accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
}

/* 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) */
.ac-active, .ac-accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.ac-panel {
  background-color: white;
  max-height:0;
  overflow: hidden;
}

.ac-panel.ac-open {
   overflow: visible;
   padding:18px;
   max-height: 10000px;
}


