/* This stylesheet defines custom CSS rules that are applied to style the returns portal */

body {
	background: #f4f4f4;
}

.sc-returns-container {
	max-width: 1050px;
}

.sc-returns-form-wrapper {
	padding: 20px 0px;
	margin: 0 auto;
}

.sc-brand {
	display: flex;
	justify-content: center;
	width: 150px;
	margin: 0 auto;
}

.sc-returns-language-selector-wrap {
	display: flex;
	justify-content: center;
}

.sc-step-button-wrap {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.sc-returns-panel {
	border: 1px solid #E5E5E5;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.06);
	border-radius: 5px;
	padding: 10px;
}

.return-summary__download-button {
	padding: 12px 25px;
	border-radius: 25px;
  transition: background 0.2s;
  cursor: pointer;
}

.sc-returns-change-button {
	border-radius: 25px;
  padding: 2px 10px;
  color: #fff;
}
.panel-title .sc-returns-change-button {
  color: #fff;
}

.sc-lang-switcher {
	min-width: 150px;
}

.sc-returns-well {
	box-shadow: none;
}

.sc-returns-summary-panel-heading {
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sc-returns-summary-row {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.sc-returns-summary-column {
	text-align: left;
	display: block;
	align-items: stretch;
	justify-content: stretch;
}

.sc-lang-switcher {
	display: flex;
	align-items: center;
	padding-top: 17px;
	padding-bottom: 15px;
  }

  .sc-lang-switcher > span {
	  margin-right: 10px;
  }

  #language {
	  min-width: 150px;
  }

  .dropoff-point {
	  height: 565px;
  }
  .dropoff-point__widget {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
  }
  @media screen and (min-width: 768px) {
    .dropoff-point__widget {
      position: relative;
      left: auto;
      top: auto;
    }
  }
  .dropoff-point__warning,
  .dropoff-point__warning-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  .dropoff-point__warning {
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }
  .dropoff-point__message {
    background: rgba(255,255,255, 0.85);
    padding: 1.5rem;
    border-radius: 5px;
    margin: 0.95rem;
    display: flex;
    align-items: center;
  }
  .dropoff-point__message .fa-spinner {
    width: 2rem;
    height: 2rem;
  }
  .dropoff-point__message-text {
    padding-left: 1.5rem;
  }
  .dropoff-point__warning-overlay {
    background: #000;
    opacity: 0.45;
  }
  .dropoff-point__warning--visible {
    display: flex;
  }
  .dropoff-point__warning-overlay--visible {
    display: block;
  }

  .sc-summary-panel {
	  width: 100%;
  }

  .summary-row__cell:first-child {
    padding-left: 15px;
  }
  .summary-row__cell:last-child {
    padding-right: 15px;
  }

@media screen and (min-width: 992px) {
	.sc-returns-summary-row {
		flex-direction: row;
	}

	.sc-returns-summary-column {
		display: flex;
	}

	.sc-returns-form-wrapper {
		padding: 50px 30px;
	}
	.sc-returns-panel {
		padding: 20px 40px 30px 40px;
	}
}
.form-table__title {
  font-weight: 600;
}
.has-error .form-table__title,
.product-items.has-error tbody,
.product-items.has-error th,
.product-items.has-error .number-stepper__input {
  color: #a94442;
}
.product-items.has-error .panel {
  border-color: #a94442;
}
.contact-support {
  text-decoration: underline;
}
.sc-returns__refunds-policy {
  position: relative;
  margin-left: 40px;
}
.sc-returns__refunds-policy::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  left: -30px;
}
