/**************Gallery Styles********************/
.product-img img {
    width: 90px !important;
    height: 70px !important;
}
.grandtotal {
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 10px !important;
    font-size: 18px;
    color: #fff;
    background-color: #462066 !important;
    font-family: "Oswald", sans-serif;
}
html {
    scroll-behavior: smooth;
}
input[type="text"] {
    color: black !important;
}
body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden !important;
}
table {
    display: flex;
    flex-flow: column;
    border-collapse: collapse;
    background-color: #fff;
    width: 100% !important;
    font-family: "Oswald", sans-serif;
}

tr:nth-child(even) {
    background-color: #f5a6a65e !important;
}
tr:nth-child(odd) {
    background-color: #f99d9dbd !important;
}
td:nth-child(1) {
    width: 16% !important;
   
}

td:nth-child(2) {
    width: 25% !important;
   
}
td:nth-child(3) {
    width: 15% !important;
   
}
td:nth-child(4) {
    width: 13% !important;
   
}
td:nth-child(5) {
    width: 14% !important;
   
}
td:nth-child(6) {
    width: 15% !important;
   
}

th:nth-child(1) {
    width: 16% !important;
}

th:nth-child(2) {
    width: 25% !important;
}

th:nth-child(3) {
    width: 15% !important;
}

th:nth-child(4) {
    width: 13% !important;
}

th:nth-child(5) {
    width: 14% !important;
}

th:nth-child(6) {
    width: 15% !important;
}

.GroupHeaderRowStyle {
    background-color: #f8e23c !important;
    padding: 6px !important;
    font-weight: 700;
    color: #000 !important;
    font-size: 18px !important;
}

tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.sticky {
    position: fixed !important;
    top: 0% !important;
    width: 100%;
    z-index: 1;
    padding: 10px 0 !important;
}

.sticky + .content {
    padding-top: 102px;
}

.header h6 {
    background-color: #37124a;
    color: #f8e102;
}
.header .fa-cart-shopping {
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
    color: black;
    margin-top: 5px;
}
.header .fa-cart-shopping:hover {
    color: #fff;
}
.main {
    margin-bottom: -17px !important;
    margin-top: -10px !important;
}
table input {
    width: 70px !important;
    padding: 0 5px;
    text-align: center;
}
table{
    font-family:'Roboto';
}
th {
    padding: 6px;
    font-size: 16px;
    background: #ef7126 !important;
    color: #fff;
    text-align: center;
}
table,
th,
tr,
td {
    border: 1px solid #000;
    font-weight: 600 !important;
}
th {
    border-bottom: 0;
    margin-top: 0px;
}
td {
    font-size: 16px;
    position: relative;
    top: 5%;
    color: #000;
}
.table th,
.table td {
    padding: 15px !important;
}
.price {
    color: #0af7ef;
}
.actual-price {
    color: #ff5cff;
}
.fixed_price {
    color: #ffed00;
}

.grid tr td input {
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none;
    border: 1px solid #bdbdbd !important;
    padding: 4px !important;
}
    .grid tr td input:checked {
        border-color: red !important;
        background-color: red !important;
    }

@media (max-width: 568px) {
    .product-img img {
        width: 40px !important;
        height: 30px !important;
    }

    h6 {
        font-size: 14px;
        letter-spacing: 2px;
    }
    td,
    th {
        font-size: 11px;
        text-align: center !important;
        font-weight:600 !important;
    }
    table input {
        width: 35px !important;
        height: 29px !important;
        padding: 0 2px;
        text-align: center;
        font-size: 11px !important;
    }
    th {
        padding: 0px;
        text-align: center;
    }
    table,
    th,
    tr,
    td {
        padding: 0px 0px;
    }
    .sticky {
        position: fixed !important;
        top: 7% !important;
    }
    .table th,
    .table td {
        padding: 4px !important;
    }

}

/*Image modal*/
.modal {
    z-index: 1;
    display: none;
    padding-top: 10px;
    position: fixed;
    /* left: 24%; */
    top: 25%;
    /* width: 60%; */
    height: 60%;
    overflow: hidden !important;
    background-color: #000 !important;
}

.modal-content {
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.modal-hover-opacity:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-backface-visibility: hidden;
}

.close {
    text-decoration: none;
    float: right;
    font-size: 30px !important;
    font-weight: 500;
    color: #fff !important;
    opacity: 1 !important;
}

.container1 {
   
    display: inline-block;
}
.modal-content,
#caption {
    transition: 1s ease-in !important;
}
