@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400&display=swap');
a{
    color:#009cd6;
}
body{
    font-family: 'Poppins';
    color: #636363;
    width: 1400px;
    margin: 0 auto;
    font-weight:300 !important;
}
h1,h2,h3,h4,h5{
    font-weight:300;
    color:#009cd6;
    margin:0;
}
.contact{
    text-align:center;
    padding:20px;
}
.footer{
    margin-top: 20px;
    border-top:1px solid #009cd6;
}
.header{
    padding: 20px 0;
    border-bottom:1px solid #009cd6;
}
.header h1{
    text-align:center;
    padding:20px 0;
}
.logo{
    max-height:150px;
    margin:0 auto;
    display:block;
}
.price{
    text-align:right;
    padding-right: 40px !important;
    display:table-cell;
    font-family:'Roboto Mono';
}
.stock{
    padding: 0 10px;
    overflow: hidden;
    top: -40px;
    position: relative;
}
.stockQuantity{
    text-align:right;
    padding-right: 30px !important;
    display:table-cell;
    font-family:'Roboto Mono';
}
table{
    color:#636363
}
td.sku{
    max-width:100px;
}
thead tr th{
    text-transform:uppercase;
}
th{
    font-weight:400;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before, 
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after
{
    margin-bottom:5px;
}
.table-dark{
    background:#636363
}
.update{
    padding: 10px;
    /* float: left; */
}
