img {
    background-color: white !important;
}

.table-clean {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.table-clean th,
.table-clean td {
    border: none !important;
    padding: 10px 16px;
    background: transparent !important;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}

.table-clean tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-clean tr:first-child td:first-child,
.table-clean tr:first-child th:first-child {
    border-top-left-radius: 12px;
}

.table-clean tr:first-child td:last-child,
.table-clean tr:first-child th:last-child {
    border-top-right-radius: 12px;
}

.table-clean tr:last-child td:first-child,
.table-clean tr:last-child th:first-child {
    border-bottom-left-radius: 12px;
}

.table-clean tr:last-child td:last-child,
.table-clean tr:last-child th:last-child {
    border-bottom-right-radius: 12px;
}


.carousel-control-prev-icon {
    background-image: none !important;
}

.carousel-control-next-icon {
    background-image: none !important;
}

@media (min-width: 1280px) {
    .carousel-control-prev-icon {
        margin-right: 60px;
        margin-bottom: 150px !important;
    }

    .carousel-control-next-icon {
        margin-left: 24px;
        margin-bottom: 150px !important;
    }

    .carousel-control-next-icon svg {
        fill: var(--color-primary-seconday);
        width: 50px;
        height: 50px;
    }

    .carousel-control-prev-icon svg {
        fill: var(--color-primary-seconday);
        width: 50px;
        height: 50px;
    }
}


@media (max-width: 1024px) {
    .carousel-control-prev-icon{
        margin-bottom: 100px !important;
    }

    .carousel-control-next-icon {
        margin-right: 24px;
        margin-bottom: 100px !important;
    }

    .carousel-control-next-icon svg {
        fill: var(--color-primary-seconday);
        width: 50px;
        height: 50px;
    }

    .carousel-control-prev-icon svg {
        fill: var(--color-primary-seconday);
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 820px) {
    .carousel-control-prev-icon {
        margin-bottom: 85px !important;
    }

    .carousel-control-next-icon {
        margin-bottom: 85px !important;
    }

    .carousel-control-next-icon svg {
        fill: var(--color-primary-seconday);
        width: 40px;
        height: 40px;
    }

    .carousel-control-prev-icon svg {
        fill: oranvar(--color-primary-seconday)ge;
        width: 40px;
        height: 40px;
    }
}


#product_gallery .carousel-inner > .carousel-item {
    height: max-content;
}


#product_gallery .carousel-inner > .carousel-item > img {
    max-height: none;
}