/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.9.2.1617609405
Updated: 2021-04-05 07:56:45

*/
/*Loading css start*/
div.loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100000;
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #36794e;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}
/*Loading css end*/
.title-area {
	background: url("./images/lines.png");
	padding: 50px 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
  padding-bottom: 20px;
}
.title-area .container {
	padding-top: 0 !important;
}
.icon-section-area {
/*  padding-left: 50px;
  padding-right: 50px;*/
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
}
.icon-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 50px;
}
.icon-img {
  padding-right: 20px;
	line-height: 1;
}
.icon-txt {
  text-align: center;
  color: #231F20;
}
.icon-txt p {
 font-size: 16px;
 line-height: 18px;
 opacity: 1;
 color: #fff;
 }
 #icon-col-1 .icon-txt p {
  opacity: 1;
 } 
 #error-cat {
  display: none;
  color: red;
  font-size: 12px;
 }
 #error-child-cat {
   display: none;
  color: red;
  font-size: 12px;
 }
 #error-post-code {
   display: none;
  color: red;
  font-size: 12px;
 }
.error-post-code {
   color: red;
  font-size: 12px;
 }
 .icon-section-area {
 /* padding-left: 50px;
  padding-right: 50px;*/
  /* display: inline-block; */
  /*padding-top: 25px;*/
  padding-bottom: 25px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-search-section .container {
  padding-top: 0;
}
.main-search-section {
	padding-top: 0px;
	padding-bottom: 100px;
}
.main-search-content {
  text-align: center;
}
.main-search-box {
  margin-top: 0px;
}
.postal_code[type=text] {
  background: rgba(163, 212, 181, 0.51);
  width: 375px;
  border: 0;
  border-radius: 10px;
  text-align: center;
}
.postal_code::placeholder {
  color: #000000;
}
.postal_code::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.postal_code::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.postal_code:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.postal_code:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
.postal_code[type=text]:focus {
  background-color: #ffffff;
  border: 1px solid #bbb;
}
.postal_code_nxt {
  background-color: #2B593B;
  color: #ffffff;
  border: 0;
  padding: 10px 20px;
  border-radius: 10px;
  margin-left: 5px;
}
.postal_code_prev {
  margin-right: 5px;
}
.next-btn-section {
      text-align: center;
    margin-top: 15px;
}
.booking-title h1 {
    color: #ffffff;
}
/*map*/
.third-section {
  display: none;
}
.second-section-collection {
  display: none;
}
.order-summary-section {
  background-color: #E8F4ED;
  border: 4px solid #2B593B;
  padding: 35px;
  border-radius: 10px;
}
.order-summery {
  width: 600px;
  max-width: 600px;
  margin-bottom: 1rem;
  background-color: transparent;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
}
#error-show {
  display: none;
  color: red;
}
.order-summery td, .order-summery th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #2B593B;
}
.order-detail tr:last-child td {
  border-bottom: 1px solid #2B593B;
  color: #000000;
}
.order-summery thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #2B593B;
  color: #000000;
}
.pick-and-drop-section {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #000000;
  margin-top: 30px;
  text-align: center;
}
.pick-txt label {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.pick-txt .input-icons i {
  position: absolute;
}

.pick-txt .input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.pick-txt .icon {
  padding: 10px;
  color: green;
  min-width: 50px;
  text-align: center;
  color: #2B593B;
}

.pick-txt .input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  background-color: rgba(163, 212, 181, 0.51);
  border-radius: 10px;
  border: none;
}
.forth-section {
    display: none;
    }
    @media only screen and (max-width: 420px) {
      body {
        overflow-x: hidden;
      }
    }

/*form {
  width: 560px;
  max-width: 100%;
  padding: 30px;
  background: #FFF;
  margin: 40px auto;
  border-radius: 6px;
  }*/
  @media only screen and (max-width: 420px) {
    form {
      padding: 20px;
    }
  }

  h1 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  /* QUESTION STYLES */
  .question {
    padding: 0 0 10px;
    font-size: 0;
    position: relative;
    display: block;
  }

  /* LABEL STYLES */
  label {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    color: #666;
  }

  /* INPUT STYLES */
  .autocomplete-new {
/*  border: 2px solid #BBB;
  padding: 0 20px;
  color: #666;
  display: inline-block;
  max-width: 460px;
  width: 100%;
  height: 50px;
  font-size: 17px;
  font-family: Open Sans, Arial, Helvetica, sans-serif;*/
}
.postal_code[type=text] {
     background: rgba(163, 212, 181, 0.51);
    width: 375px;
    border: 0;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
}
.good input {
  border: 2px solid #B4D411;
  color: #B4D411;
}
.error input {
  border: 2px solid #AE3535;
}

