* {
    box-sizing: border-box;
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
    background-color: #000000ad !important;
    border-radius: 14px !important;
}

.modal-backdrop.show {
    background-color: rgba(255, 255, 255, 0);
}

.modal-content.gallery {
    width: 80% !important;
    padding: 0px !important;
    margin-left: 38px !important;
}

.select2-container--default .select2-selection--multiple {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

/* Style for the selected items (flags + text) */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #e1e1e1;
    margin-right: 5px;
}

/* Style the flag images */
.select2-container--default .select2-selection--multiple .select2-selection__choice img {
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

/* Style for the Select2 dropdown items */
.select2-container--default .select2-results__option {
    display: flex;
    align-items: center;
    padding: 5px;
}

.select2-container--default .select2-results__option img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}

/* Modal Styling */
.modal-content {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
}

.modal-header {
    border-bottom: 1px solid #eee;
}

.modal-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.close {
    color: #ff4040;
    font-size: 24px;
    font-weight: 700;
}

/* Social Icons Section */
.social-icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.social-icon {
    text-align: center;
    padding: 15px;
    border-radius: 50%;
    font-size: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

/* Social Media Icon Colors */
.facebook {
    background-color: #3b5998;
    color: #fff;
}

.twitter {
    background-color: #1da1f2;
    color: #fff;
}

.linkedin {
    background-color: #0077b5;
    color: #fff;
}

.whatsapp {
    background-color: #25d366;
    color: #fff;
}

.instagram {
    background-color: #e4405f;
    color: #fff;
}

/* Copy Section */
.copy-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.copy-text input {
    width: 75%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

.copy-btn {
    background-color: #ff4040;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.copy-btn:hover {
    background-color: #d32f2f;
}

.copy-btn i {
    margin-right: 5px;
}

/* Modal Centering */
.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

/* Share Button */
.share-button {
    background-color: #ff4040;
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.share-button:hover {
    background-color: #d32f2f;
}

.share-button i {
    margin-right: 8px;
}


.search-input {
    padding: 5px 10px;
    border: none;
    outline: none;
    width: 100%;
}

.search-input input {
    height: 30px;
}

.popup-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ff4d4f;
    color: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
}

#main {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -250px;
}

.main-div {
    height: auto;
    margin-bottom: 15px;
    flex-wrap: wrap-reverse;
    z-index: 1;
}

.custom-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.left-section {
    flex-shrink: 0;
}

.right-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    width: 40%;
}

.right-section p {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .custom-row {
        flex-wrap: wrap;
    }

    .right-section {
        justify-content: center;
        margin-top: 10px;
    }
}


.m-ax {
    height: 275px;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1200);
    margin-top: 30px;
}

.m-ax button:hover {
    border: 1px solid #00a752;
    color: #00a752;
    background: none;
}

.switch {
    --button-width: 3.5em;
    --button-height: 2em;
    --toggle-diameter: 1.5em;
    --button-toggle-offset: calc((var(--button-height) - var(--toggle-diameter)) / 2);
    --toggle-shadow-offset: 10px;
    --toggle-wider: 3em;
    --color-grey: #cccccc;
    --color-#00aa00: #4296f4;
}

.slider {
    display: inline-block;
    width: var(--button-width);
    height: var(--button-height);
    background-color: var(--color-grey);
    border-radius: calc(var(--button-height) / 2);
    position: relative;
    transition: 0.3s all ease-in-out;
}

.slider::after {
    content: "";
    display: inline-block;
    width: var(--toggle-diameter);
    height: var(--toggle-diameter);
    background-color: #fff;
    border-radius: calc(var(--toggle-diameter) / 2);
    position: absolute;
    top: var(--button-toggle-offset);
    transform: translateX(var(--button-toggle-offset));
    box-shadow: var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease-in-out;
}

.switch input[type="checkbox"]:checked+.slider {
    background-color: var(--color-#00aa00);
    --color-grey: #00aa00;
}

.switch input[type="checkbox"]:checked+.slider::after {
    transform: translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)));
    box-shadow: calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
}

