@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration:none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body{
background:#FDF9ED;
}
@media screen and (min-width:800px){
.logo{
margin:20px auto;
display:table;
}
.logo img{
height:100%;
}
.name{
font-family: 'Inter', sans-serif;
font-size:35px;
font-weight:800;
color:#474640;
line-height:35px;
margin:30px auto;
display:table;
}
.description{
max-width:600px;
font-family: 'Inter', sans-serif;
font-size:18px;
font-weight:200;
color:#474640;
line-height:28px;
text-align:center;
margin:30px auto;
display:table;
}
.menu{
width:80%;
max-width:800px;
margin:0 auto;
}
.menu .owl-carousel{
max-width:600px;
margin:0 auto;
text-align:center;
}
.menu .category{
font-family: 'Inter', sans-serif;
font-size:18px;
font-weight:500;
color:#33cccc;
line-height:20px;
padding:20px;
margin-top:10px;
margin-left:5px;
margin-bottom:20px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
border:1px solid #33cccc;
display:inline-block;
}
.menu .category:first-child{
margin-left:0;
}
.menu .category a{
color:#33cccc;
}
.menu .owl-prev{
background:url('../img/left-arrow.png') no-repeat center center !important;
width:30px;
height:30px;
margin-right:2px;
text-indent:-9999px;
}
.menu .owl-next{
background:url('../img/right-arrow.png') no-repeat center center !important;
width:30px;
height:30px;
margin-left:2px;
text-indent:-9999px;
}
.menu .list{
margin-top:50px;
padding-top:20px;
padding-left:20px;
padding-right:20px;
box-sizing:border-box;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
border:5px solid #FFFFFF;
}
.menu .listname{
background:#ffffff;
width:100%;
min-height:50px;
font-family: 'Alexandria', sans-serif;
font-size:24px;
font-weight:300;
color:#3d3d3d;
line-height:30px;
padding:10px;
box-sizing:border-box;
text-transform:uppercase;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.menu .listname img{
width:50px;
height:50px;
margin-right:10px;
float:left;
}
.menu .listname h2{
padding-top:10px;
padding-bottom:10px;
}
.menu .listgroup{
margin-top:20px;
margin-left:10px;
margin-right:10px;
}
.menu .listgroup img{
width:38px;
height:40px;
margin-right:2px;
padding-top:10px;
padding-left:10px;
float:left;
}
.menu .listgroup h3{
background:#FFFFFF;
font-family: 'Alexandria', sans-serif;
font-size:20px;
font-weight:300;
color:#3d3d3d;
line-height:24px;
padding-top:12px;
padding-bottom:14px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.menu ul{
padding:10px;
box-sizing:border-box;
}
.row li{
width:100%;
padding-top:10px;
padding-bottom:10px;
border-top:5px solid #FFFFFF;
display:table;
}
.row li:first-child {
border-top:none;
}
.row .product{
width: calc(100% - 220px);
width: -webkit-calc(100% - 220px);
float:left;
}
.row li h3{
font-family: 'Inter', sans-serif;
font-size:18px;
font-weight:500;
line-height:24px;
margin-bottom:5px;
}
.row li p{
font-family: 'Inter', sans-serif;
font-size:15px;
font-weight:300;
line-height:24px;
margin-bottom:10px;
}
.row .product-img{
width:200px;
margin-left:20px;
float:right;
}
.row .product-img img{
width:100%;
max-height:150px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.row .price{
background:#FFFFFF;
font-family: 'Inter', sans-serif;
font-size:14px;
font-weight:300;
padding-top:4px;
padding-right:5px;
padding-bottom:4px;
margin-right:5px;
float:left;
display:table;
}
.row .price span{
background:#ecffff;
padding-top:2px;
padding-left:2px;
padding-right:2px;
padding-bottom:3px;
}
.footer{
background:#FFFFFF;
width:60%;
font-family: 'Comfortaa', cursive;
font-size:18px;
font-weight:300;
color:#2e2e2e;
line-height:24px;
text-align:center;
padding:20px;
margin:50px auto 0;
box-sizing:border-box;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display:table;
}
.footer span{
font-weight:600;
}
}
@media screen and (max-width:800px){
.logo{
margin:10px auto;
display:table;
}
.logo img{
height:100%;
}
.name{
font-family: 'Inter', sans-serif;
font-size:25px;
font-weight:800;
color:#474640;
line-height:35px;
margin:30px auto;
display:table;
}
.description{
width:90%;
max-width:600px;
font-family: 'Inter', sans-serif;
font-size:16px;
font-weight:200;
color:#474640;
line-height:24px;
text-align:center;
margin:20px auto;
display:table;
}
.menu{
width:95%;
margin:0 auto;
}
.menu .owl-carousel{
margin:0 auto;
text-align:center;
}
.menu .category{
font-family: 'Inter', sans-serif;
font-size:16px;
font-weight:500;
color:#33cccc;
line-height:20px;
padding:20px;
margin-top:10px;
margin-left:5px;
margin-bottom:20px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
border:1px solid #33cccc;
display:inline-block;
}
.menu .category:first-child{
margin-left:0;
}
.menu .category a{
color:#33cccc;
}
.menu .owl-prev{
background:url('../img/left-arrow.png') no-repeat center center !important;
width:30px;
height:30px;
margin-right:2px;
text-indent:-9999px;
}
.menu .owl-next{
background:url('../img/right-arrow.png') no-repeat center center !important;
width:30px;
height:30px;
margin-left:2px;
text-indent:-9999px;
}
.menu .list{
margin-top:20px;
padding-top:10px;
padding-left:10px;
padding-right:10px;
box-sizing:border-box;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
border:5px solid #FFFFFF;
}
.menu .listname{
background:#ffffff;
width:100%;
min-height:50px;
font-family: 'Alexandria', sans-serif;
font-size:24px;
font-weight:300;
color:#3d3d3d;
line-height:30px;
padding:10px;
box-sizing:border-box;
text-transform:uppercase;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.menu .listname img{
width:50px;
height:50px;
margin-right:10px;
float:left;
}
.menu .listname h2{
padding-top:10px;
padding-bottom:10px;
}
.menu .listgroup{
margin-top:20px;
margin-left:10px;
margin-right:10px;
}
.menu .listgroup img{
width:38px;
height:40px;
margin-right:2px;
padding-top:10px;
padding-left:10px;
float:left;
}
.menu .listgroup h3{
background:#FFFFFF;
font-family: 'Alexandria', sans-serif;
font-size:20px;
font-weight:300;
color:#3d3d3d;
line-height:24px;
padding-top:12px;
padding-bottom:14px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.menu ul{
padding:10px;
box-sizing:border-box;
}
.row li{
width:100%;
padding-top:10px;
padding-bottom:10px;
border-top:5px solid #FFFFFF;
display:table;
}
.row li:first-child {
border-top:none;
}
.row .product{
width:100%;
}
.row li h3{
font-family: 'Inter', sans-serif;
font-size:16px;
font-weight:500;
line-height:22px;
margin-bottom:5px;
}
.row li p{
font-family: 'Inter', sans-serif;
font-size:14px;
font-weight:300;
line-height:22px;
margin-bottom:5px;
}
.row .product-img{
width:100%;
}
.row .product-img img{
width:100%;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.row .price{
background:#FFFFFF;
font-family: 'Inter', sans-serif;
font-size:13px;
font-weight:300;
padding-top:4px;
padding-right:5px;
padding-bottom:4px;
margin-top:5px;
margin-right:5px;
float:left;
display:table;
}
.row .price span{
background:#ecffff;
padding-top:2px;
padding-left:2px;
padding-right:2px;
padding-bottom:3px;
}
.footer{
background:#FFFFFF;
width:100%;
font-family: 'Comfortaa', cursive;
font-size:16px;
font-weight:300;
color:#2e2e2e;
line-height:22px;
text-align:center;
padding:20px;
margin:20px auto 0;
box-sizing:border-box;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display:table;
}
.footer span{
font-weight:600;
}
}
.lang-btn{
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
padding: 12px 24px;
background: #ffffff;
color: #111;
border-radius: 30px;
font-family: sans-serif;
font-weight: 600;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
transition: .2s ease;
}
.lang-btn:hover{
background: #f1f1f1;
transform: translateX(-50%) translateY(-3px);
box-shadow: 0 6px 16px rgba(0,0,0,0.22);
}
.go-top {
position: fixed;
font-family: 'Alexandria', sans-serif;
font-size:15;
font-weight:300;
color:#ffffff;
bottom: 2em;
right: 2em;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.3);
font-size: 12px;
padding: 1em;
display: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.go-top:hover {
background-color: rgba(0, 0, 0, 0.6);
}