@charset "UTF-8";
.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: #5D78FF;
  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: #5D78FF;
    color: #fff;
    border-color: #5D78FF;
  }
  .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: #5D78FF;
  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 {
  overflow: hidden;
}
.wpc-slider-grid-3 .wpc-menu-tag-wrap,
.wpc-menu-list-style2 .wpc-menu-tag-wrap {
  position: absolute;
  top: 15px;
  left: 15px;
}
.wpc-slider-grid-3 .wpc-menu-tag,
.wpc-menu-list-style2 .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-price-wrap .wpc-main-price {
  margin-right: 5px;
  opacity: 0.6;
}
.wpc-price-wrap .wpc-discount-price {
  font-weight: 700;
}

.wpc_pro_business_hour {
  padding: 15px;
  list-style-type: none;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.wpc_pro_business_hour li {
  line-height: 30px;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
}
.wpc_pro_business_hour li span {
  float: right;
}
.wpc_pro_business_hour li:last-child {
  border-bottom: none;
}

.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: 46px;
  }
}

.wpc-product-popup-content {
  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 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.wpc-product-popup-content .wpc-close.wpc-btn i {
  line-height: 35px;
}
.wpc-product-popup-content .wpc-close.wpc-btn:focus {
  border: none;
  outline: none;
}
.wpc-product-popup-content .product_title {
  font-size: 30px;
  margin: 0 0 15px 0;
  display: inline-block;
}
.wpc-product-popup-content .onsale {
  background: #b10707;
  padding: 6px;
  color: #fff;
}
.wpc-product-popup-content .price,
.wpc-product-popup-content .woocommerce-variation-price {
  font-size: 20px;
  color: #5D78FF;
}
.wpc-product-popup-content .woocommerce-variation-price {
  margin-bottom: 30px;
}

.variation_product_image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper div:not(:first-child) {
  display: none !important;
}

.variation_product_image .woocommerce-product-gallery__image:not(:first-child) {
  display: inline-block;
  width: 70px;
  margin: 6px 6px 0 0;
}

.wpc-popup-wrap {
  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% - (.5rem * 2));
}

.wpc-popup-wrap-inner {
  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;
}
.wpc-popup-wrap-inner .product {
  padding: 0;
}
.wpc-popup-wrap-inner .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.wpc-popup-wrap-inner .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 {
  background-color: transparent;
}
.wpc-popup-wrap-inner .woocommerce-variation-add-to-cart {
  display: flex;
}
.wpc-popup-wrap-inner .woocommerce-variation-add-to-cart .quantity {
  max-width: 100%;
  margin-right: 20px;
}
.wpc-popup-wrap-inner .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 {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  background-color: #5D78FF;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 500;
  text-decoration: none;
  line-height: 35px;
  border: none;
  cursor: pointer;
}
.wpc-popup-wrap-inner .woocommerce-variation-add-to-cart .button:hover {
  background-color: #FC3987;
}
.wpc-popup-wrap-inner .woocommerce-variation-add-to-cart .button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

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

.product-variations-wrapper {
  padding: 15px 20px 30px;
  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 {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
  cursor: pointer;
  display: block;
  clear: both;
}
.product-variations-wrapper .wpc-variation .toggle-icon-trigger {
  float: right;
}
.product-variations-wrapper .wpc-variation .toggle-icon-trigger.triggered:before {
  content: "";
}
.product-variations-wrapper .wpc-variation-body 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) {
  position: absolute;
  left: -9999px;
}
.product-variations-wrapper .wpc-variation-body [type=radio]:checked + span,
.product-variations-wrapper .wpc-variation-body [type=radio]:not(:checked) + span {
  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:before,
.product-variations-wrapper .wpc-variation-body [type=radio]:not(:checked) + span: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:after,
.product-variations-wrapper .wpc-variation-body [type=radio]:not(:checked) + span:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FC3987;
  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:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.product-variations-wrapper .wpc-variation-body [type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-variations-wrapper .form-group {
  padding: 0px 0 20px;
  border-bottom: 1px solid #eaeaea;
}
.product-variations-wrapper .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: cover;
  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-position: 30%;
}

/*-------------------------
// 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: #5D78FF;
}

/*-------------------------
// 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: #5D78FF;
}
.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;
}
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;
}
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 thead th,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table thead th {
  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: #5D78FF;
}
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 a.remove,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .shop_table a.remove {
  line-height: 16px;
  background: #5D78FF;
  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: #FC3987;
}
body.woocomerce-layout-override-enable.woocommerce-cart .woocommerce .quantity .qty,
body.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .quantity .qty {
  border: 1px solid #eaeaea;
}
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;
}
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;
}
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;
}

.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_location_field,
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .wpc_pro_order_time_settings {
  width: 50%;
  float: left;
}
.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;
}
@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: 20px;
  font-weight: 700;
}
.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: 15px;
  font-weight: 500;
}
.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 {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  height: 42px;
  font-size: 14px;
}
.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: #5D78FF;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row {
  margin: 0 0 10px;
}
.woocomerce-layout-override-enable.woocommerce-checkout .woocommerce #order_review {
  padding: 25px;
  background: #F9F9F9;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
}
.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: 20px;
  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: 0;
}
.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: #5D78FF;
}
.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;
}

/*-------------------------
// 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 li {
  padding: 0 25px 0 0;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  margin: 0 2em 10px 0;
  list-style-type: none;
}
body.woocomerce-layout-override-enable.woocommerce-order-received .woocommerce .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
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;
}
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 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;
}
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 .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: #5D78FF;
}
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: #5D78FF;
  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: #5D78FF;
  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: #FC3987;
}
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: #5D78FF;
  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: #FC3987;
  border-right-color: #FC3987;
}
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: #5D78FF;
}
.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: #5D78FF;
  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-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 .success-title1 {
  font-size: 36px;
  color: #5D78FF;
  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;
}
#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-reseravation-pagination {
  margin-bottom: 30px;
  counter-reset: step;
  overflow: hidden;
}
#wpc-multi-step-reservation .wpc-reseravation-pagination li {
  list-style-type: none;
  width: 33.33%;
  float: left;
  position: relative;
  text-align: center;
}
#wpc-multi-step-reservation .wpc-reseravation-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-reseravation-pagination li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #eaeaea;
  position: absolute;
  left: -50%;
  top: 20px;
  z-index: -1;
}
#wpc-multi-step-reservation .wpc-reseravation-pagination li:first-child:after {
  content: none;
}
#wpc-multi-step-reservation .wpc-reseravation-pagination li.active {
  color: #5D78FF;
}
#wpc-multi-step-reservation .wpc-reseravation-pagination li.active:before, #wpc-multi-step-reservation .wpc-reseravation-pagination li.active:after {
  background: #000;
}

.wpc-order-food-location {
  margin: 0px;
  padding: 0px;
  display: block;
  line-height: 1;
}

.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;
}
.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: #5D78FF;
  color: #fff;
}

.food_with_reserv {
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
.food_with_reserv li {
  font-weight: 600;
  font-size: 16px;
  padding: 15px;
  border-right: 1px solid #eaeaea;
}
.food_with_reserv li div {
  font-weight: 400;
}

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