
@font-face {
  font-family: 'QG';
  font-style: italic;
  font-weight: 400;
  src: local('QG'), local('QG'),
       url('fonts/QG.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/QG.woff2') format('woff'), /* Modern Browsers */
       url('fonts/QG.woff2.ttf') format('truetype') /* Safari, Android, iOS */
}


*{ 
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 

.no_scroll {
    height: 100%;
    overflow: hidden;
}

img {
    background: transparent;
    text-indent: -10000px;
    border-style: none;
}

button:focus, input:focus, textarea:focus {
    outline: none;
}

textarea{line-height: 1.6}

textarea:optional {
    box-shadow: none !important;
    text-decoration: none;
}


input::placeholder, textarea::placeholder {
    color: #bbb !important; /* Chrome, Firefox, Opera, Safari 10.1+ */ 
    opacity: 1 !important; /* Firefox */}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #bbb !important; 
    opacity: 1 !important;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #bbb !important;  /* Internet Explorer 10-11 */ }
input::-ms-input-placeholder, textarea::-ms-input-placeholder { 
    color: #bbb !important;  /* Microsoft Edge */}

 body{font-family:'Quicksand', sans-serif;  line-height: 1;
    animation-duration:.7s;
    opacity: 1; 
    transition: opacity .7s;
  -webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
  -moz-animation-fill-mode: forwards;    /* FF 5+ */
  -o-animation-fill-mode: forwards;      /* Not implemented yet */
  -ms-animation-fill-mode: forwards;     /* IE 10+ */
  animation-fill-mode: forwards;
}

body.fade{opacity:0}

    @keyframes opacity{
    0%{opacity:0;}
    100%{opacity:1;}}

    @keyframes opacity2{
    0%{opacity:0;}
    100%{opacity:1;}}
 
#main_container{
     max-width: 450px;
    margin: auto;  
    background: #343b3e; 
    padding-top: 61px;
    padding-bottom: 110px;
    position: relative;
    min-height: 100vh;}
 
header{
    position:fixed;
    display: none;
    max-width: 450px;margin: auto;
    background: #2c3335;      
    /*background: linear-gradient(#2d3234,#343b3e);*/
    height: 60px; 
    top:0px; left:0px; right: 0px; 
    box-shadow: 0px 3px 7px -3px #2c3335;
    z-index: 1000;  
} 
#title{    
    position: absolute; 
    display: block; 
    margin-left: 12px;  width: 140px; bottom: 17px;
    /*line-height: 71px;    font-family: 'QG', sans-serif;
    padding-left: 16px;
    color: #b5b5b5;
    letter-spacing: 1px;
    font-size: 52px;*/}


button {
    all: reset;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
 
#buttons{   
    display:flex;
    position: absolute;
    bottom: 8px;
    right: 5px;
}
#button_call, #button_comment, #button_lang{    
    position: relative;
    display: none; 
    height: 42px;
    width: 55px; 
    background: rgba(255,255,255,0.02);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    transition: top .2s, height .2s, color .2s;}

#button_comment::before{    
    content: "\e902";
    font: normal normal normal 26px/1 icomoon;
    color:#bbb; position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto; }

#button_comment{margin: 0 5px} 
#button_call{} 
#button_call img{height:33px; opacity:.7;    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;} 

#button_lang{
    font-size: 12px; letter-spacing: 1px; font-weight:600;
    color: #ddd; line-height: 43px;
} 
 
button i{
    color: #ddd; font-size: 23px !important
}

#menu{  
    border-top: 1px solid #858888;
    display: none;
    margin: auto;  } 

#menu .category.open .cat_button{border-width: 0px !important; } 
/*#menu .category:last-child .cat_button{border-color: #222527}*/
#menu .cat_button{
    min-height: 80px;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
    color: #ccc;
    padding-bottom: 24px;
    padding-top: 26px;
    padding-right: 40px;
    vertical-align: middle;  
    padding-left: 19px; 
    font-weight:600;
    font-size: 20px;
    background: #343b3e;
    border-bottom: 1px solid #707373;}
 

#menu .cat_count{ opacity: .7; font-size: 17px}
#menu .cat_name{}
#menu .cat_button::after{    
    content:'+';
    position: absolute;
    top:23px;
    right: 20px; 
    font-size: 23px;
    opacity: .7}

#menu .category{position: relative; overflow: hidden}

#menu .category.open .cat_button::after{   
    content: '−';
    opacity: 1}

#menu .articles{max-height: 0;  opacity: 0; transition: opacity .2s;
/*    overflow: hidden;*/
}
#menu .category.open .articles{max-height: none; opacity: 1}

