/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Obrisi
.maintenance-message {
	text-align: center !important;
	padding: 50px;
}

.top-message {
	font-size: 1.5em;
	margin-bottom: 30px;
}

.bottom-message {
	font-size: 2em;
	margin-top: 0;
}*/

/*
.woocommerce-product-attributes-item__label/*,
.woocommerce-product-attributes-item__value/
{
	color: #00FFFF;
	padding-right: 20rem;	
}

.woocommerce-product-attributes-item woocommerce-product-attributes-item--attribute_pa_materijal-kazana,
.woocommerce-product-attributes-item__label,
.woocommerce-product-attributes-item__value
{
	font-style: normal;
	padding-right: 20em;
}

.table.woocommerce-product-attributes.shop_attributes {
	table-layout: auto !important;
	width: 100% !important;
}
*/
/*
.woocommerce .woocommerce-product-attributes td.woocommerce-product-attributes-item__value
{
	padding-left: 20rem;
	font-style: normal;	
}
*/

/*.tabs .wc-tabs
.woocommerce-Tabs-panel .woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab*//*
table.woocommerce-product-attributes .shop_attributes tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value {
	font-style: normal;
}
*//*
.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value {
	font-style: normal;
}

.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value {
	font-style: normal;
}
*/
tr.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value {
	font-style: normal;
}
/*
table.shop_attributes {
	width: 100% !important;
	table-layout: auto !important;
}*/

table.shop_attributes {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

table.shop_attributes th {
	text-align: left;
}
table.shop_attributes td {
	width: 50%;
	text-align: right;
}

/*.kt-adv-heading38_26db09-12.wp-block-kadence-advancedheading {
	text-align: justify !important;
 	text-justify: inter-word !important;
	word-spacing: normal;
	margin: 0 auto;*/
/* 	hyphens: auto; */
}

/***** Stranica Usluge *****/

@keyframes scale-up {
  from {
/*     background-color: red; */
    transform: scaleX(0);
  }
  to {
/*     background-color: darkred; */
    transform: scaleX(1);
  }
}

#progressbar {
  animation: 2.5s linear forwards scale-up !important;
}

/* Animacija podnaslova "za celu VOJVODINU" na stranici Usluge (obrisan je podnaslov) */
/*
.kt-adv-heading1407_abaf40-72 {
	animation: scale-up !important;
	animation-duration: 3s !important;
}
*/

/* Animacija slika */

@keyframes mySlide {
	from{margin-left: 100%;}
	to{margin-left: 0%;}
}

@keyframes mySlideRight {
	from{margin-left: -100%;}
	to{margin-left: 0%;}
}

/* Slika grejanja */

/* .wp-image-1896 */
/* .wp-image-2702 */

.wp-image-3526
{
	animation: mySlide;
	animation-duration: 2.5s;
	animation-play-state: start;
}

/* Slika gasne instalacie */

/* .wp-image-1897  */

.wp-image-2865 
{
	animation: mySlideRight;
	animation-duration: 3.5s;
}

/* Slika vodovoda i kanalizacije */

/* .wp-image-1898  */

.wp-image-2869
{
animation: mySlide;
	animation-duration: 4.5s;
	animation-iteration-count: 1;
	animation-timing-function;
	animation-play-state: start;
}

/* Slika klimatizacije i ventilacije */

/* .wp-image-1394 */ 

.wp-image-2769
{
	animation: mySlideRight;
	animation-duration: 5.5s;
}

/* Font proizvoda */
.wc-block-grid__product .wc-block-grid__product-title {
	font-size: 0.9rem;
	font-weight: 400;
}

/*
 * Brojevi stranica sa proizvodima
 */

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
	border-radius: 0rem;
}

/*
 * Show more dugme na stranici Proizvodi
 */

/*
 * .wc-block-product-filter-checkbox-list__show-more {
	color: black;
	font-size: .875em;
}
 */ 

.wc-block-product-filter-checkbox-list__show-more {
	color: black;	
}