@media only screen and (max-width: 760px) {
  .ocultar_td {
    display: none !important;
  }

  .mostrar_td{
    display: table-cell !important;
  }

  .mostrar_tr{
    display: table-row !important;
  }
}

.mostrar_td, .mostrar_tr{
  display: none;
}

.check-login {
	cursor: pointer;
}

.div-check-login {
	text-align: center;
}

div#content .panel-group div fieldset div.form-group select {
  width: 75%;
} 

div#content .panel-group div.panel {
  padding: 0 0 1px 0;
} 

@media only screen and (max-width: 760px) {
  .div-check-login {
    display: flex;
  }

  div#content .panel-group div fieldset div.form-group select {
    width: 100%;
  }

  div#content .panel-group div.buttons {
    padding-left: 0;
    padding-right: 0;
  }
  
  div#content .panel-group div.buttons div.pull-right {
    width: 100%;
  } 

  div#content .panel-group div.buttons div.pull-right input.button {
    width: 100%;
    padding: 0px !important;
  }
}

.bg-table-checkout {
  background: white;
  color: black;
}

.coupon_voucher_cd {
  display: flex !important;
}

.custom-coupon-voucher:hover {
  cursor: pointer;
  color: #6fb9f9;
}