
 @font-face {
    font-family: "Onest-Bold"; 
    src: url("TTF/Onest-Bold.ttf") format("truetype"); 
    src: url("WOFF/Onest-Bold.woff") format("woff");
    font-style: normal; 
    font-weight: normal; 
    }

@font-face {
    font-family: "Onest-Medium"; 
    src: url("TTF/Onest-Medium.ttf") format("truetype"); 
    src: url("WOFF/Onest-Medium.woff") format("woff");
    font-style: normal; 
    font-weight: normal; 
    }

    @font-face {
        font-family: "Onest-Regular"; 
        src: url("TTF/Onest-Regular.ttf") format("truetype"); 
        src: url("WOFF/Onest-Regular.woff") format("woff");
        font-style: normal; 
        font-weight: normal; 
        }

        *, ::after, ::before {
            box-sizing: none;
        }

body{
    font-family: "Onest-Regular";
}
sup{vertical-align: super;
    font-size: smaller;
font-size: 10px;}

.phone a {
    margin-right: 10px;
    text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 900;
}
.phone-icon {
    font-size: 50px;
    line-height: 94px;
    animation: phone 1.5s ease-in-out infinite;
   }
   @keyframes phone {
    0%, 100% {
     transform: rotate(-20deg);
    }
    50% {
     transform: rotate(21deg);
    }
   }
   .delivery-baner{position: relative;}
   .delivery-baner img{max-width: 100%;  height: auto; }
   .delivery-baner button{ 
    font-size:1vw;
    
        position: absolute; 
        color: #000;
        background-color:#f7d62f;
        box-shadow: 0px 5px 0px 0px rgba(10, 10, 10, 0.205);
        border: none;
        border-radius: 5px;
        padding: 10px 10px;
        left: 28%;
        top: 28%;
        transition: 0.1s;
        
    }
    .delivery-baner-mobile button{ 
        display: none;
         width: 98%;
         margin: 4px;
         padding: 10px;
            color: #000;
            background-color:#ecb122;
            box-shadow: 0px 5px 0px 0px rgba(10, 10, 10, 0.205);
            border: none;
            border-radius: 5px;
            transition: 0.1s;
            
        }
    
    .delivery-baner button:hover{top: 27.7%;box-shadow: 0px 6px 0px 0px rgba(10, 10, 10, 0.205);}
    .delivery-baner button:active, .delivery-baner-mobile button:active{top: 29%;box-shadow:0px 2px 0px 0px rgba(10, 10, 10, 0.205);}

    .delivery-baner-mobile img{ margin:auto; display: none; max-width: 100%;
        height: auto;}

.card-title{ height: 10%;
    font-size:1em;
    font-family: "Onest-Bold";
}
.text-secondary{height: 8%;}


.card{height: 90%;}

.card-shadow{
    box-shadow: 0px 0 7px rgb(218, 218, 218);
}

.card-body {overflow-x: hidden; overflow-y: hidden;  }
.card-body img{ height: auto; width: 100%; margin: 10px 0;  border-radius: 10px ;   }
.getranke .card-body img{ height: auto; width: 65%; margin: 10px 15%;  border-radius: 10px ;   }

.price{width: 90%; 
    font-family: "Onest-Bold";
    font-size: 1.2em;
    
}
/* Info iccon*/
.price button{position: absolute; right:0px; }
 
.Info{ width: 24px; line-height: 18px; padding-top: 2px;  border-radius: 50%;  border: 2px solid #585858; color: #000000;text-align: center; cursor: pointer;}

/*END font family*/

.burger{ margin-top: 10px; margin-right: 20px; margin-left:-70px;  }
.burger:hover{
    animation: eye 0.3s ease-in-out;
    -webkit-animation: eye 0.3s ease-in-out;
}
@keyframes eye{
    75% { transform: scaleX(1.2); -webkit-transform: scaleX(1.2); -moz-transform: scaleX(1.2); -ms-transform: scaleX(1.2); -o-transform: scaleX(1.2); }
}

.navbar-toggler {
    width:100px; margin-left: 70px; 
}
.navbar-toggler:focus{
   box-shadow: none !important;
   
}
.navbar-toggler a:hover{
    animation: pulse 0.3s  ;
    -webkit-animation: pulse 0.3s  ;
}


.sticky-navbar a{
    font-family: "Onest-Medium"; 
    font-size: 14px;
    margin-right: 0px;
}
.sticky-navbar a:hover, .sticky-navbar a:focus-within{
    color: rgb(175, 134, 0); cursor: pointer;
}
 

div.sticky-navbar {
  
  background-color: #fff;
  overflow: auto;
  white-space: nowrap;
  margin: auto;
}

div.sticky-navbar a {
  display: inline-block;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}




.grey-footer{ position: fixed; bottom: 15px; left: 15px; background-color: #e8e8e8; border-radius:15px ; -webkit-border-radius:15px ; -moz-border-radius:15px ; -ms-border-radius:15px ; -o-border-radius:15px ; }
.grey-footer span{ float: left; margin: 10px 10px; font-family:"Onest-Medium";}
.nr{
font-size: 13px; padding-top: -10px;line-height: 18px;text-align: left;
}
.nr a{
    text-decoration: none; color: #000;
    }

    .graphic{
        font-size: 13px; line-height: 16px; text-align: left;
    }
    .graphic img{ margin-top: 10px; margin-left: 7px;
    
    }

@media only screen and (max-width: 1850px) {
    .footer{position: relative; max-width: 1849px; height: auto; text-align:center;}
    .wrap{display:inline-block; }
    .grey-footer{
        position: inherit; 
        float: right;
        height:auto;
        width: 300px;
        margin: 5px;
    }
    .review-widget_net {
        position: inherit;
        float: right;
        height: auto;
        width: 250px;
        margin: 5px;}

        
    
  }
  @media only screen and (min-width: 576px) {
    .card {
        min-height: 16rem;
    }
  }
  @media only screen and (max-width: 576px) {
    .review-widget_net {
        float: none;
    margin-left: 30px;}
    .footer{max-width: 300px;  margin: auto;}
    .card {
        
        height:100%; 
    }
    .card-title{ height: auto;
        font-size:1em;
        font-family: "Onest-Bold";
    }
    .text-secondary{height: auto;}
    .delivery-baner img, .delivery-baner button{display: none;}
        .delivery-baner-mobile img{ display: block; max-width: 100%; height: auto;}
        .price{width: 95%; margin-top: 20px;
        }
        .delivery-baner-mobile button{ 
            display:initial;
                
            }
}


.button-to-top{animation: spin 1s infinite linear;
}
.button-to-top img{ width: 50px; }
@keyframes spin {
    0%, 10% {
      transform: translate(0, 0);
    }
    90% {
      transform: translate(0,10%);
    }
    
  }

  #myBtn {
    display: none;
    background: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
  }
  



  
  





.go4269172405{display: none !important;}
.CookiebotWidget, .CookiebotWidget-logo{display: none !important;}

#CybotCookiebotDialogPoweredbyCybot svg{
    align-items: center;
    display: none !important;
    width: 50%;
}


