.pkt1_container {
  border: 3px solid #e1e1e1;
  border-radius: 9px;
}

.pkt1_container_darkmode {
  border: 3px solid #e1e1e1;
  background-color: #939393;
  border-radius: 9px;
}

.woocommerce-shipping-methods li {
  border: 3px solid #e1e1e1;
  border-radius: 9px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  margin-bottom: 20px !important;
}

.pkt1_container_darkmode li {
  border: 3px solid #e1e1e1;
  border-radius: 9px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}

.woocommerce-checkout-review-order-table tfoot .shipping ul {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.woocommerce-shipping-methods li.seleccionado {
  border: 4px solid #51af2b;
}

.woocommerce-shipping-methods li input[type="radio"] {
  display: none;
}

#shipping_method li {
  width: 100%;
  height: 89px;
}

#shipping_method li > label {
  width: 100%;
}

.pkt1_quote {
  width: 100%;
}

.pkt1_quote img {
  max-height: 80px;
  width: auto;
  margin: 0 auto;
  margin-top: 0px;
  float: left;
}

.pkt1_quote .pkt1_dias {
  font-weight: bold;
  color: #fff;
  background: #151b4d;
  width: 60px;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  margin: 6px 0 -6px auto;
}

.pkt1_quote .pkt1_detalle {
  font-size: 20px;
  text-align: left;
  margin-top: 8px;
  width: 40%;
  float: left;
  color: #606060;
}

.pkt1_diasprecio {
  float: right;
}

.pkt1_quote .pkt1_precio {
  color: #3BAF29;
  font-weight: 800;
  text-align: right;
  font-size: 33px;
  margin-top: 15px;
}

.pkt1_quote .pkt1_precio small {
  font-size: 15px;
}

input#asegurarenvio {
  margin-left: 195px !important;
  margin-right: 10px !important;
}

.pkt1_quote.pkt1_tarjeta {
  text-align: center;
}

.showtarjeta{
  display:none;
}

.pkt1_container_tarjeta .hiderow{
  display:none;
}


.pkt1_container_tarjeta .showtarjeta{
  display:block;
}

.pkt1_container_tarjeta ul#shipping_method li {
  max-width: 80%;
  height: auto;
}

.pkt1_container_tarjeta ul#shipping_method li img {
  width: 90%;
  height: auto;
  max-height: none;
  float: none;
  margin:0 auto;
}

.pkt1_container_tarjeta .pkt1_quote .pkt1_detalle {
  width: 100%;
  text-align: center;
  float: none;
}

.pkt1_container_tarjeta .pkt1_quote .pkt1_diasprecio {
  float: none;
}

.pkt1_container_tarjeta .pkt1_quote .pkt1_dias {
  margin: 10px auto;
}

.pkt1_container_tarjeta .pkt1_quote .pkt1_precio {
  text-align: center;
  font-size: 25px;
}

@media screen and (min-width:800px){
  .pkt1_container_tarjeta ul#shipping_method li {
    max-width: 76%;
    height: auto;
    /*float: left;*/
    margin: 0 2%;
  }
  
  .pkt1_container_tarjeta ul#shipping_method li img {
    width: 80%;
    height: auto;
    max-height: none;
    float: none;
  }
}

@media screen and (max-width:800px){
  .pkt1_container_tarjeta .pkt1_quote .pkt1_precio {
    text-align: center;
    font-size: 15px;
  }
  
  
.pkt1_quote .pkt1_detalle {
  font-size: 15px;
  text-align: left;
  margin-top: 8px;
  width: 40%;
  float: left;
  color: #606060;
}

}