#menu .cat_desc{padding: 0px 20px; padding-bottom:1px; line-height: 1.4; background: #343b3e; color: #fff; opacity: .7;font-size: 16px; position:relative; bottom: 20px;}
#menu .cat_desc:empty{display:none}

#menu .article{display: flex;     align-items: center; width: 100%; padding-right: 10px; padding-bottom: 15px;
        padding-left: 18px; padding-top: 19px; border-bottom: 1px solid #c0c0c0; background: #f5f5f5; 
        font-size: 20px;  color: #444}
 
.art_unavailable{display:inline-block; margin-top:2px;}
.art_unavailable::before{
    content: "\ea0e";
    font: normal normal normal 13px/1 icomoon;
    opacity: .7;
    font-size: 13px;
    padding-left: 1px;
    padding-right: 5px;
    position:relative; bottom:1px}

.art_img{display:inline}
.art_img::before{
    content: "\e903";
    font: normal normal normal 15px/1 icomoon;
    opacity: .7; 
    padding-left: 2px; padding-right: 7px;
    position:relative;} 



#menu .article[data-hide="1"]{display: none}

#menu .art_left{position: relative; max-width:350px; flex:1;text-align:left;}
#menu .art_name{font-size: 20px; line-height: 1.1; display: inline;    
                text-align: left; padding-bottom: 1px;
    max-width: 220px;
    max-width: calc(100vw - 100px);
color: #444 }
#menu .art_price{font-size: 18px; width:80px; text-align: right; position: relative; padding-top:3px}
#menu .art_price div{white-space: nowrap}
#menu .art_kn, #menu .art_eur{ padding-right: 4px; display: inline-block}
#menu .art_kn{padding-top: 7px;padding-bottom: 1px;}
#menu .kn_price{font-size: 15px; opacity: .7}
#menu .art_curr {    display: inline-block;  width: 15px; text-align: left; color: #777}
#menu .art_desc{font-size: 16px; color: #777; overflow: hidden;
                text-align: left;
                display: block; padding-left:1px; margin-top:2px;
                line-height:1.1;
                white-space: pre-wrap;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                line-clamp: 2; 
                max-width: 220px;
                max-width: calc(100vw - 100px);}
 

.modal { 
    top: 100000px;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    opacity: 0;
    overflow: auto;
    padding-right: 0px; 
    position: fixed;
    z-index: 2000;
    transition: opacity .3s, top 0s .3s;
    background: white;
    color:#555;
}

.display_modal {
    top: 0;
    opacity: 1;
    transition: opacity .3s, top 0s;
}
 
.close_container{
    position: absolute; top:0;
    width: 100%;
    left: 0;
    max-width: 450px;
    margin: auto;
    right: 0;}

.close {    
    position: absolute;
    z-index: 3000;
    color: #555; 
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 43px; 
    transition: color .2s;
    right: 7px;
    border-radius: 2px;
    top: 8px;
    font-size: 26px;
    background: rgba(255, 255, 255, 0.9);
            -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
button.close:after {  
    display: inline; 
    content: "\00d7"; 
    font-size: 47px; font-weight:400;
    color: #444;
}
.display_modal .close_container{position: fixed; z-index: 10}

.modal_body {
    width: 100%;
    overflow-y: hidden;
    max-width: 450px; margin: auto;
        
}

#modal_art {z-index:1000}
#modal_comment {z-index:3000}
#modal_basket {z-index:3000}
#modal_call {z-index:3000}

#call_body{padding: 20px; padding-top: 50px}

#comment{ 
    width: 100%;
    font-size: 19px;
    color: #444;
    padding: 15px;
    padding-top: 50px;
    height: 100vh;
    border-color: transparent;
    resize: none;
     font-family: arial}


#comment::placeholder {text-align: center; letter-spacing: 0; font-family:'Quicksand', sans-serif;
             font-size: 19px; }

#call_reason{   
    width: 85%; max-width: 320px;
    font-size: 19px;
    color: #555;
    display: none;
    opacity: 0;
    margin: auto;
    position: relative;;
    padding: 10px;
    border:2px solid #ddd;
    resize: none;
    transition: opacity .3s;
    font-family:arial}

#call_reason::placeholder { font-size: 19px; letter-spacing: 0; padding-left: 5px; text-align: center; font-family:'Quicksand', sans-serif; }

#call_reason.show{display: block; opacity: 1}


.call_type{ 
    color: #333;
    text-align: center;
    width: 85%;
    max-width: 320px;
    border: 2px dotted #ccc;
    display: block;
    margin: 20px auto;
    height: 50px;
    font-size: 20px;
    letter-spacing: 1px}

