﻿.table td, .table th {
    padding:5px 0px;
}
.clinknhom {
    min-height: 25px;
    display: -webkit-box;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;     
    line-height:20px;
}
.sldnh {
    /* border: 1px solid rgba(0, 0, 0, .15);*/
    width: 61px;
    background: transparent;
}
.ctdtt
{
    margin-top:4px;
}
.vgia {
    margin-left: 5px;
    margin-top: 7px;
    position:absolute;
    right:10px;
}
.btncong {
    border-radius: .55rem;
}
.btntru {
    border-radius: .55rem;
}
.styles_container__n19hA {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dcdbdb;
    overflow: hidden;
    border-radius: 10px;
   /* background: #f0f0f0;
    padding: 4px;*/
    max-width:140px;
}
.txtSL {
    width: 61px;
}

.checkcontainer {
    /* display: block; */
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
}

    .checkcontainer input:checked ~ .checkmark {
        background-color: #2196F3;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #d2cece;
}

.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

.checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#popup-filter {
    width: 98%;
    max-width: 700px;
    padding: 5px 5px;
    border-radius: 4px;
    /*background-color: #fff;*/
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    max-height: 500px;
    z-index: 2147483645;
    text-align: center;
}

#popup-menu {
    width: 98%;
    max-width: 700px;
    padding: 5px 5px;
    border-radius: 4px;
    /*background-color: #fff;*/
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    max-height: 500px;
    z-index: 2147483645;
    text-align: center;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 3px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
}

.btnmenu {
    margin: 3px;
}

#popup-orderoverlay {
    width: 0;
    height: 0;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#popup-wailt {
    width: 90%;
    max-width: 600px;
    padding: 15px 10px;
    border-radius: 4px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    z-index: 100000;
    text-align: center;
    display: none;
}

.modal-noidung {
    text-align: left;
    overflow-y: scroll;
    padding: 5px;
    max-height: 500px;
}

#popup-map {
    width: 98%;
    max-width: 700px;
    padding: 5px 5px;
    border-radius: 4px;
    /*background-color: #fff;*/
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    max-height: 500px;
    z-index: 2147483645;
    text-align: center;
}


div#content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

div#loading {
    margin: auto;
    position: absolute;
    z-index: 1000;
    width: 90%;
    height: 90%;
    background: url(/img/loadingimage.gif) center center no-repeat;
}


#map {
    width: 100%;
    height: 100%;
    min-height: 700px;
    margin-right: 0;
    margin-left: 0;
    z-index: 100;
    position: relative;
}

.ptr {
    width: 100%;
}

.imgbuy {
    width: 110px;
    height: 110px;
    padding: 5px;
    position:relative;
    top:-10px;
}

.clSoLuong {
    width: 70px;
}

.clgia {
    width: 90px;
}

.cdcandate {
    /*color: red;*/
}

.cdtb, .cdtoida, .cdtoithieu, .cdcohan {
    /*color: red;*/
    font-weight: 600;
}

#btn-back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
}

.text-info {
    color: #2a3c7a !important;
    font-size: 11pt;
    font-weight: 500;
}

.cnhomsp {
    text-transform: lowercase;
}

.wishlist-button-add {
    position: absolute;
    top: 15px;
    margin-left: -25px;
}


.wishlist-button-add {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    min-width: 20px;
    padding-top: 3px;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease-out;
    border: none;
}

.hing {
    position: relative;
}

.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    vertical-align: top;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

@media screen and (max-width: 390px) {

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: 0.3em 0.5em;
    }
}

.giacu {
    color: black;
    text-decoration: line-through;
}

.cdcandate {
    text-decoration: auto;
}

table.dataTable thead th, table.dataTable thead td {
    border: none;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}

.styles_product_type__Bm_uX {
    flex: 50% 1;
    font-size: 12.8px !important;
    font-weight: 400 !important;
    text-align: center;
    margin-top: 6px;
}

.styles_align_center__4oU0Z {
    align-self: center;
}

.styles_muted__Hq7Sf {
    color: #919aa3 !important;
}

.styles_product_type__Bm_uX {
    text-align: left;
}

.txttsp {
    height: 44px;
    border: 1px solid #868e96;
}


.clsearchdn {
    margin-top: 0px;
    border-radius: 10px;
    font-size: 14px;
    background: #fff url(/img/search.svg) no-repeat left center;
    border: 1px solid #9a9fa7;
    padding: .7rem 1rem;
    padding-left: 40px;
    width: 80%;
}
.btnx {
    border: 1px solid #9a9fa7;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 44px;
    border-left: none;
}

.dn_total {
    padding: 10px;
    background-color: #F0F6FD;
    /* position: relative; */
    /* width: calc(80px + 4* 70px + 4rem);*/
    width: 97%;
    border-radius: 10px 10px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.075);
    position: fixed;
    bottom: 0px;
    z-index: 9999;
}
.dd_g
{
    display:flex;
    height:25px;
}
.dd_bt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dd_it {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap:4px;
}
.dd_os {
    border: 1px solid #2aabe2;
}
.styles_cartTop__Tjqh0 {
    margin-bottom: 16px;
    border-bottom: 1px dashed silver;
    padding-top: 16px;
}
.styles_cartTop__Tjqh0 {
    margin-bottom: 16px;
    border-bottom: 1px dashed silver;
    padding-top: 16px;
}