
/* General */
* {
  font-family: 'Inter', sans-serif;
}
.sidebar-content {
  background-color: transparent !important;
}
 
.manuf-item p {
  color: #fff !important;
  font-size: 1.3rem !important;
  text-transform: none !important;
  text-align: center;
  word-break: break-word;
  padding: 0 15px;
}

.card-icons {
  max-height: 35px;
  margin-right: 15px;
  display: inline-block;
}

.category-box h6 a {
  font-weight: 600 !important;
}

.toggle-password,
.toggle-confirm-password {
  position: absolute;
  right: 25px;
  font-size: 20px;
  transform: translateY(-52px);
  cursor: pointer;
}


.mini-cart-total th {
  vertical-align: baseline;
}

.mini-cart-total td {
  justify-content: end !important;
}

.cart-dropdown .cart-action {
  display: block !important;
}

/*.cart-dropdown.cart-offcanvas .dropdown-box {
  max-width: 360px !important;
}*/

.product.product-cart .product-name {
  word-break: break-word;
  font-size: 12px !important;
}

.cart-line-items-small .product-name small {
  display: contents;
}

.cart-quantity-buttons button {
  padding: 5px 8px !important;
  background-color: #4208bb;
  color: #fff;
  border: 1px solid #4208bb;
}

.cart-quantity-buttons button:hover{
  background-color: #4208bb;
  color: #fff; 
  border: 1px solid #4208bb;
}

.cart-quantity-buttons {
  position: relative;
  top: -35px;
  right: 10px;
}

.mini-cart-info .cart-subtotal {
  font-size: inherit !important;
  font-weight: inherit !important;
}

.category-menu img.megamenu-category-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: -5px 10px 0 0 !important;
  text-align: center;
  float: left;
}

@media (max-width: 479px) {
  .cart-dropdown.cart-offcanvas .dropdown-box {
    max-width: 320px !important;
  }

  .cart-quantity-buttons{
    right: 35px;
  }
}

.custom-checkbox {
  position: relative;
  opacity: 0;
  z-index: 1;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  left: 18px;
  top: 4px;
}


.product-brand-logo img {
  max-width: 102px;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 12px;
}

.swal2-popup {
  font-size: 14px !important;
}

.popular-categories-cnt .category-icon img {
  max-width: 50px;
}

.toolbox .toolbox-show select {
  width: 11.4rem !important;
}

.category-image img {
  max-width: 148px;
  max-height: 148px;
  width: 100%;
}

.category-image .category-icon {
  padding: 30px !important;
}

.discount-percent {
  padding: 1px 3px;
  border-radius: 3px;
  background: #f4442c;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
}

.product-discount {
  margin: 10px 0 6px;
}

.save-price {
  color: #f4442c;
  font-size: 12px;
  font-weight: 500;
}


.comment-avatar {
  max-width: 55px !important;
}


.home-recently-viewed figure img {
  max-width: 100% !important;
  max-height: 172px !important;
}


.product-media img {
  max-height: 300px;
}
.featured-products-cnt .product-media img {
  max-height: 496px !important;
}

.product-name {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: inherit !important;
}

.more-products .product-media img {
  max-width: 50px !important;
}


@media (max-width: 991px) {
  .header-bottom {
    display: block;
  }

  .header-bottom .dropdown.category-dropdown,
  .header-bottom .header-right {
    display: none !important;
  }

  .header-bottom .header-search.hs-expanded {
    max-width: 100%;
  }

  .search-new {
    padding: 20px 0;
  }

  .search-new-v2 {
    position: absolute;
    top: 164px;
    width: 100%;
    left: 15px;
  }

  .search-new-v2 .header-search {
    margin: 0;
    width: 93%;
  }

  .search-new-v2 .search-suggestions {
    width: 93%;
    left: 0px !important;
    top: 50px;
  }

  .header-middle-v2 {
    padding-bottom: 90px;
  }

  .header-bottom .header-search {
    max-width: 100%;
    margin: 0 auto !important;
  }

  body.home .search-suggestions {
    width: 93%;
    left: 0px;
    top: 50px;
  }

  .header-middle-v2 #search-suggestions .pl25 {
    padding-left: 10px !important;
  }

  .search-new #search-suggestions .pl25 {
    padding-left: 10px !important;
  }

  body.home .header-middle {
    border-bottom: none !important;
    padding: 30px 0 0 !important;
  }

  .search-header{
    flex-direction: column;
    justify-content: flex-start;
  }

  .search-view-all{
    float: left !important;
    margin-bottom: 15px;
  }

}

