/*
Theme Name: Riode Child
Theme URI: https://riode.org/
Author: D-THEMES
Author URI: https://riode.org/about-me/
Description: Riode Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: riode
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

html {
    --rio-menu-skin1-submenu-text-transform: none!important;
}

.woocommerce-loop-product__title {
		color: #444;
		line-height: 1.6;
}
@media ( max-width: 991px ) {
		.single-product .main {
				padding-top: 0;
		}
}
@media (min-width: 992px) {
		.footer-main .column-2 .widget,
		.footer-main .column-3 .widget {
				margin-left: 2rem;
		}
}

.term-description{
		font-family: "Poppins", sans-serif;
		font-size: 14px;
		line-height: 30px;
		color: #151e24;
}

.acf-opis-kategorije{
		font-family: "Poppins", sans-serif;
		font-size: 14px;
		line-height: 30px;
    	border-radius: 5px;
		color: #151e24;
}

.acf-opis-kategorije h2{
        font-size: 24px;
}

.single_add_to_cart_button:before {
		font-family: "Font Awesome 6 Free"!important;
    content: "\f07a"!important;
		font-weight: 900!important;
}

.acf-specifikacije-proizvoda {
	position: relative;
	z-index: 1;
	border-radius: 5px;
}

.acf-specifikacije-proizvoda::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(219, 210, 204);
	background-image: url("https://projekt.lema.hr/wp-content/uploads/2025/06/patroon.webp");
	background-repeat: repeat;
	border-radius: 5px;
	z-index: -1;
	opacity: 32%;
}

.acf-specifikacije-proizvoda::after {
    content: '';
    position: absolute;
    background: #dbd2cc;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    z-index: -2;
    top: 0;
    left: 0;
}

.acf-specifikacije-proizvoda .prvi-red, .acf-specifikacije-proizvoda .drugi-red, .acf-specifikacije-proizvoda .treci-red{
		display: inline-block;
		width: 33%;
		vertical-align: top;
		padding: 40px;
}

.acf-specifikacije-proizvoda table{
		border: 0px;
}

.acf-specifikacije-proizvoda td{
		padding: 5px 10px!important;
}

.acf-specifikacije-proizvoda h2{
		font-size: 24px;
}

.acf-specifikacije-proizvoda i{
		color: green;
		font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .acf-specifikacije-proizvoda .prvi-red, .acf-specifikacije-proizvoda .drugi-red, .acf-specifikacije-proizvoda .treci-red{
            width: 100%;
            padding: 20px 10px;
    }
}