/* --------------------------------------------------------------------------------
	Mixins: mixins.scss
----------------------------------------------------------------------------------- */
@media only screen and (max-width: 575px) {
  .hide-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hide-xl {
    display: none !important;
  }
}
/*
@mixin transition($x){
  -webkit-transition: $x;
  -moz-transition: $x;
  -ms-transition: $x;
  -o-transition: $x;
  transition: $x;
}
*/
.mobile_version,
#cogMainContent {
  margin-top: 50px;
}
.mobile_version .stepsLine,
#cogMainContent .stepsLine {
  position: relative;
  height: 3px;
  background-color: #bdbbdd;
  margin-bottom: 100px;
  width: 755px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.mobile_version .stepsLine .stepsLineInner,
#cogMainContent .stepsLine .stepsLineInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3e3b89;
  width: 0;
}
.mobile_version .stepsLine .stepsCircleItem,
#cogMainContent .stepsLine .stepsCircleItem {
  top: -8px;
  position: absolute;
  text-align: left;
  z-index: 9;
  cursor: pointer;
  text-decoration: none;
}
.mobile_version .stepsLine .stepsCircleItem .stepsCircle,
#cogMainContent .stepsLine .stepsCircleItem .stepsCircle {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: inline-block;
  background-color: #bdbbdd;
}
.mobile_version .stepsLine .stepsCircleItem .stepsDesc,
#cogMainContent .stepsLine .stepsCircleItem .stepsDesc {
  display: block;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  color: #bdbbdd;
  line-height: 1.2;
  margin-top: 25px;
}

.cogTitle {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.36px;
  color: #000000;
  text-align: center;
}

.customCardColLeft {
  padding-right: 12px;
}