.error-message {
  font-size: 12px;
  color: #AE3535;
  font-weight: bold;
  border: 2px solid #AE3535;
  padding: 5px 10px;
  display: none;
  background: #ffe0e0;
  margin-left: 180px;
}
.error .error-message {
  display: block;
}

/*button {
  border: 0 none;
  width: 460px;
  height: 50px;
  margin-left: 180px;
  border-radius: 5px;
  background: #333;
  color: #FFF;
  font-size: 17px;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
*/
fieldset.question {
  border: 0;
  margin-left: 180px;
  padding: 0 0 10px;
  font-size: 0;
  position: relative;
  display: block;
  max-width: 100%;
}
fieldset.question legend {
  font-size: 17px;
  margin-bottom: 10px;
  width: 180px;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  color: #666;
  line-height: 50px;
  letter-spacing: -0.04em;
  position: absolute;
  top: 0;
  left: -180px;
}
fieldset.question label {
  display: inline-block;
  width: calc(33.33% - (20px / 3));
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 9px 5px;
  line-height: 1.4;
  background: #BBB;
  text-align: center;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
fieldset.question label:nth-of-type(3n) {
  margin-right: 0;
}
fieldset.question label.single-line {
  padding: 0 5px;
  line-height: 50px;
}
fieldset.question.error label {
  background: #AE3535;
}
fieldset.question input:hover + label {
  background: #7b7b7b;
  color: #fff;
}
fieldset.question input:focus + label,
fieldset.question input:checked + label {
  background: #333;
  color: #fff;
}
fieldset.question input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.address-block {
  background: #FFF;
  border-radius: 5px;
  padding: 20px;
  display: none;
}
.address-block.addresses-found {
  display: block;
  border: 2px solid limegreen;
}
.address-block input {
  height: unset;
  width: 100%;
  border: 0;
  padding: 5px 0;
}
.stv-radio-tabs-wrapper {
  clear: both;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #428bca;
  padding: 0 10px;
  position: relative;
}

input.stv-radio-tab {
  position: absolute;
  left: -99999em;
  top: -99999em;
}
input.stv-radio-tab + label {
  cursor: pointer;
  float: left;
  border: 1px solid #aaa;
  border-bottom: 0;
  background-color: #fff;
  margin-right: -1px;
  padding: 0.5em 1em;
  position: relative;
}
input.stv-radio-tab + label:hover {
  background-color: #eee;
}
input.stv-radio-tab:checked + label {
  box-shadow: 0 3px 0 -1px #fff, inset 0 5px 0 -1px #13CD4A;
  background-color: #fff;
  border-color: #428bca;
  z-index: 1;
}
.radio-group {
  display: inline-block;
  margin-top: 30px;
  overflow: hidden;
}
.pickup-and-delivery-days {
    margin-top: 30px;
}
.pickup-and-delivery-days span {
    color: #2B593B;
}
.form-radio-gp {
  display: inline-block;
  margin-right: 10px;
}
.form-radio-gp input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
.form-radio-gp input[type=radio]:checked+label {
  color: #ffffff;
  background: #2B593B;
  border: 2px solid #2B593B;
}
.form-radio-gp label {
  color: #000000;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 15px;
  border: 2px solid rgb(163 212 181 / 51%);
  font-size: 16px;
  border-radius: 5px;
  margin: 0;
  line-height: 1;
  background-color: rgb(163 212 181 / 51%);
}
.arrow-divider {
  margin: 35px 0;
}
.product-selection-section {
  margin-top: 30px;
  margin-bottom: 50px;
}
.product-selection {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        justify-content: center;
}

.product-selection > .product-selection-tabs {
 padding: 0 15px; 
 -webkit-box-flex: 0;
 -ms-flex: 0 0 25%;
 flex: 0 0 25%;
 max-width: 25%;
 margin-left: 0;
 margin-right: 0;
}
 .product-selection > .product-selection-tab-cat {
   -ms-flex: 0 0 33.33%;
 flex: 0 0 33.33%;
 max-width: 33.33%;
 }
.product-selection-tabs input[type=radio] {
  display: none;
}
.product-selection-tabs input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}
.product-selection-tabs input[type=radio]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.product-selection-tabs label {
  /*height: 100%;*/
  display: block;
  background: white;
  border: 2px solid #2B593B;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 10px;
  text-align: center;
  /*box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);*/
  position: relative;
}