@media (max-width: 767px) {
  .mt-sm-30 {
    margin-top: 30px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .mgt-sm-0{
    margin-top: 0px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .my-account .icon-box-light {
    display: flex !important;
    flex-direction: row !important;
    justify-content: start !important;
  }

  .icon-box-side .icon-box-icon {
    margin-bottom: 0 !important;
    padding-top:15px;
  }

  .footer-cards {
    display: flex !important;
    justify-content: center;
    gap: 5px;
    grid-gap: 5px;
    flex-wrap: wrap;
    width: 360px;
    margin: 20px auto 20px;
    flex-direction: row !important;
  }

  .account-orders-table {
    display: block;
    overflow-x: auto;
    min-width: 100%;
  }

  .account-orders-table tbody tr td,
  .account-orders-table thead tr th {
    width: auto !important;
  }

  .account-orders-table .order-action .btn {
    background-color: #eee !important;
    padding: 7px !important;
    border: 1px solid #ccc !important;
  }
}

@media (max-width: 479px) {

  .element-section .element {
    max-width: 100% !important;
  }

  .product-tabs .nav-link {
    font-size: 16px !important;
  }

}

@media (max-width: 575px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }

  .toolbox-right .toolbox-layout {
    display: block !important;
  }

  .toolbox select {
    max-width: 115px !important;
  }

  .wishlist-table .product-price,
  .shop-table.cart-table .product-price {
    width: 100% !important;
  }

  .btn-icon-left.btn-shopping,
  .clear-cart-btn,
  .checkout-btn {
    width: 100%;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .toolbox-right label {
    display: none !important;
  }

}

.home-counter {
  background-color: #F4442C !important;
}

.product-single-filter label {
  display: block;
  max-width: 7.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7.5rem;
  flex: 0 0 7.5rem;
  padding: 0.6rem 0;
  font-size: 1.4rem;
  color: #333;
  line-height: 2.5;
}


.cart-dropdown .products {
  max-height: 515px !important;
  overflow-y: auto;
}

.popular-products-cnt .btn-dark,
.vendor-product-section .btn-dark,
.related-product-section .btn-dark,
.popular-products-cnt .btn-default,
.vendor-product-section .btn-default,
.related-product-section .btn-default{
  margin: 0 auto 10px;
}

.logo-footer img{
  max-width: 197px;
}


main {
  background-color: #f5f6f8;
}
.box-shadow {
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%) !important;
}
.box-border {
  border: 1px solid #eae9e9 !important;
}
.box-brand {
    display: flex;
    align-self: center;
    height: 140px;
}
.box-features {
  
}
.box-padding {
  padding: 20px;
}

.box-features .swiper-slide{
  border: 1px solid #eae9e9;
  min-height: 70px;
  margin: 0;
  padding: 0;
}


.border {
    border: 1px solid #eae9e9;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    border-radius: .25rem;
}
.badge-primary {
    color: #fff;
    background-color: #1374e7;
}
.badge-secondary {
    background-color: #e7e7e7;
    color: #1374e7;
}


.product {
    /* border: 1px solid #eae9e9; */
    padding: 20px;
}


/* Spec proizvoda za product item */
.product .specs {
    position: absolute;
    top: 70px;
    right: 0;
    background-color: #e8e8e8;
    padding: 5px;
    border-radius: 6px 0 0 6px;
        width: 30px;
    text-align: center;
}
.product .specs-item { 
}
.product .specs-item i {
  margin-right: 5px;
}
.product .specs-item img {
    max-width: 20px;
    max-height: 20px;
    vertical-align: middle;
    margin: 0 auto 5px;
    text-align: center;
}
.product .specs-item {
    margin-bottom: 4px;
}
/*  Spec product score, koristi se u product itemu i na single strani */
.product-score {
    justify-content: start;
    display: inline-block;
    font-size: 12px;
    background-color: #10fcfe;
    color: #000;
    border-radius: 5px;
    padding: 0 12px;
}
.product-score span,
.product-score i {
    margin-right: 5px; 
}

/* Koristimo na single strani proizvoda */
ul.product-labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.product-labels li{
  font-size: 14px;
  display: flex;
  margin-bottom: 5px;
  align-items: anchor-center;
}
.product-labels span.icon{
  margin-right: 5px;
} 
.product-labels li img {
  width: 25px;
  max-width: 25px;
}
.product-labels li i {
  font-size: 20px;
}
.product-labels span.bar{
  text-align: left;
  width: 100%;
  background-color: #616161;
  height: 26px; 
  position: relative;
  padding-left: 3px;
  line-height: 26px;
}

/* Based on a tire energy chart bar should be a different sizes and color */
/* https://www.tiresandco.ca/assets/img/conseils/auto-label-europeen/nouvelle_etiquette_detail_EN.gif */
.product-wrap .product-labels span.bar {
  width: 50px !important;
  z-index: 1;
}
.product-labels span.bar.A {
  width: 60%;
  background-color: #02803f;
}
.product-labels span.bar.B {
  width: 50%;
  background-color: #5c9133;
}
.product-labels span.bar.C {
  width: 40%;
  background-color: #c1a90b;
}
.product-labels span.bar.D {
  width: 30%;
  background-color: #936302;
}
.product-labels span.bar.E {
  width: 20%;
  background-color: #8f4704;
}
/* arrow border on the right */
.product-labels span.bar:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 0px; 
  width: 0;
  height: 0;
  border-top: 13.5px solid transparent;
  border-bottom: 13.5px solid transparent;  
}
.product-labels span.bar.A:after {
  border-left: 9px solid #02803f;
}
.product-labels span.bar.B:after {
  border-left: 9px solid #5c9133;
}
.product-labels span.bar.C:after {
  border-left: 9px solid #c1a90b;
}
.product-labels span.bar.D:after {
  border-left: 9px solid #936302;
}
.product-labels span.bar.E:after {
  border-left: 9px solid #8f4704;
}
.product-labels span.bar:after {
  border-left: 9px solid #616161;
}

