.all_cat {
	padding-bottom: 80px;
	background: #e1dcd9;
}

.kol-section {
	padding: 80px 0 0;
}

.kol-section .kol-section-title {
	text-align: center;
	font-size: 60px;
    font-weight: 400;
    color: #333333;
}

.kol-section .splide__arrows {
	position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    margin-top: 35px;
    z-index: 3;
}

.kol-section .splide__arrows button {
	position: static;
	width: 60px;
	height: 60px;
	border: 1px solid #333;
	background: transparent;
}

.kol-section .splide__track {
	padding-top: 100px;
}

.kol-section .splide__arrow.splide__arrow--prev {
	margin-right: 10px;
}

.kol-section .splide__arrow.splide__arrow--next {
	margin-left: 10px;
}

.kol-section .product-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.kol-section .kol-cat-footer {
	text-align: center;
}

.kol-section .kol-cat-footer .kol-cat-btn {
    position: relative;
    align-items: center;
    justify-content: center;
    color: #333333;
    border: 2px solid #333333;
    display: inline-flex;
    padding: 15px 20px;
    border-radius: 30px;
    margin-top: 50px;
}

.kol-section .kol-cat-footer a svg {
	width: 20px;
	margin-right: 10px;
}


/* RESPONSIVE */


@media only screen and (max-width: 1600px) {
	.kol-section .kol-section-title {
		font-size: 50px;
	}
}

@media only screen and (max-width: 1300px) {
	.kol-section .kol-section-title {
		font-size: 45px;
	}
}

@media only screen and (max-width: 768px) {
	.kol-section .kol-section-title {
		font-size: 35px;
	}
}

@media only screen and (max-width: 768px) {
	.kol-section .kol-section-title {
		font-size: 30px;
	}
	.product-info-wrap {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .product-info-wrap .woocommerce-loop-product__title {
        width: 100%;
    }
    .product-info-wrap {
        padding: 15px 15px 15px;
    }
    .product-info-wrap .woocommerce-loop-product__title {
        font-size: 16px;
        max-width: inherit;
        white-space: normal;
        width: 100%;
        min-height: 40px;
    }
    .product-info-wrap .price {
        width: 100%;
        align-items: center;
        flex-direction: row;
    }
    .product-info-wrap .price del {
        margin-left: 10px;
    }
    .trenuci-inspirisu h2, 
    .cistoca-inspirise__wrap h2, 
    .nas-pristup .nas-pristup__header h2, 
    .korisnici .korisnici__header h2, 
    .korisnici .korisnici__header p, 
    .vise-od-nege .vise-od-nege__content h2, 
    .nase-vrednosti .vrednosti-content h2, 
    .proizvodi-grid .carousel-header h2,
    .izdvojeni-proizvod__info h2 {
        font-size: 35px;
    }
    .kol-section .kol-cat-footer .kol-cat-btn {
	    padding: 12px 18px;
	    margin-top: 30px;
	    font-size: 15px;
	}
}

@media only screen and (max-width: 600px) {
	.kol-section .product-image-wrap img {
		border-top-left-radius: 10px;
    	border-top-right-radius: 10px;
	}
	.kol-section .product-info-wrap {
    	border-bottom-left-radius: 10px;
    	border-bottom-right-radius: 10px;
	}
	.kol-section .splide__track {
	    padding-top: 30px;
	}
	.product-image-wrap .onsale {
        top: 10px;
        left: 20px;
    }
    .all_cat .splide__list {
    	display: flex !important;
        white-space: nowrap;
        overflow: scroll;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-left: 10px !important;
    }
    .all_cat .splide__list li.product {
        width: 70%;
        padding-left: 10px;
    }
    .all_cat .container {
    	padding: 0;
    }




}






