/**
Theme Name: Krispy Kreme SA
Author: Alex Kebbell
Author URI: https://akebbell.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: krispy-kreme-sa
Template: astra
*/

.woocommerce-checkout .woocommerce #order_review, .woocommerce-checkout .woocommerce #order_review_heading {
  display: inline!important;
}

#billing_deliverywindow_field .optional {
    display: none!important;
}

/* Eway fix */

.woocommerce-checkout.woocommerce-order-pay .wc-credit-card-form-card-number{
  background-repeat: no-repeat!important;
  background-position: center right!important;
}

/* Date Picker */

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #006939!important;
  background: #006939!important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #bd2c34!important;
  background: #bd2c34!important;
  color: #fff!important;
}

.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #ast-order-review-wrapper {
  top: 150px !important;
}

#ui-datepicker-div {
    z-index: 9999!important;
}

/* Order Online */

.ast-shop-pagination-infinite, .page-id-7 #billing_country_field {
    display: none;
}

.astra-shop-summary-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    background: #006939 url('/wp-content/themes/krispykremesa/images/border.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.astra-shop-summary-wrap * {
    color: #fff!important;
    text-align: center!important;
}

.astra-shop-summary-wrap .button {
    padding: 5px 10px!important;
    border: solid 1px #fff!important;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: bold!important;
    font-family: 'Brandon Text'!important;
}

.astra-shop-thumbnail-wrap {
    width: 48%!important;
    float: left;
}

.astra-shop-summary-wrap {
    width: 52%!important;
    float: left;
}

.woocommerce.ast-woocommerce-shop-page-list-style ul.products li.product .astra-shop-summary-wrap, .woocommerce-page.ast-woocommerce-shop-page-list-style ul.products li.product .astra-shop-summary-wrap {
  min-height: 100%;
}

.woocommerce.ast-woocommerce-shop-page-list-style ul.products li.product .astra-shop-summary-wrap, .woocommerce-page.ast-woocommerce-shop-page-list-style ul.products li.product .astra-shop-summary-wrap {
    text-align: center!important;
    font-size: 16px!important;
    border-radius: 0 10px 10px 0;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title, .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
    font-family: 'Brandon Text'!important;
}

.woocommerce-page.ast-woocommerce-shop-page-list-style ul.products li.product, .woocommerce.ast-woocommerce-shop-page-list-style ul.products li.product {
  box-shadow: 2px 2px 10px #ccc!important;
  border-radius: 10px!important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 0px!important;
}

.woocommerce ul.products li.product a img {
    padding: 20px!important;
}

/* Order Online - Quick View */

#ast-quick-view-modal {
    z-index: 100;
}

.ast-quick-view-bg {
    z-index: 99;
}

.ast-quick-view-content {
   box-shadow: 2px 2px 10px #ccc!important;
  border-radius: 10px!important;   
}

.woocommerce #ast-quick-view-content div.product div.images {
    text-align: center;
}

.woocommerce #ast-quick-view-content div.product div.images img {
    padding: 20px;
    max-width: 400px;
    display: inline;
}

#ast-quick-view-content div.summary {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    background: #006939 url('/wp-content/themes/krispykremesa/images/border.png');
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 420px;
}

#ast-quick-view-content div.summary * {
    color: #fff;
    text-align: center!important;
    font-family: 'Brandon Text'!important;
}

.woocommerce #ast-quick-view-content input[type="number"].qty, .woocommerce #ast-quick-view-content .quantity .qty {
    color: #111!important;
    font-weight: bold!important;
}

#ast-quick-view-content .quantity {
    float: none!important;
    top: 3px;
    position: relative;
}

.woocommerce #ast-quick-view-content .quantity .minus, .woocommerce #ast-quick-view-content .quantity .plus {
  background: #bd2c34;
}

.woocommerce #ast-quick-view-modal div.product form.cart .button.single_add_to_cart_button {
  border: solid 1px #fff!important;
  padding: 9px 20px;
  float: none!important;
  border: none;
  margin: 0!important;
}

.ast-sticky-add-to-cart .ast-container .ast-sticky-add-to-cart-content {
    color: #111!important;
}

.elementor-menu-cart__wrapper dl.variation {
    display: none!important;
}

/* Mix and Match */

.col-right ul li figure span.add_prod_box {
  background-image: url(/wp-content/themes/krispykremesa/images/icon-1.png);
  border: solid 4px #006939;
  border-radius: 50%;
  background-size: cover;
}

/*.col-left ul li:not([data-need]):hover:before {
  background-image: url(/wp-content/themes/krispykremesa/images/icon-1.png);
}*/

.postid-2009 .col-left.ubp-column-3 {
/*  background-image: url("/wp-content/themes/krispykremesa/images/cbox1.png");*/
  background-repeat: no-repeat;
  background-size: 380px 325px;
  background-position: -12px 12px;
}

.postid-2009 .ast-sticky-add-to-cart {
    display: none!important;
}

.postid-2009 .single-product {
    text-align: center;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background: #bd2c34!important;
}

.price.ubp_bundle {
    color: #bd2c34!important;
    text-align: left!important;
}

#product-2009 {
    margin-top: 40px;
}

#product-2009 h1 {
    display: none;
}

/* checkout */

.form-row-wide, .form-row-wide .select2 {
    width: 100%!important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .checkout-button {
    text-transform: uppercase;
}

/* custom product */

.postid-8 .woocommerce-product-gallery, .postid-8 .ast-variation-button-group2, .postid-8 .ast-sticky-add-to-cart {
    display: none;
}

.postid-8 div.product div.summary {
    width: 100%!important;
    float: none!important;
}

.postid-8 .variations tr:nth-child(1) .ast-variation-button-group, .postid-8 .variations tr:nth-child(2) .ast-variation-button-group, .postid-8 .variations tr:nth-child(5) .ast-variation-button-group, .postid-8 .variations tr:nth-child(6) .ast-variation-button-group, .postid-8 .variations tr:nth-child(7) .ast-variation-button-group {
    display: none;
}

.postid-8 .wccpf-fields-container {
    width: 100%!important;
}

/* fundraising product */

.postid-1253 .woocommerce-product-gallery, .postid-1253 .ast-sticky-add-to-cart {
    display: none;
}

.postid-1253 div.product div.summary {
    width: 100%!important;
    float: none!important;
}

.postid-1253 .product_title {
    margin-bottom: 10px!important;
}

.postid-1253 .woocommerce div.product form.cart .button.single_add_to_cart_button {
    margin-left: 0;
}

.postid-1253 table.wccpf_fields_table td.wccpf_label label {
  line-height: 1.25em;
}

.postid-1253 .summary .price {
    display: none;
}

.postid-1253 .wccpf_fields_table {
    margin-bottom: 10px!important;
}

.postid-1253 .quantity .plus, .postid-1253 .quantity .minus, .postid-1253 .quantity .qty {
  float: left!important;
}

.postid-1253 .price del {
    display: none!important;
}

.postid-1253 .results-boxesjs {
    margin-bottom: 15px;
}

.postid-1253 div.product form.cart table {
    width: 100%!important;
}

.postid-1253 .mnm_form {
    display: inline!important;
}

/* Cron page */

.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
  margin: 10em 0;
}

.single-cron .post-navigation {
    display: none;
}