.title-link-wrapper a {
  color:#ccc;
}

/* Colors */
.orange {
  color: #FE5F10 !important
}


.more-products .product-name{
  overflow: hidden !important;
}

.footer a:hover, .footer a:active, .footer a.active {
  color:#ccc !important;
}

.rating-form label{
  color:#fff;
}
.rating-stars a {
  color:#fff;
}
 .megamenu li{
            width: 100%;
            max-width: 100%;
            padding-left: 0 !important;
        }

        .megamenu {
            padding: 10px 20px !important;
            min-width: 300px !important;
            max-width: 300px !important;
        }

        .megamenu li a{
            padding: 5px 0 !important;
            line-height: 1 !important;
        }

        .megamenu{
            height: auto;
            max-height: 500px;
            overflow-y: auto;
        }

        .home-megamenu li a i{
            margin: 0 1.1rem 0 0 !important;
            font-size: 1.8rem !important;
        }

        .brands-wrapper figure{
            padding: 15px;
        }

        .shop-table.cart-table td.product-price {
            font-weight: 600 !important;
        }

        .noUi-connects {
            padding: 6px 0;
        }

        .noUi-horizontal .noUi-origin {
            height: 0;
        }

        .border-radius-0{
            border-radius: unset !important;
        }

        .logo img,
        .logo-footer img{
            max-width: 150px;
        }
        .widget-body.manuf-list {
          max-height: 300px;
          overflow-x: hidden;
          overflow-y: auto;
        }
        .manuf-list {
          overflow: auto;
          padding: 0; 
          margin: 0;
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
          gap: 15px;
        }
        .manuf-list h4 {
          margin:0 0 10px 0 ;
        }
        .manuf-list p {
          padding-bottom: 5px;
          margin-bottom: 0;
          font-size: 13px;
          line-height: 1.4em;
        }
        .manuf-list a {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
            align-content: center;
            height: 100%;
        }
        .manuf-list .box {
            min-height: 270px;
        }
        li.main-cat label {
            font-weight: normal !important;
        }

        .btn-cart:disabled{
            cursor: not-allowed;
            /*opacity: 0.6;*/
        }
        .product-media {
            width: 100%;
        }
        .product-media img {
            max-width: 200px;
            margin: 0 auto;
        }

        body.home #search-suggestions{
            left: 5px;
        }

        .search-new-v2 .search-suggestions {
            left: 5px;
        }

        .suggestions-item-image img,
        .brands-wrapper img {
            object-fit: contain;
        }

        .order-status-badge{
          padding: 7px;
          border-radius: 3px;
          color: white;
        }
        .order-status-received{
          background: #007bff !important;
        }
        .order-status-processing{
          background: #8A2BE2 !important;
        }
        .order-status-shipped{
          background: #28a745 !important;
        }
        .order-status-cancelled{
          background: #dc3545 !important;
        }
        .order-status-completed{
          background: #28a745 !important;
        }
        .order-status-failed{
          background: #dc3545 !important;
        }
        .order-status-abandoned {
          background: #f49917 !important;
        }
        .order-status-returned {
          background: #f49917 !important;
        }
        .order-status-onhold {
          background: #6c757d !important;
        }

        .shop-table img {
            max-width: 75px;
        }

        .swiper-theme > .swiper-pagination .swiper-pagination-bullet-active {
            width: 15px;
        }

        .swiper-pagination-bullet {
            width: 15px;
            height: 15px;
        }

        .product{
            /* background: #fff; */
        }

        .cart-line-items-small .product-media img{
            max-width: 100px;
            padding: 10px;
        }

        .product-sticky-content .product{
            border: unset !important;
        }

        @media (max-width: 767px) {
            .readmore-link.expand{
                position: absolute !important;
                background-image: linear-gradient(transparent, #eee) !important;
            }
        }

        /* Readmore text */
        .readmore { 
            padding: 30px 30px 40px;
            position: relative;
            margin-bottom: 100px; 
            background: rgb(45 45 45 / 60%);
            border-radius: 4px;
            box-shadow: 0 2px 13px 0px rgb(0 0 0 / 65%);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            border-bottom: 7px solid rgb(66 8 187);
            color: #fff;
            padding: 20px;
        }

        .readmore-content {
          max-height: 150px;
          overflow: hidden;
          transition: max-height 0.1s ease-in-out; 
        }

        .readmore-content.expand {
          max-height: 100% !important;
        }

        .readmore-link{
          position: absolute;
          bottom: 0;
          right: 0;
          display: block;
          width: 100%;
          height: 50px;
          font-weight: 600;
          color: #333;
          font-size: 14px;
          padding-top: 40px;
          background-image: linear-gradient(to bottom, transparent, rgb(45 45 45 / 60%));
          cursor: pointer;
          text-decoration: underline;
        }

        .readmore-link:before {
           font-family: "wolmart";
            content: "";
            font-weight: 300;
            width: 50px;
            height: 50px;
           background: #1374e7;
            border: 1px solid #1374e7;
            box-shadow: 0px 1px 1px rgba(0,0,0,.25);
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            position: absolute;
            bottom: -25px;
            z-index: 5;
            left: 50%;
            transform: translate(-50%);
            cursor: pointer;
            color: #fff;
        }

        .readmore-link:after {
          content:"" !important;
          position: relative !important;
        }

        .readmore-link.expand:before{
            position: absolute !important;
        }

        .readmore-link.expand:after{
            font-family: "wolmart";
            content: "" !important;
            font-weight: 300;
            width: 50px;
            height: 50px;
            background: #1374e7;
            border: 1px solid #1374e7;
            box-shadow: 0px 1px 1px rgba(0,0,0,.25);
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            position: absolute !important;
            bottom: -25px;
            z-index: 5;
            left: 50%;
            transform: translate(-50%);
            cursor: pointer;
            color: #fff;
        }

        .readmore-content.expand:after{
            -webkit-transform: unset !important;
            transform: unset !important;
            transition: unset !important;
            content: '' !important;
        }

        .border-top-0{
            border-top: 0 !important;
        }

        .order-summary .cart-quantity-buttons{
            right: 15px;
        }

        .product-sticky-content.fixed .product-list-sm {
            padding: 0px;
        }

        .product-sticky-content.fixed .product-form {
            padding: 1rem;
        }

        .footer-newsletter {
            background-color: #1e1e1e;
            color: #ccc;
        }
        .footer-newsletter input {
            background-color: #333;
            border: 1px solid #444;
            color: #ccc;
        }


        .product-score {
            justify-content: start;
            display: inline-block;
            font-size: 12px;
            background-color: #4208bb;
            color: #fff;
            border-radius: 5px;
            padding: 0 12px;
        }

        .product-name a {
            color: inherit;
            font-size: 16px;
            font-weight: 400;
        }

        .product .product-pa-wrapper {
            position: relative;
            display: block;
            clear: both;
            margin-top: 5px;
        }

        .title-link-wrapper .title {
            position: relative;
            margin-bottom: 0.8rem;
            padding: 10px 0;
            text-transform: uppercase;
            font-weight: 300 !important;
            letter-spacing: -1px;
            font-size: 18px;
            display: block;
        }
        .title-link-wrapper .title:before {
            background-color: #1374e7;
            content: '';
            display: block;
            height: 3px;
            width: 45px;
            margin-bottom: 5px;
        }
        .title-link-wrapper .title:after {
            background-color: #1374e7;
            content: '';
            display: block;
            position: absolute;
            right: 0;
            bottom: -1px;
            height: 3px;
            width: 45px;
            margin-bottom: 0.25em;
        }
}
}




