@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//lilpalcoffee.eu/wp-content/themes/woodmart/fonts/woodmart-font-3-400.woff2?v=7.5.2") format("woff2");
}

:root {
	--wd-text-font: "Barlow Condensed", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: rgb(2,2,2);
	--wd-text-font-size: 21px;
	--wd-title-font: "Barlow Condensed", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Barlow Condensed", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Barlow Condensed", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 17px;
	--wd-primary-color: rgb(229,34,75);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(229,34,75);
	--btn-accented-bgcolor-hover: rgb(229,34,75);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(229,34,75);
	background-image: none;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1617px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1600px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* Change the color of the product categories text to red */
.wd-product-cats a {

    color: #e5224b !important;
    font-family: 'Barlow Condensed';
    font-size: 17px;
	font-weight:600;
}

/* Change the list item bullets to a red dash */
.product-element-bottom ul, div#jet-tabs-content-1712 ul, div#jet-tabs-content-2592 ul, .jet-tabs__content ul li {
    list-style-type: none; /* Remove default list style */
    padding-left: 0; /* Remove default padding */
}

.product-element-bottom ul li, div#jet-tabs-content-1712 ul li, div#jet-tabs-content-2592 ul li, .jet-tabs__content ul li {
   padding-left: 18px;
    position: relative;
}

.jet-tabs__content ul li::before{    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    background: #982B19;
    left: 0;
    top: 15px;
}

div#jet-tabs-content-2592 ul li::before{    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    background: #982B19;
    left: 0;
    top: 15px;
}

.product-element-bottom ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    background: #982B19;
    left: 0;
    top: 9px;
}

.product-element-bottom {
    display: flex;
    flex-direction: column;
}

.wd-product-cats {
    order: 1;
}

.wd-product-header {
    order: 2;
}

.product-element-bottom ul {
    order: 3;
}

.wrap-price {
    order: 4;
}

.wd-product-footer {
    order: 5;
}


.wd-entities-title a {
    color: inherit;
    font-size: 22px;
    font-family: 'Barlow Condensed';
    line-height: 14px;
	font-weight:bold;
}

.product-element-bottom ul li {
    margin-bottom: 5px !important;
    font-size: 15px;
    font-family: 'Barlow Condensed';
    color: black;
}

.wrap-price:before {
    content: 'cijena';
    color: black;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    font-weight: bold;
}

td.product-name a, td.product-price :is(.amount,.wd-price-unit), td.product-subtotal span{font-size:20px;}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, body .select2-container--default .select2-selection--single .select2-selection__rendered {font-size:20px!important;}