.products form .quantity select, .woocommerce-cart-form .product-quantity select{
  margin-top: 10px;
  width: 100%!important;
  padding: 5px 35px 5px 15px;
  font-size: 14px;
  border: 1px solid #161615;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(select-arrow.png) 96% / 10% no-repeat #FFF;
  color:#161615;
}


/* CAUTION: IE hackery ahead */


.products form .quantity select::-ms-expand, .woocommerce-cart-form .product-quantity select::-ms-expand { 
    display: none; /* remove default arrow in IE 10 and 11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    .products form .quantity select, .woocommerce-cart-form .product-quantity select {
        background:none\9;
        padding: 5px\9;
    }
}


.products button{
  cursor:pointer;
}

.products .zero button{
  opacity:.6;
  cursor:not-allowed;
}



/* variation in archive*/

.products form .variations select{
  margin-top: 10px;
  width: 100%!important;
  padding: 5px 35px 5px 15px;
  font-size: 14px;
  border: 1px solid #161615;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(select-arrow.png) 96% / 10% no-repeat #FFF;
  color:#161615;
}

.products form .variations .label{
  display:none;
}

.products form .variations .reset_variations{
  display:none;  
}

.products form .woocommerce-variation-price{
  margin-top:10px;  
}


/* CAUTION: IE hackery ahead */


.products form .variations select::-ms-expand { 
    display: none; /* remove default arrow in IE 10 and 11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    .products form .variations select {
        background:none\9;
        padding: 5px\9;
    }
}


.woocommerce button.button.custom_variation_add_to_cart{
  display: block;
  float: left;
  border: 1px solid #FFF;
  background-color: #000;
  color: #FFF;
  padding: 10px 20px;
  text-align: center;
  font-size: 17.0625px !important;
  line-height: 21.5px !important;
  font-family: 'Roboto Condensed', Helvetica, Arial, Verdana, Geneva, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius:0;
}




/* Unit price */

.single_variation_wrap .price{
  display:none!important;
}

.single_variation_wrap .unit_price_wrapper span{
  padding:0 2px;
}

.single_variation_wrap .unit_price_wrapper .unit_price{
  font-weight:bold;
  font-size:1.1em;
}

.single_variation_wrap .unit_price_wrapper .row.first{
  margin:12px 0 4px 0;
}

.single_variation_wrap .unit_price_wrapper .row.last{
  font-size:0.75em;
}

/* Unit price */

.flash{
  transition-duration: .5s; 
  transform: scale(1.1);
  background: linear-gradient(0deg, rgba(255,200,32,0) 5%, rgba(255,200,32,0.5018601190476191) 66%, rgba(255,200,32,0) 95%);
}