.main_product{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail_product {
    width: 40%;
}
.info_product{
    width: 55%;
}
.error {
    color: red;
}
table {
    border-collapse: collapse;
    border-radius: 0;
    margin-bottom: .9375rem;
    width: 100%;
}
tbody, tfoot, thead {
    background-color: #fff;
    border: 1px solid #f2f2f2;
}
tbody td, tbody th {
    padding: .5rem .625rem .625rem;
}
tbody tr:nth-child(2n) {
    background-color: #f2f2f2;
    border-bottom: 0;
}
.contentck h2,.contentck h3,.contentck h4,.contentck h5,.contentck h6{
    margin-bottom: 15px;
}
.contentck ul li {
    margin-bottom: 7px;
}
.title_pro{
    font-family:'MondaBold';    
    font-size: 30px;
    color: #FF0000;
    line-height: 44px;
}
.author{
    font-family:'MondaRegular';
    font-size: 20px;
    margin-top: 8px;
}
.main_product{
    margin-top: 30px;
}
.info_product .listStar{
    margin-top: 14px;
}
.info_product .listStar i {
    display: inline-block;
    color: #fd9727;
    position: relative;
    font-size: 24px;
}
.info_product .listStar i.fa-star.icon-unstar{
    color: #c2c2c2;
}
.listStar > .fa.fa-star > .fa.fa-star{
    position: absolute;
    left: 0px;
    right: 0px;
    overflow: hidden;
}
.info_product .wrapprice{
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
}
.info_product .pricenew{
    color: #FF0000;
}
.info_product .priceold{
    text-decoration: line-through;
    margin-right: 70px;
}
.infodtproduct{
    margin-top: 17px;
}
.infodtproduct p{
    margin-bottom: 10px;
}
.btnmuangay {
    background-color: #1c3371;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 6px 19px;
    border-radius: 4px;
    font-size: 17px;
}
.btnmuangay:hover{
    color: #fff;
}
.btngiohang{
    background-color: #1c3371;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 8px 19px;
    border-radius: 4px;
    font-size: 17px;
    margin-left: 10px;
    border: 0;
}
.groupbtncart{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.txtvalue .btn_cts {
    border: 0.5px solid #ccc;
    outline: none;
    background: #fff;
    width: 37px;
    height: 37px;    
    text-align: center;
    vertical-align: top;
    padding: 0;
    color: #000;
    cursor: pointer;
    border: 1px solid #797979;
    background-color: #E3E3E3;
    font-size: 20px;
}
.txtvalue #quantity {
    width: 57px;
    height: 37px;
    display: inline-block;
    font-size: 14px;    
    border: 0.5px solid #cccccc;
    text-align: center;
    margin-bottom: 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
}
.txtvalue{
    display: flex;
    margin-top: 20px;
}
.btn_cts_left{
    border-radius: 5px 0 0 5px;
}
.btn_cts_right{
    border-radius: 0px 5px 5px 0px;
}
.audiofree{
    display: flex;
    align-items: center;
}
.title_nthu{
    margin-right: 15px;
}
.slideshow{
    margin-top: 20px;
}
.slideshow.owl-carousel .owl-stage-outer{
    overflow:hidden;
    position:relative;
    width:100%;
}
.slideshow.owl-carousel{
    background: url(../images/ajax-loader.gif) no-repeat center center;
}
.slideshow.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background-color: #d9d9d9;
    width: 17px;
    height: 17px;
    margin-right: 15px;
    border-radius: 100%;
}
.slideshow.owl-theme .owl-nav{
    display: none;
}
.slideshow.owl-theme .owl-dots{
    margin-top: 20px;
}
.slideshow.owl-theme .owl-dot.active{
    background-color: #ada8a8;
}
.contentpro{
    margin-top: 25px;
}
.titlebanchay{
    font-size: 32px;
    color: #1C3371;
    font-family:'MondaBold';
    text-align: center;
    margin-top: 40px;
}
.itemseller{
    border: 1px solid #000;
    position: relative;
}
.wrappricesl{
    border-top: 1px solid #000;
    padding: 8px 10px;
}
.infoseller{
    padding: 10px;
    text-align: center;
}
.thumbseller{
    width: 100%;
    height: 280px;
}
.thumbseller img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btnmuangay{
    background-color: #1c3371;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 7px 19px 9px;
    border-radius: 4px;
    margin-top: 13px;
}
.groupbtn{
    text-align: center;
}
.namserler{
    color: #1C3371;
}
.listseller{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px 37px;    
}
.author{
    font-size: 14px;
    margin-top: 4px;
}
.listStar{
    margin-top: 10px;
}
.listStar i {
    display: inline-block;
    color: #fd9727;
    position: relative;
    font-size: 18px;
}
.listStar i.fa-star.icon-unstar{
    color: #c2c2c2;
}
.listStar > .fa.fa-star > .fa.fa-star{
    position: absolute;
    left: 0px;
    right: 0px;
    overflow: hidden;
}
.namepro{
    margin-top: 2px;
    font-family:'MondaBold';
    display: grid;
    align-items: center;
    justify-content: center;
    height: 50px;
    overflow: hidden;
}
.wrappricesl{
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}
.pricenew{
    color: #FF0000;
}
.priceold{
    text-decoration: line-through;
}
.btnloadmore{
    background-color: #DFA444;
    display: inline-block;
    cursor: pointer;
    border-radius: 9px;
    padding: 7px 20px;
    margin-top: 28px;
}
.wrap_breadcrumb{
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.breadcrumb ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.linebr{
    width: 1px;
    height: 22px;
    background-color: #000;
    margin-left: 10px;
    margin-right: 10px;
}
.btnmuangaya{
    margin-top: 0px;
}
.contentck h2{
    font-size: 22px;
}
.contentck h3{
    font-size: 20px;
}