:root {
  --common_font: "Poppins", serif, Arial;
}
body {
  line-height: 1.428571429;
  font-size: 13px;
}
input[type="submit"] {
  cursor: pointer;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  outline: none;
}
._MB0_ {
  margin-bottom: 0 !important;
}
.GRAYBG {
  background-color: #edf1f4;
  border-bottom: 1px solid #e0e0e0;
}
.general-form-new {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .general-form-new .form-column {
      width: 33.33%;
      padding: 0 8px;
      margin: 0 0 15px 0;
      position: relative;
  }
  .general-form-new .form-column.country-code #customer_info_vPhoneCode {
    width: 100px;
    position: absolute;
    left: 8px;
    top: 19px;
}
.general-form-new .form-column.country-code #customer_info_vPhone {
    width: 100%;
    padding-left: 115px;
}
  .general-form-new .form-column-full {
      padding: 0 8px;
      width: 100%;
  }
  .general-form-new.add-new-card-data .form-column-full {
    padding: 0;
}
  ::-webkit-input-placeholder { /* Edge */
    color: #777 !important;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777 !important;
  }
  ::placeholder {
    color: #777 !important;
  }
  .general-form-new .form-column input,.general-form-new .form-column select,.general-form-new .form-column-full select {
      border: 1px solid #d4d4d4;
      color: #000;
      width: 100%;
      padding: 14px 10px;
      border-radius: 3px;
     outline: none;
  }
  .general-form-new .form-column select {
    min-height: 47px;
  }
  .general-form-new .form-column-full input {
    border: 1px solid #d4d4d4;
    color: #000;
    width: 100%;
    padding: 10px 10px;
    border-radius: 3px;
    -webkit-appearance: none;
    height: auto;
    box-shadow: none;
  }
  .general-form-new .form-column-full .radio-holder input {
      border: none;
  }
  .general-form-new input[type="submit"],
  .general-form-new input[type="button"],
  .general-form-new input[type="reset"],
  .general-form-new button[type="submit"],
  .form-button-block button[type="button"],
  .general-form-new button[type="reset"] {
      margin: 15px 0 0;
      padding:9px 15px 7px 15px;
      border: none;
      min-width: 172px;
      text-align: center;
      line-height: 33px;
      border-radius: 3px;
      font-size: 18px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background-color: white;
  }
  .general-form-new input[type="submit"],
  .general-form-new input[type="button"],
  .general-form-new button[type="submit"],
  .general-form-new button[type="button"] {
    background: #000;
    color: #FFFFFF;
    margin-right:10px;
  }
  .general-form-new input[type="submit"]:hover,
  .general-form-new input[type="button"]:hover,
  .general-form-new button[type="submit"]:hover,
  .form-button-block button[type="button"]:hover {
    background: #757575;
    cursor: pointer;
  }
  .general-form-new button[type="reset"].cancel-btn {
    background: #c71717;
    color: #FFFFFF;
  }
  .general-form-new button[type="reset"].cancel-btn:hover {
    background: #880e0e;
  }
  .general-form-new .form-column-full .radio-holder{
    margin: 0;
  }
  table.address-table {
    margin-bottom: 0;
  }
  .address-table td {
    color: #666;
    }
  .form-button-block {
    padding: 0 8px;
  }
  .general-form-new iframe {
    margin-top: 20px;
    border: 1px solid #ddd;
  }
  .general-form-new .form-column.quoter {
    width: 25%;
  }
  .general-form-new .form-column.quotertill {
    width: 75%;
  }
  .general-form-new .form-column.half {
    width: 50%;
  }
  .general-form-new .form-column.full-width {
    width: 100%;
    margin-bottom: 20px;
  }
  .general-form-new .form-column-full .map-page {
    width: 100%;
  }
  .general-form-new .form-column.full-width input {
    border-style: solid;
    padding: 10px 10px;
  }
  .general-form-new .form-column.full-width label {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .order-item-table .radio-combo .radio-main {
      margin-bottom: 0;
  }
  .button-block.ordered-btn {
    padding: 0 8px;
  }
  .general-form-new .form-column-full > strong {
      display: block;
      font-size: 18px;
      font-weight: 500;
      margin: 10px 0 10px 0;
  }
  .page-contant-inner.set-min-height {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .page-contant.mainof-searchpage .page-contant-inner.set-min-height {
    display: flex;
    align-items: center;
  justify-content: space-between;
    margin: 0 auto;
    float: none;
    width: auto;
    padding: 0 15px;
  max-width: 1360px !important;
  flex-wrap: wrap;
  }
  .search-banner {
    background-position: center center;
    background-size: cover;
    background: linear-gradient(180deg, #cbffe8 0%, #FFFFFE 100%);
    background: -webkit-linear-gradient(180deg, #cbffe8 0%, #FFFFFE 100%);
    padding: 70px 0;
  }
  .search-page-wrap h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  line-height: 1em;
  }
  .user_info_address .progress-indeterminate {
    position: absolute !important;
  }
  .search-page-wrap p {
  font-size: 18px;
    line-height: 26px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  }
.deliver-address {
    display: flex;
    flex-wrap: wrap;
    position:relative;
    margin-bottom: 20px;
    box-shadow: 0 0 1px 0;
}
.deliver-address.deliver-address {
  margin: 0 0 20px 0;
}
.search-page-wrap .deliver-address:before {
  display: none;
}
.search-page-wrap #DeliveryAddress .detect-loc {
    right: 10px;
    left: auto;
    width: 30px;
}
.deliver-address input[type=text]::-ms-clear{ display:none;}
.col-clear::-ms-clear{ margin: 16px 0 0 -5px!important;}
.deliver-address .user_info_input{
  width: calc(100% - 180px);
  width: -o-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: -webkit-calc(100% - 180px);
  max-width: 100%;
  position: relative;
}
.deliver-address.has-not-categories .user_info_input {
  width: 100%;
  max-width: 100%;
}
.search-page-wrap {
  max-width: 490px;
}
.order-image-holder {
  width: calc(100% - 600px);
  width: -o-calc(100% - 600px);
  width: -moz-calc(100% - 600px);
  width: -webkit-calc(100% - 600px);
  position: relative;
}
.order-image-holder::before {
  content: '';
  display: block;
  width: 90.7%;
  padding-top: 67.4%;
}
.order-image-holder img {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.deliver-address .user_info_input:before {
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../../../../assets/img/apptype/ProXJ/location.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 24px;
  pointer-events: none;
  z-index: 1;
}
[dir="rtl"] .deliver-address .user_info_input .error{
  right: 0px;
  text-align: right;
}
.deliver-address .user_info_input .error {
  color: #f00;
  font-weight: normal;
  margin: 0 0 0!important;
  text-align: left;
  position: absolute;
  font-size: 13px !important;
  left: 0;
  bottom: -20px;
}
.user_info_input input {
  padding-left: 20px;
  height: 50px;
  border-radius: 0px;
  font-size: 15px;
  width: 100%;
  border-style: solid;
  border-width: 0;
  border-color: #e0e0e0;
  outline: none;
  padding: 0 60px 0 40px;
  font-family: var(--common_font);
  background-color: #EFEFEF;
}
.deliver-address ~ button[type="submit"] {
  padding: 10px 40px;
    display: inline-block;
  font-size: 16px;
    text-transform: uppercase;
    background-color: #219201;
    outline: none;
    border: none;
    color: #fff;
    transition:all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    cursor: pointer;
    font-family: var(--common_font);
    font-weight:600;
  border-radius: 5px;
}
.deliver-address ~ button[type="submit"]:hover {
  background-color: #757575;
}
.deliver-address select {
    padding: 0 33px 0 13px;
    font-size: 15px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 0 1px 0 0;
    background-image: url(../../../../../assets/img/down-arrow_.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: tab;
    -webkit-appearance: none;
    background-color: #EFEFEF;
    outline: none;
    font-family: var(--common_font);
    width: 180px;
}
/* .col-clear {
  display: flex;
  justify-content: center;
  align-content: center;
  text-transform: capitalize;
  font-size: 15px;
  margin: 0;
  background: #fff;
  position: relative;
  border-style: solid;
  outline: none;
  border-color: #e0e0e0;
  border-width: 1px 0;
} */
.col-clear{
  position: relative;
  display: flex;
}
#DeliveryAddress .col-clear .close_ico {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 15px;
}
#DeliveryAddress .col-clear {
  width: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#DeliveryAddress .col-clear .close_ico img {
  width: 15px;
}
.flex-row {
    display: flex;
    justify-content: space-between;
}
.general-form-new .form-column.has-error .error {
  position: absolute;
  font-size: 12px;
}
.form-column.newrow.has-error {
  margin-bottom: 35px;
}
/***************************************/
.howitwork {
  background-color: #249302;
  padding: 30px 0;
}
.howitwork-inner {
  min-height: 315px;
  display: flex;
  align-items: center;
  max-width: 1234px;
  padding: 0 15px;
  margin: 0 auto;
}
.howitwork ul li {
  width: calc(25% - 30px);
  width: -o-calc(25% - 30px);
  width: -ms-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: -webkit-calc(25% - 30px);
  text-align: center;
  padding: 0 15px;
}
.howitwork ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.howitwork ul li i {
  display: inline-flex;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 0 2px #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.howitwork ul li i img {
  max-height: 56px;
}
.howitwork ul li strong {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin: 30px 0 10px 0;
}
.howitwork ul li p {
  font-size: 14px;
  font-weight: 500;
  color: #c4dabd;
  line-height: 1.428571429;
}
/***************************************/
.delivery-category {
  padding-bottom: 90px;
  display: flex;
}
.page-contant.mainof-searchpage {
  padding-bottom: 0px;
  border: none;
}
.delivery-category-data {
  width: 73.7%;
  height: 408px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.delivery-category-data:after {
  content: '';
  position: absolute;
  border-left: 80px solid transparent;
  border-top: 408px solid #fff;
  top: 0;
  right: 0;
}
.delivery-category-caption {
  position: absolute;
  width: 296px;
  min-height: 300px;
  height: 300px;
  right: 112px;
  bottom: -65px;
  background-color: rgba(0,0,0,0.85);
  color: #fff;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.delivery-category-caption .caption-data {
  display: block;
  width: 100%;
}
.delivery-category-caption:before {
  content: '';
  position: absolute;
  left: -47px;
  border-left: 47px solid transparent;
  border-top: 300px solid rgba(0,0,0,0.85);
  top: 0;
}
.delivery-category-caption:after {
  content: '';
  position: absolute;
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 300px solid rgba(0,0,0,0.85);
  top: 0;
}
.delivery-category-caption strong {
  font-size: 48px;
  color: #59dc31;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 25px;
}
.delivery-category-caption p {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  padding: 0 30px;
}
.delivery-category.reverse {
  flex-direction: row-reverse;
}
.delivery-category.reverse .delivery-category-data:after {
  content: '';
  position: absolute;
  border-right: 80px solid transparent;
  border-top: 408px solid #fff;
  top: 0;
  right: auto;
  border-left: 0px;
  left: 0;
}
.delivery-category.reverse .delivery-category-caption {
  left: 112px;
  right: auto;
}
.delivery-category.reverse .delivery-category-caption:before {
  content: '';
  top: 0;
  border-left: 50px solid transparent;
  border-bottom: 300px solid rgba(0,0,0,0.85);
  border-top: 0;
  left: -50px;
}
.delivery-category.reverse .delivery-category-caption:after {
  content: '';
  top: 0;
  border-right: 47px solid transparent;
  border-top: 300px solid rgba(0,0,0,0.85);
  border-bottom: 0;
  right: -47px;
}
table.order-item-table {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
table.order-item-table .radio-combo {
  margin: 0;
  display: flex;
  padding: 0;
}
table.order-item-table .radio-combo .radio-main {
  padding: 10px;
  border-color: #ddd;
  margin: 0;
  border-style: solid;
  border-width: 1px 0 0px 1px;
}
table.order-item-table .radio-combo label {
  padding: 10px;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 1px 0px 1px;
  width: calc(100% - 43px);
  display: inline-block;
}
/***************************************/
.cart-element {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
}
.header-right {
  display: flex;
}
[dir="rtl"] .deliver-address input {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] .deliver-address select {
  background-position: left 10px center;
  padding: 0 15px 0 40px;
  border-width: 0 0 0 1px;
}
[dir="rtl"] #DeliveryAddress .col-clear .close_ico {
  left: auto;
  right: auto;
}
[dir="rtl"] #DeliveryAddress .col-clear {
    right: -38px;
}
[dir="rtl"] .user_info_input input {
  padding: 0 40px 0 60px;
  border-width: 0 0 0 1px;
}
[dir="rtl"] .search-banner {
  background-position: center center;
  background-size: cover;
  background: -webkit-linear-gradient(180deg, #fffffe 0%, #cbffe8 100%);
}
[dir="rtl"] .deliver-address .user_info_input:before {
  right: 0;
  left: auto;
}
[dir="rtl"] .search-page-wrap #DeliveryAddress .detect-loc {
  left: 10px;
  right: auto;
  width: 30px;
}
@media (max-width:1280px) {
  .order-image-holder::before {
    padding-top: 74.4%;
    width: 100%;
}
}
  @media screen and (max-width:1279px) {
    .howitwork ul li p {
      padding: 0;
    }
    .howitwork ul li i {
      width: 80px;
      height: 80px;
    }
    .howitwork ul li i img {
      max-height: 40px;
    }
  }
  @media screen and (max-width:991px) {
    .general-form-new .form-column {
      width: 50%;
      padding: 0 8px;
      margin: 0 0 15px 0;
    }
    .howitwork {
      padding-bottom: 5px;
    }
    .howitwork ul li {
      width: calc(50% - 30px);
      width: -o-calc(50% - 30px);
      width: -ms-calc(50% - 30px);
      width: -moz-calc(50% - 30px);
      width: -webkit-calc(50% - 30px);
      margin-bottom: 25px;
    }
    .delivery-category-caption strong {
      font-size: 38px;
      line-height: 35px;
    }
    .delivery-category-caption {
      width: 276px;
    }
    .delivery-category-data {
      width: 95%;
    }
    .page-contant.mainof-searchpage .page-contant-inner.set-min-height {
      height: auto;
      justify-content: center;
    }
    .delivery-category-caption {
      height: auto;
    }
    .search-page-wrap {
        max-width: 100%;
  }
    .order-image-holder {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}
  @media screen and (max-width:767px) {
    .search-banner {
      padding: 40px 0;
    }
    .deliver-address .user_info_input{
      position: relative;
      width: 100%;
    }
    .user_info_input input {
      border-width: 1px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
    }
    .deliver-address {
      overflow: visible;
      box-shadow: none;
    }
    .general-form-new .form-column,
    .general-form-new .form-column.quoter {
      width: 100%;
    }
    .general-form-new .form-column.quoter.country-code {
      width: 80px;
    }
    .general-form-new .form-column.half,
    .general-form-new .form-column.quotertill {
      width: 100%;
    }
    #DeliveryAddress .col-clear {
      position: absolute;
      right: 15px;
      left: auto;
      top: 0;
      height: 50px;
    }
    [dir="rtl"] #DeliveryAddress .col-clear {
        right: auto;
        position: absolute;
        left: 15px;
    }
    .deliver-address {
      margin-bottom: 10px;
    }
    .deliver-address select {
      border-left: none;
      border-color:#e0e0e0;
      border-width: 1px;
      border-style: solid;
      width: 100%;
      margin: 0 0 10px 0;
      min-height: 50px;
      padding: 0 40px 0 15px;
      background-size: 22px;
      background-position: right 5px center;
      border-width: 1px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
    }
    form#CustomerForm {
      margin: 0 0;
    }
    .general-form-new .form-column {
      padding: 0;
    }
    .general-form-new .form-column.country-code #customer_info_vPhoneCode {
      left: 0;
    }
    .search-page-wrap h3 {
      font-size: 25px;
    }
    .search-page-wrap p {
      font-size: 15px;
    }
    [dir="rtl"] .user_info_input input,
    [dir="rtl"] .deliver-address select {
      border-width: 1px;
    }
  }
  @media screen and (max-width:630px) {
    .howitwork ul li {
      width: 100%;
      padding: 0;
    }
    .delivery-category-data {
      width: 100%;
    }
    .delivery-category-data:after {
        display: none;
    }
    .delivery-category-caption,
    .delivery-category.reverse .delivery-category-caption {
        bottom: auto;
        top: 90%;
        width: auto;
        left: 50%;
        right: auto;
        position: absolute;
        transform: translateX(-50%);
    }
    .delivery-category {
      padding-bottom: 300px;
    }
    .delivery-category-caption p {
      padding: 0;
    }
    .delivery-category-caption strong {
      font-size: 25px;
      line-height: 26px;
    }
  }
  @media screen and (max-width:480px) {
  .general-form-new input[type="submit"], .general-form-new input[type="button"], .general-form-new button[type="submit"], .general-form-new button[type="button"]{margin-right: 6px;}
  .form-button-block{padding:0px;}
    .general-form-new input[type="submit"],
    .general-form-new input[type="button"],
    .general-form-new input[type="reset"],
    .general-form-new button[type="submit"],
    .general-form-new button[type="button"],
    .general-form-new button[type="reset"] {
      min-width: 135px;
    }
  }
  @media screen and (min-width:1921px) {
    .page-contant.mainof-searchpage {
      max-width: 1920px;
      margin-left: auto;
      margin-right: auto;
      float: none;
    }
  }
 .user_info_address .progress-indeterminate {
    position: absolute !important;
    bottom: 0px!important;
    left: 0;
    right: 0;
    width: 50%;
  }
 .search-page-wrap .error {
    position: relative;
}
select#customer_info_vCountry\ cos-in-v {
    position: relative;
    top: 18px;
}