.call_type.selected {
    margin-bottom:0px;
    color: white;
        border: 2px solid #555;
    background: #555;
}

#call_title{text-align: center; text-transform: uppercase; margin-bottom: 40px; font-size: 23px;}

/*.call_type.selected::before {
    content: '✔';
    width: 30px;
    display: inline-block;
    position: relative;}*/

#radio_payment_box{    
    display: none;
    opacity: 0;
    width: 230px;
    margin: 20px auto;
    padding-left: 25px;
    margin-bottom: 15px;
    transition: opacity .3s;}

#radio_payment_box.show{display: block; opacity:1; }

#radio_payment_box div{padding-bottom: 20px}

#send_comment, #send_call{    
    margin-top: 10px;
    border: 2px solid #bbb;
    background: #444;
    color: white;
    text-align: center;
    width: 95%; max-width: 450px;
    height: 60px;
    font-size: 20px; 
    letter-spacing: 1px;
    bottom: 20px; 
    margin: auto;
    display:block;} 


#send_container{
    position: fixed; z-index: 10;  bottom: 0;  width: 100%;
    left: 0; right:0;
    max-width: 450px;
    transition: top .1s;
    margin: auto;}
#send_comment{
    margin-top: 30px;
    z-index: 3000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 20px;}

#send_comment::before {
    content: "\e905";
    font: normal normal normal 24px/1 icomoon;
    padding-left: 4px;
    color: #fff; 
}
#send_call{margin-top: 40px; margin-bottom: 70px; background: #aaa; pointer-events: none}
#send_call.selected{background: #444; pointer-events: auto;}

#table_box{       
    display: block;
    margin-top: 40px; 
    text-align: center;}


#table_box label{
    display: block;
    font-size: 20px;
    color: #333;}

#input_table{
    background: transparent;
    text-align: center;
    width: 190px;
    height: 45px;
    border-color: #ccc;
    font-size: 24px;
    color: #555;
    margin: auto;
    margin-top:3px;
    padding-bottom: 3px;
    border-style: solid;
    border-width: 0 0 2px 0;}

#input_table::placeholder {font-size: 19px; text-align: center; }

#details_img_container{min-height: 40px;} 

#details_img {
    width: 100%;
    position: relative;  
    background: white
}

#desc_container {
    text-align: left; 
    padding: 13px;  
    padding-bottom: 17px; 
}
#details_unav {    opacity: .6; 
    margin-top: 10px;
    font-size: 19px;
    position: relative;
    padding-left: 25px;
    line-height: 1.3;}

#details_unav::before { 
    content: "\ea0e";
    font: normal normal normal 15px/1 icomoon;
    opacity: .7;
    padding-right: 5px;    left: 2px;
    top: 5px;
    position: absolute; }



#details_name {  
    font-size: 25px; 
    color: #333;
} 

#details_price{ margin-top: 7px; margin-bottom: 0px; 
    padding-left:2px;}

#details_price_eur{font-size: 23px; padding-right: 10px; color: #888;}
#details_price_eur:empty{display:none}
#details_price_kn{font-size: 19px; padding-right: 10px; color:#999}
#details_price_kn:empty{display:none}
#details_desc {
    position: relative;
    overflow-y: auto;
    width: 100%;    
    white-space: pre-wrap;  
    padding-top: 10px; padding-bottom:50px;padding-left:2px;
    font-size: 19px;
    line-height: 1.2;
    color: #555
}

#plus_minus{    
    position: absolute;
    height: 47px;
    bottom: 15px;
    left: 13px; right: 0px;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    overflow-y: hidden;
    max-width: 450px;
    margin: auto; 
    opacity:0;
    transition: opacity 1s;
}

 #qty{
    width: 50px;
    line-height: 47px;
    height: 47px;
    text-align: center;
    font-size: 20px;
    color: white;
    display: inline-block;
    background: #4f5557;
    font-weight: 700;}
 #qty:after {
    content: attr(data-qty);
}

#plus, #minus{   
    position: relative;
    width: 50px; line-height: 45px; font-size: 25px;
    border: 2px solid #bec0c1;
    color: #444;
    height: 100%;
    background: #f7f7f7;}
 
#minus{ border-right: none; border-radius: 3px 0 0 3px;}
#plus{ border-left: none; border-radius: 0 3px 3px 0;}

#bottom_container {
    position: fixed;
    bottom: 0; left: 0; right: 0; margin: auto; max-width: 450px;
    z-index: 2500;
}
    
    

#basket_short { 
    display: flex;
    bottom: 15px;
    position: absolute;
    padding: 15px; 
    padding-top: 14px;
    padding-bottom: 5px;
    right: 13px;
    background: #f7f7f7dd;
    text-align: right;
    cursor: pointer;
    border: 2px solid #a1a4a6aa; border-radius: 3px;
}