.product-selection-tabs input[type=radio]:checked + label {
  background: #A3D4B5;
  color: #2B593B;
  /*box-shadow: 0px 0px 20px rgba(0, 255, 128, 0.75);*/
}

.product-selection-tabs input[type=radio] + label::after {
  color: #3d3f43;
  font-family: FontAwesome;
  border: 1px solid #8ECB90;
  content: "";
  font-size: 24px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  /*box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);*/
}
.product-selection-tabs input[type=radio]:checked + label::after {
  color: #8ECB90;
  font-family: FontAwesome;
  border: 1px solid #8ECB90;
  content: "\f00c";
  font-size: 24px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  /*box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);*/
}
.product-selection-tabs-product input[type=radio]:checked + label::before  {
    content: " ";
    position: absolute;
    left: 30px;
    bottom: -21px;
    border-top: 0px solid #E8F4ED;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    /* border-bottom: none; */
    border-bottom: 20px solid #E8F4ED;
    display: none;
}
/*.product-selection-tabs input[type=radio]#control_05:checked + label {
  background: red;
  border-color: red;
  }*/

  .product-selection-tabs h2 {
    margin-top: 20px;
    color: #000000;
    font-size: 22px;
}
  .product-selection-tab-cat h2 {
    margin-top: 90px;
  }
.thumbnail-image {
  margin-top: 90px;
}
.thumbnail-image {
    margin-top: 90px;
}
  .product-selection-tabs p {
    color: #000000;
   font-size: 16px;
    line-height: 1.3;
  }
  .product-selection-tabs .amount-box {
    color: #000000;
    font-size: 20px;
  }

  /*Selection tab full start*/
  .product-selection-full {
    display: flex;
    flex-flow: row wrap;
  }

  .product-selection-full > .product-selection-tabs-full {
   padding: 5px; 
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
   padding-bottom: 0px;
 }
 .product-meta-data {
  margin-bottom: 50px;
}
.product-selection-tabs-full input[type=checkbox], .product-selection-tabs-full input[type=radio] {
  display: none;
}
.product-selection-tabs-full input[type=checkbox]:not(:disabled) ~ label, .product-selection-tabs-full input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}
.product-selection-tabs-full input[type=checkbox]:disabled ~ label, .product-selection-tabs-full input[type=radio]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.product-selection-tabs-full label {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid #2B593B;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  /*box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);*/
  position: relative;
  display: inline-flex;
  align-items: center;
}

.product-selection-tabs-full input[type=checkbox]:checked + label, .product-selection-tabs-full input[type=radio]:checked + label {
  background: #A3D4B5;
  color: #2B593B;
  /*box-shadow: 0px 0px 20px rgba(0, 255, 128, 0.75);*/
}

.postal-selection-checkbox input[type=checkbox]:checked + label, .postal-selection-checkbox input[type=radio]:checked + label {
border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
     margin-bottom: 0px;
  }
