.customer-order,
.customer-pay,
.customer-info {
    padding: 16px;
    margin-top: 16px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0.5rem !important;
}
.small {
    color: #333;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
}
.fixed-right-img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    margin-bottom: 10px;
    height: 150px;
    object-position: center
}
.small-svg {
    width: 16px !important;
    margin-top: -8px !important;
    height: 16px !important;
    margin-bottom: 0px !important;
}
.right-summary {
    color: #444;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 300;
    margin-top: 0;
    position: absolute;
    line-height: 24px
}
.disp-block {
    display: block !important
}
.disp-inline-block {
    display: inline-block !important
}
.display-table {
    display: table;
    width: 100%
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle
}
.width-100 {
    width: 100%
}
.summary-block {
    display: flex;
    border-top: .5px solid #dfdfdf;
    margin-top: 10px;
    padding: 16px 0 6px
}
.align-items-center {
    -moz-box-align: center;
    align-items: center
}
.justify-content-between {
    -moz-box-pack: justify;
    justify-content: space-between
}
.summary-h5 {
    font-size: 14px;
    font-weight: 300;
    color: #444;
    margin-bottom: 0;
}
.font-dark {
    font-size: 18px;
    color: #333333;
    font-weight: 600
}
span {
    cursor: pointer
}
.minus-adult,
.plus-adult {
    width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 100%;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    border: 1px solid #333;
}

.inputNumber {
    height: 34px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border: 0 solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.inputNumber:focus,
.inputNumber:active,
.inputNumber:hover {
    outline: 0;
}

.h3-head {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 16px;
    margin-top: 0
}

.font-h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333333
}

.width-50 {
    width: 50%
}

.width-35 {
    width: 35%
}

.width-15 {
    width: 15%
}

.back {
    position: relative;
    display: inline-block;
    width: 75px
}

.back img {
    height: 26.5px;
    width: 26.5px
}

.back:after {
    font-size: 16px;
    content: "Back";
    padding-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    line-height: 26.5px;
    color: #000;
}

.mb-0 {
    margin-bottom: 0
}

.chk-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #444;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-top: 16px;
    display: block;
}

.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #333;
}

.chk-container:hover input~.checkmark {
    background-color: #fff
}

