/**
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
*/

.elementor-shortcode .trp-ls-shortcode-current-language, .elementor-shortcode .trp-ls-shortcode-language {
    width: 180px !important;
    padding: 0;
    border: 0;
    position: relative;
    top: 5px;
box-shadow: 0px 10px 10px #635f5f0a;
}

.trp-language-switcher{
	width:auto;
}

/* Breadcrumbs Container */
.custom-breadcrumbs, #breadcrumbs {
    background-color: #b3824b; /* Brown background */
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: white;
    font-weight: 600;
}

/* Breadcrumb Links */

.custom-breadcrumbs a, #breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

/* Breadcrumb Links Hover */
.custom-breadcrumbs a:hover, #breadcrumbs a:hover {
    text-decoration: underline;
}

/* Breadcrumb Current Page (Last Item) */
.custom-breadcrumbs span, #breadcrumbs span {
    color: #ffffff;
    font-weight: bold;
}

/* Breadcrumb Separator */
.custom-breadcrumbs a::after, #breadcrumbs a::after {
    content: " / ";
    color: white;
    padding: 0 5px;
}

/* Remove Separator for Last Item */
.custom-breadcrumbs span::after, #breadcrumbs span::after {
    content: "";
}
aside.shop-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-category-sidebar li {
    margin: 0 !important;
}
/* Responsive Breadcrumbs */
@media (max-width: 768px) {
    .custom-breadcrumbs, #breadcrumbs {
        font-size: 12px;
        padding: 8px;
    }
}

nav.woocommerce-breadcrumb {
    display: none;
}
.custom-category-sidebar {
    width: 250px;
    padding: 15px;
    border-radius: 5px;
}

.category-list {
    list-style: none;
    padding: 0;
}

.category-list .category-item {
    position: relative;
    padding: 10px 15px;
}

.category-list .category-item a {
   color: #000 !important;
    font-size: 16px;
    text-decoration: none;
    display: block;
	font-family: 'Marcellus SC',serif !important;
}

.category-list .category-item:hover a {
    background: #fff!important; /* Darker color on hover */
    padding: 10px;
    border-radius: 5px;
}

.hover-dropdown {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 500px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 55;
}

.category-item:hover .hover-dropdown {
    display: flex;
    justify-content: space-between;
}

.product-preview h4, .subcategory-preview h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.product-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product-item img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.product-item p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.product-item span {
    font-weight: bold;
    color: #d10000; /* Price color */
}

.subcategory-preview ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.subcategory-preview ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

.subcategory-preview ul li a {
    color: #333;
    text-decoration: none;
}

.subcategory-preview ul li a:hover {
    color: #d10000;
}
.product-item a,.subcategory-preview a{
	background:transparent!important;
}



/* child */
/* 🔹 Toggle Buttons */
.view-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.toggle-btn {
    background: none;
    border: 1px solid #c9a777;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
}

.toggle-btn.active {
    background: #c9a777;
    color: white;
}

/* 🔹 Default Grid View */
#products-container.grid-view ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#products-container.grid-view .product-item {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

/* 🔹 List View */
#products-container.list-view ul.products {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#products-container.list-view .product-item {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #ddd;
    padding: 15px;
}

#products-container.list-view .product-thumbnail {
    width: 150px;
}

#products-container.list-view .product-thumbnail img {
    width: 100%;
}

#products-container.list-view .product-info {
    flex: 1;
}

#products-container.list-view .product-info .price {
    font-weight: bold;
    color: #d10000;
}

/* Ensure buttons stay aligned */
#products-container.list-view .button {
    margin-left: auto;
}

#products-container.list-view ul.products li.product {
    flex-direction: row!important;
    width: 100%;
    box-shadow: 0px 0px 10px #00000017;
    align-items: center!important;
}
.woocommerce-message, .woocommerce-info {
    border-top-color: #b3824b;
}
.woocommerce-js form .form-row textarea, .woocommerce-js input[type=email], .woocommerce-js input[type=number], .woocommerce-js input[type=password], .woocommerce-js input[type=reset], .woocommerce-js input[type=search], .woocommerce-js input[type=tel], .woocommerce-js input[type=text], .woocommerce-js input[type=url], .woocommerce-js textarea, .woocommerce-page form .form-row textarea, .woocommerce-page input[type=email], .woocommerce-page input[type=number], .woocommerce-page input[type=password], .woocommerce-page input[type=reset], .woocommerce-page input[type=search], .woocommerce-page input[type=tel], .woocommerce-page input[type=text], .woocommerce-page input[type=url], .woocommerce-page textarea,.woocommerce-js .select2-container .select2-selection--single, .woocommerce-js select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select {
    border-color: #00000059;
}
.woocommerce-checkout header.entry-header.ast-no-thumbnail,.woocommerce-cart header.entry-header.ast-no-thumbnail,.woocommerce-account  .entry-header,.woocommerce-account  h2{
    display: none;
}
form.woocommerce-form.woocommerce-form-login.login {
    max-width: 400px;
    margin: 0px auto;
    box-shadow: 0px 0px 10px #00000030;
}
button.show-password-input {
    background: transparent;
    color: #a76e27;
    right: -30px !important;
    top: 4px !important;
}
.wpr-mini-cart-image img {
    width: 100px !important;
    position: unset !important;
}
.wpr-mini-cart-wrap .woocommerce-mini-cart-item a.remove:before{
	display:none;
}
.wpr-mini-cart-sidebar .wpr-close-cart {
    padding: 6px 10px !important;
    background: #ddd;
	flex-direction: row;
    margin-bottom: 30px;
}
.wpr-mini-cart-wrap li.woocommerce-mini-cart-item.mini_cart_item {
    padding: 0 10px !important;
}
div#coderockz_woo_delivery_delivery_selection_field {
    overflow: visible!important;
}

@media(max-width:900px){
	form.woocommerce-form.woocommerce-form-login.login {
    max-width: 400px;
    margin: 50px auto;
    box-shadow: 0px 0px 10px #00000030;
}
   .trp-language-switcher > div > a {
    display: block;
    padding: 5px 0px;
    border-radius: 3px;
    text-decoration: none;
    color: #1E1E1E;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}
	.elementor-shortcode .trp-ls-shortcode-current-language, .elementor-shortcode .trp-ls-shortcode-language {
    padding: 0;
    border: 0;
    position: relative;
    top: 5px;
    box-shadow: 0px 10px 10px #635f5f0a;
}
}
div#coderockz_woo_delivery_setting_wrapper_internal h3 {
    font-size: 18px;
    margin-bottom: 0;
    padding: 5px 0 !important;
}