#zs-checkout .card {
    margin: auto;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.25em;
    border: transparent;
}

@media(max-width: 767px) {
    #zs-checkout .card {
        margin: 3vh auto
    }
}

#zs-checkout .checkout {
    background-color: var(--zs-white);
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem
}

@media(max-width: 767px) {
    #zs-checkout .checkout {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem
    }
}

#zs-checkout .summary {
    background-color: #ebebeb47;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    padding: 4vh;
    color: rgb(65, 65, 65);
}

@media(max-width: 767px) {
    #zs-checkout .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem
    }
}

#zs-checkout .summary .col-2 {
    padding: 0
}

#zs-checkout .summary .col-10 {
    padding: 0
}

#zs-checkout .row {
    margin: 0
}

#zs-checkout .title b {
    font-size: 1.5rem
}

#zs-checkout .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%
}

#zs-checkout .col-2, #zs-checkout .col {
    padding: 0 1vh
}

#zs-checkout .checkout a {
    padding: 0 1vh;
}

#zs-checkout .close {
    margin-left: auto;
    font-size: 18px;
    top: 7px;
    position: relative;
}

#zs-checkout img {
    /* width: 250px; */
    /* max-height: 50px; */
    object-fit: contain;
}

#zs-checkout .back-to-shop {
    margin-top: 4.5rem
}

#zs-checkout h5 {
    margin-top: 4vh
}

#zs-checkout hr {
    margin-top: 1.25rem
}

#zs-checkout form {
    /* padding: 2vh 0; */
}

#zs-checkout select.shipping-select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247)
}

#zs-checkout input:focus::-webkit-input-placeholder {
    color: transparent
}

#zs-cart .shipping-select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}
#zs-checkout .form-checkout {
    padding: 2vh 0;
}
#zs-checkout #code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}
.custom-choice .choice-indicator {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #dddddd;
    z-index: 5;
}

.custom-choice {
    padding: 0;
    position: relative;
}

.custom-choice .custom-control-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-choice .custom-control-label::after, .custom-choice .custom-control-label::before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    top: 0;
    left: 0;
    width: 1.875rem;
    height: 1.875rem;
}

.custom-choice .custom-control-label::before {
    border: 1px solid #dddddd;
    background: transparent;
}

.custom-choice .custom-control-label::after {
    content: "";
    font-family: 'icomoon' !important;
    font-size: 1.125rem;
    line-height: 1.875rem;
    width: 1.875rem;
    text-align: center;
    color: var(--zs-white);
    opacity: 0;
    background: url(https://api.iconify.design/akar-icons/check.svg?color=%23FFF&height=16);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50%;
}

.custom-choice .choice-indicator {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #dddddd;
    z-index: 5;
}

.custom-choice .custom-control-label {
    padding: 1.875rem 1.875rem 1.875rem 2.5rem;
    cursor: pointer;
}

.custom-choice .custom-control-input:checked ~ .choice-indicator {
    border-color: var(--zs-primary);
}

.custom-choice .custom-control-input:checked ~ .custom-control-label::before {
    background: var(--zs-primary);
    border-color: var(--zs-primary);
}

.custom-choice .custom-control-input:checked ~ .custom-control-label::after {
    opacity: 1;
}

.custom-choice .custom-control-input:checked:hover ~ .choice-indicator {
    border-color: var(--zs-primary);
}

.custom-choice .custom-control-input:checked:hover ~ .custom-control-label::before {
    background: var(--zs-primary);
    border-color: var(--zs-primary);
}

.custom-choice .custom-control-input:checked:hover ~ .custom-control-label::after {
    opacity: 1;
}

.custom-choice .custom-control-input:hover ~ .choice-indicator {
    border-color: #c4c4c4;
}

.custom-choice .custom-control-input:hover ~ .custom-control-label::before {
    border-color: #c4c4c4;
}

.custom-choice label {
    position: relative;
    z-index: 10;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem var(--zs-primary-50);
}
.custom-control-input:checked~.custom-control-label::before {
    color: var(--zs-white);
    border-color: var(--zs-primary);
    background-color: var(--zs-primary);
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: var(--zs-white);
    background-color: var(--zs-primary-50);
    border-color: var(--zs-primary-50);
}