div#abi-warehouse-move {
    margin-bottom: 10px;
}

.head-line {
  margin-top: 10px;
  background-color: #e5d5ca;
  text-align: center;
  font-weight: 200;
  margin-bottom: 10px;
  height: 30px;
  font-family: Montserrat;
  font-size: 8px;
  letter-spacing: 2px;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
}

.btn-default {
  color: #fff !important;
  background-color: #d5a493 !important;
  border-color: #d5a493 !important;
  font-size: 14px !important;
}

.btn-primary {
  color: #fff;
  background-color: #d5a493;
}


#gform_submit_button_39 {
	font: normal 18px/1.3 "Mr Eaves Bold","sans-serif";
	letter-spacing: .01em;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	width: 191px;
	text-align: center;
	padding: 16px 24px;
	border: 1px solid #434243;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
	height: 54px;
	transition: background .15s ease-in-out;
	box-sizing: border-box;
	min-width: 90px;
	appearance: none;
	background: transparent;
}

#gform_submit_button_39::after {
	content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 48px;
  border-left: 1px solid #434243;
  background: url(/wp-content/themes/abi22/abi-components/assets/icons/Arrow-Right.svg) no-repeat center/16px;
  transition: background-position .15s ease-in-out;
}


.btn:disabled {
  cursor: pointer;
}

.btn:focus {
  outline-color:#FFF !important;
}

.btn-default.active{
  border-color:#FFF !important;
}

.btn-primary {
  color: #fff;
  border-color: #d5a493;
}

input[type="submit"].btn-default {
  color: #fff !important;
  outline-color:#FFF !important;
}


input[type="submit"]:disabled {
  cursor: not-allowed !important;
}

.btn.disabled {
  cursor: not-allowed !important;
}

h5 {
  margin-top: 25px !important;
}

.return-qty-adjust {
  border: 0px solid;
  outline: none;
  box-shadow: none;
  text-align: left;
  line-height: 1.42857;
  padding: 8px 12px;
  font-size: 14px;
  vertical-align: middle;
  height: auto;
  margin: 0px !important;
  min-height: 40px;
  min-width: 25px;
  text-align: center;
}

input-text {
  background-color: #FFF;
}


input[type="number"] {
  text-align: center !important;
  width: 5% !important;
  min-width: 50px;
  margin : 0px;
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.product-details {
  margin-top: 10px;
}

.return-icon-wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}

.return-icon-wrap p {
  font-size: 11px;
  padding: 0px 1vw;
  text-align: center;
}

/* tick box issue for final disclaimer */

i.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  margin-left: 0px !important;
}


/* End of Form */
#msgSubmit {
  color : #e5d5ca !important;
  font-size: 30px;
}

.alert.alert-success.br-normal {
  background-color : #FFF !important;
}

.helpTrigger {
  padding: 2px;
  cursor: pointer;
}

.return {
  font-size: 14px;
  margin : 15px;
}

.modal {
  font-size: 12px;
  font-family: Montserrat;
}

body {
  padding-right: 0 !important;
}


@media screen and (max-width: 768px) {

  .desktopLabel {
    display: none;
  }

}

@media screen and (max-width: 1600px) {

  .explainer {
    display: none;
  }

  .explainerMob {
    display: block;
  }

}





/**** NEW CSS *****/
.abi-returns__grid{
  justify-content:space-between ;
}

.abi-returns__crumbs {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 32px 0 40px;
  font-size: 12px !important;
	flex-wrap: wrap;
}
.abi-returns__crumbs li {
  display: flex;
  align-items: center;
	margin-top: 8px;
}

.abi-returns__crumbs li a {
	font-size: 16px;
	white-space: nowrap;
}

.abi-returns__crumbs li .active{
  font-weight: 700;
  color:#434243;
	font-family: "Mr Eaves Bold";
}

.abi-returns__crumbs li .disabled{
  font-weight: 400;
  color:#999;
	cursor: not-allowed;
}

.abi-returns__crumbs li:nth-last-child(n+2)::after {
  content: "";
  display: block;
  background: url(../img/Chevron-Right.svg) no-repeat center/12px;
  width: 48px;
  height: 22px;
}

