.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

#info-ticket-modal {
    height: 50px;
    width: 100%;
    margin: auto;
    background-color: rgb(255 92 0 / 27%);
    display: flex;
}

.info-ticket-modal {
    padding: 20px;
    width: 100%;
    margin: auto;
    background-color: rgb(255 92 0 / 27%);
    display: flex;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    right: -450px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

#basket .modal-content {
    border-radius: 0;
    border: none;
    overflow-y: inherit;
}

#basket .modal-header {
    border-bottom-color: #dbdbdc !important;
    background-color: #ffffff !important;
    justify-content: flex-start !important;
    color: #1b1b1d !important;
    margin-left: 0px !important;
}

#basket .close {
    /* right: 20px !important; */
    right: 30px !important;
    left: inherit !important;
    position: absolute !important;
}

#basket .modal-title {
    font-size: 18px;
    margin-left: 0 !important;
    padding-left: 0 !important
}

#basket .count {
    font-weight: 500;
}

#basket .product {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #dbdbdc;
    padding: 15px;
}

#basket .productError {
    background: #fdd5d5;
    padding: 5px 15px;
}

/*
#basket .product:last-child {
    border-bottom: none;
}
 */

#basket .product > div {
    margin-right: 15px
}

#basket .product > div:nth-child(2) {
    flex: 1
}

#basket .product > div:nth-child(3) {
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-right: 0

}

#basket .product .img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background-color: #ecf0f2;
    overflow: hidden;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#basket .product img {
    max-width: 80px;
    max-height: 80px;
}

#basket .title {
    color: #1b1b1d;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

#basket .code {
    color: #68686a;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding-top: 5px;
}

#basket .delete {
    cursor: pointer;
    margin-top: 4px;
    margin-bottom: 12px;
    text-align: right;
}

#basket .delete i {
    color: #68686a
}

#basket .price {
    color: #ef2862;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: right;
    text-transform: uppercase;
}

#basket .price-sale {
    float: left;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    font-size: 12px;
    margin-top: 2px;
}

#basket .price-info {
    color: #212026f;
    font-size: 13px;
    font-weight: 600;
}

#basket .price.main {
    color: #212026;
}


#basket .old-price {
    color: #68686a;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: right;
    text-decoration: line-through;
    text-transform: uppercase;
}

#basket .quantity {
    margin-top: 10px;
}

#basket .quantity button {
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    border: 1px solid #dbdbdc;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #68686a;
    font-size: 12px;
}

#basket .quantity button.minus {
    border-radius: 5px 0 0 5px;
    border-right: 0;
}

#basket .quantity button.plus {
    border-radius: 0 5px 5px 0;
    border-left: 0;
}

#basket .quantity input[type=text] {
    height: 32px;
    border: 1px solid #dbdbdc;
    background-color: #f2f2f2;
    color: #1b1b1d;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    max-width: 32px;
    padding: 0;
}

#basket .modal-body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    padding: 0
}

#basket .top {
    flex: 1;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

#basket .bottom {

}

#basket .bottom .price-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 20px 15px;
    border-top: 1px solid #dbdbdc;
}

#basket .bottom .price-item:last-child {
    padding-bottom: 0
}

#basket .bottom .price-item > div:nth-child(1) {
    flex: 1;
    color: #1b1b1d;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#basket .bottom .price-item > div:nth-child(1) span {
    color: #68686a;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding-top: 10px;
}

#basket .bottom .price-item > div:nth-child(2) {
    color: #212026;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: right;
    text-transform: uppercase;
}

#basket .button-next {
    padding: 15px
}

#basket .button-next .btn-1 {
    width: 100%;
}

#basket .button-next button {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    background-color: #000000;
    border-color: #000000;
    padding: 15px 20px;
}

#basket .button-next button:focus,
#basket .button-next button:hover {
    opacity: 0.8;
}

#basket {
    padding: 0 !important;
}

@media (max-width: 768px) {
    #basket .modal-dialog {
        width: 100%
    }
}

#basketDelete {
    z-index: 11111;
}

#basket .btn.disabled, #basket .btn:disabled {
    opacity: 0.66;
}

#basket .step {
    display: none;
    flex: 1
}

#basket .form-area {
    padding: 20px;
}

#basket .step-2 h3, #basket .step-3 h3 , #basket .step-4 h3 {
    font-size: 16px;
}

#basket .msa-form {
    padding-top: 0px;
    padding-bottom: 0px;
}

.payment-page {
    color: #212026;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 40px;
    text-align: left;
    min-height: 500px;
}

.payment-page .icon {
    color: #12aa00;
    font-size: 64px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

.payment-page .icon.error {
    color: red;
}

.payment-page .title {
    color: #212026;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

.payment-page .sub_title {
    color: #212026;
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
}

.payment-page .sub_title_2 {
    color: #212026;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.payment-page hr {
    border-top: 1px solid #212026;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.payment-page .title_1 {
    color: #212026;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
    margin-top: 32px;
    margin-bottom: 32px;
}


.payment-page .product hr {
    border-top: 1px solid #d6d7d7;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.top-basket-icon {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#showBasket {
    position: relative
}

#showBasket .pro-count.black {
    background-color: #000;
}

#showBasket span.pro-count {
    background-color: #ffcc02;
    color: #fff;
}

#showBasket span.pro-count {
    position: absolute;
    right: -11px;
    top: -5px;
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}


.cargo-info {
    padding-left: 15px;
    padding-right: 15px;

    .progress-container {
        width: 100%;
        height: 10px;
        background-color: #e0e0e0;
        border-radius: 5px;
        margin: 10px 0;
    }

    .progress-bar {
        width: 20%;
        height: 100%;
        background-color: #000000;
        border-radius: 5px 0 0 5px;
    }

    .message {
        color: #1a1a1a;
        font-size: 12px;
        text-align: center;
    }
}


#basketProducts .product-type {
    background: #1e1d1d;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.5rem;
    font-weight: 600;
    float: left;
    margin-top: 4px;
}

#basketProducts .tag-div {
    height: 0px;
    width: 100%;
    margin-left: 16px;
    float: left;
    position: relative;
}




