#shipment_service_modal .modal-dialog {
    width: 330px !important;
    margin: 20vh auto;
}

#shipment_service_modal .modal-dialog .modal-content {
    padding: 0;
}

#shipment_service_modal .modal-dialog .content-shipment-service {
    padding: 0 20px 20px;
}

#shipment_service_modal .modal-img .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 0 0;
    min-height: 170px;
    width: 100%;
    background: #F7F7F7;
}

#shipment_service_modal .close {
    font-size: 25px;
    font-weight: 300;
    top: 10px;
    width: 25px;
    height: 25px;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    color: #E90000;
}

#shipment_service_modal .modal-dialog .modal-content .title {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    margin: 20px 0 15px;
}

#shipment_service_modal .modal-dialog .modal-content .description {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000000;
}

#shipment_service_modal .buy-options {
    display: flex;
}

#shipment_service_modal .quantity-content {
    margin-top: 15px;
}

#shipment_service_modal .quantity-wrapper {
    height: 35px;
    display: flex;
    border: 1px solid #e8e8e8;
    max-width: 150px;
}

#shipment_service_modal .quantity-wrapper .quantity-button {
    cursor: pointer;
}

#shipment_service_modal .quantity-wrapper .quantity-button,
#shipment_service_modal .quantity-wrapper input {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E90000;
    font-size: 20px;
    width: 33.3333%;
}

#shipment_service_modal .quantity-wrapper input {
    height: 35px !important;
    background: transparent !important;
    padding: 0;
    border: none !important;
    text-align: center;
    font-weight: 700;
    color: #E90000 !important;
}

#shipment_service_modal .quantity-wrapper .quantity-increase {
    border-left: 1px solid #e8e8e8;
}

#shipment_service_modal .quantity-wrapper .quantity-reduce {
    border-right: 1px solid #e8e8e8;
}

#shipment_service_modal .prices-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    width: 50%;
}

#shipment_service_modal .prices-wrapper .price {
    color: #000000;
}

#shipment_service_modal .prices-wrapper .price.prev-price,
#shipment_service_modal .prices-wrapper .price.prev-price .currency  {
    text-decoration: line-through;
}

#shipment_service_modal .prices-wrapper .price.price-with-discount,
#shipment_service_modal .prices-wrapper .price.price-with-discount .currency {
    color: #E90000;
}

#shipment_service_modal .prices-wrapper span.currency {
    display: inline-block;
    filter: unset;
    color: #000000;
    font-weight: 500;
}

#shipment_service_modal .prices-wrapper span.currency {
    display: inline-block;
    filter: unset;
    color: #000000;
    font-weight: 500;
    width: 50%;
}

#shipment_service_modal .btn-wrapper {
    height: fit-content;
    width: 100%;
    margin-top: 20px;
}

#shipment_service_modal .btn-wrapper .btn {
    background-color: #E90000;
    color: #ffffff;
    border: 1px solid #E90000;
    width: 100%;
    font-size: 18px;
}

#shipment_service_modal .btn-wrapper .btn:hover,
#shipment_service_modal .btn-wrapper .btn:active,
#shipment_service_modal .btn-wrapper .btn:focus,
#shipment_service_modal .btn-wrapper .btn:active:focus {
    color: #E90000;
    background-color: #ffffff;
    border-radius: 25px;
    border: 1px solid #E90000;
}

#shipment_service_modal .price-title,
#shipment_service_modal .quantity-title {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

#shipment_service_modal .quantity-title {
    margin-bottom: 5px;
}

#shipment_service_modal input::-webkit-outer-spin-button,
#shipment_service_modal input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (max-width: 576px) {
    #shipment_service_modal .prices-wrapper {
        margin: 15px 0 0;
    }
}