/*
Theme Name:   Chawkbazar child theme
Description:  ChawkBazar is a highly intuitive WooCommerce theme that will handle all your online business needs. It comes with unique & responsive design. With a lots of customization options and extensible codebase making it perfect WooCommerce theme for your next online shop. Looking for a WooCommerce theme? Look no further! Start selling anything and everything today.
Author:       RedQTeam
Author URL:   http://redq.io
Template:     chawkbazar
Version:      1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  chawkbazar-child
*/

/* Write here your own personal stylesheet */
.header-rio .chawkbazar-menu-area ul.chawkbazar-main-menu{
	gap: 12px !important;
}
.header-rio .chawkbazar-menu-area ul.chawkbazar-main-menu>li>a {
    font-size: 14px;
}

.chawkbazar-menu-area .site-branding img{
	    max-height: 60px !important;
    max-width: 145px !important;
}

#price_calculator input, select#length_needed {
    width: 150px;
    border: 1px solid #8e8e8e;
}

#accessibility-branding {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}
#accessibility-trigger-button{
	    bottom: 75px;
    position: relative;
}


/* Force two clean columns with even spacing for WooCommerce attributes */
.woocommerce-product-attributes.shop_attributes {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 10px !important; /* Optional: adds spacing between rows */
    table-layout: fixed !important;
}

.woocommerce-product-attributes.shop_attributes th,
.woocommerce-product-attributes.shop_attributes td {
    padding: 8px 20px !important;
    vertical-align: top !important;
    text-align: left !important;
}

.woocommerce-product-attributes.shop_attributes th {
    width: 30% !important; /* Adjust label width */
    white-space: nowrap !important;
}

.woocommerce-product-attributes.shop_attributes td {
    width: 70% !important; /* Adjust value width */
    word-wrap: break-word !important;
}

.woocommerce-product-attributes.shop_attributes td p {
    margin: 0 !important;
}

.chawkbazar-woocommerce.woocommerce .chawkbazar-single-page-layout-two#content div.product .product_single_slider_thumb_position_horizontal div.images .flex-control-thumbs, .single-product.chawkbazar-single-page-layout-two div.product .product_single_slider_thumb_position_horizontal div.images .flex-control-thumbs {
    grid-template-columns: repeat(5, minmax(117px, 1fr)) !important;
}

/* Target the Free shipping label in WooCommerce Blocks */
.wc-block-components-totals-item__value strong {
    font-size: 0; 
    position: relative;
}
a.pk-scroll-to-top.pk-active{
	bottom : 100px;
}

