#cart-content th {
  text-align: center;
}

#cart-content th:first-child {
  text-align: left;
}

#cart-content tbody td {
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px dotted #808080;
  white-space: nowrap;
}

#cart-content tbody td,
#cart-content input {
  text-align: center;
}

#cart-content tbody td:first-child + td {
  text-align: left;
  white-space: normal;
}

#cart-content tbody td:first-child + td + td img {
  vertical-align: text-bottom;
  cursor: pointer;
}

#cart-content tbody td:last-child {
  font-weight: bold;
}

#promocode-container, #frete-container, #opcoes-entrega {
  background-color: #F7F7F7;
  border: 1px solid #E1E1E1;
  margin-top: 20px;
  padding: 15px;
  text-align: center;
}

#totais {
  background-color: #F7F7F7;
  border: 1px solid #E1E1E1;
  margin-top: 20px;
  padding: 15px 15px 0 15px;
  text-align: center;
}

#promocode-container input[type=image],
#frete-container input[type=image],
#opcoes-entrega input[type=image] {
  margin-top: -4px;
}

#promocode-container {
  text-align: center;
}

#promocode-container fieldset {
  clear: both;
}

.blackskull #promocode-container .button.small,
.blackskull #frete-container .button.small {
  background-color: #000 !important;
}

#frete-container h3 {
  float: left;
  font-size: 16px;
  font-weight: bold;
}

#frete {
  margin: 6px 0 0 0;
  padding: 0;
  text-align: right;
  font-weight: normal;
}

#endereco {
  text-align: right;
  padding: 15px 0 0 0;
}

#opcoes-entrega h2 {
  font-size: 16px;
  font-weight: bold;
}

#opcoes-entrega label {
  float: left;
}

#opcoes-entrega img {
  vertical-align: middle;
}

#opcoes-entrega dt {
  float: left;
  text-align: right;
  padding: 0;
  width: 105px;
}

#opcoes-entrega dd {
  margin: 0 0 0 260px;
}

#opcoes-entrega em {
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
}

#totais {
  font-size: 1.2em;
  text-align: right;
}

#totais table {
  font-size: 1em;
  width: 100%;
  margin-bottom: 10px;
}

#totais th {
  font-weight: bold;
  vertical-align: top;
  text-align: right;
}

#totais td {
  width: 1%;
  white-space: nowrap;
}

#totais td small {
  display: block;
}

#totais td img {
  vertical-align: middle;
}

#totais tr:last-child strong {
  font-weight: bold;
  font-size: 1.2em;
}

#cart_quantity .blockMsg {
  border: 2px solid #47A3AB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.blackskull #cart_quantity .blockMsg {
  border: 2px solid #e41e3e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#cart_quantity .blockMsg img {
  vertical-align: middle;
  padding: 10px;
}

.on .header, .on .main .colmask {
  background: #fff;
}

.servico_entrega {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
}

.servico_entrega input[type=radio] {
  display: none;
}

.servico_entrega label {
  display: block;
  padding: 10px;
  margin: 10px;
  background-color: #F7F7F7;
  border: 2px solid #E1E1E1;
  position: relative;
}

.servico_entrega label:hover,
.servico_entrega input[type=radio]:checked ~ label {
  border: 2px solid #009cb8;
}

.servico_entrega strong {
  display: block;
  font-size: 0.9em;
}

.blackskull .servico_entrega label:hover,
.blackskull .servico_entrega input[type=radio]:checked ~ label {
  border: 2px solid #c60c17;
}

.servico_entrega input[type=radio]:checked ~ label:before {
  content: " ";
  display: block;
  border: solid 0.8em #009cb8;
  position: absolute;
  right: 0;
  top: 0;
}

.blackskull .servico_entrega input[type=radio]:checked ~ label:before {
  border: solid 0.8em #c60c17;
}

.servico_entrega input[type=radio]:checked ~ label:after {
  content: " ";
  display: block;
  width: 6px; /* the short bar of the mark is half as long as the long bar */
  height: 12px;
  border: solid white;
  border-width: 0 4px 4px 0; /* creates the inverted "L" shape */
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 5px 0 0;
  -webkit-transform: rotate(45deg); /* tilts the shape */
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.servico_entrega label .logo-entrega {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.servico_entrega .preco {
  color: #009cb8;
  font-size: 1.4em;
  font-weight: bold;
  display: block;
}

.blackskull .servico_entrega .preco {
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  display: block;
}

#opcoes-entrega .preco small {
  color: #000;
  font-size: 0.75em;
  font-weight: normal;
  display: block;
}

#opcoes-entrega em {
  font-weight: bold;
  font-style: normal;
  color: #FF0000;
}

.servico_entrega label div {
  margin-bottom: 65px;
}

.servico_entrega.no-options label div {
  margin-bottom: 0;
}

.servico_entrega .botao {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  text-align: center;
  /*width: 80%;*/
  background: #009cb8;
  border-bottom: 4px solid #0d7e92;
  padding: 12px 10px;
  margin: auto;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  clear: both;
  font-weight: bold;
  -webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.60);
  -moz-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.60);
  box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.60);
}

.blackskull .servico_entrega .botao {
  border-radius: 0;
  background: #c60c17;
  border-bottom: 4px solid #c60c17;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.blackskull #cart_quantity .button.fa-chevron-left {
  background-color: #000 !important;
}

#cart_quantity .erro {
  margin: 30px 0;
}

#cart_quantity input[type=text] {
  border: 1px solid #dadada;
  background: #f8f8f8;
  font-size: 100%;
  padding: 7px;
  -webkit-appearance: none;
  border-radius: 0;
}

#promocode-container input[type=text],
#frete-container input[type=text] {
  background: #fff;
}

#aviso-olimpiadas {
  margin: 0 auto 10px auto;
  text-align: center;
}

#aviso-olimpiadas img {
  max-width: 100%;
  height: auto;
}
