/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./cartridges/app_custom_interceramic/cartridge/client/default/scss/postSales.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
.page-title-txt {
  font-size: 18px;
  color: #818181;
  display: inline-block;
}
@media (min-width: 544px) {
  .page-title-txt {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .page-title-txt {
    font-size: 24px;
  }
}

.form-check {
  margin-bottom: 10px;
  margin-top: 10px;
}
.form-check .form-check-label {
  color: #818181;
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 16px;
  margin-top: 7px;
}
.form-check .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-check .form-check-input:checked ~ .checkmark {
  background-color: var(--skin-header-1-color);
}
.form-check .checkmark { /* stylelint-disable-line no-descending-specificity */
  position: absolute;
  top: 5px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #CFD8DC;
  border-radius: 20%;
}
.form-check {
  /* creamos el marcador (escondido al no seleccionar) */
}
.form-check .checkmark:after { /* stylelint-disable-line selector-pseudo-element-colon-notation */
  content: "";
  position: absolute;
  display: none;
}
.form-check {
  /* mostramos el marcador al seleccionar */
}
.form-check .form-check-input:checked ~ .checkmark::after {
  display: block;
}
.form-check {
  /* estilo del marcador */
}
.form-check .checkmark::after { /* stylelint-disable-line no-descending-specificity */
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg); /* stylelint-disable-line property-no-vendor-prefix */
  -ms-transform: rotate(45deg); /* stylelint-disable-line property-no-vendor-prefix */
  transform: rotate(45deg);
}

.form-group.required .form-control-label::before {
  content: none;
}
.form-group.required .form-control-label::after {
  content: "*";
  color: #818181;
}
.form-group .form-control-label {
  color: #818181;
  font-size: 12px;
}
.form-group .form-control-label a {
  color: #21A7FF;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .form-group.big-label {
    margin-bottom: 20px;
  }
}
.form-group.big-label .form-control-label {
  font-size: 14px;
}
.form-group .form-control {
  border-radius: 50px;
  font-size: 14px;
  border-color: #CFD8DC;
  color: var(--skin-header-1-color);
  height: 32px;
}
@media (min-width: 544px) {
  .form-group .form-control {
    height: 40px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .form-group .form-control {
    height: 48px;
    padding-left: 20px;
  }
}
.form-group .form-control[readonly] {
  background-color: transparent;
}
.form-group .pe-none {
  pointer-events: none;
}
.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
  margin: 0;
}
.form-group input[type=number] { /* stylelint-disable-line property-no-vendor-prefix */
  appearance: textfield;
  -moz-appearance: textfield; /* stylelint-disable-line property-no-vendor-prefix */
}
.form-group .invalid-feedback {
  color: var(--color-red2);
  font-size: 10px;
}
.form-group select,
.form-group select.form-control,
.form-group select.form-control.is-invalid {
  appearance: none;
  background-image: url("../../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px;
}
.form-group select:disabled {
  background-color: transparent;
}
.form-group select::after {
  position: relative;
  right: 20px;
}

.complete-check, .return-direction, .return-place, .shipping-method-option {
  cursor: pointer;
}

/* CSS para ocultar contenedores inactivos */
#direccion-content, #lugar-content, #informacion-adicional-content {
  display: none;
  overflow: hidden scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 472px;
  padding: 0 5px;
}
@media (max-height: 610px) {
  #direccion-content, #lugar-content, #informacion-adicional-content {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  #direccion-content, #lugar-content, #informacion-adicional-content {
    height: 478px;
  }
}
#direccion-content.active, #lugar-content.active, #informacion-adicional-content.active {
  display: block;
}
#direccion-content::-webkit-scrollbar, #lugar-content::-webkit-scrollbar, #informacion-adicional-content::-webkit-scrollbar {
  display: none;
}
#direccion-content .close-address-modal:active, #lugar-content .close-address-modal:active, #informacion-adicional-content .close-address-modal:active {
  box-shadow: 0 0 0 0 transparent;
  background: transparent;
  color: var(--skin-header-1-color);
  border-color: black;
}
#direccion-content .close-address-modal:focus, #lugar-content .close-address-modal:focus, #informacion-adicional-content .close-address-modal:focus {
  box-shadow: unset;
}

