.background-body {
    background-color: white;
    min-height: 300px !important;
}
.error-danger {
    color: red;
}
.text-green {
    color: green;
}

.text-sea-blue {
    color: #11b1e1;
}

.text-blue {
    color: blue;
}

.text-red-orange {
    color: #e13b11f7;
}

.font-price {
    font-size: 20px;
}

a:hover {
    text-decoration: none !important;
    color: green;
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

button.btn, a.btn {
    padding: 15px;
    height: 50px;
}

.title-page {
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 15px;
    color: green;
    margin-top: 0;
}

.header {
    background-color: white;
    border-bottom: 1px solid green;
    margin-bottom: 20px;
}
.sub-header ul {
    list-style-type: none;
    margin-bottom: unset;
}
.search {
    justify-content: end;
    margin-top: 20px;
}
.menu {
    justify-content: end;
}

.logo img, .group-input img{
    max-width: 100%;
}

.logo-home {
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.menu-home {
    justify-content: center;
}

.search-home {
    height: 40px;
    margin-top: 12px;
}
.carts .shoping-cart, .carts .footer {
    background-color: white;
    border-radius: 5px;
  min-height: 120px !important;
}
table img {
    width: 150px !important;
}

.down-count, .up-count {
    width: 30px;
    height: 30px;
    border-color: aliceblue;
}
.group-input input[type=text] {
    padding: 2px;
    margin-bottom: 1px;
    text-align: center;
    width: 50px;
    height: 30px;
}

.text-end {
    text-align: end;
}

.carts .shoping-cart table tr td {
    vertical-align: middle;
}

.checkout {
    margin: 15px;
}

.checkout .form-info-des {
    float: left;
}

.checkout .form-info {
    float: left;
    margin-top: 30px;
}
.checkout .form-info form {
    width: 100%;
    float: left;
}
.checkout .form-info form .left {
    float: left;
    width: 40%;
    margin-right: 1%;
}
.checkout .form-info form .box-left {
    width: 100%;
    float: left;
    border: 1px solid #cbc8c8;
    position: relative;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}
.checkout .form-info form .box-right {
    float: left;
    border: 1px solid #cbc8c8;
    position: relative;
    padding: 20px;
    margin-bottom: 40px;
    width: 59%;
    border-radius: 10px;
}
.checkout .form-info .box-left .title,
.checkout .form-info .box-right .title {
    font-weight: bold;
    color: #83c55f;
    margin-bottom: 5px;
    position: absolute;
    top: -18px;
    left: 19px;
    background-color: #ffffff;
    padding: 5px 10px;
    border: 1px solid #83c55f;
}
.checkout .form-info .box-left div,
.checkout .form-info .box-right div {
    float: none;
    margin-bottom: 15px;
    clear: both;
}
.checkout .form-info .box-left div span {
  /* width: 150px; */
  float: left;
  line-height: 30px;
}
.checkout .form-info div input {
  height: 30px;
  padding: 3px;
  margin-bottom: unset !important;
  background-color: unset !important;
  border-radius: 5px;
  border-color: #ddd;
}
.checkout .form-info form .error {
  display: none;
  color: red;
  clear: both;
  text-align: right;
  margin-bottom: 10px;
}
.checkout .form-info .order_info div {
  width: 100%;
  float: left;
  line-height: 30px;
}

.checkout .form-info .order_info .row .row .col-4 {
    border-bottom: 1px dashed #ccc;
}
.checkout .form-info .order_info div .label {
  font-size: 16px;
}
.checkout .form-info .order_info div .cost {
  font-size: 16px;
  font-weight: bold;
}

.payment input{
    width: auto;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align: middle !important;
}

.history input {
    border-color: black !important;
    border-radius: 5px !important;
}