:root {
    /*--font-primary: 'Switzer', sans-serif;*/
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Span', sans-serif;
    --text-color: #292929;
    --title-color: var(--text-color);
    --accent-color: #2a3222;
    --secondary-color: #d6b782;
    scroll-behavior: smooth;
}

*, *::before, *::after {
    box-sizing: inherit;
    outline: none !important;
}

*:hover, *:focus {
    outline: none !important;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 1.125em;
}

html, body {
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
}

body {
    min-width: 320px;
    position: relative;
    font-size: .888888rem;
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    color: var(--text-color);
    background: #F8F8F8;
    opacity: 1;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
    width: 100%;
}

.wrapper__in {
    overflow: hidden;
    /* padding-bottom: 60px; */
    /*max-width: 375px;*/
    /* max-width: 1440px; */
}

.wrap {
    max-width: 1312px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: auto;
    margin-left: auto;
}

input[type="search"]::-ms-clear {
    width : 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

a, button {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    background: none;
    padding: 0;
    border: none;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
    cursor: pointer;
}

a {
    transition: color 0.3s ease 0s;
}

a:hover, a:focus {
    color: var(--accent-color)
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cnt {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: .55555556rem;
    padding-right: .55555556rem;
}

@media (min-width: 360px) {
    .cnt {
        padding-left: calc(-.96618357rem + 70/920*100vw);
    }
}

@media (min-width: 1280px) {
    .cnt {
        padding-left: 4.44444444rem;
    }
}

@media (min-width: 360px) {
    .cnt {
        padding-right: calc(-.96618357rem + 70/920*100vw);
    }
}

@media (min-width: 1280px) {
    .cnt {
        padding-right: 4.44444444rem;
    }
}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1,.h1 {
        font-size:2.5rem
    }
}

h2,.h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2,.h2 {
        font-size:2rem
    }
}

h3,.h3 {
    --clu-fs: 1;
    font-size: 1rem;
}

@media (min-width: 360px) {
    h3, .h3 {
        font-size: calc(.96598639rem + 2 / 1176* 100vw);
    }
}

@media (min-width: 1536px) {
    h3, .h3 {
        --clu-fs: 1;
        font-size: 1.11111111rem;
    }
}

h4,.h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4,.h4 {
        font-size:1.875rem
    }
}

h5,.h5 {
    font-size: 1.25rem
}

