html {
  background: #f5f5f5;
}
body {
  font-family: "Hind Vadodara", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #535353;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
a {
  color: #333;
  text-decoration: none;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin: 0;
}
a.colored {
  color: #00d9d9;
}
h1,
h2,
h3 {
  font-weight: 500;
  font-family: "Ubuntu";
  color: #333;
}
/* Header */
.header {
  border-bottom: 3px solid #00d9d9;
  padding: 10px 0;
  max-height: 45px;
}
.header .login_user_link {
  list-style: none;

  font-size: 16px;

  font-weight: 500;

  margin-bottom: 0;

  padding: 0;

  text-align: right;
}
.header ul.login_user_link li {
  display: inline;
  margin-left: 15px;
}
.header ul.login_user_link li a {
}
.breadcrumb {
  background: #fff;
  padding: 0;
  margin: 0;
}
.breadcrumb li a {
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
}
.breadcrumb > .active {
  color: #535353;
  font-size: 16px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #535353;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 16px;
  margin: 0 5px;
}
/* Header */
.content {
}
/* Home Page */
.store_categories_container h2 {
  font-size: 18px;

  padding: 20px 0 10px 0;
}
#store_home {
  background-color: #f5f5f5;

  padding-bottom: 20px;

  position: relative;
}
.store_categories_container ul.categories {
  list-style: none;

  font-size: 15px;

  padding: 0;
}
.store_categories_container ul.categories li {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #666;
}
.store_categories_container ul.categories li a {
  color: #666;
}
.store_description_container {
  padding: 20px 0 0px 15px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}
.middle_content,
.column_right {
  padding-top: 20px;
}
.column_right {
  position: unset;
}
.store_data {
  overflow: hidden;
}
.store_data .store_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  /* display: inline-block; */
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store_data .store_image img {
  height: 100px;
  max-width: 100%;
}
.store_texts_container {
  display: inline-block;
  padding-left: 10px;
  padding-right: 15px;
  float: left;
  width: calc(100% - 100px);
}
.store_texts_container h1.store_name {
  color: #535353;
  font-size: 22px;
  margin: 0;
}
span.store_avg_star_reviews img {
  max-height: 16px;
  float: left;
}
span.store_avg_star_reviews p {
  float: left;
  line-height: 16px;
  margin: 0;
  margin-left: 10px;
}
span.open_hours,
span.address,
span.store_cuisines,
span.store_avg_star_reviews {
  display: block;
  margin-top: 5px;
  overflow: hidden;
}
span.store_cuisines {
  font-weight: 500;
}
span.open_hours {
  color: #00d9d9;
  font-weight: 500;
}
.store_tab {
  margin-top: 10px;
}
.store_tab ul {
  list-style: none;
  text-align: center;
  padding: 0;
}
.store_tab ul li {
  display: inline;
  padding: 10px 20px;
}
.store_tab ul li a {
  font-size: 17px;
  text-decoration: none;
  -webkit-transition: font-weight 0.25s;
  -moz-transition: font-weight 0.25s;
  -o-transition: font-weight 0.25s;
  transition: font-weight 0.25s;
}
.store_tab ul li.active a,
.store_tab ul li:not(.active):hover a {
  font-weight: 500;
}
.store_tab ul li.active {
  border-bottom: 2px solid #00d9d9;
}
.allergy_container {
}
.allergy_container a {
  color: #00d9d9;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  outline: none;
}
.cart_container {
  padding: 10px 0 59px 15px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  margin: 20px 0;
  position: relative;
}
.cart_container .cart_checkout_button {
  width: 100%;
  color: #fff;
  text-align: center;
  clear: both;
  font-weight: 400;
  font-size: 17px;
  overflow: hidden;
  position: absolute;
  left: 0;
  padding: 10px;
  margin-top: 15px;
  cursor: pointer;
}
.cart_container h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 10px;
}
.delivery_options {
  width: 100%;
  overflow: hidden;
}
.delivery_option {
  width: 50%;
  overflow: hidden;
  float: left;
}
.delivery_option label {
  float: left;
  margin-bottom: -3px;
}
span.delivery_name {
  float: left;
  font-size: 15px;
  margin: 4px 10px;
  color: #000;
  font-weight: 500;
  margin-top: 2px;
}
.delivery_option .delivery_start_hour {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  margin-left: 41px;
  clear: both;
}
.cart_container .noproduct {
  margin-top: 15px;
}
/* Home Page */

