#zs-cart .title {
    margin-bottom: 5vh
}

#zs-cart .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-cart .card {
        margin: 3vh auto
    }
}

#zs-cart .cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem
}

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

#zs-cart .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-cart .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem
    }
}

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

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

#zs-cart .row {
    margin: 0;
    position: relative;
}

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

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

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

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

#zs-cart .close {
    right: 0;
    font-size: 18px;
    top: 50%;
    position: absolute;
    margin-top: -11px;
}

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

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

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

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

#zs-cart form {
    padding: 2vh 0
}

#zs-cart 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-cart input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247)
}

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

#zs-cart #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
}

.summary-wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 155px;
	transition: top 0.2s ease-in-out;
}
.header-minified .summary-wrap {
    top: 115px !important;
}
#zs-cart a.cart-action {
    font-size: 21px;
    cursor: pointer;
}