
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

/* FB widget, ki dela probleme na mobile spodaj pri favourite, basket, profile buttons/ issue with using discount coupons on mobile. 
.fb_iframe_widget iframe {
display:	none !important;

html#ecwid_html body#ecwid_body #ecwid-cart-paypal-placeholder iframe[name*="__detect_close"] {
display: none !important;
}
}*/

/* Hide lowest price on category page */
.ec-store .grid-product__price-lowest {
display: none !important;
}
/* Hide price comparisonon category page */
.ec-store .grid-product__price-compare {
display: none !important;
}
/* Decrease padding after title on Category pagee
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-page-title {
  padding-bottom: 12px !important;
}*/
.ec-size .ec-store .ec-header-h1 {
	font-weight: 400 !important;
}
/*Padding between Category title and description*/		
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__description:first-child {
  padding-top: 7px !important;
}
Hide Category description on category page
.ec-size.ec-size .ec-store .grid__description {
margin-top: -30px !important;
}
/* Category padding*/
div.ecwid-productBrowser {
padding: 0px !important;
}
/* Category products box */
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--appearance-frame .grid-product__wrap-inner {
//padding: 0px 0px 0px 0px !important;
box-shadow: none !important;
border: none !important;
//border-width: 1px !important;
border-radius: 5px !important;
}
/*Izberi in oblikuj button
Prvega sem sam nagruntal, spodnji je pa od Ecwid supporta	
	html#ecwid_html body#ecwid_body .ec-store .grid-product__button .form-control--button{
		min-width: 100% !important;
	}	*/
	
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-product__button .form-control {
width: 100%
}

/*gumb za ogled galerije fotk od strank na category pages*/
html#ecwid_html body#ecwid_body .ec-size .ec-store .gallery-button {
			color: white !important;
			background-color: var(--bs-secondary);
			border-radius: var(--bs-border-radius-lg);
			font-size: 60px;
			border: none;
			padding: 10px 15px;
			cursor: pointer;
		}
html#ecwid_html body#ecwid_body .ec-size .ec-store .gallery-button:hover {
			color: vwhite !important;
			background-color: grey;
			border-radius: var(--bs-border-radius-lg);
			box-sizing: border-box;
			cursor: pointer;
		}
