.woosc-btn {
  font-size: 0;
  display: inline-block;
  border: none;
  padding: 0 15px;
  outline: none;
  height: 35px;
  line-height: 34px;
  margin: 7px 3px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  color: #1f2f3f;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  .woosc-btn:hover {
    border-color: #1f2f3f; }

.woosc-btn:before {
  font-family: FontAwesome;
  font-size: medium;
  content: "\f03a";
  color: #1f2f3f; }

.infoHRK {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

body .woofc-area.woofc-style-01 {
  background-color: transparent !important; }

.woofc-share {
  display: none !important; }

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-data, .woofc-area.woofc-style-01 .woofc-area-bot .woofc-total {
  color: black !important; }

.woocommerce ul.products li.product .price, body.single-product #main > div.product .entry-summary p.price, body.single-product div.product .entry-summary p.price {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
