.area_print, .area_print * {
  visibility: visible !important;
}
.none-found {
  font-family: 'open_sans_condensedbold';
  text-transform: uppercase;
  color: #C7CBD6;
  font-size: 14px;
}
.resumo-checkout .info div{
  padding: 10px 0px !important;
  font-size: 14px !important;
}

.resumo-checkout thead tr th{
  background-color: #DD1B1B !important;
  color: white !important;
}

.resumo-checkout th{
  border-bottom: none!important;
}

.resumo-checkout .table-subheader{
  padding: 5px !important;
}

.resumo-checkout .table-subheader2{
  padding: 5px !important;
  padding-left: 20px !important;
}

.resumo-checkout .table-subheader3{
  padding: 5px !important;
  padding-left: 35px !important;
}

.resumo-checkout tbody tr td{
  padding: 2px !important;
}

.resumo-checkout .items tbody tr td{
  padding-left: 50px !important;
}

.resumo-checkout .valores tbody tr td:not(:first-child){
  text-align: right;
}

.visible-xs {
  display: none !important;
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
.hidden-xs.hidden-print {
  display: none !important;
}
.hidden-sm {
  display: none !important;
}
.visible-sm {
  display: block !important;
}
table.visible-sm {
  display: table;
}
tr.visible-sm {
  display: table-row !important;
}
th.visible-sm,
td.visible-sm {
  display: table-cell !important;
}