/**

Theme Name: Geolix

Author: Geolix

Author URI: https://geolix.co.za/

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: geolix

Template: astra

*/

/* --- Category Filter List --- */

.g-categorylist {
    margin: 0;
    list-style-type: none;
}

.g-categorylist li {
    line-height: 1.8em;
}

.g-categorylist li.active a {
    font-weight: 600;
    color: #cf2027 !important;
}

/* --- Custom Cart Menu Icon --- */

.custom-cart-button {
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 13px 20px;
    transition: 0.4s;
    line-height: 20px;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
}

.custom-cart-button:focus,
.custom-cart-button:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
}

.custom-cart-button:hover {
    transform: translateY(-8px);
}

.custom-cart-button .cart-indicator {
    color: white;
    background-color: #cf2027;
    border-radius: 50%;
    text-align: center;
    width: 1.4em;
    line-height: 1.4em;
    font-size: 12px;
    margin-left: 1em;
}

.custom-cart-button.active {
    color: #cf2027;
}

/* --- Global Style Fixes --- */
.woocommerce button,
.woocommerce .button {
    font-size: 14px !important;
    background-color: #1e1e1e !important;
    color: white !important;
    transition: 0.2s !important;
}

.woocommerce button:hover,
.woocommerce .button:hover {
    background-color: #cf2027 !important;
}

.woocommerce button[disabled] {
    font-size: 14px !important;
    background-color: #535353 !important;
    color: white !important;
    transition: 0.2s !important;
}

.woocommerce button[disabled]:hover {
    background-color: #535353 !important;
}

.add_to_cart_button {
    padding: 10px 20px !important;
    white-space: nowrap;
}

.woocommerce-page #primary {
    margin: 40px 0 !important;
}

.added_to_cart {
    font-weight: 600 !important;
    color: #cf2027 !important;
    margin-left: 8px;
}

/* --- Cart Page Fixes --- */
.woocommerce-cart-form .product-name a {
    font-weight: 600 !important;
    color: #1e1e1e !important;
}

.woocommerce-cart-form .product-name a:hover {
    color: #cf2027 !important;
}

.woocommerce-cart-form .product-price {
    color: #cf2027;
}

.woocommerce-shipping-calculator .shipping-calculator-button {
    font-weight: 600;
    color: #cf2027;
    transition: 0.2s;
}

.woocommerce-shipping-calculator .shipping-calculator-button:hover {
    color: #991a1f;
}

/* --- Checkout Page Fixes --- */
.woocommerce-billing-fields__field-wrapper label {
    font-weight: 600 !important;
}

.woocommerce-billing-fields__field-wrapper input {
    background-color: #ececec !important;
}

/* --- Order Received Page Fixes --- */
.woocommerce-order-overview {
    margin-top: 10px !important;
}

.woocommerce-table__product-name.product-name a {
    color: #1e1e1e !important;
}

.woocommerce-table__product-name.product-name a:hover {
    color: #cf2027 !important;
}

.woocommerce-order-details .amount {
    font-weight: 600 !important;
}

/* --- My Account Page Fixes --- */

.select2-selection__rendered {
	padding-left: 24px !important;
}