main {
    min-height: 500px;
}

.column p {
    font-weight: 400;
    font-size: 15px;
}

.column img {
    width: 115px;
}

.tab-price {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 50%;
}

.tab-delete {
    top: 35%;
    position: absolute;
    left: 60%;
    width: 25%;
}

.tab-delete img {
    cursor: pointer;
    width: 30px;

}

.cart-product-summary {
    display: flex;
    height: 500px;
    flex-direction: column;
}

.row {
    margin-top: 15px;
}


.cart-product-summary button {
    margin-top: 20px;
    align-self: flex-start;
    background-color: #ff6f61;
    color: white;
}

.quantity {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 35%;
    height: 30%;
    width: 80%;
}

.quantity .input-text.qty {
    width: 40%;
    height: 100%;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.col-3 {
    position: relative;
}

.quantity.buttons_added {
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    /* padding: 7px 10px 8px; */
    height: 100%;
    width: 30%;
    background-color: #ff6e61;
    color: #fff;
    border: 1px solid #efefef;
    cursor: pointer;
}


.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}

.progress-status {
    width: 100%;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.checkpoint {
    font-size: 2.4rem;
    width: 60px;
    height: 60px;
    display: block;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 50%;
    background-color: #efefef;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    color: #fff;
    opacity: 1;
    z-index: 2 !important;
}

.progress-status p {
    padding: 10px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
}

.checkpoint hr {
    position: absolute;
    width: 340%;
    top: 10%;
    left: 100%;
    background-color: #efefef;
    height: 5px;
    z-index: 1 !important;
    opacity: 0.5;
}

.cart-preview {
    display: none;
}

#clientDataButton {
    background-color: #efefef;
    display: block;
    float: right;
    position: static;
    margin-top: 50px;
}

#clientDataButton:hover {
    color: white;
    background-color: #ff6e61;
}

@media (max-width: 768px) {
    .progress-status {
        display: none;
    }

    .col-6 p {
        display: block !important;
        float: left !important;
        font-size: 10px;
    }

    .tab-price {
        position: absolute;
        top: 40%;
        left: 0%;
        width: 75%;
    }

    .tab-delete {
        top: 38%;
        position: absolute;
        left: 80%;
        width: 30%;
    }

    .tab-delete img {
        cursor: pointer;
        width: 100px;
    }

    .quantity {
        position: absolute;
        left: 0;
        right: 0;
        top: 35%;
        height: 25%;
        width: 80%;
    }

    #clientDataButton {
        display: block;
        -ms-transform: translate(-130%, 15%);
        transform: translate(-130%, 15%);
    }
}

@media (max-width: 1000px) {
    .quantity {
        left: 0% !important;
    }

    .cart-product-tab-image {
        width: 85px !important;
    }

    .progress-status p {
        font-size: 12px;
    }

    .checkpoint hr {
        width: 230%;
        top: 10%;
        left: 100%;
    }
}


@media (max-width: 1366px) {
    div.item {
        vertical-align: top !important;
        display: inline-block !important;
        text-align: left !important;
        width: 200px !important;
    }

    .caption {
        display: block !important;
        margin-left: 0 !important;
    }
}

#checkDiscountCode {
    background-color: #efefef;
    display: block;
}

#checkDiscountCode:hover {
    color: white;
    background-color: #ff6e61;
}

.discountSection {
    margin: 25px;
    position: relative;
}

.center {
    margin: 0;
    position: absolute;
    top: 200%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cart-preview {
    display: none !important;
}

.caption {
    display: block;
    float: left;
    font-size: 14px;
    margin-left: 5px;
}