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;
}

#product_gallery {
    position: relative;
}

#product_gallery .carousel-control-prev,
#product_gallery .carousel-control-next {

    top: 40%;
    bottom: auto;
    transform: translateY(-50%);
}

/* #product_gallery .carousel-control-prev {
    left: -55px;
} */

#product_gallery .carousel-control-next {
    right: 5px;
}

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

@media (max-width: 820px) {
    .carousel-control-prev-icon svg,
    .carousel-control-next-icon svg {
        width: 35px;
        height: 35px;
    }
}


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


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