/*
Theme Name: New New Mood
Theme URI: https://doroshuk.online
Author: Doroshuk Andrii
Author URI: https://doroshuk.online
Description: The site is responsive for any device, developed specifically for the Mood Street Food restaurant. Has a unique design and functionality for online commerce
*/


.drawer-list {
    z-index: 999;
    font-family: 'Lato', sans-serif;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    transform: translate(100vw, 0);
    /* ie workaround */
    -ms-transform: translatex(100vw);
    box-sizing: border-box;
    pointer-events: none;
    padding-top: 175px;
    transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
    border-bottom-left-radius: 200vw;
    border-bottom-right-radius: 200vw;
    border-top-left-radius: 200vw;
    border-top-right-radius: 200vw;
    background-color: #000000;
    background-color: hsl(0, 0%, 0%, 0.9);
  }
  @media (min-width: 768px) {
    .drawer-list {
      width: 40vw;
    }
  }
  @media (max-width: 768px) {
    .drawer-list {
      padding-top: 230px;
    }
  }
  @media (max-width: 740px) {
    .drawer-list {
      padding-top: 200px;
    }
  }
  @media (max-width: 580px) {
    .drawer-list {
      padding-top: 140px;
    }
  }
  @media (max-width: 440px) {
    .drawer-list {
      padding-top: 110px;
    }
  }
  @media (max-width: 265px) {
    .drawer-list {
      padding-top: 145px;
    }
  }
  .drawer-list ul {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    pointer-events: auto;
  }
  .drawer-list li {
    list-style: none;
    text-transform: uppercase;
    pointer-events: auto;
    white-space: nowrap;
    box-sizing: border-box;
    transform: translatex(100vw);
    /* ie workaround */
    -ms-transform: translatex(100vw);
  }
  .drawer-list li:last-child {
    margin-bottom: 2em;
  }
  .drawer-list li a {
    text-decoration: none;
    color: #feed01ff;
    text-align: center;
    display: block;
    padding: 0.5rem;
    font-size: calc(26px - .5vw);
  }
  @media (min-width: 768px) {
    .drawer-list li a {
      text-align: center;
      padding: .5rem;
    }
  }
  .drawer-list li a:hover {
    cursor: pointer;
    color: #000000;
    font-weight: 700;
    background-color: #feed01ff;
    background-color: hsl(56, 99%, 50%, 0.8);
  }
  
  input.hamburger {
    display: none;
  }
  input.hamburger:checked ~ .drawer-list {
    transform: translatex(0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  input.hamburger:checked ~ .drawer-list li {
    transform: translatex(0);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(1) {
    transition: transform 1.5s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(2) {
    transition: transform 1.5s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(3) {
    transition: transform 1.5s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(4) {
    transition: transform 1.5s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(5) {
    transition: transform 1.5s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(6) {
    transition: transform 1.5s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(7) {
    transition: transform 1.5s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(8) {
    transition: transform 1.5s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(9) {
    transition: transform 1.5s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(10) {
    transition: transform 1.5s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(11) {
    transition: transform 1.5s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(12) {
    transition: transform 1.5s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(13) {
    transition: transform 1.5s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(14) {
    transition: transform 1.5s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(15) {
    transition: transform 1.5s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(16) {
    transition: transform 1.5s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(17) {
    transition: transform 1.5s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(18) {
    transition: transform 1.5s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(19) {
    transition: transform 1.5s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(20) {
    transition: transform 1.5s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(21) {
    transition: transform 1.5s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(22) {
    transition: transform 1.5s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(23) {
    transition: transform 1.5s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(24) {
    transition: transform 1.5s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(25) {
    transition: transform 1.5s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(26) {
    transition: transform 1.5s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(27) {
    transition: transform 1.5s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(28) {
    transition: transform 1.5s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(29) {
    transition: transform 1.5s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(30) {
    transition: transform 1.5s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(31) {
    transition: transform 1.5s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(32) {
    transition: transform 1.5s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(33) {
    transition: transform 1.5s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(34) {
    transition: transform 1.5s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(35) {
    transition: transform 1.5s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(36) {
    transition: transform 1.5s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(37) {
    transition: transform 1.5s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(38) {
    transition: transform 1.5s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(39) {
    transition: transform 1.5s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(40) {
    transition: transform 1.5s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(41) {
    transition: transform 1.5s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(42) {
    transition: transform 1.5s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(43) {
    transition: transform 1.5s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(44) {
    transition: transform 1.5s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(45) {
    transition: transform 1.5s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(46) {
    transition: transform 1.5s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(47) {
    transition: transform 1.5s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(48) {
    transition: transform 1.5s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(49) {
    transition: transform 1.5s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(50) {
    transition: transform 1.5s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li a {
    padding-left: 15px;
  }
  input.hamburger:checked ~ label > i {
    background-color: transparent;
    transform: rotate(90deg);
  }
  input.hamburger:checked ~ label > i:before {
    transform: translate(-50%, -50%) rotate(315deg);
  }
  input.hamburger:checked ~ label > i:after {
    transform: translate(-50%, -50%) rotate(-315deg);
  }
  input.hamburger:checked ~ label close {
    color: #000000;
    width: 100%;
  }
  input.hamburger:checked ~ label open {
    color: transparent;
    width: 0;
  }
  
  label.hamburger {
    z-index: 9999;
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
  }
  label.hamburger:hover {
    cursor: pointer;
  }
  label.hamburger text close,
  label.hamburger text open {
    text-transform: uppercase;
    font-size: .8em;
    align-content: center;
    position: absolute;
    transform: translateY(50px);
    text-align: center;
    overflow: hidden;
    transition: width .25s .35s, color .45s .35s;
  }
  label.hamburger text close {
    color: transparent;
    left: 0;
    width: 0;
  }
  label.hamburger text open {
    color: #000000;
    width: 100%;
  }
  label.hamburger > i {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50%;
    background-color: #feed01ff;
    pointer-events: auto;
    transition-duration: .35s;
    transition-delay: .35s;
    /* box-shadow: 0px 0px 10px 5px#feed01ff; */
  }
  label.hamburger > i:before, label.hamburger > i:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    left: 50%;
    background-color: #feed01ff;
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
    /* box-shadow: 0px 0px 10px 5px#feed01ff; */
  }
  label.hamburger > i:before {
    transform: translate(-50%, -14px);
  }
  label.hamburger > i:after {
    transform: translate(-50%, 14px);
  }
  
  label.hamburger {
    position: fixed;
    top: 35px;
    left: 35px;
    
  }
  @media (max-width:680px) {
    label.hamburger {
      top: 15px;
      left: 15px;
    }
  }
  
  
* {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat Alternates', sans-serif;
    box-sizing: border-box;
}
p {
    text-indent: 30px;
}
button:focus, input:focus, textarea:focus, a:focus {
    outline: none !important;
}

a:hover, a {
    text-decoration: none;
    color: #feed01ff;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
body {
    overflow-x: hidden;
}
body.no-scroll {
    overflow: hidden;
}

.page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

img {
    max-width: 100%;
    min-height: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.full-basket {
    display: none;
}
.full-basket.active{
    text-align: center;
    display: block;
    color: #000000;
    position: fixed;
    border-radius: 50%;
    border: 1px solid #feed01ff;
    right: 15px;
    top: 15px;
    padding: 0.5rem;
    z-index: 9999;
    /* background: url(/assets/img/basket_yellow.png) no-repeat center; */
    background-color: hsl(0, 0%, 0%, 0.4);
    transition: .1s linear;
    background-size: 50px 50px;
}
.full-basket .yell {
    height: 50px;
    display: block;
}
.full-basket .black {
    display: none;
}
.full-basket.active.full .yell {
    display: none;
}
.full-basket.active.full .black {
    display: block;
    height: 50px;
}
@keyframes basket {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
  }
  @keyframes basket-below {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.6);
    }
    100% {
        transform: scale(1);
    }
  }
.full-basket.active.full {
    text-align: center;
    display: block;
    color: #000000;
    position: fixed;
    border-radius: 50%;
    border: 1px solid #feed01ff;
    width: 70px;
    height: 70px;
    right: 15px;
    top: 15px;
    padding-top: 0.1rem;
    z-index: 9999;
    /* background: url(/assets/img/basket_black_full.png) no-repeat center; */
    background-color: hsl(0, 0%, 100%, 0.4);
    background-size: 50px 50px;
    transition: .1s linear;
}
.full-basket.active.full.bang {
    animation: basket 0.3s 1;
}
.full-basket.active.full.below {
    animation: basket-below 0.3s 1;
}
.arrow{
    display: none;
    opacity: 0.8;
}
.arrow.active{
    display: block;
    color: #feed01ff;
    position: fixed;
    border-radius: 50%;
    border: 1px solid #feed01ff;;
    right: 15px;
    bottom: 15px;
    animation: arrowbottom 1.5s infinite;
    z-index: 999;
    background: hsla(0, 0%, 0%, 0.357);
    
}

@keyframes arrowbottom {
    0% {
      bottom: 40px;
    }
    50% {
      bottom: 20px;
    }
    100% {
      bottom: 40px;
    }
  }
@media (max-width: 420px) {
    .arrow.active{
        right: 1px;
        bottom: 5px;
    }
}
.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}
/* Header
========================*/
.header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    
}
.header__inner {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 5px 5px;
    
}
.work-time {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    background: hsl(56, 99%, 50%, 0.9);
    border-radius: 2em;
    padding: 1em;
}
.work-time.active {
    background: #000000;
    color: #feed01ff
}
.work-time.active a{
    color: #feed01ff;
    font-weight: 300;
}
.work-time a {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #000000;
}
.logo {
    text-align: center;
}
.logo img {
    width: 80%;
}

/* Social_icons
========================*/

.social {
    display: flex;
}

.social__item {
    width: 80px;
    height: 80px;
    margin-right: 40px;
    background-color: hsl(56, 99%, 50%, 0.9);

    border: 2px solid #000000;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0px 0px 8px 3px #000000;
    transition: .3s linear;
}
.social__icon {
    fill: #000000;
    height: 50px;

    transition: .3s linear;
}
.social__item:hover {
    background: #feed01ff;
    border: 2px solid #000000;
    box-shadow: 0px 0px 2px 1px #feed01ff;
}
.social__item:hover .social__icon{
    fill: #000000;
}
@media (max-width:990px) {
    .work-time {
        font-size: 14px;
    }
}
@media (max-width:910px) {
    .work-time {
        font-size: 12px;
    }
    .logo img {
        width: 80%;
    }
    .social__item {
        width: 60px;
        height: 60px;
        margin-right: 60px;
    }
    .social__icon {
        height: 30px;
    }
}
@media (max-width:870px) {
    .work-time .phone {
        font-size: 14px;
        letter-spacing: 0.1em;
        margin-bottom: 5px;
    }
    .work-time {
        font-size: 12px;
    }
    .social__item {
        width: 40px;
        height: 40px;
        margin-right: 30px;
    }
    .social__icon {
        height: 20px;
    }
}
@media (max-width:780px) {
    .work-time {
        font-size: 10px;
    }
    .social__item {
        border: 1px solid #feed01ff;
    }
}
@media (max-width:740px) {
    .logo img {
        width: 60%;
    }
    .social__item {
        margin-right: 20px;
    }
    .header__inner {
        padding-left: 30px;
    }
    .header__inner {
        flex-wrap: wrap;
    }
}
@media (max-width:580px) {
    .header__inner {
        padding: 5px 10px 5px 10px;
    }
    .logo img {
        width: 50%;
    }
    .logo {
        text-align: center;
        width: 40%;
        margin-right: -15px;
    }
    .work-time .phone {
        font-size: 11px;
        letter-spacing: 0.1em;
    }
    .work-time {
        font-size: 10px;
    }
    .social {
        margin-top: 30px;
        margin-left: 15px;
    }
    .social__item {
        margin-right: 15px;
    }
}
@media (max-width:540px) {
    .work-time .phone {
        font-size: 10px;
    }
    .work-time {
        font-size: 8px;
    }
    .social {
        padding-left: 10px;
        padding-top: 20px;
    }
    .full-basket.active{
        right: 8px;
    }
    
    .full-basket.active.full {
        right: 8px;
    }
}
@media (max-width:460px) {
    .social {
        padding-left: 10px;
        padding-top: 10px;
    }

}
@media (max-width:440px) {
    .logo {
        width: 130px;
    }
    .social__item {
        width: 30px;
        height: 30px;
        border: 1px solid #feed01ff;
    }
    .social__icon {
        height: 15px;
    }

}
@media (max-width:390px) {
    .logo {
        margin-right: -25px;
    }
    .social {
        margin-right: -35px;
    }
}

@media (max-width:345px) {
    .work-time .phone {
        font-size: 8px;
    }
    .work-time {
        font-size: 6px;
    }
    .logo {
        width: 40%;
        height: 40%;
    }
    .social__item {
        width: 20px;
        height: 20px;
    }
    .social__icon {
        height: 10px;
    }
}
@media (max-width:260px) {

    .logo {
        margin-right: 0;
        width: 60%;
        height: 60%;
    }
    .work-time {
        margin-top: 15px;
    }

}

/* Kitchen-menu
========================*/

.kitchen-menu {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: auto;
}
.title {
    display: none;
    font-family: 'Lato', sans-serif;
    color: #feed01ff;
    font-size: 60px;
}
.subtitle {
    display: inline;
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px hsl(0, 0%, 0%, 0.4);
    background: #feed01ff;
    border-radius: 0.5em;
    padding: 0.3em 0.5em;
}
.kitchen-menu__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 80px 5px 90px;
    justify-content: space-between;
    margin-top: 40px;
}
.kitchen-menu__position {
    width: 25%;
    position: relative;
    margin-right: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.description-position {
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #feed01ff;
    text-shadow: 1px 1px 8px #000000;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    width: 350px;
    border-radius: 1em;
    padding: 1em;
    transition: 0.3s;
}
.description-position:hover {
    transform: scale(1.2) translateY(10%);
    background: hsl(0, 0%, 0%, 0.4);
    border-radius: 1em;
    padding: 1em;
}

.img-position {
    position: relative;
    width: 350px;
    overflow: hidden;
}
.img-position__inner {
    transition: 0.4s;
}
.img-position__inner:hover {
    transform: scale(1.5);
    filter: opacity(0.9);
}
.name-position {
    display: block;
    position: relative;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #000000;
    font-size: 36px;
    background: #feed01ff;
    padding: .2em;
    top: 0;
    line-height: 1;
    left: 0;
    width: 350px;
}
.cost-position {
    position: relative;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    color: #feed01ff;
    text-shadow: 1px 1px 4px #000000;
    font-size: 36px;
    /* background: #a6af7f; */
    padding: .1em 0.5em;
    right: 0;
}
.cost-position span{
    position: absolute;
    transform: translateX(-45%);
}
.uah {
    fill: #feed01ff;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translate(-50px, 10px);
}
.description-dish {
    margin: 35px 5px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30%;
    width: 350px;
    justify-content: space-between;
}
.weight-dish {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
    color: #a6af7f;
    font-size: 20px;
    text-transform: uppercase;
    
    background: #000000;
    border-radius: 1em;
    padding: .5em;
}

.size-dish-m label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #000000;
    font-size: 36px;
    font-weight: 900;
    border: 2px solid #feed01ff;
    border-radius: 50%;
    padding: 0.16em 0.6em 0.05em 0.58em;
    background: #a6af7f93;
    box-shadow: 2px 2px 5px 2px #000000;
}
.size-dish-l label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #000000;
    font-size: 36px;
    font-weight: 900;
    border: 2px solid #feed01ff;
    border-radius: 50%;
    padding: 0.12em 0.6em 0.05em 0.7em;
    background: #a6af7f93;
    box-shadow: 2px 2px 5px 2px #000000;
}
.size-dish-xl label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #000000;
    font-size: 36px;
    font-weight: 900;
    border: 2px solid #feed01ff;
    border-radius: 50%;
    padding: 0.16em 0.5em 0.05em 0.55em;
    background: #a6af7f93;
    box-shadow: 2px 2px 5px 2px #000000;
}
.size-dish label {
    display: inline-block;
    margin-right: 20px;
    transition: .3s linear;
    margin-top: 5px;
}
.size-dish input[type=radio] {
    display: none;
}
.size-dish label  {
	display: inline-block;
	cursor: pointer;
	user-select: none;
}
.size-dish input[type=radio]:checked + label {
    color: #000000;
    border: 2px solid hsl(0, 0%, 0%, 0.8);
    background:  hsl(56, 99%, 50%);
    box-shadow: 0px 0px 2px 1px #000000;
}
.size-dish input[type=radio]:disabled + label {
    color: #000000;
    border: 2px solid hsl(0, 0%, 0%, 0.8);
    background:  hsl(56, 99%, 50%, 0.1);
    box-shadow: 0px 0px 2px 1px #000000;
}

.size-dish label:hover {
    color: #000000;
    border: 2px solid hsl(0, 0%, 0%, 0.8);
    background:  #feed01ff;
    box-shadow: 2px 2px 5px 2px #000000;
}
.size-dish label:last-child {
    margin-right: 0;
}
.shoping {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
    display: flex;
    
    background: hsl(0, 0%, 0%, 0.7);
    border-radius: 1em;
    padding: .5em 3em;
    font-family: 'Pacifico', cursive;
    letter-spacing: 0.1em;
    font-weight: 300;
    color: #feed01ff;
}
.minus-position, .value-position, .plus-position {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    color: #feed01ff;
    font-size: 40px;
    /* text-shadow: 3px 3px 10px #000000; */
}
.shop-basket {
    width: 40px;
    height: 40px;

    padding: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-basket__icon {
    fill: #feed01ff;
    height: 50px;
    filter: drop-shadow(0 0 8px #000000);
    transition: .2s linear;
}
.shop-basket__icon.active {
    fill: #23f310;
    transition: .2s linear;
}
.shop-basket__icon.active:hover {
    fill: hsl(115, 90%, 51%, 0.6);
}
.shop-basket__icon:hover {
    fill: hsl(56, 99%, 50%, 0.6);
}

@media (max-width:1200px) {
    .kitchen-menu__position {
        width: 40%;
    }

    .description-dish {
        margin-top: 25%;
    }
}

@media (max-width:890px) {
    .img-position {
        width: 250px;
    }
    .description-position {
        width: 250px;
    }
    .name-position {
        width: 250px;
        font-size: 26px;
    }
    .description-dish {
        margin-top: 40%;
        width: 250px;
    }
    .cost-position {
        font-size: 26px;
    }
    .uah {
        width: 13px;
        height: 13px;
        transform: translate(-35px, 8px);
    }
    .size-dish-m label {
        font-size: 26px;
        font-weight: 700;
    }
    .size-dish-l label {
        font-size: 26px;
        font-weight: 700;
    }
    .size-dish-xl label {
        font-size: 26px;
        font-weight: 700;
    }
    .size-dish label {
        margin-right: 0;
    }
    .shoping {
        font-size: 12px;
    }
}
@media (max-width:800px) {
    .description-dish {
        margin-top: 45%;
    }
    .uah {
        width: 15px;
        height: 15px;
        transform: translate(-35px, 8px);
    }
}
@media (max-width:740px) {
    .img-position {
        width: 200px;
    }
    .description-position {
        width: 200px;
        font-size: 12px;
    }
    .name-position {
        width: 200px;
        font-size: 20px;
    }
    .description-dish {
        margin-top: 50%;
        width: 200px;
    }
    .cost-position {
        font-size: 20px;
    }
    .uah {
        width: 12px;
        height: 12px;
        transform: translate(-29px, 5px);
    }
    .size-dish-m label {
        font-size: 22px;
        border: 1px solid #feed01ff;
        padding: 0.12em 0.6em 0.03em 0.58em;
    }
    .size-dish-l label {
        font-size: 20px;
        border: 1px solid #feed01ff;
        padding: 0.12em 0.6em 0.02em 0.7em;
    }
    .size-dish-xl label {
        font-size: 20px;
        border: 1px solid #feed01ff;
        padding: 0.12em 0.5em 0.02em 0.5em;
    }
    .size-dish label {
        margin-right: 0;
    }
    .size-dish label:hover {
        border: 1px solid hsl(0, 0%, 0%, 0.8);
    }
    .size-dish input[type=radio]:checked + label {
        border: 1px solid hsl(0, 0%, 0%, 0.8);
    }
    .shoping {
        font-size: 12px;
    }
    .minus-position, .value-position, .plus-position {
        font-size: 30px;
    }
    .shop-basket {
        width: 30px;
        height: 30px;
    }
    .shop-basket__icon {
        height: 37.75px;
    }
}
@media (max-width:700px) {
    .size-dish label {
        font-size: 16px;
    }
    .description-dish label {
        margin-top: 55%;
    }
}
@media (max-width:635px) {
    .description-dish {
        margin-top: 60%;
    }
    .shoping {
        font-size: 10px;
    }
}
@media (max-width:600px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 150px;
    }
    .kitchen-menu__position {
        width: 100%;
        width: 300px;
    }
    .img-position {
        width: 300px;
    }
    .description-position {
        width: 300px;
        font-size: 10px;
    }
    .name-position {
        width: 300px;
        font-size: 30px;
    }
    .description-dish {
        margin-top: 20%;
        width: 300px;
    }
    .cost-position {
        font-size: 30px;
    }
    .uah {
        transform: translate(-38px, 8px);
    }
    .size-dish-m label {
        font-size: 30px;
    }
    .size-dish-l label {
        font-size: 30px;
    }
    .size-dish-xl label {
        font-size: 30px;
    }
    .minus-position, .value-position, .plus-position {
        font-size: 40px;
    }
    .shop-basket {
        width: 40px;
        height: 40px;
    }
    .shop-basket__icon {
        height: 50px;
    }
}
@media (max-width:590px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 145px;
    }
 
}
@media (max-width:580px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 140px;
    }
 
}
@media (max-width:570px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 135px;
    }
 
}
@media (max-width:560px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 130px;
    }
 
}
@media (max-width:550px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 125px;
    }
    .subtitle {
        font-size: 26px;
    }
 
}
@media (max-width:540px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 120px;
    }
 
}
@media (max-width:530px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 115px;
    }
 
}
@media (max-width:520px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 110px;
    }
}
@media (max-width:505px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 115px;
    }
    .subtitle {
        font-size: 20px;
    }
    .kitchen-menu__position {
        width: 240px;
    }
    .img-position {
        width: 240px;
    }
    .description-position {
        width: 240px;
        font-size: 10px;
    }
    .name-position {
        width: 240px;
        font-size: 20px;
    }
    .description-dish {
        margin-top: 25%;
        width: 240px;
    }
    .cost-position {
        font-size: 22px;
    }
    .uah {
        width: 14px;
        height: 14px;
        transform: translate(-38px, 5px);
    }
    .cost-position span{
        transform: translateX(-60%);
    }
    .size-dish-m label {
        font-size: 20px;
    }
    .size-dish-l label {
        font-size: 20px;
    }
    .size-dish-xl label {
        font-size: 20px;
    }
    .minus-position, .value-position, .plus-position {
        font-size: 30px;
    }
    .shop-basket {
        width: 30px;
        height: 30px;
    }
    .shop-basket__icon {
        height: 37.75px;
    }
    
}
@media (max-width:445px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 105px;
    }
    .subtitle {
        font-size: 16px;
    }
    .arrow.active{
        right: 5px;
        bottom: 15px;
    }
}

@media (max-width:425px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 83px;
    }
}

@media (max-width:390px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 73px;
    }
    .arrow.active{
        right: 3px;
        width: 60px;
        height: 60px;
    }
}
@media (max-width:370px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 60px;
    }
}
@media (max-width:360px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 50px;
    }
}
@media (max-width:340px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 40px;
    }
}
@media (max-width:320px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 45px;
    }
}
@media (max-width:300px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 20px;
    }
    .subtitle {
        font-size: 14px;
    }
}
@media (max-width:280px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 5px;
    }
    .subtitle {
        font-size: 12px;
    }
    .description-position:hover {
        transform: scale(1) translateY(10%);
    }
}
@media (max-width:265px) {
    .kitchen-menu__inner {
        padding: 5px 20px 5px 1px;
    }
    .subtitle {
        font-size: 10px;
    }

}
@media (max-width:200px) {
    .name-position {
        font-size: 14px;
    }
    .kitchen-menu__inner {
        padding: 5px 15px 5px 15px;
    }
    .subtitle {
        font-size: 9px;
    }
}
@media (max-width:185px) {
    .name-position {
        font-size: 12px;
        right: 0;
    }
    .kitchen-menu__inner {
        padding: 5px 5px;
    }
    .subtitle {
        font-size: 8px;
    }
}

.subtitle-philosophy {
    text-align: center;
    display: block;
    color: #feed01ff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    padding: 15px;
    /* text-shadow: 0px 0px 32px #feed01ff; */
    background: #090c00;
    margin-top: 40px;
    margin-bottom: 40px;
}
.accordion {
    margin-top: 50px;
}
  
.philosophy-link {
    text-align: center;
    display: block;
    padding: 30px;
    color: #feed01ff;
    font-size: 28px;
    font-family: 'Montserrat Alternates', sans-serif;
    transition: .4s linear;
    font-style: italic;
}
.philosophy-link:hover {
    text-decoration: none;
    color: #feed01ff;
    font-weight: 700;
}
  
.card {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #feed01ff !important;
    background: none;
}
.card:first-child {
    border-top: 2px solid #feed01ff;
}
.card-header {
    margin-bottom: 0;
    background-color: hsla(20, 6%, 10%, 0.3);
    border-bottom: none;
    padding: 0;
}
.card-body {
    font-style: italic;
    font-family: 'Lato', sans-serif;
    text-align: left;
    background-color: #090c00;
    color: #feed01ff;
    font-size: 26px;
    padding: 5px 50px 20px 50px;
    
}
@media (max-width: 580px) {
    .accordion {
        margin-top: 20px;
    }

    .philosophy-link {
        padding: 10px;
        font-size: 26px;
    }

    .card-body {
        padding: 5px 30px 20px 30px;
        font-size: 20px;
    }
}

@media (max-width: 430px) {
    .accordion {
        margin-top: 10px;
    }

    .philosophy-link {
        padding: 10px;
        font-size: 22px;
    }

    .card-body {
        padding: 5px 20px 10px 20px;
        font-size: 18px;
    }
}
.articles__title {
    text-align: center;
    display: block;
    color: #090c00;
    font-family: 'Montserrat Alternates', sans-serif;
    padding: 15px;
    background: hsl(56, 99%, 50%, 0.9);
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
}

.articles__inner {
    margin-top: 30px;
}
.articles__subtitle {
    margin-bottom: 15px;
    font-style: italic;
}
.articles-position {
    color: #feed01ff;
    font-size: 14px;
}
.articles__content {
    font-style: italic;
    font-family: 'Lato', sans-serif;
    text-align: justify;
    background-color: #090c00;
    color: hsla(56, 99%, 50%, 0.7);
    font-size: 14px;
    padding: 30px;
}
.more {
    font-weight: 900;
}
.articles__content span {
    display: none;
}


.delivery__inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.delivery__text {
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: left;
    background-color: hsl(75, 100%, 2%, 0.8);
    color: #feed01ff;
    font-size: 16px;
    padding: 5px 50px 20px 50px;
    width: 50%;
    
}

.delivery__map {
    width: 45%;
    padding: 20px;
    margin: 20px;
    height: 350px;
}

.delivery__terms {
    width: 100%;
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: left;
    background-color: #080a00;
    color: #feed01ff;
    font-size: 16px;
    padding: 5px 50px 20px 50px;
    margin-bottom: 40px;
}
.delivery__sign {
    text-align: right;
    font-style: italic;
    padding-right: 100px;
}
.delivery__hr {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #feed01ff;
    margin: 20px 0;
}

.delivery__phone {
    font-family: 'Montserrat Alternates', sans-serif;
    color: #feed01ff;
    text-decoration: none;
}
@media (max-width: 960px) {
    .delivery__text {
        padding: 5px 10px 20px 50px;
        width: 40%;
    }
    
    .delivery__map {
        width: 55%;
        padding: 10px;
        margin: 10px;
        height: 350px;
    }
    
    .delivery__terms {
        padding: 5px 20px 20px 50px;
    }
}
@media (max-width: 860px) {
    .delivery__text {
        font-size: 14px;
        padding: 5px 30px 20px 50px;
        width: 45%;
    }
    
    .delivery__map {
        width: 50%;
    }
}
@media (max-width: 760px) {
    .delivery__text {
        font-size: 12px;
        padding: 5px 10px 10px 30px;
        width: 45%;
    }
    
    .delivery__map {
        width: 50%;
    }
    .delivery__terms {
        padding: 5px 20px 20px 20px;
    }
}
@media (max-width: 670px) {  
    .delivery__map {
        width: 50%;
        height: 300px;
        margin-top: 100px;
    }
}
@media (max-width: 580px) {  
    .delivery__map {
        width: 50%;
        height: 250px;
    }
}
@media (max-width: 500px) {  
    .delivery__map {
        width: 100%;
        text-align: center;
        height: 350px;
        margin-top: 10px;
    }
    .delivery__text {
        font-size: 12px;
        padding: 5px 10px 10px 30px;
        width: 100%;
    }
}
@media (max-width: 450px) {  
    .delivery__map {
        height: 250px;
    }
}
@media (max-width: 390px) {  
    .delivery__terms {
        font-size: 14px;
    }
    .delivery__sign {
        padding-right: 10px;
    }

}
.footer {
    margin-top: auto;
    bottom: 0;
    background: hsl(0, 0%, 0%, 0.8);
    width: 100%;
}

.partners {
    width: 100%;
    text-align: center;
}
.title-partners {
    font-size: 30px;
    color: #feed01ff;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
}
.partner {
    width: 150px;
    margin: 10px 30px;
}
.adress {
    font-family: 'Lato', sans-serif;
    color: #feed01ff;
    font-size: 16px;
    text-align: center;
}
.copyright {
    color: #444440;
    margin: 0px 50px 20px 0px;
    opacity: 0.8;
    font-size: 12px;
    text-align: right;
}
.copyright a {
    color: #feed01ff;
    opacity: 0.4;
}
@media (max-width:460px) {
    .title-partners {
        font-size: 20px;
    }
    .partner {
        width: 100px;
        margin: 5px 15px;
    }
    .copyright {
        color: #444440;
        margin: 0px 25px 10px 0px;
        opacity: 0.8;
        font-size: 10px;
        text-align: right;
    }
}
@media (max-width:330px) {
    .title-partners {
        font-size: 18px;
    }
    .partner {
        width: 80px;
        margin: 5px 10px;
    }
    .copyright {
        color: #444440;
        margin: 0px 20px 8px 0px;
        opacity: 0.8;
        font-size: 8px;
        text-align: right;
    }
}


.modal {
    width: 100%;
    height: 100%;
    padding: 1rem 1rem;

    background-color: hsl(0, 0%, 0%, .6);

    position: fixed;

    z-index: 9999;

    overflow: auto;

    opacity: 0.1;

    display: none;
}
.modal.show {
    display: flex;
    opacity: 1;
}

.modal__dialog {
    width: 100%;
    max-width: 900px;
    margin: auto;

    background-color: #090c00;
    position: relative;

    transform: rotateX(90deg);
    transition: transform .5s linear;
    box-shadow: 0px 0px 4px tomato;
}
.modal__dialog.full {
    box-shadow: 0px 0px 4px #23f310;
}

.modal__close {
    width: 34px;
    height: 34px;
    padding: 0;

    background: none;
    border: 0;
    cursor: pointer;
    outline: none;

    position: absolute;
    top: .9rem;
    right: .9rem;
    z-index: 1;

    transition: transform .5s linear;
}
.modal__close:hover {
    transform: rotate(180deg);
}
.modal__content {
    padding: 2rem 1rem 5rem 1rem;
}
.modal__title {
    font-size: 2rem;
    text-transform: uppercase;
    color:  #feed01ff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3.6rem;
    text-decoration: underline;
}

.basket__inner {
    display: flex;
    justify-content: space-between;
}
.basket__whom {
    padding: 0 2rem;
    width: 50%;
    display: flex;
    flex-direction: column;
}
.basket__what {
    padding: 0 2rem;
    color: #ffffff;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}



/* Kitchen-menu basket
========================*/


.kitchen-menu__inner.basket {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 10px;
    justify-content: space-between;
    margin-top: 0px;
}
.kitchen-menu__position.basket {
    display: block;
    width: 100%;
    position: relative;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.modal__close-position {
    width: 24px;
    height: 24px;
    padding: 0;

    background: none;
    border: 0;
    cursor: pointer;
    outline: none;

    position: absolute;
    top: .9rem;
    right: .9rem;
    z-index: 1;

    transform: translate(-322px, -26px);
}
.description-position.basket {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #feed01ff;
    font-size: 12px;
    line-height: 1.1;
    text-align: left;
    width: 350px;
    border-radius: 1em;
    padding: 1em;
    transform: translate(20%, -150%);
}
.description-position.basket:hover {
    /* transform: none; */
    background: none;
}

.img-position.basket {
    position: relative;
    width: 60px;
    overflow: hidden;
    top: 0;
    left: 0;
}
.img-position__inner.basket:hover {
    transform: none;
    filter: none;
}
.name-position.basket {
    display: block;
    position: relative;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #000000;
    font-size: 10px;
    background: #feed01ff;
    padding: .2em;
    top: 0;
    line-height: 1;
    left: 0;
    width: 60px;
}
.cost-position.basket {
    position: relative;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    color: #feed01ff;
    text-shadow: 1px 1px 4px #000000;
    font-size: 26px;
    /* background: #a6af7f; */
    padding: .1em 0.5em;
    right: 0;
}
.cost-position.cakes.basket {
    transform: translate(650%, 5px);
}
.cost-position.basket span{
    position: absolute;
    transform: translateX(-45%);
}
.uah.basket {
    fill: #feed01ff;
    position: absolute;
    width: 18px;
    height: 18px;
    transform: translate(-48px, 3px);
}
.description-dish.basket {
    margin-left: 40%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -10%;
    margin-bottom: 10px;
    width: 250px;
    justify-content: space-between;
    right: 0;
}
.shop__hr {
    display: block;
    content: "";
    width: 60%;
    height: 1px;
    background: #feed01ff;
    margin: 10px 0px 30px 10px;
    transform: translateX(70%);
}
.shop__hr:last-child {
    display: none;
}
.weight-dish.basket {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
    color: #a6af7f;
    font-size: 20px;
    text-transform: uppercase;
    
    background: #000000;
    border-radius: 1em;
    padding: .5em;
}

.size-dish-m.basket label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 900;
    border: 1px solid #feed01ff;
    border-radius: 50%;
    padding: 0.16em 0.6em 0.05em 0.58em;
    background: #a6af7f93;
    box-shadow: 1px 1px 3px 2px #000000;
}
.size-dish-l.basket label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 900;
    border: 1px solid #feed01ff;
    border-radius: 50%;
    padding: 0.12em 0.6em 0.05em 0.7em;
    background: #a6af7f93;
    box-shadow: 1px 1px 3px 2px #000000;
}
.size-dish-l.basket.book label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #feed01ff;
    border-radius: 4px;
    padding: 0.5rem;
    background: #a6af7f93;
    box-shadow: 1px 1px 3px 2px #000000;
    margin: 10px;
}
.size-dish-xl.basket label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 900;
    border: 1px solid #feed01ff;
    border-radius: 50%;
    padding: 0.16em 0.5em 0.05em 0.55em;
    background: #a6af7f93;
    box-shadow: 1px 1px 3px 2px #000000;
}
.size-dish.basket label {
    display: inline-block;
    margin-right: 20px;
    transition: .3s linear;
    margin-top: 5px;
}
.size-dish.basket input[type=radio] {
    display: none;
}
.size-dish.basket input[type=checkbox] {
    display: none;
}
.size-dish.basket label {
	display: inline-block;
	cursor: pointer;
	user-select: none;
}
.size-dish.basket input[type=radio]:checked + label {
    color: #000000;
    border: 1px solid hsl(0, 0%, 0%, 0.8);
    background:  hsl(56, 99%, 50%);
    box-shadow: 0px 0px 1px 1px #000000;
}
.size-dish.basket input[type=checkbox]:checked + label {
    color: #000000;
    border: 1px solid hsl(0, 0%, 0%, 0.8);
    background:  hsl(56, 99%, 50%);
    box-shadow: 0px 0px 1px 1px #000000;
}
.size-dish.basket input[type=radio]:disabled + label {
    color: #000000;
    border: 1px solid hsl(0, 0%, 0%, 0.8);
    background:  hsl(56, 99%, 50%, 0.1);
    box-shadow: 0px 0px 1px 1px #000000;
    opacity: 0;
}

.size-dish.basket label:hover {
    color: #000000;
    border: 1px solid hsl(0, 0%, 0%, 0.8);
    background:  #feed01ff;
    box-shadow: 2px 2px 3px 2px #000000;
}
.size-dish.basket label:last-child {
    margin-right: 0;
}
.shoping.basket {
    width: 150px;
    text-align: left;
    align-items: left;
    left: 0;
    margin-top: 5px;
    justify-content: space-between;
    display: flex;
    
    background:none;
    border-radius: 1em;
    padding: .5em;
    font-family: 'Pacifico', cursive;
    letter-spacing: 0.1em;
    font-weight: 300;
    color: #feed01ff;
    transform: translate(-100%, -5%);
}
.shoping.cakes.basket {
    transform: translate(-165%, 75%);
    margin-bottom: 10%;
}
.minus-position.basket, .value-position.basket, .plus-position.basket {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    color: #feed01ff;
    font-size: 20px;
    /* text-shadow: 3px 3px 10px #000000; */
}

@media (max-width: 960px) {  
    .modal__dialog {
        max-width: 500px;
    }
    .basket__inner {
        flex-direction: column;
    }
    .basket__whom {
        width: 100%;
    }
    .basket__what {
        width: 100%;
    } 
    .modal__close-position {
        transform: translate(-122px, -26px);
    }
    .description-dish.basket {
        margin-left: 100%;
    }
    .shop__hr {
        width: 200%;
        transform: translateX(180%);
    }
}
@media (max-width: 767px) {  
    .modal__close-position {
        transform: translate(-355px, -26px);
    }
    .description-dish.basket {
        margin-left: 35%;
    }
    .shop__hr {
        width: 60%;
        transform: translateX(70%);
    }
    .modal__content {
        padding: 2rem 1rem 3rem 1rem;
    }
}
@media (max-width: 560px) {  
    .modal__dialog {
        max-width: 395px;
    }
    .modal__title {
        margin-bottom: .6rem;
    }
    .basket__what {
        padding: 0 0rem;
    }
    .modal__close-position {
        transform: translate(-315px, -26px);
    }
    .description-position.basket {
        font-size: 10px;
        width: 250px;
        transform: translate(25%, -160%);
    }
    .shoping.basket {
        transform: translate(-60%, -5%);
    }
    .description-dish.basket {
        margin-left: 25%;
    }
    .shoping.cakes.basket {
        transform: translate(-128%, 95%);
        margin-bottom: 10%;
    }
    .shop__hr {
        transform: translateX(55%);
    }
}
@media (max-width: 440px) {  
    .modal__close-position {
        transform: translate(-310px, -26px);
    }
}

@media (max-width: 430px) {  
    .modal__dialog {
        max-width: 330px;
    }
    .modal__title {
        margin-bottom: .6rem;
        font-size: 14px;
    }
    .modal__close-position {
        transform: translate(-250px, -26px);
    }
    .description-position.basket {
        font-size: 8px;
        width: 200px;
        transform: translate(30%, -190%);
    }
    .shoping.basket {
        transform: translate(-60%, -5%);
    }
    .description-dish.basket {
        margin-left: 30%;
        width: 135px;
    }
    .shoping.cakes.basket {
        transform: translate(-60%, 5%);
        margin-bottom: 10%;
    }
    .cost-position.cakes.basket {
        transform: translate(50%, 5px);
    }
    .cost-position.basket span{
        transform: translateX(60%);
    }
    .uah.basket {
        transform: translate(1px, 3px);
    }
    .modal__content {
        padding: 2rem 1rem 2rem 1rem;
    }
}
@media (max-width: 375px) {  
    .modal__close-position {
        transform: translate(-250px, -26px);
    }
}
@media (max-width: 370px) {  
    .modal__dialog {
        max-width: 360px;
    }
    .modal__close-position {
        transform: translate(-245px, -26px);
    }
    .basket__whom {
        padding: 0 1rem;
    }
}
@media (max-width: 365px) {  
    .modal__dialog {
        max-width: 360px;
    }
    .modal__close-position {
        transform: translate(-235px, -26px);
    }
    .basket__whom {
        padding: 0 1rem;
    }
}
@media (max-width: 355px) {  
    .modal__close-position {
        transform: translate(-225px, -26px);
    }
    .cost-position.basket span{
        transform: translateX(10%);
    }
    .uah.basket {
        width: 16px;
        height: 16px;
        transform: translate(-14px, 3px);
    }
}
@media (max-width: 350px) {  
    .modal__close-position {
        transform: translate(-215px, -26px);
    }
}
@media (max-width: 335px) {  
    .modal__close-position {
        transform: translate(-205px, -26px);
    }
}
@media (max-width: 325px) {  
    .modal__close-position {
        transform: translate(-195px, -26px);
    }
    .basket__whom {
        padding: 0 0.5rem;
    }
    .cost-position.basket span{
        font-size: 20px;
    }
    .uah.basket {
        width: 14px;
        height: 14px;
    }
}
@media (max-width: 320px) {  
    .modal__close-position {
        transform: translate(-210px, -26px);
    }
    .basket__whom {
        padding: 0 0.5rem;
    }
    .cost-position.basket span{
        font-size: 20px;
    }
    .uah.basket {
        width: 14px;
        height: 14px;
    }
}
@media (max-width: 315px) {  
    .modal__close-position {
        transform: translate(-185px, -26px);
    }
    .basket__whom {
        padding: 0 0.5rem;
    }
    .cost-position.basket span{
        font-size: 20px;
    }
    .uah.basket {
        width: 14px;
        height: 14px;
    }
    .description-position.basket {
        width: 150px;
        transform: translate(40%, -190%);
    }
}
@media (max-width: 300px) {  
    .modal__close-position {
        transform: translate(-175px, -26px);
    }

    .cost-position.basket span{
        font-size: 16px;
    }
    .uah.basket {
        width: 12px;
        height: 12px;
    }
    .description-position.basket {
        width: 150px;
        transform: translate(40%, -190%);
    }
}
@media (max-width: 285px) {  
    .modal__close-position {
        transform: translate(-155px, -26px);
    }
    .cost-position.basket span{
        font-size: 12px;
    }
    .uah.basket {
        width: 10px;
        height: 10px;
    }
}

.sum__result-sum {
    color: #feed01ff;
    margin-bottom: 20px;
    font-weight: 600;
}
.sum {
    letter-spacing: 1.8;
}
.sum__result {
    font-weight: 300;
}
.delivery-cost {
    color: #feed01ff;
}
.delivery-cost2 {
    color: #feed01ff;
    background: #000;
    border-radius: 10%;
}
#formStreet {
    font-weight: 400;
    background: #000;
    font-family: 'Lato', sans-serif;
    color: wheat;
}
#formStreet2 {
    font-weight: 400;
    background: #000;
    font-family: 'Lato', sans-serif;
    color: wheat;
    margin: 10px auto;
}
#formBuild,#formOffice,#formName,#formTel,#formComent {
    font-weight: 400;
    background: #000;
    font-family: 'Lato', sans-serif;
    color: wheat;
}
#formBuild2 {
    font-weight: 400;
    background: #000;
    font-family: 'Lato', sans-serif;
    color: wheat;
    margin: 10px auto;
}
.sum__total {
    color: #feed01ff;
    border: 1px solid #feed01ff;
    padding: 1rem;
    text-align: center;
    width: 50%;
    font-weight: 600;
    margin: 25px auto;
}
.sum__total2 {
    color: #feed01ff;
    border: 1px solid #feed01ff;
    padding: 1rem;
    text-align: center;
    width: 50%;
    font-weight: 600;
    margin: 25px auto;
}
.sum__total span {
    color: #feed01ff;
    margin: 5px auto;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1rem;
}
.sum__total2 span {
    color: #feed01ff;
    margin: 5px auto;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1rem;
}
@media (max-width: 490px) {
    .sum__total {
        margin: 5px auto;
    }
}
#datetimeLocal {
    background: #feed01ff;
    color: #000000;
    font-weight: 700;
    border-radius: 4px ;
}
#timeLocal {
    background: #feed01ff;
    color: #000000;
    font-weight: 700;
    border-radius: 4px ;
}
.date {
    display: none;
    text-align: center;
    margin: 20px auto;
}
.date.show {
    display: block;
    text-align: center;
    margin: 20px auto;
}
#book {
    background-color: #23f310; 
    color: #000000; 
    font-weight: 700; 
    outline: none; 
    border: none; 
    margin: 20px auto;
}
.form2 {
    padding: 20px 20px;
}
.reserv-btn {
    display: flex;
    justify-content: space-between;
    padding: 2% 15%;
}
@media (max-width: 440px) {
    .reserv-btn {
        padding: 2% 5%;
    }
}
@media (max-width: 350px) {
    .reserv-btn {
        padding: 2% 2%;
    }
}
.thanks {
    display: none;
}