/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
body {
	font-size:18px;
	line-height:1.5;
}
/* Header */
.social-icons .button {
	min-height:auto;
	min-width:auto;
	line-height:1;
	padding:4px 6px !important;
	font-size:12px;
	border:1px solid white;
	padding:6px 6px 4px !important;
}
/* Hero sekcije */
.hero-home-banner {
	background-size:contain;
}
.baner-novi {
	background:none;
}
/* Prva strana */
.ornament-1 .box-image {
	text-align:center;
}
@media(min-width:576px) {
	.ornament-1 img {
		max-width:22%;
	}
}
/* Katalog proizvoda na stranama */
.proizvodi-katalog .col-inner {
	background:#fff;
}
.price-wrapper {
	display:flex;
	flex-direction:column;
}
.price-wrapper .price {
	margin-top:auto;
}
.proizvodi-katalog .product-title {
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
}
.product-tags-container {
	background: #9e9875;
    color: white;
    padding: 4px 12px 2px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
	letter-spacing:1.5px;
	font-size:0.85em;
	margin-bottom: 8px;
}
/* Strana prodavnice */
.woocommerce-ordering {
	font-size:16px;
}
.box-text-products .product-title {
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.02em;
	margin-bottom:8px;
}
.box-excerpt {
	line-height:1.2;
	margin-top:8px !important;
}
/* Strana proizvoda */
.product-main {
	position:relative;
}
.sticky-add-to-cart--active {
	background-color:#fff !important;
}
.sticky-add-to-cart__product .product-title-small {
	max-width:250px;
	min-width:250px;
}
/*
.product-main:before {
	position: absolute;
	left: 0;
	content: '';
	background: #9E9875;
	width: 30%;
	height: 100%;
	top: 0;
}
*/
.product-short-description {
	font-size:20px
}
.product-footer li {
	margin-bottom:4px;
}
.woocommerce-Price-currencySymbol {
	text-transform:uppercase;
}
/* Strana placanje */
.col-inner.has-border:has(.checkout-sidebar) {
	background:#fff;
}
.woocommerce-checkout-review-order-table td {
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.woocommerce-terms-and-conditions-checkbox-text {
	font-size:14px;
	line-height:1.4;
}
.woocommerce-privacy-policy-text {
	font-size:14px;
	line-height:1.4;
}
.checkout-inline-error-message {
	color:#6C2222;
}
.new{
	
}
/* Blok placanja i footer */
.footer-wrapper {
	background:#fff;
	padding-top:40px;
}
.meni-footer {
	flex-direction:row !important;
	gap:0 20px;
	justify-content:center !important;
	font-size:16px;
}
.meni-footer a:hover .ux-menu-link__text,
.meni-footer .ux-menu-link--active a {
	color:#9E9875 !important;
}
.blok-placanja img {
	max-height:30px;
	width:auto !important;
}
/* Kontakt */
.kontakt-ikone a {
	margin:0 8px !important;
}
.kontakt-ikone i {
	font-size:24px !important;
}
.kontakt-ikone .button {
	border:1px solid #777 !important;
	border-radius:6px !important;
	padding:6px 8px 4px !important;
}