.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding:5px;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding:10px;
}
.btn-default-code-free{
    color: white;
    background-color: var(--main-color);
    border-color: #ccc;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top:0
    bottom:0;
    right:0;
    height:100%;
}
.input-dnt-giamgia{
    height: 34px;
    width:100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.login-checkout{
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding:10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.login-checkout i{
  float: left;
  margin-right: 10px;
  font-size:20px;
}
/*.breadcrumb {*/
/*    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%);*/
/*    background-color: #fff;*/
/*}*/

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    
    border-radius: 4px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>.active {
    color: #777;
}
.cart-title{
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}
.container-border-boxshadow{
     border-radius: 8px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 6%);
    background-color: #fff;
}
.cart-checkout{
  background-color: #fdf8e9;
}
.form-infor-checkout{
    border: 1px solid #e7e7e6;
    background-color: #f8f8f8;
    box-shadow: 0 1px 2px 0 rgb(15 15 15 / 19%);
}
.infor-sex-form{
    border-bottom: 1px solid #e7e7e6;
    background-color: #fff;
    padding: 16px 23px;
    margin-top: 0;
    margin-bottom: 15px;
}
.dnt-infor-customer{
  padding: 15px 20px 5px 20px;
}
.form-control2{
  display: block;
    width: 100%;
    height: 34px;
    padding:6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
     background-color: #fff; 
     background-image: none; 
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    text-indent: 12px;
}
.dnt-button-dathang{
  color: #fff;
    background-color: var(--main-color);
    border-color: #2e6da4;
    padding: 20px 20px;
    width: 100%;
    border:none;
    outline:none;
}
.list-group{
  padding: 10px;
    line-height: 1.5;
    border: 1px solid #ddd;
    margin-bottom: 0;
}
.list-group-item{
  position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.product_box {
     display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    clear: both;
    border-bottom: 1px solid #f4f3f3;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product_box .product_img {
    margin-right: 30px;
    flex: 0 0 100px;
}
.product_box .product_img > .img {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-body .product_box .product_img > .img {
    min-height: auto;
    padding: 15px 0;
    background-color: #fafafa;
}
.product_box .product_img > .img img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}
.deletesp {
    border-radius: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    cursor: pointer;
    color: #777;
    display: block;
    margin-top: 10px;
}
.product_box .product_info {
    font-family: 'Open Sans', serif;
    margin-bottom: 10px;
}
.home .name, .home .cate {
    padding: 0 5px;
}
.product_box .product_info .name {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Helvetica, sans-serif;
}
.modal-body .product_box .product_info .name {
    font-size: 14px;
}
.product_box .product_info .name a {
    color: #000;
}
.product_sl ul li {
    float: left;
    text-align: left;
    padding: 8px 0;
}
.product_sl ul li.li-soluong * {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product_sl ul li.li-soluong > span {
    margin-right: 15px;
}
@media (min-width: 768px){
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 768px){
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.product_sl ul li.li-soluong * {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.border {
    border: 1px solid #dee2e6 !important;
}
@media (min-width: 768px){
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
}
}
.input-group-btn>.btn {
    position: relative;
}
.product_sl ul li.li-soluong * {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.product_sl ul li.li-soluong .fa {
    color: #000;
    font-weight: normal;
    font-size: 11px;
}
@media (min-width: 768px){
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.product_box .form-control {
    padding: 3px;
    text-align: center;
}
.product_sl ul li.li-soluong * {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input.form-control.input-soluong.border.col-2{
  outline:none;
  width:35px;

  border-radius: 0;
}
.product_sl ul li {
    float: left;
    text-align: left;
    padding: 8px 0;
}
b, strong {
    font-weight: bolder;
}
.text-tongtien {
    color: red;
    font-weight: bold;
}
.tongtien_giohang {
    font-weight: bold;
    text-transform: uppercase;
    color: #F00;
    text-align: right;
    font-size: 16px;
    padding: 8px 2px;
    padding-bottom: 0;
    margin-top: 5px;
    float: right;
}
.xemgiohang {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-left: 8px;
    margin-top: 5px;
}
.xemgiohang a {
    color: #FFF;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.clear {
    clear: both;
}