/* Header */ 

/* ===========================
   Wolmart x Filter COMPAT CSS
   (scope: .search__filter--area)
   =========================== */

/* 1) Mini-grid (Bootstrap-like) */
.search__filter--area .row {
  display: flex;
  flex-wrap: wrap;
}
.search__filter--area .row.g-2 {
  gap: .5rem; /* emulacija BS5 g-2 */
}

/* Default širine: 100% ako nije drugačije zadato */
.search__filter--area [class^="col-"],
.search__filter--area [class*=" col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Tri kolone */
.search__filter--area .col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/* Dve kolone */
.search__filter--area .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* 4 kolone od "md" (768px naviše) */
@media (min-width: 768px) {
  .search__filter--area .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* 2) Utility klase koje ti HTML koristi */
.search__filter--area .d-flex { display: flex !important; }
.search__filter--area .text-center { text-align: center !important; }
.search__filter--area .w-100 { width: 100% !important; }
.search__filter--area .img-fluid { max-width: 100%; height: auto; }
.search__filter--area .mb-1 { margin-bottom: .25rem !important; }
.search__filter--area .mb-3 { margin-bottom: 1rem !important; }

/* 3) Toggle radio dugmad (.btn-check + .btn[*]) */
.search__filter--area .search-icons .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* Minimalna .btn baza i .btn-outline-primary (da ne zavisiš od Bootstrapa) */
.search__filter--area .search-icons .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent; 
  line-height: 1.5;
  border-radius: .25rem;
  background-color: transparent;
  color: inherit;
  transition: all .15s ease-in-out;
}
.search__filter--area .search-icons .btn-outline-primary {
  --bs-primary: #0d6efd; /* fallback, ako Wolmart nema var */
  color: #fff;
  border-color: #3e3e3f;
  background: transparent;
}
.search__filter--area .search-icons .btn-outline-primary:hover {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

/* Aktivno stanje kad je radio čekiran */
.search__filter--area .search-icons .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: #3e3e3f;
  border-color: #3e3e3f;
}
.search__filter--area .search-icons .btn-check:focus + .btn,
.search__filter--area .search-icons .btn-check:active + .btn {
  box-shadow: 0 0 0 .2rem rgba(13,110,253,.25);
}

