.bon-product-popup {
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
}

.bon-product-popup .title-popup-1,
.bon-product-popup .title-popup-2 {
    float: left;
    margin-right: 20px;
}

.product-quantity .bon-product-popup .title-popup-1,
.product-quantity .bon-product-popup .title-popup-2 {
    font-size: 13px;
    color: #3a3a3a;
    cursor: pointer;
    transition: all 0.3s linear;
}

.product-quantity .bon-product-popup .title-popup-1:hover,
.product-quantity .bon-product-popup .title-popup-2:hover {
    color: #6fb602;
}

.product-quantity .bon-product-popup .title-popup-1:hover::before,
.product-quantity .bon-product-popup .title-popup-2:hover::before {
    color: #6fb602;
}

.bon-product-popup .title-popup-1:before,
.bon-product-popup .title-popup-2:before {
    content: '\e819';
    font-family: 'fl-outicons';
    font-size: 14px;
    color: #3a3a3a;
    margin-right: 5px;
    transition: all 0.3s linear;
}

.bon-product-popup .desc-popup-1 .modal-dialog,
.bon-product-popup .desc-popup-2 .modal-dialog {
    max-width: 900px;
}

.bon-product-popup .desc-popup-1 .modal-content,
.bon-product-popup .desc-popup-2 .modal-content {
    border-radius: 0;
}

.bon-product-popup .desc-popup-1 .modal-header,
.bon-product-popup .desc-popup-2 .modal-header {
    padding: 25px 25px 15px;
    position: relative;
    text-align: center;
}

.bon-product-popup .desc-popup-1 .modal-title,
.bon-product-popup .desc-popup-2 .modal-title {
    margin-bottom: 8px;
}

.popup-close {
    position: absolute;
    right: -40px;
    top: -26px;
    z-index: 100;
    transition: all 0.2s linear;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.popup-close::after {
    content: '\e5cd';
    font-family: "Material Icons";
    font-size: 25px;
    color: #fff;
    opacity: 1
}


.popup-close:focus {
    outline: none;
}


.popup-close:hover::after {
    color: #d6d6d6;
    transition: all 0.2s linear;
}

.bon-product-popup .desc-popup-1 .size-tab-description {
    text-align: center;
}

.bon-product-popup .modal-dialog {
    margin: 100px auto;
}


.bon-product-popup .desc-popup-1 .size-tab-description .bon-table-first thead th {
    width: 14%;
    text-align: center;
    font-size: 13px;
}

.bon-product-popup .desc-popup-1 .size-tab-description .bon-table-first tbody tr:nth-child(2n+2) {
    background-color: #f5f5f5;
}

.bon-product-popup .desc-popup-1 .size-tab-description .bon-table-first tbody td {
    padding: 3px 10px 3px 0;
    width: 14%;
    text-align: center;
    color: #3a3a3a;
    font-size: 12px;
}


.bon-product-popup .desc-popup-1 .modal-header {
    border-bottom: none;
}

.bon-product-popup .desc-popup-1 .modal-header p {
    margin: 0;
}

.bon-product-popup .desc-popup-1 .modal-body {
    padding: 0 25px 25px;
}

.product-quantity .bon-product-popup .title-popup-1::before {
    content: '\e023';
}

.bon-product-popup .desc-popup-2 .modal-header {
    padding: 0 !important;
}

.bon-product-popup .desc-popup-2 .modal-body {
    padding: 30px;
}

.bon-product-popup .desc-popup-2 .modal-body .delivery-information-popup ul {
    list-style: inherit;
    padding-left: 30px;
    margin-bottom: 30px;
}

.bon-product-popup .desc-popup-2 .modal-body .delivery-information-popup ul li {
    color: #7a7a7a;
    font-size: 13px;
    margin-bottom: 5px;
}

.bon-product-popup .desc-popup-2 .modal-body .delivery-information-popup ul:last-child {
    margin-bottom: 0;
}

.bon-product-popup .desc-popup-2 .modal-body .delivery-information-popup ul:first-child {
    margin-bottom: 30px;
}

.bon-product-popup .desc-popup-2 .modal-body .delivery-information-popup .delivery-title {
    margin-bottom: 15px;
    font-size: 16px;
}

.product-quantity .bon-product-popup .title-popup-2::before {
    content: '\e001';
}

@media screen and (max-width: 1024px) {
    .bon-product-popup .modal-dialog {
        margin: 30px auto;
    }

    .popup-close {
        right: 0;
        top: 7px;
        cursor: pointer;
    }

    .popup-close::after {
        color: #3a3a3a;
        opacity: 0.75;
    }

    .popup-close:hover::after {
        color: #3a3a3a;
        opacity: 1;
    }
}