/* Login */
.login_screen_container {
  margin: 0 auto;
  float: none;
  background: #fff;
  border: 1px solid #eaeaea;
  margin-top: 20px;
  padding: 0 50px;
  padding: 0 50px 10px;
}
#login {
  background-color: #f5f5f5;

  padding-bottom: 20px;
}
.login_with_facebook {
  padding: 12px 20px;
  background: #3651a0;
  color: #fff;
  position: relative;
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
span.button-text {
  display: block;
  line-height: 25px;
  display: inline-flex;
}
span.button-text i {
  font-size: 25px;
}
.button-text span {
  padding-left: 20px;
}
span.or {
  display: block;
  text-align: center;
  margin: 30px 0 10px;
  overflow: hidden;
  position: relative;
}
span.or:before,
span.or:after {
  content: "";
  width: 99999px;
  height: 1px;
  top: 50%;
  position: absolute;
  background: #ccc;
}
span.or:after {
  left: 70%;
}
span.or:before {
  right: 70%;
}
.login_with_form {
  overflow: hidden;
}
.form-input-container {
  margin: 10px 0;
}
.form-input-container label {
  font-weight: 300;
  font-size: 15px;
}
.form-input-container .form-control {
  border: 1px solid #eaeaea;
  box-shadow: none;
  padding: 25px 15px;
  margin: 5px 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-appearance: none;
}
.form-input-container .form-control.error {
  border-color: #ffd0d0;
}
.login_helpers {
  margin: 20px 0;
}
.form-input-container .form-control:hover,
.form-input-container .form-control:focus {
  border: 1px solid #ccc;
}
.form-input-container .form-control#submit_button {
  background: #00d9d9;
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  border-radius: 2px;
  border: none;
  font-weight: 400;
  /* line-height: 52px; */
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 10px 50px;
  margin-top: 20px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.form-input-container .form-control#submit_button:hover {
  background: #00b5b5;
}

.form-input-container .form-info {
  text-align: center;
  display: block;
  margin: 20px 0;
}
.form-info a {
  text-decoration: underline;
  color: #00d9d9;
}
.login_screen_container .login_title {
  font-size: 25px;
  text-align: center;
  margin: 40px 0 30px;
  color: #535353;
}

.header ul#is_logged {
  float: right;
  text-align: right;
}
.header ul#is_logged li a {
  color: #00d9d9;
}
.header #is_logged .user_emoji {
  margin-left: 10px;
}
.header ul#is_logged li {
  display: inline-block;
  /* height: 45px; */
}
.header ul#is_logged li ul {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 2000;
  border: 1px solid #eaeaea;
  padding: 0;
  width: 270px;
  top: 23px;
  right: 16px;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
}
.header ul#is_logged li ul li {
  display: block;
  overflow: hidden;
  height: auto;
  margin: 0;
  text-align: left;
  color: #000;
  border-bottom: 1px solid #eaeaea;
}
.header ul#is_logged li ul li a {
  color: #535353;
  float: left;
  width: 100%;
  padding: 12px 22px;
  font-weight: 300;
  font-size: 15px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.header ul#is_logged li ul li a:hover {
  font-weight: 400;
}
.header ul#is_logged li:hover ul {
  display: block;
}
.header ul#is_logged li ul:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -5px;
  border-bottom: 7px solid black;
  border-color: #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  right: 8px;
}
.form-input-container label.error {
  color: #e21818;
  padding-left: 5px;
  font-size: 13px;
}
.form-input-container label.error:before {
  content: "\f071";
  font-family: FontAwesome;
  margin-right: 5px;
}
/* Login */
/* Reset Password */

.reset_password_screen_container {
  margin: 0 auto;
  float: none;
  background: #fff;
  border: 1px solid #eaeaea;
  margin-top: 20px;
  padding: 0 50px;
  padding: 0 50px 20px;
}
.reset_password_screen_container .title {
  font-size: 25px;
  text-align: center;
  margin: 20px 0 20px;
  color: #535353;
}