.product-selection-tabs-full input[type=checkbox] + label::before, .product-selection-tabs-full input[type=radio] + label::before {
  color: #3d3f43;
  font-family: FontAwesome;
  border: 1px solid #8ECB90;
  content: "";
  font-size: 24px;
  position: relative;
  top: 0;
  left: 10px;
  display: inline-block;
  transform: translateX(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: white;
  /*box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);*/
}
.product-selection-tabs-full input[type=checkbox]:checked + label::before, .product-selection-tabs-full input[type=radio]:checked + label::before {
  color: #8ECB90;
  font-family: FontAwesome;
  border: 1px solid #8ECB90;
  content: "\f00c";
  font-size: 24px;
  position: relative;
  top: 0;
  left: 10px;
  display: inline-block;
  transform: translateX(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: white;
  /* box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%); */
}
.product-meta-data {
  margin-bottom: 50px;
}
/*.product-selection-tabs-full input[type=checkbox]#control_05:checked + label {
  background: red;
  border-color: red;
  }*/
  .product-selection-tabs-full h2 {
    margin-top: 90px;
    color: #000000;
  }

  .product-selection-tabs-full p {
    color: #000000;
    font-size: 20px;
  }
  .product-selection-tabs-full .amount-box {
    color: #000000;
    font-size: 20px;
  }
  /*Selection Tab full end*/
  .second-section {
    display: none;
  }
  .nf-form-fields-required {
    display: none;
  }
  .collection-content {
    text-align: initial;
    margin-top: 30px;
  }
/*  .check-box-amount .nf-field .listcheckbox-wrap .nf-field-element label:before, .check-box-amount .nf-field .listcheckbox-wrap .nf-field-element label:after {
    height: 0;
    border: 0;
  }*/
  .order-summary-section h2 {
    text-align: center;
  }
.check-box-amount .nf-field .listcheckbox-wrap .nf-field-element label{
    height: 100%;
    display: block;
    background: white;
    border: 2px solid #2B593B;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    /* box-shadow: 0px 3px 10px -2px rgb(161 170 166 / 50%); */
    position: relative;
    display: inline-flex;
    align-items: center;
        width: 100%;
        margin-left: 0 !important;
      }

.check-box-amount .nf-field .listcheckbox-wrap .nf-field-element label strong {
    margin-right: 5px;
}
.check-box-amount .nf-field .listcheckbox-wrap .nf-field-element input[type=checkbox] + label::after {
  display: none;
}

      .check-box-amount .nf-field .listcheckbox-wrap .nf-field-element input[type=checkbox] + label::before {
        color: #3d3f43;
    font-family: FontAwesome;
    border: 1px solid #8ECB90;
    content: "";
    font-size: 24px;
    position: relative;
    top: 0;
    left: 10px;
    display: inline-block;
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: white;
    /*box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);*/
    opacity: 1;
      }
      .check-box-amount .nf-field .listcheckbox-wrap .nf-field-element .nf-checked-label {
    background: #A3D4B5;
    color: #2B593B;
    opacity: 1;
    /* box-shadow: 0px 0px 20px rgb(0 255 128 / 75%); */
}
.check-box-amount .nf-field .listcheckbox-wrap .nf-field-element input[type=checkbox] + .nf-checked-label::before {
    color: #8ECB90;
    font-family: FontAwesome;
    border: 1px solid #8ECB90;
    content: "\f00c";
    font-size: 24px;
    position: relative;
    top: 0;
    left: 10px;
    display: inline-block;
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: white;
    }
    .html-container .order-summary-section {
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;

}
.custom-form-html {
    background-color: #E8F4ED;
    border: 4px solid #2B593B;
    padding: 35px;
    border-radius: 10px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
.custom-form-html .nf-input-limit {
  margin-top: 0 !important;
}
.green-delivery-option {
    background-color: #E8F4ED;
    border: 4px solid #2B593B;
    padding: 35px;
    border-radius: 10px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 35px;
}
.nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #4e4e4e !important;
    transition: all .5s;
    padding: 10px;
    font-size: 14px !important;
    border-radius: 10px !important;
    border-color: #36794E !important;
    background-color: #ffffff !important;
    /* line-height: 1; */
}
.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 0 !important;
    padding: 0;
}

    /*box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);*/
 /*   .check-box-amount .nf-field .listcheckbox-wrap .nf-field-element label.nf-checked-label:before {
    height: 0;
    border: 0;
    opacity: 0;
  }
  .check-box-amount .nf-field .listcheckbox-wrap .nf-field-element label.nf-checked-label {
    background-color: #2B593B;
    color: #ffffff;
  }
  .check-box-amount .nf-field .listcheckbox-wrap .nf-field-element label {
    margin-left: 0 !important;
    text-align: center;
    margin-bottom: 30px;
  }*/
  .sbt-btn {
    border-radius: 10px;
  }
  .submit-wrap {
    text-align: center;
  }
.product-full-d {
    text-align: left;
    background-color: #E8F4ED;
    padding: 100px;
    margin-bottom: 20px;
    font-weight: 400;
    display: none;
}
.order-summery td {
    font-weight: normal;
}
.view-show {
    width: 100%;
    padding: 30px;
    margin: 5px 5px;
    border: 1px solid #111;
    border-radius: 5px;
        margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #e8e8e8;
}
  .woocommerce-cart .product-name, .woocommerce-cart .product-price, .woocommerce-cart .product-addon{
    font-weight: normal;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    border-color: #36794E;
}
.woocommerce form .form-row label {
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 15px;
}
/*.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #fff  !important;
    border: 1px solid #36794E !important;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    border-radius: 10px !important;
    padding: 10px;
    line-height: 1;
}
.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 10px;
    padding: 0;
    line-height: 1;
}
.wc_payment_method label {
    display: inline;
    font-weight: 700;
}*/
.wc_payment_method .input-radio {
    display: inline-block;
}
.woocommerce-checkout #order_review_heading {
    margin-top: 40px;
}
.woocommerce-checkout .variation {
    margin: 0;
}
span.woocommerce-Price-amount.amount {
    font-weight: normal;
}
.woocommerce-checkout .product-name {
    font-weight: normal;
}
.woocommerce-cart .product-price .woocommerce-Price-amount {
    display: none;
}
.terms-and-privacy {
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 1;
    margin-top: 30px;
    justify-content: center;
}
.row-tandc {
   width: auto;
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.err-txt {
    font-size: 14px;
    line-height: 1;
    color: red;
    font-weight: 400;
}
.privacy-error {
    margin-top: 20px;
}
.info-icon {
    background-color: #b6b6b6;
    margin-left: 4px;
    border-radius: 100px;
    padding: 0px 6px;
    font-size: 12px;
    font-style: italic;
    color: #2B593B;
}
span.tooltiptext {
    visibility: hidden;
    width: 230px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 9px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    line-height: 1.5;
    margin-left: 10px;
    font-weight: 400;
    text-align: left;
}
.info-icon:hover + .tooltiptext {
    visibility: visible;
}
.area-text textarea {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}
.area-text label {
    padding-right: 0;
    width: 100%;
    font-weight: 700;
    color: #000;
}
.order-notes-area {
    margin-top: 21px;
}
.order-summery tr td ul li {
    padding-left: 20px;
    font-weight: 400;
}
  @media only screen and (max-width: 700px) {
    .product-selection {
      flex-direction: column;
    }
  }
  @media(min-width: 320px) and (max-width: 767px) {
    .icon-section-area {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}
.booking-title h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.icon-col-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    margin-bottom: 20px;
    text-align: center;
    padding-right: 15px;
    justify-content: center;
    display: block;
}
.icon-img {
    padding-right: 0;
}

.main-search-section {
    padding-top: 0px;
    padding-bottom: 0px;
}
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 30px;
}
.main-search-box {
    margin-top: 0px;
}
.postal_code[type=text] {
    width: 100%;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.next-btn-section {
    text-align: center;
    margin-top: 20px;
}
.product-selection > .product-selection-tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}
.product-full-d {
    padding: 30px 15px;
    margin-bottom: 20px;
    font-weight: normal;
}
.product-selection-tabs-full p {
        color: #000000;
    font-size: 16px;
    width: 100%;
    text-align: left;
    line-height: 1.5;
}
.product-selection-tabs-full input[type=checkbox] + label::before, .product-selection-tabs-full input[type=radio] + label::before {
    color: #3d3f43;
    font-family: FontAwesome;
    border: 1px solid #8ECB90;
    content: "";
    font-size: 24px;
    position: relative;
    top: 0;
    left: 10px;
    display: inline-block;
    transform: translateX(-50%);
    height: 30px;
    width: 35px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: white;
    /* box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%); */
}
.order-summery {
    width: 100%;
    max-width: 100%;
}
.pick-and-drop-section {
    max-width: 100%;
    text-align: center;
}
.pick-and-drop-section label {
  font-size: 14px;
      padding-right: 0;
  }
