/**
Theme Name: Astra Superproteins
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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: astra-superproteins
Template: astra
*/

/* Global Styles */
html, body {
    width: 100%;
    overflow-x: hidden;
}

.ast-container, .ast-container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* WooCommerce Specific Styles */
.elementor-widget-wc-add-to-cart {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.woocommerce.ast-page-builder-template .site-main {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce-loop-product__title {
    color: #9FB684;
}

/* Button Styles */
.wc-block-cart__submit-button {
    background-color: #9FB684;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

/* Media Query for Mobile */
@media only screen and (max-width: 600px) {
    .wp-block-column:nth-child(2) {
        display: none;
    }
}

/* Review Styles */
.cr-all-reviews-add-review {
    background-color: #9fb684 !important;
}

.cr-ajax-search,
.cr-meta-author-title {
    display: none !important;
}

img.avatar {
    border-radius: 25px 0 25px 0 !important;
}

/* Cart Styles */
.woocommerce-cart {
    --min-width-quantity: 130px;
    --product-image-width: 150px;
    --product-name-font-size: 16px;
}

.woocommerce-cart th.product-quantity {
    min-width: var(--min-width-quantity) !important;
}

.woocommerce-cart td img {
    width: var(--product-image-width) !important;
}

.woocommerce-cart td.product-name {
    font-size: var(--product-name-font-size) !important;
}

.woocommerce-cart .plus {
    margin-left: 0 !important;
}

/* Price Styles */
.price .wcsatt-sub-discount {
    display: none;
}

/* Remove Button Styles */
.woocommerce-js a.remove:before {
    border: none;
}

/* Hide Specific Elements */
.product-subtotal,
#shipping_phone,
#order_comments,
#kco-extra-checkout-fields,
.cart-subtotal,
.cart_totals h2,
.woocommerce-shipping-destination,
.elementor-menu-cart__product-price,
.shipping.recurring-total,
.ast-stock-detail {
    display: none !important;
}

/* Coupon Field Styles */
.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon {
    max-width: 600px;
    margin: auto!!important;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 3em;
}

.woocommerce-info {
    background-color: #fff !important;
}

input#coupon_code {
    border-radius: 8px;
}

/* Shipping Calculator Styles */
#calc_shipping_city_field,
#calc_shipping_postcode_field,
#calc_shipping_state_field {
    display: none !important;
}

/* Shipping Method Styles */
.woocommerce-shipping-methods label,
.woocommerce-js ul#shipping_method .amount {
    font-size: 16px;
}

.woocommerce-js ul#shipping_method .amount {
    font-weight: 400;
}

.shipping-calculator-button {
    font-size: 16px;
}

/* Bundle Styles */
.woosb-bundled {
    padding-bottom: 15px;
}

/* FAQ Styles */
#rank-math-faq .rank-math-list-item {
    position: relative;
}

#rank-math-faq .rank-math-list-item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 41px;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}

#rank-math-faq .rank-math-list-item h3 {
    background: #f1f2f6;
    padding: 10px 12px 10px 18px;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: normal !important;
    position: relative;
    margin-bottom: 0;
}

#rank-math-faq .rank-math-list-item h3:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #000000;
    margin-right: 8px;
}

#rank-math-faq .rank-math-list-item input:checked + h3:before {
    transform: rotate(90deg);
}

#rank-math-faq .rank-math-answer {
    padding: 10px 10px 0;
    max-height: 0;
    overflow: hidden;
}

#rank-math-faq .rank-math-list-item input:checked + h3 ~ .rank-math-answer {
    max-height: 100vh;
    overflow: visible;
}

/* Blog Post Styles */
.post a {
    font-weight: 400;
}

.post img {
    margin-bottom: 20px;
}

/* Quantity Dropdown Styles */
select {
    -webkit-appearance: listbox !important;
}

.product select {
    padding: 0 10px;
}

.woocommerce-js div.product form.cart div.quantity {
    padding: 0 10px 10px 0;
}

.qty_select {
    border: 2px solid #9fb684 !important;
    font-size: 120% !important;
}

.product .quantity select {
    height: 50px;
    width: 60px;
    text-align: center;
}

/* Cart Styles */
.woocommerce-cart-form select {
    padding-top: 10px !important;
    height: 50px;
    width: 90px;
}

