/**
Theme Name: Astra Child
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-child
Template: astra
*/


ul, ol {
    margin: 0;
    padding: 0;
}
.list-unstyle {
    list-style: none;
}
p:last-child {
    margin-bottom: 0;
}
a {
    display: inline-block;
}
.woocommerce .woocommerce-mini-cart__buttons a.wc-forward.button,
.woocommerce .woocommerce-form .form-row .button,
a:not(.wc-forward):hover, button:hover,
a:not(.wc-forward):focus, button:focus,
.ast-menu-toggle:focus, .ast-menu-toggle:hover,
* :focus-visible {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Header */
.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
    display: none !important;
}
.astra-cart-drawer .astra-cart-drawer-content .widget_shopping_cart_content ul li:nth-child(odd) {
    background-color: #f5f5f5;
}

/* Cart Modal */
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    right: 10px;
    top: 10px;
}
.astra-cart-drawer .astra-cart-drawer-close {
    right: 20px;
}

/* Media Responsive CSS */
@media screen and (min-width: 922px) and (max-width: 1024.98px) {
    header .main-header-bar-wrap .custom-logo-link img {
        width: 260px;
    }
    .main-header-bar-wrap .ast-builder-menu .main-header-menu .menu-link {
        padding: 0 0.65em;
    }
}
@media screen and (max-width: 921.98px) {
    .ast-builder-menu-mobile .main-navigation .main-header-menu {
        padding: 10px 0;
    }
}


/* Shop Page */
.products li.ast-grid-common-col,
.products li.ast-article-single {
    border: 1px solid #cecece;
    padding: 10px !important;
    border-radius: 10px;
}
.products li.ast-article-post {
    border: 1px solid #d1d5db;
    border-radius: 15px;
    background-color: #f5f5f5;
    padding: 10px !important;
    flex-direction: column !important;
    justify-content: space-between;
    transition: 0.3s all ease;
    margin-bottom: 20px !important;
}
.products li.ast-article-post:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #fff;
}
.products li.ast-article-post .astra-shop-summary-wrap {
    padding: 5px 5px 0;
}
.products .astra-shop-summary-wrap > a.button {
    padding: 10px 25px 10px 25px;
    font-size: 16px;
    line-height: 1.4em;
    border: none;
    font-weight: 500;
}
form.woocommerce-ordering select {
    border: 1px solid #d1d5db !important;
    border-radius: 10px !important;
    padding: 10px 15px !important;
    font-size: 14px;
    color: #333;
}
.products .astra-shop-thumbnail-wrap .ast-on-card-button {
    display: none !important;
}
.products .woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: 1.3;
    transition: 0.3s all ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.products .woocommerce-loop-product__title:hover {
    color: #e21712;
}
.products .ast-woo-product-category {
    color: #e21712 !important;
    opacity: 1 !important;
    margin-bottom: 10px !important;
}
.products .astra-shop-summary-wrap .price {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}
.woocommerce .woocommerce-ordering {
    margin-bottom: 20px;
}
.woocommerce-js .woocommerce-breadcrumb {
    font-size: 15px;
    color: #000;
}

/* Single Product */
.single-product .flex-control-thumbs li {
    padding: 10px;
    border: 1px solid #d1d5db !important;
    border-radius: 10px !important;
}
.single-product .flex-control-thumbs li img {
    transition: 0.3s all ease;
}
.single-product .woocommerce-product-details__short-description p > a > img {
    overflow: hidden;
    width: 130px;
    height: 110px;
    object-fit: contain;
    box-shadow: none;
    padding: 10px;
    border: 1px solid #d1d5db !important;
    border-radius: 10px !important;
}
.single-product .woocommerce-product-details__short-description p > a:first-child > img {
    margin-left: 0;
}
.single-product .woocommerce-product-details__short-description p > a:last-child {
    margin-bottom: 0 !important;
}
.single-product .woocommerce-product-details__short-description p:nth-last-of-type(-n + 2) {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
.single-product .woocommerce-product-details__short-description p:last-of-type {
    display: none;
}
.woocommerce-product-details__short-description h3 {
    font-size: 22px;
    line-height: 1.3;
    color: #000;
}
.product .product_title {
    font-size: 32px;
    line-height: 1.3;
}
.cart .quantity input {
    height: 44px;
    border-radius: 10px;
    border: 1px solid #d1d5db !important;
}
body.single-product .single_add_to_cart_button,
body.single-product .woocommerce-message a.button {
    font-size: 16px;
    line-height: 1.4em;
    transition: 0.3s all ease;
    border-radius: 50px 50px 50px 50px;
    padding: 11px 25px 10px 25px;
    border: none;
    margin-bottom: 0;
}
.single-product .entry-summary p.price {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}
.single-product .product_meta a {
    transition: 0.3s all ease;
}
.single-product .product_meta a:hover {
    background-color: transparent;
    color: #333;
}
.woocommerce-Tabs-panel .product-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.woocommerce-Tabs-panel div > .extra_product {
    padding: 20px;
    border: 1px solid #d1d5db !important;
    border-radius: 10px !important;
}
.single-product .woocommerce-Tabs-panel div > .extra_product p span{
	font-size: 18px;
    color: #333;
    font-weight: 500;
}
.woocommerce-Tabs-panel div > .extra_product h3,
.woocommerce-Tabs-panel div > .extra_product a {
    margin: 0 0 15px;
}
.single-product .woocommerce-message {
    border: 1px solid #d1d5db;
    border-radius: 15px;
    background-color: #fff;
}
@media (max-width: 1199.98px) {
    .single-product #primary {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
}

/* Checkout Page */
.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label input {
    height: auto !important;
}
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label input  {
    margin-right: 6px;
}

/* Account Page */
body .woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #333;
}