.switch input[type="checkbox"] {
    display: none;
}

.switch input[type="checkbox"]:active+.slider::after {
    width: var(--toggle-wider);
}

.switch input[type="checkbox"]:checked:active+.slider::after {
    transform: translateX(calc(var(--button-width) - var(--toggle-wider) - var(--button-toggle-offset)));
}

.filter-section {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    width: 300px;
}

.filter-header {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: white;
}

.filter-group {
    border-bottom: 1px solid gainsboro;
    width: 250px;
}

.filter-group label {
    cursor: pointer;
    display: block;
}

.filter-content {
    display: none;
}

.range_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 5% auto;
    position: relative;
}

#ico1 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
}

#ramSlide {
    display: none;
}

.sliders_control {
    position: relative;
    min-height: 50px;
}

.form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c6c6c6;
    cursor: pointer;
    opacity: 1;
    background: white;
}

input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    pointer-events: all;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #d3d3d3;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
}

input[type="range"]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

input[type="range"]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"] {
    color: #8a8383;
    width: 66px;
    height: 30px;
    font-size: 20px;
    border: 1px solid gainsboro;
    text-align: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #c6c6c6;
    pointer-events: none;
    opacity: 1;
}

#fromSlider,
#fromSsdrangeSlider,
#fromHddrangeSlider,
#fromNvmerangeSlider {
    height: 0;
    z-index: 5;
}

#fromRamSlider,
#fromSSDSlider,
#fromHDDSlider,
#fromNVMESlider {
    height: 0;
    z-index: 5;
}

#parent-div {
    border-bottom: 1px solid gainsboro;
    width: 200px;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.toggle-content {
    display: none;
}

.toggle-content .p-2 {
    padding: 8px;
}

.btn-10 {
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid gray;
    background: none;
    font-size: 12px;
}

.btn-10:hover {
    background: lightgray;
}

.w-100 {
    width: 100%;
}

select {
    width: 100%;
    padding: 5px;
    border: 1px solid gainsboro;
    box-sizing: border-box;
}

#parent-div-1 {
    border-bottom: 1px solid gainsboro;
    width: 200px;
}

.toggle-content-1 {
    display: none;
}

.toggle-content-1 p-2 {
    padding: 8px;
}

#parent-div-2 {
    border-bottom: 1px solid gainsboro;
    width: 200px;
}

.toggle-content-2 {
    display: none;
}

.toggle-content- p-2 {
    padding: 8px;
}

#parent-div-3 {
    border-bottom: 1px solid gainsboro;
    width: 200px;
}

.toggle-content-3 {
    display: none;
}

.toggle-content-3 p-2 {
    padding: 8px;
}

i.ri-arrow-down-s-line,
i.ri-arrow-up-s-line {
    font-size: 16px;
}

.custom-sticky {
    position: sticky;
    top: 0;
}

@media (max-width: 991px) {
    .custom-sticky {
        position: static;
    }
}

.btn-hover::before,
.btn-hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
    z-index: 1;
}

.btn-hover::before {
    transform: translateX(-100%);
}

.btn-hover:hover::before {
    transform: translateX(0);
}