h6,.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,ul {
    padding-left: 2rem
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small,.small {
    font-size: .875em
}

mark,.mark {
    padding: .1875em;
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

h1,.h1 {
    font-weight: 400;
    line-height: 1.2;
}

h2,.h2 {
    font-weight: 400;
    line-height: 1.3;
}

h2,h1 {
    margin-bottom: .5em;
}

.h2,.h1 {
    margin-bottom: 0;
}

h2,.h2,h1,.h1 {
    font-weight: 300;
    font-family: var(--font-secondary);
}

h1,.h1 {
    --clu-fs: 1;
    font-size: 1.22222222rem;
}

@media (min-width: 360px) {
    h1,.h1 {
        --clu-fs:1;
        font-size: calc(.84807256rem + 22/1176*100vw);
    }
}

@media (min-width: 1536px) {
    h1,.h1 {
        --clu-fs:1;
        font-size: 2.44444444rem;
    }
}

h2,.h2 {
    --clu-fs: 1;
    font-size: 1.11111111rem;
}

@media (min-width: 360px) {
    h2,.h2 {
        --clu-fs:1;
        font-size: calc(.97505669rem + 8/1176*100vw);
    }
}

@media (min-width: 1536px) {
    h2,.h2 {
        --clu-fs:1;
        font-size: 1.55555556rem;
    }
}

h1:not(.h-plain) {
    position: relative;
}

.h1:not(.h-plain):after,h1:not(.h-plain):after,.dkk-line:after {
    display: block;
    content: '';
    background: var(--accent-color);
    width: 4.44rem;
    height: 4px;
    margin-top: calc(.5rem + .25em);
}

.text-center .h1:not(.h-plain):after,.text-center h1:not(.h-plain):after,.text-center .dkk-line:after {
    margin-left: auto;
    margin-right: auto
}

.text-center h1:not(.h-plain):after {
    margin-left: auto;
    margin-right: auto;
}

.text-center h1:after {
    margin-left: auto;
    margin-right: auto;
}

h2:first-child {
    margin-top: -.15em;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6;
}

.text-start {
    text-align: left;
}

.row {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    margin-top: var(--bs-gutter-y);
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.875rem;
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.875rem;
}

.mt-3 {
    margin-top: 1rem;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-4 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
    .mt-xl-4 {
        margin-top: 1.875rem;
    }
}

.mt-4 {
    margin-top: 1.875rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.875rem;
}

.px-4 {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

.py-4 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.pt-3 {
    padding-top: 1rem;
}

@media (min-width: 768px) {
    .pt-md-4 {
        padding-top: 1.875rem;
    }
}

@media (min-width: 1200px) {
    .pt-xl-5 {
        padding-top: 3rem;
    }
}

.pb-3 {
    padding-bottom: 1rem;
}

.fw-bold {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.bg-white {
    background-color: #fff;
}

label {
    display: inline-block;
}

.hide {
    display: none;
}

.btn {
    display: inline-block;
    font-size: .7777777rem;
    border: 1px solid var(--text-color);
    font-family: inherit;
    line-height: 1.5;
    font-weight: bold;
    padding: .6rem 1.5rem;
    border-radius: 50rem;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease 0s;
}

.btn-primary {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--secondary-color);
}

.btn-primary:hover, .btn-primary:focus {
    background: none;
    color: var(--accent-color);
}

.btn-outline-primary {
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
}

.active>.btn-outline-primary, label input:checked + .btn-outline-primary {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
}

input[type=date] {
    cursor: text;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-check {
    display: block;
    min-height: 1.875rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.dkkparty-intro-parent {
    /* display: grid; */
    grid-template-columns: 12fr 5fr 16fr 13fr 10fr 20fr 17fr;
    grid-template-rows: 30fr 10fr repeat(2,30fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: calc(100vh - 120px);
    position: relative;
}

.dkkparty-intro-parent>* {
    position: relative;
    background: #eee;
    overflow: hidden;
}

.dkkparty-intro-parent>* img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dkkparty-intro-parent .div1 {
    grid-area: 1/1/4/2;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.dkkparty-intro-parent .div2 {
    grid-area: 1/2/3/4;
}

.dkkparty-intro-parent .div3 {
    grid-area: 1/4/3/6;
}

.dkkparty-intro-parent .div4 {
    grid-area: 1/6/2/7;
}

.dkkparty-intro-parent .div5 {
    grid-area: 1/7/2/8;
}

.dkkparty-intro-parent .div6 {
    grid-area: 2/6/4/8;
}

.dkkparty-intro-parent .div7 {
    grid-area: 3/2/4/4;
}

.dkkparty-intro-parent .div8 {
    grid-area: 4/1/5/3;
}

.dkkparty-intro-parent .div9 {
    grid-area: 4/3/5/5;
}

.dkkparty-intro-parent .div10 {
    grid-area: 4/5/5/7;
}

.dkkparty-intro-parent .div11 {
    grid-area: 4/7/5/8;
}

.dkkparty-intro-parent .dkkparty-intro-parent__content {
    grid-area: 1/1/5/8;
    position: static;
    transform: none;
    z-index: 1;
    display: grid;
    align-content: center;
    width: 100%;
    top: 50%;
    background: 0 0;
    padding: 20px;
}

.dkkparty-intro-parent .dkkparty-intro-parent__content>* {
    min-height: 45vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: max(600px,70vw);
}

.dkkparty-intro-parent>* img {
    animation-iteration-count: infinite;
}

.dkkparty-intro-parent>:nth-child(4n) img {
    animation-name: party-anim1;
}

.dkkparty-intro-parent>:nth-child(4n+1) img {
    animation-name: party-anim2;
    animation: none;
}

.dkkparty-intro-parent>:nth-child(4n+2) img {
    animation-name: party-anim3;
}

.dkkparty-intro-parent>:nth-child(4n+3) img {
    animation-name: party-anim4;
}

.dkkparty-intro-parent>:nth-child(3n) img {
    animation-duration: 9s;
}

.dkkparty-intro-parent>:nth-child(3n+1) img {
    animation-duration: 8s;
}

.dkkparty-intro-parent>:nth-child(3n+2) img {
    animation-duration: 7s;
}

/*! CSS Used keyframes */
@keyframes party-anim1 {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.5) rotate(8deg);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes party-anim2 {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.5) rotate(-8deg);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes party-anim3 {
    0% {
        transform: scale(1.5) rotate(8deg);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.5) rotate(8deg);
    }
}

@keyframes party-anim4 {
    0% {
        transform: scale(1.5) rotate(-8deg);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.5) rotate(-8deg);
    }
}

.dkkparty-disclaimer {
    font-size: 14px;
    color: #777;
}

.process-form .dkkparty-intro-parent {
    display: none;
}

.dkkparty-page {
    display: none;
}

.dkkparty-page {
    background-image: url(../img/graphic/bird-2.svg), url(../img/graphic/bird-6.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 50%, 100% 150px;
}

.process-form .dkkparty-page {
    display: block;
}

.party-topimages {
    --height: clamp(100px, 10vmin, 150px);
    height: var(--height);
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));*/
    margin-inline: -70px; gap: 14px;
    overflow: hidden;
}

.party-topimages span {
    width: 100%;
    height: var(--height);
    background-size: cover;
    background-position: center;
}

.party-steps {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
    text-align: center;
    font-size: 9px;
    margin-inline: auto; gap: 16px;
    counter-reset: steps-count;
    line-height: 1.25;
    max-width: 800px;
}

@media (min-width: 576px) {
    .party-steps {
        font-size: 11px;
    }
}

.party-steps li {
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    counter-increment: li-count;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.party-steps li a {
    display: block;
    position: relative;
}

.party-steps li a:before {
    content: '';
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.party-steps li.active {
    font-weight: 700;
}

.party-steps li:before {
    content: counter(li-count);
    font-size: 12px;
    display: flex;
    background: #2a3222;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    margin-bottom: 7px;
    color: #fff;
    border: 1px solid transparent;
}

.party-steps li.active:before {
    background: #292929;
}

.party-steps li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 15px;
    left: calc(50% + 25px);
    width: calc(100% - 33px);
    border-top: 2px solid #2a3222;
}

.party-steps li.active:after, .party-steps li.active~li:after {
    border-color: #a7a7a7;
}

.party-steps li.active~li:before {
    background: 0 0;
    color: #a7a7a7;
    border-color: #a7a7a7;
}

.dkkparty-page label {
    padding-bottom: 8px
}

.dkkparty-page .mini-gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .5em;
    margin: 0 auto 2em;
    max-width: 43em
}

.dkkparty-page .mini-gallery img {
    aspect-ratio: 1.5;
    object-fit: cover
}

.mini-gallery.slick-initialized {
    display: block;
}

.mini-gallery.slick-initialized .mini-gallery-item {
    padding: 10px;
}

.dkkparty-page .mini-gallery.slick-initialized img {
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 5px;
}

.slick-dots li.slick-active {
}

.slick-dots button {
    background: none;
    padding: 0;
    border: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #2a3222;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: var(--secondary-color);
}

.atractions-slider {
    margin-bottom: 20px;
    font-size: 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.atractions-slider .slick-list {
    font-size: 0;
    line-height: 1;
}

.atractions-slider img {
    margin: 0 auto;
}

.atractions-slider .slick-dots {
    margin-top: 15px;
}

.termin-tabs {
    display: flex;
    margin: 0;
    padding: 0;
}

.termin-tabs input {
    display: none;
}

.termin-tabs>li:not(:last-child) .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.termin-tabs>li:first-child + li .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dkkparty-choices-categories {
    width: 240px;
    margin: 20px auto;
    position: relative;
}

@media (min-width: 768px) {
    .dkkparty-choices-categories {
        width: auto;
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }
}

.dkkparty-choices-categories:after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 1em;
    width: 16px;
    height: 10px;
    background: transparent no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.5' height='8.6'%3E%3Cpath fill='none' stroke='%23292929' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m8 7.6-.2-.1L14.3 1l.2.2Zm-.3-.1L1 1.3l.2-.1 6.7 6.1Z' data-name='ARROW &lt;'/%3E%3C/svg%3E")
}

.dkkparty-choices-categories>div {
    height: 46px;
    display: flex;
    align-items: center;
    font-weight: 700;
    padding: 0 24px;
    display: none;
    border-radius: 23px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .dkkparty-choices-categories>div {
        cursor: pointer;
        display: flex;
    }
}

.dkkparty-choices-categories>div.current {
    display: flex;
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--secondary-color);
}

.dkkparty-choices-categories select {
    position: absolute;
    width: 100%;
    height: 46px;
    opacity: 0;
    top: 0;
}

@media (min-width: 768px) {
    .dkkparty-choices-categories select, .dkkparty-choices-categories:after {
        display: none;
    }
}

.dkkparty-items-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: 20px;
    margin-block: 40px; }

.dkkparty-item {
    display: none;
}

.dkkparty-item.current {
    display: block;
}

.dkkparty-item .head {
    background: #ccc;
    position: relative;
    aspect-ratio: 3 / 2;
}

.dkkparty-item .head:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(0deg, #000, transparent);
    z-index: 1;
}

.dkkparty-item .head img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dkkparty-item .count {
    position: absolute;
    top: 0;
    right: 0;
    background: #2a3222 no-repeat 1em 1em;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    padding: 1em 1.5em 1em 3em;
    border-bottom-left-radius: 2em;
    color: #d6b782;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.3' height='13.6'%3E%3Cpath fill='none' stroke='%23d6b782' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m18.2 2.1-10 10-6-6' data-name='Path 109085'/%3E%3C/svg%3E")
}

.dkkparty-item .time {
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent no-repeat 1em center/1.5em;
    z-index: 1;
    font-size: 18px;
    color: #fff;
    padding: 1em 1em 1em 3em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.1' height='26.1'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' data-name='Group 975' transform='translate(-414 -741)'%3E%3Ccircle cx='11.6' cy='11.6' r='11.6' data-name='Ellipse 36' transform='translate(415 743)'/%3E%3Cpath d='M427 746.2v8l3 3.3' data-name='Path 105617'/%3E%3C/g%3E%3C/svg%3E")
}

.dkkparty-item .body {
    padding: 20px;
}

.dkkparty-item .body h2 {
    margin-bottom: .6em;
}

.dkkparty-item .body .price_text {
    font-weight: 700;
    color: #2a3222;
    font-size: 18px;
}

.dkkparty-item .body .btns {
    margin-top: 20px;
}

.count {
    display: none;
}

.card-checkbox {
    display: none;
}

.card-checkbox:checked ~ .head .count {
    display: block;
}

.card-checkbox[data-count="0"] ~ .body .js-dec-card {
    display: none;
}

.edit-icon-header {
    background: transparent no-repeat right center/1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20.2'%3E%3Cg fill='none' stroke='%23d6b782' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' data-name='Icon feather-edit'%3E%3Cpath d='M9 3H2.9A1.8 1.8 0 0 0 1 5v12.5a1.8 1.8 0 0 0 1.8 1.8h12.5a1.8 1.8 0 0 0 1.8-1.8V11' data-name='Path 109064'/%3E%3Cpath d='M15.8 1.7a1.9 1.9 0 0 1 2.6 2.7L10 13l-3.5 1 .9-3.7Z' data-name='Path 109065'/%3E%3C/g%3E%3C/svg%3E");
    padding: .5em 3em .5em 0;
    cursor: pointer;
    margin-bottom: 30px
}

.summary-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-right: 40px;
}

.summary-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.summary-item .terms {
    font-size: 12px;
    color: #757575;
    margin-bottom: 4px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

.summary-item .title {
    font-weight: 700;
    margin-bottom: 10px;
}

.summary-item .title:before {
    content: attr(data-count) "×";
}

.summary-item .price-sum {
    font-weight: 700;
    font-size: 18px;
}

.summary-item .item-remove {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: transparent no-repeat center/16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.7' height='12.7'%3E%3Cg fill='none' stroke='%23a7a7a7' stroke-linecap='round' data-name='Group 650'%3E%3Cpath d='M.7.7 12 12' data-name='Line 253'/%3E%3Cpath d='M12 .7.7 12' data-name='Line 254'/%3E%3C/g%3E%3C/svg%3E");
    cursor: pointer
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity {
    display: inline-block;
    max-width: 90px;
    vertical-align: middle;
}

.quantity__main {
    border: 1px solid var(--accent-color);
    position: relative;
    width: 100%;
}

.quantity__row {
    display: flex;
    flex-wrap: wrap;
}

.quantity__col {
    width: 100%;
    max-width: 100%;
    flex: 1 0 0%;
}

.quantity__col_button {
    flex: 0 0 auto;
    width: auto;
}

.quantity__col_field {
}

.quantity__button {
    display: block;
    height: 100%;
    background: none;
    padding: 0;
    border: none;
    line-height: 1;
    font-size: 35px;
    font-family: inherit;
    font-weight: 400;
    width: auto;
    cursor: pointer;
    min-width: 30px;
}

.quantity__button_minus {
}

.quantity__button_plus {
}

.quantity__input {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    font-family: inherit;
    height: 41px;
    width: auto;
    display: block;
    width: 100%;
    flex-grow: 1;
    color: var(--accent-color);
}
