/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.4
 Text Domain:  woodmart
*/
/* ZAKLJUČAVANJE: Blokira klik i menja kursor na slici proizvoda dok se JS ne učita */
.woocommerce-product-gallery__image.gallery-locked a {
    pointer-events: none !important; /* Onemogućava klikove */
    cursor: not-allowed !important; /* Menja kursor u znak zabrane */
}
.single-product #callnowbutton
 {
    margin-bottom: 90px;
}
.filters-inner-area .wd-section-stretch-content-no-pd {
    left: initial !important;
}
.filters-inner-area .wd-section-stretch-content-no-pd{
    max-width: 100% !important;
	margin: auto !important;
}
.product_meta.wd-layout-default
 {
    font-size: 80%;
}
.footer-logo-cards {
    width: 200px;
    margin: auto;
}
.footer-logo-nlb {
    max-width: 150px;
    margin: auto;
}
@media screen and (min-width: 990px) {
.footer-logo-cards {
    float: right;
}
.footer-logo-nlb {
        float: right;
        min-width: 109px;
        width: 60px;
}
}
.wd-nav-pagin-wrap.text-center.wd-style-shape.wd-hide-md-sm.wd-hide-sm {
  display: block !important;
}
@media (max-width: 1024px) {
  .product_title {
    font-size: 24px !important;
  }
}
/* Ispravka  veličine teksta na facebbookza proizvod */
@media (max-width: 768px) {
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.product-wrapper .wd-entities-title {
  font-size: 105% !important;
  line-height:   1em !important;
  -webkit-text-size-adjust: none;
   max-height: inherit !important;
}
}
/* Product variation */
.wd-swatch {
  width: 30px;
  height: 30px;
}
.single .wd-swatch.wd-bg {
  width: 45px;
  height: 45px;
}