@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap");
.overlay {
  position: relative;
}
@media (min-width: 768px) {
  .overlay {
    display: none;
  }
}
.overlay .first {
  width: 740px;
  height: 740px;
  border-radius: 50%;
  background-color: #161d30;
  position: absolute;
  top: -500px;
}
.overlay .second {
  width: 470px;
  height: 470px;
  background-color: #0095e2;
  border-radius: 50%;
  position: absolute;
  top: -360px;
  left: 120px;
}

.choose-location .anim {
  margin-top: 6%;
}
@media (min-width: 576px) {
  .choose-location .anim {
    margin-top: 10%;
  }
}

section.banner {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-top: 129px;
  padding-bottom: 70px;
}
section.banner .circle {
  position: absolute;
  top: -15vw;
  right: -15vw;
  background: #161d30;
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  overflow: hidden;
}
section.banner .circle img {
  width: 115%;
  opacity: 0.4;
  margin-top: 15vw;
}
section.banner .circle-primary {
  position: absolute;
  bottom: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 25vw;
  background: #0095e2;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
}
section.banner .circle-primary img {
  width: 55%;
}
section.banner .circle-secondary {
  position: absolute;
  top: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -160px;
  background: #EB8500;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}
section.banner .circle-secondary img {
  width: 55%;
}
section.banner h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  section.banner h1 {
    font-size: 48px;
  }
}
section.banner p {
  font-size: 12px;
  color: #707070;
  letter-spacing: 1.2px;
  line-height: 33px;
}
@media (min-width: 768px) {
  section.banner p {
    font-size: 16px;
  }
}
section.banner .location {
  font-size: 22px;
  font-weight: 600;
  color: #0095e2;
}
section.banner .location span {
  margin-right: 10px;
  margin-top: -10px;
}

section.steps {
  background-color: #fdfdfd;
  padding-top: 120px;
  padding-bottom: 120px;
}
section.steps .card-step {
  text-align: center;
  padding: 15px 0px;
}
section.steps .card-step img {
  height: 120px;
  background-image: url(../img/stepback.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section.steps .card-step h3 {
  color: #0095e2;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
section.steps .card-step p {
  color: #616161;
  width: 75%;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.82;
}

.profile {
  background-color: #f1f3f6;
}
.profile .card {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: none;
}
.profile .product-name {
  font-size: 16px;
  color: #212121;
  line-height: 1;
}
.profile .product-description {
  color: #878787;
  font-size: 12px;
}
.profile .sidebar h4 {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #878787;
  cursor: pointer;
}
.profile .product-name {
  font-size: 16px;
  color: #212121;
  line-height: 1;
}
.profile .NqIFxw:hover {
  color: #2874f0;
  background-color: #f5faff;
}
.profile .NqIFxw {
  font-size: 14px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 12px 5px 12px 45px;
  cursor: pointer;
}
.profile .form-group .form-control {
  font-size: 13px !important;
  color: #6d7072;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
.profile .form-group .form-control:focus {
  font-size: 0.875rem;
  color: #6d7072;
  background-color: #fff;
  border: 1px solid #dc3545;
  border-radius: 0;
}
.profile .btn:focus, .profile .form-control:focus, .profile .btn:active:focus, .profile .btn.active:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }
}

.main-header .navbar {
  padding: 0.5rem 1rem;
  transition: 500ms ease;
}
.main-header .navbar .navbar-brand img {
  width: 75px;
  transition: 500ms ease;
}
@media (min-width: 576px) {
  .main-header .navbar .navbar-brand img {
    width: 110px !important;
  }
}
.main-header .navbar .navbar-collapse .nav-link {
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.main-header .navbar .navbar-collapse .nav-link span img {
  width: 15px;
}
.main-header .navbar.scrolled {
  padding: 0.5rem 1rem;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1490196078);
  background: white;
}
.main-header .navbar.scrolled .navbar-brand img {
  width: 35px !important;
}
@media (min-width: 576px) {
  .main-header .navbar.scrolled .navbar-brand img {
    width: 60px !important;
  }
}
.main-header .navbar.scrolled .nav-link {
  color: #161d30 !important;
}
.main-header .navbar .icon img {
  width: 20px;
  margin-right: 10px;
}

.second-header .navbar {
  padding: 0.5rem 1rem;
  background: white;
  padding: 0.5rem 1rem;
  transition: 500ms ease;
}
.second-header .navbar .navbar-brand img {
  width: 35px !important;
}
@media (min-width: 576px) {
  .second-header .navbar .navbar-brand img {
    width: 60px !important;
  }
}
.second-header .navbar .navbar-collapse .nav-link {
  color: #161d30 !important;
  font-size: 14px;
  font-weight: 600;
}
.second-header .navbar .icon img {
  width: 20px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.btn {
  font-size: 14px;
  border-radius: 0px;
}

.category-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1rem;
}
.category-title span {
  color: #0095e2;
  display: inline-block;
}
@media (min-width: 576px) {
  .category-title span {
    display: block;
  }
}
@media (min-width: 576px) {
  .category-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 2rem;
  }
}

a:focus,
button:focus,
input {
  outline: none;
}

.v-center {
  align-items: center;
  display: flex;
}

.dropdown-menu {
  font-size: 14px;
  border: none;
  border-radius: 0px;
  box-shadow: -1px 19px 20px 0px #00000012;
}

.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio] + label {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  padding: 14px 14px;
  border: none;
  background-color: #f4fcfc;
  border-radius: 5px;
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -32px;
  right: -32px;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
input[type=radio] + label:hover:before {
  transform: scale(21);
}

input[type=radio]:checked + label:before {
  transform: scale(21);
}

input[type=radio]:checked + label > svg {
  border: none;
}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label > svg {
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-left: auto;
  transition: 500ms all;
  fill: #f4fcfc;
}

input[type=radio] + label > p {
  margin-bottom: 0px;
  font-size: 12px;
}

input[type=radio]:checked + label > svg {
  fill: #161d30;
}

input[type=radio]:checked + label {
  border: 1px solid #161d30;
}

.fixed-sm-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 576px) {
  .fixed-sm-bottom {
    position: relative;
  }
}