/* Loading Overlay Styles */
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.loading-overlay {
  height: 100vh;
  width: 100vw;
  display: none;
  background: rgba(255,255,255,0.8);
  vertical-align: middle;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  height: 1px;
  overflow: hidden;
}

.loading-container span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #434243;
  display: inline-block;
  animation: animate 10s infinite linear;
}

@keyframes animate {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Cleanup Classes - Replacing inline styles */
.order-number-header {
  margin-top: 0px !important;
}

.select-all-container {
  float: right;
  margin-top: 5px;
}

.full-width {
  width: 100%;
}

.no-border {
  border: none;
}

.notes-section {
  margin-top: 25px;
}

.finalize-items {
  margin-top: 25px;
}

/* Additional styles moved from inline */
#disclaimers .state {
  width: 10px !important;
}

.abi__links {
  font-family: "Mr Eaves Bold";
  font-size: 16px;
}

.abi-returns__alert-title-wrap{
  padding: 24px;
  align-items: baseline;
}
.abi-returns__alert-title{
  font-size: 20px;
  font-weight: 500;
}
.abi-returns__alert-icon-wrap{
  width: 40px;
  margin-right:16px;
}
.abi-returns__alert-content{
  padding: 0 24px 24px 24px;
}
.abi-returns__alert-content p{
  font-size: 14px;
}
.abi-returns__alert {
  margin: 32px 0 40px;
}

.abi-returns__alert-error{
    background-color: #f8eeea;
}
.abi-returns__alert-error .abi-returns__alert-text-wrap p{
  color: rgb(186, 80, 45);;
}

.abi-returns__alert-error .abi-returns__alert-icon-wrap img {
  filter: invert(39%) sepia(34%) saturate(1572%) hue-rotate(335deg) brightness(89%) contrast(88%);
}

.abi-returns__alert-text-wrap{
  margin-left: 16px;
}

.abi-returns__alert-info{
  color: rgb(186, 80, 45);;
  background-color: #f6f6f6;
}

.abi-returns__form-wrap fieldset{
  border: 1px solid #434243;
  padding-bottom: 8px;
}
.abi-returns__form-wrap legend{
  width: auto;
}

.abi-returns__form-wrap input{
  border: none;
  padding: 8px;
  width: 100%;
}

.abi-returns__btn{
  margin-top: 24px;
}


/* 
.abi-returns input[type='checkbox']{
  background: transparent;
  border: 1px solid #434243;
  width: 24px;
  height: 24px;
	flex: none;
  position: relative;
  appearance: none;
  border-radius:8px;
}
.abi-returns input[type='checkbox']:checked::before{
  background: #434243;
}
.abi-returns input[type='checkbox']:checked::after{
  background: #434243;
}

.abi-returns input[type='checkbox']::before{
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 45%;
  background: transparent;
  transition: background 100ms;
  width: 7px;
    height: 1px;
    transform: rotate(45deg);
    margin: 1.5px 0 0 -6.5px;
} */


.abi-returns input[type='checkbox']::after{
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 45%;
  background: transparent;
  transition: background 100ms;
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  margin: -0.5px 0 0 -2.4px;
}

.radio-large{
  width:24px;
  height:24px;
}
.abi-returns select{
    width: 100%;
    border: none;
    padding: 8px;
}

.return-how{
  margin-bottom: 0px;
}

.abi-returns__checkbox{
  margin-right:16px;
}
.returns-disclaimer{
  margin-right: 16px;
}

@media screen and (min-width:768px) {
  .abi-returns__crumbs {
    margin: 64px 0 40px;
  }
  .abi-returns__alert {
    margin: 64px 0 40px;
  }
	.abi-returns__crumbs li {
	    margin-top: 0px;
	}
}

/*** ABI TILES**/
.abi-t__col-wrap {
  margin: 16px 0;
}
@media (min-width: 1024px) {
  .abi-t__col-wrap {
    margin: 32px 0;
 }
}
.abi-t__text {
  min-height: 0;
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .abi-t__text {
    font-size: 16px;
    font-weight: normal;
 }
}
.abi-t__wrap > div {
  margin: 0;
}
.abi-t__border {
  border: 1px solid #434243;
  padding: 32px 32px 0;
  min-height: 100%;
}
.abi-t__item-center {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .abi-t__img-wrap img {
    width: 35%;
 }
}

