/*
 Theme Name:   Woodmart Child off
 Description:  Woodmart Child Theme 1
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.2
 Text Domain:  woodmart
*/
@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;
}
}
.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;
}
@media screen and (min-width: 990px) {
.footer-logo-cards {
    float: right;
}
.footer-logo-intesa {
    float: right;
	min-width: 162px;
}
}
.wd-nav-pagin-wrap.text-center.wd-style-shape.wd-hide-md-sm.wd-hide-sm {
  display: block !important;
}

/* Product variation */
.wd-swatch {
  width: 30px;
  height: 30px;
}
.single .wd-swatch.wd-bg {
  width: 45px;
  height: 45px;
}
/* Product short description bulet change to svg */
.woocommerce-product-details__short-description li {
    list-style: none; /* Uklanja podrazumevanu oznaku liste */
    position: relative;
    padding-left: 30px; /* Prostor za SVG */
}

.woocommerce-product-details__short-description li::before {
    content: "";
    display: inline-block;
    width: 20px; /* Širina SVG ikone */
    height: 20px; /* Visina SVG ikone */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M243.8 339.8C232.9 350.7 215.1 350.7 204.2 339.8L140.2 275.8C129.3 264.9 129.3 247.1 140.2 236.2C151.1 225.3 168.9 225.3 179.8 236.2L224 280.4L332.2 172.2C343.1 161.3 360.9 161.3 371.8 172.2C382.7 183.1 382.7 200.9 371.8 211.8L243.8 339.8zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 48C141.1 48 48 141.1 48 256C48 370.9 141.1 464 256 464C370.9 464 464 370.9 464 256C464 141.1 370.9 48 256 48z"/></svg>') no-repeat center center;
    background-size: contain;
}
/* Remove list disk for image grid*/
ul.wpb_image_grid_ul {
    list-style: none;
}
/* Razmak u arhivi*/
body .blog-design-masonry {
    padding-right: 10px !important;
}
/* Slajder proizvoda ispravka */
.wd-products-nav {
    display: ruby;
}
nav.wd-breadcrumbs.woocommerce-breadcrumb {
    width: 100%;
}