.porto-child-cart,
.porto-child-cart *,
.porto-child-cart *::before,
.porto-child-cart *::after {
  box-sizing: border-box;
}

body.woocommerce-cart .header-wrapper > .header-tooltip {
  display: none !important;
}

body.woocommerce-cart #main .main-content {
  padding-top: 0;
}

.porto-child-cart {
  width: var(--porto-child-cart-client-width, 100%);
  margin: 0 0 0 calc(50% - var(--porto-child-cart-client-half, 50%));
  padding: 0 0 80px;
  overflow: hidden;
  background: #fff;
  color: #000;
  font-family: Jost, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
}

.porto-child-cart button,
.porto-child-cart input,
.porto-child-cart textarea {
  font-family: inherit;
}

.porto-child-cart button,
.porto-child-cart a {
  -webkit-tap-highlight-color: transparent;
}

.porto-child-cart__container {
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  padding: 52px 30px 0;
}

.porto-child-cart__title {
  margin: 0;
  padding: 0;
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.porto-child-cart__track {
  position: relative;
  width: 100%;
  height: 15px;
  margin-top: 30px;
  overflow: hidden;
  background: #e0dfda;
}

.porto-child-cart__meter {
  position: relative;
  display: block;
  width: var(--porto-child-cart-progress, 0%);
  height: 15px;
  overflow: hidden;
  background-color: var(--porto-child-cart-meter-color, #f44336);
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  animation: porto-child-cart-stripes 2s linear infinite;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  transition: width 0.9s linear, background-color 0.9s linear;
}

@keyframes porto-child-cart-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .porto-child-cart__meter { animation: none; }
}

.porto-child-cart .porto-child-cart__shipping-message {
  margin: 10px 0 25px;
  color: #202020;
  font-size: 15px;
  line-height: 26px;
}

.porto-child-cart__shipping-message strong,
.porto-child-cart__shipping-message b {
  font-weight: 500;
}

.porto-child-cart__shipping-amount,
.porto-child-cart__shipping-amount .woocommerce-Price-amount,
.porto-child-cart__shipping-amount .woocommerce-Price-currencySymbol {
  color: inherit;
  font: inherit;
}

.porto-child-cart__reservation {
  position: relative;
  display: flex;
  min-height: 50px;
  margin: 0;
  padding: 14px 15px 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fbf8e5;
  border-radius: 3px;
  background: #fbf8e5;
  color: #8b714a;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.porto-child-cart__reservation-icon {
  position: relative;
  top: -1px;
  width: 22px;
  height: 22px;
  margin: 0;
  flex: 0 0 22px;
  color: #8b714a;
}

.porto-child-cart__reservation-text {
  margin-left: 10px;
  line-height: 20px;
}

.porto-child-cart__reservation-time {
  font-weight: 700;
}

.porto-child-cart__layout {
  display: flex;
  width: 100%;
  margin-top: 35px;
}

.porto-child-cart__items {
  min-width: 0;
  margin-right: 30px;
  flex: 1 1 auto;
}

.porto-child-cart__summary {
  width: 340px;
  max-width: 340px;
  flex: 0 0 340px;
}

.porto-child-cart__table-head,
.porto-child-cart__row-details {
  display: flex;
  align-items: center;
}

.porto-child-cart__table-head {
  height: 50px;
  background: #fafafa;
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}

.porto-child-cart__head-cell {
  width: 130px;
  padding: 0 15px;
  font-weight: 600;
  text-align: center;
}

.porto-child-cart__head-products {
  width: calc(100% - 440px);
  padding-top: 12px;
  padding-right: 0;
  padding-bottom: 12px;
  padding-left: 20px;
  text-align: left;
}

.porto-child-cart__head-remove {
  width: 50px;
}

.porto-child-cart__row {
  position: relative;
  display: block;
  min-height: 152px;
  margin-top: 10px;
  padding: 25px 0 25px 25px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.porto-child-cart__row-details {
  position: relative;
  width: 100%;
  min-height: 100px;
  height: auto;
}

.porto-child-cart__product {
  display: flex;
  width: calc(100% - 440px);
  min-width: 0;
  padding-right: 30px;
  align-items: center;
}

.porto-child-cart__image {
  display: block;
  width: 100px;
  padding: 0;
  flex: 0 1 auto;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.porto-child-cart__image img {
  display: inline;
  width: 120px;
  max-width: 100%;
  height: auto;
}

.porto-child-cart__product-info {
  min-width: auto;
  width: calc(100% - 100px);
  padding-left: 20px;
}

.porto-child-cart__controls {
  display: contents;
}

.porto-child-cart__product-name {
  display: -webkit-box;
  width: 100%;
  margin: 0 0 6px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.porto-child-cart__product-name:hover,
.porto-child-cart__product-name:focus-visible,
.porto-child-cart__image:hover + .porto-child-cart__product-info .porto-child-cart__product-name {
  color: #ffcc00 !important;
}

.porto-child-cart__product-name > span {
  color: inherit;
}

.porto-child-cart__item-data {
  display: block;
  margin-bottom: 5px;
  color: #787878;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

.porto-child-cart__item-data.is-empty {
  display: none;
}

.porto-child-cart__item-data-html,
.porto-child-cart__item-data-html dl,
.porto-child-cart__item-data-html p {
  margin: 0;
  color: inherit;
  font: inherit;
}

.porto-child-cart__item-data-html dt,
.porto-child-cart__item-data-html dd,
.porto-child-cart__item-data-html dd p {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
}

.porto-child-cart__item-data-html dd::after {
  content: " / ";
}

.porto-child-cart__item-data-html dd:last-child::after {
  content: "";
}

.porto-child-cart__variant-fallback {
  font: inherit;
}

.porto-child-cart__edit {
  display: inline;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #787878;
  font-style: italic;
  cursor: pointer;
  text-decoration: none;
}

.porto-child-cart__edit svg {
  position: relative;
  top: 3px;
  width: 15px;
  height: 15px;
  margin-left: 6px;
  fill: currentColor;
  vertical-align: baseline;
}

.porto-child-cart__price,
.porto-child-cart__line-total {
  width: 130px;
  padding-right: 15px;
  padding-left: 15px;
  color: #111;
  text-align: center;
}

.porto-child-cart__price {
  height: 37px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.porto-child-cart__price-box {
  width: 100%;
  height: 37px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.porto-child-cart__line-total {
  padding-top: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.porto-child-cart__line-total > span {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.porto-child-cart__quantity {
  display: block;
  width: 130px;
  height: 59px;
  padding: 9px 15px 0;
  text-align: center;
}

.porto-child-cart__quantity-label {
  display: none;
  margin-right: 10px;
  font-weight: 500;
  white-space: nowrap;
}

.porto-child-cart__quantity-control {
  display: flex;
  margin: 0 0 0 auto;
  overflow: visible;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.porto-child-cart__coupon input:focus,
.porto-child-cart__note textarea:focus {
  border-color: #cbcbcb;
  outline: none;
  box-shadow: none;
}

.porto-child-cart__remove-cell {
  width: 50px;
}

.porto-child-cart__remove {
  position: absolute;
  top: 0;
  right: 25px;
  display: flex;
  width: 30px;
  height: 100%;
  min-height: 100px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #202020;
  cursor: pointer;
  transition: all 0.3s ease;
}

.porto-child-cart__remove:hover {
  background: transparent;
}

.porto-child-cart__remove svg {
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  height: 20px;
}

.porto-child-cart__note-label {
  display: inline-block;
  width: max-content;
  margin: 23px 0 7px;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.2px;
}

.porto-child-cart__note-label > span {
  display: inline-block;
  font: inherit;
  letter-spacing: inherit;
  vertical-align: middle;
}

.porto-child-cart__note textarea {
  display: block;
  width: 100%;
  height: 98px;
  max-width: 620px;
  min-height: 98px !important;
  margin: 0;
  padding: 10px 12px 5px;
  resize: vertical;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  background: #fff;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 26px;
  vertical-align: baseline;
  box-shadow: none;
}

.porto-child-cart__note textarea::placeholder {
  color: #969696;
  font-family: Jost, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
  opacity: 1;
}

.porto-child-cart__summary-title {
  display: flex;
  height: 50px;
  margin: 0;
  padding: 10px 0;
  align-items: center;
  border-bottom: 2px solid #3c3c3c;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.porto-child-cart__summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #202020;
}

.porto-child-cart__summary-line strong:first-child {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
}

.porto-child-cart__summary-line output {
  color: #202020;
  font-size: 19px;
  font-weight: 600;
}

.porto-child-cart__subtotal {
  min-height: 0;
  padding: 31px 0 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
}

.porto-child-cart__coupon {
  margin-top: 25px;
  padding: 15px 0 0;
  border-top: 1px solid #e6e6e6;
}

.porto-child-cart__coupon label {
  display: inline-block;
  margin: 0 0 18px;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.2px;
}

.porto-child-cart__coupon input {
  display: block;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 7px 12px 5px;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  background: #fff;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 45px;
  letter-spacing: 0.2px;
  box-shadow: none;
}

.porto-child-cart__coupon-help {
  margin: 12px 0 0;
  color: #969696;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.porto-child-cart__grouped-bottom {
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
}

.porto-child-cart__grand-total {
  min-height: 0;
  margin-bottom: 18px;
  padding: 0 0 22px;
  border-bottom: 1px solid #e6e6e6;
}

.porto-child-cart__grand-total strong:first-child {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.porto-child-cart__actions {
  padding-top: 0;
}

.porto-child-cart__action {
  display: block;
  width: 100%;
  min-height: 51px;
  margin: 0;
  padding: 14px 15px 12px;
  border: 1px solid #202020;
  border-radius: 3px;
  background: #fff;
  color: #202020;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.porto-child-cart__action + .porto-child-cart__action {
  margin-top: 0;
}

.porto-child-cart__action {
  margin-bottom: 15px !important;
}

.porto-child-cart__action--primary {
  border-color: #ffcc00;
  background: #ffcc00;
  color: #000;
}

.porto-child-cart .porto-child-cart__action--primary:link,
.porto-child-cart .porto-child-cart__action--primary:visited,
.porto-child-cart .porto-child-cart__action--primary:hover,
.porto-child-cart .porto-child-cart__action--primary:focus,
.porto-child-cart .porto-child-cart__action--primary:focus-visible,
.porto-child-cart .porto-child-cart__action--primary:active {
  border-color: #ffcc00;
  background: #ffcc00;
  color: #000;
  text-decoration: none;
}

.porto-child-cart__action:hover,
.porto-child-cart__action:focus-visible {
  color: #202020;
}

.porto-child-cart__action--primary:hover,
.porto-child-cart__action--primary:focus-visible {
  color: #000;
}

.porto-child-cart .porto-child-cart__title,
.porto-child-cart .porto-child-cart__summary-title,
.porto-child-cart .porto-child-cart__table-head,
.porto-child-cart .porto-child-cart__product-name,
.porto-child-cart .porto-child-cart__price,
.porto-child-cart .porto-child-cart__line-total,
.porto-child-cart .porto-child-cart__quantity,
.porto-child-cart .porto-child-cart__note,
.porto-child-cart .porto-child-cart__coupon,
.porto-child-cart .porto-child-cart__summary-line,
.porto-child-cart .porto-child-cart__action {
  font-family: Jost, Arial, sans-serif !important;
  font-style: normal;
}

.porto-child-cart .porto-child-cart__product-name {
  width: 100% !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.porto-child-cart .porto-child-cart__item-data {
  font-family: Jost, Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: italic;
  font-weight: 400 !important;
  line-height: 26px !important;
}


.porto-child-cart__edit[hidden] {
  display: none !important;
}

.porto-child-cart__progress.is-hidden,
.porto-child-cart__progress[hidden],
.porto-child-cart__shipping-message.is-hidden,
.porto-child-cart__shipping-message[hidden] {
  display: none !important;
}

.porto-child-cart__row.is-busy {
  opacity: 0.65;
  pointer-events: none;
}

.porto-child-cart__empty {
  max-width: 620px;
  margin-top: 30px;
}

.porto-child-cart__empty .porto-child-cart__action {
  max-width: 340px;
  margin-top: 24px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .porto-child-cart__container {
    max-width: 970px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .porto-child-cart__items {
    margin-right: 20px;
  }

  .porto-child-cart__summary {
    width: 290px;
    max-width: 290px;
    flex-basis: 290px;
  }

  .porto-child-cart__head-products {
    width: calc(100% - 310px);
  }

  .porto-child-cart__head-price,
  .porto-child-cart__head-quantity,
  .porto-child-cart__head-total {
    width: 100px;
  }

  .porto-child-cart__head-remove {
    width: 30px;
  }

  .porto-child-cart__product {
    width: calc(100% - 310px);
    padding-right: 15px;
  }

  .porto-child-cart__price,
  .porto-child-cart__quantity,
  .porto-child-cart__line-total {
    width: 100px;
  }

  .porto-child-cart__quantity {
    min-width: 0;
  }

  .porto-child-cart__remove-cell {
    width: 30px;
    min-width: 30px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .porto-child-cart__container {
    max-width: 750px;
    padding-right: 10px;
    padding-left: 10px;
  }

}

@media (max-width: 991px) {
  .porto-child-cart__row {
    min-height: 142px;
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .porto-child-cart__head-products {
    width: calc(100% - 130px);
  }

  .porto-child-cart__head-price {
    width: 130px;
  }

  .porto-child-cart__head-quantity,
  .porto-child-cart__head-total,
  .porto-child-cart__head-remove {
    display: none;
  }

  .porto-child-cart__row {
    display: block;
    min-height: 175px;
  }

  .porto-child-cart__product {
    width: calc(100% - 130px) !important;
    padding-right: 15px;
  }

  .porto-child-cart__controls {
    display: block;
    width: 180px !important;
    padding-right: 0;
    padding-left: 15px;
    text-align: right;
  }

  .porto-child-cart__price {
    position: static;
    width: 100%;
    height: 37px;
    padding: 0;
    text-align: right;
  }

  .porto-child-cart__price-box {
    height: 37px;
    padding-top: 12px;
  }

  .porto-child-cart__quantity {
    position: static;
    display: flex;
    width: 100%;
    min-height: 38px;
    height: auto;
    margin: 10px 0 20px;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }

  .porto-child-cart__quantity-label {
    display: block;
    margin: 0 10px 7.5px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
  }

  .porto-child-cart__quantity-control {
    display: flex;
    margin: 0;
    vertical-align: middle;
  }

  .porto-child-cart__line-total {
    display: none;
  }

  .porto-child-cart__remove-cell {
    position: static;
    width: 100%;
    height: 28px;
    text-align: right;
  }

  .porto-child-cart__remove {
    position: static;
    display: inline-block;
    width: 20px;
    height: 20px;
    min-height: 0;
    line-height: 20px;
    vertical-align: top;
  }

  .porto-child-cart__remove svg {
    position: static;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .porto-child-cart__title {
    font-size: 18px;
    line-height: 1.25;
  }

  .porto-child-cart__container {
    max-width: 540px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .porto-child-cart__product {
    padding-right: 10px;
  }

  .porto-child-cart__layout {
    display: block;
  }

  .porto-child-cart__items {
    width: 100%;
    margin-right: 0;
  }

  .porto-child-cart__summary {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

}


@media (max-width: 550px) {
  .porto-child-cart__track {
    margin-top: 24px;
  }

  .porto-child-cart__reservation {
    margin-bottom: -20px;
  }

  .porto-child-cart__layout {
    margin-top: 35px;
  }

  .porto-child-cart__row {
    min-height: 165px;
    padding: 15px;
  }

  .porto-child-cart__product {
    width: calc(100% - 100px) !important;
  }

  .porto-child-cart__controls {
    width: 170px !important;
  }

  .porto-child-cart__quantity-label {
    margin-right: 5px;
  }

}

@media (max-width: 480px) {
  .porto-child-cart__image {
    width: 70px;
  }

  .porto-child-cart__product-info {
    width: calc(100% - 70px);
    padding-right: 0;
    padding-left: 10px;
  }

  .porto-child-cart__quantity {
    display: block;
  }

  .porto-child-cart__quantity-label {
    display: inline-block;
  }

  .porto-child-cart__quantity-control {
    display: inline-flex;
  }

}

@media (max-width: 500px) {
  .porto-child-cart__reservation {
    min-height: 86px;
  }
}

@media (max-width: 380px) {
  .porto-child-cart__product-info {
    padding-right: 0;
  }
}

@media (max-width: 320px) {
  .porto-child-cart__summary {
    min-height: 0;
  }

}
