h1,
h2,
h3,
h4,
p,
span,
li,
ul,
div,
th,
td,
b,
a,
option,
select,
table,
label,
input {
  font-family: 'Roboto', sans-serif;
}
font-weight $weight !important {
  font-size: $size !important;
}
.text-search-widget {
  border-radius: 100px;
  background-color: #e2e6e8;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: block;
  margin: 5px auto 5px auto;
  border: none;
}
.text-search-widget::-webkit-input-placeholder {
  font-style: italic;
  color: #696969;
  font-size: 13px;
}
.text-search-widget::-moz-placeholder {
  font-style: italic;
  color: #696969;
  font-size: 13px;
}
.text-search-widget:-ms-input-placeholder {
  font-style: italic;
  color: #696969;
  font-size: 13px;
}
.text-search-widget:-moz-placeholder {
  font-style: italic;
  color: #696969;
  font-size: 13px;
}
body,
html {
  background-color: #fff !important;
}
a,
strong,
li,
ul,
p,
span,
h1,
h2,
h3,
h4,
option,
select {
  font-family: 'Roboto', sans-serif;
}
a:hover,
strong:hover,
li:hover,
ul:hover,
p:hover,
span:hover,
h1:hover,
h2:hover,
h3:hover,
h4:hover,
option:hover,
select:hover,
a:focus,
strong:focus,
li:focus,
ul:focus,
p:focus,
span:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
option:focus,
select:focus,
a:visited,
strong:visited,
li:visited,
ul:visited,
p:visited,
span:visited,
h1:visited,
h2:visited,
h3:visited,
h4:visited,
option:visited,
select:visited {
  text-decoration: none;
}
input,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
#components-layout-demo-side .logo {
  height: 32px;
  background: rgba(255,255,255,0.2);
  margin: 16px;
}
.ant-layout {
  background: #fff !important;
}
.hide {
  display: none !important;
}
.steps-content {
  margin-top: 16px;
  border: 1px dashed #e9e9e9;
  border-radius: 6px;
  background-color: #fafafa;
  min-height: 200px;
  text-align: center;
  padding-top: 20px;
}
.steps-action {
  margin-top: 24px;
}
.cart-shopping {
  margin-top: 62px;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid #ededed;
}
.cart-shopping .ant-collapse-item {
  border-bottom: 1px solid #ededed;
}
.cart-shopping .ant-collapse-item:last-child {
  border-bottom: none;
}
.cart-shopping h4 {
  border: 1px solid #001529;
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  background: #001529;
  color: #fff;
  margin-bottom: 0px;
  line-height: 44px;
  height: 44px;
}
.cart-shopping .content .list-item {
  display: table;
  width: 100%;
  background: #ededed;
  padding: 10px 15px;
  position: relative;
}
.cart-shopping .content .list-item.command {
  background: transparent;
}
.cart-shopping .content .list-item.str {
  background: #fff;
}
.cart-shopping .content .list-item > span {
  display: table-cell;
  font-size: 12px;
  width: 40%;
}
.cart-shopping .content .list-item > span:last-child {
  text-align: right;
  width: 60%;
}
.cart-shopping .content .list-item .delete-item-list {
  width: 100%;
  text-align: right;
}
.head-section {
  font-weight: 300 !important;
  line-height: 44px !important;
  height: 44px !important;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}
.head-section.reservation {
  margin-top: 0px;
}
.status-pendient {
  line-height: 44px;
  text-align: center;
  color: #ccc;
  font-style: italic;
}
.content-box {
  font-size: 14;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  color: rgba(0,0,0,0.85);
}
.balance {
  text-align: left;
  padding: 5px 16px;
  border-bottom: 1px solid #d9d9d9;
}
.balance > div {
  display: table;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px dashed #d9d9d9;
}
.balance > div:last-child {
  border-bottom: none;
}
.balance > div.balance-total > span {
  font-weight: bold;
  font-size: 18px;
}
.balance > div span {
  display: table-cell;
  font-size: 16px;
}
.balance > div span:first-child {
  text-align: left;
  margin-right: 5px;
}
.balance > div span:nth-child(2) {
  text-align: right;
  margin-right: 5px;
}
.balance > div span:nth-child(3) {
  text-align: right;
}
.complete-loading {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  height: 100%;
  background: rgba(255,255,255,0.549);
}
.complete-loading i {
  font-size: 22px;
  margin-left: -11px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-status-reservation .ant-modal-body {
  position: relative;
}
.modal-status-reservation .ant-modal-body .complete-loading {
  left: 0px;
  top: 0px;
}
