#calculator-modal .modal-content {
  margin: auto !Important;
  width: 100% !Important;
  top: 0px !Important;
}

#calculator-modal-retiroEnTienda .modal-content {
  margin: auto !Important;
  width: 100% !Important;
  top: 0px !Important;
}

#home_delivery_not_found_box {
  padding: 10px 40px 0px 40px;
  display: none;
  flex-direction: column;
}

#home_delivery_not_found_box_text {
  display: none;
  font-size: 11px;
  margin: auto;
  font-weight: 400;
}

#delivery_not_found_box {
  padding: 10px 40px 0px 40px;
  display: none;
  flex-direction: column;
}

#delivery_not_found_box_text {
  display: none;
  font-size: 11px;
  margin: auto;
  font-weight: 400;
}

.btn-calculate-shipping:hover,
.btn-calculate-shipping-box:hover {
  color: #007BB9;
}

.btn-calculate-shipping span {
  background: transparent url("../img/truck.png") no-repeat scroll 0 0;
  display: block;
  margin-top: 5px;
  text-align: left;
  padding-left: 28px;
  width: 100%;
  box-sizing:border-box;
  font-size: 16px;
  line-height: 24px;
  background-size: 20px;
  background-position-y: calc(35%);
  padding-bottom: 1px;
}

.icon{
  margin-top: 8px !important;
}

.btn-calculate-shipping{
  width: 100%;
  border: none;
  color: #039BE5;
  vertical-align: super;
  padding-left: 2px;
}

.btn-calculate-shipping-box span {
  background: transparent url("../img/box.png") no-repeat scroll 0 0;
  display: block;
  text-align: left;
  padding-left: 54px;
  width: 100%;
  box-sizing:border-box;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background-size: 20px;
  background-position-y: calc(35%);
}

.btn-calc-comprar {
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.btn-calc-comprar:hover {
  color: #fff !Important;
  background-color: #333;
}

.modal-backdrop {
  opacity: 0.75 !important;
}

@media only screen and (min-width: 767px) {
  .modal-dialog:not(#product-modal .modal-dialog) {
    width: 600px;
    margin: 30px auto !important;
  }
}

.input-quantity {
  height: 2.3em;
  border: 1px solid #ced4da;
  text-align: center;
  color: #495057;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #e7e3e3;
}

td.delivery_option_radio {
  width: 54px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

td.delivery_option_logo {
  width: 97px;
  padding-left: 21px;
}

td.delivery_option_price {
  width: 162px;
}

.order_carrier_logo {
  max-width: 65px;
  max-height: 65px;
}

.btn-cerrar-modal {
  color: #c4161c;
  background-color: transparent;
  border-color: #d43f3a;
  border-radius: 0px;
  font-weight: bold;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.btn-cerrar-modal:hover {
  color: #fff !important;
  background-color: #c4161c !important;
  border-color: #d43f3a !important;
}

.pc-input,
.cp_carrier_input {
  padding: 20px 10px;
  width:185px !important;
  border-radius: 4px; 
  border: #b0b0b0 solid 1px;
}

.pc-input:focus {
  box-shadow: none;
}

#section_result,
#section_result_home_delivery {
  display: flex;
  flex-direction: column;
}

.resultado {
  display: flex;
  width: auto;
  justify-content: space-between;
  border: #dadada solid 1px;
  padding: 7px;
  align-items: center;
  margin-top: 10px;
  border-radius: 5px;
}

.resultado_title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.resultado_description {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  color: #000000;
}

.resultado_price {
  font-weight: 700;
  font-size: 18px;
}

.resultado_delivery_time {
  font-size: 14px;
  color: #4D565F;
}

.container_scroll_result {
  display: block;
  overflow-y: scroll;
  max-height: 300px;
}

.container_scroll_result::-webkit-scrollbar {
  width: 10px;
}
.container_scroll_result::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(127, 127, 127, 0.9);
  border-radius: 10px;
  background-color: #CCCCCC;
}
.container_scroll_result::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d83131b8;
  background-image: -webkit-linear-gradient(90deg,transparent,rgba(0, 0, 0, 0.4) 50%,transparent,transparent)
}

@media (max-width: 1024px){
  .modal-view-mobile{
    width: 90% !important;
  }
  .container_scroll_result::-webkit-scrollbar {
    display: none;
  }
}

.calculate-shipping-title {
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
  margin-top: 11px;
  padding-top: 11px;
  font-size: 16px;
  color: #333333;
}

.modal-title-flex {
  display: flex;
  align-items: center;
}

.modal-title-close-button {
  border: none;
  background-color: #ffffff;
  display: flex;
  margin-left: auto;
}

.modal-description {
  font-size: 16px;
  padding: 15px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.btn-postal-input {
  border-radius: 50%;
  padding: 7px;
  margin-right: 7px;
  background: transparent;
  border: none;
  display: none;
  position: absolute;
  left: 160px;
}

.input-button {
  border: none;
  background: #C2C2C2;
  margin-left: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.input-button:hover {
  background-color: #c4161c !important;
}

.modal-title-b {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 600;
}

.row-body {
  display: flex;
  flex-direction: column;
}

.row-body-input {
  display: flex;
  margin: 10px 14px;
  align-items: center;
  width: auto; padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 5px;
}

.input-div {
  display: flex;
  align-items: center;
}

.delivery_not_found_box_text {
  color: #c4161c;
  padding: 7px 0px;
}

.delivery_not_found_box_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  font-weight: 400;
}

.delivery_not_found_box_p {
  font-size: 16px;
  font-weight: 600;
  padding: 30px 0px;
  text-align: center;
  vertical-align: middle;
}

.block-shipping-extra-icon {
  font-family: Gustan, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 15.24px;
  color: #00A650;
  padding: 0px 0px 0px 31px;
}