﻿@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

body {
    /*font-size:large*/
}

.wrapper {
    font-size: 12px;
    font-weight: 300 !important;
   /* font-family: 'prompt', sans-serif !important;*/
    font-family: 'kanit', sans-serif !important;
}

    .wrapper .p-name {
        font-size: 25px;
    }

    .wrapper .p-price {
        font-size: 17px;
        font-weight: 500 !important;
        margin-bottom: 0;
        color: #072448;
        /*min-width: 80px*/
    }

    .wrapper table {
        border-width: thin;
        border: 2px solid #e9ecef;
        width: 80% !important;
    }

    .wrapper .table {
        border-width: thin;
        border: 2px solid #e9ecef;
        width: 80% !important;
    }
    .wrapper .h2 {
        font-size: 18px !important;
        font-weight: 500 !important;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .wrapper h2 {
        font-size: 18px !important;
        font-weight: 500 !important;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .wrapper h3 {
        font-size: 14px !important;
        font-weight: 500 !important;
        margin-bottom: 5px;
        margin-top: 4px;
    }

.table .col-th {
    background-color: #ebf1f4;
    font-weight: bold;
    width: 40%;
}

.detail .nav > li > a {
    background: #efefef;
}

.nav-tabs li a.active {
    background-color: #fff !important;
    border-top: 2px solid #f5821f !important;
}

.nav > li, .nav > li > a {
    display: block;
}

.product-content a {
    color: #0171cd !important;
    font-size: 13px;
    font-weight: 500 !important
}

.photo {
    display: table;
}

    .photo a {
        vertical-align: middle;
        display: table-cell;
    }

    .photo img {
        display: block;
        height: auto;
        width: 100%;
    }

.btn_addcart {
    color: #252525;
    background-color: #fd0;
    border: 1px solid #fd0;
}
    .btn_addcart:hover, .btn_addcart:focus, .btn_addcart:active, .btn_addcart.active, .open > .dropdown-toggle.btn_addcart {
        color: #252525;
        background-color: #fff6bf;
        border-color: #fd0; /*set the color you want here*/
    }

#itemsssss li {
    display:list-item;
    list-style-type: none;
    padding: 0 20px 0 20px;
    border: 0px solid red;
}

#navlist li:first-child {
    border-left: none
}

.product_des_index {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    overflow: hidden;
    color: #252525;
}