/*
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  ***************/


}
@font-face {
    font-family: 'Noto Serif Display';
    src: local('☺'),url('font/NotoSerifDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block
}
@font-face {
    font-family: 'Hand Script';
    src: local('☺'),url('font/Hand-Script.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block
}


#footer {
	background:#ebe3d8
}

@media (min-width: 850px) {
    .nav-divided>li+li>a:after {
        width: 1px;
        content: "•";
        left: -1em;
        position: absolute;
        top: 10px;
        color: #fe3c5c;
        border: 0;
        margin: 0;
    }
}

 /* Brza i sigurna dostava */
.product h1.product-title,
.product .price {
    margin-block-start: 1rem;
    margin-block-end: 1.5rem;
}
.dostava {
    color: #2a555a;
    padding: 1.25rem;
    border-radius: 10px;
    gap: 0.5rem;
    display: grid;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
}
.dostava .text-with-icon {
    gap: 0.75rem;
    align-items: center;
    display: flex;
}
.dostava svg.icon {
    vertical-align: middle;
    display: block;
    flex-shrink: 0;
}
.dostava .text-with-icon span {
	font-weight: 700;
    line-height: 1.6;
    font-size: 0.8125rem;
    align-items: center;
    display: flex;
    gap: 0.75rem;
}
.dostava .prose{
	font-size: 0.8125rem;
}
.dostava .prose p{
	margin: 0;
}
/* Kupi i pokupu */
.kip {
    color: #916758;
    padding: 1.25rem;
    border-radius: 10px;
    gap: 0.5rem;
    display: grid;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
}
.kip .text-with-icon {
    gap: 0.75rem;
    align-items: center;
    display: flex;
}
.kip svg.icon {
    vertical-align: middle;
    display: block;
    flex-shrink: 0;
}
.kip .text-with-icon span {
	font-weight: 700;
    line-height: 1.6;
    font-size: 0.8125rem;
    align-items: center;
    display: flex;
    gap: 0.75rem;
}
.kip .prose{
	font-size: 0.8125rem;
}
.kip .prose p{
	margin: 0;
}
/* gumb za dodavanje proizvoda ukošaricu */
.product form.cart { gap: 5%;}

.product form button {
	    flex: 0 0 35%;
}
.product form input.minus,
.product form input.plus{
    font-size: 20px;
    min-width: 40px;
    width: 40px;}
.product form input.qty, 
.product form .ux-buy-now-button {
min-height: 100%;}
.widget_shopping_cart p.total {
	border-bottom: none
}
.uk-menu-vele {
	background: #FF008C;
    border-radius: 50px;
}
.uk-menu-vele a {
	color: white!important
}
#search-lightbox .live-search-results .search-price {
	display: none
}