/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@import url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/css/bootstrap.css');

.woocommerce-cart tr.woocommerce-shipping-totals.shipping {
    display: block;
}

#oak-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: 9999;
  font-size: 40px;
  text-align: center;
  padding-top: 200px;
  color: #fff;
  font-family:tahoma;
  padding-top: 25%;
}

.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}


.oak-calculation{
    border: 1px solid #d5d8dc;
    padding: 16px 30px;
    margin-bottom: 5px; 
}

.oak-calculation h3#oakh_shipping_heading{ 
  font-size: 20px;  
}

.oak-calculation #radio_wrapper label{ 
  font-size: 14px;  
}
.oak-calculation #radio_wrapper label, .oak-calculation h3#oakh_shipping_heading{
    font-family: "Libre Baskerville", Sans-serif;
    font-weight: 400;
}

tr.oak-charge {
  display: none !important;
}