/*
Theme Name: Akola Child
Theme URI: http://www.wpbingosite.com/akola
Author: wpbingo
Description: This is a child theme for Akola
Version: 1.0
Author URI: http://wpbingosite.com
Template: akola
Text Domain: akola-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

:root {
  --wcst-primary-color: #8b9739;
  --wcst-primary-color-hover: #3f730a;
}

.type_attribute.select {
  border: none;
  width: auto;
}

.select select {
  width: 100%;
  border: 1px solid #e5e5e5;
}

.checkout-page-style-2 .bwp-footer,
.checkout-page-style-2 .bwp-header,
.checkout-page-style-2 .page-title {
  display: block;
}

.single-product .bwp-single-info .button.quick-buy,
.woosw-wishlist,
.customize-order-weekly .page-title,
.customize-order-daily .page-title {
  display: none;
}

.single-product
  .product-type-variable
  .bwp-single-info
  .entry-summary
  > .cart
  .quantity {
  display: none !important;
}

#multi-step-form-container {
  margin-top: 5rem;
  margin-top: 5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#customize-order-weekly-form,
#customize-order-daily-form {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.text-center {
  text-align: center;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.pl-0 {
  padding-left: 0;
}
.button {
  padding: 0.7rem 1.5rem;
  border: 1px solid var(--wcst-primary-color);
  background-color: var(--wcst-primary-color);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.submit-btn {
  border: 1px solid #0e9594;
  background-color: #0e9594;
}
.mt-0 {
  margin-top: 0;
}
.mt-3 {
  margin-top: 2rem;
}
.p-2 {
  padding: 2rem;
}
.d-none {
  display: none;
}
.form-step {
  padding: 2rem;
}
.font-normal {
  font-weight: normal;
}
.cursor-pointer {
  cursor: pointer;
}
ul.form-stepper {
  counter-reset: section;
  margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
  position: relative;
}
ul.form-stepper .form-stepper-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  content: "";
  top: 25%;
}
.form-stepper-horizontal li:after {
  background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
  background-color: var(--wcst-primary-color);
}
.form-stepper-horizontal li:last-child {
  flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  line-height: 1.7rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
  background-color: var(--wcst-primary-color) !important;
  color: #fff;
}
.form-stepper .form-stepper-active .label {
  color: var(--wcst-primary-color) !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
  background-color: var(--wcst-primary-color-hover) !important;
  color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
  background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
  background-color: var(--wcst-primary-color) !important;
  color: #fff;
}
.form-stepper .form-stepper-completed .label {
  color: var(--wcst-primary-color) !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
  background-color: var(--wcst-primary-color-hover) !important;
  color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
  color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
  color: #fff !important;
}
.form-stepper .label {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.form-stepper a {
  cursor: default;
}

.customize-order-weekly .bundle-scrollable-section,
.customize-order-daily .bundle-scrollable-section {
  margin: 0px auto;
  display: grid;
  flex: 1 1 0px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: min-content;
  overflow-y: auto;
  scroll-behavior: smooth;
  row-gap: 1rem;
}

.bundle-product-card-img-title.bundle-product-card,
.bundle-product-card__quantity-button-container--button,
.bundle-product-card[data-for="spicy_selection"] {
  cursor: pointer;
}

.bundle-product-card {
  width: 250px;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  text-align: center;
  border: 1px solid transparent;
}

.bundle-product-card img {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover;
}

.bundle-product-card__title {
  font-weight: 500;
}

.bundle-product-card.selected {
  border: 1px solid var(--wcst-primary-color);
}

.customize-order-weekly button:not(:disabled):hover,
.customize-order-daily button:not(:disabled):hover {
  background-color: var(--wcst-primary-color-hover);
}

.btn:disabled:hover {
  cursor: not-allowed;
}

.btn-navigate-form-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bundle-product-card__quantity-button-container {
  display: flex;
  justify-content: space-between;
  width: 140px;
  margin: 0px auto;
  max-height: 44px;
  background-color: var(--wcst-primary-color);
  color: #fff;
  border: 1px solid;
  border-radius: 10px;
}

.bundle-product-card__quantity-button-container span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bundle-product-card__quantity-button-container--button {
  padding: 14px 10px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bundle-product-card__quantity-button-container--button svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.bundle-product-card__price {
  margin: 16px 0px 0px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}

.awtomatic-progress-container {
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}

.awtomatic-progress-item {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
  margin: 0 5px;
  border-radius: 5px;
  border: 2px solid #ddd;
  position: relative;
}

.awtomatic-progress-item.awtomatic-progress-item--completed {
  background-color: #eee;
  background-image: var(--awt-pb-img);
}

.awtomatic-progress-item--completed .awtomatic-progress-remove-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -8px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 1px #000000d6;
  border: 0;
}

.awtomatic-progress-item--completed .awtomatic-progress-remove-button:hover {
  box-shadow: 0px 0px 1px 1px #0000006e;
  background-color: #fff !important;
}

.continue-btn-area {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.price-area {
  color: #000;
  font-weight: 900;
}
.wc-block-cart__submit-container,
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background: #8b9739;
  color: white;
  border: 1px solid;
  border-radius: 15px;
}
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  color: white;
}
.bwp-header.header-v2 .header-wrapper {
  padding: 5px 0;
}
.form-login-register .box-form-login .content input {
  line-height: 35px;
}
.form-login-register .box-form-login .button-next-reregister,
.form-login-register .box-form-login .button-next-login,
.mini-cart .cart-popup .buttons .button {
  background: #e25d28;
}
.bundle-product-card__image img {
  border-radius: 25px;
}
.item-product-cat-content a,
span.posted_in a {
  pointer-events: none;
}
.woocommerce-tabs.wc-tabs-wrapper.description-style-full-content,
.related,
.recent-view.bwp_slick-margin-mobile,
span.sku_wrapper,
span.posted_in,
.product_meta {
  display: none !important;
}
.header-right .content-2 {
  display: none !important;
}
.today_special span {
  color: #8b9739 !important;
}
.wapf-field-container.wapf-field-select span,
.wapf-field-label span {
  color: black;
}
.elementor-element-9b35966 {
  display: none;
}
.cart .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns, .cart h2.wp-block-heading.has-text-align-center{
	display:none;
}
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block, .woocommerce-checkout .wc-block-components-totals-wrapper{
	padding: 20px;
}
#daily_order{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
#daily_order a{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
