@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* 
font-family: "Inter", sans-serif;
font-family: "Poppins", sans-serif;
font-family: "Open Sans", sans-serif;
*/
h1,h2,h3,h4,h5,h6{
	font-family: "Inter", sans-serif;
	margin: 0px !important;
}
.mb-product-list-main-wrapper{
    width: 100%;
    height: auto;
    margin: auto;
    display: inline-block;
}
.mb-product-list-main{
    width: 100%;
    height: auto;
    margin: auto;
    padding: 5px;
    border-radius: 15px;
    background: linear-gradient(90deg,#5719ce,#bb4abe);
}
.mb-product-list-main table{
    width: 100%;
}
.mb-product-list-main table tr th{
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 600 !important;
}
.mb-product-list-main table tbody tr td{
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 600 !important;
    text-align: center;
}
.mb-product-list-main table tbody tr td img{
    width: 80px;
    height: 80px;
}
.mb-product-list-main table tbody tr td p.classification{
    background-color: #4008A8;
    font-family: "Inter", Sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F646CF;
    border-radius: 50px 50px 50px 50px;
    padding: 5px 10px 5px 10px;
}
.mb-product-list-main table tbody tr td p.reference{
    background-color: #8925B8;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #640C8E;
    border-radius: 50px 50px 50px 50px;
    padding: 5px 10px 5px 10px;
}
.mb-product-list-main div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
    justify-content: flex-start;
    margin-right: auto;
    color: #fff !important;
}
.mb-product-list-main div.dt-container option{
    color: #000 !important;
}
.mb-product-list-main div.dt-container label{
    font-size: 16px;
    color: #fff;
    padding-bottom: 5px;
}
.mb-product-list-main div.dt-container input{
    font-size: 16px;
    color: #000;
    border-radius: 0px !important;
    border:1px solid #fff !important;
}
.mb-product-list-main .dt-length {
    padding: 0 15px;
}
.mb-product-list-main .dt-layout-cell.dt-layout-end {
    padding: 0 15px;
}
.mb-product-list-main .dt-layout-cell.dt-layout-start{
    padding: 0 15px;
}
.mb-product-list-main .dt-layout-cell.dt-layout-end{
    padding: 0 15px;
    color: #fff;
}
.mb-product-list-main button.dt-paging-button.current {
    border: 1px solid #fff !important;
}