.order-summary-section {
    background-color: #E8F4ED;
    border: 4px solid #2B593B;
    padding: 30px 15px;
    border-radius: 10px;
}
.second-section-collection .container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.product-selection-tabs-full input[type=checkbox]:checked + label::before, .product-selection-tabs-full input[type=radio]:checked + label::before {
    height: 30px;
    width: 35px;
    line-height: 35px;
}
.view-show {
    width: 100%;
}
.woocommerce-cart .coupon button {
    width: 100% !important;
}
.check-box-amount .nf-field .listcheckbox-wrap .nf-field-element label {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid #2B593B;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    /* box-shadow: 0px 3px 10px -2px rgb(161 170 166 / 50%); */
    position: relative;
    display: inline-flex;
    /* align-items: center; */
    width: 100%;
    margin-left: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20%;
}
.check-box-amount .nf-field .listcheckbox-wrap .nf-field-element input[type=checkbox] + label::before {
    color: #3d3f43;
    font-family: FontAwesome;
    border: 1px solid #8ECB90;
    content: "";
    font-size: 24px;
    position: absolute;
    top: 30%;
    left: 27px;
    display: inline-block;
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: white;
    /* box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%); */
    opacity: 1;
}
.check-box-amount .nf-field .listcheckbox-wrap .nf-field-element input[type=checkbox] + .nf-checked-label::before {
    color: #8ECB90;
    font-family: FontAwesome;
    border: 1px solid #8ECB90;
    content: "\f00c";
    font-size: 24px;
    position: absolute;
      top: 30%;
    left: 27px;
    display: inline-block;
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: white;
}
.numbers span {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 100px;
    border: 1px solid #2B593B;
    line-height: 1;
}
.numbers {
    margin-bottom: 20px;
}
.bottom-arrow {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.bottom-arrow img {
    max-height: 30px;
}
}
  @media(min-width: 768px) and (max-width: 1024px) {
  .icon-section-area {
    padding-left: 15px;
    padding-right: 15px;
}
.icon-col-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    margin-bottom: 20px;
    text-align: center;
    padding-right: 15px;
    justify-content: center;
    display: block;
}
.icon-img {
    padding-right: 0;
}

