.woocommerce-js div.product .product_title {
  font-size: 35px;
  font-weight: bold;
}

.wfpTitle.wfpClickable {
  font-size: 19px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ast-left-sidebar #content>.ast-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#secondary.widget-area.secondary {
  margin: 0px;
}

.woocommerce-js .woocommerce-breadcrumb {
  display: none;
}

.woocommerce-products-header__title.page-title {
  display: none;
}

#primary.content-area.primary {
  margin-top: 0px;
}

.woocommerce input[type=number] {
  border-color: #f1f2b1;
  border-radius: 10px;
  font-weight: bold;
  color: #303030;
}

.wpfFilterTaxNameWrapper {
  font-size: 17px;
}

/* Desktop stil */

.woocommerce-js div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 8px;
  padding: 0;
  margin-bottom: 20px;
  border: none;
  text-transform: uppercase;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li {
  list-style: none;
  border: 2px solid #f8f8f8;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 6px 14px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

/* Aktivni */

.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #f8f8f8;
  border-color: #D2B98A;
  text-transform: uppercase;
}

/* MOBILE */

@media (max-width: 921px) {
  .woocommerce-js div.product .woocommerce-tabs ul.tabs {
    flex-direction: column;
    /* jedan ispod drugog */
    gap: 10px;
    text-transform: uppercase;
  }

  .woocommerce-js div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    /* puni širinu */
    text-align: center;
    text-transform: uppercase;
  }
}

.woocommerce-js div.product form.cart p.stock {
  color: #fc0000;
}

span.xoo-wl-close:hover {
  background-color: #eb1a1a;
}

.woocommerce-js div.product .product_meta>span {
  color: #ccc6a7;
}

.woocommerce-js div.product .product_meta {
  color: #ccc6a7;
}

.woocommerce-js div.product .product_meta>span>* {
  color: #ccc6a7;
}

/* Sakrij sve osim SKU */

.product_meta .posted_in,
.product_meta .product-type,
.product_meta .product-category,
.product_meta .product_tag {
  display: none !important;
}

/* SKU ostaje vidljiv */

.product_meta .sku_wrapper {
  display: inline-block !important;
  font-weight: bold;
}

.woocommerce-js ul.products li.product .onsale {
  padding: 10px;
  color: #000000;
  font-weight: bold;
}


.cfvsw-swatches-option.disabled,
.cfvsw-swatches-option.out-of-stock {
    position: relative;
    opacity: 0.5;
}

.cfvsw-swatches-option.disabled .cfvsw-swatch-inner,
.cfvsw-swatches-option.out-of-stock .cfvsw-swatch-inner {
    text-decoration: line-through;
    color: red;
}

.cfvsw-swatches-option[aria-disabled="true"] .cfvsw-swatch-inner{
    text-decoration: line-through;
    color:red;
    opacity:0.5;
}

.cfvsw-swatches-option[aria-disabled="true"] .cfvsw-swatch-inner{
    text-decoration: line-through;
    color:red;
    opacity:0.5;
}


.product-note {
    display: block;       /* zaseban blok */
    margin-top: 20px;     /* razmak od dugmeta */
    padding: 10px 15px;   /* malo unutrašnje margine */
    font-size: 13px;
    color: #444;
    background: #f8f8f8; /* opcionalno, da se istakne */
    border-radius: 6px;
    text-align: center;
}