.resp-table {
width: 100%;
display: table;
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 20px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
border: 1px solid rgba(14, 37, 69, 0.4);
margin-bottom: 0;
}


.resp-table-header{
display: table-header-group;
background-color: #0E2545;
color: #fff;
font-weight: bold;
font-size: 18px;
}



.table-header-cell{
display: table-cell;
padding: 10px;
text-align: center;
border-bottom: 1px solid rgba(14, 37, 69, 0.3);
}

.resp-table-body{
display: table-row-group;
}

.resp-table-row{
display: table-row;
}

.table-body-cell{
display: table-cell;
padding: 7px 13px;
border-right: 1px solid rgba(14, 37, 69, 0.3);
}
.table-body-cell p{
    font-size: 14px;
    font-weight: normal !important;
    text-align: center;
}


@media(max-width: 768px){
    .resp-table-header{
        font-size: 16px;
    }
    .table-body-cell p{
        font-size: 12px;
    }
}

@media(max-width: 412px){
    .resp-table-header{
        font-size: 14px;
    }
}

.brand-title{
    font-size: 80px !important;
    text-align: left !important; 
    color: #f0f0f0 !important; 
    margin-top: 20px !important; 
    line-height: 75px !important; 
    border-right: 1px solid #f0f0f0;
}

@media(max-width: 820px){
    .brand-title{
        font-size: 25px !important;
        border-right: none;
        text-align: center !important;
        color: #f0f0f0 !important;
        margin-bottom: -20px !important;
    }

}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-table100 {
    width: 100%;
    background: #f0f0f0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px
}

.wrap-table100 {
    width: 1170px
}

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative
}

table * {
    position: relative
}

table td,
table th {
    padding-left: 8px
}

table thead tr {
    height: 40px;
    background: #c8dcf7;
}

table tbody tr {
    height: 30px
}

table tbody tr:last-child {
    border: 0
}

table td,
table th {
    text-align: left
}

table td.l,
table th.l {
    text-align: right
}

table td.c,
table th.c {
    text-align: center
}

table td.r,
table th.r {
    text-align: center
}

.table100-head th {
    font-family: Open Sans !important;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: 200 !important;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

tbody tr {
    font-family: Open Sans !important;
    font-size: 15px;
    color: gray;
    line-height: 1.2;
    font-weight: unset
}

tbody tr:hover {
    color: #555;
    background-color: #f5f5f5;
    cursor: pointer
}

.column1 {
    width: 260px;
    padding-left: 40px
}

.column2 {
    width: 160px
}

.column3 {
    width: 245px
}

.column4 {
    width: 110px;
    text-align: right
}

.column5 {
    width: 170px;
    text-align: right
}

.column6 {
    width: 222px;
    text-align: right;
    padding-right: 62px
}

/*@media screen and (max-width:992px) {
    table {
        display: block
    }
    table>*,
    table tr,
    table td,
    table th {
        display: block
    }
    table thead {
        display: none
    }
    table tbody tr {
        height: auto;
        padding: 37px 0
    }
    table tbody tr td {
        padding-left: 40% !important;
        margin-bottom: 24px
    }
    table tbody tr td:last-child {
        margin-bottom: 0
    }
    table tbody tr td:before {
        font-family: Open Sans !important;
        font-size: 14px;
        color: #999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 30px;
        top: 0
    }
    table tbody tr td:nth-child(1):before {
        content: "Date"
    }
    table tbody tr td:nth-child(2):before {
        content: "Order ID"
    }
    table tbody tr td:nth-child(3):before {
        content: "Name"
    }
    table tbody tr td:nth-child(4):before {
        content: "Price"
    }
    table tbody tr td:nth-child(5):before {
        content: "Quantity"
    }
    table tbody tr td:nth-child(6):before {
        content: "Total"
    }
    .column4,
    .column5,
    .column6 {
        text-align: left
    }
    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
        width: 100%
    }
    tbody tr {
        font-size: 14px
    }
}*/

@media(max-width:576px) {
    .container-table100 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.nav-menu a{
    font-size: 12px !important;
    color: #A9A9A9;
}

.main-cat-title{
    font-size: 16px !important;
}

@media(max-width: 768px){
    .mob-container{
        margin: 0;
        padding: 0;
    }
    .images{
        margin-bottom: 0 !important;
    }
    .entry-title{
        font-size: 23px !important;
    }
    .pro-cat-title{
        font-size: 21px !important;
        line-height: 25px !important;
    }
    .nav-menu a{
        font-size: 10px !important;
    }
    .main-cat-title{
        font-size: 14px !important;
    }
}