:root {
    --blue: #1C5350;
    --primaryColor: #1C5350;
    --bgColor-dark: #f9f9f9;
    --orangeColor: #e5703c;
    --bg-light-yellow: #FFE194;
}

.form-wizard h1 {
    font-size: 28px;
  }
  .text-blue {
      color: var(--blue);
  }


  .form-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.custom {
    position: relative;
}

.full-width-input {
    width: 100%;
    flex: none!important;
    max-width: unset!important;
    margin-bottom: 15px!important;
}
.return_initiate_modal .form-group {
    position: relative;
 }
.return_initiate_modal .form-group .nice-label {
    position: absolute;
    left: 12px;
    top: 16px;
    color: #686b79;
    font-weight: var(--font-regular);
    font-size: 13px;
    transition: all .1s ease-in-out;
}

.return_initiate_modal .focused label.nice-label {
    top: -0.94em;
    color: #767676;
    font-size: 12px;
    background: #fff;
    padding: 2px 4px;
    z-index: 2;
}

.return_initiate_modal .form-group.focused .form-control:focus, .return_initiate_modal .form-group .form-control:focus {
    border-bottom: 2px solid #585858!important;
   }
  
  .form-wizard h2 {
    font-size: 17px;
  }
  
  .form-wizard h3 {
    font-size: 18.2px;
  }
  .err-msg-inline{
    display: none;
    font-size: 15px;
    font-weight: var(--font-semibold);
    padding-top: 15px;
    margin-bottom: 0;
    color: #f23333;
}

div.close_cross {
    box-shadow: none;
    background: none;
}

.return_initiate_modal div.close_cross {
    line-height: 30px;
}

.add-body p.line-height-base{
    margin-bottom: 0;
}
.shipping-body .add-body {
    display: grid;
    grid-template-columns: 4% 96%;
}

