.quantity{
  display: inline-block!important;
}
.fancybox-container{
  z-index: 99999;
}
#wcpai_chart_show_table{
	width:50%;
	cursor: default;
	display: none;
}
#wcpai_chart_shop_popup{
	width:50%;
	cursor: default;
	display: none;	
}
.wcpai_chart_ajax_loader{
  position: fixed;
  display:none;
  width: 64px;
  height: 64px;
  top: 260px;
  left: 50%;
  z-index: 28;
}
.wcpai_chart_ajax_loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: wcpai_chart_ajax_loader 1.2s cubic-bezier(0, 0, 0, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.wcpai_chart_ajax_loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.wcpai_chart_ajax_loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.wcpai_chart_ajax_loader div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes wcpai_chart_ajax_loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
 @media only screen and (max-width: 667px) {
 	#wcpai_chart_show_table{
 		width: 100%;
 	}
 	#wcpai_chart_shop_popup{
 		width: 100%;	
 	}
 }
 .wcpai_accordion_content{
    display: none;
}
.wcpai_accordion span.dashicons{
    line-height: 1.6!important;
}
.wcpai_overlay {
  background-color:#EFEFEF;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  left: 0px;
  opacity: .5;
}
/* pricing table */
* {
  box-sizing: border-box;
}

/* Create three columns of equal width */
.wcpai_pt_columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

/* Style the list */
.wcpai_pt_price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.wcpai_pt_price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.wcpai_pt_price .wcpai_pt_header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

/* List items */
.wcpai_pt_price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.wcpai_pt_price .wcpai_pt_grey {
  background-color: #eee;
  font-size: 20px;
}

/* The "Sign Up" button */
.wcpai_pt_button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .wcpai_pt_columns {
    width: 100%;
  }
}
/* loader */
.wcpai_add_to_cart_loader {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
}
.wcpai_add_to_cart_loader div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  animation: wcpai_add_to_cart_loader 1.2s linear infinite;
}
.wcpai_add_to_cart_loader div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.wcpai_add_to_cart_loader div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.wcpai_add_to_cart_loader div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.wcpai_add_to_cart_loader div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.wcpai_add_to_cart_loader div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.wcpai_add_to_cart_loader div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.wcpai_add_to_cart_loader div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.wcpai_add_to_cart_loader div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.wcpai_add_to_cart_loader div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.wcpai_add_to_cart_loader div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.wcpai_add_to_cart_loader div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.wcpai_add_to_cart_loader div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes wcpai_add_to_cart_loader {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
/* scheduler */
@-webkit-keyframes rotation {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}
.wcpai_enroll_loader span {
  -webkit-animation: rotation 1.5s infinite linear;
}
.wcpai_loader {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
}
.wcpai_loader div {
  position: absolute;
  border: 4px solid #000;
  opacity: 1;
  border-radius: 50%;
  animation: wcpai_loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.wcpai_loader div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes wcpai_loader {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.wcpai_days, .wcpai_hours, .wcpai_minutes, .wcpai_seconds{
  border: 2px solid #ccc;
  width: 17%;
  display: inline-block;
  margin: 3px;
  text-align: center;
  color: #000;
}
.wcpai_days_label, .wcpai_hours_label, .wcpai_minutes_label, .wcpai_seconds_label{
  display: flow-root;
}
div.wcpai_sheduler_timer span {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}
.wcpai-schedule-notify {
  display: flex;
  width: 100%;
  margin: 15px 0;
}
.wcpai-schedule-notify input[type="email"] {
  border: 1px solid #ccc;
  background: #ffff;
  outline: unset;
  box-shadow: unset;
  border-radius: 0;
  padding: 5px;
  font-size: 14px;
  width: 230px;
}
.wcpai-schedule-notify button {
  border-radius: 0;
  padding: 10px;
  font-size: 15px;
  border-left: unset;
}
div.wcpai_scheduler_working_shop span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
p.wcpai_before_timer_text, p.wcpai_after_timer_text{
  margin: 1%!important;
}
.wcpai_sheduler_timer{
  padding-top: 4%!important;
  padding-bottom: 4%!important;
}
.wcpai_whatsap_order{
  background:#06d755!important;
  color: #fff!important;
}
/* popup */
.wcpai_wishlisht_popup {
  position: fixed;
  top: 5%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  max-width: 600px;
  background-color: #ccc;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  max-height: max-content;
  border: 1px solid #414141;
  border-radius: 5px;
}
.wcpai_popup_content {
  padding: 30px;
  text-align: center;
  clear: both;
}
.wcpai_waitlist_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.wcpai_close_popup{
  color: red;
  cursor: pointer;
  float: right;
  margin: 1%;
}
.wcpai_popup_content div.wcpai_fbp{
  width: 20%!important;
  float: left;
  margin: 1%;
}
.wcpai_popup_content div.wcpai_fbp .wcpai_prod_info{
  display: block;
}
.wcpai_add_to_cart{
  font-size: 12px;
}
.wcpai_added_product .thumbnail{
  float: left;
  width: 40%;
}
.wcpai_added_product .prod_info{
  width: 52%;
  float: left;
}
.wcpai_added_product .prod_info .prod_price, .wcpai_added_product .prod_info .prod_title{
    display: block;
    text-align: left;
    margin-left: 4%;
}
.wcpai_popup_head p{
  float: left;
  padding: 2%;
}