@media (max-width: 992px) {
  .option-general {
    margin-bottom: 15px;
  }
}
.option-general .general-check-text {
  font-size: 10px;
  line-height: 12px;
  color: var(--skin-links-color);
}

.content-continue-form {
  margin-top: 25px;
}

#informacion-adicional-content .form-group, #informacion-adicional-content .form-control {
  margin-bottom: 0;
}
#informacion-adicional-content .form-group textarea, #informacion-adicional-content .form-control textarea {
  height: 129px;
  border-radius: 10px;
  margin-bottom: 15px;
}
#informacion-adicional-content .form-group::placeholder, #informacion-adicional-content .form-control::placeholder {
  color: #CFD8DC;
}

.return-direction,
.return-place {
  width: 29px;
  height: 18px;
}

.post-sales {
  margin-top: 30px;
  margin-bottom: 100px;
  max-width: 1596px;
  width: 85%;
}
@media (max-width: 991.98px) {
  .post-sales {
    width: 91%;
  }
}
@media (max-width: 768.98px) {
  .post-sales {
    width: 97%;
  }
}
.post-sales .postsales-breadcrumb .row {
  display: block !important;
}
.post-sales .breadcrumb {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.post-sales .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.post-sales .breadcrumb .breadcrumb-item a {
  color: #818181 !important;
  text-decoration: none !important;
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
}
@media (min-width: 544px) {
  .post-sales .breadcrumb .breadcrumb-item a {
    font-size: 14px;
    line-height: 21px;
  }
}
.post-sales .breadcrumb .breadcrumb-item a[aria-current=page] {
  font-weight: 500;
}
.post-sales .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.post-sales .post-sales-content {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .post-sales .post-sales-content {
    margin-top: 100px;
  }
  .post-sales .post-sales-content > div {
    max-width: 370px;
  }
}
.post-sales .post-sales-content .postsales-form-content p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--skin-header-1-color);
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 544px) {
  .post-sales .post-sales-content .postsales-form-content p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  .post-sales .post-sales-content .postsales-form-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
.post-sales .post-sales-content .postsales-form-content img {
  height: 24px;
}
.post-sales .post-sales-content .postsales-form-content .postsales-tooltip .tooltiptext {
  visibility: hidden;
  width: 80%;
  background-color: #fff;
  color: #818181;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1030;
  bottom: 100%;
  right: 20px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1490196078);
}
@media (min-width: 544px) {
  .post-sales .post-sales-content .postsales-form-content .postsales-tooltip .tooltiptext {
    width: 358px;
  }
}
.post-sales .post-sales-content .postsales-form-content .postsales-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 98%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent;
}
.post-sales .post-sales-content .postsales-form-content .postsales-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.post-sales .post-sales-content .postsales-form-content .tooltiptext { /* stylelint-disable-line no-descending-specificity */
  font-size: 10px;
  line-height: 14px;
  font-weight: 400px;
}
.post-sales .post-sales-content .postsales-form-content .tooltiptext img {
  height: 100px;
}
.post-sales .post-sales-content .postsales-form-content .postsales-label img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .post-sales .post-sales-content .postsales-form-content .postsales-label img {
    width: 32px;
    height: 32px;
  }
}
.post-sales .form-control::placeholder {
  font-weight: 300;
}
.post-sales button {
  width: 130px;
}
@media (min-width: 544px) {
  .post-sales button {
    width: 237px;
  }
}