.steps .mobile-header{
    background: linear-gradient(270.12deg, #555555 -4.53%, #3D3D3D 102.97%);
    color: #fff;
    font-size: 14px;
    text-align: unset;
    padding: 13px 13px 0;
    height: 45px;
    font-weight: var(--font-bold);
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 18px;
    letter-spacing: .75px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.return_initiate_modal .shipping-header .btn span {
    display: none;
}

.bg-light-yellow {
    background: var(--bg-light-yellow) !important;
}

.bg-product {
    border: 1px solid #dee2e6;
}

.bg-light-grey {
    background: #FAFAFA !important;
}
.address-title {
    display: none;
}

.return_initiate_modal sup{
    font-size: 17px;
    line-height: 0;
    top: 0!important;
    vertical-align: baseline;
    color: #f23333;
}
  
 .form-wizard .btn {
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    font-size: 15px;
    min-width: 150px;
    outline: none;
    font-weight: var(--font-bold);
    margin-top: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -otransition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .form-wizard .btn-primary {
    background: #1C5350;
    color: #fff;
    font-weight: var(--font-bold);
    border-radius: 4px;
    border-radius: 4px;
    width: auto!important;
    margin: 15px 6px 0!important;
  }
  .form-wizard .btn-primary:hover, .form-wizard .btn-primary:focus {
    box-shadow: 1px 1px 9px rgb(0 0 0 / 10%);
  }
  
 .form-wizard .btn-default {
    background: #666666;
    color: #fff;
  }
  
  .form-wizard input[type=text],
 .form-wizard input[type=email],
 .form-wizard input[type=tel],
 .form-wizard input[type=password],
 .form-wizard textarea,
.form-wizard select {
    width: 100%;
    display: block;
    padding: 12px 15px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
  }
  
 .form-wizard .mar-b-0 {
    margin-bottom: 0 !important;
  }
  
 .form-wizard a {
    color: #1754d1;
  }
 .form-wizard a:hover {
    color: #e5703c;
  }
  
 .form-wizard html {
    overflow-x: hidden;
  }
  
  .form-wizard {
    position: relative;
    /* display: table; */
    margin: 0 auto;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
 .steps {
    padding: 15px 0;
    overflow: hidden;
    position: relative;
  }
 .steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
 .steps ul li {
    float: left;
    color: #8b90a0;;
    padding: 0 15px;
    position: relative;
    text-align: center;
    width: 33.3%;
    font-size: 13px;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
  }
.steps ul li.active {
    color: #262626;
  }
.steps ul li.active span {
    background: #fff;
    border-color: #d3d4d8;
    color: #000;
  }
 .steps ul li.active::after {
    width: 100%;
  }
  .steps ul li::before, .steps ul li::after {
    content: "";
    position: absolute;
    left: -50%;
    top: 14px;
    width: 100%;
    height: 2px;
    background: #d3d4d8;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -otransform: translateY(-50%);
    transform: translateY(-50%);
  }
 .steps ul li::after {
    width: 0;
  }
 .steps ul li span {
    display: block;
    margin: 0 auto 3.5px;
    border: 1px solid #eaeaea;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: #8B90A0;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    border-radius: 50%;
  }
 .steps ul li:first-child::before, .steps ul li:first-child::after {
    display: none;
  }
  
 .form-wizard .form-container {
    clear: both;
    display: none;
    left: 100%;
    background: #fff;
    padding: 30px;
    padding-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -oborder-radius: 4px;
    border-radius: 4px;
  }
  .form-wizard .form-container.form_review [name=add-radio], .form-wizard .form-container.form_review .badge {
    display: none;
  }
  .form-wizard .form-container .add-name {
    font-weight: 500!important;
  }
 .form-wizard .form-container.active {
    display: block;
  }
  
 .form-wizard .form-title {
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #000;
  }
.d-flex {
    display: -webkit-box!important;
    display: flex!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    align-items: center!important;
}
.mb-4, .my-4 {
    margin-bottom: 1rem!important;
}
.text-black {
    color: #000!important;
}

.font-size-base {
    font-size: 1rem!important;
}
.font-weight-bolder {
    font-weight: 600!important;
}
.btn-outline-border {
    background-color: #fff;
    border:1px solid #1C5350!important;
    color: #111;
}
.shipping-body {
    overflow: auto;
    height: 23em;
    clear: both;
    transition: all .3s ease;
}
.pt-4, .py-4 {
    padding-top: 1rem!important;
}

.p-0 {
    padding: 0!important;
}
.m-0 {
    margin: 0!important;
}
.w-100 {
    width: 100%!important;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    justify-content: space-between!important;
}
.flex-wrap {
    flex-wrap: wrap!important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.add-card-wrap li.add-group-item.active {
    border: 1px solid #388e3c;
    background: #fff;
}
.add-card-wrap li.add-group-item {
    border: 1px solid #f0f1f3;
    transition: all .3s ease;
    background: #fff;
}
.add-card-wrap li {
    background: #fafafc;
    width: 100%;
    list-style: none;
    cursor: pointer;
}
.add-card-wrap li label {
    cursor: pointer;
    padding: 10px;
}
.add-card-wrap li input[type=radio] {
    position: relative;
    top: 13px;
    left: 8px;
    width: 1.2em;
    height: 1.2em;
    margin: 0;
}
.pl-8, .px-8 {
    padding-left: 2.5rem!important;
}
.pl-4, .px-4 {
    padding-left: 1rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1rem!important;
}
.pr-4, .px-4 {
    padding-right: 1rem!important;
}
.pt-4, .py-4 {
    padding-top: 1rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1rem!important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem!important;
}
.position-relative {
    position: relative!important;
}

.item_type {
    background: 0 0!important;
    border: 1px solid #e5703c;
    outline: 0;
    margin-left: 7px;
    position: relative;
    top: -4px;
}

.text-orange {
    color: var(--orange)!important;
}
[class*=btn-outline] {
    color: #E94D37!important;
}

.text-orange.btn-outline{
    color:  var(--orange)!important;
}

.badge {
    letter-spacing: .02em;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.badge-primary {
    color: #fff;
    background-color: #ff6f61;
}
.badge {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: .6875em;
    font-weight: var(--font-semibold);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-primary {
    color: #fff;
    background-color: #E94D37;
}
.btn-delete-address, .btn-edit {
    position: absolute;
    right: 0;
    top: 31px;
    z-index: 2;
}
.frm-add-address-wrap{
    display: none;
    overflow: auto;
    height: 415px;
    max-height: 23em;
    overflow-x: hidden;
    clear: both;
}

.return_initiate_modal input[type=checkbox]{
    margin: 3px;
    /* width: 20px; */
    transform: scale(1.3);
}
.return_initiate_modal .order_tp_wrap , .return_initiate_modal .order_btm_wrap{
    display: none;
}
.form-check-label{
    padding-left: 25px;
}

.return_initiate_modal .detail_order_review {
    max-height: 17em;
    overflow-y: auto;
}

.form-wizard .btn-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1279px) {
    .form-wizard h2 {
        font-size: 15px;
    }  

}

@media only screen and (max-width: 1367px)  {
    .reason_list {
        height: 21.5em;
    } 
    .shipping-body , .frm-add-address-wrap{
        height: 17.5em; 
        overflow-x: hidden;
    }
    .return_initiate_modal .detail_order_review {
        max-height: 15em;
        overflow-y: auto;
    }
}

@media only screen and (min-width: 1680px)  { 
    .shipping-body, .frm-add-address-wrap {
        height: 36em;
        max-height: unset;
    }
}

@media only screen and (max-width: 900px)  { 
    .form-wizard .form-container{
        padding: 8px;
    }

    .return_initiate_modal .form-group .nice-label{
        top: 7px;
    }

    div.close_cross  svg path {
        fill: #fff;
    }

    .return_initiate_modal .order_tp_wrap{
        display: initial;
    }

    .form-wizard .thank-three-col {
        font-size: 1.2rem;
    }

    .form-wizard .thank-three-col ul {
        margin-bottom: 46px;
    }

    .form-wizard input[type=text] {
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #e1e1e1;
    }

    .thank-three-col h5 {
        font-size: 1.3rem!important;
        margin-bottom: 0;
    }
    .form-wizard .btn-primary, .form-wizard .btn-default{
        margin: 0!important;
        min-height: 48px;
        border-radius: 0;
    }
    .grid--btn-50 {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .form-container .reason_list{
        overflow-y: auto;
        height: 45vh;
        margin-bottom: 55px;
        clear: both;
    }
    .return_initiate_modal div.close_cross{
        top: 6px;
    }
    .form-container .shipping-body {
        height: 69vh;
    }
    .form-wizard .btn-wrap {
        width: 100%;
        padding-bottom: 0;
    }
    .active-reason  {
        overflow-y: hidden;
    }
    .return_initiate_modal .orderdet_mid_wrap {
        border-top: 1px solid #efefef;
        padding: 10px;
    }
    .return_initiate_modal .orderdet_mid_wrap:first-child{
        border: 0;
    }

    .frm-add-address-wrap {
        height: 64vh;
        padding-top: 20px!important;
        max-height: unset;
    }
    .frm-add-address-wrap label, .accDetails label {
        margin-bottom: 2px;
        font-weight: var(--font-semibold);
        font-size: 11px;
        color: #585858;
    }
    .form-control[hidden]{
        display: none;
    }

    .list_reason label {
        font-size: 12px;
    }
    .steps {
        padding: 0;
    }
    span.reason_head {
        margin-top: 0;
        display: none;
    }
    .form-check-label {
        font-weight: normal;
        padding-left: 0;
    }
    .add-card-wrap li label{
        padding-left: 15px!important;
    }
   .add-body p.line-height-base  {
        font-size: 1.1rem;
        border-radius: 4px;
        color: #505565;
        font-weight: 300;
    }
   .preview-address .add-body p.line-height-base {
    padding-left: 0;
   }
   .steps ul li{
       font-size: 11px;
   }
    .steps ul li span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }
    .steps ul li::before, .steps ul li::after {
        top: 12px;
    }
    .reason_list li, .reason_list_two, .accDetails{
        padding: 5px 10px;
    }
    .form-wizard .form-container .add-name {
        font-size: 1.2rem!important;
    }
    .shipping-title, .address-title {
        display: none!important;
    }
    .return_initiate_modal .orderdet_review_wrap {
        display: none;
    }
    .saved-address-wrap {
    padding-left: 0!important;
    }
    .thanks-feedback-wrap {
     display: block!important;
     padding: 12px;
    }
    .delivered-address.d-flex, ul.direction-column li div  {
    display: block!important;
    }
    .add-card-wrap li.add-group-item {
        margin: 0 5px 5px;
    }
    .return_initiate_modal .accDetails {
        display: block;
        border-bottom: 0;
    }
    .return_initiate_modal .detail_order_review {
        max-height: unset;
        height: 16em;
    }
    .form-wizard .form-title{
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 14.5px;
        line-height: 19px;
    }
    .save-addr-btn-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 8px;
    }
    .form-wizard .form_review .form-title{
    display: block;
    }
    .form-wizard .product-name, .product-price{
        font-size: 13px;
    }

    .return_initiate_modal .shipping-header {
        display: block!important;
    }

    .return_initiate_modal .badge {
        float: right;
        color: #e5703c!important;
    }
    .return_initiate_modal .shipping-header .btn {
        width: auto;
        float: right;
        padding: 0;
        border: 0!important;
        clear: both;
        padding-right: 5px;
        box-shadow: none;
        margin-top: 0px;
        position: relative;
        top: 1px;
        font-weight: normal;
        text-align: right;
        font-size: 13px;
    }
    .return_initiate_modal .shipping-header .btn span {
    display: inline-block;
    }
    .thank-you-group .row {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .thank-you-group .col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .thank-you-group .col {
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    }

@media only screen and (max-width: 600px)  { 
    .form-wizard .btn.full-w-btn {
        border-radius: 0;
        width: 100%!important;
        min-height: 48px;
        margin: 0!important;
    }
}


