.div-23 {
    display: flex;
    max-width: 100%;
    width: 195px;
    margin-left: 8px;
    flex-direction: row;
    align-items: flex-start;
    align-self: start;
    gap: 18px;
}

.a-9 {
    color: #d09e58;

    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: -1px;
    align-self: center;
}

.a-span {
    font-size: 13px;
    display: grid;
    color: #64656a;
}

/* .center-image-td {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30% !important;
} */

.addon-cart-hed {
    padding-left: 20px;
}

.addon-cart {
    padding-left: 30px;
    display: flex;
    gap: 20px;
}

.addon-cart p {
    font: caption;
}

.addon-cart .cart-image img {
    border: #ab784a solid 1px;
    object-fit: cover;
    max-width: 60px;
    max-height: 226px;
    width: auto;
    height: 60px;
    margin-bottom: 20px;
}

.cart-table .prod-column {
    width: 40% !important;
}

.cart-table td .product-d {
    display: flex !important;
    width: auto !important;
    gap: 10px !important;
}

.cart-table .product-name {
    width: max-content;
    align-self: center;
}

.cart-table .custompages .prod-thumb {
    /* width: 150px !important;   */
}

.cart-table .custompages img {
    padding: 2px;
    border: 1px solid #d09e58;
}

.breadcums {
    color: #000;
    text-transform: capitalize;
    align-self: stretch;
    white-space: nowrap;
    padding: 15px 100px 0;
    font-weight: bold;
    font-size: 12px;

}

.about {
    margin: 42px 0 15px 0;
}

.boxheading {
    color: #000;

    font-weight: 500;
    text-transform: capitalize;
    font-size: 29px;
    display: flex;
    justify-content: center;
}

.breadcums a:hover {
    color: #d09e58;
}

.cart_first {
    height: 100px;
    border: 1px solid #d09e58;
    padding: 2px;
    min-width: 150px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cart-area .cart-table tbody tr .prod-column .column-box {
    display: grid;
    gap: 20px;
}

@media (max-width:991px) {

    .cart-area {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .breadcums {
        padding: 15px 15px 0 !important;
    }

    .cart-area .cart-table {
        min-width: 0 !important;
    }

    #refreshDiv ul {
        padding: 0;
    }

    #refreshDiv ul li {
        font-size: 11px;
    }

    #refreshDiv ul li span {
        font-size: 13px;
        text-transform: capitalize;
    }

    .cart-area .cart-table thead tr th {
        padding: 5px !important;
        font-size: 14px;
        ;
    }

    .cart-area .cart-table tbody tr td {
        padding: 5px !important;
    }

    .prod-column .prod-thumb .cart_first {
        width: 80px !important;
        height: 50px;
    }

    .prod-column .prod-thumb h6 {
        font-size: 12px;
        text-transform: capitalize;
        margin: 0;
    }

    .prod-column .prod-thumb span {
        font-size: 12px;
    }

    .cart-area .cart-table tbody tr .qty .product-quantity button {
        width: 25px !important;
        height: 25px !important;
    }

    .cart-area .cart-table tbody tr .qty .product-quantity input {
        width: 25px !important;
        height: 25px !important;
        padding: 0px !important;
        font-size: 12px !important;
    }

    .cart_first {
        padding: 0 !important;
        min-width: 0;
    }

    .cart-area .cart-table tbody tr .prod-column .column-box {
        min-height: 30px !important;
        min-width: 0px !important;
        gap: 0px !important;
    }

    .cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
        width: auto !important;
    }

    .cart-table .custompages img {
        width: 80px;
        height: 50px;
    }

    .cart-middle .update-cart button {
        line-height: 35px !important;
        padding: 0 5px !important;
        font-size: 13px !important;
    }

    .cart-area .cart-table tbody tr td .remove span {
        font-size: 18px !important;
    }

    .table-responsive {
        margin-bottom: 15px;
        overflow-y: hidden;
    }

    .table-responsive>.cart-table {
        margin-bottom: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .table-responsive>.cart-table>thead,
    .table-responsive>.cart-table>tbody,
    .table-responsive>.cart-table>tfoot {
        display: block;
    }

    .table-responsive>.cart-table>thead>tr,
    .table-responsive>.cart-table>tbody>tr,
    .table-responsive>.cart-table>tfoot>tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .table-responsive>.cart-table>thead,
    .table-responsive>.cart-table>tfoot {
        border-bottom: none;
    }

    .table-responsive table,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
    }

    .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .table-responsive td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: right;
        white-space: normal;
        text-overflow: clip;
        word-wrap: break-word;
    }

    .table-responsive td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-label);
    }

    .table-responsive table {
        width: 100% !important;
    }

    .table-responsive tbody tr {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-bottom: 20px !important;
    }

    .table-responsive tbody td {
        display: block !important;
    }

    .table-responsive tbody td.prod-column {
        flex-basis: 100% !important;
        text-align: left !important;
    }

    .table-responsive tbody td:not(.prod-column) {
        flex: 1 !important;
        text-align: center !important;
    }

    .table-responsive tbody td:not(.prod-column):before {
        content: attr(data-label) !important;
        flex: 1 !important;
        text-align: left !important;
    }

    .pd-FB {
        display: flex;
        border-top: 1px solid #eee;
        margin-top: 5px;
        width: 100%;
    }

    .pd-FB-c {
        display: grid;
        width: 50%;
        border-top: 1px solid #eee;
    }

    .addon-cart-hed {
        padding: 5px 0;
        margin: 0;
        font-size: 12px;
    }

    .addon-cart {
        padding: 0px 5px 0px 2px;
        display: flex;
        gap: 5px;
    }

    .addon-cart .cart-image img {
        height: 30px;
        margin-bottom: 0;
    }

    .addon-cart p {
        margin-bottom: 1px;
    }

    .center-image-td {
        margin-right: 10px;
    }

    .custompages .a-9 {
        font-size: 12px;
    }

    .fucolumn-19,
    .fucolumn-18 {
        margin-left: 0px !important;
    }

    .fudiv-66 {
        margin-right: 0px !important;
    }

    .cart-middle{
        margin-bottom: 20px;
    }
}

.fudiv-53 {
    display: none !important;
}

section.cm__section.cm__location {
    display: none;
}