.btn-hover {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn-hover span {
    position: relative;
    z-index: 2;
}

.btn-primary:hover::before {
    background-color: #0056b3;
    border-color: #1B4F72;
}

.btn-success:hover::before {
    background-color: #145A32;
    border-color: #1e7e34;
}

@media (min-width: 1201px) {
    #filter-section {
        width: 23% !important;
        position: sticky;
        top: 0;
        background-color: white;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .main-div {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .ma-1 {
        width: 75%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .full-width {
        width: 90% !important;
    }

}

.btn-hover-unique {
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-hover-unique:hover {
    background-color: #145A32;
    border-color: #1e7e34;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table th,
.table td {
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
}

.badge-success {
    background-color: #28a745;
    color: white;
}

.minus {
    color: wheat;
}

.quantity {
    display: flex;
    border: 2px solid #f5f6fa;
    border-radius: 4px;
    width: 133px;
    height: 37px;
    overflow: hidden;
}

.quantity button {
    background-color: #3498db;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #2980b9;
}

.input-box {
    width: 40px;
    text-align: center;
    border: none !important;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

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

.input-box[type="number"] {
    -moz-appearance: textfield;
}

input.input-box {
    width: 60px !important;
}

.m-ax button {
    width: 150px;
    height: 33px;
    border: none;
    border-radius: 35px;
    background-color: #00a752;
    color: white;
    font-size: 15px;
    margin-top: 1px !important;
}

@media (max-width: 1080px) {

    .main-div {
        flex-direction: column;
    }

    #filter-section {
        width: 100%;
    }

    .ma-1 {
        width: 100%;
    }
}

.remove-btn {
    cursor: pointer;
    color: red;
}

.m-ax-1 {
    border-radius: 10px;
    border: 1px solid red;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1200);
    margin-top: 30px;
    position: relative;
    padding: 5px;
    width: 95%;
}

.minus {
    color: white !important;
    border: none;
    width: 50px !important;
    height: 100% !important;
    border-radius: 0px !important;
    background: #00aa00 !important;
}

.plus {
    color: white !important;
    border: none;
    width: 50px !important;
    height: 100% !important;
    border-radius: 0px !important;
    background: #00aa00 !important;
}

.input-box {
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: none;
    outline: none;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 2px solid #f5f6fa;
    border-radius: 4px;
    width: 160px;
    height: 40px;
    overflow: hidden;
}

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

.product-table {
    width: 100%;
    min-width: 600px;
    table-layout: fixed;
    border-collapse: collapse;
}

.product-table tr th,
.product-table tr td {
    font-size: 12px;
    border: 1px solid #e8eaef;
    padding: 8px;
    text-align: left;
}

table {
    width: 100%;
    margin-top: 10px;
}

table th,
table td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #e8eaef;
}

.price-container {
    text-align: right;
    margin-top: 10px;
}

.price-container h6 {
    font-size: 15px;
}

.price-container p {
    font-size: 12px;
    color: #78d4a5;
}

.price_duration {
    position: absolute;
    bottom: 40px;
    right: 5px;
    color: rgb(156, 156, 156);
}

@media(max-width:576px) {
    .price_duration {
        bottom: 10px;
    }
}


@media (max-width: 767.98px) {
    .m-ax-1 {
        margin-bottom: 1rem;
    }

    .quantity {
        width: 100%;
    }

    .price-container {
        text-align: left;
    }
}

.share-button {
    width: 35px;
    height: 35px;
    background-color: #00af00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 34px;
    right: 9px;
}

.share-button i {
    color: white;
    font-size: 24px;
}

.share-button:hover {
    background-color: #028a14;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.popup-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ff4d4f;
    color: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
    display: none;
}

.button-group {
    gap: 6px;
}

.order-btn,
.configure-btn,
.gallery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    background-color: #007700 !important;
    border: none;
    white-space: nowrap;
}

.order-btn i,
.configure-btn i,
.gallery-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.order-btn:hover,
.configure-btn:hover,
.gallery-btn:hover {
    background-color: #007700 !important;
    border-color: #007700 !important;
}

.custom-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-block: 10px;
}

.custom-container>div {
    flex: 1 1 auto;
}

.left-section,
.right-section,
.center-section {
    display: flex;
    align-items: center;
}

.left-section {
    flex-direction: column;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 175px;
}

.right-section {
    flex-wrap: wrap;
    gap: 0.5rem;
}

.center-section {
    text-align: center;
}

.setup-fee {
    margin: 0;
    font-weight: bold;
}

@media (max-width: 768px) {
    .custom-container {
        flex-direction: column;
    }

    .left-section,
    .right-section,
    .center-section {
        justify-content: center;
        text-align: center;
    }
}

.availability-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background-color: #00ff00;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 0px 6px;
    border-radius: 8px;
    text-align: center;
}

