.sticky-booking {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.woocommerce div.product form.cart .variations{
  background: #fbfbfb !important;
}

.woocommerce ul.products li.product a img{
  border-radius: 20px;
}

.tm-extra-product-options-totals .tm-options-totals{
  display: none !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000 !important;
}

@media (max-width: 768px){
  h3.tc-cell.tc-epo-label{
    font-size: 20px !important;
  }
}