/* Form Message */
.form_messages {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.form_messages .title {
  text-align: center;
  font-size: 15px;
  padding: 10px 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}
.form_messages .message {
  text-align: center;
  line-height: 25px;
  padding: 10px;
}
.form_messages .message a {
  color: #00d9d9;
  text-decoration: underline;
}
.form_messages .title:before {
  font-family: FontAwesome;
  position: absolute;
}
.form_messages.error .title:before {
  content: "\f071";
}
.form_messages.error .title {
  background: #d01919;
  color: #fff;
}
.form_messages.success .title:before {
  content: "\f00c";
}
.form_messages.success .title {
  background: #00d9d9;
  color: #fff;
}
.form_messages .title span {
  margin-left: 20px;
}
/* Form Message */
.store_content_container {
  margin-top: 15px;
  background: #fff;
  padding: 10px 15px 15px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}
.back_page .store_content_container {
  overflow: hidden;
}
/* Menu */
p.not_found {
  color: #d90000 !important;
  font-weight: 400;
  position: relative;
}
ul.menu_container {
  margin-left: -15px;
  list-style-type: none;
  padding: 0;
  /* border-bottom: 1px solid #ccc; */
}
ul.menu_container li {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px;
  position: relative;
}
/* ul.menu_container li:last-child {
    margin: 0;
} */
ul.menu_container li a {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
ul.menu_container li:after {
  position: absolute;
  right: 0px;
  font-family: FontAwesome;
  content: "\f107";
  font-size: 25px;
  top: 15px;
  margin-top: -5px;
  font-weight: 300;
  text-align: center;
  width: 30px;
}
ul.menu_container li.active:after {
  /* content: '*'; */
  /*     position: absolute;
    right: 0;
    font-family: FontAwesome; */
  content: "\f106";
  /*     font-size: 25px;
    font-weight: 300;
    width: 30px; */
}
.category_detail_container {
  margin-right: -15px;
}
.category_detail_container p.category_description {
  margin-top: 10px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.category_detail_container ul.category_products,
.category_detail_container ul.product_options {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
ul.category_products li,
ul.product_options li {
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  margin: 20px 0;
  clear: both;
}
.product_info span.product_price,
.option_info span.option_price {
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
  display: inline-block;
}
button.add_cart_button,
button.remove_cart_button {
  border: none;
  font-size: 15px;
  font-weight: 300;
  width: 30px;
  line-height: 100%;
  height: 30px;
  color: #00d9d9;
  background-color: #eaeaea;
  outline: none;
  text-align: center;
  padding: 0;
  float: right;
}
ul.category_products li:after,
ul.product_options li:after {
  content: "";
}
ul.category_products li,
ul.product_options li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #535353;
  border: none;
  text-decoration: none;
}
ul.category_products li .product_name {
  display: inline-block;
}
ul.product_options li .option_name {
  /* display: inline-block; */
  overflow: hidden;
  /* padding-right: 100px; */
  /* width: 100%; */
}
ul.category_products li .product_info,
ul.product_options li a .option_info {
  float: right;
  display: inline-block;
}

ul.category_products li {
  border-bottom: 1px dashed #e4e4e4;
  padding-bottom: 15px;
}
ul.product_options li {
  border: none !important;
  padding: 0 !important;
}
ul.category_products li:last-child {
  border: none;
  margin-bottom: 0;
}
/* Menu */
/* Reviews */
.store_point_star {
  text-align: center;
  display: block;
  overflow: hidden;
}
.store_point_star img {
  max-height: 33px;
  vertical-align: bottom;
}
p.avg_star {
  display: inline;
  font-size: 22px;
  margin-left: 10px;
  padding: 0;
}
.store_point_star p span {
  font-size: 15px;
}
.store_content_container .store_point_description {
  display: block;
  margin: 10px -15px 0;
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid #eaeaea;
}
.store_content_container.reviews {
  padding-bottom: 0px;
}
.store_content_container h1 {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.store_content_container h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.store_review {
  border-bottom: 1px solid #eaeaea;
  margin: 0 -15px 0;
  padding: 10px 15px;
}
.store_reviews .store_review .review_data span.review_date {
  float: right;
}
.store_reviews .store_review .review_star img {
  max-height: 15px;
}
.store_reviews .store_review .comment {
  margin-top: 10px;
}
.no-review {
  text-align: center;
  color: #e21818;
}
/* Reviews */
/* Info */
#store-map-canvas {
  width: 100%;
  height: 300px;
}
.store_content_container.info .see_more {
  padding-top: 15px;
  text-align: right;
}
.store_content_container p {
  text-align: justify;
  margin-top: 10px;
}
.store_content_container.info .hygieneNote {
  margin-top: 20px;
}
ul.opening_hours {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  margin-top: 20px;
}
ul.opening_hours li {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
ul.opening_hours li.active {
  font-weight: 400;
}
ul.opening_hours li:last-child {
  margin: 0;
}
ul.opening_hours li span.day_name {
  width: 150px;
  float: left;
}
/* Info */
.pd-20 {
  padding: 20px;
}
.pd-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-c {
  text-align: center;
}
.dl-menuwrapper {
  display: none;
}
/* Media Query */
@media (min-width: 1200px) {
  .container {
    width: 1070px;
  }
}
@media (max-width: 767px) {
  .mobil_cart_container {
    display: block !important;
  }
  .dl-menuwrapper {
    display: block !important;
  }
  .breadcrumb {
    margin-left: 15px;
    position: absolute;
    top: 0;
    height: 42px;
    background: none;
    z-index: 30000;
  }
  .breadcrumb li a {
    font-size: 15px;
  }
  .header {
    height: 45px;
  }
}
@media (max-width: 760px) {
  .login_screen_container,
  .reset_password_screen_container {
    padding: 0 30px 10px;
  }
}
/* @media (max-width: 768px)
{
     .column_left
    {
        display: none;
    }
   
}
@media (max-width: 480px)
{
    .column_right
    {
        display: none;
    } 
} */
@media (max-width: 480px) {
  .payment_methods .payment_method .payment_method_form div {
    padding-right: 0px;
  }
  .store_tab ul li {
    padding: 10px 16px;
  }
  .fancybox-wrap {
    top: unset;
  }
  .fancy_footer {
    padding: 0 10px;
  }
}
/* Media Query */
/* Pagination */
.pagination {
  display: block;
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
  /* height: auto; */
}
.pagination ul {
  list-style-type: none;
  margin: 15px 0 15px;
  text-align: center;
  padding: 0;
  /* overflow: hidden; */
  /* height: auto; */
}
.pagination ul li {
  display: inline;
  padding: 2px 10px;
  margin: 0 5px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  overflow: hidden;
}
.pagination ul li.active a {
  text-decoration: underline;
  color: #00d9d9;
}
/* Pagination */

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.sticked {
  position: fixed;
  top: 0;
}
.sticked-absolute {
  position: absolute;
  bottom: 0;
}
#fancyBox {
  width: 460px;
  max-width: 100%;
}
.fancy_header {
  background: #fff;
  border-bottom: #f50028 4px solid;
  padding: 10px;
  padding-bottom: 0;
}
.fancy_body {
  padding-bottom: 60px;
}
.fancy_footer {
  position: fixed;
  bottom: 0;
  height: 59px;
  width: 100%;
  /*  display: flex;
    justify-content: space-between; 
    align-items: center; */
  background: #fff;
  margin: 0 !important;
  padding: 10px 10px;
}
.fancy_footer button.product_popup_button {
  border: none;
  font-size: 15px;
  padding: 8px 12px;
  border-radius: 2px;
  color: #fff;
  background-color: #00d9d9;
  outline: none;
}
.fancy_footer span.temp_cart_total {
  font-size: 15px;
  font-weight: 400;
  padding: 8px 12px;
  float: right;
}
.fancy_footer span.temp_cart_total span {
  display: inline;
  padding: 0;
  margin: 0;
}
.fancy_header h1 {
  font-size: 32px;
  line-height: 40px;
}
.fancy_header p {
  font-size: 15px;
  margin-top: 5px;
}
div.popup_options_or_extras {
  display: none;
}
div.popup_options_or_extras.active {
  display: block;
}
.popup_options_or_extras .option-header {
  background: #edf5ff;
  padding: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid #e4e4e4;
}
.popup_options_or_extras .items .item {
  background: #fff;
  padding: 5px 10px;
  line-height: 30px;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
}
.popup_options_or_extras .items .item .item_right_column {
  float: right;
}
.popup_options_or_extras .items .item .item_right_column span.item_price {
  margin-right: 30px;
}
.popup_options_or_extras
  .items
  .item
  .item_right_column
  button.add_option_extra_to_cart {
  color: #ccc;
  border: none;
  font-size: 15px;
  font-weight: 300;
  width: 30px;
  line-height: 100%;
  height: 30px;
  color: #00d9d9;
  background-color: #eaeaea;
  outline: none;
  text-align: center;
  float: right;
  padding: 0;
}
.disabled_click {
  pointer-events: none;
}
.popup_options_or_extras .items .item.selected_item {
  background: #f5f5f5;
}
.popup_options_or_extras .items .item.selected_item:before {
  content: "\f058";
  font-family: FontAwesome;
  color: #00d9d9;
  font-size: 15px;
  margin-right: 7px;
}
.popup_options_or_extras .items .extra_detail {
  display: block;
  background: #f5f5f5;
  padding: 10px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  position: relative;
}
.popup_options_or_extras .items .extra_detail button {
  border: none;
  display: inline;
  padding: 0;
  /* padding: 5px 5px; */
  height: 30px;
  width: 30px;
  outline: none;
}
.popup_options_or_extras .items .extra_detail .extra_quantity {
  display: inline;
  line-height: 30px;
  margin-left: 20px;
}
.popup_options_or_extras .items .extra_detail .extra_total {
  float: right;
  display: inline;
  line-height: 30px;
  /* float: left; */
}
.popup_options_or_extras .items .extra_detail:before {
  border-bottom: #f5f5f5 8px solid;
  position: absolute;
  top: -8px;
  left: 45px;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  background: none;
}
div.popup_options_or_extras_string {
  /* background: #fff; */
  background: #f5f5f5;
  padding: 5px 10px;
  line-height: 30px;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
}
div.popup_options_or_extras_string:before {
  content: "\f058";
  font-family: FontAwesome;
  color: #00d9d9;
  font-size: 15px;
  margin-right: 7px;
}
.userMessage {
  width: 100%;
  position: fixed;
  z-index: 2000;
  left: 0;
  z-index: 40000;
  top: -50px;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  cursor: pointer;
}
.userMessage.success {
  background: #009595;
}
.userMessage.error {
  background: #b31000;
}
.userMessage .container {
  padding: 0 30px;
}
.userMessage p {
  display: inline;
}
.userMessage span.close {
  color: #fff;
  opacity: 0.8;
}
.userMessage.show {
  top: 0;
}
.cart_products {
  border-top: 1px solid #e4e4e4;
  margin-top: 20px;
  margin-left: -15px;
  padding-left: 15px;
}
.cart_products {
  border-top: 1px solid #e4e4e4;
  margin-top: 20px;
  margin-left: -15px;
  padding-left: 15px;
}
.cart_products .products {
  /* padding-top: 15px; */
  overflow: hidden;
  position: relative;
}
.cart_products .products .product {
  width: 100%;
  padding-right: 15px;
  margin-top: 15px;
  overflow: hidden;
}
.cart_products .products .product .cart_actions {
  float: left;
  width: 24px;
}
.cart_products .products .product .cart_actions button.remove_cart {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #e4e4e4;
  border: none;
  text-align: center;
  padding: 0;
  outline: none;
}
.cart_products .products .product .product_details {
  display: inline-block;
  width: calc(100% - 27px);
  box-sizing: border-box;
  padding-left: 5px;
}
#cart_total .product_details {
  width: 100%;
  padding-left: 0;
}
#cart_total .product_details .cart_total {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
}
.cart_products .products .product .product_info {
  font-size: 15px;
  display: inline-block;
  line-height: 25px;
  width: calc(100% - 25px);
}
.cart_products .product .options,
.cart_products .product .extras {
  margin-top: 5px;
}
.cart_products .product .options .title,
.cart_products .product .extras .title {
  font-weight: 500;
  margin-left: 5px;
  display: block;
  font-size: 13px;
  position: relative;
}
.cart_products .product .options .title:before,
.cart_products .product .extras .title:before {
  content: "* ";
}
.cart_products .products .product .product_info.option_extra span.item_name {
  font-size: 12px;
}
.cart_products .products .product .product_info.option_extra .item_price {
  font-size: 12px;
}
.cart_products .products .product .product_info span.item_name {
  margin-left: 15px;
}
.cart_products .products .product .product_info .item_price {
  float: right;
}
.cart_container .cart_checkout_button.active {
  background: #18dada;
  pointer-events: all;
  transition: all 1;
}
.cart_checkout_button.active:hover {
  background: #14f5f5;
}
.cart_container .cart_checkout_button.disabled {
  background: #e4e4e4;
  pointer-events: none;
}
.fancy_body.checkoutdeliveryoptioncontainer {
  text-align: center;
  overflow: hidden;
  padding: 20px;
  /* background: red; */
}
button.CheckoutDeliveryOptionButton {
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  background: #00d9d9;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
  outline: none;
}
.back_page {
  margin-top: 0;
}
.store_content_container h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}
.customer_addresses .customer_address {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 15px 15px 10px;
  background: #efefef;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.customer_addresses .customer_address:hover {
  background-color: #dfdede;
}
.customer_addresses .customer_address label {
  float: left;
  margin-bottom: 0;
}
.customer_addresses .customer_address span.address_name {
  float: left;
  font-size: 15px;
  margin: 4px 10px;
  width: calc(100% - 52px);
  color: #000;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.customer_addresses .customer_address:hover span.address_name {
  color: #000;
}
.customer_addresses .customer_address:last-child {
  margin-bottom: 0;
}
.back_page p {
  margin-bottom: 14px;
  color: #000;
  font-size: 15px;
}
.add_address_form {
  margin-top: 10px;
  display: none;
  overflow: hidden;
}
.customer_addresses a.add_address {
  color: #00d9d9;
  text-decoration: underline;
  cursor: pointer;
  /* font-weight: 400; */
}
.add_address_form.active {
  display: block;
}
div#errors_container {
  background: #fff0f0;
  padding: 15px;
  border-radius: 5px;
  text-align: left;
}
div#errors_container h1 {
  text-align: left;
  font-size: 17px;
  color: #e21818;
}
div#errors_container label.error {
  margin-bottom: 10px;
  display: block;
  margin-bottom: 10px;
}
div#errors_container label.error:last-child {
  margin: 0;
}
.payment_methods .payment_method {
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 15px;
  overflow: hidden;
  font-weight: 500;
  border: 1px solid #eaeaea;
}
.payment_methods .payment_method:last-child {
  margin: 0;
}
.payment_methods .payment_method .payment_method_detail {
  overflow: hidden;
  padding: 10px 15px;
  background: #eaeaea;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.payment_methods .payment_method .payment_method_detail .payment_method_name {
  margin-left: 5px;
}
.payment_methods .payment_method .payment_method_detail .close {
  color: #00d9d9;
  opacity: 0.7;
}
.payment_methods .payment_method .payment_method_form {
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
  min-height: 100px;
  display: none;
}
.payment_methods .payment_method .payment_method_form.active {
  display: block;
}
.payment_methods .payment_method .payment_method_form div {
  padding-left: 0;
}
.payment_methods .payment_method .form-input-container {
  margin-bottom: 0;
  font-size: 14px;
}
.payment_methods
  .payment_method
  .form-input-container
  .form-control#submit_button {
  margin: 0;
}
.payment_methods .payment_method .form-input-container .form-control {
  padding: 20px;
}
.payment_methods .payment_method .payment_method_form div div:last-child {
  padding-right: 0;
}
.ajax_loading {
  width: 100%;
  box-sizing: border-box;
  padding-top: 35px;
  clear: both;
  font-size: 20px;
  height: 100%;
  /* background: rgba(0,0,0,0.2); */
  position: absolute;
  left: 0;
  top: 0;
  position: abs;
  text-align: center;
}
.card-wrapper {
  margin-top: 10px;
}
.attention {
  background: #00d9d9;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 5px;
}
.attention h3 {
  color: #fff;
}
.attention p {
  text-align: left;
}
.return_page {
  float: left;
  display: block;
  /* width: 100%; */
  clear: both;
  border-radius: 5px;
  background: #fff;
  /* border: 1px solid #ccc; */
  padding: 5px 10px;
  color: #00d9d9;
  border: none;
}
.return_page a {
  color: #00d9d9;
  font-weight: 400;
}
.mobil_cart_container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2000;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #00d9d9;
  display: none;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
}
.mobil_cart_container a {
  color: #fff;
}
.mobil_cart_container.disabled {
  pointer-events: none;
  background: #b4b4b4;
}
.selected_item span:not(.item_name),
.popup_options_or_extras_string span {
  font-weight: 400;
}
.delivery_time {
  border: 1px solid #eaeaea;
  box-shadow: none;
  padding: 25px 15px;
  width: 100%;
  margin: 5px 0;
  font-size: 16px;
}
