.wpc-col-reverse {
  flex-direction: row-reverse !important;
}

.wpc-align-self-center {
  align-self: center !important;
}

.wpc-p0 {
  padding: 0 !important;
}

.wpc-m0 {
  margin: 0 !important;
}

.wpc-none {
  display: none;
}

.wpc-post-bg-img {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*--------------------------
// menu tag
----------------------------*/
.wpc-menu-tag-wrap .wpc-menu-tag {
  display: inline-block;
}

.wpc_pro_standard_offer_message {
  background: #e4d5f3;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

/*--------------------------
// Tab Grid
----------------------------*/
.wpc-tab-grid .wpc-food-menu-item {
  padding: 0 !important;
  margin-bottom: 30px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.06);
}
.wpc-tab-grid .wpc-food-menu-item .wpc-food-menu-thumb {
  position: relative;
}
.wpc-tab-grid .wpc-food-menu-item .wpc-food-inner-content {
  padding: 15px;
}
.wpc-tab-grid .wpc-menu-tag-wrap {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.wpc-tab-grid .wpc-menu-tag {
  padding: 0;
}

/*--------------------------
// tab grid slider
----------------------------*/
.wpc-tab-grid-style2 .wpc-food-menu-item {
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.wpc-tab-grid-style2 .wpc-food-menu-item .wpc-food-menu-thumb {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
  margin: auto auto 25px;
}
.wpc-tab-grid-style2 .wpc-food-menu-item .wpc-food-menu-thumb img {
  height: 100%;
  object-fit: cover;
}
.wpc-tab-grid-style2 .wpc-food-menu-item .wpc-add-to-cart {
  position: relative;
}
.wpc-tab-grid-style2 .wpc-food-menu-item .wpc-add-to-cart a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  margin: auto;
}
.wpc-tab-grid-style2 .wpc-food-menu-item .wpc-food-inner-content p {
  padding-right: 0;
}
.wpc-tab-grid-style2 .wpc-food-menu-item .wpc-feautre-thumb-area {
  position: relative;
}
.wpc-tab-grid-style2 .wpc-food-menu-item .wpc-menu-tag-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.wpc-tab-grid-style2 .wpc-food-menu-item .wpc-price {
  position: absolute;
  left: 60%;
  bottom: -10px;
  min-width: 90px;
  min-height: 90px;
  background: #bc906b;
  border-radius: 50%;
  text-align: center;
  border: 7px solid #fff;
  padding: 22px 0;
  color: #fff;
  font-size: 20px;
}
.wpc-tab-grid-style2 .wpc-food-menu-item .wpc-price .woocommerce-price-suffix {
  display: none;
}
.wpc-tab-grid-style2 .wpc-food-menu-item .wpc-price del {
  display: none;
}

/*--------------------------
// wpc food tab style 3
----------------------------*/
.wpc-food-tab-style3 .wpc-food-menu-thumb {
  overflow: hidden;
}
.wpc-food-tab-style3 .wpc-food-menu-thumb img {
  height: 100%;
  object-fit: cover;
}

/*--------------------------
// wpc food tab style 4
----------------------------*/
.wpc-food-tab-style4.wpc-food-menu-item .wpc-food-menu-thumb,
.wpc-slider-grid-3 .wpc-food-menu-item .wpc-food-menu-thumb {
  margin-bottom: 0;
}
.wpc-food-tab-style4.wpc-food-menu-item .wpc-food-menu-thumb:before,
.wpc-slider-grid-3 .wpc-food-menu-item .wpc-food-menu-thumb:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.wpc-food-tab-style4.wpc-food-menu-item .wpc-menu-tag,
.wpc-slider-grid-3 .wpc-food-menu-item .wpc-menu-tag {
  z-index: 1;
}
.wpc-food-tab-style4.wpc-food-menu-item .wpc-add-to-cart,
.wpc-slider-grid-3 .wpc-food-menu-item .wpc-add-to-cart {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}
.wpc-food-tab-style4.wpc-food-menu-item .wpc-add-to-cart a,
.wpc-slider-grid-3 .wpc-food-menu-item .wpc-add-to-cart a {
  margin: auto;
}
.wpc-food-tab-style4.wpc-food-menu-item span.wpc-menu-currency,
.wpc-slider-grid-3 .wpc-food-menu-item span.wpc-menu-currency {
  right: 15px;
  top: 12px;
  position: absolute;
  background: #e3106e;
  padding: 12px 9px;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
}
.wpc-food-tab-style4.wpc-food-menu-item .wpc-food-inner-content,
.wpc-slider-grid-3 .wpc-food-menu-item .wpc-food-inner-content {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.wpc-food-tab-style4.wpc-food-menu-item .wpc-food-inner-content .wpc-post-title a,
.wpc-slider-grid-3 .wpc-food-menu-item .wpc-food-inner-content .wpc-post-title a {
  color: #fff;
  background-color: transparent;
}
.wpc-food-tab-style4.wpc-food-menu-item .wpc-food-inner-content p,
.wpc-slider-grid-3 .wpc-food-menu-item .wpc-food-inner-content p {
  color: #fff;
  padding: 0;
}
.wpc-food-tab-style4.wpc-food-menu-item .wpc-food-menu-thumb:before,
.wpc-food-tab-style4.wpc-food-menu-item .wpc-menu-tag,
.wpc-food-tab-style4.wpc-food-menu-item .wpc-add-to-cart,
.wpc-food-tab-style4.wpc-food-menu-item .wpc-food-inner-content,
.wpc-food-tab-style4.wpc-food-menu-item span.wpc-menu-currency,
.wpc-slider-grid-3 .wpc-food-menu-item .wpc-food-menu-thumb:before,
.wpc-slider-grid-3 .wpc-food-menu-item .wpc-menu-tag,
.wpc-slider-grid-3 .wpc-food-menu-item .wpc-add-to-cart,
.wpc-slider-grid-3 .wpc-food-menu-item .wpc-food-inner-content,
.wpc-slider-grid-3 .wpc-food-menu-item span.wpc-menu-currency {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
}
.wpc-food-tab-style4.wpc-food-menu-item:hover .wpc-food-menu-thumb:before,
.wpc-food-tab-style4.wpc-food-menu-item:hover .wpc-menu-tag,
.wpc-food-tab-style4.wpc-food-menu-item:hover .wpc-add-to-cart,
.wpc-food-tab-style4.wpc-food-menu-item:hover .wpc-food-inner-content,
.wpc-food-tab-style4.wpc-food-menu-item:hover span.wpc-menu-currency,
.wpc-slider-grid-3 .wpc-food-menu-item:hover .wpc-food-menu-thumb:before,
.wpc-slider-grid-3 .wpc-food-menu-item:hover .wpc-menu-tag,
.wpc-slider-grid-3 .wpc-food-menu-item:hover .wpc-add-to-cart,
.wpc-slider-grid-3 .wpc-food-menu-item:hover .wpc-food-inner-content,
.wpc-slider-grid-3 .wpc-food-menu-item:hover span.wpc-menu-currency {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 1;
}

.wpc-food-tab-style4 .wpc_pro_food_time li {
  color: #fff;
}
.wpc-food-tab-style4 .wpc_pro_food_time li .wpc_preparing_time {
  float: none;
  margin-left: 15px;
}

.wpc-tab-grid-style2 .wpc_pro_food_time li .wpc_preparing_time {
  float: none;
  margin-left: 15px;
}

/*--------------------------
// wpc food menu tab nav possition
----------------------------*/
@media (min-width: 768px) {
  .nav-position-right,
  .nav-position-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-position-right .wpc-nav,
  .nav-position-left .wpc-nav {
    flex-basis: 30%;
    margin-right: 20px;
  }
  .nav-position-right .wpc-nav li,
  .nav-position-left .wpc-nav li {
    display: block;
    width: 100%;
  }
  .nav-position-right .wpc-nav li a,
  .nav-position-left .wpc-nav li a {
    border: 1px dashed #eaeaea;
    padding: 15px 15px;
    bottom: 0;
  }
  .nav-position-right .wpc-nav li a.wpc-active,
  .nav-position-left .wpc-nav li a.wpc-active {
    background-color: #e3106e;
    color: #fff;
    border-color: #e3106e;
  }
  .nav-position-right .wpc-tab-content.wpc-widget-wrapper,
  .nav-position-left .wpc-tab-content.wpc-widget-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .nav-position-left .wpc-nav li a {
    border-bottom: 0;
  }
  .nav-position-left .wpc-nav li a:after {
    left: auto;
    top: 0;
    transform: rotate(-90deg);
    right: -15px;
  }
  .nav-position-right .wpc-nav {
    order: 1;
    margin-right: 0;
    margin-left: 20px;
  }
  .nav-position-right .wpc-nav li a {
    border-bottom: 0;
  }
  .nav-position-right .wpc-nav li a:after {
    right: auto;
    top: 0;
    transform: rotate(90deg);
    left: -15px;
  }
}
/*--------------------------
// wpc food menu slider
----------------------------*/
.wpc-food-menu-slider .wpc-food-menu-thumb {
  margin-bottom: 15px;
}
.wpc-food-menu-slider .wpc-post-meta-info:after {
  clear: both;
  display: table;
  content: "";
}
.wpc-food-menu-slider .wpc-post-meta-info .wpc-menu-tag {
  float: left;
}

.wpc-tab-with-slider,
.wpc-food-menu-slider {
  overflow: hidden;
  position: relative;
}
.wpc-tab-with-slider .wpc-food-menu-item,
.wpc-food-menu-slider .wpc-food-menu-item {
  margin-bottom: 40px;
}
.wpc-tab-with-slider .swiper-button-next,
.wpc-tab-with-slider .swiper-button-prev,
.wpc-food-menu-slider .swiper-button-next,
.wpc-food-menu-slider .swiper-button-prev {
  background-image: none;
  background-color: #e3106e;
  color: #fff;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  font-size: 14px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.wpc-tab-with-slider .swiper-button-next:after,
.wpc-tab-with-slider .swiper-button-prev:after,
.wpc-food-menu-slider .swiper-button-next:after,
.wpc-food-menu-slider .swiper-button-prev:after {
  display: none;
}
.wpc-tab-with-slider .swiper-button-next,
.wpc-food-menu-slider .swiper-button-next {
  right: 15px;
}
.wpc-tab-with-slider .swiper-button-prev,
.wpc-food-menu-slider .swiper-button-prev {
  left: 15px;
}
.wpc-tab-with-slider .swiper-pagination-bullets,
.wpc-tab-with-slider .swiper-pagination-custom,
.wpc-tab-with-slider .swiper-pagination-fraction,
.wpc-food-menu-slider .swiper-pagination-bullets,
.wpc-food-menu-slider .swiper-pagination-custom,
.wpc-food-menu-slider .swiper-pagination-fraction {
  bottom: 0;
}
.wpc-tab-with-slider:hover .swiper-button-next,
.wpc-tab-with-slider:hover .swiper-button-prev,
.wpc-food-menu-slider:hover .swiper-button-next,
.wpc-food-menu-slider:hover .swiper-button-prev {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*--------------------------
//  wpc slider  grid 3
----------------------------*/
.wpc-slider-grid-3,
.wpc-menu-list-style2,
.wpc-food-slider1 {
  overflow: hidden;
}
.wpc-slider-grid-3 .wpc-menu-tag-wrap,
.wpc-menu-list-style2 .wpc-menu-tag-wrap,
.wpc-food-slider1 .wpc-menu-tag-wrap {
  position: absolute;
  top: 15px;
  left: 15px;
}
.wpc-slider-grid-3 .wpc-menu-tag,
.wpc-menu-list-style2 .wpc-menu-tag,
.wpc-food-slider1 .wpc-menu-tag {
  padding: 0;
}

.wpc-slider-grid-3 .wpc_pro_food_time li {
  color: #fff;
}
.wpc-slider-grid-3 .wpc_pro_food_time li .wpc_preparing_time {
  float: none;
  margin-left: 10px;
}

.wpc-menu-list-style1 .wpc-food-menu-thumb {
  overflow: hidden;
}

.wpc-menu-list-style2 .wpc-food-menu-thumb {
  margin-bottom: 15px;
}
.wpc-menu-list-style2 .wpc-food-menu-item {
  padding: 0 !important;
}

.content-style-5 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.content-style-5 .wpc-food-menu-item {
  overflow: hidden;
}
.content-style-5 .wpc-menu-tag-wrap .wpc-menu-tag li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background-color: transparent;
  color: #000;
}
.content-style-5 .wpc-menu-tag-wrap .wpc-menu-tag li:nth-child(3n+1) {
  background: #cef5ff;
}
.content-style-5 .wpc-menu-tag-wrap .wpc-menu-tag li:nth-child(3n+2) {
  background: #ffd7e7;
}
.content-style-5 .wpc-menu-tag-wrap .wpc-menu-tag li:nth-child(3n+3) {
  background: #fcefd2;
}
.content-style-5 .wpc-add-to-cart {
  position: relative;
  left: 0;
  bottom: 0;
}
.content-style-5 .wpc-add-to-cart a {
  line-height: 30px;
  margin-right: 20px;
  border-radius: 5px;
}
.content-style-5 .wpc-add-to-cart a.cart-text-added {
  padding: 1px 15px 3px 0;
}
.content-style-5 .wpc-food-inner-content p {
  min-height: auto;
  margin-bottom: 15px;
}
.content-style-5 .wpc-menu-footer-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-style-5 .wpc-food-inner-content p {
  padding-right: 0;
}
.content-style-5 .wpc-menu-currency {
  font-size: 20px;
  font-weight: 600;
}

/*--------------------------
// wpc-menu-list-style4
----------------------------*/
.wpc-menu-list-style4 {
  margin-left: 0;
  margin-right: 0;
}
.wpc-menu-list-style4 .wpc-food-menu-item {
  padding: 0 !important;
}
.wpc-menu-list-style4 .wpc-food-menu-item .wpc-food-inner-content {
  text-align: center;
  padding: 30px;
  position: relative;
}
.wpc-menu-list-style4 .wpc-food-menu-item .wpc-food-inner-content .wpc-menu-currency {
  float: none;
  display: block;
  padding-left: 0;
}
.wpc-menu-list-style4 .wpc-food-menu-item .wpc-food-inner-content p {
  padding-right: 0;
}
.wpc-menu-list-style4 .wpc-food-menu-item .wpc-food-inner-content .wpc-add-to-cart {
  position: relative;
}
.wpc-menu-list-style4 .wpc-food-menu-item .wpc-food-inner-content .wpc-add-to-cart a {
  margin: auto;
}

.wpc-stockout a {
  cursor: no-drop;
  background-color: #ccc !important;
}

/*--------------------------
// order 
----------------------------*/
.form-row.wpc_pro_order_time .woocommerce-input-wrapper {
  display: flex;
  align-items: center;
}
.form-row.wpc_pro_order_time .woocommerce-input-wrapper label {
  margin-right: 20px;
}
.form-row.wpc_pro_order_time .woocommerce-input-wrapper .input-radio {
  margin-right: 5px;
}

.wpc-pickup-delivery {
  margin-bottom: 30px;
  display: flex;
  padding-left: 0;
  justify-content: space-around;
  list-style-type: none;
}
.wpc-pickup-delivery strong {
  display: block;
}
.wpc-pickup-delivery:empty {
  display: none;
}

.wpc-price-wrap .wpc-main-price {
  margin-right: 5px;
  opacity: 0.6;
}
.wpc-price-wrap .wpc-discount-price {
  font-weight: 700;
}

.business_hour_label {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.wpc_pro_business_hour {
  list-style-type: none;
  margin: 0;
}
.wpc_pro_business_hour li {
  line-height: 30px;
  border-bottom: 1px solid #e4e6eb;
  padding: 10px 0;
  color: #000000;
  background-color: #ffffff;
}
.wpc_pro_business_hour li span {
  float: right;
}
.wpc_pro_business_hour li:last-child {
  border-bottom: none;
}
.wpc_pro_business_hour li strong {
  font-size: 24px;
}
.wpc_pro_business_hour ul {
  list-style: none;
  margin: 0;
}

.slot-item {
  margin-bottom: 30px;
  padding: 40px 36px;
  border-radius: 12px;
  box-shadow: none;
  background-color: #ffffff;
  color: #000000;
}
.slot-item strong {
  font-size: 24px;
  color: inherit;
}
.slot-item ul li {
  position: relative;
  padding-left: 31px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.slot-item ul li::before {
  position: absolute;
  content: "";
  inset: 0;
  right: auto;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  margin: auto;
}

.wpc_pro_food_time {
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px;
}
.wpc_pro_food_time li {
  display: block;
  font-size: 14px;
  overflow: hidden;
  line-height: 26px;
}
.wpc_pro_food_time li .wpc_label_meta {
  font-weight: 600;
}
.wpc_pro_food_time li .wpc_preparing_time {
  float: right;
}
.wpc_pro_food_time li:last-child {
  padding-bottom: 0;
}

.admin-bar .wpc-product-popup-content {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .wpc-product-popup-content {
    top: 0px;
  }
}

.wpc-product-popup-content,
.wpc-menu-of-the-day {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  outline: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
}
.wpc-product-popup-content .wpc-close.wpc-btn,
.wpc-menu-of-the-day .wpc-close.wpc-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.wpc-product-popup-content .wpc-close.wpc-btn i,
.wpc-menu-of-the-day .wpc-close.wpc-btn i {
  line-height: 35px;
  font-style: normal;
}
.wpc-product-popup-content .wpc-close.wpc-btn:focus,
.wpc-menu-of-the-day .wpc-close.wpc-btn:focus {
  border: none;
  outline: none;
}
.wpc-product-popup-content .product_title,
.wpc-menu-of-the-day .product_title {
  font-size: 30px;
  margin: 0 0 15px 0;
  display: inline-block;
}
.wpc-product-popup-content .onsale,
.wpc-menu-of-the-day .onsale {
  background: #b10707;
  padding: 6px;
  color: #fff;
}
.wpc-product-popup-content .price,
.wpc-product-popup-content .woocommerce-variation-price,
.wpc-menu-of-the-day .price,
.wpc-menu-of-the-day .woocommerce-variation-price {
  font-size: 20px;
  color: #e3106e;
}
.wpc-product-popup-content .woocommerce-variation-price,
.wpc-menu-of-the-day .woocommerce-variation-price {
  margin-bottom: 30px;
}

.wpc-popup-wrap,
#wpc-menu-of-the-day-modal {
  max-width: 1024px;
  margin: 1.75rem auto;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.wpc-popup-wrap-inner {
  min-height: 700px;
}

.wpc-popup-wrap-inner,
.wpc-menu-of-the-day .modal-content {
  position: relative;
  display: -ms-flexbox;
  padding: 50px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.05);
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  box-shadow: none;
}
@media (max-width: 768px) {
  .wpc-popup-wrap-inner,
  .wpc-menu-of-the-day .modal-content {
    padding: 20px;
  }
}
.wpc-popup-wrap-inner .product,
.wpc-menu-of-the-day .modal-content .product {
  padding: 0;
}
.wpc-popup-wrap-inner .woocommerce-product-gallery__wrapper,
.wpc-menu-of-the-day .modal-content .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.wpc-popup-wrap-inner .woocommerce-product-gallery,
.wpc-menu-of-the-day .modal-content .woocommerce-product-gallery {
  opacity: 1 !important;
}
.wpc-popup-wrap-inner table tbody > tr:nth-child(odd) > td,
.wpc-popup-wrap-inner table tbody > tr:nth-child(odd) > th,
.wpc-menu-of-the-day .modal-content table tbody > tr:nth-child(odd) > td,
.wpc-menu-of-the-day .modal-content table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.wpc-popup-wrap-inner .woocommerce-variation-add-to-cart,
.wpc-menu-of-the-day .modal-content .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
}
.wpc-popup-wrap-inner .woocommerce-variation-add-to-cart .quantity,
.wpc-menu-of-the-day .modal-content .woocommerce-variation-add-to-cart .quantity {
  max-width: 100%;
  margin-right: 20px;
}
.wpc-popup-wrap-inner .woocommerce-variation-add-to-cart .quantity .input-text,
.wpc-menu-of-the-day .modal-content .woocommerce-variation-add-to-cart .quantity .input-text {
  border: 1px solid #eaeaea;
  padding: 10px 1rem;
}
.wpc-popup-wrap-inner .woocommerce-variation-add-to-cart .button,
.wpc-menu-of-the-day .modal-content .woocommerce-variation-add-to-cart .button {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  background-color: #e3106e;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  max-height: 45px;
}
.wpc-popup-wrap-inner .woocommerce-variation-add-to-cart .button:hover,
.wpc-menu-of-the-day .modal-content .woocommerce-variation-add-to-cart .button:hover {
  background-color: #e3106e;
}
.wpc-popup-wrap-inner .woocommerce-variation-add-to-cart .button.disabled,
.wpc-menu-of-the-day .modal-content .woocommerce-variation-add-to-cart .button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wpc-popup-wrap-inner .woocommerce-variation-add-to-cart .button.added,
.wpc-menu-of-the-day .modal-content .woocommerce-variation-add-to-cart .button.added {
  padding-right: 15px;
}

.wpc_variation_popup_content .product-type-simple .wpc-single-content .quantity {
  float: left;
  margin-right: 15px;
}

.woocommerce .wpc-product-popup-content .woocommerce-product-gallery,
.woocommerce .wpc-product-popup-content .summary {
  width: 100% !important;
}
.woocommerce .wpc-product-popup-content span.onsale {
  position: static;
  display: inline-flex;
}

.variations.product-variations-wrapper select.wpc_variation_poppup {
  display: none !important;
}

.product-variations-wrapper,
.wpc-inner-addon-container {
  padding: 15px 20px 20px;
  margin: 18px 0 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #eaeaea !important;
}
.product-variations-wrapper .wpc-variation .wpc-variation-title,
.wpc-inner-addon-container .wpc-variation .wpc-variation-title {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
  cursor: pointer;
  display: block;
  clear: both;
}
.product-variations-wrapper .wpc-variation .toggle-icon-trigger,
.wpc-inner-addon-container .wpc-variation .toggle-icon-trigger {
  float: right;
}
.product-variations-wrapper .wpc-variation .toggle-icon-trigger.triggered:before,
.wpc-inner-addon-container .wpc-variation .toggle-icon-trigger.triggered:before {
  content: "\f543";
}
.product-variations-wrapper .wpc-variation-body label,
.product-variations-wrapper .wpc-addon-wrap label,
.wpc-inner-addon-container .wpc-variation-body label,
.wpc-inner-addon-container .wpc-addon-wrap label {
  margin-right: 15px;
  display: inline-block;
}
.product-variations-wrapper .wpc-variation-body [type=radio]:checked,
.product-variations-wrapper .wpc-variation-body [type=radio]:not(:checked),
.product-variations-wrapper .wpc-variation-body [type=checkbox]:checked,
.product-variations-wrapper .wpc-variation-body [type=checkbox]:not(:checked),
.product-variations-wrapper .wpc-addon-wrap [type=radio]:checked,
.product-variations-wrapper .wpc-addon-wrap [type=radio]:not(:checked),
.product-variations-wrapper .wpc-addon-wrap [type=checkbox]:checked,
.product-variations-wrapper .wpc-addon-wrap [type=checkbox]:not(:checked),
.wpc-inner-addon-container .wpc-variation-body [type=radio]:checked,
.wpc-inner-addon-container .wpc-variation-body [type=radio]:not(:checked),
.wpc-inner-addon-container .wpc-variation-body [type=checkbox]:checked,
.wpc-inner-addon-container .wpc-variation-body [type=checkbox]:not(:checked),
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:checked,
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:not(:checked),
.wpc-inner-addon-container .wpc-addon-wrap [type=checkbox]:checked,
.wpc-inner-addon-container .wpc-addon-wrap [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.product-variations-wrapper .wpc-variation-body [type=radio]:checked + span.wpc-veriation-attribute,
.product-variations-wrapper .wpc-variation-body [type=radio]:not(:checked) + span.wpc-veriation-attribute,
.product-variations-wrapper .wpc-variation-body [type=checkbox]:checked + span.wpc-veriation-attribute,
.product-variations-wrapper .wpc-variation-body [type=checkbox]:not(:checked) + span.wpc-veriation-attribute,
.product-variations-wrapper .wpc-addon-wrap [type=radio]:checked + span.wpc-veriation-attribute,
.product-variations-wrapper .wpc-addon-wrap [type=radio]:not(:checked) + span.wpc-veriation-attribute,
.product-variations-wrapper .wpc-addon-wrap [type=checkbox]:checked + span.wpc-veriation-attribute,
.product-variations-wrapper .wpc-addon-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute,
.wpc-inner-addon-container .wpc-variation-body [type=radio]:checked + span.wpc-veriation-attribute,
.wpc-inner-addon-container .wpc-variation-body [type=radio]:not(:checked) + span.wpc-veriation-attribute,
.wpc-inner-addon-container .wpc-variation-body [type=checkbox]:checked + span.wpc-veriation-attribute,
.wpc-inner-addon-container .wpc-variation-body [type=checkbox]:not(:checked) + span.wpc-veriation-attribute,
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:checked + span.wpc-veriation-attribute,
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:not(:checked) + span.wpc-veriation-attribute,
.wpc-inner-addon-container .wpc-addon-wrap [type=checkbox]:checked + span.wpc-veriation-attribute,
.wpc-inner-addon-container .wpc-addon-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 17px;
  font-size: 14px;
  display: inline-block;
  color: #666;
  font-weight: 400;
}
.product-variations-wrapper .wpc-variation-body [type=radio]:checked + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-variation-body [type=radio]:not(:checked) + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-variation-body [type=checkbox]:checked + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-variation-body [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-addon-wrap [type=radio]:checked + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-addon-wrap [type=radio]:not(:checked) + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-addon-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-addon-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-variation-body [type=radio]:checked + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-variation-body [type=radio]:not(:checked) + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-variation-body [type=checkbox]:checked + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-variation-body [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:checked + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:not(:checked) + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-addon-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-addon-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.product-variations-wrapper .wpc-variation-body [type=radio]:checked + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-variation-body [type=checkbox]:checked + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-addon-wrap [type=radio]:checked + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-addon-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-variation-body [type=radio]:checked + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-variation-body [type=checkbox]:checked + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:checked + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-addon-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:before {
  border-color: #e3106e;
}
.product-variations-wrapper .wpc-variation-body [type=radio]:checked + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-variation-body [type=radio]:not(:checked) + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-variation-body [type=checkbox]:checked + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-variation-body [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-addon-wrap [type=radio]:checked + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-addon-wrap [type=radio]:not(:checked) + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-addon-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-addon-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-variation-body [type=radio]:checked + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-variation-body [type=radio]:not(:checked) + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-variation-body [type=checkbox]:checked + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-variation-body [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:checked + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:not(:checked) + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-addon-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-addon-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #e3106e;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-variations-wrapper .wpc-variation-body [type=radio]:not(:checked) + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-variation-body [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-addon-wrap [type=radio]:not(:checked) + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-addon-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-variation-body [type=radio]:not(:checked) + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-variation-body [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:not(:checked) + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-addon-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.product-variations-wrapper .wpc-variation-body [type=radio]:checked + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-variation-body [type=checkbox]:checked + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-addon-wrap [type=radio]:checked + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-addon-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-variation-body [type=radio]:checked + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-variation-body [type=checkbox]:checked + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-addon-wrap [type=radio]:checked + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-addon-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-variations-wrapper .wpc-variation-body.wpc-addon-checkbox-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-variation-body.wpc-addon-checkbox-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-addon-wrap.wpc-addon-checkbox-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:before,
.product-variations-wrapper .wpc-addon-wrap.wpc-addon-checkbox-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-variation-body.wpc-addon-checkbox-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-variation-body.wpc-addon-checkbox-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-addon-wrap.wpc-addon-checkbox-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:before,
.wpc-inner-addon-container .wpc-addon-wrap.wpc-addon-checkbox-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:before {
  border-radius: 5px;
}
.product-variations-wrapper .wpc-variation-body.wpc-addon-checkbox-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-variation-body.wpc-addon-checkbox-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-addon-wrap.wpc-addon-checkbox-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:after,
.product-variations-wrapper .wpc-addon-wrap.wpc-addon-checkbox-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-variation-body.wpc-addon-checkbox-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-variation-body.wpc-addon-checkbox-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-addon-wrap.wpc-addon-checkbox-wrap [type=checkbox]:checked + span.wpc-veriation-attribute:after,
.wpc-inner-addon-container .wpc-addon-wrap.wpc-addon-checkbox-wrap [type=checkbox]:not(:checked) + span.wpc-veriation-attribute:after {
  left: 4px;
  top: 9px;
  background: #e3106e;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #e3106e, 4px 0 0 #e3106e, 4px -2px 0 #e3106e, 4px -4px 0 #e3106e, 4px -6px 0 #e3106e, 4px -8px 0 #e3106e;
  transform: rotate(45deg);
}
.product-variations-wrapper .form-group,
.wpc-inner-addon-container .form-group {
  padding: 0px 0 20px;
  border-bottom: 1px solid #eaeaea;
}
.product-variations-wrapper .form-group:last-of-type,
.wpc-inner-addon-container .form-group:last-of-type {
  padding: 0px 0 0px;
  border-bottom: none;
}

/*-------------------------
// category  list widget
--------------------------*/
.wpc-img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.wpc-single-cat-item {
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.wpc-single-cat-item .wpc-cat-thumb {
  width: 100%;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.wpc-single-cat-item .wpc-category-title {
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
}
.wpc-single-cat-item .wpc-category-title a {
  color: #101010;
}
.wpc-single-cat-item:hover .wpc-cat-thumb {
  background-size: 102%;
}

/*-------------------------
// category  list widget style 1
--------------------------*/
.wpc-location-list-style1 .wpc-category-title,
.wpc-location-list-style3 .wpc-category-title,
.wpc-category-list-style1 .wpc-category-title,
.wpc-category-list-style3 .wpc-category-title {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  width: 100%;
}
.wpc-location-list-style1 .wpc-category-title a,
.wpc-location-list-style3 .wpc-category-title a,
.wpc-category-list-style1 .wpc-category-title a,
.wpc-category-list-style3 .wpc-category-title a {
  color: #fff;
  padding: 10px 0;
  display: block;
  background: #e3106e;
}

/*-------------------------
// category  list widget style 2
--------------------------*/
.wpc-category-list-style2 .wpc-cat-thumb,
.wpc-location-list-style2 .wpc-cat-thumb {
  width: 250px;
  margin: auto auto 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

/*-------------------------
// category  list widget style 3
--------------------------*/
.wpc-category-list-style3 .wpc-cat-thumb,
.wpc-location-list-style3 .wpc-cat-thumb {
  position: relative;
}
.wpc-category-list-style3 .wpc-cat-thumb:before,
.wpc-location-list-style3 .wpc-cat-thumb:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.wpc-category-list-style3 .wpc-category-title,
.wpc-location-list-style3 .wpc-category-title {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpc-category-list-style3 .wpc-category-title a,
.wpc-location-list-style3 .wpc-category-title a {
  background: transparent;
}

/*-------------------------
// category  list widget style 4
--------------------------*/
.wpc-category-list-style4 .wpc-cat-title-wrap,
.wpc-location-list-style4 .wpc-cat-title-wrap {
  flex: 0 0 60%;
  max-width: 60%;
  align-self: center;
}
.wpc-category-list-style4 .wpc-cat-img,
.wpc-location-list-style4 .wpc-cat-img {
  flex: 0 0 40%;
  max-width: 40%;
}
.wpc-category-list-style4 .wpc-category-title,
.wpc-location-list-style4 .wpc-category-title {
  text-align: left;
  margin-bottom: 25px;
}
.wpc-category-list-style4 .wpc-cat-thumb,
.wpc-location-list-style4 .wpc-cat-thumb {
  min-height: 90px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 10px solid #fff;
  max-width: 90px;
  margin-right: 20px;
  margin-left: auto;
}
.wpc-category-list-style4 .wpc-readmore-link,
.wpc-location-list-style4 .wpc-readmore-link {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #232323;
  line-height: 50px;
  font-size: 15px;
}
.wpc-category-list-style4 .wpc-readmore-link i,
.wpc-location-list-style4 .wpc-readmore-link i {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
}
.wpc-category-list-style4 .wpc-single-cat-item,
.wpc-location-list-style4 .wpc-single-cat-item {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  background: #fef8ec;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.wpc-category-list-style4 .wpc-single-cat-item:hover,
.wpc-location-list-style4 .wpc-single-cat-item:hover {
  background: #e3106e;
}
.wpc-category-list-style4 .wpc-single-cat-item:hover .wpc-readmore-link,
.wpc-category-list-style4 .wpc-single-cat-item:hover .wpc-category-title a,
.wpc-location-list-style4 .wpc-single-cat-item:hover .wpc-readmore-link,
.wpc-location-list-style4 .wpc-single-cat-item:hover .wpc-category-title a {
  color: #fff;
}

/*-------------------------
// wooCommerce override layout 
--------------------------*/
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce {
  padding: 40px 0;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-bottom: 50px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr th,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr td,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr th,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr td {
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr th:not(:last-child),
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr td:not(:last-child),
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr th:not(:last-child),
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr td:not(:last-child) {
  border-right: 1px solid #eaeaea;
}
@media (max-width: 768px) {
  body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr th:not(:last-child),
  body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr td:not(:last-child),
  body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr th:not(:last-child),
  body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr td:not(:last-child) {
    border-left-color: transparent;
    border-right-color: transparent;
    padding: 20px !important;
    min-width: 250px;
  }
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr th.product-name,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr td.product-name,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr th.product-name,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr td.product-name {
  text-align: left;
}
@media (max-width: 768px) {
  body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr th.product-name dl.variation,
  body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr td.product-name dl.variation,
  body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr th.product-name dl.variation,
  body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr td.product-name dl.variation {
    margin-top: 15px;
    text-align: left;
  }
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr th.product-thumbnail,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr td.product-thumbnail,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr th.product-thumbnail,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr td.product-thumbnail {
  border-right: none;
  padding: 0 0 0 10px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr th.product-thumbnail img,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr td.product-thumbnail img,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr th.product-thumbnail img,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr td.product-thumbnail img {
  width: 50px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr td.product-thumbnail,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr td.product-thumbnail {
  padding: 15px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tr td.product-thumbnail img,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tr td.product-thumbnail img {
  width: 150px;
  border-radius: 3px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table thead th,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table thead th {
  color: #101010;
  border: none;
  background-color: #f9f9f9;
  padding: 15px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tbody td,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tbody td {
  background-color: transparent;
  padding: 20px;
  border: none;
  border-bottom: 1px solid #eaeaea;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tbody td.product-name,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tbody td.product-name {
  font-weight: 600;
  padding: 0;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tbody td.product-name a,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tbody td.product-name a {
  color: #101010;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tbody td.product-name a:hover,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tbody td.product-name a:hover {
  color: #e3106e;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tbody td.actions .input-text,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tbody td.actions .input-text {
  width: 100%;
  padding: 0 15px;
  border: 1px solid #eaeaea;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tbody td.actions .coupon,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tbody td.actions .coupon {
  display: flex;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tbody td.product-name,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tbody td.product-name {
  padding: 20px 0 20px 30px;
  border-left: 1px solid #eaeaea;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table tbody td.product-name a,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table tbody td.product-name a {
  color: #a352ff;
  text-decoration: none;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table a.remove,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table a.remove {
  line-height: 18px;
  background: #e3106e;
  color: #fff !important;
  font-size: 20px;
  margin: auto;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .shop_table a.remove:hover,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table a.remove:hover {
  background-color: #e3106e;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .quantity .qty,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .quantity .qty {
  border: 1px solid #eaeaea;
  line-height: 26px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .button,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .button {
  text-align: center;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce button[name=update_cart],
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce button[name=update_cart] {
  float: right;
}
@media (max-width: 768px) {
  body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce button[name=update_cart],
  body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce button[name=update_cart] {
    float: none;
  }
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals table tbody > tr:nth-child(odd) > td,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals table tbody tr td,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals table tbody tr th,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals table tbody tr:hover > td,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals table tbody tr:hover > th,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals table tbody > tr:nth-child(odd) > th,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals table tbody > tr:nth-child(odd) > td,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals table tbody tr td,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals table tbody tr th,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals table tbody tr:hover > td,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals table tbody tr:hover > th,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
  border: none;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals .shop_table,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals .shop_table {
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals .shop_table tr td,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals .shop_table tr th,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals .shop_table tr td,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals .shop_table tr th {
  font-weight: 600;
  border-right: none;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals .shop_table tr:not(:last-child) td,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals .shop_table tr:not(:last-child) th,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals .shop_table tr:not(:last-child) td,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals .shop_table tr:not(:last-child) th {
  border-bottom: 1px solid #eaeaea !important;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals .shop_table tr th,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals .shop_table tr th {
  text-align: left;
  color: #101010;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals .shop_table tr td,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals .shop_table tr td {
  text-align: right;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals .shop_table tr.order-total td,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals .shop_table tr.order-total th,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals .shop_table tr.order-total td,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals .shop_table tr.order-total th {
  font-size: 20px;
  font-weight: 700;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals h2,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals h2 {
  font-size: 24px;
  margin: 0 0 30px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: block;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals .wpc_pro_order_tip_title h3,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .cart_totals h2,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals .wpc_pro_order_tip_title h3,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals h2 {
  color: #101010;
  font-size: 24px;
  font-weight: 700;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce td.product-name dl.variation dt,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce td.product-name dl.variation dt {
  color: #101010;
  font-size: 16px;
  font-weight: 500;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce td.product-name dl.variation dt,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce td.product-name dl.variation dd,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce td.product-name dl.variation dt,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce td.product-name dl.variation dd {
  display: inline-block;
  width: 50%;
  padding: 0;
  margin: 5px 0;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce td.product-name dl.variation dd,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce td.product-name dl.variation dd {
  font-weight: normal;
  margin-bottom: 10px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .select2-container .select2-selection--single,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .wpc_pro_order_tip_wrapper .wpc-form-control,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .select2-container .select2-selection--single,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_order_tip_wrapper .wpc-form-control {
  height: 45px;
  background-color: #ffffff;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .select2-container .select2-selection--single .select2-selection__rendered,
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .wpc_pro_order_tip_wrapper .wpc-form-control .select2-selection__rendered,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .select2-container .select2-selection--single .select2-selection__rendered,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_order_tip_wrapper .wpc-form-control .select2-selection__rendered {
  line-height: 15px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce ul.food_with_reserv,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce ul.food_with_reserv {
  list-style: none;
  padding: 15px 15px;
  border: 1px solid #eaeaea;
  text-align: center;
}
@media (max-width: 768px) {
  body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce ul.food_with_reserv,
  body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce ul.food_with_reserv {
    text-align: left;
    display: block;
  }
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce ul.food_with_reserv li,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce ul.food_with_reserv li {
  border-color: transparent;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .wpc_pro_remove_tip.wpc-btn.wpc-btn-border,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_remove_tip.wpc-btn.wpc-btn-border {
  margin-left: 20px;
}
body.woocomerce-layout-override-enable.woocommerce-cart #content table.cart td.actions .input-text,
body.woocomerce-layout-override-enable.woocommerce-cart table.cart td.actions .input-text,
body.woocomerce-layout-override-enable.woocommerce-cart #content table.cart td.actions .input-text,
body.woocomerce-layout-override-enable.woocommerce-cart table.cart td.actions .input-text,
body.woocomerce-layout-override-enable.woocommerce-checkout #content table.cart td.actions .input-text,
body.woocomerce-layout-override-enable.woocommerce-checkout table.cart td.actions .input-text,
body.woocomerce-layout-override-enable.woocommerce-checkout #content table.cart td.actions .input-text,
body.woocomerce-layout-override-enable.woocommerce-checkout table.cart td.actions .input-text {
  width: auto;
  line-height: 34px;
}

.wpc_pro_pickup_message,
.wpc_pro_delivary_message {
  clear: both;
  overflow: hidden;
}

/*-------------------------
// wooCommerce override layout  checkout page
--------------------------*/
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce {
  padding: 60px 0;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_order_time_settings {
  width: 100%;
  margin-bottom: 30px;
  background: #f7f6f7;
  padding: 20px 20px 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_order_time_settings {
    width: 100%;
  }
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_order_time_settings {
  clear: right;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce #wpc_location_field {
  padding-right: 20px;
  display: flex;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce #wpc_location_field .location_heading {
  margin-right: 15px;
}
@media (min-width: 767px) {
  .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .col2-set {
    width: 50%;
    float: left;
    margin-right: 20px;
  }
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .col2-set .col-2 {
  width: 100%;
  float: none;
}
@media (min-width: 767px) {
  .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce #order_review_heading,
  .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce #order_review {
    width: 44%;
    float: right;
    margin-right: 0;
    clear: right;
  }
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce h3 {
  font-size: 24px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-info {
  border-top-color: #a352ff;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-info::before {
  color: #a352ff;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout {
  display: block;
  overflow: hidden;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout label {
  font-size: 14px;
  font-weight: 600;
  color: #101010;
  text-transform: capitalize;
  margin-bottom: 3px;
  cursor: pointer;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .input-text,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-container .select2-selection--single,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row select {
  background: transparent;
  border: 1px solid #e5e5e5;
  height: 45px;
  font-size: 14px;
  margin: 0 0 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
@media (max-width: 768px) {
  .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .input-text,
  .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-container .select2-selection--single,
  .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row select {
    height: 40px;
    margin: 0 0 5px;
  }
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .input-text:focus,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-container .select2-selection--single:focus,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row select:focus {
  border-color: #e3106e;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .input-text {
  background: #fff;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .input-text:focus,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-container .select2-selection--single:focus,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row select:focus {
  border-color: #a352ff;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row {
  margin: 0 0 10px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row {
    margin: 0;
  }
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .payment_method_paypal .about_paypal {
  margin-left: 10px;
  color: #e7272d;
}
@media (max-width: 768px) {
  .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .payment_method_paypal .about_paypal {
    display: none;
  }
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  margin: 0 -15px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout form .form-row {
  padding: 0 15px;
  margin: 0 0 6px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  margin: 0 -15px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .wpc_pro_order_tip_block {
  margin: 40px 0 0;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 20px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .wpc_pro_remove_tip.wpc-btn.wpc-btn-border {
  margin-left: 15px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce #order_review {
  padding: 0;
  background: transparent;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce table tbody > tr:nth-child(odd) > td,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce table tbody tr:hover > td,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce table tbody tr:hover > th,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce table.shop_table {
  padding: 0;
  background: #fff;
  margin-bottom: 20px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr td,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  border: none;
  border-bottom: 1px solid #eaeaea;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  text-align: left;
  padding: 15px 20px;
  color: #101010;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  text-align: right;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  border-bottom: none;
  font-size: 22px;
  color: #e3106e;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce table.shop_table tbody td.product-name {
  padding: 20px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce #payment {
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce #payment #place_order {
  width: 100%;
  float: none;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce td.product-name dl.variation dt,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce td.product-name dl.variation dd {
  display: inline-block;
  width: 50%;
  padding: 0;
  margin: 5px 0;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce td.product-name dl.variation dd {
  font-weight: normal;
  margin-bottom: 10px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce td.product-name dl.variation dt {
  color: #101010;
  font-size: 16px;
  font-weight: 500;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce td.product-name dl.variation p {
  margin-bottom: 0;
  color: #7a7a7a;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce td.product-name .wc-item-meta,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce td.product-name dl.variation {
  margin-top: 15px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce form .form-row-first,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce form .form-row-last, .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce.woocommerce-page form .form-row-first, .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce.woocommerce-page form .form-row-last {
  width: 50%;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_date_section,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_time_section {
  padding: 0;
  flex: 0 0 50%;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_order_time_settings .form-row {
  padding: 0;
  width: 100%;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_pickup,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_delivery {
  display: grid;
  align-items: center;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_pickup,
  .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_delivery {
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce form .form-row .input-text, .woocomerce-layout-override-enable.woocommerce-checkout .woocommerce.woocommerce-page form .form-row .input-text {
  border: 1px solid #e5e5e5;
  height: 45px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce #respond input#submit,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce a.button,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce button.button,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce input.button {
  padding: 0 1em;
  font-weight: 600;
  background-color: #e7272d;
  text-transform: uppercase;
  font-size: 14px;
  height: 45px;
  color: #fff;
  line-height: 45px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .cart_totals .wpc_pro_order_tip_block {
  margin: 0 0 20px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .cancel_section {
  margin-bottom: 20px;
}

.woocommerce-checkout .product-name {
  flex-wrap: wrap;
}
.woocommerce-checkout .product-name dl.variation {
  width: 100%;
}

/*-------------------------
// wooCommerce override layout  order recived page
--------------------------*/
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .order_details {
  padding: 0;
}
@media (min-width: 1025px) {
  body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .order_details.woocommerce-thankyou-order-details {
    display: flex;
    justify-content: space-between;
  }
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .order_details .wc-item-meta {
  padding: 0;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .order_details .wc-item-meta li {
  padding: 0 25px 0 0;
  text-transform: uppercase;
  font-size: 0.715em;
  margin: 0 2em 10px 0;
  list-style-type: none;
  color: #7a7a7a;
  line-height: 28px;
  border-right: 0;
  color: #7a7a7a;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .order_details .wc-item-meta li strong {
  display: block;
  font-size: 16px;
  text-transform: none;
  color: #7a7a7a;
  line-height: 12px;
  font-weight: 500;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .order_details .wc-item-meta li strong p {
  color: #7a7a7a;
}
@media (max-width: 768px) {
  body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .order_details .wc-item-meta li strong p {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }
}
@media (max-width: 768px) {
  body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .order_details .wc-item-meta li strong {
    font-size: 14px;
  }
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .woocommerce-order > p {
  text-align: center;
  border-top: none;
  border-bottom: none;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 20px;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .woocommerce-order > p.woocommerce-notice--success {
  color: #09c428;
  max-width: 380px;
  font-size: 18px;
  background-color: #f5fff6;
  border: 2px solid #09c428;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  margin: auto auto 60px;
}
@media (max-width: 768px) {
  body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .woocommerce-order > p.woocommerce-notice--success {
    margin: 30px auto;
  }
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .woocommerce-order .wpc-pickup-delivery {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;
  padding: 40px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .woocommerce-order-details__title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .shop_table {
  padding: 0;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .shop_table th {
  padding: 15px 20px;
  color: #101010;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .shop_table thead th.product-total,
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .shop_table thead th.product-name {
  border-bottom: 1px solid #eaeaea;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .shop_table tbody td.product-name {
  padding: 15px;
  padding: 20px;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .shop_table tfoot th {
  text-align: left;
  border: none;
  border-bottom: 1px solid #eaeaea;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .shop_table tfoot td {
  border: none;
  border-bottom: 1px solid #eaeaea;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .shop_table tr td.product-thumbnai {
  padding: 15px;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .woocommerce-customer-details {
  overflow: hidden;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-columns {
  width: 100%;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column--1 {
  margin-right: 20px;
}
@media (min-width: 768px) {
  body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .woocommerce-columns--addresses .col-1 {
    width: 48%;
    float: left;
  }
  body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .woocommerce-columns--addresses .col-2 {
    width: 48%;
    float: right;
    clear: right;
  }
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .woocommerce-columns--addresses address {
  line-height: 30px;
  padding: 30px;
}

/*-------------------------
// wooCommerce override layout  shop page
--------------------------*/
body.woocomerce-layout-override-enable.archive .content-area, body.woocomerce-layout-override-enable.single-product .content-area {
  padding: 50px 0;
}
body.woocomerce-layout-override-enable.archive .woocommerce-result-count, body.woocomerce-layout-override-enable.single-product .woocommerce-result-count {
  font-size: 16px;
  margin: 18px 0;
}
body.woocomerce-layout-override-enable.archive .woocommerce-ordering select, body.woocomerce-layout-override-enable.single-product .woocommerce-ordering select {
  border: 1px solid #eaeaea;
  font-size: 16px;
  margin-bottom: 20px;
}
body.woocomerce-layout-override-enable.archive .products .product .woocommerce-loop-product__title, body.woocomerce-layout-override-enable.single-product .products .product .woocommerce-loop-product__title {
  font-size: 22px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 10px;
  color: #232323;
}
body.woocomerce-layout-override-enable.archive .products .product .woocommerce-loop-product__title:hover, body.woocomerce-layout-override-enable.single-product .products .product .woocommerce-loop-product__title:hover {
  color: #e3106e;
}
body.woocomerce-layout-override-enable.archive .products .product .button,
body.woocomerce-layout-override-enable.archive .products .product .added_to_cart, body.woocomerce-layout-override-enable.single-product .products .product .button,
body.woocomerce-layout-override-enable.single-product .products .product .added_to_cart {
  margin-top: 0;
  position: absolute;
  top: 40%;
  left: 15px;
  padding: 7px 13px;
  color: #fff;
  border-radius: 0;
  transition: 400ms;
  font-weight: 600;
  opacity: 0;
  right: 15px;
  line-height: 30px;
  max-width: 100%;
  margin: auto;
  background-color: #e3106e;
  text-align: center;
  display: block;
  visibility: hidden;
}
body.woocomerce-layout-override-enable.archive .products .product .price, body.woocomerce-layout-override-enable.single-product .products .product .price {
  font-size: 18px;
  color: #e3106e;
  font-weight: 600;
}
body.woocomerce-layout-override-enable.archive .products .product .price ins, body.woocomerce-layout-override-enable.single-product .products .product .price ins {
  font-weight: 600;
}
body.woocomerce-layout-override-enable.archive .products .product .price del, body.woocomerce-layout-override-enable.single-product .products .product .price del {
  font-size: 14px;
}
body.woocomerce-layout-override-enable.archive .products .product:hover .button,
body.woocomerce-layout-override-enable.archive .products .product:hover .added_to_cart.wc-forward, body.woocomerce-layout-override-enable.single-product .products .product:hover .button,
body.woocomerce-layout-override-enable.single-product .products .product:hover .added_to_cart.wc-forward {
  opacity: 1;
  top: 30%;
  visibility: visible;
}
body.woocomerce-layout-override-enable.archive .products .product span.onsale, body.woocomerce-layout-override-enable.single-product .products .product span.onsale {
  margin: 0;
  min-height: 28px;
  min-width: 50px;
  border-radius: 0;
  line-height: 20px;
  background: #e3106e;
}
body.woocomerce-layout-override-enable.archive .woocommerce-pagination, body.woocomerce-layout-override-enable.single-product .woocommerce-pagination {
  text-align: center;
}
body.woocomerce-layout-override-enable.archive .woocommerce-pagination ul, body.woocomerce-layout-override-enable.single-product .woocommerce-pagination ul {
  border: none;
}
body.woocomerce-layout-override-enable.archive .woocommerce-pagination li, body.woocomerce-layout-override-enable.single-product .woocommerce-pagination li {
  border: none;
  margin: 0;
}
body.woocomerce-layout-override-enable.archive .woocommerce-pagination li span,
body.woocomerce-layout-override-enable.archive .woocommerce-pagination li a, body.woocomerce-layout-override-enable.single-product .woocommerce-pagination li span,
body.woocomerce-layout-override-enable.single-product .woocommerce-pagination li a {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 0;
  line-height: 38px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
}
body.woocomerce-layout-override-enable.archive .woocommerce-pagination li span.current,
body.woocomerce-layout-override-enable.archive .woocommerce-pagination li a.current, body.woocomerce-layout-override-enable.single-product .woocommerce-pagination li span.current,
body.woocomerce-layout-override-enable.single-product .woocommerce-pagination li a.current {
  background: #e3106e;
  color: #fff;
}
body.woocomerce-layout-override-enable.single-product div.product .product_title {
  font-size: 36px;
}
body.woocomerce-layout-override-enable.single-product div.product .woocommerce-tabs ul {
  padding: 0;
  display: inline-block;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}
body.woocomerce-layout-override-enable.single-product div.product .woocommerce-tabs ul:before {
  display: none;
}
body.woocomerce-layout-override-enable.single-product div.product .woocommerce-tabs ul li {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 8px 30px;
  border-right: 1px solid #eaeaea;
  margin: 0 -3px;
}
body.woocomerce-layout-override-enable.single-product div.product .woocommerce-tabs ul li:before, body.woocomerce-layout-override-enable.single-product div.product .woocommerce-tabs ul li:after {
  display: none;
}
body.woocomerce-layout-override-enable.single-product div.product .woocommerce-tabs ul li.active {
  background-color: #e3106e;
  border-right-color: #e3106e;
}
body.woocomerce-layout-override-enable.single-product div.product .woocommerce-tabs ul li.active a {
  color: #fff;
}
body.woocomerce-layout-override-enable.single-product div.product .woocommerce-tabs h2 {
  font-size: 24px;
}
body.woocomerce-layout-override-enable.single-product div.product .woocommerce-tabs #review_form_wrapper #respond textarea {
  border: 1px solid #eaeaea;
  height: 150px;
}
body.woocomerce-layout-override-enable.single-product div.product table.shop_attributes th {
  vertical-align: middle;
}
body.woocomerce-layout-override-enable.single-product div.product table.shop_attributes td {
  padding: 8px;
}
body.woocomerce-layout-override-enable.single-product .quantity .qty {
  border: 1px solid #eaeaea;
  line-height: 28px;
}

/*-------------------------
// ajax live search
--------------------------*/
.wpc-ajax-livesearch-wrap {
  margin-bottom: 40px;
  position: relative;
  max-width: 300px;
}
.wpc-ajax-livesearch-wrap .wpc-ajax-input-search input {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 0 20px;
  font-size: 16px;
}
.wpc-ajax-livesearch-wrap .wpc-ajax-search-result {
  position: relative;
}
.wpc-ajax-livesearch-wrap .wpc-ajax-search-result .get_result {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #fff;
  list-style-type: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  max-height: 400px;
  overflow-y: scroll;
}
.wpc-ajax-livesearch-wrap .wpc-ajax-search-result .get_result li {
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  margin: 0 15px;
}
.wpc-ajax-livesearch-wrap .wpc-ajax-search-result .get_result li:hover {
  color: #e3106e;
}
.wpc-ajax-livesearch-wrap .wpc-ajax-search-result .get_result li:last-child {
  border-bottom: none;
}
.wpc-ajax-livesearch-wrap .wpc-ajax-search-result .get_result::-webkit-scrollbar-track {
  background-color: #fff;
}
.wpc-ajax-livesearch-wrap .wpc-ajax-search-result .get_result::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.wpc-ajax-livesearch-wrap .wpc-ajax-search-result .get_result::-webkit-scrollbar-thumb {
  background-color: #666;
  border: 2px solid #666;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.wpc-ajax-livesearch-wrap.left {
  margin-right: auto;
}
.wpc-ajax-livesearch-wrap.right {
  margin-left: auto;
}
.wpc-ajax-livesearch-wrap.center {
  margin-left: auto;
  margin-right: auto;
}

.width_100 {
  width: 100%;
}

.wpc-reservation-pro-wrap .reservation-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.wpc-reservation-pro-wrap .wpc-nav {
  background-color: #f1f1f5;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.wpc-reservation-pro-wrap .wpc-nav li {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.wpc-reservation-pro-wrap .wpc-nav li a {
  border: none;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.wpc-reservation-pro-wrap .wpc-nav li a.wpc-tab-a.wpc-active {
  background-color: #e3106e;
  color: #fff;
}
.wpc-reservation-pro-wrap .wpc-nav li a:after {
  display: none;
}
.wpc-reservation-pro-wrap .wpc_reservation_form {
  box-shadow: none;
  border: 3px solid #eaeaea;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.wpc-reservation-pro-wrap .wpc_reservation_form.wpc_reservation_cancel_form {
  display: block;
}
.wpc-reservation-pro-wrap #wpc_book_table {
  display: none;
}
.wpc-reservation-pro-wrap .wpc_booking_error.error {
  border: 1px solid #f00;
}
.wpc-reservation-pro-wrap .wpc-reservation-field label {
  font-weight: 400;
}

.wpc-reservation-success {
  text-align: center;
}
.wpc-reservation-success .image_block {
  margin-bottom: -50px;
}
.wpc-reservation-success .image_block img {
  max-width: 230px;
  margin: 0 auto;
}
.wpc-reservation-success .resev-success-img {
  margin-bottom: 0;
}
.wpc-reservation-success .success-title1 {
  font-size: 36px;
  color: #e3106e;
  font-weight: 700;
}
.wpc-reservation-success .booking_details {
  font-size: 28px;
  font-weight: 700;
}

.reservation-info ul {
  list-style-type: none;
  padding: 0 0 30px;
  margin: 0;
}
.reservation-info ul li {
  font-size: 16px;
  line-height: 30px;
  display: block;
}

#wpc-multi-step-reservation {
  position: relative;
}
#wpc-multi-step-reservation .wpc-field-set {
  position: relative;
}
#wpc-multi-step-reservation .wpc-field-set:not(:first-of-type) {
  display: none;
}
#wpc-multi-step-reservation .wpc-btn {
  border: none;
  color: #fff;
  padding: 5px 25px;
  line-height: 32px;
}
@media (max-width: 768px) {
  #wpc-multi-step-reservation .wpc-btn.wpc-form-previous {
    margin-bottom: 15px;
  }
  #wpc-multi-step-reservation .wpc-btn.confirm_booking_btn {
    background-color: #a352ff;
  }
}
#wpc-multi-step-reservation .wpc-btn:focus {
  outline: none;
  border: none;
}
#wpc-multi-step-reservation .wpc-prev-next-btn {
  text-align: right;
}
#wpc-multi-step-reservation .wpc-reservation-pagination {
  margin-bottom: 30px;
  counter-reset: step;
  overflow: hidden;
}
@media (max-width: 768px) {
  #wpc-multi-step-reservation .wpc-reservation-pagination {
    padding: 0;
  }
}
#wpc-multi-step-reservation .wpc-reservation-pagination li {
  list-style-type: none;
  width: 33.33%;
  float: left;
  position: relative;
  text-align: center;
  font-weight: 700;
}
#wpc-multi-step-reservation .wpc-reservation-pagination li:before {
  content: counter(step);
  counter-increment: step;
  width: 45px;
  line-height: 45px;
  display: block;
  font-size: 10px;
  color: #fff;
  background: #dddddd;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
#wpc-multi-step-reservation .wpc-reservation-pagination li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #eaeaea;
  position: absolute;
  left: -50%;
  top: 20px;
  z-index: -1;
}
#wpc-multi-step-reservation .wpc-reservation-pagination li:first-child:after {
  content: none;
}
#wpc-multi-step-reservation .wpc-reservation-pagination li.active:before, #wpc-multi-step-reservation .wpc-reservation-pagination li.active:after {
  background: #000;
}
#wpc-multi-step-reservation .wpc-another-reservation i {
  font-size: 12px;
  padding-right: 5px;
  line-height: 32px;
}

.wpc-order-food-location {
  margin: 0px;
  padding: 0px;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

.wpc-order-food-location .wpc-thankyou-location-value {
  line-height: normal;
}

/* WooCommerce price suffix */
.woocommerce-price-suffix {
  display: inline-block !important;
}

.reserv-with-food-menu-wrap {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 50%;
  max-width: 760px;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  height: 100vh;
  padding: 60px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.reserv-with-food-menu-wrap .wpc-checkout-btn {
  position: fixed;
  bottom: 0;
  right: -100%;
  width: 50%;
  text-align: center;
  left: auto;
  max-width: 760px;
  padding: 12px 40px;
  border-radius: 0;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  color: #fff;
}
.reserv-with-food-menu-wrap .wpc-food-menu-close {
  position: fixed;
  right: 20px;
  top: 15px;
  background: #000;
  width: 30px;
  height: 30px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  opacity: 0;
}
.reserv-with-food-menu-wrap.wpc-sidebar-active {
  right: 0;
}
.reserv-with-food-menu-wrap.wpc-sidebar-active .wpc-checkout-btn {
  right: 0;
}
.reserv-with-food-menu-wrap.wpc-sidebar-active .wpc-food-menu-close {
  opacity: 1;
}
.reserv-with-food-menu-wrap .wpc-food-tab-wrapper .wpc-nav li a.wpc-active {
  background-color: #e3106e;
  color: #fff;
}

ul.food_with_reserv {
  padding: 0;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  ul.food_with_reserv {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
ul.food_with_reserv li {
  font-weight: 500;
  font-size: 16px;
  padding: 0;
  color: #101010;
  list-style-type: none;
  border-right: 1px solid #eaeaea;
}
ul.food_with_reserv li:not(:last-child) {
  margin-bottom: 10px;
}
ul.food_with_reserv li div {
  font-weight: 400;
  color: #7a7a7a;
}

.food_with_reserv li:last-child {
  border: none;
}

ul.food_with_reserv {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  ul.food_with_reserv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
  ul.food_with_reserv li {
    margin: 10px 10px;
  }
}

.checkout .food_with_reserv {
  display: block;
}
.checkout .food_with_reserv li {
  display: flex;
  justify-content: space-between;
  border-right: none;
}

.single-weekly-multi-schedule {
  position: relative;
}

/*=============
 Reservation with food form
*/
.reserv-with-food-wrap .reservation-form-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.reserv-with-food-wrap .personal-details-title {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 2px solid #eaeaea;
}
.reserv-with-food-wrap .wpc-form-footer {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.reserv-with-food-wrap #wpc-multi-step-reservation .wpc-btn {
  padding: 8px 50px;
}
@media (max-width: 768px) {
  .reserv-with-food-wrap #wpc-multi-step-reservation .wpc-btn {
    margin-bottom: 10px;
    padding: 8px 40px;
  }
}
.reserv-with-food-wrap .wpc-field-set:before {
  clear: both;
  content: "";
  display: table;
}
.reserv-with-food-wrap .wpc-form-next {
  float: right;
}
.reserv-with-food-wrap .wpc-form-term-condition {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 600;
}
.reserv-with-food-wrap .wpc-form-term-condition label {
  cursor: pointer;
}
.reserv-with-food-wrap .wpc-form-term-condition input {
  vertical-align: middle;
}
.reserv-with-food-wrap .wpc-reservation-field .wpc-form-control#wpc-message {
  height: 120px;
}
.reserv-with-food-wrap .mCustomScrollbar {
  max-height: 970px;
  overflow: auto;
  margin: 0 -15px 40px 0;
}
.reserv-with-food-wrap .wpc_reservation_form {
  overflow: hidden;
}
.reserv-with-food-wrap #wpc-multi-step-reservation .wpc_reservation_info .wpc-form-previous.wpc-btn {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #000;
  border: 2px solid #eaeaea;
  margin-bottom: 15px;
}
.reserv-with-food-wrap #wpc-multi-step-reservation .wpc_reservation_info .wpc-form-previous.wpc-btn:hover {
  color: #e3106e;
  border-color: #e3106e;
}
.reserv-with-food-wrap #wpc-multi-step-reservation .wpc_reservation_info .checout-btn {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
}
.reserv-with-food-wrap .mCSB_scrollTools a + .mCSB_draggerContainer {
  background: #eaeaea;
  width: 3px;
  margin: 10px;
}
.reserv-with-food-wrap .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.reserv-with-food-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e3106e;
}
.reserv-with-food-wrap .wpc-food-menu-item .wpc-add-to-cart a {
  font-size: 13px;
  padding: 2px 12px;
  line-height: 31px;
}
.reserv-with-food-wrap .wpc-food-menu-item .wpc-add-to-cart a.added i {
  width: 12px;
}
.reserv-with-food-wrap .wpc-food-menu-item .wpc-add-to-cart a.customize_button {
  padding: 2px 11px;
}

.wpc-standard-discount-msg {
  font-size: 14px;
}

.wpc-addons-container {
  width: 100%;
  text-transform: uppercase;
}
.wpc-addons-container .wpc-inner-addon-container {
  margin: 0 0 30px;
}
.wpc-addons-container .wpc-inner-addon-container p {
  font-size: 85%;
  color: #6a6a6a;
  margin: -5px 0 10px;
}
.wpc-addons-container .wpc-inner-addon-container.wpc-addon-field-error {
  border-color: #f00 !important;
}
.wpc-addons-container .wpc-inner-addon-container.wpc-addon-field-error .wpc-reqired-text {
  display: inline-block;
}
.wpc-addons-container .wpc-addon-wrap {
  margin: 5px 0;
}
.wpc-addons-container .wpc-addon-wrap label {
  width: 100%;
}
.wpc-addons-container .wpc-addon-select {
  width: 100%;
  border-color: #ddd;
  background: transparent;
}
.wpc-addons-container .wpc-addon-name {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.wpc-addons-container em.required,
.wpc-addons-container .wpc-reqired-text {
  color: #f00;
}
.wpc-addons-container .wpc-reqired-text {
  font-size: 12px;
  display: none;
}
.wpc-addons-container .wpc-product-totals {
  padding: 20px 0 30px;
}
.wpc-addons-container .wpc-product-totals .wpc-total-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 768px) {
  .wpc-addons-container .wpc-product-totals .wpc-total-item {
    font-size: 16px;
  }
}
.wpc-addons-container .wpc-product-totals .wpc-total-item span.price {
  font-size: 18px !important;
}
.wpc-addons-container .wpc-product-totals .wpc-total-item.grand-total {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.wpc-addons-container .wpc-addon-field .wpc-addon-text {
  border: 1px solid #eaeaea;
}

.wpc-menu-mini-cart .product_list_widget li .quantity:after {
  content: "X";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
  transform: translateY(-50%);
}

#wpc_booking_modal {
  border: 2px solid #000;
  border-radius: 10px;
}
#wpc_booking_modal .discard-title {
  font-size: 25px;
  margin-bottom: 25px;
}
#wpc_booking_modal span {
  padding: 6px 106px;
  display: inline-block;
  border-radius: 4px;
  font-size: 18px;
  line-height: 30px;
  margin: 0 5px;
  cursor: pointer;
}
#wpc_booking_modal span:hover {
  opacity: 0.9;
}
#wpc_booking_modal .no_cancel_food_booking {
  background: #c5c0c0;
  color: #fff;
}
#wpc_booking_modal .cancel_food_booking {
  background: #24b655;
  color: #fff;
}
#wpc_booking_modal .wpc-close {
  top: 10px;
  right: 10px;
  height: 28px;
  width: 28px;
  background: #000;
}

/*-------------------------
// Order Tip
--------------------------*/
.wpc_pro_order_tip_wrapper > div {
  display: flex;
  align-items: baseline;
}

.wpc_pro_tip_msg {
  color: #e3106e;
}

/*-------------------------
// Menu of the Day
--------------------------*/
@media (max-width: 1280px) {
  .wpc-menu-of-the-day {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .wpc-menu-of-the-day {
    margin-top: 0px;
  }
}
.wpc-menu-of-the-day .modal-content {
  background-size: contain;
  background-position: left;
  position: relative;
  margin: auto;
  background-color: #ffd028;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wpc-menu-of-the-day .modal-content {
    padding: 50px 30px;
  }
  .wpc-menu-of-the-day .modal-content .wpc-offset-1 {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .wpc-menu-of-the-day .modal-content {
    margin: 20px;
  }
}
.wpc-menu-of-the-day .modal-content .motd-bg-shape svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #ffdd28;
  width: 50%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
@media (max-width: 1024px) {
  .wpc-menu-of-the-day .modal-content .motd-bg-shape svg {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .wpc-menu-of-the-day .modal-content .motd-bg-shape svg {
    display: none;
  }
}
.wpc-menu-of-the-day .wpc-motd-wrap {
  text-align: center;
}
.wpc-menu-of-the-day .wpc-motd-title {
  color: #000;
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 63px;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .wpc-menu-of-the-day .wpc-motd-title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
.wpc-menu-of-the-day .wpc-motd-subtitle {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  background-image: url(../images/motd-bg-shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px 50px;
  background-position: center;
  margin: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
@media (max-width: 768px) {
  .wpc-menu-of-the-day .wpc-motd-subtitle {
    padding: 10px 10px;
  }
}
.wpc-menu-of-the-day .wpc-motd-subtitle .wpc-motd-left,
.wpc-menu-of-the-day .wpc-motd-subtitle .wpc-motd-right {
  position: absolute;
  top: 10px;
  left: 22%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .wpc-menu-of-the-day .wpc-motd-subtitle .wpc-motd-left,
  .wpc-menu-of-the-day .wpc-motd-subtitle .wpc-motd-right {
    display: none;
  }
}
.wpc-menu-of-the-day .wpc-motd-subtitle .wpc-motd-left {
  right: 20%;
  left: auto;
  top: -5px;
}
.wpc-menu-of-the-day .wpc-motd-subtitle .wpc-motd-left {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .wpc-menu-of-the-day .wpc-motd-subtitle {
    font-size: 18px;
    padding: 10px 25px;
  }
}
@media (max-width: 1024px) {
  .wpc-menu-of-the-day .wpc-motd-subtitle {
    font-size: 26px;
  }
}
.wpc-menu-of-the-day .wpc-motd-discount {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 5px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 0px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .wpc-menu-of-the-day .wpc-motd-discount {
    font-size: 18px;
    line-height: 28px;
  }
}
.wpc-menu-of-the-day .wpc-motd-order-btn {
  text-align: center;
  padding: 10px 50px;
  background-color: #e3106e;
  text-transform: capitalize;
}
.wpc-menu-of-the-day .wpc-motd-order-btn i {
  font-size: 12px;
}
.wpc-menu-of-the-day .wpc-motd-order-btn i::before {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .wpc-menu-of-the-day .wpc-motd-order-btn {
    padding: 8px 45px;
  }
}
.wpc-menu-of-the-day .special-menu-close {
  top: 15px;
  right: 15px;
  height: 28px;
  width: 28px;
  position: absolute;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  background: #e3106e;
}
.wpc-menu-of-the-day .wpc-motd-products {
  max-height: 450px;
}
.wpc-menu-of-the-day .wpc-motd-products .motd-product-link {
  color: #000;
}
.wpc-menu-of-the-day .wpc-motd-products .wpc-motd-product {
  margin: 30px 0;
}
.wpc-menu-of-the-day .wpc-motd-products .wpc-motd-product .wpc-row {
  align-items: center;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .wpc-menu-of-the-day .wpc-motd-products .wpc-motd-product .wpc-col-5,
  .wpc-menu-of-the-day .wpc-motd-products .wpc-motd-product .wpc-col-7 {
    padding: 0;
  }
}
.wpc-menu-of-the-day .wpc-motd-products .wpc-motd-product .wpc-motd-product-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .wpc-menu-of-the-day .wpc-motd-products .wpc-motd-product .wpc-motd-product-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
  }
}
.wpc-menu-of-the-day .wpc-motd-products .wpc-motd-product .wpc-motd-product-title {
  font-weight: 700;
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
}
.wpc-menu-of-the-day .wpc-motd-products .wpc-motd-product:nth-child(even) {
  padding-left: 50px;
}
@media (max-width: 575px) {
  .wpc-menu-of-the-day .wpc-motd-products .wpc-motd-product:nth-child(even) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpc-menu-of-the-day .wpc-motd-products .wpc-motd-product {
    margin: 25px 0;
  }
  .wpc-menu-of-the-day .wpc-motd-products .wpc-motd-product .wpc-motd-product-title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .motd-wrap .wpc-col-sm-5,
  .motd-wrap .wpc-col-sm-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .wpc_pro_order_tip_wrapper {
    display: block;
  }
  .wpc_pro_order_tip_wrapper > div {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
#select2-wpc_pro_tip_type-12-container {
  line-height: 20px;
}

@media (max-width: 768px) {
  .wpc_variation_popup_content .product-type-simple .wpc-single-content .quantity {
    margin-bottom: 20px;
  }
}
.wpc-multi-reservation-msg {
  background-color: transparent;
}
.wpc-multi-reservation-msg span {
  background: rgba(23, 182, 250, 0.1);
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  padding: 9px 0;
  color: #000;
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .wpc-multi-reservation-msg span {
    width: 47%;
  }
}
.wpc-multi-reservation-msg span::before {
  content: "";
  inset: 0;
  left: 15px;
  width: 3px;
  height: 26px;
  margin: auto;
  background-color: #17b6fa;
  position: absolute;
  left: 15px;
  right: auto;
  border-radius: 4px;
}
.wpc-multi-reservation-msg span:nth-child(4n+1) {
  background-color: rgba(23, 182, 250, 0.1);
}
.wpc-multi-reservation-msg span:nth-child(4n+1)::before {
  background-color: #17b6fa;
}
.wpc-multi-reservation-msg span:nth-child(4n+2) {
  background-color: rgba(236, 142, 0, 0.1);
}
.wpc-multi-reservation-msg span:nth-child(4n+2)::before {
  background-color: #ec8e00;
}
.wpc-multi-reservation-msg span:nth-child(4n+3) {
  background-color: rgba(190, 18, 218, 0.1);
}
.wpc-multi-reservation-msg span:nth-child(4n+3)::before {
  background-color: #be12da;
}
.wpc-multi-reservation-msg span:nth-child(4n+4) {
  background-color: rgba(53, 210, 106, 0.1);
}
.wpc-multi-reservation-msg span:nth-child(4n+4)::before {
  background-color: #35d26a;
}

.inline-reservation .wpc_reservation_form {
  border-color: transparent;
  padding: 0;
}
.inline-reservation .wpc-field-set .field-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .inline-reservation .wpc-field-set {
    height: 100%;
    display: block;
  }
}
.inline-reservation .wpc-reservation-time-wrap .wpc-reservation-field {
  margin-right: 0;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .inline-reservation .wpc-reservation-time-wrap {
    width: 100%;
  }
  .inline-reservation .wpc-reservation-time-wrap .wpc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin: 0;
  }
  .inline-reservation .wpc-reservation-time-wrap .wpc-row .wpc-col-md-6 {
    max-width: 100%;
    padding: 0;
  }
}
.inline-reservation .wpc-select {
  margin: 0 30px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .inline-reservation .wpc-select {
    margin: 0;
  }
}
.inline-reservation .wpc-reservation-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 50px !important;
}
.inline-reservation .wpc-reservation-pagination li::after {
  display: none;
}
.inline-reservation .wpc-reservation-pagination li:not(.active)::before {
  background-color: #fff !important;
  color: #cbc3bd !important;
}
@media (min-width: 992px) {
  .inline-reservation .wpc-reservation-pagination li {
    display: flex;
    align-items: center;
    margin: 0 50px;
    width: auto !important;
  }
  .inline-reservation .wpc-reservation-pagination li:before {
    margin: 0 15px 0 0 !important;
    flex-shrink: 0;
  }
}
.inline-reservation .wpc-reservation-pagination li.active {
  color: #062126;
}
.inline-reservation #wpc-multi-step-reservation {
  position: relative;
}
.inline-reservation #wpc-multi-step-reservation::after {
  position: absolute;
  left: 0;
  content: "";
}
.inline-reservation #wpc-multi-step-reservation .wpc-btn {
  padding: 16px 35px;
  line-height: 35px;
  border-radius: 0;
  position: relative;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 20px;
}
.inline-reservation #wpc-multi-step-reservation .wpc-btn:focus {
  background-color: #062126;
}
.inline-reservation #wpc-multi-step-reservation .wpc-btn svg {
  margin-left: 50px;
}
.inline-reservation #wpc-multi-step-reservation .wpc-btn.wpc-form-previous {
  background-color: #062126;
}
.inline-reservation #wpc-multi-step-reservation .wpc-btn.wpc-form-previous svg {
  margin-right: 50px;
  margin-left: 0;
}
.inline-reservation #wpc-multi-step-reservation .wpc-form-previous {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .inline-reservation #wpc-multi-step-reservation .wpc-form-previous {
    margin-bottom: 0;
  }
}
.inline-reservation .wpc-reservation-field {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .inline-reservation .wpc-reservation-field {
    max-width: 230px;
    margin-right: 30px;
    margin-bottom: 45px;
  }
  .inline-reservation .wpc-reservation-field.phone {
    margin-right: 0;
  }
}
.inline-reservation .wpc-reservation-field.wpc-webhook {
  display: none;
}
.inline-reservation .wpc-reservation-field label {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #062126;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.inline-reservation .wpc-reservation-field input {
  background-color: transparent;
}
.inline-reservation .wpc-reservation-field .wpc-form-control {
  height: 64px;
  padding: 0 30px;
  font-size: 16px;
  border: 1px solid #062126;
  background-color: transparent;
  border-radius: 0;
}
.inline-reservation .wpc-reservation-field .wpc-form-control.error {
  border-color: #f00;
}
.inline-reservation .wpc-reservation-field select.wpc-form-control {
  background-position: right 23px !important;
  background-color: transparent;
}
@media (min-width: 992px) {
  .inline-reservation .wpc-reservation-field.branch {
    margin-top: -10px;
  }
  .inline-reservation .wpc-reservation-field.wpc-reservation-field.message {
    margin-top: -20px;
  }
}
@media (max-width: 1024px) {
  .inline-reservation .wpc-select.party.wpc-reservation-field {
    margin-bottom: 30px;
  }
}
.inline-reservation .wpc-reservation-form .wpc-reservation-field .wpc-form-control:focus {
  border-bottom-color: #062126;
}
.inline-reservation .wpc-reservation-form .wpc-reservation-field .wpc-form-control:active {
  border-bottom-color: #062126;
}
.inline-reservation .wpc-reservation-field .wpc_danger_text {
  position: absolute;
  bottom: -25px;
}

.search-filter-loader {
  position: relative;
  isolation: isolate;
  height: 100%;
}
.search-filter-loader:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  border: 3px solid;
  border-color: #f00 transparent #f00 transparent;
  border-radius: 50%;
  animation: lds-dual-ring 1.3s linear infinite;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.search-filter-loader::after {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.widget-pickup-delivery .wpc-ajax-locations-wrap {
  max-width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 9;
}
.widget-pickup-delivery .wpc-ajax-locations-wrap .wpc-ajax-input-search {
  display: flex;
  background-color: #fff;
  padding: 10px 12px;
  border-radius: 100px;
  align-items: center;
  width: 64%;
  gap: 10px;
}
@media (max-width: 1024px) {
  .widget-pickup-delivery .wpc-ajax-locations-wrap .wpc-ajax-input-search {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .widget-pickup-delivery .wpc-ajax-locations-wrap .wpc-ajax-input-search {
    display: block;
    border-radius: 0;
    padding: 30px 15px;
    text-align: center;
  }
}
.widget-pickup-delivery .wpc-ajax-locations-wrap .wpc-ajax-input-search input {
  height: 50px;
  border: 1px solid #d4dadd;
  padding-left: 20px;
  border-radius: 100px;
  font-size: 14px;
  position: relative;
  left: -10px;
}
@media (max-width: 767px) {
  .widget-pickup-delivery .wpc-ajax-locations-wrap .wpc-ajax-input-search input {
    left: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .widget-pickup-delivery .wpc-ajax-locations-wrap .wpc-ajax-input-search input {
    width: 430px;
  }
}
.widget-pickup-delivery .wpc-ajax-locations-wrap .wpc-ajax-input-search input:focus {
  box-shadow: none;
}
.widget-pickup-delivery .wpc-ajax-locations-wrap .wpc-ajax-input-search input::placeholder {
  color: #a19e99;
}
.widget-pickup-delivery .wpc-ajax-locations-wrap .wpc-ajax-input-search button {
  background-color: #ffe119;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #ffe119;
  border-radius: 50px;
  line-height: 25px;
  padding: 0 28px;
  height: 48px;
  cursor: pointer;
}
.widget-pickup-delivery .wpc-ajax-locations-wrap .wpc-ajax-input-search button:focus {
  box-shadow: none;
}
.widget-pickup-delivery .wpc-ajax-locations-wrap .wpc-ajax-input-search p {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 0 4px;
}
.widget-pickup-delivery .wpc-ajax-search-result {
  position: absolute;
  left: 234px;
  top: 69px;
  width: 56%;
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .widget-pickup-delivery .wpc-ajax-search-result {
    left: 30px;
    top: 69px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .widget-pickup-delivery .wpc-ajax-search-result {
    left: 20px;
    top: 82px;
    width: 90%;
  }
}
.widget-pickup-delivery .wpc-ajax-search-result .get_result {
  position: relative;
  left: 0;
  top: 100%;
  z-index: 99;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #fff;
  list-style-type: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  max-height: 400px;
  overflow-y: scroll;
}
.widget-pickup-delivery .wpc-food-menu-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  border: 1px dashed #ccc;
  margin: 15px 15px;
}
@media (max-width: 767px) {
  .widget-pickup-delivery .wpc-food-menu-item {
    display: block;
  }
}
.widget-pickup-delivery .wpc-food-menu-item .wpc-food-menu-thumb {
  width: 150px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .widget-pickup-delivery .wpc-food-menu-item .wpc-food-menu-thumb {
    height: auto;
    width: auto;
    margin-right: 0;
  }
}
.widget-pickup-delivery .wpc-food-menu-item .wpc-food-menu-thumb img {
  border-radius: 12px 0 0 12px;
}
@media (max-width: 767px) {
  .widget-pickup-delivery .wpc-food-menu-item .wpc-food-menu-thumb img {
    border-radius: 12px 12px 0 0;
  }
}
@media (max-width: 767px) {
  .widget-pickup-delivery .wpc-food-menu-item .wpc-food-inner-content {
    padding: 30px 20px;
  }
}
.widget-pickup-delivery .wpc-food-menu-item .wpc-food-inner-content .wpc-post-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.widget-pickup-delivery .wpc-food-menu-item .wpc-food-inner-content .wpc-post-title a:hover {
  color: #e7272d;
}
.widget-pickup-delivery .wpc-food-menu-item .wpc-food-inner-content .wpc-post-title .wpc-title-border {
  width: 100px;
  top: -8px;
}
.widget-pickup-delivery .wpc-food-menu-item .wpc-food-inner-content .wpc-menu-currency {
  color: #e7272d;
}
.widget-pickup-delivery .search-main-wrapper {
  background-color: #fff;
  width: 70%;
  margin: 0 auto;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .widget-pickup-delivery .search-main-wrapper {
    width: 90%;
  }
}
.widget-pickup-delivery .search-item-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  top: 80px;
  z-index: 99;
}

/* Search Page Sidebar */
.wpc-ajax-sidebar-filter .widget-content .product-filter-search {
  height: 48px;
  padding: 0 20px 3px;
  border: 1px solid #d4dadd;
  color: #666;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 30px;
}
.wpc-ajax-sidebar-filter .widget-content .product-filter-search::placeholder {
  font-size: 16px;
  color: #666666;
  font-weight: 600;
}
.wpc-ajax-sidebar-filter .widget-content .search {
  position: absolute;
  background: transparent;
  right: 25px;
  border: none;
  color: #666;
  top: 10px;
}
.wpc-ajax-sidebar-filter .widget-content .search svg path {
  fill: #666;
}
.wpc-ajax-sidebar-filter .sidebar-filter-wrapper {
  background-color: #ffffff;
  padding: 30px 30px 43px;
  border-radius: 12px;
  margin-bottom: 45px;
}
.wpc-ajax-sidebar-filter .sidebar-filter-wrapper .pickup-delivery-widget {
  padding-bottom: 40px;
}
.wpc-ajax-sidebar-filter .sidebar-filter-wrapper .widget-title {
  padding-bottom: 12px;
}
.wpc-ajax-sidebar-filter .sidebar-filter-wrapper .widget-content label {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  left: 10px;
}
.wpc-ajax-sidebar-filter .sidebar-filter-wrapper .price-range-slider .range-slider {
  margin-bottom: 11px;
}
.wpc-ajax-sidebar-filter .sidebar-filter-wrapper .price-range-slider .range-slider input[type=range] {
  width: 200px;
  appearance: none;
  background-color: #ccc;
  border-radius: 6px;
  height: 6px;
  box-shadow: inset 0 0 6px #ededed;
  overflow: hidden;
}
.wpc-ajax-sidebar-filter .sidebar-filter-wrapper .price-range-slider .range-slider input[type=range]::-webkit-slider-thumb {
  width: 8px;
  appearance: none;
  height: 8px;
  background: #e6272d;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: -200px 0 0 200px #e6272d;
}
.wpc-ajax-sidebar-filter .sidebar-filter-wrapper .price-range-slider .price-and-reset {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wpc-ajax-sidebar-filter .sidebar-filter-wrapper .price-range-slider .price-and-reset span {
  color: #000;
  font-weight: 500;
}
.wpc-ajax-sidebar-filter .sidebar-filter-wrapper .price-range-slider .price-and-reset .btn {
  padding: 0;
  color: #e7272d;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
}
.wpc-ajax-sidebar-filter .sidebar-filter-wrapper .price-range-slider .price-and-reset .btn:focus {
  box-shadow: none;
}
.wpc-ajax-sidebar-filter .sidebar-filter-wrapper input {
  accent-color: #e6272d;
  height: 10px;
  width: 10px;
}
.wpc-ajax-sidebar-filter .search-result-products {
  position: relative;
}
.wpc-ajax-sidebar-filter .search-result-products ul {
  background-color: #fff;
  padding: 20px 30px 0;
  position: absolute;
  top: -30px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 99;
  width: 100%;
}
.wpc-ajax-sidebar-filter .search-result-products ul li {
  list-style-type: none;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.wpc-ajax-sidebar-filter .search-result-products ul li:last-child {
  border-bottom: none;
}

/* Delivery Pickup Search Product Style */
.search-item-wrapper .delivery-pickup-product-wrapper {
  border-radius: 12px;
  margin-bottom: 30px;
}
.search-item-wrapper .delivery-pickup-product-wrapper.hidden-box {
  display: none;
}
.search-item-wrapper .delivery-pickup-product-wrapper .wpc-food-menu-thumb {
  background-color: #dfe7d0;
  border-radius: 12px 12px 0 0;
  height: 250px;
  overflow: hidden;
}
.search-item-wrapper .delivery-pickup-product-wrapper .wpc-food-menu-thumb img {
  border-radius: 12px 12px 0 0;
  height: 100%;
  object-fit: cover;
}
.search-item-wrapper .delivery-pickup-product-wrapper .product-content {
  padding: 25px 30px 30px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  transition: all 0.5s;
  border: 1px solid #d4d4d4;
  border-top: 0;
}
.search-item-wrapper .delivery-pickup-product-wrapper .product-content h3 a {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  max-height: 46px;
  overflow: hidden;
  transition: all 0.5s;
}
.search-item-wrapper .delivery-pickup-product-wrapper .product-content p {
  color: #666666;
  transition: all 0.5s;
  font-size: 14px;
  line-height: 20px;
  max-height: 43px;
  overflow: hidden;
}
.search-item-wrapper .delivery-pickup-product-wrapper .product-content .price-and-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-item-wrapper .delivery-pickup-product-wrapper .product-content .price-and-button .product-price {
  color: #000;
  transition: all 0.5s;
  font-weight: 600;
}
.search-item-wrapper .delivery-pickup-product-wrapper .product-content .price-and-button .product-price ins {
  text-decoration: none;
}
.search-item-wrapper .delivery-pickup-product-wrapper .product-content .price-and-button .price-multiline {
  position: relative;
  color: #000;
  transition: all 0.4s;
}
.search-item-wrapper .delivery-pickup-product-wrapper .product-content .price-and-button .price-multiline .price {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}
.search-item-wrapper .delivery-pickup-product-wrapper .product-content .price-and-button .price-multiline del {
  position: absolute;
  top: 20px;
}
.search-item-wrapper .delivery-pickup-product-wrapper .product-content .price-and-button .wpc-add-to-cart a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
  background: transparent;
  padding: 0;
}
.search-item-wrapper .delivery-pickup-product-wrapper .product-content .price-and-button .button-product .wpc-btn {
  height: 40px;
  line-height: 36px;
  padding: 0 18px;
  border-radius: 100px;
  border: 2px solid #ffe119;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.search-item-wrapper .delivery-pickup-product-wrapper .product-content .price-and-button .button-product .wpc-btn:hover {
  background: transparent;
  color: #000;
}
.search-item-wrapper .delivery-pickup-product-wrapper:hover .product-content {
  background-color: #e7272d;
  border: 1px solid #e7272d;
  border-top: 0;
}
.search-item-wrapper .delivery-pickup-product-wrapper:hover .product-content h3 a {
  color: #fff;
}
.search-item-wrapper .delivery-pickup-product-wrapper:hover .product-content p {
  color: #ffffff;
}
.search-item-wrapper .delivery-pickup-product-wrapper:hover .product-content .price-and-button .product-price {
  color: #ffffff;
}
.search-item-wrapper .delivery-pickup-product-wrapper:hover .product-content .price-and-button .button-product .wpc-btn {
  background-color: #ffe119;
}
.search-item-wrapper .delivery-pickup-product-wrapper:hover .product-content .price-and-button .wpc-add-to-cart a {
  color: #fff;
}
.search-item-wrapper .empty-title {
  margin: 0;
}

.wc-block-components-form {
  display: flex;
  flex-wrap: wrap;
}
.wc-block-components-form div,
.wc-block-components-form fieldset {
  order: 3;
  width: 100%;
}
.wc-block-components-form .wc-block-checkout__actions {
  width: 100%;
}
.wc-block-components-form .wpc_pro_order_time_settings {
  order: 2;
  width: 100%;
}
.wc-block-components-form #wpc_location_field {
  order: 1;
  width: 100%;
  margin-bottom: 20px;
}