.customCardColRight {
  padding-left: 12px;
}
.customCardColRight .customCard {
  position: relative;
}
.customCardColRight .customCard .disablePrepaidCardBox {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  padding: 19px 20px;
  background-color: #d6d6d6;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.customCard .customCardHeader {
  position: relative;
  background-color: #42356c;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
}
.customCard .customCardHeader .orderBoxesCollapseMobile {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 20px;
  cursor: pointer;
  z-index: 105;
  pointer-events: auto;
  display: none;
}
.customCard .customCardHeader .orderBoxesCollapseMobile i {
  color: #ffffff;
  font-size: 25px;
}
.customCard .customCardHeader .cardHeaderLeft {
  display: table;
}
.customCard .customCardHeader .cardHeaderLeft .cardHeaderImgBox {
  display: table-cell;
}
.customCard .customCardHeader .cardHeaderLeft .cardHeaderLeftText {
  display: table-cell;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.18;
  color: #ffffff;
  padding-left: 20px;
}
.customCard .customCardHeader .cardHeaderRight {
  font-size: 14px;
  line-height: 1.29;
  text-align: right;
  color: #ffffff;
}
.customCard .customCardHeader .cardHeaderRight span {
  font-weight: 500;
}
.customCard .customCardBody {
  font-family: Montserrat, sans-serif;
  background-color: #f7f7f7;
  padding: 30px 20px 20px;
}
.customCard .customCardBody .orderAddCurrency {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.35px;
  color: #000000;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields {
  position: relative;
  display: table;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #d4d4d4;
  background-color: #ffffff;
  margin-bottom: 25px;
  overflow: hidden;
  height: 57px;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields:nth-child(2) .removeRow {
  display: none;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .removeRow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fe0000;
  cursor: pointer;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions,
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .poundsOptions,
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .getsOptions {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions,
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .poundsOptions,
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .getsOptions {
    display: inline-block;
  }
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions {
  width: 60%;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions .selectBox {
  border: none !important;
  border-radius: unset;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions .selectBox .selectBox-label {
  padding: 17px 17px 17px 40px !important;
  min-height: 57px;
  white-space: normal;
  background-image: none !important;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions .selectBox .selectBox-label .flagSelect {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 10px;
  border-radius: 50%;
  background-size: cover !important;
  background-position: center !important;
  display: block;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions .selectBox .selectBox-arrow {
  width: 47px;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions .selectBox .selectBox-arrow::before {
  line-height: 57px;
  color: #4b2bb0;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions .selectBox.currency_dropdown.selectBox-dropdown {
    border: 1px solid #d4d4d4 !important;
    border-radius: 5px;
  }
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .poundsOptions {
  width: 20%;
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
}
@media screen and (max-width: 991px) {
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .poundsOptions {
    border: 0;
  }
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .poundsOptions input[type=number] {
  padding: 17px 10px;
  border: 0;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  height: 57px;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .getsOptions {
  width: 20%;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .fields .getsOptions input[type=number] {
  padding: 17px 10px;
  border: none;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  height: 57px;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .filedLabels {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .filedLabels > div {
  display: table-cell;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .filedLabels > div:nth-child(1) {
  width: 60%;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .filedLabels > div:nth-child(2), .customCard .customCardBody .add_currency_to_order_container .fields_container .filedLabels > div:nth-child(3) {
  width: 20%;
}
.customCard .customCardBody .add_currency_to_order_container .fields_container .filedLabels > div label {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.35px;
  color: #000000;
  margin-bottom: 0;
}
.customCard.open .customCardHeader .orderBoxesCollapseMobile i:before {
  content: "\f107";
}
.customCard.open .customCardBody {
  height: auto;
  padding: 30px 20px 20px;
  opacity: 1;
}

.summaryCard {
  margin-top: 30px;
  font-family: Montserrat, sans-serif !important;
}
.summaryCard .summaryCardHeader {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #42356c;
  padding: 7px;
}
.summaryCard .summaryCardBody {
  padding: 25px 30px;
  background-color: #ffffff;
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.summary_cash thead tr th {
  font-size: 16px;
  font-family: Montserrat, sans-serif !important;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  border-bottom: 1px solid #d4d4d4;
  padding: 0 0 15px;
}
.summary_cash tbody {
  border-bottom: 1px solid #d4d4d4;
}
.summary_cash tbody tr td {
  font-size: 16px;
  font-family: Montserrat, sans-serif !important;
  font-weight: 500;
  line-height: 1.19;
  color: #000000;
}
.summary_cash tbody tr td:first-of-type {
  padding-left: 0;
}
.summary_cash tbody tr td:last-of-type {
  padding-right: 0;
  text-align: right;
}
.summary_cash tbody tr:hover td {
  background: transparent;
}
.summary_cash .remove_currency_from_order i {
  color: #e00a0a;
  font-size: 14px;
}

.summary_cash_total tr:hover td {
  background: transparent;
}
.summary_cash_total .noteRequest_tr .noteRequest {
  font-family: Montserrat, sans-serif !important;
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: 0.38px;
  color: #000000;
}
.summary_cash_total .noteRequest_tr .selectBox-dropdown {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #d4d4d4;
  max-width: 125px;
  cursor: pointer;
  z-index: 9;
}
.summary_cash_total .noteRequest_tr .selectBox-dropdown .selectBox-label {
  padding: 13px 9px;
}
.summary_cash_total .noteRequest_tr .selectBox-dropdown .selectBox-arrow::before {
  color: #4b2bb0 !important;
  font-size: 8px !important;
  line-height: 48px !important;
}
.summary_cash_total .noteRequest_tr .selectParent {
  display: inline-block;
  position: relative;
}
.summary_cash_total .noteRequest_tr .selectParent select {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  max-width: 125px;
  cursor: pointer;
  padding: 12px 30px 12px 10px;
  position: relative;
  border: 1px solid #c9c9c9;
  color: #898b8d;
  outline: none;
  background: #fff;
  font-size: 14px;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 0;
}
.summary_cash_total .noteRequest_tr .selectParent::after {
  font-family: "icomoon" !important;
  content: "\e907";
  font-size: 9px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  color: #4b2bb0;
}
.summary_cash_total .total_tr .total_text {
  font-family: Montserrat, sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.43px;
  color: #000000;
}
.summary_cash_total .total_tr .amount {
  font-family: Montserrat, sans-serif !important;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 0.67px;
  text-align: right;
  color: #000000;
}
.summary_cash_total .total_tr tr {
  padding-bottom: 0;
}

#orderTabs {
  width: 755px;
  max-width: 100%;
  margin: auto;
}
#orderTabs .tabTitle {
  text-align: center;
  margin: 50px 0;
}
#orderTabs .tabTitle h3 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin: 50px 0;
}
#orderTabs .tabContentBody .nav-pills li.nav-item {
  min-width: 270px;
}
#orderTabs .tabContentBody .nav-pills li.nav-item a.nav-link {
  width: 100%;
  padding: 25px;
}
#orderTabs .nav-pills li.nav-item:nth-child(1) {
  margin-right: 12px;
}
#orderTabs .nav-pills li.nav-item:nth-child(2) {
  margin-left: 12px;
}
#orderTabs .nav-pills li.nav-item a.nav-link {
  box-shadow: 0 0 6px 0 rgba(66, 53, 108, 0.46);
  border: solid 1px #42356c;
  background-color: #fff;
  color: #42356c;
  max-width: 100%;
  width: 365px;
  padding: 60px 25px;
  text-align: center;
  border-radius: 0;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: bold;
  transition: unset;
  cursor: pointer;
}
#orderTabs .nav-pills li.nav-item a.nav-link.active {
  color: #ffffff;
  background-color: #42356c;
}
#orderTabs .nav-pills li.nav-item a.nav-link.active::after {
  content: "\f05d";
  font-family: "Fontawesome";
  font-weight: normal;
  font-size: 24px;
  position: absolute;
  right: 25px;
  top: 15px;
}
#orderTabs .tab-content .tab-pane {
  transition: unset;
}

.nextStepBox {
  margin-top: 35px;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
}
.nextStepBox .backstep a {
  display: inline-block;
  line-height: 1.2;
  color: #42356c;
  text-decoration: underline;
}
.nextStepBox .backstep a i {
  color: #42356c;
  margin-right: 8px;
}
.nextStepBox .nextstep {
  text-align: right;
}
.nextStepBox .nextstep a, .nextStepBox .nextstep button {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 10px 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(60deg, #378456 56%, #259e41);
  border: none;
  cursor: pointer;
}
.nextStepBox .nextstep a:hover, .nextStepBox .nextstep button:hover {
  text-decoration: none;
}
.nextStepBox .nextstep a:focus, .nextStepBox .nextstep button:focus {
  outline: none;
}

.collectionMapLink img {
  width: 11px;
}
.collectionMapLink a {
  font-size: 16px;
  color: #42356c;
  text-decoration: underline;
  display: inline-block;
  margin-left: 8px;
}

.tabContentHeader {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background-color: #42356c;
  text-align: center;
  padding: 11px 0;
}

@media (min-width: 576px) {
  #passportExamples .modal-dialog {
    max-width: 450px;
  }
}
#passportExamples .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#passportExamples .modal-content h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}

.modal-open .modal-backdrop {
  background-color: #000000;
}

.tabContentBody {
  background-color: #f7f7f7;
  padding: 25px 20px;
}
.tabContentBody .tabContentBodyInner {
  padding: 20px 25px;
  background-color: #ffffff;
}
.tabContentBody .tabContentBodyInner .deliveryBox {
  color: #42356c;
  font-family: Montserrat, sans-serif;
}
.tabContentBody .tabContentBodyInner .deliveryBox .deliveryBoxTop {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.tabContentBody .tabContentBodyInner .deliveryBox .deliveryBoxTop .deliveryIconBox {
  display: table-cell;
  vertical-align: middle;
  width: 54px;
}
.tabContentBody .tabContentBodyInner .deliveryBox .deliveryBoxTop .deliveryIconBox .deliveryIcon {
  display: inline-block;
  color: #ffffff;
  background-color: #42356c;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  text-align: center;
}
.tabContentBody .tabContentBodyInner .deliveryBox .deliveryBoxTop .deliveryText {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
}
.tabContentBody .tabContentBodyInner .deliveryBox .deliveryBoxInfo {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.tabContentBody .tabContentBodyInner .deliveryBox .deliveryBoxDesc {
  font-size: 14px;
  line-height: 1.29;
}
.tabContentBody .tabContentBodyInner .deliveryBox.freeDelivery .deliveryIcon {
  padding: 13px 15.5px;
  font-size: 18px;
}
.tabContentBody .tabContentBodyInner .deliveryBox.specialDelivery .deliveryIcon {
  padding-top: 11px;
}
.tabContentBody .tabContentBodyInner.uploadIDBox {
  font-family: Montserrat, sans-serif;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .tabContentBodyInnerTitle {
  position: relative;
  padding-left: 28px;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .tabContentBodyInnerTitle span {
  display: block;
  font-size: 14px;
  margin-left: 0;
  margin-bottom: 10px;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .tabContentBodyInnerTitle span a {
  color: #42356c;
  text-decoration: underline;
  word-break: break-word;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .tabContentBodyInnerTitle i {
  color: #ffb74d;
  position: absolute;
  left: 0;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox {
  font-family: Montserrat, sans-serif;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox > ul > li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 30px;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox > ul > li::before {
  content: "";
  font-size: 25px;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  background-color: #42356c;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  z-index: 3;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox > ul > li:nth-child(1)::before {
  content: "1";
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox > ul > li:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 20px;
  background-color: #42356c;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox > ul > li:nth-child(2)::before {
  content: "2";
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox > ul > li:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 20px;
  background-color: #42356c;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox > ul > li:nth-child(3)::before {
  content: "3";
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox > ul > li[data-visible-step]::before {
  content: attr(data-visible-step);
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox .uploadIDStepsTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28;
  color: #000000;
  margin-bottom: 10px;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox .uploadIDStepsDesc {
  font-size: 15px;
  font-weight: 300;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox .uploadIDStepsDesc span {
  display: block;
  font-size: 15px;
  font-weight: 300;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .uploadIDStepsBox .uploadIDStepsEmail span {
  display: block;
  color: #42356c;
  font-weight: 500;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .materialTextarea textarea {
  border: 1px solid #d5d5d5;
  padding: 15px !important;
  border-radius: 4px !important;
  color: #262626;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  resize: none;
  width: 100%;
  margin-right: 0;
  margin-left: 0 !important;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .materialTextarea textarea:focus {
  border: solid 1px #3e3b89 !important;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .fileUploadBox {
  position: relative;
  margin-bottom: 10px;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .fileUploadBox #uploadFile.upload-file {
  width: 100%;
  height: 45px;
  outline: none;
  background-color: #ffffff;
  position: absolute;
  padding: 10px 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d5d5d5;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .fileUploadBox .fileUpload {
  position: relative;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .fileUploadBox .fileUpload .browse {
  display: block;
  width: 110px;
  height: 45px;
  background-color: #378456;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  margin-left: auto;
}
.tabContentBody .tabContentBodyInner.uploadIDBox .fileUploadBox .fileUpload #uploadBtn {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.tabContentBody .tabContentBodyInner.uploadIDBox #passport_examples {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #42356c;
  text-decoration: underline;
  cursor: pointer;
}
.tabContentBody .tabContentBodyInner .personalChooseFile .personalChooseFileText {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.53;
  color: #000000;
  margin-bottom: 10px;
  min-height: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tabContentBody .tabContentBodyInner .personalChooseFile .personalChooseFileText {
    min-height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .tabContentBody .tabContentBodyInner .personalChooseFile .personalChooseFileText {
    min-height: unset;
  }
}
.tabContentBody .tabContentBodyInner .personalChooseFile .input-group {
  margin-bottom: 5px;
}
.tabContentBody .tabContentBodyInner .personalChooseFile .input-group .custom-file {
  height: 45px;
  overflow: hidden;
}
.tabContentBody .tabContentBodyInner .personalChooseFile .input-group .custom-file .chooseFileInput {
  cursor: pointer;
}
.tabContentBody .tabContentBodyInner .personalChooseFile .input-group .custom-file .custom-file-label {
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  border: 1px solid #378456;
  border-radius: 0;
}
.tabContentBody .tabContentBodyInner .personalChooseFile .input-group .custom-file .custom-file-label::after {
  height: 43px;
  line-height: 43px;
  padding: 0 8px;
  border-radius: 0;
  color: #ffffff;
  border-left: 1px solid #378456;
  background-color: #378456;
}
.tabContentBody .newCollectionBox {
  font-family: Montserrat, sans-serif;
  color: #333333;
}
.tabContentBody .newCollectionBox .branch-title,
.tabContentBody .newCollectionBox .branch-contact,
.tabContentBody .newCollectionBox .branch-list li,
.tabContentBody .newCollectionBox .branch-text {
  font-family: Montserrat, sans-serif;
  color: #333333;
  font-stretch: normal;
  font-style: normal;
}
.tabContentBody .newCollectionBox .branch-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: -0.75px;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .branch-title {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
  }
}
.tabContentBody .newCollectionBox .branch-contact {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  color: #333333;
}
.tabContentBody .newCollectionBox .branch-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 23px;
}
@media only screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .branch-list {
    display: flex;
    justify-content: center;
  }
}
.tabContentBody .newCollectionBox .branch-list > li {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -1.13px;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .branch-list > li {
    margin-right: 5px;
    font-size: 20px;
  }
}
.tabContentBody .newCollectionBox .branch-list > li:after {
  content: ".";
  color: #5454d4;
}
.tabContentBody .newCollectionBox .branch-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: left;
  margin-bottom: 16px;
}
.tabContentBody .newCollectionBox span.branch-text {
  margin-bottom: 0;
  line-height: 1;
  vertical-align: bottom;
}
.tabContentBody .newCollectionBox .branch-platform {
  position: absolute;
  z-index: 1;
  right: 15px;
  left: 15px;
  top: 114px;
}
.tabContentBody .newCollectionBox .branch-platform.buy-back-platform {
  top: 14px;
}
@media only screen and (max-width: 991px) {
  .tabContentBody .newCollectionBox .branch-platform {
    top: 84px;
  }
  .tabContentBody .newCollectionBox .branch-platform.buy-back-platform {
    top: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .branch-platform {
    position: static;
  }
}
.tabContentBody .newCollectionBox .branch-platform .header {
  padding: 5px 20px;
  background-color: #221b47;
  color: #ffffff;
  text-align: center;
  border-bottom: 7px solid #ae3e60;
  margin-bottom: 9px;
}
.tabContentBody .newCollectionBox .branch-platform .header .title,
.tabContentBody .newCollectionBox .branch-platform .header .second-title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #fff;
}
.tabContentBody .newCollectionBox .branch-platform .header .title {
  font-size: 17px;
  line-height: 1.24;
  letter-spacing: 0.41px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tabContentBody .newCollectionBox .branch-platform .header .title {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .branch-platform .header .title {
    font-size: 15px;
  }
}
.tabContentBody .newCollectionBox .branch-platform .header .second-title {
  font-size: 20px;
  line-height: 1.29;
  letter-spacing: 0.67px;
}
@media screen and (max-width: 767px) {
  .tabContentBody .newCollectionBox .branch-platform .header .second-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .branch-platform .header .second-title {
    font-size: 24px;
  }
}
.tabContentBody .newCollectionBox .branch-platform .body .image {
  min-height: 212px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .tabContentBody .newCollectionBox .branch-platform .body .image {
    min-height: 150px;
  }
}
.tabContentBody .newCollectionBox .branch-platform .body .platform-info {
  background-color: #fff;
  padding: 20px;
}
.tabContentBody .newCollectionBox .branch-platform .body .platform-info .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.63px;
  text-align: left;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tabContentBody .newCollectionBox .branch-platform .body .platform-info .title {
    margin-bottom: 10px;
  }
}
.tabContentBody .newCollectionBox .branch-platform .body .platform-info .branch-direction {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.19;
  color: #5454d4;
}
.tabContentBody .newCollectionBox .branch-platform .body .platform-info .branch-direction i {
  margin-right: 6px;
  font-size: 15px;
}
.tabContentBody .newCollectionBox .branch_info_list {
  list-style-type: none;
  padding-left: 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 78px;
       column-gap: 78px;
}
@media screen and (max-width: 767px) {
  .tabContentBody .newCollectionBox .branch_info_list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .branch_info_list {
    -moz-column-count: auto;
         column-count: auto;
  }
}
.tabContentBody .newCollectionBox .branch_info_list > li {
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  padding-left: 54px;
}
@media screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .branch_info_list > li {
    padding-left: 34px;
  }
}
.tabContentBody .newCollectionBox .branch_info_list > li h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.63px;
  margin-bottom: 10px;
}
.tabContentBody .newCollectionBox .branch_info_list > li p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.tabContentBody .newCollectionBox .branch_info_list > li:after, .tabContentBody .newCollectionBox .branch_info_list > li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  display: block;
}
.tabContentBody .newCollectionBox .branch_info_list > li:after {
  top: 14px;
  left: 14px;
  width: 8px;
  height: 8px;
  background-color: #5454d4;
}
@media screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .branch_info_list > li:after {
    top: 8px;
    left: 8px;
    width: 5px;
    height: 5px;
  }
}
.tabContentBody .newCollectionBox .branch_info_list > li:before {
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  background-color: rgba(84, 84, 212, 0.1);
}
@media screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .branch_info_list > li:before {
    width: 22px;
    height: 22px;
  }
}
.tabContentBody .newCollectionBox .available-box {
  display: flex;
}
@media screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .available-box {
    margin-bottom: 40px;
  }
}
.tabContentBody .newCollectionBox .available-box img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}
@media screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .available-box img {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
  }
}
.tabContentBody .newCollectionBox .available-box p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.tabContentBody .newCollectionBox .branch-btn {
  display: inline-block;
  padding: 20px 9px;
  border: solid 2px #378456;
  background-color: #378456;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.38px;
}
.tabContentBody .newCollectionBox .branch-btn:not(:disabled):hover {
  background-color: rgb(40, 96, 62.5454545455);
  text-decoration: none;
}
.tabContentBody .newCollectionBox .branch-btn:disabled {
  opacity: 0.5;
}
@media screen and (max-width: 575px) {
  .tabContentBody .newCollectionBox .branch-btn {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
  }
}
.tabContentBody .collectionBox {
  font-family: Montserrat, sans-serif;
  color: #000000;
  margin-bottom: 25px;
}
.tabContentBody .collectionBox:not(:first-child) {
  filter: grayscale(1);
  opacity: 0.8;
}
.tabContentBody .collectionBox .collectionBoxHeader {
  padding: 13px 25px;
  background-color: #ffffff;
  margin-bottom: 3px;
}
.tabContentBody .collectionBox .collectionBoxHeader .collectionIconBox {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}
.tabContentBody .collectionBox .collectionBoxHeader .collectionIconBox i {
  font-size: 20px;
  font-weight: normal;
  color: #49b567;
}
.tabContentBody .collectionBox .collectionBoxHeader .collectionHeaderText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.tabContentBody .collectionBox .collectionBoxContent {
  padding: 25px;
  background-color: #ffffff;
}
.tabContentBody .collectionBox .collectionBoxContent .collectionContentLeft .collectionLeftTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 20px;
}
.tabContentBody .collectionBox .collectionBoxContent .collectionContentRight {
  height: 100%;
  position: relative;
  text-align: right;
}
.tabContentBody .collectionBox .collectionBoxContent .collectionContentRight .collectionRightTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  color: #000000;
  margin-bottom: 20px;
}
.tabContentBody .collectionBox .collectionBoxContent .collectionInfo {
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
  margin-bottom: 15px;
}
.tabContentBody .collectionBox .collectionBoxContent .collectBtn {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.38px;
  text-align: center;
  color: #378355;
  width: 210px;
  max-width: 100%;
  border: solid 2px #378456;
  padding: 8px 5px;
  position: absolute;
  right: 0;
  bottom: 5px;
  text-decoration: none;
  cursor: pointer;
}
.tabContentBody .collectionBox .collectionBoxContent .collectBtn:hover {
  color: #ffffff;
  background-color: #378456;
}
.tabContentBody .collectionBox .collectionBoxContent input[type=radio] {
  display: none;
}
.tabContentBody .collectionBox .collectionBoxContent input[type=radio]:checked + label {
  color: #ffffff;
  background-color: #378456;
}

.nextstep-collect-btn {
  width: 100%;
  display: block;
  padding: 20px 9px;
  border: solid 2px #378456;
  background-color: #378456;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.38px;
}
.nextstep-collect-btn:not(:disabled):hover {
  background-color: rgb(40, 96, 62.5454545455);
  text-decoration: none;
  color: #fff;
}
.nextstep-collect-btn:disabled {
  opacity: 0.5;
}
@media screen and (max-width: 575px) {
  .nextstep-collect-btn {
    padding: 10px;
  }
}

.collectionTimeBox {
  font-family: Montserrat, sans-serif;
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .collectionTimeBox {
    position: relative;
  }
}
.collectionTimeBox .dateAction {
  display: none;
}
@media screen and (max-width: 575px) {
  .collectionTimeBox .dateAction {
    display: block;
    height: 80px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: transparent;
  }
  .collectionTimeBox .dateAction ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
    justify-content: space-between;
  }
  .collectionTimeBox .dateAction ul > li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    align-items: center;
    padding-top: 10px;
  }
  .collectionTimeBox .dateAction ul > li.prev {
    display: none;
    padding-left: 20px;
  }
  .collectionTimeBox .dateAction ul > li.next {
    margin-left: auto;
    padding-right: 20px;
    text-align: right;
  }
  .collectionTimeBox .dateAction ul > li > a {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #FFF;
    display: inline-block;
  }
  .collectionTimeBox .dateAction ul > li > a > span {
    display: none;
  }
  .collectionTimeBox .dateAction ul > li > a svg {
    width: 42px;
    height: 42px;
    color: #ffffff;
  }
  .collectionTimeBox .dateAction ul > li > a:hover {
    text-decoration: none;
  }
}
.collectionTimeBox .date-time-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border: solid 1px #42356c;
}
.collectionTimeBox .date-time-list > li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
}
.collectionTimeBox .date-time-list > li:nth-child(2) a {
  border-left: solid 1px #42356c;
  border-right: solid 1px #42356c;
}
.collectionTimeBox .date-time-list > li > a {
  display: flex;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #fff;
  height: 100px;
  text-decoration: none;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
@media screen and (max-width: 575px) {
  .collectionTimeBox .date-time-list > li > a {
    height: 80px;
  }
}
.collectionTimeBox .date-time-list > li > a:hover {
  text-decoration: none;
}
.collectionTimeBox .date-time-list > li > a:not(.active):hover {
  color: #ffffff;
  background-color: rgb(86.9068322981, 69.7888198758, 142.2111801242);
}
.collectionTimeBox .date-time-list > li > a.active {
  background-color: #42356c;
  color: #ffffff;
  position: relative;
}
.collectionTimeBox .date-time-list > li > a.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 10px 10.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .collectionTimeBox .date-time-list {
    border: 0;
  }
  .collectionTimeBox .date-time-list > li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .collectionTimeBox .date-time-list > li:not(:first-child) {
    display: none;
  }
  .collectionTimeBox .date-time-list > li:not(:first-child) > a span {
    display: none;
  }
  .collectionTimeBox .date-time-list > li > a {
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.08);
  }
}
.collectionTimeBox .tab-content {
  border-radius: 10px;
  border: solid 1px #707070;
  display: flex;
  padding: 25px 0;
}
@media screen and (max-width: 575px) {
  .collectionTimeBox .tab-content {
    border: 0;
    background-color: #fff;
  }
}
.collectionTimeBox .tab-content .tab-pane {
  padding: 0 30px;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .collectionTimeBox .tab-content .tab-pane {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .collectionTimeBox .tab-content .tab-pane {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .collectionTimeBox .tab-content .tab-pane:not(:first-child) {
    display: none;
  }
}
.collectionTimeBox .tab-content .tab-pane:nth-child(2) {
  border-left: solid 1px #aeaeae;
  border-right: solid 1px #aeaeae;
}
@media screen and (max-width: 575px) {
  .collectionTimeBox .tab-content .tab-pane:nth-child(2) {
    border: 0;
  }
}
.collectionTimeBox .tab-content .tab-pane .form-check {
  margin-bottom: 20px;
  padding-left: 2rem;
}
.collectionTimeBox .tab-content .tab-pane .form-check.disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .collectionTimeBox .tab-content .tab-pane .form-check {
    padding-left: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .collectionTimeBox .tab-content .tab-pane .form-check {
    padding-left: 3rem;
  }
}
.collectionTimeBox .tab-content .tab-pane .form-check .form-check-input {
  display: none;
}
.collectionTimeBox .tab-content .tab-pane .form-check .form-check-input:checked ~ .form-check-label:before {
  border-color: #378456;
}
.collectionTimeBox .tab-content .tab-pane .form-check .form-check-input:checked ~ .form-check-label:after {
  display: block;
}
.collectionTimeBox .tab-content .tab-pane .form-check .form-check-label {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .collectionTimeBox .tab-content .tab-pane .form-check .form-check-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .collectionTimeBox .tab-content .tab-pane .form-check .form-check-label {
    font-weight: 600;
  }
}
.collectionTimeBox .tab-content .tab-pane .form-check .form-check-label:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333333;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .collectionTimeBox .tab-content .tab-pane .form-check .form-check-label:before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
.collectionTimeBox .tab-content .tab-pane .form-check .form-check-label:after {
  content: "";
  display: none;
  top: 12px;
  left: 12px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #378456;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .collectionTimeBox .tab-content .tab-pane .form-check .form-check-label:after {
    width: 10px;
    height: 10px;
    top: 12px;
    left: 10px;
  }
}
.collectionTimeBox .selected-box {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.collectionTimeBox .selected-box .calendar {
  margin: 0 30px 10px;
  display: inline-block;
  position: relative;
  width: 250px;
}
.collectionTimeBox .selected-box .calendar:before, .collectionTimeBox .selected-box .calendar:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #d5d5d5;
  top: 50%;
}
@media screen and (max-width: 575px) {
  .collectionTimeBox .selected-box .calendar:before, .collectionTimeBox .selected-box .calendar:after {
    display: none;
  }
}
.collectionTimeBox .selected-box .calendar:before {
  left: 0;
}
.collectionTimeBox .selected-box .calendar:after {
  right: 0;
}
.collectionTimeBox .selected-box .time-text {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}
.collectionTimeBox .selected-box .calendar-border {
  width: 250px;
  height: 2px;
  background-color: #d5d5d5;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .collectionTimeBox .selected-box .calendar-border {
    display: none;
  }
}

#crafty_postcode_result_display {
  margin-bottom: 30px;
}

.cogOrderStep2, .cogOrderStep3, .cogOrderStep4, .cogOrderStep5 {
  width: 755px;
  max-width: 100%;
  margin: auto;
}

.orderSummaryTable .orderSummaryTitle {
  text-align: center;
  margin-bottom: 20px;
}
.orderSummaryTable .orderSummaryTitle span {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  color: #000000;
  padding-bottom: 4px;
  border-bottom: 1px solid #42356c;
}
.orderSummaryTable .orderSummaryBody {
  margin-bottom: 45px;
}
.orderSummaryTable .orderSummaryBody table {
  border-bottom: 1px solid #42356c;
}
.orderSummaryTable .orderSummaryBody table tr:hover td {
  background-color: transparent;
}
.orderSummaryTable .orderSummaryBody table tr:last-of-type td {
  padding-bottom: 24px;
}
.orderSummaryTable .orderSummaryBody table tr td {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  color: #000000;
}
.orderSummaryTable .orderSummaryBody table tr td:first-of-type {
  padding-left: 24px;
}
.orderSummaryTable .orderSummaryBody table tr td:last-of-type {
  padding-right: 24px;
  text-align: right;
}
.orderSummaryTable .orderSummaryBody table .orderSummaryName {
  font-size: 14px;
}
.orderSummaryTable .orderSummaryBody table .orderSummaryType {
  margin-right: 20px;
}
.orderSummaryTable .orderSummaryBody table .orderSummaryTotalText {
  font-size: 16px;
}
.orderSummaryTable .orderSummaryBody table .orderSummaryTotalPrice {
  font-size: 18px;
  font-weight: bold;
  color: #378456;
  margin-left: 15px;
}
.orderSummaryTable .orderSummaryBody table .orderSummaryTdBox {
  display: inline-block;
  min-width: 210px;
}
.orderSummaryTable .orderSummaryBody table .orderSummaryEdit {
  display: inline-block;
  color: #000000;
  text-decoration: none;
}
.orderSummaryTable .orderSummaryBody table .orderSummaryEdit span {
  text-decoration: underline;
}

.materialForm .nextstep button {
  padding: 10px 13px;
}
.materialForm .nextstep button:focus {
  outline: none;
}
.materialForm .find_address {
  font-family: Montserrat, sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.19;
  letter-spacing: 0.38px;
  text-align: center;
  color: #ffffff;
  border: solid 2px #378456;
  background-color: #378456;
  padding: 11px 10px;
  border-radius: 0;
}
.materialForm .outlined {
  position: relative;
  margin-bottom: 12px;
}
.materialForm .outlined input {
  border: 1px solid #d5d5d5 !important;
  transition: 0.5s !important;
  outline: none !important;
  padding: 14.5px 15px 14.5px 15px !important;
  border-radius: 4px !important;
  color: #262626;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}
.materialForm .outlined input:focus {
  border: solid 1px #3e3b89 !important;
}
.materialForm .outlined label {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.27;
  color: #b3b3b3;
  pointer-events: none;
}
.materialForm .outlined input:focus ~ label {
  font-size: 11px;
  top: -9px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  background-color: #ffffff;
  padding: 3px;
  line-height: 1.27;
  color: #3e3b89;
}
.materialForm .form-group {
  margin-bottom: 30px;
}
.materialForm .form-group a.selectBox {
  display: block;
  color: #262626;
  max-width: 100%;
  border-radius: 4px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
}
.materialForm .form-group a.selectBox .selectBox-label {
  color: #262626;
  padding: 13px 30px 13px 15px;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
}
.materialForm .form-group a.selectBox .selectBox-arrow::before {
  line-height: 48px;
}
.materialForm .form-group a.selectBox:focus {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #3e3b89;
}
.materialForm .form-group input#zip_code {
  max-width: 185px;
}

#crafty_postcode_result_display select, #crafty_postcode_result_display a {
  max-width: 100%;
}

