
         :root {  
            --maincolor: #1B85D2;  
            --bodycolor: #525050;  
        }html{
            font-size: 16px;
        }body{
            font-family: 'Jost', sans-serif;
            font-size: 16px;
            color: #525050;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: 'Jost', sans-serif;
            color: #121111;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 22px;
        }.pos-title{
            font-family: 'Jost', sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.js-product-miniature .product_desc .product_name{
            color: #121111;
            text-transform: none;
            font-weight: 400;
        }@media(min-width: 768px){
                .js-product-miniature .product_desc .product_name{
                font-size: 16px;
                }
            }.js-product-miniature .product_desc .product_name:hover{
            color: #1B85D2;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 16px;
        }.h1.namne_details, .product_name_h1{
            color: #121111;
            font-size: 22px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#1B85D2;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }/* Smaller left product tabs */
.tabs.tabs-left .nav-tabs .nav-link {
  font-size: 14px;
  padding: 10px 14px;
  line-height: 1.2;
}

/* Reduce spacing between tab buttons */
.tabs.tabs-left .nav-tabs .nav-item {
  margin-bottom: 6px;
}

/* Make the left column a bit narrower (optional) */
.tabs.tabs-left .nav-tabs {
  width: 220px;          /* po želji: 200–240px */
}

/* Reduce tab content padding */
.tabs.tabs-left .tab-content {
  padding: 12px 16px;
}

/* Višina opise pod gumbo košarice izdelka  */
.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
    height: 25px;
    width: 25px;
}

/* stranski meni*/
.block-categories a.is-current {
  font-weight: 700;
  text-decoration: underline;
}

.block-categories li.is-in-path > a {
  font-weight: 600;
}

/* Aktivna kategorija v levem meniju */
.block-categories li.active > a,
.block-categories a.is-current {
  color: #1B85D2 !important;
}

/*sivo ozadje bel tekst v bradcrumbsih
.page-title-wrapper {
  position: relative;
  overflow: hidden;
}

.page-title-wrapper .page-title-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.page-title-wrapper .container {
  position: relative;
  z-index: 2;
}

.page-title-wrapper .page-header h1,
.page-title-wrapper .breadcrumb,
.page-title-wrapper .breadcrumb a,
.page-title-wrapper .breadcrumb span {
  color: #fff !important;
}
*/