.main-search-section {
    padding-top: 0px;
    padding-bottom: 0px;
}
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 30px;
}
.main-search-box {
    margin-top: 0px;
}
.postal_code[type=text] {
    width: 100%;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.next-btn-section {
    text-align: center;
    margin-top: 20px;
}
.product-selection > .product-selection-tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}
.product-full-d {
    padding: 30px 15px;
    margin-bottom: 20px;
    font-weight: normal;
}
.product-selection-tabs-full p {
    color: #000000;
    font-size: 20px;
    width: 100%;
    text-align: left;
}
.product-selection-tabs-full input[type=checkbox] + label::before, .product-selection-tabs-full input[type=radio] + label::before {
    color: #3d3f43;
    font-family: FontAwesome;
    border: 1px solid #8ECB90;
    content: "";
    font-size: 24px;
    position: relative;
    top: 0;
    left: 10px;
    display: inline-block;
    transform: translateX(-50%);
    height: 30px;
    width: 35px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: white;
    /* box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%); */
}
.order-summery {
    width: 100%;
    max-width: 100%;
}
.pick-and-drop-section {
    max-width: 100%;
    text-align: center;
}
.pick-and-drop-section label {
  font-size: 14px;
  }
.order-summary-section {
    background-color: #E8F4ED;
    border: 4px solid #2B593B;
    padding: 30px 15px;
    border-radius: 10px;
}
.second-section-collection .container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.product-selection-tabs-full input[type=checkbox]:checked + label::before, .product-selection-tabs-full input[type=radio]:checked + label::before {
    height: 30px;
    width: 35px;
    line-height: 35px;
}
.view-show {
    width: 100%;
}
}
@media (min-width: 768px) {
  .max-form-width {
    max-width: 425px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.fst-namr {
    max-width: 162px;
    margin-left: auto;
    margin-right: 50px;
}
.snd-namr {
    max-width: 162px;
    margin-left: 45px;
    margin-right: auto;
}
.mob-view {
  display: none;
}
}
@media (max-width: 767px) {
  .desk-view {
    display: none;
  }
  .space-30 {
    margin-bottom: 30px;
  }
  .form-radio-gp label {
    margin-bottom: 20px !important;
}
}
@media(max-width: 450px) {
  span.tooltiptext {
    top: 40px;
    right: -50%;
  }
  .order-summery th {
    position: relative;
}
}
.cool-date {
  position: relative;
}
.flatpickr-day.cool-date {
  border-top: 2px solid #fff !important;
}
.flatpickr-day.cool-date, .cool-date .ui-state-default {
    border-radius: 0;
    background-color: #FFC0CB !important;
    
    color: #fff !important;
}
.ui-state-disabled.cool-date {
  pointer-events: inherit !important;
}
.ui-widget.ui-widget-content.your_class-Name {
    z-index: 999999;
    font-size: 13px;
    line-height: 1.3;
    box-shadow: none;
    background-color: #000;
    color: #fff;
    border: none;
}