:root {
    --gold-color: #C79C53;
    --white-color: #F5F5F5;
    --green-color: #498061;
    --graphite-color: #3D3D3D;
    

}
@font-face {
    font-family: BlissPro;
    src: url("BlissProLight.ttf");
    
}
html {
    scroll-behavior: smooth;
    height: 100%;
}
html, body {
    padding: 0;
    margin: 0;
    background-color: var(--white-color);
    
    
}
img {
    width: 100%;
    height: auto;
}
.bodywrapper {
    display: grid;
    background: var(--white-color)
}
.kulichimg {
    max-width: 200px;
    position: relative;
    
}
.kulichgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    column-gap: 40px;
    text-align: center;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 100px;
    
}
.kulichdiv {
    max-width: 200px;
    align-content: end;
    padding-top: 20px;
}
.kulichdiv:last-of-type {
    grid-column: span 2;
    justify-self: center;
}
.kulichtitle {
    max-width: 200px;
    text-align: center;
    padding-bottom: 4px;
}
.kulichbutton {
    background-color: var(--gold-color);
    color: var(--white-color);
    padding-top: 5px;
    padding-bottom: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.oldprice {
    text-decoration: line-through;
}
.bignum {
    position: absolute;
    width: 15%;
    height: 15%;
    display: grid;
    align-items: center;
    color: white;
    /* font-size: 4em; */
    background: var(--gold-color);
    border: 1px solid;
    border-radius: 105px;
    margin-top: 20px;
    right: 0;
}
.cart-wrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 50px;
}
.cart {
    position: fixed;
    bottom: 0;
    height: 50px;
    background: var(--graphite-color);
    color: var(--white-color);
    width: 100%;
    display: grid;
    text-align: center;
    align-content: center;

}
.cart-selector {
    display: grid;
    grid-template-columns: 1fr min-content 1fr;
    text-align: center;

}

.collapsible {
    height: 0;
    opacity: 0;
    overflow: visible;
    transition: all .4s;
    pointer-events: none;
    background-color: white;
}


  .collapsible.is-open {
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 50px);
    opacity: 1;
    pointer-events: all;
    grid-template-columns: 100% 100% 100%;

}

