.brands-list{
    padding: 120px 0 180px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.brands-list.brands-list-full {
    gap: 55px;
    padding-bottom: 0;
}

.brands-list-single{
    background-color: #f3f1f2;
    border-radius: 5px;
    padding: 60px 50px;
    grid-template-areas: "logo" "text" "image";
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.brands-list-single:after {
    content: '';
    display: block;
    background: url("https://atgzupan.hr/wp-content/uploads/2026/04/logo-shape.png") no-repeat center center;
    background-size: 100%;
    width: 450px;
    height: 450px;
    position: absolute;
    right: -180px;
    bottom: -210px;
    opacity: 0.1;
    z-index: 1;
    transition: all 0.3s ease;
}

.brands-list-single:hover,
.brands-list-single:focus,
.brands-list-single:active {
    text-decoration: none;
}

.brands-list-single:hover:after,
.brands-list-single:focus:after,
.brands-list-single:active:after {
    opacity: 1;
    right: -140px;
    bottom: -170px;
}

.brands-list-full .brands-list-single {
    border-radius: 25px;
}

.brands-list-single-logo{
    grid-area: logo;
    max-width: 200px;
    z-index: 2;
    position: relative;
}
.brands-list-single-text{
    grid-area: text;
    color: #000000;
    font-size: 16px;
    line-height: 150%;
    z-index: 2;
    position: relative;
}
.brands-list-single-image{
    grid-area: image;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
    max-height: 400px;
}
.brands-list-single-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.brands-list-single:hover .brands-list-single-image img,
.brands-list-single:focus .brands-list-single-image img,
.brands-list-single:active .brands-list-single-image img {
    transform: scale(1.1);
}

@media screen and (min-width: 768px){
    .brands-list-single{
        padding: 80px 50px;
        grid-template-columns: 1fr 1fr;
        gap: 40px 50px;
        grid-template-areas: "logo image" "text image" "text image" "text image";
        align-items: flex-start;
    }

    .brands-list-single-text{
        max-width: 510px;
    }

    .brands-list-single-image{
        align-self: center;
    }
}

@media screen and (min-width: 1400px){
    .brands-list-single:nth-child(4n+1){
        width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }
    .brands-list-single:nth-child(4n+2){
        width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }
    .brands-list-single:nth-child(4n+3){
        width: calc(60% - 15px);
        flex: 0 0 calc(60% - 15px);
    }
    .brands-list-single:nth-child(4n+4){
        width: calc(40% - 15px);
        flex: 0 0 calc(40% - 15px);
    }
    .brands-list-full .brands-list-single:nth-child(4n+1){
        width: 100%;
        flex: 100%;
    }
    .brands-list-full .brands-list-single:nth-child(4n+2){
        width: 100%;
        flex: 100%;
    }
    .brands-list-full .brands-list-single:nth-child(4n+3){
        width: 100%;
        flex: 100%;
    }
    .brands-list-full .brands-list-single:nth-child(4n+4){
        width: 100%;
        flex: 100%;
    }
    .brands-list-full .brands-list-single{
        padding: 90px 150px;
    }
}

/*- -- prijava --- */
body:not(.logged-in) .swiper-wrapper .button.product_type_variable{
    padding-right: 0 !important;
}
body:not(.logged-in) .swiper-wrapper .button.product_type_variable:before{
    display: none !important;
}
/*--- woo product slider ---
@media screen and (min-width: 1131px){
   .wpsp-cart-button {
    position: relative;
    text-align: center;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, left 0.2s ease;
    transition: opacity 0.2s ease, left 0.2s ease;
    
}

.wpsp-product:hover {
    box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1) !important;
    z-index: 2;
    position: relative;
    background-color: white;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.wpsp-product:hover .wpsp-cart-button {
    opacity: 1;
    left: 0;
} 
}
.swiper-wrapper{
    padding: 10px;
}


.swiper-wrapper .button, .swiper-wrapper .added_to_cart{
    width: 177px;
    height: 45px;
    display: flex  !important;
    align-items: center !important;
    justify-content: center  !important;
    padding: 0  !important;
    border-radius: 50px;
    letter-spacing: 0.05em;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin: 15px 0 10px !important;
    position: relative !important;
}

.swiper-wrapper .button.product_type_variable {
    padding-right: 1.7em !important;
}

.product-details{
   justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.wpsp-slider-section .wpsp-product-section .swiper-wrapper .wpsp-product .wpsp-product-price {

    width: 80%;
    margin: 0 auto;
    border-top: 0.5px solid #A8A6A6;
    padding-top: 2px !important;
}

.wpsp-slider-section .wpsp-product-section .swiper-wrapper .wpsp-product .wpsp-product-price .amount{
padding-top: 0;
    font-weight: 300 !important;
    font-size: 0.875rem !important;
    line-height: 30px !important;
    letter-spacing: 0.03em !important;
    color: black;
}

.wpsp-slider-section .wpsp-product-section .swiper-wrapper .wpsp-product .wpsp-product-title a h3 {
    font-weight: 600 !important;
    width: 80%;
    text-align: center;
    margin: 0 auto !important;
    min-height: 30px;
    line-height: 1.4em !important;
    padding-bottom: 10px;
}
#wpsp-slider-section.wpsp-slider-section i.fa{
    font-family: nm-font!important
}
.fa-chevron-right:before {
    content: "\e601" !important;
}
.fa-chevron-left:before {
    content: "\e600" !important;
} */
.gumb_poglej_izdelke button::before{
    margin: -3% 7px 0px 0px !important;
}
.hidden,.nm-shop-loop-attributes,.mob-img{
    display:none;
}
body{
    overflow-x: hidden;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 0;
    padding-right: 0;
}
[class*="block-grid-"] {
    display:flex !important;
    flex-direction: row !important;
    margin:0 !important; 
}
[class*="block-grid-"] .flickity-slider > li, [class*="block-grid-"] > li{
    padding:0 !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
    
    max-width: 100%;
    width: 100%;
    padding-right: 0 ;
    padding-left: 0 ;
    margin-right: auto ;
    margin-left: auto ;
}
.row {
    margin:0;
    width:100% !important;
}
/* header - price next to cart*/
#nm-right-menu-ul .nm-menu-price-cart {
    margin: 0% 0% 0% 0%;
}
/* ZGORNJI DEL*/
@media (min-width: 1320px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}
.video_naslov{
    display: inline;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.home .zgornji_del .hero-carousel.flickity-enabled{
    height: 660px !important;
}
.slider-container{
    height: 400px;
}
.hero-carousel__cell{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.carousel-onas:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.carousel-mipa{
    background-image: url("/wp-content/uploads/2025/11/ATG-Zupan-mipa-ekspresni-polnilo-naslovnica-desktop.jpg");
}
.carousel-walcom{
    background-image: url("/wp-content/uploads/2025/11/ATG-Zupan-walcom-carbonio-naslovnica-desktop.jpg");
}
.carousel-3m{
    background-image: url("/wp-content/uploads/2025/11/ATG-Zupan-polirna-pasta-naslovnica-desktop.jpg");
}
.carousel-onas{
    position: relative;
    background-image: url("/wp-content/uploads/2026/04/front-slider-1.webp");
}


.container-xl,.row,.stolpec_levo,.wrapper-image{
    height: 100%;
}
.hero-carousel .carousel-walcom .img-frame img{
    width: 75%;
    margin-right: 0;
}
.hero-carousel .img-frame img{
    width: 59%;
}
.okvir_opis{
    padding-left:20px;
    display: grid;
    gap: 20px;
    position: relative;
    z-index: 2;
}
.product-nadNaslov{
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #F6474A;
}
.product-naslov_zgoraj,.product-price,.product-btn,.product-opis{
    color: #FFFFFF
}
.product-naslov_zgoraj{
    font-weight: 700;
    font-size: 45px;
    margin-top:-10px;
    line-height:1.2em;
}
.product-price{
    font-weight: 500;
    font-size: 25px;
}
.product-opis{
    line-height: 2.2em;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.product-btn{
    width: 161px;
    height: 39px;
    background: #F6474A;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 11px;
    margin-top:20px;
}
.product-btn:hover{
    text-decoration: unset;
    color: white;
    background: #b83131;

}
.zgornji_del .hero-carousel .flickity-page-dots{
    width: 100%;
    position: relative;
    left: 0;
    left: 0 !important;
    transform: unset !important;
    max-width: 100%;
}
/* ---- FACTS PODJETJE --- */
.predstavitev_podjetja {
    background: #707070;
    width: 100%;
    height: auto;
}
.predstavitev_podjetja .tabi_podjetja{
    max-width: 1660px;
    margin: 0 auto;
    min-height: 78px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
/* urejanje tabov*/

.pomoc_tab.tab .tab_link{
    text-align: right;
}
.tabi_podjetja .tab{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}
.tabi_podjetja .tab::before{
    content:url(/wp-content/uploads/2025/11/checked-3-4.svg);
    margin-right: 2%;
    margin-top: 1%;
}
.arrow-frame{
        display: flex;
    justify-content: center;
    margin-top: 20px;
}
/* ---- SREDNJI DEL --- */
.srednji_del{
    padding: 160px 20px 0;
    max-width: 1660px;
    margin: 0 auto;
}
.naslov_kategorije_izdelkov{
    font-weight: bold;
    font-size: 65px;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.05em;
    color: #4D4D4D;
    margin-bottom: 120px;
    margin-top: 150px;
}
/* ---- OBA SKUPAJ  --- */
.row.vrstica_oba_skupaj{
margin-top:1% !important;
}
.vrstica_oba_skupaj .leva_stran,.kategorije_4_spodaj .row .desna_stran{
  padding-right:30px;
}
.vrstica_oba_skupaj{
    width: 100%;
    max-width: 100%;
}
.notranji_okvir{
    width:100%;
    min-height:400px;
    padding: 2em 4em 0 4em;
    border-radius: 3px;
    height: 100%;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.03);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    transition: all .5s ease 0s;
}
.hover-cat{
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hover-cat:hover{
    color:inherit !important;
    text-decoration: unset !important;
}
.notranji_okvir:hover{
    transform: scale(1.03);
}
.col-btn{
    position: relative;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 25px;
}
.temeljne-barve-bg{
    background-image: url(/wp-content/uploads/2025/11/ATG-Galerija-temeljne-barve.jpg);
}
.prozorni-laki-bg{
    background-image: url(/wp-content/uploads/2025/11/ATG-Galerija-prozorni-laki.jpg);
}
.barve-bg{
    background-image: url(/wp-content/uploads/2025/11/ATG-Galerija-barve.jpg);
}
.osebna-zascita-bg{
    background-image: url(/wp-content/uploads/2025/11/ATG-Galerija-osebna-zascita.jpg);
}
.kiti-bg{
    background-image: url(/wp-content/uploads/2025/11/ATG-Galerija-kiti.jpg);
}
.polnila-bg{
    background-image: url(/wp-content/uploads/2025/11/ATG-Galerija-polnila.jpg);
}
.barve-bg .naslov_kategorija,.kiti-bg .naslov_kategorija{
    padding-left: 3%;
}
.opis_kategorija{
    padding-right: 50%;
    font-weight: 300;
    font-size: 15px;
    line-height:1em;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.kategorije_4_spodaj .opis_kategorija{
    padding-right:25%;
}
.naslov_kategorija{
    font-weight: bold;
    font-size: 25px;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 5px;
}
.kategorije-small .naslov_kategorija{
    text-align:center;
}
.col-gumb .gumb_kategorija{
    margin-bottom:25px;
}
.gumb_kategorija {
    background: #F6474A;
    display:flex;
    justify-content:center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    line-height: 1em;
    width: 140px;
    height: 40px;
    border-radius: 40px;
}
.temeljne-barve-bg .gumb_kategorija{
    width:280px;
}
.osebna-zascita-bg .gumb_kategorija{
    width:205px;
    
}
.gumb_kategorija:hover{
    color:#ffffff;
    text-decoration: unset;
    background: #d73b3e;
}
/* ---- KATEGORIJE 4 SPODAJ --- */
.kategorije_4_spodaj{
    margin-top: 30px;
    margin-bottom: 190px;
}
.kategorije_4_spodaj .row .kategorija_spodaj_3,.kategorija_izdelkov .vrstica_oba_skupaj  .kategorija_spodaj_1{
    padding-right:15px;
}
.kategorije_4_spodaj .row .kategorija_spodaj_4,.kategorija_izdelkov .vrstica_oba_skupaj  .kategorija_spodaj_2{
    padding-left:15px;
}
/* ---- NOVI IZDELKI --- */
.izdelki .naslov_izdelkov h4{
    font-size: 40px;
    font-weight:600;
    margin-bottom: 40px;
    text-align: left;
    border-bottom: 3px solid #EA1C2D;
    display: inline-block;
}
.izdelki .naslov_izdelkov h4 a{
    border-bottom: 3px solid #EA1C2D;
    color: #4D4D4D;
    
}
.izdelki .naslov_izdelkov h4 a:hover{
    text-decoration:unset;
}

.izdelki .naslov_izdelkov h2{
    font-size: 4.6em;
    margin-bottom: 57px;
    font-weight: 600;
}

.izdelki .opis_izdelkov{
    color: #000000;
}

ul.slick-dots,.slick-track .nm-quantity-wrap, body:not(.logged-in) .wpsp-product-price{
    display: none !important;
}
.na_zalogi{
    opacity: 0 !important;
}
.izdelki .col-5{
    max-width: 100% !important;
    margin:0 !important;
}
.slick-track{
    height:100%;
    left:6px !important; 
    display: flex !important;
}

.nm-product-slider ul.nm-products.slick-initialized{
    height:auto !important;
}
.izdelki .nm-product-slider .slick-list{
    padding:0;
    width:100%;
}
.izdelki .nm-product-slider .slick-track{
    padding:10px;
        display: flex;
    flex-direction: row;
    height: 100%;
    left:0 !important;
    padding: 10px;
}
/* puscice narpej nazaj*/
.izdelki .slick-next,.izdelki .slick-prev{
    top:50%;
    opacity: 1;
}
/* puscica nazaj*/
.izdelki .nm-product-slider .slick-slider:hover .slick-prev, .nm-product-slider .slick-prev{
    left:0;
}
/*puscica naprej*/
.izdelki .nm-product-slider .slick-slider:hover .slick-next, .nm-product-slider .slick-next{
    right:0 !important;
}

/* okvir znotraj okvirja*/
body.page-template-home_page .nm-shop-loop-product-wrap{
	padding-bottom:0;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:100%;
}
/* vsi slikce a*/
body.page-template-home_page .nm-shop-loop-thumbnail a{
	padding-bottom:0 !important;

}
body.page-template-home_page .nm-shop-loop-thumbnail {
	border:transparent !important;
	background: white;
	align-items: center;
	height: auto !important;
}
/* vsi produkti/slikce na pagu img*/
body.page-template-home_page .nm-shop-loop-thumbnail img {
	height:auto;
	width:100%;
}
/* ime in cena produkta lastnosti */
body.page-template-home_page .nm-shop-loop-details{
    height: auto;
    margin-top: 0;
}
/* overlay na hover*/
body.page-template-home_page .nm-shop-loop-actions{
position: relative;
    text-align: center;
    left: 0;
}
body.page-template-home_page div.nm-shop-loop-product-wrap div.nm-shop-loop-details div.nm-shop-loop-actions div.ogled_cene{
	margin-bottom:0;
}
/*out of stock */
body.page-template-home_page li.outofstock div.nm-shop-loop-product-wrap div.nm-shop-loop-details div.nm-shop-loop-actions{
	display:block;
}
body.page-template-home_page li.product.outofstock div.nm-shop-loop-product-wrap div.nm-shop-loop-details div.nm-shop-loop-actions a.button.product_type_simple {
	margin-top:10%
}
/* cena produkta*/
body.page-template-home_page .nm-shop-loop-details .nm-shop-loop-title-price .price .woocommerce-Price-amount{
	padding-top:0;
	font-weight: 300 !important;
	font-size: 0.875rem !important;
	line-height: 30px !important;
	letter-spacing: 0.03em !important;
	color:black;
}
body.page-template-home_page .has-hover .products li:hover .price {
	opacity:1;
}
body.page-template-home_page .product .price{
    text-align: center;
    border-top: 0.5px solid #A8A6A6;
    width: 80%;
    margin: 0 auto;
}
/* ----------ADD TO CART------------*/
/*gumb - košarica*/
body.page-template-home_page .product .nm-shop-loop-product-wrap .nm-shop-loop-details .nm-shop-loop-actions > a{
    background: #F6474A;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: auto !important;
    height: 45px !important;
    color: white !important;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.05em;
    min-width: 60% !important;
    text-align: center;
    line-height:3.5em;
    float: none !important;
    
}
.home .nm-shop-loop-actions .nm-quantity-wrap{
    width:34%;
}
/* simple add to cart */
body.page-template-home_page .product .nm-shop-loop-product-wrap .nm-shop-loop-details .nm-shop-loop-actions > a:hover{
    background-color:#b83131 !important;
    text-decoration: none;
    opacity:1;
}
body.page-template-home_page .product-type-variable .wcz-stock-remaining{
	margin-top: 0;
}
/* on stock za variable produkte */
 li.nm-has-attributes.product-type-variable  div.nm-shop-loop-actions div.na_zalogi, li.nm-has-attributes.product-type-variable div.nm-shop-loop-actions div.ni_na_zalogi,li.product-type-grouped .nm-shop-loop-actions .na_zalogi{
	display:none;
}
/* variable gumb*/
body.page-template-home_page ul.nm-products li.nm-has-attributes.product-type-variable div.nm-shop-loop-product-wrap div.nm-shop-loop-details div.nm-shop-loop-actions a.button.product_type_variable.add_to_cart_button,body.page-template-home_page li.product-type-grouped .nm-shop-loop-details .nm-shop-loop-actions > a.button.product_type_grouped{
    width: 177px !important;
    padding-right:1.7em;
    margin-top:15px;
}
body.page-template-home_page ul.nm-products li.nm-has-attributes.product-type-variable div.nm-shop-loop-product-wrap div.nm-shop-loop-details div.nm-shop-loop-actions {
	bottom:0;
	padding:0;
}
body.page-template-home_page a.button.product_type_variable.add_to_cart_button::before,body.page-template-home_page a.button.product_type_grouped::before{
    content: url(/wp-content/uploads/2025/11/right-arrow.png);
    border-radius: 15px !important;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: white;
    width: 26px;
    height: 26px;
    position: absolute;
    padding-top: 0;
    margin: 0;
    right: 0.7em;
    top: 0.7em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
}
body.page-template-home_page ul.nm-products li.nm-has-attributes div.nm-shop-loop-product-wrap div.nm-shop-loop-details div.nm-shop-loop-actions  .wcz-stock-remaining{
	text-align:center;
}

/* STOCK */
.nm-shop-loop-actions .backorder_product .rok-dobave{
    font-weight: 500;
    font-size: 11px;
    color: #4C4C4C;
    text-align: left;
    margin-bottom: 5px;
    margin-top:-8px;
}
body.page-template-home_page .na_zalogi,#nm-related .na_zalogi{
    color:#80A336 !important;
    font-style: normal;
    font-weight: bold;
    font-size: 0.719rem;
    letter-spacing: 0.05em;
    text-align:left;
}
body.page-template-home_page .ni_na_zalogi,body.page-template-home_page li.status-publish.onbackorder .na_zalogi{
	color:red !important;
    font-style: normal;
    font-weight: 700;
    font-size: 0.719rem;
    letter-spacing: 0.05em;
    text-align:left;
}
body.page-template-home_page ul.products li.outofstock div.nm-shop-loop-product-wrap div.nm-shop-loop-thumbnail > a::after{
	display:none;
}
/* IZDELKI S PRIAJVO*/
body.izdelek_prijava .izdelki .izdelki_akcija .nm-product-slider .nm-products .slick-list li,.izdelki .nm-product-slider .nm-products .slick-list li{
    padding: 0 15px 20px 15px;
}
/* IZDELKI V AKCIJI */
.izdelki .izdelki_akcija{
    margin-bottom: 100px;
}/*
.izdelki .izdelki_akcija .nm-product-slider .nm-products .slick-list li{
    padding: 0 12px 23px !important;
    width: 11.85% !important;
    margin-right: 2.1%;
    height: 427px;
}*/
.poglej_izdelke{
    text-align: right;
    display:flex;
    justify-content: flex-end;
    align-items:flex-end;
}
.poglej_izdelke > a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.row .nm-product-slider .slick-prev i, .row .nm-product-slider .slick-next i {
    font-size: 51px;
    color: #000;
}
li .nm-shop-loop-details .nm-shop-loop-title-price .woocommerce-loop-product__title{
    text-align:center !important;
}
/* ---- SLIKA O PODJETJU ---- */
.vrstica_slika_podjetja{
    background-image: url(/wp-content/uploads/2026/04/front-about-us.jpg);
    border-radius: 30px;
    margin-top: 110px;
    margin-bottom: 120px;
    min-height:800px;
    padding: 2.5em 20px 3.5em 20px;
    background-size: cover;
    background-repeat: no-repeat;
    align-items:center;
    position: relative;
    overflow: hidden;
}
.vrstica_slika_podjetja:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #3e3e3e;
    opacity: 0.4;
    z-index: 1;
}
.stolpec_slika_podjetja{
    z-index: 2;
}
.okvir_desno_podjetje{
    flex-direction: column;
    width:33%;
}
.okvir_levo_podjetje{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width:67%;
}
.okvir_levo_podjetje .o_podjetju{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
.okvir_levo_podjetje .opis_podjetja{
    font-weight: 600;
    line-height: 1.2em;
    font-size: 80px;
    color: #FFFFFF;
    width: 70%;
    margin-top: 15px;
    margin-bottom: 20px;
}
.gumb_podjetje button{
    width: 177px;
    height: 46px;
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.15));
    background: #F6474A;
    border-radius: 50px;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    outline: none;
    border-color: transparent;
}
.gumb_podjetje button:hover{
    background: #d73b3e;
}
.okvir_desno_podjetje .leta_delovanja{
    font-weight: bold;
    font-size:180px;
    line-height: 1em;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: flex;
    align-items: baseline;
    width:100%;
    justify-content: space-between;
}
.okvir_desno_podjetje .let{
   font-size: 100px;
   line-height:1em;
}
.okvir_desno_podjetje .opis_delovanja{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    width:100%;
}

/* registriraj se */
.registrirajte_se {
    min-height: 470px;
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    margin-top: 120px;
    padding: 7em 0 7.5em;
    background-image: url(/wp-content/uploads/2025/11/Group-79.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3D3D3D;

}
.cel_registriraj_se div {
    width: 100%;
    text-align: center;
    z-index: 5;
}
.naslov_registriraj {
    font-weight: bold;
    font-size: 50px;
    line-height: 1em;
    color: white;
    margin-bottom: 20px;
}
.opis_registriraj{
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: 0.05em;
    color: white;
    margin-bottom: 45px;
    padding: 0 26%;
}
.registriraj_se a button {
    background: #F6474A;
    border-radius: 50px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    width: 195px;
    height: 47px;
    outline: none;
    border: unset;
}
.registriraj_se a button:hover{
    background: #d73b3e;
    
}
.prijavi_se {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: white;
    margin: 15px auto 0;
}
.prijavi_se > a {
    text-decoration-line: underline;
    color:white;
} 
.prijavi_se > a:hover {
    font-weight: bold;
}
/* --- ZASTOPNIKI BZ --- */
.row.blagovne_znamke_slider{
    height:300px;
    margin-top:60px;
}
/* ---- BLAGOVNE ZNAMKE --- */
.sekcija_BZ{
    padding:0 20px;
}
.sekcija_BZ .naslov_BZ{
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2em;
    text-align: center;
    color: #3E3E3E;
    padding:0 12% 60px;
}

/* --- NOGA --- */
#nm-footer .nm-footer-block-grid{
    padding-bottom:100px;
}
#nm-footer #custom_html-7{
    position:absolute;
    bottom:0;
}
@media screen and (max-width:1130px) and (min-width:850px){
    .kategorije_4_spodaj{
        margin-top:0;
    }
    .kategorije_4_spodaj .row .kategorija_spodaj_4, .kategorija_izdelkov .vrstica_oba_skupaj .kategorija_spodaj_2,.vrstica_oba_skupaj .desna_stran, .vrstica_oba_skupaj .leva_stran,.kategorije_4_spodaj .row .kategorija_spodaj_3, .kategorija_izdelkov .vrstica_oba_skupaj .kategorija_spodaj_1,.kategorije_4_spodaj .row .kategorija_spodaj_3, .kategorija_izdelkov .vrstica_oba_skupaj .kategorija_spodaj_1{
        padding-bottom: 30px !important;
    }
    .vrstica_oba_skupaj .leva_stran, .kategorije_4_spodaj .row .desna_stran{
        padding-right: 30px !important;
    }
    
}
@media only screen and (max-width:1134px){
    .desktop-img, .wpsp-cart-button{
        display: none !important;
    }
    .mob-img, .product-details{
        display: block !important;
    }
    .predstavitev_podjetja .tabi_podjetja{
        min-height:100px;
    }
    .okvir_opis{
        padding-left:0;
    }
    .srednji_del{
        margin-top:110px;
        padding:0 30px;
    }
    .naslov_kategorije_izdelkov{
        margin-bottom:55px;
    }
    .opis_kategorija{
        font-size:15px;
    }
    .vrstica_oba_skupaj .leva_stran, .kategorije_4_spodaj .row .desna_stran{
        padding-right:0;
        padding-bottom: 30px !important;
    }
    /*--- slider --- */
    .container-xl.izdelki{
        margin-top:90px;
    }
    body.izdelek_prijava .izdelki .izdelki_akcija .nm-product-slider .nm-products .slick-list li, .izdelki .nm-product-slider .nm-products .slick-list li{
        padding:0 5px;
    }
    body.page-template-home_page .nm-shop-loop-actions{
        display: flex;
        opacity: 1;
        padding: 0;
        bottom: 0;
        width: 100%;
        left: 0;
        flex-direction: column-reverse;
        display: none !important;
    }
    li .nm-shop-loop-details .nm-shop-loop-title-price .woocommerce-loop-product__title {
        font-size: 15px !important;
        width: 100% !important;
    }
    .wpsp-slider-section .wpsp-product-section .swiper-wrapper .wpsp-product .wpsp-product-title a h3{
        width: 100% !important;
    }
    body.page-template-home_page .product .nm-shop-loop-product-wrap .nm-shop-loop-details .nm-shop-loop-actions > a{
        min-width: 140px !important;
        width: 140px !important;
        margin: 0 auto;
    }
    body.page-template-home_page ul.nm-products li.nm-has-attributes.product-type-variable div.nm-shop-loop-product-wrap div.nm-shop-loop-details div.nm-shop-loop-actions a.button.product_type_variable.add_to_cart_button, body.page-template-home_page li.product-type-grouped .nm-shop-loop-details .nm-shop-loop-actions > a.button.product_type_grouped{
        width:165px !important;
    }
    .vrstica_slika_podjetja{
        min-height:500px;
        margin-top:80px;
        margin-bottom:110px;
    }
    .sekcija_BZ{
        padding:0 30px;
    }
    .sekcija_BZ .naslov_BZ{
        padding: 0;
        font-size:40px;
    }
    .registrirajte_se{
        background-image: url(/wp-content/uploads/2025/11/Group-62-1.png);
        margin-bottom:0;
    }
    /* footer _- */
    .ul_footer .naslov_footer{
        width:100px;
    }
    #nm-footer .nm-footer-block-grid{
        padding-bottom:310px;
    }
    #nm-footer #custom_html-3,#nm-footer #custom_html-2,.registrirajte_se{
        margin:0;
    }
    #custom_html-9{
        position:absolute;
        margin-top: 330px;
    }
    .okvir_levo_podjetje .opis_podjetja{
        font-size:50px;
    }
    .okvir_desno_podjetje .leta_delovanja{
        font-size: 80px;
    }
    .okvir_desno_podjetje .let{
        font-size:60px;
    }
    .okvir_desno_podjetje .opis_delovanja{
        font-size:20px;
    }
    .zgornji_del .hero-carousel__cell__content{
    padding:50px 30px 0 !important;
    }
    .wrapper-image{
        justify-content: center !important;
    }
    .img-frame,.product-nadNaslov,.product-naslov_zgoraj,.product-opis{
        text-align: center !important;
    }
    .hero-carousel .img-frame img{
        width:35%;
    }
    .hero-carousel .carousel-3m .img-frame img,.hero-carousel .carousel-walcom .img-frame img{
        width: 20%;
        margin:0 auto;
    }
    .product-btn-frame{
        display: flex;
        justify-content: center;
    }
    .stolpec_levo{
        display: block !important;
    }
    .vrstica_oba_skupaj .desna_stran,.vrstica_oba_skupaj .leva_stran{
        padding:0;
        
    }
    .container-fluid.kategorije_4_spodaj .kategorija_spodaj_1, .container-fluid.kategorije_4_spodaj .kategorija_spodaj_3{
        padding-left:0 ;
    }
    .container-fluid.kategorije_4_spodaj .kategorija_spodaj_2, .container-fluid.kategorije_4_spodaj .kategorija_spodaj_4{
        padding-right:0;
    }
    .registrirajte_se{
        background-image: url(/wp-content/uploads/2022/05/ATG-logo-backgroubd-nasa-stranka.png);
        margin-bottom:0;
    }
}
@media screen and (max-width:767px){
    .flickity-slider .container-xl, body.page-template-home_page .nm-shop-loop-product-wrap,.wpsp-product-image  {
        height: auto !important;
    }
    body.page-template-home_page .nm-shop-loop-actions, .arrow-frame{
        display: none !important;
    }
    .zgornji_del{
        margin-top: 12px;
    }
    .home .zgornji_del .hero-carousel.flickity-enabled{
        height: 595px !important;
    }
    .zgornji_del .carousel-onas .hero-carousel__cell__content{
        padding-top:0 !important;
    }
    .flickity-button.flickity-prev-next-button.previous::after, .flickity-button.flickity-prev-next-button.next::after{
        font-size:45px !important;
    }
    .hero-carousel .carousel-3m .img-frame img{
        width:24%;
    }
    .img-frame img{
        margin-top: 63px !important;
    }
    .hero-carousel .carousel-walcom .img-frame img{
        width:35%;
        margin-top: 50px !important;
    }
    .zgornji_del .hero-carousel__cell__content{
        padding:50px 20px 0 !important;
    }
    .product-naslov_zgoraj{
        font-size: 30px;
        margin-top:0;
        margin-bottom: 10px;
    }
    .product-opis{
        line-height: 1.6em;
        letter-spacing: .02em;
    }
    .product-btn{
        margin-top: 35px;
    }
    .tabi_podjetja .tab{
        font-size: 15px;
        justify-content: center;
    }
    .link_trgovina{
        position:relative;
    }
    .link_trgovina button{
            font-size: 12px;
        width: 140px;
        height: 45px;
        padding: 0;
        text-align: center;
        padding-right: 2em;
    }
    .link_trgovina button::after {
        margin:0;
        position: absolute;
        padding: 5px 5px;
        right: 0.7em;
        margin-top: -1px;
        line-height: 1em;
    }
    .predstavitev_podjetja .tabi_podjetja {
        min-height: 150px;
        padding: 10px 20px;
    }
    .srednji_del{
        padding:0;
        margin-top:40px;
    }
    .izdelki{
        padding:0 20px;
    }
    .izdelki-novi .row{
        flex-wrap: nowrap;
    }
    .izdelki-novi .poglej_izdelke{
        align-items: baseline;
        margin-top: 17px;
    }
    .kategorija_izdelkov,.kategorije_4_spodaj{
        padding: 0 5px;
    }
    .naslov_kategorije_izdelkov{
        font-size:25px;
        margin-top:45px;
        margin-bottom: 35px;
    }
    .kategorije_4_spodaj{
        margin-top:10px;
        margin-bottom: 90px;
    }
    .kategorije_4_spodaj .row .kategorija_spodaj_3, .kategorija_izdelkov .vrstica_oba_skupaj .kategorija_spodaj_1{
        padding-right: 5px;
    }
    .kategorije_4_spodaj .row .kategorija_spodaj_4, .kategorija_izdelkov .vrstica_oba_skupaj .kategorija_spodaj_2{
        padding-left: 5px;
        padding-top: 0;
    }
    .row.vrstica_oba_skupaj .leva_stran, .container-fluid.kategorije_4_spodaj .row .desna_stran{
        padding-bottom:10px !important;
    }
    .notranji_okvir {
        min-height:270px;
        padding:20px;
    }
    .kategorije-small .naslov_kategorija{
        font-size:20px;
    }
    .kategorije-small .col-btn{
        margin-bottom: 0;
    }
    .opis_kategorija,.naslov_kategorija{
        text-align:center;
        padding: 0 15%;
    }
    .opis_kategorija{
        font-size:15px;
        
    }
    .naslov_kategorija{
        font-size:25px;
    }
    .col-gumb{
        display: flex;
        justify-content: center;
    }
    .vrstica_slika_podjetja{
        background-image: url(/wp-content/uploads/2026/04/front-about-us.jpg);
        border-radius: 0;
        padding:80px 40px 30px;
        min-height:550px;
        margin-bottom:70px;
    }
    .stolpec_slika_podjetja{
        flex-direction: column !important;
        align-items: start !important;
        justify-content: space-between;
        min-height: 440px;
    }
    .okvir_levo_podjetje,.okvir_desno_podjetje{
        width:100%;
    }
    .okvir_levo_podjetje .o_podjetju,.okvir_desno_podjetje .opis_delovanja{
        font-size:15px;
    }
    .okvir_levo_podjetje .opis_podjetja{
        font-size:35px;
        width:100%;
        padding-right: 27%;
    }
    .okvir_desno_podjetje .leta_delovanja,.okvir_desno_podjetje .let{
        font-size:45px;
        justify-content: flex-start;
        width:100%;
    }
    .okvir_desno_podjetje .let{
        padding-left:4%;
    }
    /* -- slider -- */
    body.page-template-home_page .product .nm-shop-loop-product-wrap .nm-shop-loop-details .nm-shop-loop-actions > a{
            font-size: 12px;
    min-width: 70% !important;
    width: 100% !important;
    }
    body.page-template-home_page .product .nm-shop-loop-product-wrap .nm-shop-loop-details .nm-shop-loop-actions a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before{
    margin: 6% 5% 0%;
    }
    body.page-template-home_page ul.nm-products li.nm-has-attributes.product-type-variable div.nm-shop-loop-product-wrap div.nm-shop-loop-details div.nm-shop-loop-actions a.button.product_type_variable.add_to_cart_button, body.page-template-home_page li.product-type-grouped .nm-shop-loop-details .nm-shop-loop-actions > a.button.product_type_grouped{
        min-width:70% !important;
        width:100% !important;
    }
    .izdelki .naslov_izdelkov h4,.izdelki .naslov_izdelkov.novi_izdelki_naslov h4{
        font-size:25px;
    }
    .izdelki .naslov_izdelkov h2{
        font-size: 3em;
        margin-bottom: 25px;
    }
    .slick-list .slick-track{
        padding:0;
        display:block;
    }
    .sekcija_BZ .naslov_BZ{
        font-size:15px;
        line-height:1.2em;
        padding: 0;
    }
    .sekcija_BZ{
        padding:0 15px;
    }
    .row.blagovne_znamke_slider{
        margin-top:30px;
        height:150px;
    }
    .sekcija_BZ .gallery-cell{
        width: 25% !important;
    margin-right: 30px !important;
    }
    .registrirajte_se{
        background-image: url(/wp-content/uploads/2025/11/Group-80-1.png);
        margin-bottom:0;
    }
    .naslov_registriraj{
        font-size:30px;
        padding: 0 15%;
    }
    .opis_registriraj{
        font-size:15px;
        padding:0 10%;
    }
    .gumb_podjetje{
        margin-top:0;   
    }
    /* -- fpter -- */
    #nm-footer #custom_html-3, #nm-footer #custom_html-2{
        margin-bottom:30px;
    }
    #nm-footer .nm-footer-block-grid{
        padding-bottom: 310px;
    flex-direction: column !important;
   }
   #nm-footer #custom_html-7{
       margin-top:0;
   }
   #custom_html-9 {
    position: absolute;
    bottom: 110px;
}

#wpsp-slider-section.wpsp-slider-section .wpsp-nav i.fa{
    font-size: 35px !important;
}
}
@media screen and (max-width: 380px){
    #custom_html-9{
        margin-top: 245% !important;
    }
}