.fadeDelayed {
    opacity: 1 !important;
    animation: fadeDelayed 1.5s !important;
}
 
#basket_short_price {
    white-space: nowrap;
    font-size: 17px;
    position: relative;   
    display: inline-block;
    text-align: left;
    top:1px;
    padding-right: 5px;
    font-weight: 700;
}

#basket_short_icon {
    text-align: center;
    height: 24px;
    width: 35px;
    position: relative;
    background: #444;
    right: -5px;
    display: inline-block;
        border-radius: 0 0 7px 7px;
}

#basket_short_qty {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: white;
    font-weight: 700;
}

#basket_short_icon:after {
      content: '';
    position: absolute;
    right: 0;
    left: 0; 
    margin: auto;
    top: -9px;
    width: 22px;
    height: 14px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border: 2px solid #444;
    border-bottom: 0;
}






 
#notification{    
    z-index: 8000;
    position: fixed;
    max-width: 450px; margin: auto;
    top: 0px;
    right: 0px;
    left:0px;
    height: 0px; 
    overflow: hidden;
    color: #fff; 
    background: transparent;
    transition: height 0.5s;
}

#notification.show{
    height: 100px;
    transition: height 0.5s;}


#notification.show_warning{
    height: 100px;
    transition: height 0.5s;}


#notif_text{
    background: #339999;
    font-size: 19px; line-height: 1.5;
    padding: 25px 20px; text-align: center; 
    box-shadow: -5px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

#page_loader {
    background: rgba(255,255,255,0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9000;
    display: none; opacity: 0;
    max-height: 0;
    transition: opacity .3s;
    cursor: default !important;
    user-drag: none; -webkit-user-drag: none;  user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;   
}


.lds-ellipsis {
  position: absolute; position: fixed; top:30%; left:0; right: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #aaa;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis_small {
    position: relative;
    z-index:9999;
    width: 50px;
    height: 50px;
}
.lds-ellipsis_small div {
  position: absolute;
  top: 25px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #aaa;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1), .lds-ellipsis_small div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2), .lds-ellipsis_small div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3), .lds-ellipsis_small div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4), .lds-ellipsis_small div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

#images img{width: 100%; background: white; display: block; filter:brightness(0.9)}

#images span{
    background: rgba(0, 0, 0, 0.17);
    position: absolute; 
    color: #ddd;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 19px;
    padding: 13px;
    margin-left: 5%;
    text-shadow: 0px 0px 7px #000000;
    top: 50%;
    transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    line-height: 1.5;
    margin-right: 5%}
 
#images span:empty{display:none}

#website_container{text-align: center;
    background: #2f3537; margin-top:50px;}

#website{    
    text-decoration: none;
    background-color: transparent;
    color: #999; 
    padding: 15px;
    padding-left: 25px;
    font-size: 17px;
    margin: auto; margin-bottom:30px;
    display: table;}

#website[href=""]{display: none}

#website_arrow{    width: 12px;
    vertical-align: middle;
    opacity: .7;
    margin-left: 2px;
    margin-bottom: 1px;
} 

#info{white-space: pre-wrap;
    text-align: center;
    line-height: 1.6;
    font-size: 19px;
    padding: 30px; padding-top:70px; padding-bottom:0px;
    color: #aaa; 
    background: #343b3e;}

#info:empty{display:none}
#info br{
    content: "" !important;
    display: block !important; 
    margin-top:40px;
}

#pwd_by{
text-align: center;
    color: #707070;
    position: absolute; 
    font-size: 16px;
    padding-bottom: 0px;
    height: 90px;
    bottom: 0;
    left: 0;
    right: 0;;
}


#pwd_by a{
    color: #707070;
    padding-left: 2px;
    font-weight:600;
    text-decoration: none;
    background-color: transparent; }


 
.modal_body::-webkit-scrollbar { display: none; }
 
 

@font-face {
  font-family: 'icomoon'; 
  src:  url('fonts/icomoon.ttf?2') format('truetype'),
    url('fonts/icomoon.woff?2') format('woff'),
    url('fonts/icomoon.svg?2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; 
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  line-height: 1;}

 
.i_image::before{
    font-family: "icomoon";
    content: '\e903';} 
.i_block::before{
    font-family: "icomoon";
    content: '\e900';}  
.i_comment::before{
    font-family: "icomoon";
    content: '\e902';}   


@media (min-width: 550px){            
    .modal_body {height: 100%; min-height: 100vh; overflow-y: visible}
}
 
 