@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;
}
}.main {
padding: 5%;
background: url(//dvoristepancevo.rs/wp-content/uploads/2022/05/cutlery2.png);
}
.top {
margin-bottom: 60px;
text-align:center;
}
.top.mobile {
padding-top: 30px;
}
.top h1 {
margin-bottom: 20px;
font-size: 30px;
line-height: 170%;
font-weight: normal;
}
.top.mobile h1 {
font-size: 24px;
}
.menus {
display: grid;
grid-template-columns: 1fr 1fr;
grid-row-gap: 100px;
grid-column-gap: 40px;
grid-auto-columns: 1fr;
max-width: 1000px;
margin:auto;
}
.menus.drinks li.menu__item{
display: block;
}
.menu-wrapper {
display:flex;
overflow: hidden;
background: #f3f3f3;
border-radius: 10px;
background: url(//dvoristepancevo.rs/wp-content/uploads/2022/05/bg-pattern-knife-op-2.png);
-webkit-box-shadow: 10px 10px 10px 0px rgba(194,194,194,1);
-moz-box-shadow: 10px 10px 10px 0px rgba(194,194,194,1);
box-shadow: 10px 10px 10px 0px rgba(194,194,194,1);
}
.menu-wrapper > div {
width: 100%;
}
.menu-wrapper > img {
background: #f3f3f3;
} 
.menus.mobile .menu-wrapper > img {
display:none;
} 
.menus.mobile {
grid-template-columns: 1fr;
} 
.menus .menu {
margin-bottom: 30px;
display: grid;
grid-template-rows: min-content auto;
background: #f3f3f3;
height: 100%;
max-width: 100%;
}
.menus .menu__name{
padding:  25px 25px 15px 28px;
background: #f3f3f3;
color: black;
border-radius: 10px 10px 0 0;
display: flex;
justify-content: space-between;
font-size: 20px;
}
.menus .menu__name .title {
font-weight: lighter;
font-style: italic;
}
.menus .menu__name .price {
color: #006A38;
}
.menus .menu__list {
background: #f3f3f3;
list-style: none;
padding: 10px;
}
li.menu__item {
display: grid;
grid-template-columns: 1fr 2fr;
padding: 10px 0; background: white;
margin: 10px;
border-radius: 6px;
padding: 10px;
}
li.menu__item:last-child {
border-bottom:none;
}
span.menu__title,
span.menu__content {
font-weight: lighter;
}
span.menu__title {
font-weight: normal;
}
.information-bottom {
background: rgba(255,255,255,0.8);
padding: 5%;
font-weight: 400;
margin-top: 40px;
margin-bottom: 100px;
font-weight: lighter;
border-radius: 10px;
max-width:1000px;
margin-left: auto;
margin-right: auto;
}
.menu-heading {
font-weight:bold;
margin: 40px 0;
text-align:center;
}
.menu-heading.drinks {
margin-top: 80px;
}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;
}
}