@media (max-width: 543.98px) {
  .add-ticket-to-cart.fade, .list-modal-cotizacion.fade, .error-cotizacion.fade, .remove-address-modal.fade {
    overflow-y: hidden;
  }
}
@media (max-width: 543.98px) {
  .add-ticket-to-cart.fade .modal-dialog, .list-modal-cotizacion.fade .modal-dialog, .error-cotizacion.fade .modal-dialog, .remove-address-modal.fade .modal-dialog {
    transform: translate(0, 600px);
  }
}
@media (max-width: 991.98px) {
  .add-ticket-to-cart.fade .modal-dialog, .list-modal-cotizacion.fade .modal-dialog, .error-cotizacion.fade .modal-dialog, .remove-address-modal.fade .modal-dialog {
    transform: translate(0, 698px);
  }
}
.add-ticket-to-cart.show .modal-dialog, .list-modal-cotizacion.show .modal-dialog, .error-cotizacion.show .modal-dialog, .remove-address-modal.show .modal-dialog {
  transform: none;
}
.add-ticket-to-cart .modal-dialog, .list-modal-cotizacion .modal-dialog, .error-cotizacion .modal-dialog, .remove-address-modal .modal-dialog { /* stylelint-disable-line no-descending-specificity */ }
@media (min-width: 992px) {
  .add-ticket-to-cart .modal-dialog, .list-modal-cotizacion .modal-dialog, .error-cotizacion .modal-dialog, .remove-address-modal .modal-dialog {
    margin-top: 200px;
    max-width: 640px;
  }
}
@media (max-width: 991.98px) {
  .add-ticket-to-cart .modal-dialog, .list-modal-cotizacion .modal-dialog, .error-cotizacion .modal-dialog, .remove-address-modal .modal-dialog {
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin: 0;
  }
}
.add-ticket-to-cart .modal-dialog .modal-content, .list-modal-cotizacion .modal-dialog .modal-content, .error-cotizacion .modal-dialog .modal-content, .remove-address-modal .modal-dialog .modal-content {
  padding: 15px;
}
.add-ticket-to-cart .response-message, .list-modal-cotizacion .response-message, .error-cotizacion .response-message, .remove-address-modal .response-message {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 544px) {
  .add-ticket-to-cart .response-message, .list-modal-cotizacion .response-message, .error-cotizacion .response-message, .remove-address-modal .response-message {
    font-size: 20px;
    line-height: 22px;
  }
}
.add-ticket-to-cart .product-message, .list-modal-cotizacion .product-message, .error-cotizacion .product-message, .remove-address-modal .product-message {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}
.add-ticket-to-cart .product-message .success-det, .list-modal-cotizacion .product-message .success-det, .error-cotizacion .product-message .success-det, .remove-address-modal .product-message .success-det {
  color: #818181;
}
.add-ticket-to-cart .product-message .error-det, .list-modal-cotizacion .product-message .error-det, .error-cotizacion .product-message .error-det, .remove-address-modal .product-message .error-det {
  color: #E23A29;
}
@media (min-width: 544px) {
  .add-ticket-to-cart .product-message, .list-modal-cotizacion .product-message, .error-cotizacion .product-message, .remove-address-modal .product-message {
    font-size: 12px;
    line-height: 18px;
  }
}