.tabContentBodyInnerTitle i {
  color: #42356c;
  font-size: 16px;
}
.tabContentBodyInnerTitle span {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28;
  color: #000000;
  text-transform: uppercase;
  margin-left: 8px;
}

.tabContentBodyInnerSubtitle {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.53;
  color: #000000;
}

.tabContentBodyInnerDesc {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  line-height: 1.36;
  color: #333333;
  width: 495px;
  max-width: 100%;
}
.tabContentBodyInnerDesc a {
  font-weight: 500;
  color: #407de4;
}

.errorValidate {
  margin-bottom: 12px;
}
.errorValidate i {
  font-size: 21px;
  color: #d27171;
  vertical-align: middle;
}
.errorValidate strong {
  vertical-align: middle;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #262626;
  margin-left: 8px;
  letter-spacing: -1px;
}
.errorValidate.errorAbsolute {
  position: absolute;
  width: 320px;
  bottom: -30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .errorValidate.errorAbsolute {
    position: static;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.outlined input.errorInput, .materialTextarea textarea.errorInput {
  border: solid 1px #d27171 !important;
}

.btnSkipPay {
  border: 0;
  outline: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.48px;
  display: inline-block;
  color: black;
  font-family: "Monserat", sans-serif;
  text-decoration: underline;
}
.btnSkipPay i {
  margin-left: 5px;
}
.btnSkipPay:focus {
  outline: none !important;
  border: 0;
}

.imtBoxHeader {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.18;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #42356c;
  padding: 11px 10px;
}

.imtBox {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 20px 30px;
  margin-bottom: 35px;
  color: #000000;
  font-family: Montserrat, sans-serif;
  position: relative;
}
@media screen and (max-width: 575px) {
  .imtBox {
    padding: 20px 15px;
  }
}
.imtBox.imtBoxWithHeader {
  border: solid 1px #707070;
}
.imtBox .btnExpand {
  border: 0;
  outline: none;
  background-color: transparent;
  font-size: 17px;
  line-height: 1.18;
}
.imtBox .btnExpand i {
  font-size: 30px;
}
.imtBox .btnExpand:focus {
  outline: none !important;
  border: 0;
}
.imtBox .recommended-row {
  padding: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.imtBox .order-icon {
  color: #05cab6;
  font-size: 45px;
}
.imtBox .imtTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.61;
}
.imtBox .imtSubtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.81;
}
.imtBox .imtSubtitle > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.imtBox .imtText {
  font-size: 16px;
  line-height: 1.38;
}
.imtBox .imtTextLight {
  font-size: 16px;
  line-height: 1.81;
  color: #707070;
}
.imtBox .imtTextSmall {
  font-size: 14px;
  line-height: 1.57;
}
.imtBox .imtTextSmallGrey {
  color: #707070;
  padding-right: 60px;
  margin-bottom: 20px;
}
.imtBox .imtImgBox {
  text-align: center;
  margin-bottom: 10px;
}
.imtBox .switch_yes_checkbox_block {
  margin-top: 20px;
}
.imtBox .switch_yes_checkbox_block .switch_yes_checkbox_title {
  text-align: left;
  margin-bottom: 15px;
}
.imtBox .switch_yes_checkbox_block .switch_yes_checkbox_item {
  padding-left: 0;
}
.imtBox .switch_yes_checkbox_block .switch_yes_checkbox_item .custom-control-label:after {
  top: -1px;
}
.imtBox .imtSwitch {
  display: inline-block;
  vertical-align: middle;
}
.imtBox .imtSwitch.imtSwitchMob {
  display: block;
}
.imtBox .imtSwitch.imtSwitchMob .switch {
  margin: 20px auto !important;
}
.imtBox .imtTextSmallLight {
  font-size: 10px;
  line-height: 1.3;
  color: #707070;
}
.imtBox .watchVideoBox {
  display: block;
  border-radius: 5px;
  border: solid 1px #707070;
  background-color: #ffffff;
  text-align: center;
  padding: 8px 0;
  margin-top: 30px;
  margin-bottom: 20px;
  text-decoration: none;
}
.imtBox .watchVideoBox i {
  font-size: 35px;
  color: #f87d0d;
  vertical-align: middle;
}
.imtBox .watchVideoBox span {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-left: 8px;
  vertical-align: middle;
}
.imtBox .imtdonateText {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  color: #707070;
}
.imtBox .charity-wrapper label.charity-box {
  display: inline-block;
  width: 52px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #00932a;
  border: solid 2px #c2c2c2;
  background-color: #ffffff;
  border-radius: 0;
  padding: 4px 5px;
  margin-right: 10px;
}
.imtBox .charity-wrapper label.charity-box:first-of-type {
  width: 70px;
  color: #000000;
}
.imtBox .charity-wrapper label.charity-box.selected {
  border: 1px solid #378456;
  background-color: #378456;
  color: #ffffff;
}
.imtBox .imtPercentBox {
  width: 150px;
  height: 150px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c1c1c1;
  background-color: #42356c;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  padding-top: 22px;
}
.imtBox .imtPercentBox span {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.19;
  color: #ffffff;
}
.imtBox .imtPercentBox span.percent {
  font-size: 33px;
  font-weight: bold;
}

table.reviewOrderTable {
  font-family: Montserrat, sans-serif;
}
table.reviewOrderTable tr:hover td {
  background-color: transparent;
}
table.reviewOrderTable thead tr th {
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #42356c;
}
table.reviewOrderTable thead tr th:first-of-type {
  padding-left: 0;
  font-weight: bold;
}
table.reviewOrderTable thead tr th:last-of-type {
  padding-right: 0;
  text-align: right;
}
table.reviewOrderTable tbody tr:last-of-type td:first-of-type {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #42356c;
}
table.reviewOrderTable tbody tr:last-of-type td:last-of-type {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.67px;
  color: #378456;
}
table.reviewOrderTable tbody tr td {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #42356c;
}
table.reviewOrderTable tbody tr td:first-of-type {
  padding-left: 0;
}
table.reviewOrderTable tbody tr td:last-of-type {
  font-size: 24px;
  padding-right: 0;
  text-align: right;
  font-weight: bold;
}

.deliveredToTitle {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #42356c;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}

.deliveredToLeft {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #42356c;
}

.deliveredToRight {
  display: table;
  margin-left: auto;
}
.deliveredToRight .deliveredToRightInner {
  font-family: Montserrat, sans-serif;
  display: table-cell;
  vertical-align: top;
}
.deliveredToRight .deliveredToRightInner > div {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.19;
  color: #42356c;
  margin-bottom: 20px;
  padding-top: 10px;
}
.deliveredToRight .deliveredToRightInner > span {
  font-size: 16px;
  line-height: 1.19;
  color: #42356c;
}
.deliveredToRight .deliveredToRightInner .deliveredToImgBox {
  width: 54px;
  height: 54px;
  background-color: #42356c;
  text-align: center;
  border-radius: 50%;
  padding-top: 13px;
  margin-left: 15px;
}
.deliveredToRight .deliveredToRightInner .deliveredToImgBox i {
  font-size: 24px;
}

.paymentMethodTabs .nav-tabs {
  margin-bottom: 25px;
  border-bottom: none;
}
.paymentMethodTabs .nav-tabs li.nav-item {
  width: 33.3333333333%;
  min-height: 45px;
  line-height: 45px;
}
.paymentMethodTabs .nav-tabs li.nav-item:nth-child(2) a.nav-link, .paymentMethodTabs .nav-tabs li.nav-item:nth-child(3) a.nav-link {
  border-left: none;
}
.paymentMethodTabs .nav-tabs li.nav-item.w-50 {
  width: 50%;
}
.paymentMethodTabs .nav-tabs li.nav-item.radio-item.w-30 {
  width: 30%;
}
@media screen and (max-width: 735px) {
  .paymentMethodTabs .nav-tabs li.nav-item.radio-item.w-30 {
    width: 40%;
  }
}
.paymentMethodTabs .nav-tabs li.nav-item.radio-item.w-60 {
  width: 60%;
}
.paymentMethodTabs .nav-tabs li.nav-item.radio-item a.nav-link {
  border: 0;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
}
.paymentMethodTabs .nav-tabs li.nav-item.radio-item a.nav-link span {
  font-size: 16px;
  text-transform: none;
}
.paymentMethodTabs .nav-tabs li.nav-item.radio-item a.nav-link.active {
  border: 0;
  box-shadow: none;
}
.paymentMethodTabs .nav-tabs li.nav-item a.nav-link {
  display: block;
  border: 1px solid rgba(112, 112, 112, 0.3);
  border-radius: 0;
  text-align: center;
  padding: 5.5px 20px;
  background-color: #ffffff;
}
.paymentMethodTabs .nav-tabs li.nav-item a.nav-link span {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  color: #42356c;
  text-transform: uppercase;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
.paymentMethodTabs .nav-tabs li.nav-item a.nav-link span small {
  display: inline-block;
}
.paymentMethodTabs .nav-tabs li.nav-item a.nav-link span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.paymentMethodTabs .nav-tabs li.nav-item a.nav-link.active {
  border: 2px solid #42356c;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.paymentMethodTabs .nav-tabs li.nav-item a.nav-link.active span {
  font-weight: bold;
}
.paymentMethodTabs .nav-tabs li.nav-item a.nav-link.active span::before {
  border-color: #378456;
}
.paymentMethodTabs .nav-tabs li.nav-item a.nav-link.active span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #378456;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.paymentMethodTabsContent {
  font-family: Montserrat, sans-serif;
}
.paymentMethodTabsContent #pay_by_bank_app .tabsDeliveryBoxRight .tabsDeliveryDesc {
  margin-bottom: 50px;
}
.paymentMethodTabsContent .tabsDeliveryBoxLeft .earliest {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #42356c;
  margin-bottom: 20px;
}
.paymentMethodTabsContent .tabsDeliveryBoxLeft .tabsDeliveryDateBox {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.43px;
  color: #378456;
  margin-bottom: 20px;
}
.paymentMethodTabsContent .tabsDeliveryBoxLeft .tabsDeliveryDateBox div {
  font-size: 28px;
  letter-spacing: 0.67px;
  margin-bottom: 10px;
}
.paymentMethodTabsContent .tabsDeliveryBoxLeft .chooseDateBox {
  width: 270px;
  max-width: 100%;
  margin-bottom: 40px;
}
.paymentMethodTabsContent .tabsDeliveryBoxLeft .chooseDateBox .chooseDateTitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.43px;
  color: #42356c;
  margin-bottom: 30px;
}
.paymentMethodTabsContent .tabsDeliveryBoxLeft .chooseDateBox .chooseDateInput {
  position: relative;
}
.paymentMethodTabsContent .tabsDeliveryBoxLeft .chooseDateBox .chooseDateInput::after {
  content: "\f784";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #378456;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.paymentMethodTabsContent .tabsDeliveryBoxLeft .chooseDateBox .chooseDateInput .paymentDatepicker {
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
}
.paymentMethodTabsContent .tabsDeliveryBoxLeft .chooseDateBox .chooseDateText {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.34px;
  color: #000000;
  margin-top: 10px;
}
.paymentMethodTabsContent .tabsDeliveryBoxLeft.tabsDeliveryBoxLeftDisable {
  filter: grayscale(1);
  pointer-events: none;
}
.paymentMethodTabsContent .tabsDeliveryBoxLeft.tabsDeliveryBoxLeftDisable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryDesc {
  font-size: 16px;
  line-height: 1.19;
  color: #707070;
  margin-bottom: 35px;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryDesc p {
  margin-bottom: 20px;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryDesc a {
  font-weight: 600;
  color: #3476ff;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryDesc .see-how-it-works .works-btn {
  border: 1px solid #327aff;
  height: 32px;
  justify-content: space-around;
  align-items: center;
  max-width: 157px;
  cursor: pointer;
  margin-top: 4px;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryDesc .see-how-it-works .works-btn p {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  color: #3476ff;
  margin-bottom: 0;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryDesc .see-how-it-works .works-btn img {
  height: 20px;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryDesc .press-text {
  max-width: 230px;
  margin: 20px auto;
  color: #42356c;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryDesc .DeliveryDescBoxDisable p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryDesc .DeliveryDescBoxDisable a {
  display: block;
  color: #003fa8;
  text-decoration: underline;
  margin-bottom: 20px;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryDesc .absolute-img {
  position: absolute;
  left: 85%;
  top: 10%;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryDesc .absolute-img {
    left: 100%;
    top: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryDesc .absolute-img {
    left: 90%;
    top: 0;
    width: 180px;
  }
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryBoxRightText {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  letter-spacing: 0.38px;
  color: #000000;
  margin-bottom: 30px;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryLogoBox {
  position: relative;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryLogoBox img {
  margin-right: 10px;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryLogoBox i {
  margin-right: 10px;
  font-size: 30px;
  vertical-align: middle;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryLogoBox.tabsDeliveryLogoBoxDisable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9;
  display: none;
}
.paymentMethodTabsContent .tabsDeliveryBoxRight .tabsDeliveryTopImg {
  margin-bottom: 30px;
}
.paymentMethodTabsContent .qr_box {
  position: absolute;
  top: -20px;
  left: 0;
  max-width: 530px;
  padding: 0 20px 20px 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c8c8c8;
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
}
.paymentMethodTabsContent .qr_box .qr_btn {
  border: 0;
  background: transparent;
  font-size: 25px;
  color: #767676;
}
.paymentMethodTabsContent .qr_box .qr_btn:focus {
  outline: 0;
  border: 0;
}
.paymentMethodTabsContent .qr_box .qr_text {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 0.36px;
  text-align: left;
  color: #42356c;
}
.paymentMethodTabsContent .web_box {
  max-width: 308px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.paymentMethodTabsContent .web_box .web_text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  color: #42356c;
  margin-bottom: 15px;
}
.paymentMethodTabsContent .web_box .web_img {
  max-width: 192px;
  margin-bottom: 20px;
}
.paymentMethodTabsContent .web_box .cogGreenBtn {
  width: 100%;
}

.payLinkTabs .nav-tabs {
  max-width: 222px;
  margin: 0 auto 25px;
  border-bottom: none;
}
.payLinkTabs .nav-tabs li.nav-item {
  width: 33.3333333333%;
  text-align: center;
}
.payLinkTabs .nav-tabs li.nav-item a.nav-link {
  width: 50px;
  height: 50px;
  padding: 12.2px 12.3px 12.8px 12.7px;
  border: solid 2px #707070;
  background-color: transparent;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.payLinkTabs .nav-tabs li.nav-item a.nav-link i {
  font-size: 25px;
}
.payLinkTabs .nav-tabs li.nav-item a.nav-link.active {
  border: solid 1px #707070;
  background-color: #378456;
}
.payLinkTabs .nav-tabs li.nav-item a.nav-link.active i {
  color: #ffffff !important;
}
.payLinkTabs .content_box {
  max-width: 192px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 735px) {
  .payLinkTabs .content_box {
    max-width: 200px;
  }
}
.payLinkTabs .content_box .text {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.34px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}
.payLinkTabs .content_box input {
  width: 100%;
  height: 43.3px;
  padding: 12.1px 11.9px 12.2px 18px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: black;
  text-align: center;
}
.payLinkTabs .content_box input::-moz-placeholder {
  font-weight: 500;
  color: black;
}
.payLinkTabs .content_box input::placeholder {
  font-weight: 500;
  color: black;
}
.payLinkTabs .send_link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #378456;
  position: absolute;
  top: 60%;
  right: 50px;
}
@media screen and (max-width: 735px) {
  .payLinkTabs .send_link {
    right: -10px;
  }
}
.payLinkTabs .send_link:hover {
  text-decoration: none;
}

#howItWorksModal.show {
  display: flex !important;
  align-items: center;
}
#howItWorksModal .modal-content {
  max-width: 570px;
  margin: auto;
  text-align: center;
}
#howItWorksModal .modal-content video {
  width: 100%;
}

.cogGreenBtn {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.48px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  background-color: #378456;
  border: none;
  min-width: 230px;
  padding: 6px 8px;
}
.cogGreenBtn:hover {
  text-decoration: none;
  color: #ffffff;
}
.cogGreenBtn:focus {
  outline: none;
}

.tabsDeliveryImportant {
  margin-bottom: 20px;
}
.tabsDeliveryImportant i {
  font-size: 30px;
  color: #42356c;
  vertical-align: middle;
}
.tabsDeliveryImportant span {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #42356c;
  margin-left: 15px;
  vertical-align: top;
}
.tabsDeliveryImportant svg {
  width: 30px;
  height: 30px;
}

.tabsDeliveryNote {
  display: flex;
  align-items: center;
  padding: 2.5px 18.4px 2.5px 14px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #42356c;
  margin-bottom: 22px;
}
.tabsDeliveryNote i {
  font-size: 30px;
  color: #ffaa00;
  margin-right: 15px;
}
.tabsDeliveryNote p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.34px;
  text-align: left;
  color: #000000;
}

.messagesBox {
  margin-bottom: 25px;
}
.messagesBox .msg-alert {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.56;
  color: #000000 !important;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 0 20px;
  word-break: break-word;
}
.messagesBox .msg-alert.success {
  border-right: 30px solid #dff0d8;
  border-left: 30px solid #dff0d8;
}
.messagesBox .msg-alert.info {
  border-right: 30px solid #d9edf7;
  border-left: 30px solid #d9edf7;
}
.messagesBox .msg-alert.danger {
  border-right: 30px solid #f2dede;
  border-left: 30px solid #f2dede;
}

.tabContentBodyInner.tabContentBodyInnerTransfer {
  font-family: Montserrat, sans-serif;
  padding: 35px;
}
.tabContentBodyInner.tabContentBodyInnerTransfer > .col-md-7 {
  padding-right: 25px;
}
.tabContentBodyInner.tabContentBodyInnerTransfer > .col-md-5 {
  padding-left: 25px;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferBoxLeft {
  padding: 20px 25px;
  background-color: #f2f9ff;
  margin-bottom: 30px;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferBoxLeft .transferBoxLeftTop {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferBoxLeft .transferBoxLeftTop .transferBoxLeftTitle {
  display: table-cell;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #42356c;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferBoxLeft .transferBoxLeftTop .transferBoxLeftIcons {
  display: table-cell;
  text-align: right;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferBoxLeft .transferBoxLeftTop .transferBoxLeftIcons .fa-mobile-alt {
  vertical-align: top;
  font-size: 30px;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferBoxLeft .transferBoxLeftTop .transferBoxLeftIcons .fa-laptop {
  vertical-align: top;
  font-size: 24px;
  margin-right: 15px;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferBoxLeft .transferDetails {
  font-size: 16px;
  line-height: 1.19;
  color: #42356c;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferBoxLeft .transferDetails .transferDetailsDesc {
  margin-bottom: 20px;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferBoxLeft .transferDetails .transferDetailsDesc span {
  font-weight: bold;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferBoxLeft .transferDetails .transferInfoTitle {
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 20px;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferBoxLeft .transferDetails .transferInfo {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferBoxRight .tabsDeliveryImportant {
  margin-bottom: 40px;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferRightDesc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  color: #42356c;
  margin: 20px 0;
}
.tabContentBodyInner.tabContentBodyInnerTransfer .transferRightNumber {
  font-size: 28px;
  font-weight: bold;
  color: #42356c;
}

.orderSummaryMultiple {
  font-family: Montserrat, sans-serif;
}
.orderSummaryMultiple .orderSummaryMultipleTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #42356c;
  text-align: center;
  margin-bottom: 20px;
}

.MultipleTable tr:hover td {
  background-color: transparent;
}
.MultipleTable tr th {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #42356c;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
}
.MultipleTable tr th:first-of-type {
  padding-left: 0;
}
.MultipleTable tr th:last-of-type {
  padding-right: 0;
}
.MultipleTable tr td:first-of-type {
  padding-left: 0;
}
.MultipleTable tr td:last-of-type {
  padding-right: 0;
}
.MultipleTable table.reviewOrderTable {
  width: 75%;
}
.MultipleTable table.reviewOrderTable tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.MultipleTable table.reviewOrderTable tr td:first-of-type {
  font-size: 14px;
}
.MultipleTable table.reviewOrderTable tr td:last-of-type {
  font-size: 16px;
}
.MultipleTable table.reviewOrderTable tr:last-of-type td {
  padding-top: 18px;
  border-top: 1px solid #d4d4d4;
}
.MultipleTable table.reviewOrderTable tr:last-of-type td:first-of-type {
  font-size: 14px;
}
.MultipleTable table.reviewOrderTable tr:last-of-type td:last-of-type {
  font-size: 16px;
}
.MultipleTable .multipleTableSecondTitle {
  display: inline-block;
  width: 75%;
  text-align: left;
}

.shareBox {
  padding: 30px;
  background-color: #f7f7f7;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #42356c;
}
.shareBox .shareBoxInner {
  border: solid 1px #42356c;
  background-color: #ffffff;
  padding: 40px 40px 30px;
}
.shareBox .shareBoxInner .giveawayImgBox img {
  width: 160px;
  max-width: 100%;
}
.shareBox .shareBoxInner .giveawayDesc {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.79;
  text-align: center;
}
.shareBox .shareBoxInner .giveawayDesc span {
  font-size: 26px;
  font-weight: 900;
  color: #378456;
}
.shareBox .shareBoxInner .giveawayText {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.81;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 40px;
}
.shareBox .shareBoxInner .shareBoxesContent .shareItem {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  text-align: center;
  padding: 15px 5px;
  cursor: pointer;
}
.shareBox .shareBoxInner .shareBoxesContent .shareItem i {
  font-size: 40px;
}
.shareBox .shareBoxInner .shareBoxesContent .shareItem span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
}
.shareBox .shareBoxInner .shareBoxesContent .shareItem.shareItemInst {
  background-image: linear-gradient(186deg, #8f3ba5 15%, #f77c4d 135%);
}
.shareBox .shareBoxInner .shareBoxesContent .shareItem.shareItemFb {
  background-color: #407de4;
  margin-right: 7px;
  margin-left: 7px;
}
.shareBox .shareBoxInner .shareBoxesContent .shareItem.shareItemFb span {
  font-weight: bold;
}
.shareBox .shareBoxInner .shareBoxesContent .shareItem.shareItemLinkedIn {
  background-color: #0275b4;
}
.shareBox .shareBoxInner .shareBoxesContent .shareItem.shareItemLinkedIn span {
  font-weight: bold;
}
.shareBox .shareBoxInner .giveawayTextBold {
  font-size: 16px;
  font-weight: 600;
  margin-top: 40px;
  text-align: center;
}
.shareBox .shareBoxInner .giveawayTextBold a {
  color: #42356c;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 576px) {
  #impactVideoModal .modal-dialog {
    max-width: 550px;
  }
  #impactVideoModal .modal-dialog .modal-body iframe {
    width: 100%;
    height: 350px;
    border: none;
  }
}
@media (max-width: 575px) {
  #impactVideoModal .modal-dialog .modal-body iframe {
    width: 100%;
    height: 200px;
    border: none;
  }
}

@media only screen and (max-width: 991px) {
  .shareBox {
    padding: 15px;
  }
  .shareBox .shareBoxInner {
    padding: 30px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .shareBox .shareBoxInner .giveawayDesc {
    font-size: 22px;
    line-height: 1.4;
  }
  .shareBox .shareBoxInner .giveawayDesc span {
    font-size: 24px;
  }
  .shareBox .shareBoxInner .shareBoxesContent .shareItem.shareItemFb {
    margin-right: 0;
    margin-left: 0;
  }
  .shareBox .shareBoxInner .shareBoxesContent .shareItem.shareItemLinkedIn {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .shareBox .shareBoxInner .giveawayImgBox {
    margin-bottom: 20px;
    text-align: center;
  }
  .shareBox .shareBoxInner .giveawayImgBox img {
    width: 130px;
  }
  .shareBox .shareBoxInner .giveawayDesc {
    font-size: 20px;
  }
  .shareBox .shareBoxInner .giveawayDesc span {
    font-size: 22px;
  }
  .shareBox .shareBoxInner .giveawayText {
    font-size: 14px;
    line-height: 1.5;
  }
  .shareBox .shareBoxInner .giveawayTextBold {
    font-size: 14px;
    margin-top: 30px;
  }
  .shareBox .shareBoxInner .shareBoxesContent .shareItem {
    max-width: 100%;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .shareBox .shareBoxInner .shareBoxesContent .shareItem.shareItemInst {
    margin-bottom: 20px;
  }
  .shareBox .shareBoxInner .shareBoxesContent .shareItem.shareItemFb {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .shareBox .shareBoxInner .shareBoxesContent .shareItem.shareItemLinkedIn {
    margin-top: 0;
  }
  .mobileLabel, .orderSummaryDeliveryMobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .orderSummaryDeliveryMobile {
    display: none;
  }
  .mobileLabel {
    display: none;
  }
  .customCard .disablePrepaidCardBox {
    padding: 28px 20px !important;
  }
  .customCard .customCardHeader .cardHeaderRight {
    text-align: left !important;
    margin-top: 10px;
  }
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions select.currency_dropdown {
    border: none;
    margin: 0;
    padding: 19px 10px;
    height: 57px;
  }
}
@media (max-width: 991px) {
  .orderSummaryDeliveryMobile {
    display: none;
  }
  .mobileLabel {
    display: block;
  }
  .customCard .customCardBody .add_currency_to_order_container #add_currency_to_order button[type=submit], .customCard .customCardBody .add_currency_to_order_container #add_currency_to_order_card button[type=submit] {
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none !important;
    margin-top: 15px;
  }
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields {
    background-color: transparent;
    height: auto;
    border: none;
    box-shadow: none;
  }
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions,
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .poundsOptions,
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .getsOptions {
    width: 100%;
    margin-bottom: 10px;
  }
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions select,
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .currencyOptions input[type=number],
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .poundsOptions select,
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .poundsOptions input[type=number],
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .getsOptions select,
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .getsOptions input[type=number] {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #d4d4d4;
    border-radius: 5px;
  }
  .customCard .customCardBody .add_currency_to_order_container .fields_container .filedLabels {
    display: none;
  }
  #orderTabs #pills-tab.nav-pills .nav-item,
  #orderTabs #pills-tab-branches.nav-pills .nav-item {
    width: calc(50% - 12px);
  }
  #orderTabs #pills-tab.nav-pills .nav-item .nav-link,
  #orderTabs #pills-tab-branches.nav-pills .nav-item .nav-link {
    padding: 60px 8px;
  }
}
#orderTabs #pills-tab-branches.nav-pills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-gap: 24px;
}
@media only screen and (max-width: 575px) {
  #orderTabs #pills-tab-branches.nav-pills {
    grid-template-columns: 1fr;
  }
}
#orderTabs #pills-tab-branches.nav-pills .nav-item {
  height: 100%;
  width: auto;
}
#orderTabs #pills-tab-branches.nav-pills .nav-item:nth-child(1) {
  margin-right: 0;
}
#orderTabs #pills-tab-branches.nav-pills .nav-item:nth-child(2) {
  margin-left: 0;
}
#orderTabs #pills-tab-branches.nav-pills .nav-item .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .orderSummaryDeliveryMobile {
    display: none;
  }
  .customCardColLeft {
    padding-right: 15px;
  }
  .customCardColLeft .customCard {
    margin-bottom: 20px;
  }
  .customCardColRight {
    padding-left: 15px;
  }
  .customCardColRight .customCard .customCardHeader .orderBoxesCollapseMobile i {
    color: #fff;
  }
  .summary_cash_total tr td {
    padding-right: 0;
    padding-left: 0;
  }
  .summary_cash_total .noteRequest_tr .noteRequest {
    font-family: Montserrat, sans-serif !important;
    font-size: 16px;
    line-height: 1.19;
    letter-spacing: 0.38px;
    color: #000000;
  }
  .summary_cash_total .noteRequest_tr .selectBox-dropdown {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #d4d4d4;
    max-width: 125px;
    cursor: pointer;
    z-index: 9;
  }
  .summary_cash_total .noteRequest_tr .selectBox-dropdown .selectBox-label {
    padding: 13px 9px;
  }
  .summary_cash_total .noteRequest_tr .selectBox-dropdown .selectBox-arrow::before {
    color: #4b2bb0 !important;
    font-size: 8px !important;
    line-height: 48px !important;
  }
  .summary_cash_total .noteRequest_tr .selectParent {
    display: inline-block;
    position: relative;
  }
  .summary_cash_total .noteRequest_tr .selectParent select {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
    max-width: 125px;
    cursor: pointer;
    padding: 12px 30px 12px 10px;
    position: relative;
    border: 1px solid #c9c9c9;
    color: #898b8d;
    outline: none;
    background: #fff;
    font-size: 14px;
    border-radius: 3px;
    font-family: Montserrat, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 0;
  }
  .summary_cash_total .noteRequest_tr .selectParent::after {
    font-family: "icomoon" !important;
    content: "\e907";
    font-size: 9px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: #4b2bb0;
  }
  .summary_cash_total .total_tr .total_text {
    font-family: Montserrat, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0.43px;
    color: #000000;
  }
  .summary_cash_total .total_tr .amount {
    font-family: Montserrat, sans-serif !important;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.21;
    letter-spacing: 0.67px;
    text-align: right;
    color: #000000;
  }
  .summary_cash_total .total_tr tr {
    padding-bottom: 0;
  }
  .nextStepBox .nextstep button {
    max-width: 100%;
  }
  .cogOrderStep3 .imtBox .charity-wrapper {
    margin-bottom: 20px;
  }
  .cogOrderStep3 .imtBox .charity-wrapper .charity-box {
    margin-right: 5px;
  }
  .cogOrderStep3 .imtBox .charity-wrapper .charity-box:last-child {
    margin-right: 0;
  }
  #pills-tabContent #pills-profile .tabContentBody, #pills-tabContent #pills-home .tabContentBody {
    padding: 20px 15px;
  }
  #pills-tabContent #pills-profile .tabContentBody .tabContentBodyInner, #pills-tabContent #pills-home .tabContentBody .tabContentBodyInner {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .orderSummaryDeliveryMobile {
    display: block;
  }
  .orderSummaryTable .orderSummaryBody table {
    table-layout: fixed;
  }
  .orderSummaryTable .orderSummaryBody table .tr_d_none {
    display: none;
  }
  #orderTabs #pills-tab.nav-pills .nav-item,
  #orderTabs #pills-tab-branches.nav-pills .nav-item {
    width: 100%;
    margin: 0 0 15px;
  }
  #orderTabs #pills-tab.nav-pills .nav-item .nav-link,
  #orderTabs #pills-tab-branches.nav-pills .nav-item .nav-link {
    margin: auto;
    padding: 25px 8px;
    border-radius: 10px;
  }
  #cogMainContent .stepsLine .stepsCircleItem {
    width: 33.3333333333%;
  }
  .tabContentBody .reviewOrderTable thead tr th {
    font-size: 16px;
  }
  .tabContentBody .reviewOrderTable tbody tr td {
    font-size: 15px;
  }
  .tabContentBody .reviewOrderTable tbody tr td:last-of-type {
    font-size: 18px;
  }
  .tabContentBody .reviewOrderTable tbody tr:last-of-type td:first-of-type {
    font-size: 18px;
  }
  .tabContentBody .reviewOrderTable tbody tr:last-of-type td:last-of-type {
    font-size: 24px;
  }
  .deliveredToRight {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .deliveredToRight .deliveredToRightInner {
    text-align: left !important;
  }
  .deliveredToLeft {
    font-size: 16px;
  }
  .paymentMethodTabs .nav-tabs li.nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .paymentMethodTabs .nav-tabs li.nav-item a.nav-link {
    border: 1px solid rgba(112, 112, 112, 0.3) !important;
  }
  .paymentMethodTabs .nav-tabs li.nav-item a.nav-link span {
    width: 185px;
    display: inline-block;
  }
  .paymentMethodTabs .nav-tabs li.nav-item a.nav-link.active.show {
    border: 2px solid #42356c !important;
  }
  .cogOrderStep5 .tabContentBody {
    padding: 20px 15px;
  }
  .cogOrderStep5 .tabContentBody .tabContentBodyInner {
    padding: 20px 15px;
  }
  .cogOrderStep5 .tabContentBody .tabContentBodyInner.tabContentBodyInnerTransfer .transferRightDesc {
    font-size: 16px;
  }
  .cogOrderStep5 .tabContentBody .tabContentBodyInner.tabContentBodyInnerTransfer .transferRightNumber {
    font-size: 24px;
  }
  #pills-tabContent #pills-profile .tabContentBody, #pills-tabContent #pills-home .tabContentBody {
    padding: 20px 15px;
  }
  #pills-tabContent #pills-profile .tabContentBody .tabContentBodyInner, #pills-tabContent #pills-home .tabContentBody .tabContentBodyInner {
    padding: 20px 15px;
  }
  #pills-tabContent #pills-profile .tabContentBody .collectionBox .collectionBoxHeader, #pills-tabContent #pills-home .tabContentBody .collectionBox .collectionBoxHeader {
    padding: 13px 13px;
  }
  #pills-tabContent #pills-profile .tabContentBody .collectionBox .collectionBoxHeader .collectionHeaderText, #pills-tabContent #pills-home .tabContentBody .collectionBox .collectionBoxHeader .collectionHeaderText {
    width: calc(100% - 35px);
  }
  #pills-tabContent #pills-profile .tabContentBody .collectionBox .collectionBoxContent .collectionContentRight, #pills-tabContent #pills-home .tabContentBody .collectionBox .collectionBoxContent .collectionContentRight {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dadada;
    text-align: left;
  }
  #pills-tabContent #pills-profile .tabContentBody .collectionBox .collectionBoxContent .collectionContentRight .collectBtn, #pills-tabContent #pills-home .tabContentBody .collectionBox .collectionBoxContent .collectionContentRight .collectBtn {
    position: static;
  }
  .dark_gray_bg .home_delivery_foot {
    border-top: none;
    padding-bottom: 40px;
  }
  .customCard .customCardBody .add_currency_to_order_container #add_currency_to_order button[type=submit], .customCard .customCardBody .add_currency_to_order_container #add_currency_to_order_card button[type=submit] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  .customCard .customCardBody .add_currency_to_order_container .fields_container .fields .removeRow {
    top: 3%;
  }
  .collectionMapLink {
    text-align: left !important;
  }
  #personal_details.tabContentBody {
    padding: 25px 15px;
  }
  #personal_details.tabContentBody .tabContentBodyInner {
    padding: 20px 15px;
  }
  .addCurrency {
    text-align: center;
  }
}
.color-green {
  color: #188215 !important;
}

