
.table.table-bordered{
    margin-bottom: 0;
    border: 1px solid #eee;    

    > thead th {
        background-color: #f8f9fa;
        border-bottom: 1px solid #eee;
        padding: .75rem;
    }

    > tbody td {
        border-top: 1px solid #eee;
        padding: .75rem;
    }
}

.product-name {
    font-weight: 500;
}

.product-wrap {
    .product {
        .product-media {
            display: flex;            
            > a {
                display: flex;
                align-items: center;
                min-height: 300px;
            }
        }
        .product-cat {
            > a {
                font-size: 1.15rem;
                font-weight: 400;
            }
        }
    }
}

.post-media {
    > a {
        display: flex;
        align-items: center;
        max-height: 300px;
        overflow: hidden;

        > img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 300px;
            margin: 0 auto;
        }
    }
}

.btn {
    &.btn-outline {
        &.btn-dark:hover {
            color: #FFF;
        }
    }
}

.product-gallery-carousel {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;

    .owl-item {
        .product-image {
            display: flex;
            align-items: center;
            min-height: 300px;
        }
    }
}

.image-box {
    figure {
        display: flex;
        align-items: center;
        min-height: 200px;
    }
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }