@font-face { 
font-display:  swap;
font-family: Rainbow; 
src: url(//dvoristepancevo.rs/wp-content/themes/foodica/fonts/rainbow.ttf); 
font-weight: normal; 
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
font-family: 'Open Sans', sans-serif !important;
letter-spacing: 1px !important;
color: #1a273b;
background: white;
width: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
.list ::marker {
color: #c2cac1;
}
h1 {
font-size: 120px;
line-height: 170%;
}
h2 {
font-size: 30px;
line-height: 170%;
}
h3 {
font-size: 24px;
line-height: 170%;
}
p {
font-size: 18px;
line-height: 170%;
}
h1 {
font-size: 120px;
line-height: 170%;
}
.mobile h1 {
font-size: 60px;
line-height: 170%;
}
.mobile h2 {
font-size: 24px;
line-height: 170%;
}
.mobile h3 {
font-size: 20px;
line-height: 170%;
}
.mobile p {
font-size: 16px;
line-height: 170%;
}
h1 {
font-size: 60px;
line-height: 150%;
}
.fa.fa-shopping-cart:hover {
cursor: pointer;
}
.clickable {
font-weight: bold;
color: #006A38;
white-space: pre;
}
.bold {
font-weight: bold;
} .site-header .has-submenu:hover .submenu{
visibility: visible;
transition: visibility 1s ease-in;
}
.site-header .submenu {
visibility: hidden;
position: absolute;
display: flex;
flex-direction: column;
background: white;
gap: 5px;
padding: 20px 10px;
width: 100px;
margin-left: -10px;
border-radius: 6px;
}
.submenu a {
font-weight: lighter;
}
.submenu a.active {
color: #006A38;
}
.mobile__menu .submenu {
display: flex;
flex-direction: column;
background: white;
gap: 5px;
padding-left: 15px;
}
.site-header .information p{
font-size: 14px;
line-height: 100%;
}
.mobile-header {
background: white;
display: -webkit-box;
display: -ms-flexbox;
display: grid;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #F0F0F0;
position: relative;
height: 10vh;
z-index: 10;
width: 100%;
grid-template-areas: '. logo menu';
grid-template-columns: 1fr 1fr 1fr;
}
section:nth-child(1) .hero-title {
font-weight: normal;
text-align: center;
line-height: 1;
}
.hamburger.mobile {
display: grid;
justify-self: flex-end;
justify-content: end;
grid-area: menu;
margin-right: 20px;
}
.button {
margin: 40px;
width: 240px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
border-radius:6px;
}
.button a {
color: #1a273b;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.bg-yellow {
background: #FDE181;
color: white;
transition: background .3s;
}
.bg-yellow:hover {
background: #feedb3;
}
.main-container {
padding: 0;
width: 100%;
}
header.site-header {
background: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #F0F0F0;
position: relative;
height: 60px;
z-index: 10;
width: 100%;
padding: 0 100px;
}
header .information {
height: 40px;
font-size: 14px;
padding-left: 30px;
line-height: 14px;
display: flex;
flex-direction: column;
justify-content: center;
}
header .information > p {
padding: 0;
margin: 0;
}
.mobile-logo__container {
grid-area: logo;
justify-self: center;
}
.logo__container,
nav.navbar ul,
.nav__cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.nav-link:hover {
color: green;
}
.nav-link {
cursor: pointer;
margin: 5px;
}
.nav-link.tastes-link {
display: none;
}
.nav-link.active > a {
color: #006A38;
border-radius: 6px;
padding: 5px 10px;
}
nav.navbar {
background: white;
color: black;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
max-height: 10vh;
}
nav.navbar ul {
list-style-type: none;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
nav.navbar ul li {
margin-left: 30px;
}
nav.navbar ul a {
color: #1a273b;
font-size: 14px;
font-family: 'Open sans', sans-serif;
letter-spacing: initial;
}
nav.navbar ul a:hover {
background: none;
}
nav.navbar {
display: flex;
}
nav.navbar a:hover {
color: green; }
.logo__container img {
width: 90px;
}
.socials__container {
padding-left: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 10px;
}
.socials__container div {
width: 20px;
margin-left: 8px;
}
.socials__container div:nth-child(2) {
margin-top: -2px;
margin-left: 18px;
}
.socials__container div img {
width: 100%;
}
.nav__cart {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-right: 20px;
font-size: 22px;
}
.nav__cart img {
width: 40px;
}
.hamburger {
display: none;
}
.hamburger.mobile {
display: block;
}
.mobile__menu {
display: none;
}
.hamburger:hover {
cursor: pointer;
}
.mobile__menu.active {
position: absolute;
background: white;
top: 10vh;
right: 0;
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: auto;
}
.mobile__menu.active ul {
list-style: none;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.mobile__menu.active ul li a.active {
color: white;
background: #006A38;
border-radius: 6px;
padding: 0 5px;
}
.hamburger .fa.fa-bars {
display: block;
}
.hamburger .fa.fa-times {
display: none;
}
nav.navbar .nav-separate {
border-right: 1px solid;
padding-right: 30px;
}
span.mobile-nav__cart {
position: relative;
}
span.cart-basket>span {
background: green;
display: inline-block;
text-align: center;
line-height: 0.9;
position: relative;
bottom: 5px;
height: 9px;
width: 9px;
border-radius: 50%;
} .shop-sidebar table.shop_table.woocommerce-checkout-review-order-table {
display: none;
}
.shop-sidebar .woocommerce .woocommerce-checkout .col2-set .col-1,
.shop-sidebar .woocommerce .woocommerce-checkout .col2-set .col-2 {
width: 100% !important;
}
.shop-sidebar .woocommerce-notices-wrapper,
.shop-sidebar .woocommerce-form-coupon-toggle {
display: none;
}
.shop-sidebar p.woocommerce-mini-cart__buttons.buttons {
display: none;
}
.shop-sidebar .woocommerce-additional-fields h3 {
display: none;
}
.shop-sidebar #customer_details span.optional {
display: none;
}
.shop-sidebar form.checkout {
border: 1px solid rgba(0, 0, 0, .1);
padding: 10px;
font-family: 'Open sans', sans-serif;
}
.shop-sidebar form.checkout .woocommerce-billing-fields>h3 {
font-weight: bold;
font-size: 86%;
margin-bottom: 40px;
color: #1a273b;
font-size: 0;
}
.shop-sidebar form.checkout .woocommerce-billing-fields>h3:first-child::before {
content: 'Informacije o kupovini';
font-size: 14px;
}
.shop-sidebar .wpforms-form input[type=text],
.shop-sidebar .wpforms-field input[type="text"],
.shop-sidebar input,
.shop-sidebar textarea {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.shop-sidebar .woocommerce-billing-fields__field-wrapper label,
.shop-sidebar .widget_shopping_cart_content a,
.shop-sidebar .woocommerce-additional-fields label {
font-size: 86%;
font-family: 'Open sans', sans-serif;
font-weight: bold;
color: #1a273b;
}
.woocommerce form .form-row .required {
color: #006A38 !important;
}
.shop-sidebar #order_review_heading {
display: none;
}
#place_order {
float: none !important;
background: #FDE181;
color: #1a273b;
font-family: 'Open sans', sans-serif;
text-transform: inherit;
font-size: 86%;
}
#billing_country_field {
display: none;
}
p.woocommerce-mini-cart__total.total>strong {
font-size: 0;
}
p.woocommerce-mini-cart__total.total>strong::before {
content: 'Iznos bez dostave:';
font-size: 18px;
}
p.woocommerce-mini-cart__total.total>span.amount {
font-size: 18px;
}
#yith-quick-view-content form.cart button.single_add_to_cart_button::before {
position: relative;
content: 'Dodaj u korpu';
font-size: 14px;
}
#yith-quick-view-content form.cart button.single_add_to_cart_button {
font-size: 0;
position: relative;
}
@media only screen and (max-width: 1200px) {
nav.navbar ul li.scrollable {
display: none;
}
.nav-link.tastes-link {
display: block;
}
header .socials__container {
display: none;
}
header .nav__cart {
flex: initial;
margin-left: 10%;
}
}
@media only screen and (max-width: 850px) {
.socials__container {
display: none;
}
nav.navbar {
display: none;
}
header .nav__cart {
justify-content: center;
margin-right: 0;
margin-left: 0;
}
.nav__cart img {
width: 24px;
}
.hamburger {
display: block;
width: 15%;
display: flex;
justify-content: space-around;
}
}.jelly {
height: 80vh;
background: url(//dvoristepancevo.rs/wp-content/uploads/2022/05/kako-do-nas-scaled.webp);
background-size: cover;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
.jelly.mobile {
margin-bottom: 20px;
background: url(//dvoristepancevo.rs/wp-content/uploads/2022/05/kako-do-nas-m.webp);
background-size: cover;
}
.jelly h1 {
font-size: 120px;
font-weight: bold;
line-height: 1.2;
color: white;
font-family: "Rainbow", Arial, sans-serif; 
}
.jelly.mobile h1 {
font-size: 60px;
}
.jelly img {
width: 100%;
}
.mobile-cover-container {
margin-bottom: 80px;
}
.cover-container {
display: flex;
margin-bottom: 80px;
}
.cover-img:not(:nth-child(3)) {
margin-right: 1px;
}
.cover-img {
width: 33.33%;
}
.cover-img img {
width: 100%;
max-height: 650px;
}
section.map {
min-height: 80vh;
display: flex;
margin-bottom: 40px;
align-items: center;
justify-content: center;
flex-direction: column;
}
.map .drive-info {
text-align:center;
}
.location-icon {
width: 40px;
margin-bottom: 20px;
margin-top: 20px;
}
.map.mobile p {
padding: 0 5%;
text-align:center;
}
.map.mobile .location-icon {
margin-bottom: 20px;
}
.logo {
max-width: 155px;
min-width: 150px;
margin-bottom: 40px;
}
.map.mobile .logo {
margin-bottom: 10px;
}
.location-icon img,
.logo img {
width: 100%;
}
.map p:first-child {
margin-bottom: 0;
}
.map p.zipcode {
margin-bottom: 20px;
}
.map .cta {
font-size: 25px;
text-align: center;
margin-top: 100px;
}
.map.mobile .cta {
margin-top: 30px;
}
#map {
margin-top: 40px;
width: 700px;
position: relative;
color: #1a273b;
}
.map.mobile #map {
margin-top: 10px;
}
#map::after {
position: absolute;
content: "";
width: 164px;
height: 167px;
background: url(//dvoristepancevo.rs/wp-content/uploads/2020/11/MirisDesno.png);
background-size: cover;
color: white;
top: -110px;
right: -110px;
}
#map::before {
position: absolute;
content: "";
width: 164px;
height: 167px;
background: url(//dvoristepancevo.rs/wp-content/uploads/2020/11/MirisLevo.png);
background-size: cover;
color: white;
left: -110px;
bottom: -110px;
}
.map p {
font-weight: lighter;
}
.leaflet-map.WPLeafletMap {
z-index: 9;
}
@media only screen and (max-width: 600px) {
#map::after {
content: '';
width: 0;
height: 0;
}
#map::before {
content: '';
width: 0;
height: 0;
}
.cover-img:not(:nth-child(1)) {
display: none;
}
.cover-img {
width: 100%;
margin-right: 0;
}
.cover-img:not(:nth-child(3)) {
margin-right: 0;
}
.cover-container img {}
#map {
padding: 10%;
width: 90%;
overflow: hidden;
}
.location-icon {
width: 6%;
}
.logo {
width: 30%;
}
.nav__cart img {
width: 24px;
}
.logo__container img {
max-width: 70%;
}
}
@media only screen and (max-width: 450px) {
#map {
padding: 0;
}
.location-icon {
width: 6%;
}
.logo {
width: 30%;
}
}footer {
position: relative;
display: flex;
flex-direction: column;
margin-top: 80px;
}
footer.mg-200:not(.mobile) {
margin-top: -450px;
}
footer.home.mobile {
margin-top: 0;
}
footer.location {
margin-top:0;
}
footer.proslave.mobile {
margin-top: 0;
}
.footer-section li.notice {
max-width: 300px;
}
.footer-top {}
.footer-top img {
width: 100%;
}
.mobile-footer-top img {
float: right;
margin-bottom: 16px;
}
.footer-bottom {
margin-top: -17px;
background: #006A38;
color: white;
padding: 150px;
}
footer ul {
list-style-type: none;
}
footer .bolded {
color: white;
padding-bottom: 20px;
font-size: 22px;
font-weight: normal;
}
footer ul li {
font-weight: lighter;
margin-bottom: 10px;
}
footer ul li a {
color: white;
}
.footer-section-container {
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}
.footer-section {
width: 30%;
}
.footer-section .notice {
margin-top: 40px;
font-weight: normal;
}
@media only screen and (max-width: 1020px) {
.footer-bottom {
padding: 20px;
}
.footer-section-container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.footer-section {
margin: 20px;
}
.footer-bottom .bolded {
font-size: 18px;
}
.footer-bottom ul li {
font-size: 18px;
}
}
@media only screen and (max-width: 560px) {
.footer-section-container {
flex-direction: column;
}
.footer-bottom li.notice {
width: 200px;
}
.footer-bottom .bolded {
font-size: 16px;
}
.footer-section {
width: 90%;
}
.footer-bottom ul li {
font-size: 16px;
line-height: 170%;
}
.woocommerce-order {
font-size:80%;
padding-top: 60px;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
width:50%;
}
.woocommerce ul.order_details li {
float:initial;
}
#loader span.time-left.active {
font-size:22px;
padding: 2px 4px;
}
#loader h2 {
font-size:22px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
width: fit-content;
}
.woocommerce-table__line-item.order_item > td {
width: 100px;
}
.woocommerce table.shop_table td {
padding:0;
}
}