.nl-button {
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 60px;
  border-radius: 0px;
  font-size: 18px;
  width: 100%;
}
@media (min-width: 576px) {
  .nl-button {
    width: auto;
  }
}

.nl-btn-primary {
  background: #0095e2;
  color: white;
}

.nl-btn-secondary {
  background: #161d30;
  color: white;
}

.nl-small {
  padding: 15px 35px;
  font-size: 14px;
}

.ripple {
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 2s;
}

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
.title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .title {
    text-align: center;
  }
}

.product {
  /********************* Shopping Demo-4 **********************/
}
.product .product-grid4, .product .product-grid4 .product-image4 {
  position: relative;
}
.product .product-grid4 {
  font-family: Poppins, sans-serif;
  text-align: left;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.product .product-grid4:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product .product-grid4 .product-image4 a {
  display: block;
}
.product .product-grid4 .product-image4 img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.product .product-grid4 .product-image4.detail-page img{
  height: 300px;
}
@media (min-width: 576px) {
  .product .product-grid4 .product-image4 img {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .product .product-grid4 .product-image4 img {
    height: 180px;
  }
}
.product .product-grid4 .pic-1 {
  opacity: 1;
  transition: all 0.5s ease-out 0s;
}
.product .product-grid4 .product-discount-label {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 5px;
  border-radius: 0px;
  position: absolute;
  top: 15px;
  left: auto;
  right: 0px;
  background-color: #d7292a;
  transition: all 0.3s;
}
.product .product-grid4 .product-content {
  padding: 12px;
}
@media (min-width: 576px) {
  .product .product-grid4 .product-content {
    padding: 15px;
  }
}
.product .product-grid4 .title {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  margin: 0 0 7px;
  transition: all 0.3s ease 0s;
}
@media (min-width: 576px) {
  .product .product-grid4 .title {
    font-size: 18px;
  }
}
.product .product-grid4 .cate h6 {
  color: #939393;
  font-size: 12px;
}
.product .product-grid4 .cate h6 img {
  width: 15px;
  display: inline;
  margin-right: 5px;
}
@media (min-width: 576px) {
  .product .product-grid4 .cate h6 img {
    width: 25px;
  }
}
.product .product-grid4 .title a {
  color: #222;
}
.product .product-grid4 .title a:hover {
  color: #0095e2;
}
.product .product-grid4 .price {
  color: #0095e2;
  font-size: 14px;
  font-weight: 700;
  margin: 8px 4px 7px 0;
  display: block;
  float: left;
}
@media (min-width: 576px) {
  .product .product-grid4 .price {
    font-size: 17px;
  }
}
.product .product-grid4 .price span.discount-price {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: line-through;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}
.product .product-grid4 .add-to-cart {
  border: 1px solid #e5e5e5;
  display: block;
  padding: 10px 10px;
  color: #888;
  background-color: #0095e2;
  font-weight: 600;
  font-size: 12px;
  float: right;
  border-radius: 0px;
  transition: all 0.3s;
}
.product .product-grid4 .add-to-cart img {
  width: 18px;
}
@media (min-width: 576px) {
  .product .product-grid4 .add-to-cart {
    font-size: 14px;
  }
}
.product .product-grid4:hover .add-to-cart {
  border: 1px solid transparent;
  background: #0095e2;
  color: #fff;
}
.product .product-grid4 .add-to-cart:hover {
  background-color: #505050;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 990px) {
  .product .product-grid4 {
    margin-bottom: 30px;
  }
}

.mobile-nav a {
  color: #1d1d1d;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  font-weight: bold;
  font-size: 12px;
}

ul.nav span.nav-img {
  display: block;
  margin-bottom: 3px;
}

ul.nav span.nav-img img {
  width: 20px;
}

.box-shadow {
  box-shadow: 0px -4px 20px 0px #0000002e;
}

.product-grid6, .product-grid6 .product-image6 {
  overflow: hidden;
}

.product-grid6 {
  text-align: left;
  position: relative;
  transition: all 0.5s ease 0s;
}

.product-grid6:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.product-grid6 .product-image6 a {
  display: block;
}

.product-grid6 .product-image6 img {
  width: 100%;
  height: 150px;
  transition: all 0.5s ease 0s;
}

.product-grid6:hover .product-image6 img {
  transform: scale(1.1);
}

.product-grid6 .product-content {
  padding: 12px 12px 15px;
  transition: all 0.5s ease 0s;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.coming {
  position: absolute;
  background: #fff;
  z-index: 1000;
  top: 10px;
  right: 10px;
  padding: 2px 6px;
  color: #000;
  font-size: 11px;
}

.product-grid6:hover .product-content {
  opacity: 1;
}

.product-grid6 .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
}

.product-grid6 .title a {
  color: #fff;
}

.product-grid6 .title a:hover {
  color: #2e86de;
}

.product-grid6 .price {
  font-size: 18px;
  font-weight: 600;
  color: #2e86de;
}

.product-grid6 .price span {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}

@media only screen and (max-width: 990px) {
  .product-grid6 {
    margin-bottom: 30px;
  }
}
.scroll-category {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.scroll-category {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.scroll-category .offer {
  width: 300px;
  display: inline-block;
  margin-right: 8px;
}

.scroll-category .product-grid6 {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 12px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.jumbo .box {
  border-radius: 20px;
  background-image: url(../img/burger-and-vegetables-placed-on-brown-wood-surface-1565982.jpg);
  background-size: cover;
  padding: 35px;
  min-height: 30vh;
  background-position: center;
}
@media (min-width: 576px) {
  .jumbo .box {
    min-height: 40vh;
  }
}
@media (min-width: 768px) {
  .jumbo .box {
    min-height: 50vh;
  }
}
.jumbo .box .box1 {
  width: 100%;
  margin-top: 5%;
}
@media (min-width: 576px) {
  .jumbo .box .box1 {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .jumbo .box .box1 {
    width: 50%;
    margin-top: 5%;
  }
}
.jumbo .box .box1 .card {
  border: none;
  border-radius: 4.25rem;
}
.jumbo .box .box1 .card .card-body {
  padding: 5px;
}
.jumbo .box .box1 .card .card-body .btn-success {
  color: #fff;
  background-color: #28a745;
  font-size: 12px;
  border-color: #28a745;
  border-radius: 4.25rem;
}
@media (min-width: 576px) {
  .jumbo .box .box1 .card .card-body .btn-success {
    font-size: 14px;
  }
}
.jumbo .box .box1 .form-control-borderless {
  border: none;
  font-size: 12px;
}
@media (min-width: 576px) {
  .jumbo .box .box1 .form-control-borderless {
    font-size: 14px;
  }
}
.jumbo .box .box1 .form-control-borderless:hover, .jumbo .box .box1 .form-control-borderless:active, .jumbo .box .box1 .form-control-borderless:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.jumbo .box .box1 h1 {
  font-size: 20px;
  font-weight: 600;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6117647059);
}
@media (min-width: 576px) {
  .jumbo .box .box1 h1 {
    font-size: 32px;
  }
}
.jumbo .box .box1 h1 span {
  color: #0095e2;
}

.foodtruck {
  overflow: hidden;
}
.foodtruck .truck-wrap {
  position: absolute;
  bottom: 30px;
  left: 35px;
}
.foodtruck .box {
  border-radius: 20px;
  background: url(../img/foodtruck/foodtruck-back.svg) repeat 0 0;
  background-size: cover;
  overflow: hidden;
  animation: slide 60s linear infinite;
  padding: 35px;
  position: relative;
  min-height: 30vh;
  background-position: center;
  animation: slide 20s linear infinite;
}
@media (min-width: 576px) {
  .foodtruck .box {
    min-height: 40vh;
  }
}
@media (min-width: 768px) {
  .foodtruck .box {
    min-height: 50vh;
  }
}
.foodtruck .box .box1 {
  width: 100%;
  margin-top: 5%;
}
@media (min-width: 576px) {
  .foodtruck .box .box1 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .foodtruck .box .box1 {
    width: 100%;
    margin-top: 5%;
  }
}
.foodtruck .box .box1 h1 {
  font-size: 20px;
  font-weight: 600;
  color: #161d30;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6117647059);
}
@media (min-width: 576px) {
  .foodtruck .box .box1 h1 {
    font-size: 32px;
  }
}
.foodtruck .box .box1 h1 span {
  color: #0095e2;
}

.table-section {
  overflow: hidden;
}
.table-section .table-wrap {
  position: absolute;
  bottom: 30px;
  left: 35px;
}
.table-section .box {
  border-radius: 20px;
  background: url(../img/table/table-back.svg) repeat 0 0;
  background-size: cover;
  overflow: hidden;
  animation: slide 60s linear infinite;
  padding: 35px;
  position: relative;
  min-height: 30vh;
  background-position: center;
  animation: slide 20s linear infinite;
}
@media (min-width: 576px) {
  .table-section .box {
    min-height: 40vh;
  }
}
@media (min-width: 768px) {
  .table-section .box {
    min-height: 50vh;
  }
}
.table-section .box .box1 {
  width: 100%;
  margin-top: 5%;
}
@media (min-width: 576px) {
  .table-section .box .box1 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .table-section .box .box1 {
    width: 100%;
    margin-top: 5%;
  }
}
.table-section .box .box1 h1 {
  font-size: 20px;
  font-weight: 600;
  color: white;
}
@media (min-width: 576px) {
  .table-section .box .box1 h1 {
    font-size: 32px;
  }
}
.table-section .box .box1 h1 span {
  color: white;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}
.filter-button {
  position: fixed;
  bottom: 12vh;
  z-index: 100;
  right: 12px;
}
@media (min-width: 768px) {
  .filter-button {
    bottom: 3vh;
  }
}
.filter-button .nl-small {
  padding: 8px 23px;
  font-size: 12px;
}
@media (min-width: 576px) {
  .filter-button .nl-small {
    font-size: 14px;
    padding: 10px 35px;
  }
}
.filter-button .nl-btn-primary {
  border-radius: 24px;
}

.modal-content {
  border-radius: 0px;
  outline: 0;
}

.modal-body {
  padding: 12px;
}

.modal-footer {
  padding: 0px;
  border: none;
}

.modal-footer > * {
  margin: 0px;
}

.location-group .voucher {
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  padding: 0;
}
.location-group .voucher-body,
.location-group .voucher-footer {
  display: flex;
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  transition: box-shadow 0.3s ease;
}
.location-group .voucher-body {
  overflow: hidden;
  flex-direction: column;
  box-shadow: inset 0px 0px 0px 1px #e5e9ec;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.location-group .voucher-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  box-shadow: inset 0px -1px 0px 1px #e5e9ec;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.location-group .voucher:hover .voucher-footer {
  box-shadow: inset 0px -1px 0px 1px #e5e9ec, 0 0.125rem 0.25rem rgba(33, 37, 41, 0.075) !important;
}
.location-group .voucher-text {
  flex: 1 1 auto;
  padding: 1.25rem 2rem;
  min-height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.location-group .voucher-img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.location-group .voucher-border-left,
.location-group .voucher-border-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-group .voucher-border-right {
  right: 0;
}
.location-group .nl-small-button {
  color: #EB3833;
  border: 1px solid #EB3833;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.location-group .nl-small-button:hover {
  background-color: #EB3833;
  color: white;
}
.location-group .voucher-border-left:before,
.location-group .voucher-border-right:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e9ec;
  border-radius: 50%;
  background: #A3EEFF;
  /* Change THIS when changing container background color*/
}
.location-group .voucher-border-left:before {
  left: -15px;
}
.location-group .voucher-border-right:before {
  right: -15px;
}
.location-group .voucher-details .details-icon,
.location-group .voucher-details .details-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
.location-group .voucher-details .details-icon {
  margin-right: 8px;
  width: 24px;
}
.location-group .voucher-details .text-title {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.38);
}
.location-group .voucher-details .text-description {
  display: flex;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.location-group .voucher-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location-group .voucher:hover .voucher-overlay {
  opacity: 1;
  visibility: visible;
}
.location-group .text-primary {
  color: #eb3833 !important;
}
.location-group .bg-orange-gradient {
  background: #EB3833;
  background-image: linear-gradient(to right bottom, #ff541e, #ff4835, #fc3d47, #f63657) !important;
}

footer .card {
  color: #757575 !important;
  background-color: #fff !important;
  align-items: center !important;
  background: url("https://i.imgur.com/9djv5sH.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right calc(110px + (150 - 110) * ((100vw - 360px) / (1600 - 360))) bottom !important;
}
footer h2 {
  font-size: calc(25px + (45 - 25) * ((100vw - 360px) / (1600 - 360))) !important;
}
footer h5 {
  font-size: calc(20px + (28 - 20) * ((100vw - 360px) / (1600 - 360))) !important;
}
footer .fa {
  cursor: pointer;
  font-size: 21px;
  margin: 5px 10px 5px 10px !important;
}
footer button {
  font-size: calc(12px + (13 - 12) * ((100vw - 360px) / (1600 - 320))) !important;
  padding-left: calc(20px + (28 - 20) * ((100vw - 360px) / (1600 - 360))) !important;
  padding-right: calc(20px + (28 - 20) * ((100vw - 360px) / (1600 - 360))) !important;
  padding-top: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important;
  padding-bottom: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important;
}
footer button:focus {
  box-shadow: none !important;
  outline-width: 0;
}
footer li {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer input {
  border: 2px solid green !important;
}
footer .input-group-lg > .custom-select,
footer .input-group-lg > .form-control:not(textarea) {
  height: calc(40px + (48 - 40) * ((100vw - 360px) / (1600 - 360))) !important;
}
footer input::placeholder {
  vertical-align: middle !important;
  font-size: calc(12px + (14 - 12) * ((100vw - 360px) / (1600 - 360))) !important;
}
footer input:focus {
  box-shadow: none !important;
  outline-width: 0;
}
footer img {
  vertical-align: middle !important;
  width: 100%;
  height: auto;
  width: calc(17px + 6 * ((100vw - 320px) / 680));
}
footer li:first-child {
  font-size: 21px !important;
  font-weight: bold;
  margin-bottom: calc(40px + (48 - 40) * ((100vw - 360px) / (1600 - 360))) !important;
  color: #757575 !important;
}
footer footer {
  color: #757575 !important;
}
footer .social {
  position: relative;
  left: -10px;
}
footer .cursor-pointer {
  cursor: pointer !important;
  color: green;
  font-weight: bold;
}

.form-group .form-control {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 30px 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.cart {
  background-color: #f1f3f6;
}
.cart .product-name {
  font-size: 16px;
  color: #212121;
  line-height: 1;
}
.cart .product-description {
  color: #878787;
  font-size: 12px;
}
.cart .card-header {
  text-transform: uppercase;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
}
.cart .card {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: none;
}
.cart .spinner * {
  text-align: center;
}
.cart .spinner input::-webkit-outer-spin-button,
.cart .spinner input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.cart .spinner input:disabled {
  background-color: white;
  padding: 5px;
}
.cart .minus, .cart .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  background-color: #717fe0 !important;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
}
.cart input {
  border: 0;
  width: 2%;
}
.cart input:disabled {
  background-color: white;
}
.cart .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
  margin-top: -9px;
  margin-bottom: 0px;
}

.nl-btn-success {
  background: #2e9240;
  color: white;
}

.checkout .address-section h3 {
  color: #161d30;
  font-size: 16px;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .checkout .address-section h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
  }
}
.checkout .address-section .paymentWrap input {
  display: none;
}
.checkout .address-section .paymentWrap .paymentMethod {
  box-shadow: none;
  position: relative;
  margin-bottom: 25px;
}
.checkout .address-section .paymentWrap .paymentMethod.active {
  outline: none !important;
}
.checkout .address-section .paymentWrap .paymentMethod.active .method {
  border-color: #2e9240;
  outline: none !important;
  box-shadow: 0px 3px 22px 0px rgba(123, 123, 123, 0.3803921569);
}
.checkout .address-section .paymentWrap .paymentMethod .method {
  border: 2px solid transparent;
  transition: all 0.5s;
  padding: 12px 14px 12px 45px;
  text-align: left;
}
@media (min-width: 576px) {
  .checkout .address-section .paymentWrap .paymentMethod .method {
    padding: 23px 30px 29px 57px;
  }
}
.checkout .address-section .paymentWrap .paymentMethod .method .icon {
  position: absolute;
  top: 30px;
  left: 35px;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .checkout .address-section .paymentWrap .paymentMethod .method .icon {
    left: 45px;
  }
}
.checkout .address-section .paymentWrap .paymentMethod .method .icon img {
  width: 25px;
}
.checkout .address-section .paymentWrap .paymentMethod .method h5 {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 500;
  color: #282c3f;
  line-height: 1.18;
}
.checkout .address-section .paymentWrap .paymentMethod .method p {
  font-size: 13px;
  color: #93959f;
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 20px;
  height: 64px;
}
.checkout .address-section .paymentWrap .paymentBtnGroup .paymentMethod .method:hover {
  border-color: #2e9240;
  outline: none !important;
}
.checkout .price-section .card {
  background-color: #37445B;
  border: none;
  border-radius: 10px;
}
.checkout .price-section .card hr {
  background-color: #EEEEEE;
  opacity: 0.1;
}
.checkout .price-section .card .card-body {
  padding: 25px;
}
.checkout .price-section .card .card-body h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.checkout .price-section .card .card-body .items p {
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff29;
  padding: 18px 0px;
  margin-bottom: 0px;
}
.checkout .price-section .card .card-body .items p .item-type img {
  width: 15px;
  margin-right: 12px;
  margin-top: -4px;
}
.checkout .price-section .card .card-body .price p {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
}
.checkout .price-section .card .card-body .price p span {
  font-weight: 600;
}
.checkout .price-section .card .card-footer {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}
.a-tag a{
  color: #373737;
  text-decoration: none;
}
.a-tag a:hover{
  te
}
body {
  font-family: "Montserrat", sans-serif;
  box-sizing: content-box;
  overflow-x: hidden;
  padding-bottom: 70px;
}
@media (min-width: 576px) {
  body {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .pl-md-3{
    padding: 0 15px;
  }
    section.steps {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


.large-12 .owl-carousel .large-12 .owl-nav button.owl-next, .large-12 .owl-carousel .owl-nav button.owl-prev, .large-12 .owl-carousel button.owl-dot{
  font-size: 40px;
  padding: 0 15px;
  color: yellow;
 }

 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    font-size: 40px !important;
    padding: 0 15px;
    color: yellow;
 }
 .owl-theme .owl-nav .disabled {
    opacity: .8;
    cursor: default;
}


.avaliable h2{
  color: #0095e2;
  font-weight: 600;
}

.avaliable span{
  font-size: 20px;
  color: #000;
}