.includes_tax .woocommerce-Price-amount {
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* Desktop Styles */
@media only screen and (min-width: 900px) {
    #ast-cart-wrapper .cart-collaterals {
        width: 45%;
    }

    .e-cart-section:last-child {
        padding-left: 50% !important;
    }
}

/* Table Styles */
th {
    background-color: #fff !important;
}

.elementor-widget-woocommerce-cart tr,
.elementor-widget-woocommerce-cart th {
    border: 0 solid;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #333f51 !important;
}

.ast-product-name {
    font-size: 16px !important;
}

/* Mobile Styles */
@media only screen and (max-width: 600px) {
    .e-cart-section {
        padding: 0 !important;
    }

    .woocommerce-cart img {
        max-width: 190px !important;
    }

    .woocommerce-cart .quantity_drop_down {
        display: flex;
        padding-left: 67% !important;
    }

    .product-thumbnail img {
        width: 400px !important;
    }

    td:before {
        font-family: 'Bebas Neue';
        letter-spacing: 1px;
        font-weight: 400 !important;
        font-size: 16px !important;
        color: #333f51 !important;
    }

    .woocommerce-cart button {
        max-width: 240px;
    }

    .wc-proceed-to-checkout {
        margin-left: 10%;
        margin-right: 10%;
    }

    .actions button {
        margin-left: 25% !important;
        border-radius: 0 25px 0 25px !important;
    }

    .woocommerce-shipping-totals {
        padding-left: 1.5em;
        padding-top: 2.5em !important;
    }

    .woocommerce-shipping-totals button {
        margin-left: -1em !important;
    }

    .order-total {
        padding-left: 1.5em;
        padding-top: 2em;
    }
}

/* Add to Cart Button Styles */
.single_add_to_cart_button {
    position: relative;
    padding: 16px 72px !important;
    margin-left: 20px !important;
}

.single_add_to_cart_button::before {
    content: "";
    position: absolute;
    border: 0.1rem #9FB684 solid;
    width: 100%;
    height: 100%;
    border-radius: 0 25px 0 25px;
    top: 0.6rem;
    left: 8px;
    z-index: -1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    transform: scale(1);
}

.single_add_to_cart_button:hover:before {
    opacity: 0;
    transform: scale(0.95, 1);
}

.single_add_to_cart_button:hover {
    background-color: #C95965 !important;
}

@media only screen and (max-width: 600px) {
    .single_add_to_cart_button {
        padding: 16px 48px !important;
        margin-left: 10px !important;
    }
}

/* Subscription Styles */
.wcsatt-options-prompt-text,
.wcsatt-sub-options {
    display: none;
}

.wcsatt-options-product-prompt .subscription-price {
    font-size: 1em !important;
}

span.price.subscription-price::before {
    content: "10% ";
}

div.e-atc-qty-button-holder {
    display: block !important;
}

/* Input Styles */
input[type=radio] {
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
}

/* Mobile Subscription Styles */
@media only screen and (max-width: 600px) {
    .wcsatt-options-prompt-action {
        font-size: 1.2em !important;
        line-height: 1.8em;
    }

    .wcsatt-options-prompt-radio {
        margin-bottom: 10px !important;
    }
}

/* Price Styles */
span.price del {
    opacity: 1 !important;
    font-weight: 700 !important;
}

.wc-proceed-to-checkout .checkout-button {
    font-size: 22px !important;
}

/* Checkout Styles */
#kco-order-review {
    visibility: hidden;
}

.payment_method_kco,
#shipping_address_2,
#shipping_company_field,
#billing_address_2,
#billing_company_field {
    display: none;
}

#wc-stripe-payment-request-button {
    max-width: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto;
}

#wc-stripe-payment-request-button-separator {
    display: none;
}

.woocommerce-checkout-review-order,
.ast-product-name {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.woocommerce-error {
    display: none;
}

/* Desktop Checkout Styles */
@media only screen and (min-width: 900px) {
    .col2-set {
        width: 45% !important;
    }

    #order_review_heading,
    #order_review {
        width: 50% !important;
    }
}

/* Mobile Message Styles */
@media (max-width: 544px) {
    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
        margin-top: 2em;
    }
}