/**** TILES CSS END ****/

/**** MAPS CSS ****/

#abi-ra__map {
  height: 490px;
}
.abi-ra__address-header {
  margin: 0;
}
.abi-ra__wrap {
  margin-top: 100px;
}
@media (min-width: 1024px) {
  .abi-ra__wrap {
    text-align: center;
 }
}
.abi-ra__image {
  background-size: cover;
  height: 490px;
}
.abi-ra__address {
  padding: 0;
  display: inline-block;
  text-align: left;
}
@media (min-width: 1024px) {
  .abi-ra__address {
    width: 80%;
 }
}
.abi-ra__address-wrap {
  order: 2;
}

.abi-ra__address-addr {
  font-weight: 500;
  margin-top: 48px;
  font-size: 20px;
}
.abi-ra__address-day {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}
.abi-ra__address-time {
  font-size: 16px;
  margin-top: 0px;
}

@media (min-width: 1024px) {
  .abi-ra__address-wrap {
    order: 0;
 }

 .abi-ra__map{
  width: 50vw;
}
.abi-ra__map-wrap{
  padding-left: 18px;
  margin-top: 34px;
  }

}

@media screen and (min-width:1200px) {

  .abi-ra__map-wrap{
    padding-left: 27px;
  }
}

.abi-returns__crumbs a {
    font-size: 16px;
}

.abi-returns__form-title-wrap {
    padding-bottom: 32px;
    /* padding-top: 4px; */
}

span#startReturn {
    width: 100%;
		font-family: 'Mr Eaves Bold';
}

@media screen and (min-width: 1024px) {
	span#startReturn {
	    width: 191px;
	}
}

span#returnCondition {
    font-family: 'Mr Eaves Bold';
}

.abi-returns__a {
	font-size: 18px;
	font-family: 'Mr Eaves Bold';
}

.abi-returns__alert {
    margin: 0px;
}

.abi-returns__order-details {
    margin-top: 64px;
}

.abi-returns__alert-title-wrap {
    padding-bottom: 0px;
}

.abi-returns__alert-content p {
    margin-bottom: 0px;
}

.return-field-name {
	font-weight: 350;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #434243;
}

.return-field-val {
	font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #434243;
}

.product-details-wrap {
  margin-top: 35px;
}

.product-detail {
	font-style: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #434243;
  margin-bottom: 0;
	font-weight: 350;
}

strong.product-detail {
	font-weight: 700;
}

.return-reason {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.01em;
	color: #434243;
}

.abi-ra__address-wrap.uk-width-1-2\@m.uk-first-column {
    padding-left: 0px;
}

h4.return-header {
	font-style: normal;
	font-weight: 350;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: 0.03em;
	color: #434243;
}

.return-text {
	font-style: normal;
	font-weight: 350;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #434243;
}

p.abi-ra__address-addr {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
/* or 110% */
    letter-spacing: 0.03em;

/* Charcoal */
    color: #434243;
}

span#sendReturns {
    width: 206px;
    height: 54px;
}

p.abi-ra__address-day {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px;
}

.reimbursementTypeRadio {
	font-style: normal;
	font-weight: 350;
	font-size: 22px;
	line-height: 24px;
	/* identical to box height, or 109% */

	letter-spacing: 0.03em;

	/* Charcoal */

	color: #434243;
}
/**** MAPS CSS END ****/
input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 4px;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid #bbbbbb;
  border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
  background-color: #434243;
	filter: none !important;
}

/* Make radio buttons look like checkboxes for return method selection */
.abi-returns input[type='radio'] {
  background: transparent;
  border: 1px solid #434243;
  width: 24px;
  height: 24px;
  flex: none;
  position: relative;
  appearance: none;
  border-radius: 0;
  padding: 0;
}

.abi-returns input[type='radio']:checked::before {
  background: #434243;
}

.abi-returns input[type='radio']:checked::after {
  background: #434243;
}

.abi-returns input[type='radio']::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 45%;
  background: transparent;
  transition: background 100ms;
  width: 7px;
  height: 1px;
  transform: rotate(45deg);
  margin: 1.5px 0 0 -6.5px;
}