/* Poravnanje ikonica/teksta u "karticama" kategorija */
.search__filter--area .search-icons .search-icons .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* 4) Tvoj dodatni stil za slike i "small" u ikonama */
.search__filter--area .search__filter--form img {
  margin: auto;
  display: block;
}
.search__filter--area .search__filter--form .search-icons .small {
  font-size: 10px;
  font-weight: bold;
}

/* 5) Select2 helper da zauzme punu širinu */
.search__filter--area .select2-container { width: 100% !important; }

/* ===========================
   Prevod tvog SCSS → CSS
   =========================== */

/* 18. Search filter css */
.search__filter--area {
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 6px; 
} 
.search__filter--header__icon { min-width: 2.4rem; }

.search__filter--title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: .8rem;
}
@media only screen and (min-width: 1200px) {
  .search__filter--title {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1366px) {
  .search__filter--title { margin-bottom: 1.3rem; }
}

.search__filter--desc {
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: var(--foreground-sub-color);
}
@media only screen and (min-width: 1200px) {
  .search__filter--desc { font-size: 1.4rem; line-height: 2.5rem; }
}

.search__filter--btn {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .search__filter--btn { height: 4.2rem; line-height: 4.2rem; }
}
@media only screen and (min-width: 1366px) {
  .search__filter--btn { height: 4.4rem; line-height: 4.4rem; }
}

.search__filter--select { margin-bottom: 1.2rem; }
@media only screen and (min-width: 1200px) {
  .search__filter--select { margin-bottom: 1.7rem; }
}
@media only screen and (min-width: 1366px) {
  .search__filter--select { margin-bottom: 1.9rem; }
}
.search__filter--select:last-child { margin-bottom: 0; }

.search__filter--select__field {
  width: 100%;
  border: 1px solid var(--border-color);
  background: var(--body-background-color);
  -webkit-appearance: none;
  appearance: none;
  height: 4rem;
  font-size: 1.4rem;
  padding: 0 3.4rem 0 1.7rem;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .search__filter--select__field { font-size: 1.5rem; height: 4.2rem; }
}
@media only screen and (min-width: 1366px) {
  .search__filter--select__field { height: 4.4rem; }
}

/* home 3 search filter css */
.search__filter--inner {
  background: linear-gradient(to right, #FAEEF2, #F1F3FB);
  padding: 3rem 2rem;
  border-radius: 5px;
}
@media only screen and (min-width: 576px) {
  .search__filter--inner { padding: 3rem 2.5rem; }
}
@media only screen and (min-width: 1200px) {
  .search__filter--inner { padding: 3.3rem; }
}

.search__filter--form__style2 { gap: 2rem; }
@media only screen and (min-width: 1200px) {
  .search__filter--form__style2 { gap: 3rem; }
}
@media only screen and (max-width: 991px) {
  .search__filter--form__style2 { flex-wrap: wrap; }
}

.search__filter--width { width: 100%; margin-bottom: 0; }
@media only screen and (min-width: 400px) {
  .search__filter--width { width: 46%; }
}
@media only screen and (min-width: 576px) {
  .search__filter--width { width: 30.2%; }
}
@media only screen and (min-width: 768px) {
  .search__filter--width { width: 22.8%; }
}
@media only screen and (min-width: 992px) {
  .search__filter--width { width: 16.66%; }
}

/* home 5 search filter css */
.search__filter--style5 {
  position: absolute;
  bottom: 0; left: 0; right: 0;
}
@media only screen and (max-width: 991px) {
  .search__filter--style5 { position: inherit; padding-top: 5rem; }
}
@media only screen and (max-width: 767px) {
  .search__filter--style5 { padding-top: 3.6rem; }
}
.search__filter--inner.style5 {
  background: linear-gradient(to right, #fbd4df, #dee3f9);
}

.search__filter--area  {
    background: rgb(0 0 0 / 46%); 
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px); 
}
.search__filter--area .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.search__filter--area  .select2-container--default .select2-selection--single .select2-selection__arrow { 
    height: 36px;
}
.search__filter--area .select2-container--default .select2-selection--single{
    height: 36px;
    line-height: 36px;
}
.search__filter--area .search-icons label{
  color: #fff;
      padding: 10px 0;
    font-size: 9px;
}

.kp-izlog-k {
  color: red!important;
}
.kp-izlog-p {
  color: #fc0!important;
}
.kp-izlog-i {
  color: #003267!important;
}
span.kp-izlog {
  letter-spacing: -2px;
  font-size: 17px;
}

.header-top .social-icons a{
  display: flex;
  background-color: transparent !important;
  border-color: unset !important;
  border: 0 !important;
  margin-right: 0px !important;
  font-size: 17px !important;
}

.header-top .social-icons a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.header-top .social-icons .social-whatsapp i{
  margin-right: 0px !important;
  font-size: 17px !important;
}

.wishlist-table .product-price {
  width: auto;
}

.footer a.active{
  color: #b3b3b3 !important;
}

.footer a.active:hover{
  color: #1374e7 !important;
}

.footer-about p {
  color: #b3b3b3 !important;
}

.manuf-list .div-list li {
    margin: 0 0 5px !important;
}

.list-view .product-name a{
  color: #fff !important;
}

.list-view .cart-add{
  margin-top: 2rem !important;
}

.list-view .wishlist-btn,
.list-view .compare-btn{
  background-color: transparent !important;
}

.list-view .product-price{
  margin-bottom: 0 !important;
  color: #fff;
}

.list-view .product-list{
  background-color: #2d2d2d !important;
}

.list-view .product-list span{
  color: #fff !important;
}

.order-summary-wrapper h3{
  color: #fff;
}

.order-summary .payment-methods .title {
    font-size: 20px !important;
}

.cart-line-items-small .product-media{
  height: 120px !important;
}

.toggle-checkbox + label {
    padding-left: 30px !important;
}

.toggle-checkbox + label::before {
    left: 0px !important;
}

.payment-radio {
  accent-color: #4208bb !important;
}

.coupon-content p,
.btn-close,
.cart-line-items-small .product-detail a{
  color: #666666 !important;
}

.cart-table hr{
  border-top: 1px solid #eee !important;
}

.cart-totals .cart-subtotal,
.cart-totals .cart-total,
.shop-table thead tr th,
.shop-table tbody .new-price,
.shop-table tbody .amount,
.order-summary-wrapper tbody tr td{
  color: #fff !important;
}


.search__filter--area .select2-search--dropdown .select2-search__field:focus {
  background-color: #ffffff;
  border: 1px solid #434343;
  color: #fff;
}

.search__filter--area .select2-container--default .select2-selection--single:hover {
  background-color: #ffffff;
  border: 1px solid #434343;
}

.search__filter--area .select2-container--default .select2-selection--multiple:hover {
  background-color: #ffffff;
  border: 1px solid #434343;
}

.footer-newsletter input {
  color:#4c4a4a;
}

.product-media ul.product-labels {
  z-index: 10;
}


.gx-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width:576px){ .gx-gallery{ grid-template-columns: repeat(2,1fr); } }
@media (min-width:992px){ .gx-gallery{ grid-template-columns: repeat(3,1fr); } }

.gx-item {
  position: relative; display:block; overflow:hidden; border-radius:12px; background:#f5f5f5;
}
.gx-item img{
  width:100%; height:auto; display:block; transition:transform .35s ease, opacity .35s ease;
}
.gx-item::after{
  content:""; position:absolute; inset:0; background:rgba(0,0,0,.08);
  opacity:0; transition:opacity .35s ease;
}
.gx-item:hover img{ transform:scale(1.04); }
.gx-item:hover::after{ opacity:1; }



.footer a {
    color: #b3b3b3;
}


/* Isključi inline zoom bez menjanja JS-a */
.product-image .zoomImg {
  display: none !important;   /* sakrij klon koji pravi zoom plugin */
  opacity: 0 !important;
}

.product-image img {
  width: 100%;
  height: auto;
  transform: none !important;  /* bez neželjenog skaliranja */
  cursor: pointer;             /* opciono: pokaži da je klikabilno */
}

.product-gallery {
    justify-content: space-evenly;
    padding-top: 50px;
}

.product-single .brand {
  border:0;
}

.product-single .brand img {
    margin: 0 2rem 1rem 0;
    border: 1px solid #eee;
    border-radius: 12px;
}


@media (max-width:768px){
  .btn-add-to-cart {
    padding: 10px 8px !important;
  }
  .btn.btn-sm {
    font-size: 1rem;
  }
  .product-score {
      background-color: #202020;
      padding: 1px 8px;
      width: 100%;
      font-size: 9px;
  }
}

.w44{
  width: 44px;
}

.minipopup-box .product.product-cart .product-name a{
  color: #666666 !important;
}

.product-media ul.product-labels {
  z-index: 1 !important;
}

.footer-bottom {
  padding: 15px 0 !important;
}

.brands-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px; /* razmak između logotipa */
  padding: 10px 0 30px;
}