.bg-green {
  background-color: #378456 !important;
}

.bg-green-gradient {
  background-image: linear-gradient(60deg, #378456 56%, #259e41);
}

.tr_header h1.title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: -1.56px;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
}

.tr_header .desc {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: -0.86px;
  text-align: left;
  color: #000000;
  margin-bottom: 46px;
}
.tr_header .benefits_list {
  list-style: none;
  padding-left: 0;
}
.tr_header .benefits_list > li.item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.tr_header .benefits_list > li.item > span.icon {
  flex: 0 0 53px;
  margin-right: 30px;
  text-align: center;
}
.tr_header .benefits_list > li.item > span.title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  letter-spacing: -1.01px;
  text-align: left;
  color: #000000;
}
.tr_header .benefits_list > li.item > span.title > .small-txt {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  letter-spacing: -0.62px;
  text-align: left;
  color: #000000;
  margin-top: 12px;
}

.tr_main_content .delivery-works {
  padding: 50px 0;
}
.tr_main_content .delivery-works iframe {
  height: 300px;
}
.tr_main_content .delivery-works .text {
  opacity: 0.39;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.7px;
  text-align: left;
  color: #000000;
}
.tr_main_content .delivery-works .caption {
  opacity: 0.39;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.03;
  letter-spacing: -2.24px;
  text-align: left;
  color: #000000;
  margin-bottom: 50px;
}
.tr_main_content .delivery-works .gray-box {
  max-width: 555px;
  min-height: 293px;
  box-shadow: -8px 14px 24px 0 rgba(0, 0, 0, 0.16);
  background-color: #ededed;
  margin: 0 auto;
  position: relative;
}
.tr_main_content .delivery-works .gray-box .purple-box {
  width: 350px;
  min-height: 325px;
  position: absolute;
  right: 0;
  top: -16px;
  background: #3e3b89;
  background: linear-gradient(290deg, #3e3b89 30%, #813687 71%, rgba(247, 247, 247, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.tr_main_content .delivery-works .gray-box .street-rates {
  position: absolute;
  padding: 40px 90px 17px;
  width: 100%;
}
.tr_main_content .delivery-works .gray-box .street-rates > ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.tr_main_content .delivery-works .gray-box .street-rates > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
.tr_main_content .delivery-works .gray-box .street-rates > ul > li > span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.89;
  letter-spacing: -0.7px;
  text-align: left;
  color: #000000;
}
.tr_main_content .delivery-works .gray-box .street-rates > ul > li > span:last-child {
  color: #ffffff;
}
.tr_main_content .mediaCoverg .caption {
  opacity: 0.39;
  font-size: 64px;
  font-weight: bold;
  letter-spacing: -2.5px;
  text-align: center;
  color: #000;
}

