@font-face {
    font-family: phetsarath;
    src: url("fonts/Phetsarath-Regular.ttf");
}

@font-face {
    font-family: roboto;
    src: url("fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: droboto;
    src: url("fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
    font-family: hakban;
    src: url("fonts/Allsmile Sans Hakbankerd.otf") format("truetype");
}

@font-face {
    font-family: phetsarathbold;
    src: url("fonts/Phetsarath-Bold.ttf");
}

@font-face {
    font-family: capellax;
    src: url("fonts/Capella Bellatrix.ttf");
}

@font-face {
    font-family: bounban;
    src: url("fonts/BoonBaan-Bold.woff2");
}

@font-face {
    font-family: "noto_serif_laoregular";
    src: url("fonts/notoseriflao-regular-webfont.woff2") format("woff2"),
        url("fonts/notoseriflao-regular-webfont.woff") format("woff"),
        url("fonts/notoseriflao-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "noto_serif_laobold";
    src: url("fonts/notoseriflao-bold-webfont.woff2") format("woff2"),
        url("fonts/notoseriflao-bold-webfont.woff") format("woff"),
        url("fonts/notoseriflao-bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.noto {
    font-family: "noto_serif_laoregular";
}

.notob {
    font-family: "noto_serif_laobold";
}

noto {
    font-family: "noto_serif_laoregular";
}

notob {
    font-family: "noto_serif_laobold";
}
.laos {
    font-family: phetsarath,roboto;
}

.laob {
    font-family: phetsarathbold,roboto;
}

laob {
    font-family: phetsarathbold,roboto;
}

laos {
    font-family: Arial, phetsarath, sans-serif;
}

.robo {
    font-family: roboto, Arial, sans-serif;
}

.drobo {
    font-family: droboto, Arial, sans-serif;
}

robo {
    font-family: roboto, Arial, sans-serif;
}

drobo {
    font-family: droboto, Arial, sans-serif;
}

hakban {
    font-family: hakban;
}

.bounban
{
    font-family: bounban;
}

::selection {
    background: yellow; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: yellow; /* Gecko Browsers */
}

.mynum {
    font-family: capellax;
}
mynum {
    font-family:capellax;
}

.mynum-pink {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    color: #e83e8c;
    word-break: break-word;
}
mynum-pink {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    color: #e83e8c;
    word-break: break-word;
}
@media print {
    @page {
        margin: 0;
    }
    body {
        margin-top: 1.6cm;
        margin-bottom: 1.6cm;
    }
}

.badge-dark {
    color: #ffffff;
    background-color: #343a40;
    border-radius: 9px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    padding: 3px 5px;
}

.dumpx
{
    color:#dd02fa;
} 

.bg-purple 
{
    background-color: #6f42c1;
}

.z-red
{
    background-color: #dc3544;
}
.z-black
{
    background-color: #0d0d0d;
}

.z-white
{
    background-color: white;
}

.z-green
{
    background-color: #004f2e;
}

.z-blue
{
    background-color: #0d4d53;
}

.z-yellow{
    background-color: #0D362B;
}

.mini-cart
{
    display:none;
}