/**
* Theme Name: Styler Child
* Description: This is a child theme of Styler.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: styler
* Version: 1.4.0
*/


.orak-product-table table {
        width: 80%;
        border-collapse: collapse;
		max-width:max-content;
		margin-left: auto;
  		margin-right: auto;
    }
    .orak-product-table th, .orak-product-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }
    .orak-product-table th {
        background-color: #f2f2f2;
    }
    .orak-product-table img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    @media (max-width: 768px) {
        .orak-product-table table, .orak-product-table thead, .orak-product-table tbody, .orak-product-table th, .orak-product-table td, .orak-product-table tr {
            display: block;
        }
        .orak-product-table tr {
            margin-bottom: 15px;
        }
        .orak-product-table td {
            text-align: right;
            padding-left: 50%;
            position: relative;
        }
        .orak-product-table td::before {
            content: attr(data-label);
            position: absolute;
            left: 0;
            width: 50%;
            padding-left: 15px;
            font-weight: bold;
            text-align: left;
        }
    }
   