.brand-item {
  flex: 0 1 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  background: #fff;
  min-height: 90px;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
}

.brand-item img {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}

.brand-item:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/*.cart-dropdown.cart-offcanvas .dropdown-box {
  right: -36rem;
}

.cart-dropdown.cart-offcanvas.opened .dropdown-box {
  right: -15px;
}*/

.product-action{
  justify-content: center;
}

.multidimensional{
  grid-template-columns: 1fr 1fr;
}

.form-control,
.contact-us-form .form-group label,
#account-details .account-details-form label,
.my-account .link-item,
.my-account .icon-box.text-center i,
.checkout-form label,
.coupon-content p{
  color: #fff !important;
}

.my-account .nav-link, .my-account .link-item {
  padding: 10px 0 12px !important;
}

.my-account .tab-content {
  padding: 20px !important;
}

.my-account .nav-link, .my-account .link-item,
.cart-totals tbody tr {
  border-bottom: 1px solid #575757 !important;
}

.payment-accordion small,
.payment-methods small{
  color: #b3b3b3;
}

.cart-dropdown .product-price {
  color: #020101 !important;
}

.compare-col .remove-product {
  background-color: transparent !important;
  color: #fff !important;
}

.compare-col.compare-value {
    padding-right: 2rem !important;
}

.compare-col .badge-secondary{
  background-color: transparent !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.compare-col .all-season i{
  color: #1374e7;
}

.compare-col .summer i{
  color: yellow;
}

.form-control::placeholder{
  color: #575757;
}

#account-orders .account-orders-table th,
.sub-orders .order-subtable thead tr th {
  text-align: center !important;
  font-size: 15px !important;
}

#account-orders .account-orders-table tbody tr td,
.address-table tbody tr td,
.sub-orders .order-subtable thead tr th,
.sub-orders .order-subtable tbody tr td,
.order-table tfoot tr th,
.order-table tfoot tr td,
.table tbody tr td{
  color: #fff !important;
}

.address-table,
.order-subtable,
.order-date-created,
.table{
  font-size: 14px !important;
}

.title-underline::after {
  background-color: #575757 !important;
}

address{
  font-style: normal;
}

.product .badge {
  padding: 8px !important;
  width: 40px;
  max-width: 40px;
}

.shop-sidebar .categories li img{
  max-width: 25px;
  margin-right: 5px;
}

.badge-season i{
  font-size: 24px;
}

.ri-snowflake-line,
.ri-sun-line{
  color: #fff;
}

.product-wrap span i{
  font-size: 20px !important;
  color: #fff;
}

.product-wrap span img{
  width: 20px !important;
}

.product-wrap span{
  height: 36px;
  max-height: 36px;
  vertical-align: bottom;
}

.badge-all-season{
  width: 70px !important;
  max-width: 70px !important;
}

.list-view .product-action{
  justify-content: flex-start;
}

.list-view .badge-category{
  vertical-align: bottom;
}

.mobile-menu li img{
  max-width: 25px;
  margin-right: 5px;
}

#newsletter-form .form-control{
  color: #333 !important;
}

.related-product-section .cnt .badge-season,
.vendor-product-section .cnt .badge-season{
  vertical-align: top !important;
}

.sticky-content.fixed.fix-bottom {
  display: none;
}

body.addtocart-fixed .footer {
  padding-bottom: 0px !important;
}

.sticky-content.fixed.fix-top {
  background-color: #000;
}
.sticky-toolbox.fixed {
  padding: 1rem 2rem 6px !important;
}

  .product-barcode {
    font-size:14px;
  }

  .product-gallery {
    padding:10px;
  }

  .clr-white {
    color:#fff !important;
  }


.compare-table img {
    max-height: 200px;
    width: 100%;
    height: auto !important;
    object-fit: contain;
    background: #fff;
}
.product-name a:hover {
  color:#fff !important;
}
@media (max-width: 991px) {
    .search-new-v2 {
        top: 164px !important;
    }

    .product-single .product-title {
      margin-top:20px;
    }

    .search__filter--select .form-control {
      font-size: 12px !important;
      padding: 0 5px !important;
    }

    .starting-product-price {
      padding: 3px 14px !important;;
    }
    .starting-product-price small {
      font-size: 9px !important;;
    }
    .starting-product-price span.price {
      font-size: 13px !important;;
    }


}

@media (max-width: 991px) {
    body.home .header-middle {
        padding: 30px 0 70px 0 !important;
    }

    .header-top .welcome-msg {
      display: none !important;
    }

    .header-middle {
        padding-bottom: 10rem !important;
    }
}

