@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/ukusi-d-scaled.webp);
background-size: cover;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
}
.jelly img {
width: 100%;
}
.jelly.mobile {
height: 80vh;
background: url(//dvoristepancevo.rs/wp-content/uploads/2022/05/ukusi-m.webp);
background-size: cover;
background-position: center center;
display: flex;
align-items: center;
justify-content: center;
}
.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-about {
display: flex;
justify-content: center;
align-items: center;
}
.jelly-about .list-title {
font-size: 30px;
font-weight: normal;
}
.jelly-about.mobile .list-title {
font-size: 24px;
font-weight: normal;
}
.jelly-about .content {
background: rgba(255,255,255,0.5);
padding: 5%;
max-width: 1000px;
}
.jelly-final .list {
margin: 30px auto;
}
.jelly-final .list p::before{
content: '- ';
}
.jelly-final .list h2 {
margin-bottom: 40px;
}
.jelly-discover {
background: #f3f0e059;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px 10%;
}
.jelly-discover h2 {
text-align: center;
width: 90%;
color: #1a273b;
}
.jelly-discover .disc-title {
font-size: 30px;
}
.jelly-discover.mobile .disc-title {
font-size: 24px;
}
.jelly-discover .disc-subtitle {
font-size: 24px;
}
.jelly-discover.mobile .disc-subtitle {
font-size: 20px;
}
.jelly-discover .separator {
width: 100px;
height: 3px;
margin-bottom: 40px;
border-bottom: 2px solid white;
}
.jelly-discover .cards {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start; flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(auto-fit,minmax(0,300px));
max-width: 1000px;
}
.jelly-discover .card {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
border-radius: 6px;
max-width: 400px;
}
.jelly-discover .card h3 {
text-align: center;
font-weight: normal;
}
.jelly-discover .card span {
font-weight: lighter;
font-size: 18px;
color: #006A38;
}
.jelly-discover .card .price,
.jelly-discover .card .title {
font-weight: lighter;
}
.jelly-discover .card .card-image {
margin-bottom: 10px;
}
.jelly-discover .card .card-image img,
.jelly-discover .card .card-flower img {
width: 100%;
border-radius: 6px;
}
.jelly-discover .card-flower {
margin-top: 10px;
}
.jelly-discover .cta {
text-align: center;
}
footer {
margin-top:0 !important;
} .jelly-about.bulleted {
min-height: initial;
padding: 20px 10%;
background-image: url(//dvoristepancevo.rs/wp-content/uploads/2022/05/Cajnici.jpg);
background-size: contain;
}
.jelly-about.bulleted.mobile {
padding: 5%;
}
.jelly-about.bulleted.mobile .content{
padding: 0;
}
.jelly-about.bulleted.mobile .list .list__item {
font-size: 16px;
}
.jelly-about.bottom .button{
margin-left: 0;
}
.jelly-about.bottom p {
font-weight: lighter;
}
.list {
font-size: 18px;
font-weight: normal;
list-style-type: disc;
}
.list .list__item {
margin-bottom: 10px;
font-weight:lighter;
}
footer {
margin-top: 0 !important;
}
@media screen and (max-width: 1140px) {
.jelly-about p,
.jelly-final p {
font-size: 100%;
}
}
@media only screen and (max-width: 1020px) {
.jelly h1 {
font-size: 36px;
}
}
@media screen and (max-width: 830px) {
.jelly-discover .cards {
flex-direction: column;
align-items: center;
}
.jelly-about h2 {
width: 90%;
text-align: center;
}
.jelly-about p,
.jelly-final p {
font-size: 100%;
width: 90%;
text-align: center;
}
}
@media only screen and (max-width: 560px) {
.jelly h1 {
font-size: 28px;
}
.jelly-discover p {
font-size: 18px;
}
.jelly-discover h2 {
font-size: 24px;
}
.jelly-about h2 {
font-size: 24px;
}
.jelly-discover .card h3 {
font-size: 18px;
}
.jelly-discover .card span {
font-size: 16px;
}
.card-flower img {
width: 100px;
}
}
@media screen and (max-width: 430px) {
.button {
margin: 5px;
font-size: 16px;
height: 40px;
width: fit-content;
padding-left: 15px;
padding-right: 15px;
}
}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;
}
}