.chk-container input:checked~.checkmark {
    background-color: #000
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.chk-container input:checked~.checkmark:after {
    display: block
}

.chk-container .checkmark:after {
    left: 8.5px;
    top: 2.5px;
    width: 7px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 24px;
    line-height: 18px;
  }
  
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #333;
    border-radius: 50%;
  }
  
  .radio-container input:checked ~ .radio-checkmark {
    background-color: #000;
  }
  
  .radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .radio-container input:checked ~ .radio-checkmark:after {
    display: block;
  }
  
  .radio-container .radio-checkmark:after {
       top: 5px;
      left: 5px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

  .radio-container input:disabled ~ .radio-checkmark{
    background: #f3f3f3;
    border: 3px solid #f3f3f3;
  } .radio-container input:disabled ~ .radio-checkmark::after{
    background: #f3f3f3;
  }
  .disabled-opacity{
    opacity: .5;
  }

.text-center {
    text-align: center;
}

.data-not-available {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
}

.font-18 {
    font-size: 18px;
}

.back-div {
    display: block;
    margin-bottom: 24px;
}

.summary,
.summary p {
    font-size: 16px;
    color: #444;
    margin: 8px 0;
    line-height: 1.4;
    text-align: justify;
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control {
    font-size: 15px !important;
    font-weight: 400;
    color: #333333 !important;
}

.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400 !important;
}

.select2-container--default .select2-selection--single {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.availability-note {
    font-size: 12px;
    color: red;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -18px;
}

.position-relative {
    position: relative;
}

.transfer-charge-div {
    display: none;
}

.input-group {
    width: 100%;
}

.input-group-prepend {
    display: table-cell;
    width: 150px;
}

.float-none {
    float: none !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e2e2e2 !important;
}

.input-group-prepend .select2-container--default .select2-selection--single {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px solid !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0 !important;
} 
.text-link {
    color: blue;
}

.modal-title,
.text-dark {
    color: #333333;
}

.modal {
    z-index: 9999 !important;
}

.modal-content {
    width: auto !important;
}

.modal-dialog {
    height: 90vh;
    overflow: scroll;
    position: fixed !important;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
}

.modal-header {
    padding: 16px !important;
}

.special-note-input {
    margin-top: 15px;
}

.special-note-label .checkmark {
    top: -3px;
}

.pl-0 {
    padding-left: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 300 !important;
    color: #929292;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px !important;
}

.modal-body {
    font-size: 14px;
}
.modal-policy{
    margin: 32px 0px 18px;
}
.modal-policy p, .modal-policy li{
    color: #444;
    font-size: 14px;
    line-height: 24px;
}
.modal-policy ul{
    margin-top: 8px;
}
.modal-policy li{
    margin-bottom: 8px;
}
.modal-policy h4{
    font-size: 16px;
}
.modal-policy b{
    font-weight: 500;
}
.modal-policy h4 b{
    font-weight: 800 !important;
}
.modal-title {
    font-size: 18px;
    color: #333 !important;
    font-weight: 800;
}

@media (max-width:768px) {
    .summary{
        display: none;
    }
    .resp-hide{
        display: none;
    }

    .display-table{
        display: block;
    }
    .display-table-cell{
        display: inline-block;
    }
    .width-50 {
        width: 100%;
    }
    .width-35 {
        width: 50%;
        text-align: left !important;
        margin-top: 12px;
      }
      .width-15 {
        width: 48%;
        text-align: right !important;
        margin-top: 12px;
        font-size: 18px;
      }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100%!important;
    max-width: 100%
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 39.8px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 12px;
    padding-left: 20px
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 99999
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 10px 10px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 1px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}

.select2-search--dropdown {
    display: block;
    padding: 8px
}

.select2-search--dropdown .select2-search__field {
    padding: 6px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    border: 1px solid #aeaeae;
    height: 39.8px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
    line-height: 39.8px;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    cursor: pointer !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 0;
    padding-right: 0
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39.8px;
    position: absolute;
    top: 0;
    right: 15px;
    width: 20px;
    cursor: pointer !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #aeaeae transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f8f8f8;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #D2D2D2
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #a2a2a2
}

.select2-container--default .select2-results__option--selected {
    background-color: #333333!important;
    color: #fff!important
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #333333;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #a2a2a2
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #D2D2D2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #D2D2D2;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #D2D2D2;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    border: 1px solid #f3f3f3 !important;
}


/*MODAL POPUP STYLES*/

.modal * {
    float: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    float: right;
    opacity: .75;
}

.close:hover,
.close:focus {
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 25px 16px;
    background-color: #f8f8f8;
    color: white;
    position: relative;
}

.modal-body {
    padding: 2px 16px;
}

.c-modal__body iframe {
    width: 100%;
    min-height: 75vh;
}

ul.no_bullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

ul.no_bullet li {
    padding-left: 30px;
    margin-left: 10px;
    background-size: 12px;
    background-position: 0 5px;
    background: url('../img/eye-filled.svg') no-repeat;
}


/*MODAL POPUP STYLES*/


/*CUSTOM INPUT  NUMBER STYLES*/

.plusHome,
.minusHome {
    width: 25%;
    height: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: 1px solid #aeaeae;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 0;
    line-height: 41px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

.plusHome {
    margin-left: -5px;
    border-radius: 0px 5px 5px 0px;
    right: 0;
}

.minusHome {
    margin-right: -5px;
    border-radius: 5px 0px 0px 5px;
    left: 0;
}

.custom-plus-minus {
    z-index: 999;
    position: relative;
}

.custom-plus-minus input {
    display: inline-block;
    width: 50%;
    border-radius: 0px;
    text-align: center;
    background: white !important;
    margin: 0 25%;
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    height: 39.8px;
    border-left: 0px;
    border-right: 0px;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

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

input[type=number] {
    -moz-appearance: textfield;
}

.custom-plus-minus::-moz-selection,
span::-moz-selection {
    color: transparent !important;
    background: transparent !important;
    color: #757575 !important;
}

.custom-plus-minus::selection,
span::-moz-selection {
    color: transparent !important;
    background: transparent !important;
    color: #757575 !important;
}
/*CUSTOM INPUT  NUMBER STYLES*/

.pad-r-8px {
    padding-right: 8px !important;
}

.pad-l-8px {
    padding-left: 8px !important;
}
.radio-msg {
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 200;
    opacity: 0;
    visibility: hidden;
    line-height: 18px;
    font-style: italic;
}

.radio-msg-show {
    opacity: 1;
    visibility: visible;
}
.edit-pkg {
  position: relative;
  font-weight: 700;
  margin-left:8px;
}.edit-pkg a {
  font-size: 12px;
  color: #c32032;
  text-decoration: underline;
}



.checkbox-container {
    display: block;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 18px;
    width: 18px
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 18px;
    width: 18px;
    background-color: var(--white);
    border: 1px solid var(--primary);
    border-radius: 4px
}

.checkbox-container:hover input~.checkbox-checkmark {
    border: 1px solid var(--dark)
}

.checkbox-container input:checked~.checkbox-checkmark {
    background-color: var(--dark)
}

.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-container input:checked~.checkbox-checkmark:after {
    display: block
}

.checkbox-container .checkbox-checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.full-width-chk-box {
width: 100%;
  padding-left: 25px;
  line-height: 25px;
  margin-top: -6px;
  margin-bottom: 12px;
  font-size: 14px;
}
@media (max-width: 768px) {
    .pad-r-8px{
        padding-right: 16px !important;
    }
    .pad-l-8px{
        padding-left: 16px !important;
    }
    .input-group-prepend {
        width: 125px !important;
    }
    .resp-col-1{width: 30%;}
    .resp-col-2 {
        width: 70%;
        padding-left: 8px !important;
    }
}