@import url(fonts.css);
body{
    padding: 0;
    border: 0;
    position: relative;
    font-family: 'Sarabun';
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    line-height: 1.1;
}
ul.side-nav.leftside-navigation li:not(.no-padding) a {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
}
.edit{
    right: 75px !important;
}
.card-panel > a{
    display: block;
    width: 100%;
}
.img-add{
    display: block;
    width: 150px;
    margin: 0px auto;
}
.divider{
    margin-bottom: 50px;
}
.show-promotion{
    position: relative !important;
    height: auto;
}
.show-promotion > .load-frm{
    width: 48px;
    height: 48px;
    top: -22px !important;
    line-height: 48px !important;
}
.title-promotion{
    display: block;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.promotion-details{
    display: block;
    width: 100%;
    height: auto;
}
.promotion-price{
    display: block;
    padding-top: 25px;
    width: 100%;
    height: auto;
    font-size: 18px;
}
.add-pro-itm{
    display: inline-block;
    margin: 0px 15px;
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
}
.show-del-itm{
    position: absolute;
    bottom: 20px;
    right: 25px;
}