.abi-returns input[type='radio']::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 45%;
  background: transparent;
  transition: background 100ms;
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  margin: -0.5px 0 0 -2.4px;
}

legend {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 20px;
/* identical to box height, or 125% */
    letter-spacing: 0.08em;
    text-transform: uppercase;

/* Charcoal */
    color: #434243;
}

.abi-returns select {
    font-style: normal;
    font-weight: 350;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.03em;
    color: #434243;
}

.reimbursementTypeRadio {
    padding-right: 16px;
}

.product-details-wrap p {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 22px;
/* identical to box height, or 122% */
    letter-spacing: 0.05em;

/* Charcoal */
    color: #434243;
}

.abi-returns__items h5 {
    font-style: normal;
    font-weight: 350;
    font-size: 32px;
    line-height: 38px;
/* identical to box height, or 119% */
    /* display: flex; */
    /* align-items: center; */
    letter-spacing: 0.03em;

/* Charcoal */
    color: #434243;
}

.abi-returns__form-title-wrap h3 {
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
/* identical to box height, or 117% */
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;

/* Charcoal */
    color: #434243;
}

.abi-returns__alert-content p {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 22px;
/* or 122% */
    letter-spacing: 0.05em;

/* Charcoal */
    color: #434243;
}

p.abi-returns__alert-title {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
/* identical to box height, or 123% */
    letter-spacing: 0.03em;

/* Charcoal */
    color: #434243;
}

.abi-returns__alert-title-wrap {
    margin-bottom: 16px;
}

.return-how h5 {
    font-style: normal;
    font-weight: 350;
    font-size: 32px;
    line-height: 38px;
/* identical to box height, or 119% */
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;

/* Charcoal */
    color: #434243;
    margin-top: 12px !important;
}

.return-how h5 {
    font-style: normal;
    font-weight: 350;
    font-size: 32px;
    line-height: 38px;
/* identical to box height, or 119% */
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;

/* Charcoal */
    color: #434243;
    margin-top: 12px !important;
}

.return-how span {
    font-weight: 350;
    font-size: 22px;
    line-height: 24px;
/* or 109% */
    letter-spacing: 0.03em;
    color: #636977;
}

.return-how small {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
/* or 122% */
    letter-spacing: 0.05em;
    color: #636977;
}

.panel-body h5 {
    font-style: normal;
    font-weight: 350;
    font-size: 32px;
    line-height: 38px;
/* identical to box height, or 119% */
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;

/* Charcoal */
    color: #434243;
}

.panel-body span {
    font-weight: 350;
    font-size: 18px;
    line-height: 24px;
/* or 109% */
    letter-spacing: 0.03em;
    color: #636977;
}

#itemList {
	padding-top: 40px;
}

select#return-ap {
    font-style: normal;
    font-weight: 350;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.03em;
    color: #434243;
    width: 100%;
    border: none;
    padding: 8px;
}

.gform_wrapper li.gfield fieldset {
    margin: 0 0 32px 0 !important;
    padding: 0 12px 8px 12px !important;
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.abi-form .gfield_description {
    padding: 0 !important;
    font-weight: 350 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 20px;
}

.abi-returns__summary {
	margin-top: 65px;
}

.abi-returns__return .abi-returns__form-title-wrap {
    padding-bottom: 48px;
    padding-top: 8px;
}

.ownCourier-Submit {
	margin-top: 65px;
}

.auspost-Submit {
	margin-top: 65px;
}

.directReturn-Submit {
	margin-top: 65px;
}

#order-details-error {
    margin-bottom: 8px;
}

#items-error {
    margin-bottom: 8px;
}

#gform_submit_button_39 {
	font: normal 18px/1.3 "Mr Eaves Bold","sans-serif";
	letter-spacing: .01em;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	width: 191px;
	text-align: center;
	padding: 16px 24px;
	border: 1px solid #434243;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
	height: 54px;
	transition: background .15s ease-in-out;
	box-sizing: border-box;
	min-width: 90px;
	appearance: none;
	background: transparent;
}

#gform_submit_button_39::after {
	content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 48px;
  border-left: 1px solid #434243;
  background: url(/wp-content/themes/abi22/abi-components/assets/icons/Arrow-Right.svg) no-repeat center/16px;
  transition: background-position .15s ease-in-out;
}