.logo {
    max-width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

.itemstring {

    font-family: BlissPro;
}
.shoplist {
    display: grid;
    grid-auto-flow: row;
    overflow-y: scroll;
    grid-template-rows: min-content 1fr min-content;
}
.itemstring {
    display: grid;
    grid-template-columns: 70% 0.1fr 0.2fr;
    column-gap: 10px;
}
table {
    border-collapse: collapse;
    font-family: BlissPro;
    max-width: 85%;
    margin: 0 auto;

}
.tableheader {
    border-bottom: 1pt solid black;
}
.tablebottom {
    border-top: 1pt solid black;
}
.tbl {
    max-width: 90%;
    margin: 0 auto;

}

td {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.cartplus {
    display: grid;
}
tr {
    vertical-align: top;
}
.makeorder {
    max-width: 85%;
    display: grid;
    justify-content: center;
    height: 50px;
    border: 1px solid var(--gold-color);
    margin: 0 auto;
    align-items: center;
    font-family: 'BLISSPRO';
    margin-top: 40px;
    margin-bottom: 20px; 
    background: var(--gold-color);
    color: var(--white-color);

}
.ui-datepicker-title {
    display: none
}
.ui-datepicker-calendar th {
    display: none;
}

.repeatorder {
    display: grid;
    justify-content: center;
    height: 50px;
    border: 1px solid var(--gold-color);
    margin: 0 auto;
    align-items: center;
    font-family: 'BLISSPRO';
    margin-top: 40px;
    width: 100%;
}
.pickup {
    display: grid;
    max-width: 85%;
    margin: 0 auto;
}
.ui-datepicker-calendar {
    background: white;

    border: 1px solid var(--graphite-color);
    font-family: BlissPro;

}
input[type="date"]
{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}
.dostavkalist {
    background: white;
    /* overflow: scroll; */
    /* height: calc(100%-50px); */
    padding-bottom: 50px;
}
.todostavka {
    transform: translateX(-100%);
}

.cities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    column-gap: 15px;
    width: 90%;
    justify-content: center;
    align-self: center;
    align-content: center;
    margin: 0 auto;
    font-family: 'BlissPro';
}
.city {
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.selected.city {
    border-bottom:  1px solid var(--gold-color);
    
}
input {
    border-radius: 0;
}
.input {
 
    position: relative;
    width: 90%;
    margin: 0 auto;
   
    border: none;
    border-bottom: 1px solid #1e1e1e;
    background: none;
    display: grid;
    height: 45px;
    align-content: center;
}
.schinput {
    outline: none;
    border: none;
}
input:-internal-autofill-selected {
    background-color: none !important;
}

.dostavka-checkbox {
    padding-top: 15px;
}
 

.checkboxline {
    display: grid;
    grid-template-columns: 22px 1fr;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    column-gap: 10px;
    padding-bottom: 10px;

}
input[type=checkbox] {
    width: 100%;
}

input:checked {
    width: 100%;
    background: red;
}

.rounded {
    border-radius: 180px;
    /* border-color: #1e1e1e; */
    /* border-color:  */
    border: 1px solid  var(--gold-color);;
    height: 20px;
    display: grid;
    text-align: center;
    justify-content: center;
    align-content: center;
}
.rounded div {
    
    font-family: "BlissPro";
}
.rounded span {
    font-size: 59px;
    display: grid;
    text-align: center;
    color: var(--gold-color);
    justify-content: center;
    align-items: center;
    justify-self: center;
    justify-items: center;

}
.tocheckout {
    transform: translateX(-200%);
}

.delivery {
    display: grid;
    grid-template-rows: 1fr 1fr;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 15px;
}
.lavkalist {
    display: grid;
    margin: 0 auto;
    max-width: 90%;
    padding-bottom: 10px;

}
.flatdiv {
    display: grid;
    grid-template-columns: min-content min-content;
    justify-content: start;
    column-gap: 15px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.flatlabel {
    text-wrap: nowrap;
    font-family: BlissPro;
}
.flatnum {
    max-width: 40px;
    font-family: BlissPro;
    /* height: 35px; */
    border: 0;
    border-bottom: 1px solid black;
    outline: none;
}
.comment {
    min-height: 30px;
    outline: none;
}
.notice {
    font-family: BlissPro;
}
.dateinput {
    font-family: BlissPro;
    padding-top: 10px;
    padding-bottom: 5px;
    
}
.input.date{
    padding-top: 10px;
    padding-bottom: 5px;
    border: none;
}
#suggest {
    /* position: relative; */
}
.suc-wrap {
    display: grid;
    max-width: 90%;
    margin: 0 auto;
}

.yourorder {
    font-family: BlissPro;
    padding-bottom: 10px;
    text-align: center;
}
.orderstatus  {
    font-family: BlissPro;
    text-align: center;
}
.finalshow {
    display: grid;
    grid-template-columns: 1fr 0.2fr 0.2fr;
    column-gap: 10px;
    font-family: BlissPro;
}

.sostav {
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'BLISSPRO';
}
.line {
    padding-bottom: 2px;
}
.line:after {
    content: "";
    position: absolute;
    width: 90%;
    display: grid;
    border-bottom: 1px solid;
    padding-top: 2px;
    padding-bottom: 2px;
}
.third {
    padding-top: 4px;
}
.finaloverall {
    display: grid;
    grid-template-columns: min-content min-content;
    justify-content: end;
    column-gap: 10px;
    padding-top: 10px;
    font-family: BlissPro;
}
.finaloverall div {
    text-wrap: nowrap;
}
.grass {
    position: fixed;
    bottom: -100px;
    left: 0px;
    max-height: 90px;
}
.grass.shown {
    bottom: -30px;
    transition: bottom ease-in-out 1s;
}
@keyframes run1 {
  0% {
    left: 0px;
    bottom: 30px;
  }
  5% {
    left: 5px;
    bottom: 10px;
  }
  10% {
    left: 10px;
    bottom: 12px;
  }

}
@keyframes run {
    100% {
        left: 100%
    }
  }

@keyframes bounce {
    0% {
        bottom: 0px
    }
    50% {
        bottom: 250px;
    }
    100% {
        bottom: 0px;
    }
}
@keyframes showegg {
    0% {
        bottom: -100px
    }
    100% {
        bottom: 0px
    }
}
@keyframes hideegg {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: -100px;
    }
}
@keyframes right-rotate-go {
    0% {
        right: -100%;
        transform: scaleX(1);
    }
    49% {
        right: 30%;
        transform: scaleX(1);
    }
    50% {
        right: 30%;
        transform: scaleX(-1);
    }
    60% {
        right: 30%;
        transform: scaleX(-1);
    }
    70% {
        right: 30%;
        transform: scaleX(1);
    }
    80% {
        transform: scaleX(1);
        right: 100%;
    }
    100% {
        transform: scaleX(1);
        right: 200%;
    }
}
.rabbit svg {
    width: 67px;
    height: auto;
    position: fixed;
    bottom: 0px;
    left: -67px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    
    animation: run 5s infinite ,bounce 2s infinite;
    
    
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    animation-delay: 3s;

}
.rabbit2 svg {
    width: 67px;
    height: auto;
    position: fixed;
    bottom: 0px;
    right: -100px;
    animation: right-rotate-go 10s;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    animation-delay: 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;

}
.egg { 
    position: absolute;
    left: 68%;
    bottom: -100px;
    animation: showegg 5s, hideegg 1s;
    animation-delay: 3s,10s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}