@media (max-width:800px) {
    .banners.grid-container-3x2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .brand-item {
      flex: 0 1 80px;
      padding: 0
    }
    #btn-addtocart {
      padding: 5px 7px;
      font-size: 11px;
    }
    .product-wrap .product-details #btn-addtocart,
    .product-slide .product-details #btn-addtocart,
    .product-list .product-details #btn-addtocart {
      font-size: 1.4rem;
      padding: 0.93em 1.98em;
    }

    .product-single .btn{
      padding: 14px 15px !important;
      font-size: 13px !important;
    }
}

@media (max-width: 600px) {
    .home-filter .gutter-lg > * {
        padding-left: 3px;
        padding-right: 0px;
    }
    .product-labels span.bar {
      padding-left:10px;
    }
    .product .cnt {
      padding: 5px 7px !important;
      font-size: 11px !important;
      letter-spacing: -0.5px;
    }
}

@media (max-width: 360px) {
  .header-left .header-call {
    font-size: 13px;
  }
  .header-left .w-icon-call:before {
    font-size:20px;
  }
}


@media (max-width: 340px) {
  .header-left .header-call .phone-number {
      font-size: 12px;
      line-height: 1.7;
  }
}

@media (max-width: 327px) {
  .search-new-v2 {
    top: 173px !important;
  }
}

.search-view-all {
  border: 0;
  background: transparent;
  display: inline-block;
  float: right;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  font-weight: 700;
}

.search-view-all:hover{
  text-decoration: underline;
}

.small-phone {
  font-size: 11px; letter-spacing: normal; position: relative; top: -9px;
}

.toolbox .left-sidebar-toggle {
    margin: 0 10px 0 0;
} 


@media (max-width: 400px) {
    .toolbox select {
        max-width: 100px !important;
    }
     .btn.btn-sm {
        font-size: 12px;
        padding: 6px 8px !important;
    }
}


.pagination .prev, .pagination .next {
  margin-top: 10px;
}

.swiper-wrapper.box-features {
  background: #2d2d2d !important;
}

.product-name:hover a,.product-name a:hover {
  color:#fff;
}

@media (max-width: 767px) {
    .icon-box-side .icon-box-content {
        padding: 15px 0;
        min-height: 70px;
    }

    .icon-box-side.icon-box-chat .icon-box-icon {
      padding-top: 15px;
    }
}

.select2-container {
    z-index: 9999 !important;
}

.select2-dropdown {
    z-index: 99999 !important;
}


.title-link-wrapper a:hover {
  color: #fff !important;
}

@media (max-width: 575px){
  .product-slide .product-name,
  .product-wrap .product-name,
  .product-list .product-name{
    margin-top: 10px;
  }

  .pagination .prev > a,
  .pagination .next > a {
    font-size: 0;          /* sakrije tekst */
    padding-inline: 5px;  /* po želji: suzi dugme */
    vertical-align: text-top;
  }

  .pagination .prev > a i,
  .pagination .next > a i {
    font-size: 16px;   /* vrati veličinu ikone */
    line-height: 1;
    vertical-align: middle;
  }

  .pagination .page-link{
    width: 15px;
    height: 15px;
    padding: 12px 15px !important;
  }

  .pagination .prev,
  .pagination .next{
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-top: 0px !important;
    padding: 0 !important;
  }

  .pagination .prev{
    margin-right: 20px;
  }

  .pagination .next i{
    margin-left: 0 !important;
  }

  .pagination .prev i{
    margin-right: 0 !important;
  }

  .compare-table img{
    max-height: 150px;
  }

}

@media (max-width: 767px){
  .footer-top{
    padding-top: 10px !important;
  }
  .footer-top .widget{
    margin-bottom: 0px !important;
  }
}

@media (max-width: 991px){
  .shop-sidebar .select2-container{
    width: 100% !important;
  }
  body.home #search-suggestions {
    left: 0px !important;
  }
  body.sidebar-active.right-sidebar-active .cart-dropdown .dropdown-box {
    display: none;
    transition: unset;
    visibility: hidden;
    background: transparent;
    z-index: 0 !important;
    right: 0;
    opacity: 0;
    overflow: hidden;
  }

  .blog-sidebar .sidebar-content{
    background-color: #000 !important;
    z-index: 9999 !important;
    overflow: hidden;
  }

}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    border-color: #3c09a5;
    background-color: #290f62;
    transition: all 0.3s ease;
}

.vendor-product-section .product-pa-wrapper,
.related-product-section .product-pa-wrapper{
  margin-bottom: 10px;
}

@media (max-width: 1199px){
  .vendor-product-section .btn,
  .related-product-section .btn{
    padding: 10px 8px !important;
    border-radius: 4px;
    font-size: 11px !important;
    margin-bottom: 10px;
  }
}

.btn-primary{
  border-radius: 4px;
}

.contact-working-time i{
  font-size: 51px;
  margin-bottom: 5px;
}

.text-black,
p.no-results{
  color: #000 !important;
}