.list-modal-cotizacion .modal-header, .error-cotizacion .modal-header, .remove-address-modal .modal-header {
  border-bottom: none;
}
.list-modal-cotizacion .modal-header .close, .error-cotizacion .modal-header .close, .remove-address-modal .modal-header .close {
  width: 50px;
}
.list-modal-cotizacion .modal-header .modal-title, .error-cotizacion .modal-header .modal-title, .remove-address-modal .modal-header .modal-title {
  color: #818181;
  font-size: 20px;
  font-family: Poppins, sans-serif;
}
@media (max-width: 991.98px) {
  .list-modal-cotizacion .modal-header .modal-title, .error-cotizacion .modal-header .modal-title, .remove-address-modal .modal-header .modal-title {
    font-size: 16px;
  }
}
.list-modal-cotizacion .modal-body.delete-confirmation-body span, .list-modal-cotizacion .modal-body.delete-confirmation-body p, .error-cotizacion .modal-body.delete-confirmation-body span, .error-cotizacion .modal-body.delete-confirmation-body p, .remove-address-modal .modal-body.delete-confirmation-body span, .remove-address-modal .modal-body.delete-confirmation-body p {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  color: #818181;
}
@media (max-width: 991.98px) {
  .list-modal-cotizacion .modal-body.delete-confirmation-body span, .list-modal-cotizacion .modal-body.delete-confirmation-body p, .error-cotizacion .modal-body.delete-confirmation-body span, .error-cotizacion .modal-body.delete-confirmation-body p, .remove-address-modal .modal-body.delete-confirmation-body span, .remove-address-modal .modal-body.delete-confirmation-body p {
    font-size: 10px;
    margin-bottom: 20px;
  }
}
.list-modal-cotizacion .modal-body .error-message, .error-cotizacion .modal-body .error-message, .remove-address-modal .modal-body .error-message {
  color: #818181;
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .list-modal-cotizacion .modal-body .error-message, .error-cotizacion .modal-body .error-message, .remove-address-modal .modal-body .error-message {
    font-size: 16px;
  }
}
.list-modal-cotizacion .modal-body .product-list-to-cart .product-item p, .error-cotizacion .modal-body .product-list-to-cart .product-item p, .remove-address-modal .modal-body .product-list-to-cart .product-item p {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  color: #818181;
}
@media (max-width: 991.98px) {
  .list-modal-cotizacion .modal-body .product-list-to-cart .product-item p, .error-cotizacion .modal-body .product-list-to-cart .product-item p, .remove-address-modal .modal-body .product-list-to-cart .product-item p {
    font-size: 10px;
    margin-bottom: 20px;
  }
}
.list-modal-cotizacion .modal-body .product-list-to-cart .product-item.error-det p, .error-cotizacion .modal-body .product-list-to-cart .product-item.error-det p, .remove-address-modal .modal-body .product-list-to-cart .product-item.error-det p {
  color: #E23A29;
}
.list-modal-cotizacion .modal-footer, .error-cotizacion .modal-footer, .remove-address-modal .modal-footer {
  border-top: none;
}
.list-modal-cotizacion .modal-footer .continue-botton, .list-modal-cotizacion .modal-footer .cancel-botton, .error-cotizacion .modal-footer .continue-botton, .error-cotizacion .modal-footer .cancel-botton, .remove-address-modal .modal-footer .continue-botton, .remove-address-modal .modal-footer .cancel-botton {
  background-color: white;
  color: #818181;
  border-color: #55565A;
  margin-top: 15px;
}
.list-modal-cotizacion .modal-footer .btn-secondary, .error-cotizacion .modal-footer .btn-secondary, .remove-address-modal .modal-footer .btn-secondary {
  background-color: #55565A;
}
.list-modal-cotizacion .modal-footer .btn-secondary:hover, .error-cotizacion .modal-footer .btn-secondary:hover, .remove-address-modal .modal-footer .btn-secondary:hover {
  background-color: #77787E;
  border-color: #77787E;
}

.rastrea-tu-compra {
  width: 922px;
  margin-bottom: 400px;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .rastrea-tu-compra {
    margin-bottom: 50px;
    max-width: 91%;
  }
}
@media (max-width: 991.98px) {
  .rastrea-tu-compra {
    max-width: 97%;
    margin-bottom: 70px;
    margin-top: 0;
  }
}
.rastrea-tu-compra .status-compra {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 543.98px) {
  .rastrea-tu-compra .table-desk {
    display: none;
  }
}
.rastrea-tu-compra .table-desk .img-download {
  text-align: center;
}
@media (max-width: 991.98px) {
  .rastrea-tu-compra .table-desk .img-download img.img-file {
    width: 14px;
  }
}
.rastrea-tu-compra .table-sm {
  max-width: 100%;
}
@media (min-width: 544px) {
  .rastrea-tu-compra .table-sm {
    display: none;
  }
}
.rastrea-tu-compra .table-sm .row {
  border-bottom: 1px solid #CFD8DC;
  margin-top: 20px;
}
.rastrea-tu-compra .table-sm img.img-file-sm {
  float: right;
  width: 14px;
}
.rastrea-tu-compra .table-sm .label-title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 12px;
  color: #818181;
}
.rastrea-tu-compra .table-sm .label-desc {
  font-weight: 400;
  font-size: 12px;
  color: #818181;
}
.rastrea-tu-compra .table tr {
  border-top: none;
  border-bottom: 1px solid #CFD8DC;
}
.rastrea-tu-compra .table thead th {
  font-size: 18px;
  font-weight: 600;
  color: #818181;
  border-top: none;
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .rastrea-tu-compra .table thead th {
    font-size: 12px;
  }
}
.rastrea-tu-compra .table tbody td {
  font-size: 16px;
  font-weight: 400;
  color: #818181;
}
@media (max-width: 991.98px) {
  .rastrea-tu-compra .table tbody td {
    font-size: 12px;
  }
}

/*# sourceMappingURL=default\css\postSales.css.map*/