.availability-badge span {
    display: block;
}

.product-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.product-name {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.badge-tag {
    display: inline-block;
    background-color: #ff0000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 5px;
    text-align: center;
}

.price_duration {
    position: absolute;
    bottom: -3px;
    right: 3px;
    font-size: 15px;
}

.specs-table th,
.specs-table td {
    text-align: left;
    padding: 8px;
    vertical-align: middle;
}

.specs-table th {
    background-color: #f8f9fa;
}

.specs-table .spec-label {
    width: 15%;
}

.specs-table .spec-value {
    width: 20%;
    background-color: white !important;
}

.toggle-specs {
    color: #00aa00;
    font-size: 25px;
    text-decoration: none;
}

.toggle-specs:hover {
    text-decoration: none;
}

.table-responsive {
    width: 94%;
    margin: 20px auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
}

.table-header {
    background-color: #343a40;
    color: white;
}

.table-header-cell {
    border: 1px solid whitesmoke !important;
    font-weight: bold;
    padding: 12px;
    text-align: center;
    background-color: #24282c !important;
}

.table-cell {
    padding: 12px;
    text-align: center;
    border: 1px solid #949698 !important;
}

.quantity-control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    border-radius: 5px;
    margin-inline: auto;
}

.quantity-minus,
.quantity-plus {
    width: 30px;
    height: 30px;
    background-color: #28a745;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    user-select: none;
    transition: background-color 0.3s;
}

.quantity-minus:hover,
.quantity-plus:hover {
    background-color: #218838;
}

.quantity-input {
    width: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.quantity-table {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 30px;
    border-radius: 5px;
    margin-inline: auto;
}

.quantity-table .quantity-minus,
.quantity-table .quantity-plus {
    width: 30px;
    height: 30px;
    background-color: #28a745;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    user-select: none;
    transition: background-color 0.3s;
}

.quantity-table .quantity-minus:hover,
.quantity-table .quantity-plus:hover {
    background-color: #218838;
}

.quantity-table .quantity-input {
    width: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 20px;
    padding: 0;
    margin: 0;
}

.specs-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.specs-row {
    display: none;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
}

.specs-cell,
.specs-header-cell {
    text-align: left;
    padding: 8px;
    word-wrap: break-word;
    border: 1px solid #ddd;
}

.specs-header-cell {
    background-color: #f8f9fa;
    font-weight: bold;
}

.specs-cell {
    background-color: #fff;
}

.specs-row.open {
    display: table-row;
    height: auto;
}

.toggle-specs {
    color: #00aa00;
    font-size: 25px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle-specs {
    color: #00aa00;
    font-size: 25px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.fs-13.fw-bold.prcing-availble {
    top: 0px !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 2px;
}

.button-group {
    gap: 6px;
}

.order-btn,
.configure-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    background-color: #007700 !important;
    border: none;
    white-space: nowrap;
}

.order-btn i,
.configure-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.order-btn:hover,
.configure-btn:hover {
    background-color: #007700 !important;
    border-color: #007700 !important;
}

.share-button {
    width: 35px;
    height: 35px;
    background-color: #00af00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 34px;
    right: 9px;
}

.share-button i {
    color: white;
    font-size: 24px;
}

.share-button:hover {
    background-color: #028a14;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {

    .table-header-cell,
    .table-cell {
        font-size: 14px;
        padding: 8px;
    }

    .quantity-control {
        width: 120px;
    }

    .quantity-minus,
    .quantity-plus {
        width: 40px;
    }

    .quantity-input {
        width: 40px;
    }
}

@media (max-width: 900px) {
    .table-responsive {
        overflow-x: auto;
    }

    .product-table {
        width: 100%;
        min-width: 900px;
    }
}

.t-quantity {
    width: 140px !important
}

.custom-table-responsive {
    overflow-x: auto;
}