#pills-home > div.border, #orderTabs > div.border {
  font-size: 18px;
  color: #42356c;
}

.point .pointNumber {
  margin-right: 36px;
  width: 77px;
  height: 77px;
  flex: 0 0 77px;
  background-color: #42356c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  font-size: 46px;
  font-weight: bold;
}
.point p {
  color: #5d5d5d;
  font-weight: 600;
}

.points-box {
  background-color: #fff;
  padding: 50px;
}

.collection_steps_list {
  list-style-type: none;
  padding-left: 0;
}
.collection_steps_list > li {
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .collection_steps_list > li {
    flex-direction: column;
  }
}
.collection_steps_list > li .step_info {
  display: flex;
  width: 51%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .collection_steps_list > li .step_info {
    width: 100%;
    margin-bottom: 20px;
  }
}
.collection_steps_list > li .step_info .step_number {
  display: flex;
  justify-content: center;
  flex: 0 0 77px;
  align-items: center;
  width: 77px;
  height: 77px;
  background-color: #42356c;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #fff;
  margin-right: 36px;
  border-radius: 50%;
}
.collection_steps_list > li .step_info .content_text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.collection_steps_list > li .step_info .content_text .collect_phone_nuber {
  margin: 20px auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  display: block;
  color: #378456;
  padding: 5px 10px;
  border-radius: 10px;
  border: solid 1px #378456;
  text-align: center;
}
.collection_steps_list > li .step_info .content_text .collect_phone_nuber:hover {
  text-decoration: none;
}
.collection_steps_list > li .step_img {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .collection_steps_list > li .step_img {
    width: 100%;
  }
}
.collection_steps_list > li .step_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.outlined {
  position: relative;
  margin-bottom: 12px;
}
.outlined input {
  border: 1px solid #d5d5d5 !important;
  transition: 0.5s !important;
  outline: none !important;
  padding: 14.5px 15px 14.5px 15px !important;
  border-radius: 4px !important;
  color: #262626;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}
.outlined label {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.27;
  color: #b3b3b3;
  pointer-events: none;
}

table.completePageTable {
  font-family: Montserrat, sans-serif;
}
table.completePageTable tr:hover td {
  background-color: transparent;
}
table.completePageTable thead tr th {
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #42356c;
}
table.completePageTable thead tr th:first-of-type {
  padding-left: 0;
  font-weight: bold;
}
table.completePageTable thead tr th:last-of-type {
  padding-right: 0;
  text-align: right;
}
table.completePageTable tbody tr.trBorderBottom {
  border-bottom: 1px solid #d4d4d4;
}
table.completePageTable tbody tr:last-of-type td:first-of-type {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #42356c !important;
}
table.completePageTable tbody tr td {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
table.completePageTable tbody tr td:first-of-type {
  padding-left: 0;
}
table.completePageTable tbody tr td:last-of-type {
  font-size: 24px;
  padding-right: 0;
  text-align: right;
  font-weight: bold;
}
table.completePageTable tbody tr td:not(.darkText) {
  color: #42356c !important;
}

.page_caption {
  font-size: 26px;
  letter-spacing: 3.82px;
}

@media only screen and (min-width: 768px) {
  .w-md-75 {
    width: 75%;
  }
  .w-md-49 {
    width: 49%;
  }
  .w-md-50,
  .w-sm-50 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .points-box {
    padding: 20px;
  }
  .point .pointNumber {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    font-size: 36px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 430px) {
  .point .pointNumber {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    font-size: 20px;
    margin-right: 15px;
  }
}
.outlined.col-sm-6 label {
  padding: 0 12px !important;
}

.paymentMethodTabs .nav-tabs {
  padding-top: 30px;
}

.nav-item.pay_by_payvyne_item {
  position: relative;
}
.nav-item.pay_by_payvyne_item .nav-link {
  position: relative;
  z-index: 2;
}
.nav-item.pay_by_payvyne_item .top-card-box {
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, #CA1072, #F5A21A);
  border-radius: 19px;
  text-align: center;
  padding: 10px;
  z-index: 1;
}
.nav-item.pay_by_payvyne_item .top-card-box p {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 575px) {
  .paymentMethodTabs .nav-tabs .pay_by_payvyne_item {
    margin-top: 44px;
  }
}
.tab-content.paymentMethodTabsContent-new .tab-pane {
  display: block;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .tab-content.paymentMethodTabsContent-new .tab-pane {
    order: 2;
  }
}
@media screen and (max-width: 575px) {
  .tab-content.paymentMethodTabsContent-new .tab-pane.active {
    order: 1;
  }
}
.tab-content.paymentMethodTabsContent-new .tab-pane.active .paymentContentBox {
  background-color: #9eefe6;
}
.tab-content.paymentMethodTabsContent-new .tab-pane.active .paymentBox-main-content::after {
  background-image: url("../images/payment-methods/tick_teal.png");
}
.tab-content.paymentMethodTabsContent-new .tab-pane.active .form-box {
  display: flex;
}

.tab-content.paymentMethodTabsContent-new {
  display: flex;
  align-items: stretch;
  gap: 20px;
  position: relative;
  padding-bottom: 250px;
  overflow-x: auto;
}
.tab-content.paymentMethodTabsContent-new .tab-pane {
  flex: 1;
  min-height: 100%;
  height: auto;
}
.tab-content.paymentMethodTabsContent-new .tab-pane .form-box {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding-top: 30px;
  align-items: center;
  justify-content: center;
  display: none;
}
.tab-content.paymentMethodTabsContent-new .tab-pane .tabsDeliveryBoxLeft {
  max-width: 200px;
  width: 100%;
}
.tab-content.paymentMethodTabsContent-new .tab-pane .tabsDeliveryBoxLeft .cogGreenBtn {
  min-width: 100%;
}
.tab-content.paymentMethodTabsContent-new #debit_card.tab-pane .title-box .icon::after {
  background-image: url("../images/payment-methods/bank_icon_hover.svg");
}
.tab-content.paymentMethodTabsContent-new .paymentBox {
  min-width: 214px;
  height: 100%;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .paymentContentBox {
  background-color: #cbd6f4;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 21px 10px;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .title-box .title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #2f057b;
  margin-bottom: 0;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .title-box .icon {
  display: inline-block;
  position: relative;
  min-height: 30px;
  min-width: 30px;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .title-box .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 80px;
  background-repeat: no-repeat;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .powered {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px;
  margin-bottom: 10px;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .powered p {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #2f057b;
  margin-bottom: 0;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .paymentBox-main-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 385px;
  padding: 0 18px;
  border: 2px solid transparent;
  border-top: none;
  border-radius: 0 0 19px 19px;
  position: relative;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .paymentBox-main-content .info-list {
  list-style-type: none;
  padding: 0;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .paymentBox-main-content .info-list li {
  display: flex;
  align-items: flex-start;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .paymentBox-main-content .info-list li span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #2f057b;
  margin-bottom: 0;
  padding-right: 14px;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .paymentBox-main-content .info-list li p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #2f057b;
  margin-bottom: 0;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .paymentBox-main-content .info-list li:not(:last-child) {
  margin-bottom: 18px;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .paymentBox-main-content::after {
  content: "";
  position: absolute;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center 60%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .bottom-box {
  display: block;
  width: 100%;
  margin-bottom: 22px;
  text-align: center;
  bottom: 0;
}
.tab-content.paymentMethodTabsContent-new .paymentBox .bottom-box strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #2f057b;
  margin-bottom: 0;
}

.check-email-box .check-email-box__title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  color: #2f057b;
}
.check-email-box .forgot-link {
  font-size: 16px;
  line-height: 1.1;
  color: #2f057b;
  text-decoration: underline;
  font-weight: 400;
}
.check-email-box .info-box {
  margin-bottom: 20px;
}
.check-email-box .info-box .info {
  color: #2F057B;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
}
.check-email-box .info-box .info a {
  text-decoration: underline;
  color: #2F057B;
}
.check-email-box .info-box strong {
  font-weight: bold;
}
.check-email-box .formfield-box {
  max-width: 600px;
  margin: 50px auto 60px;
}
.check-email-box .formfield-box .form-group {
  margin-bottom: 40px;
}
.check-email-box .formfield-box .email-field {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 11px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #000000;
  height: 40px;
  border: 1px solid #CBD6F4;
}
.check-email-box .steps-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .check-email-box .steps-buttons {
    flex-direction: column;
  }
}
.check-email-box .steps-buttons .button {
  background-image: linear-gradient(72deg, #3e3b89 60%, #813687);
  border: 0;
  outline: none;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  height: 50px;
  line-height: 1.2;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding: 4px 16px;
  min-width: 240px;
}
.check-email-box .steps-buttons .button.leftbtn {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .check-email-box .steps-buttons .button.leftbtn {
    margin-left: auto;
    margin-bottom: 14px;
  }
}
.check-email-box .steps-buttons .button.rightbtn {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .check-email-box .steps-buttons .button.rightbtn {
    margin-right: auto;
  }
}
.check-email-box .steps-buttons .button.centerbtn {
  margin-left: auto;
  margin-right: auto;
}

.business-form p.label-text {
  margin-bottom: 9px !important;
}
.business-form p.shareholders-info {
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 500;
}
.business-form label:not(.agreement-label) {
  font-size: 15px;
  top: 15px;
  color: rgb(179, 179, 179);
  padding: 0;
  transition: all 0.2s ease 0s;
  background-color: rgb(255, 255, 255);
  line-height: 1.27;
}
.business-form label.business-textarea-label {
  font-size: 11px;
  top: -9px;
  color: rgb(62, 59, 137);
  padding: 3px;
  transition: 0.2s;
}
.business-form label.agreement-label {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  display: inline;
}
.business-form input[type=checkbox] {
  display: inline;
}
.business-form input[type=checkbox]:checked + label:after, .business-form input[type=checkbox]:checked + label:after {
  content: "";
}
.business-form .form-group.error-input input {
  border-color: #d27171 !important;
}
.business-form .form-group.error-input textarea {
  border-color: #d27171 !important;
}
.business-form .form-group.error-input p {
  color: #d27171 !important;
  margin-bottom: 10px;
}
.business-form .form-group.error-input label {
  color: #d27171 !important;
}
.business-form .shareholders-block {
  margin-bottom: 20px;
  border-radius: 6px;
  border-color: #d5d5d5;
}
.business-form .shareholders-block legend {
  font-size: 17px;
  font-weight: 500;
  max-width: 125px;
  padding-left: 10px;
}
.business-form .bolder-text {
  font-weight: 500;
}
.business-form .info-note {
  text-decoration: underline;
}
.business-form .info {
  margin-bottom: 30px;
}

.check-email-box .steps-buttons a {
  cursor: pointer;
  padding-top: 10px !important;
}
.check-email-box .steps-buttons a:hover {
  color: rgb(179, 179, 179);
}
.check-email-box .formfield-box .agreements .form-group {
  margin-bottom: 20px;
}

.label-text {
  color: #2F057B;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.alert {
  padding-right: 40px;
}
.alert .icon-box {
  position: absolute;
  right: 12px;
}

.set-password-box .outlined.check-password {
  margin-bottom: 0;
}
.set-password-box .check-password-progress {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: transparent;
  transition: width 0.6s ease;
}
@media screen and (max-width: 768px) {
  .set-password-box .info-box {
    display: none;
  }
}
.set-password-box .info-box .info-box__title {
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.set-password-box .info-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.set-password-box .info-box ul li {
  display: block;
  padding-left: 15px;
  font-size: 13px;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
}
.set-password-box .info-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #333333;
  border-radius: 50%;
  top: 10px;
}
