/**
 * Theme Name:     Carma Digital
 * Author:         Carma Digital
 * Template:       Divi
 * Text Domain:	   carma-digital
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 * Theme URI:      https://carma-digital.com/
 * Author URI:     https://carma-digital.com/
 * Version:        1.0
 */
.entry-content thead th,
.entry-content tr th {
  background-color: rgba(239, 239, 239, 0.3);
  font-weight: 500;
  color: #2f3336;
}

.row-quote {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -moz-column-gap: 2.5vw;
       column-gap: 2.5vw;
}
.row-quote .button-link-delete {
  padding: 0px !important;
  border: none !important;
}
.row-quote .button-link-delete::after {
  display: none;
}
.row-quote .button-link-delete:hover {
  background-color: transparent !important;
}
.row-quote .button-link-delete img {
  width: 0.7vw;
  min-width: 0.7vw;
}
.row-quote .my-quote-table {
  border: none !important;
}
.row-quote .my-quote-table tbody > tr:first-child td {
  border-top: none;
}
.row-quote .my-quote-table tbody tr td {
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.row-quote .my-quote-table tbody tr td:first-child {
  padding-left: 0px;
}
.row-quote .my-quote-table tbody tr td:last-child {
  padding-right: 0px;
}
.row-quote .my-quote-table thead tr th:last-child {
  padding-left: 0px;
  padding-right: 0px;
}
.row-quote .my-quote-table .thumb {
  flex-shrink: 0;
}
.row-quote .my-quote-table .thumb .producto-img {
  width: 6vw;
}
.row-quote .my-quote-table .name {
  display: flex;
  align-items: center;
  gap: 1.5vw;
}
.row-quote .my-quote-table .name .category {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8vw;
  padding-bottom: 0px;
  line-height: 1.5em;
}
.row-quote .my-quote-table .name .product-name {
  color: black;
  font-weight: 500;
  font-size: 0.95vw;
  padding-bottom: 0px;
}
.row-quote .my-quote-table .name .size {
  color: rgba(46, 46, 46, 0.5);
  font-size: 0.95vw;
  font-weight: 500;
  line-height: 1.5em;
}
.row-quote .my-quote-table .col-price {
  color: black;
  font-weight: 500;
  font-size: 0.95vw;
}
.row-quote .my-quote-table .col-subtotal {
  font-size: 0.95vw;
  font-weight: bold;
}
.row-quote .my-quote-totals {
  background-color: #fafafa;
  border-radius: 10px;
  margin-bottom: 1.5vw;
}
.row-quote .my-quote-totals .title {
  padding: 1.3vw;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
}
.row-quote .my-quote-totals .subtotals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3vw;
  border-bottom: 1px solid #d9d9d9;
}
.row-quote .my-quote-totals .subtotals .Subtotal {
  padding-bottom: 0px;
}
.row-quote .my-quote-totals .subtotals .value {
  font-weight: 600;
}
.row-quote .my-quote-totals .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3vw;
}
.row-quote .my-quote-totals .total .text,
.row-quote .my-quote-totals .total .value {
  font-weight: 800;
}
.row-quote .my-quote-request-form {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 1.3vw;
}
.row-quote .my-quote-request-form h3 {
  display: none;
}
.row-quote .my-quote-request-form input:not([type=submit]) {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #707070 !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  width: 100%;
  line-height: 1.7em;
  font-size: 0.95vw !important;
}
.row-quote .my-quote-request-form input:not([type=submit])::-moz-placeholder {
  color: #0a0a0a !important;
}
.row-quote .my-quote-request-form input:not([type=submit])::placeholder {
  color: #0a0a0a !important;
}
.row-quote .my-quote-request-form label {
  font-size: 0.95vw;
}
.row-quote .my-quote-request-form input[type=submit] {
  background-color: #2f3336;
  border-radius: 1000px;
  color: white;
  padding: 0.7vw !important;
  font-weight: bold;
  width: 100%;
  border: 1px solid #2f3336;
  font-size: 0.95vw;
}
.row-quote .my-quote-request-form input[type=checkbox] {
  width: auto;
}
.row-quote .my-quote-request-form .yith-ywraq-mail-form-wrapper {
  margin-top: 0px;
}

.form-bienvenida input {
  width: 100%;
  padding: 0.5vw;
  font-size: 1.15vw;
  font-weight: 600;
  border-radius: 5px;
}
.form-bienvenida input:first-child {
  color: #2b3e4c;
  border: 1px solid rgba(112, 112, 112, 0.15);
  margin-bottom: 1vw;
}
.form-bienvenida input:first-child::-moz-placeholder {
  color: rgba(47, 51, 54, 0.19);
}
.form-bienvenida input:first-child::placeholder {
  color: rgba(47, 51, 54, 0.19);
}
.form-bienvenida input[type=submit] {
  color: white;
  background-color: #0f5ea3;
  border: 1px solid #0f5ea3;
}

.cotizador-items-qty:not(:empty) {
  background-color: white;
  border-radius: 50%;
  width: 1.2vw;
  height: 1.2vw;
  margin-left: 0.2vw;
  color: #2f3336;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 980px) {
  .row-quote {
    display: block;
  }
  .row-quote .button-link-delete img {
    width: 10px;
    min-width: 10px;
  }
  .row-quote .my-quote-table .thumb .producto-img {
    width: 85px;
  }
  .row-quote .my-quote-table .name {
    gap: 10px;
  }
  .row-quote .my-quote-table .name .category {
    font-size: 12px;
  }
  .row-quote .my-quote-table .name .product-name {
    font-size: 14px;
  }
  .row-quote .my-quote-table .name .size {
    font-size: 14px;
  }
  .row-quote .my-quote-table .col-price {
    font-size: 14px;
  }
  .row-quote .my-quote-table .col-subtotal {
    font-size: 14px;
  }
  .row-quote .my-quote-totals {
    margin-bottom: 22px;
  }
  .row-quote .my-quote-totals .title {
    padding: 19px;
  }
  .row-quote .my-quote-totals .subtotals {
    padding: 19px;
  }
  .row-quote .my-quote-totals .total {
    padding: 19px;
  }
  .row-quote .my-quote-request-form {
    padding: 19px;
  }
  .row-quote .my-quote-request-form input:not([type=submit]) {
    font-size: 14px !important;
  }
  .row-quote .my-quote-request-form label {
    font-size: 14px;
  }
  .row-quote .my-quote-request-form input[type=submit] {
    padding: 11px !important;
    font-size: 14px;
  }
  .form-bienvenida input {
    padding: 7px;
    font-size: 16px;
  }
  .form-bienvenida input:first-child {
    margin-bottom: 15px;
  }
  .cotizador-items-qty:not(:empty) {
    width: 15px;
    height: 15px;
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  .row-quote .my-quote-table td:nth-child(2),
  .row-quote .my-quote-table th:nth-child(2),
  .row-quote .my-quote-table td:nth-child(4),
  .row-quote .my-quote-table th:nth-child(4) {
    display: none;
  }
  .row-quote .my-quote-table tbody tr td:not(:first-child):not(:last-child) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row-quote .my-quote-table tbody tr td:first-child {
    padding-right: 5px;
  }
  .row-quote .my-quote-table tbody tr td:last-child {
    padding-left: 5px;
  }
  .row-quote .my-quote-table .name {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */