.banner {
    background-image: url("../images/product-banner.jpg");
       padding: 100px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	  position: relative;
    z-index: 2;
}

.banner:before {
    content: "";
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.7;
}
.banner-content-text h2 {
    color: #fff;
    font-size: 40px;
	text-transform: capitalize;
}

section.category-sec {
    position: relative;
    padding: 50px 0px;
}
.category-image-text h3 {
    font-size: 30px;
    text-align: center;
    padding: 15px 0px;
    color: #000;
}

section.category-sec .category-content .tab-content {
    padding: 20px;
    min-height: 300px;
    max-height: 450px;
    overflow: scroll;
    width: 100%;
}
section.category-sec .category-content .tab-content table.table.specs-top tbody {
    border: 1px solid #dfdfdf;
}
section.category-sec .category-content .tab-content table.table.specs-top td {
    font-weight: 400;
    color: #000;
    padding: 15px;
}
section.category-sec .category-content .tab-content table.table.specs-top th {
    background: #ededed;
    font-weight: 400;
    color: #000;
    padding: 15px;
}

section.category-sec .category-content .tab-content p {
    font-size: 16px;
    color: #777;
    line-height: 1.5;
    text-align: center;
}
.warranty-pane {
    text-align: center;
}
.custom-btn {
    background-color: #0E1B4D;
    border: 1px solid #0E1B4D;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.category-content {
    border: 1px solid #ececec;
}
.roassembly-image-pdf {
    padding: 20px;
}
.category-content nav.category-content-tab .nav-tabs .nav-link.active {
    background: #fff;
}
.category-content nav.category-content-tab .nav-tabs .nav-link {
    border: none;
    padding: 20px 30px;
    background: #ededed;
    border-radius: 0px;
    color: #000;
    width: 25%;
}

.category-img-sec {
    border: 1px solid #ededed;
}

.category-img-sec .category-image-box img {
    height: 520px;
    object-fit: cover;
}

.view-more{
  margin-top: 15px;
}


/*category list section css*/
.spec-sheet a.btn.btn-outline-secondary.btn-sm.spec-sheet-btn {
    border: 1px solid #dee2e6;
    color: #0e1b4d;
}
.spec-sheet a.btn.btn-outline-secondary.btn-sm.spec-sheet-btn:hover {
    background-color: #e9ecef !important;
    border: 1px solid #0e1b4d;
}
section.category-list-sec .nav.nav-tabs .nav-link.active {
    background: #0e1b4d;
    color: #fff;
}
section.category-list-sec .nav.nav-tabs .nav-link {
    padding: 15px 20px;
    background: #ededed;
    border-radius: 0px;
    border: none;
    color: #000;
    border-radius: 10px 10px 0px 0px;
}
section.category-list-sec .nav.nav-tabs {
    justify-content: flex-start;
    border: none;
	padding-left: 0px;
    margin-left: 0px;
	gap: 10px;
}

.category-list-detail h3 {
    background: #0e1b4d;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
}
.category-list-box .category-list-box-content {
    width: 55%;
}

.category-list-box .category-list-box-img {
    width: 20%;
}
.category-list-box {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border-bottom: 1px solid #ececec;
    gap: 10px;
    position: relative;
}
.category-list-detail {
    border: 1px solid #ececec;
}
.category-list-box .category-list-box-btn {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.number-count {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}
.number-count span {
    font-size: 25px;
}
.number-count input {
    text-align: center;
    width: 35%;
}
p.price-text span.price {
    font-size: 20px;
    margin-left: 10px;
    font-weight: 700;
    color: #000;
}

p.price-text span.discount {
    font-size: 16px;
    text-decoration: line-through;
    color: #b9b9b9;
    font-weight: 600;
}

span.sale {
    position: absolute;
    background: #0e1b4d;
    color: #fff;
    border-radius: 60px;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.category-list-box .category-list-box-img img {
    height: 150px;
    object-fit: contain;
}
.category-list-box .custom-btn {
    padding: 8px 25px;
}

/* category page product box  css */
 .variation-radio-label {
        display: inline-flex;
        align-items: center;
        padding: 8px 16px;
        margin: 0;
        background-color: #f8f9fa;
        border: 2px solid #dee2e6;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 500;
        font-size: 14px;
        user-select: none;
    }
    
    .variation-radio-label:hover {
        background-color: #e9ecef;
        border-color: #0d6efd;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
    }
    
    .variation-radio-label:has(.variation-radio:checked) {
        background-color: #0d6efd;
        border-color: #0d6efd;
        color: white;
        box-shadow: 0 2px 8px rgba(13, 110, 253, 0.3);
    }
    
    .variation-radio {
        margin-right: 8px !important;
        accent-color: #0d6efd;
    }
    
    .variation-radio:checked + .radio-text {
        color: white;
        font-weight: 600;
    }
    
    .radio-options {
        gap: 8px !important;
        flex-wrap: wrap;
    }
    
    .variation-group {
        margin-bottom: 1rem;
    }
    
    .variation-label {
        color: #495057;
        font-size: 15px;
    }
    
    .single_add_to_cart_button:disabled,
    .add_to_cart_button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none !important;
        box-shadow: none !important;
    }
    
    .single_add_to_cart_button.loading,
    .add_to_cart_button.loading {
        opacity: 0.7;
        pointer-events: none;
    }
    
    .add-to-cart-message {
        animation: slideInUp 0.5s ease-out;
    }
    
    @keyframes slideInUp {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }
    
    .category-list-box {
        transition: all 0.3s ease;
        position: relative;
    }
    
/*     .category-list-box:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    } */
    
    @media (max-width: 768px) {
        .variation-radio-label {
            padding: 6px 12px;
            font-size: 13px;
        }
        .radio-options {
            gap: 6px !important;
        }
    }
.variation-group label.variation-radio-label input {
    display: none;
}
.variation-radio-label:hover {
    background-color: #e9ecef;
    border-color: #0e1b4d !important;
    transform: translateY(-1px);
}
.variation-radio-label:has(.variation-radio:checked) {
    background-color: #e9ecef !important;
    border-color: #0e1b4d !important;
    color: #0e1b4d !important;
	box-shadow: 0 2px 8px rgb(223 223 223 / 30%) !important;
}
.variation-radio-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    margin: 0;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6 !important;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    user-select: none;
}
.price-text span.original-price {
    font-size: 18px;
    font-weight: 700;
    color: #000 !important;
}
.variation-radio:checked + .radio-text {
    color: #0e1b4d !important;
    font-weight: 600;
}
button.single_add_to_cart_button.btn.btn-primary.ajax-add-to-cart-btn {
    background-color: #0e1b4d;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #0e1b4d;
    padding: 10px 30px;
}

/*category sidebar*/
.category-sidebar-sec1 {
   border: 1px solid #ececec;
}
.category-sidebar-sec1 h3 {
    font-size: 16px;
    background: #0e1b4d;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.category-sidebar-sec1 p {
    font-size: 16px;
    padding: 15px;
}
.category-sidebar-cart-summary {
    margin-top: 20px;
}
.category-sidebar-cart-summary  h3 {
    font-size: 16px;
    background: #0e1b4d;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.category-sidebar-cart-summary p {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 15px 10px;
    border-bottom: 1px solid #ececec;
}
.price-text span.original-price {
    font-size: 16px;
    font-weight: 700;
}
section.category-list-sec {
    margin-bottom: 50px;
}
.category-sidebar-cart-summary-btn {
    display: flex;
    justify-content: space-between;
}
.category-list-box .quantity {
    width: 30%;
    margin-top: 15px;
}
.quantity .form-control {
    width: 100%;
 }
.category-sidebar-cart-summary-btn button {
    padding: 10px 15px;
    border-radius: 50px;
    background: #0e1b4d !important;
    border: 1px solid #0e1b4d !important;
}
.category-sidebar-cart-summary-btn button.door-sample-btn {
  
    background: #ededed !important;
    border: 1px solid #ededed !important;
    color: #000;
}

.xoo-wsc-basket {
  display: none !important;
}

/* shop page css */
.ast-left-sidebar #primary {
    padding-left: 15px !important;
}
.site-content > .ast-container {
    max-width: 100% !important;
    padding: 0px;
    flex-direction: column;
}
#fkcart-modal .fkcart-preview-ui {
    max-width: 350px !important;
    background-color: #f5f5f5 !important;
    border-left: 1px solid #cfcfcf;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item {
     background: #fff;
    padding: 15px;
    margin: 0px 5px 5px 5px !important;
    border-radius: 5px;
}
.woocommerce-page ul.products li {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px !important;
    border-radius: 5px;
	margin-bottom: 5px !important;
}
.woocommerce ul.products, .woocommerce-page ul.products {
    display: grid;
    column-gap: 5px;
}
.woocommerce-page ul.products li span.ast-woo-product-category {
    background: #d3d3d3;
    display: inline !important;
    padding: 5px 15px;
    border-radius: 50px;
    color: #000 !important;
}
.woocommerce-page ul.products li .astra-shop-summary-wrap{
	margin-top: 15px;
}
.woocommerce-page ul.products li .astra-shop-summary-wrap a {
    text-decoration: none;
     margin: 10px 0px;
}

.woocommerce-page ul.products li .astra-shop-summary-wrap a h2 {
    color: #0e1b4d;
    font-size: 16px !important;
    font-weight: 700;
}
.woocommerce-page ul.products li .astra-shop-summary-wrap a.button.product_type_simple,.woocommerce-page ul.products li .astra-shop-summary-wrap a.button.product_type_grouped {
    border-radius: 50px;
   text-align: center;
    background-color: #0e1b4d;
    color: #fff;
	padding: 12px 25px;
}
.woocommerce-page ul.products li a.button.product_type_variable.add_to_cart_button {
    background: #0e1b4d;
    border-radius: 50px;
    padding: 12px 25px;
}
.fkcart-checkout-info a#fkcart-checkout-button {
    background: #0e1b4d !important;
    border-radius: 50px !important;
}
.fkcart-primary-button.fkcart-coupon-button {
    background: #0e1b4d !important;
    border-color: #0e1b4d !important;
}
#secondary {
    width: 30% !important;
	border-right: none !important;
	padding-right: 30px !important;
	margin: 50px 0px 0px 0px;
}
.ast-left-sidebar #primary {
    border-left: none;
	margin: 50px 0px 0px 0px;
}
.wpfFilterWrapper {
    border: 1px solid #e3e3e3;
    padding: 0px !important;
    border-radius: 5px;
}
.woocommerce-js .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    background-color: transparent;
    border: #ff0000;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}
button.wpfFilterButton.wpfButton {
    width: 100%;
    border-radius: 50px;
    min-height: auto;
    background-color: #0e1b4d;
}
.wpfFilterButtons button.wpfClearButton.wpfButton{
    width: 100%;
    border-radius: 50px;
    min-height: auto;
    background-color: #0e1b4d;
}
.wpfFilterWrapper .wpfFilterTitle {
    cursor: pointer;
    background: #0e1b4d;
    margin-bottom: 0px;
    padding: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px 5px 0px 0px;
}
.wpfFilterWrapper .wpfFilterContent {
    padding: 15px;
}
.wpfSearchWrapper {
    margin-bottom: 15px !important;
}
.wpfFilterWrapper .wfpTitle {
  height: auto !important;
 
}

#fkcart-modal .fkcart-zero-state a.fkcart-primary-button.fkcart-shop-button {
    background-color: #0e1b4d;
    border-radius: 50px;
    color: #fff;
}
.fkcart-shortcode-container .fkcart-shortcode-icon-wrap {
    position: relative;
    display: block !important;
    align-items: center;
}

.features-gallery figure.swiper-slide-inner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
button#wpforms-submit-90 {
    background: #0e1b4d;
    padding: 15px 50px 15px 50px;
    border-radius: 50px;
    font-family: 'helvetica';
    height: auto !important;
}
.wpforms-container .wpforms-form .wpforms-field-container input, .wpforms-container .wpforms-form .wpforms-field-container textarea {
    border-color: #0e1b4d;
    border-radius: 10px !important;
    padding: 20px 30px 20px 30px;
    color: #0e1b4d;
}
/* Cart page css */
.ast-article-single header.entry-header.ast-no-thumbnail h1.entry-title {
    text-align: center !important;
    margin-bottom: 45px !important;
}
.woocommerce-cart .cart-empty.woocommerce-info {
    border-top-color: #0e1b4d !important;
}
.woocommerce-cart .cart-empty.woocommerce-info::before {
    color: #0e1b4d !important;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form button.button {
    background: #0e1b4d;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    background: #0e1b4d;
    height: auto !important;
    border-radius: 50px;
    padding: 12px 25px;
    line-height: normal;
}
.woocommerce-cart .cart_totals h2 {
    font-size: 18px;
    background: #0e1b4d !important;
    color: #fff;
}
.woocommerce-cart  table.shop_table thead {
    background: #0e1b4d !important;
    color: #fff !important;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form th.product-name a {
    color: #000;
}
.woocommerce-cart .woocommerce {
    display: flex;
    flex-wrap: wrap;
	gap: 2%;
}
.woocommerce-cart .wc-empty-cart-message {
    width: 100%;
}
.woocommerce-cart .cart-collaterals {
    width: 28%;
}
.woocommerce-cart .cart_totals {
    float: none !important;
	 width: 100% !important;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 68%;
}
.woocommerce-cart p.return-to-shop a.button.wc-backward {
    background: #0e1b4d;
    border-radius: 50px;
}

/* checkout page css */
.woocommerce-checkout .woocommerce-message, .woocommerce-info {
    border-top-color: #0e1b4d !important;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #0e1b4d;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: #0e1b4d;
}
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon button.button {
    background: #0e1b4d;
    border-radius: 50px;
    font-weight: 400;
    height: auto !important;
}
.woocommerce-checkout .form-row.place-order button#place_order {
    border-radius: 50px;
    background-color: #0e1b4d !important;
}
.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #0e1b4d;
}
.woocommerce-checkout  form.checkout.woocommerce-checkout {
    margin-bottom: 30px;
}
.woocommerce-js form .form-row.woocommerce-validated .select2-container, .woocommerce-js form .form-row.woocommerce-validated input.input-text, .woocommerce-js form .form-row.woocommerce-validated select {
    border-color: #0e1b4d !important;
}
.woocommerce-checkout input[type="radio"]:checked {
    border-color: #0e1b4d !important;
    background-color: #0e1b4d !important;
    box-shadow: none;
}
.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout li a {
    color: #0e1b4d;
}

/* Account page css */
.woocommerce-account .woocommerce h2 {
    text-align: center;
}
.woocommerce-account .woocommerce form.woocommerce-form.woocommerce-form-login.login {
    max-width: 500px;
    margin: 0 auto;
}
.woocommerce-account .woocommerce form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #0e1b4d;
    width: 100%;
    border-radius: 50px;
    margin-top: 15px;
}

/* Account page css */
.woocommerce-account .woocommerce h2 {
    text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #0e1b4d;
    text-decoration: underline !important;
}
.woocommerce-account .woocommerce form.woocommerce-form.woocommerce-form-login.login {
    max-width: 100%;
    margin: 0 auto;
}
.woocommerce-account .woocommerce form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #0e1b4d;
    width: 100%;
    border-radius: 50px;
    margin-top: 15px;
}
.woocommerce-account .woocommerce form.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a {
    color: #0e1b4d;
}
.woocommerce-account .woocommerce form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #d1d5db !important;
    padding: 20px;
    text-align: left;
    border-radius: 5px !important;
}
.woocommerce-account .woocommerce form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
}
.woocommerce-account .woocommerce form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    width: 100%;
    border-radius: 50px;
    background: #0e1b4d;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #0e1b4d !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a
 {
    color: #ffffff !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 1em 1.5em !important;
    color: #0e1b4d !important;
}
.woocommerce-account  .woocommerce-MyAccount-navigation-link a:hover {
    background: #0e1b4d;
    color: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link {
    list-style: none;
    border: none !important;
    border-bottom-width: 0;
    background: #f5f5f5;
}
.woocommerce-account .woocommerce-info a.button.wc-forward {
    background: #0e1b4d;
    border-radius: 50px;
    font-weight: 400;
}
.woocommerce-account .woocommerce-info::before {
    color: #0e1b4d;
}
.woocommerce-account table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table a {
    color: #000;
}
.woocommerce-account table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table a.woocommerce-button.button.view {
    color: #fff;
    background: #0e1b4d;
    border-radius: 50px;
}
.woocommerce-account .woocommerce header.woocommerce-Address-title.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}
.woocommerce-account .woocommerce header.woocommerce-Address-title.title h2 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0px;
    padding: 0px !important;
}

.woocommerce-account .woocommerce header.woocommerce-Address-title.title a {
   color: #0e1b4d !important;
}

.woocommerce-account .woocommerce-Address address {
    min-height: 240px;
}
.woocommerce-account form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    background: #0e1b4d;
    border-radius: 50px;
    font-weight: 400;
    color: #fff;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding-left: 0px !important;
}


/* single product page css */

	.single-product div.product div.summary .single-product-category a {
    color: #0e1b4d;
    font-size: 14px;
    background: #e5e5e5;
    padding: 5px 15px;
    border-radius: 30px;
    text-decoration: none;
}
	.single-product div.product div.summary  button.single_add_to_cart_button.button {
    background: #0e1b4d;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    padding: 12px 25px;
    color: #fff;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 0px 0px;
    border-radius: 0;
    font-weight: 400;
}
.single-product div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 20px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
	background: #f5f5f5;
	 border-radius: 5px 5px 0px 0px;
	
}
/* .single-product  div.product .woocommerce-tabs {
    padding-top: 2em;
    margin-bottom: 2em;
    width: 100%;
} */
.single-product div.product div.summary .product_meta {
    padding-top: 15px !important;
}
	.single-product div.product div.summary .product_meta span a {
        color: #0e1b4d;
		text-decoration: none !important;
}
.single-product div.product .woocommerce-tabs ul.tabs {
	
	border: none !important;
}

.single-product div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}
.single-product div.product .woocommerce-tabs ul.tabs:before{
    display: none !important;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    background: #0e1b4d;
    border-radius: 5px 5px 0px 0px;
}
.single-product  .comment-form p.form-submit input.submit {
    background: #0e1b4d !important;
    border-radius: 50px;
    padding: 12px 40px !important;
}
.single-product table.shop_attributes {
    border: 0;
    border: 1px solid #d1d5db !important;
    margin-bottom: 0px !important;
    width: 100%;
}
.single-product div.product  .woocommerce-product-gallery {
    background: #fdfdfd;
	margin-top:30px;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    background: #0e1b4d;
    border-radius: 5px 5px 0px 0px;
}
.bundle-trigger-text {
    color: #0e1b4d !important;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
    transition: color 0.3s ease;
    padding: 10px 20px;
    border-radius: 5px;
    background: #f5f5f5 !important;
    border: 1px dashed #0e1b4d !important;
    width: 100%;
}
.bundle-toggle-container button#closeBundleSelector:hover {
    background: transparent;
}
.bundle-toggle-container {
    
    background: #fff !important;
    border-radius: 8px;
    border: 2px dashed #0e1b4d !important;
    max-width: 100% !important;
 
}
.bundle-toggle-container.active {
    background: #fff;
    border-color: #0e1b4d !important;
    border-style: solid;
}
.bundle-mode-active .bundle-toggle-text {
    color: #000 !important;
    font-weight: bold;
}
.bundle-mode-active .bundle-selector-toggle {
    background: #0e1b4d !important;
}
.bundle-cart-title {
    font-size: 18px;
    font-weight: bold;
    color: #0e1b4d !important;
}
.bundle-cart-actions .bundle-cart-btn.secondary {
    background: #6c757d;
    color: white;
    border-radius: 50px;
}
.bundle-cart-actions .bundle-cart-btn.primary:hover {
    background: #0e1b4d;
}
.bundle-cart-actions .bundle-cart-btn.primary {
    background: #0e1b4d;
    color: white;
    border-radius: 50px;
}
.floating-bundle-cart {
   width: 100%;
    border: 2px solid #0e1b4d !important;
   
}
.bundle-toggle-text {
    margin-bottom: 15px;
    color: #000000 !important;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    font-weight: 600;
}
.bundle-selector-toggle:hover {
    background: #0e1b4d !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.bundle-toggle-container button#closeBundleSelector
 {
    box-shadow: none !important;
    right: 0;
	 padding: 0px !important;
}

.bundle-toggle-container .bundle-selector-toggle {
    background-color: #0e1b4d;
    box-shadow: none;
    border-radius: 50px;
    padding: 10px 50px;
    font-weight: 400;
}
.product-selection-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: auto !important;
    bottom: auto  !important;
    background: rgba(0, 115, 170, 0.1);
    border: 1px solid #0e1b4d  !important;
    border-radius: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.product-selection-checkbox {
    width: 15px !important;
    height: 15px !important;
    cursor: pointer;
    transform: scale(1.5);
    accent-color: #0e1b4d;
}
.products  .product-selected {
    background: rgb(255 255 255) !important;
    border-color: #0e1b4d !important;
    transform: scale(1.01);
    transition: all 0.3s ease;
}
form.woocommerce-form.woocommerce-form-register.register button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background: #0e1b4d !important;
    width: 100%;
    border-radius: 50px;
}
form.woocommerce-form.woocommerce-form-register.register a.woocommerce-privacy-policy-link {
    color: #0e1b4d;
}
form.woocommerce-form.woocommerce-form-register.register{
	margin: 0px !important;
}
.search-container form {
    position: absolute !important;
    left: 0;
    bottom: -50px;
    width: 100% !important;
    display: block;
    display: none !important;
}
.search-container.active form {
    display: flex !important;
}
.search-container i {
    font-size: 20px;
    margin-top: 8px;
    color: #0e1b4d;
    font-weight: 600;
}
.search-results {
    background-color: #fff !important;
}
.post-page-numbers.current .page-link, .ast-pagination .page-numbers.current {
    color: #ffffff;
    border-color: #0e1b4d !important;
    background-color: #0e1b4d !important;
}
.ast-pagination a, .nav-links a {
    color: #0e1b4d !important;
}
.ast-pagination a:hover, .ast-pagination a:focus, .ast-pagination > span:hover:not(.dots), .ast-pagination > span.current {
    color: #0e1b4d !important;
}
.entry-meta, .entry-meta * {
    line-height: 1.45;
    color: #0e1b4d !important;
    font-weight: 600;
}
#ast-scroll-top {
    background-color: #0e1b4d  !important;
    font-size: 15px;
}
.bundle-creation-content .modal-btn.primary {
    background: #0e1b4d !important;
    color: white;
    border-radius: 50px;
}
.bundle-creation-content .modal-title {
    color: #0e1b4d !important;
   }
.bundle-creation-content .modal-btn.secondary {
    background: #6c757d;
    color: white;
    border-radius: 50px;
}
.bundle-creation-content .modal-header {
    text-align: center;
    margin-bottom: 25px;
    flex-direction: column;
}
.selected-products-preview h4 {
    margin: 0 0 10px;
    color: #0e1b4d !important;
	font-size: 20px !important;
}
.woosb-products .woosb-product .woosb-title .woosb-name a {
    text-decoration: none;
    box-shadow: none;
    color: #000 !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

/* order group css */
/* Job Name Section Styles */
        #job_name_section {
            background: #f9f9f9;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin: 15px 0;
        }
        /* Grouped Orders Styles */
        .job-group {
            margin-bottom: 30px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            overflow: hidden;
        }
        .job-header {
            background: #f5f5f5;
            padding: 15px;
            margin: 0;
            font-size: 18px;
            color: #333;
            border-bottom: 1px solid #e0e0e0;
        }
        .job-orders {
            padding: 0;
        }
        .order-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            border-bottom: 1px solid #f0f0f0;
        }
        .order-row:last-child {
            border-bottom: none;
        }
        .order-info {
            flex: 1;
        }
        .order-date {
            margin-left: 15px;
            color: #666;
            font-size: 14px;
        }
        .order-status {
            margin-left: 15px;
            padding: 3px 8px;
            border-radius: 3px;
            font-size: 12px;
            background: #e0e0e0;
        }
        .order-total {
            margin: 0 20px;
            font-weight: bold;
        }
        .order-actions .button {
            margin-left: 5px;
            font-size: 12px;
            padding: 5px 10px;
        }

.woocommerce-MyAccount-content .job-grouped-orders .job-group h3.job-header {
    background: #f5f5f5;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px !important;
    padding: 8px 15px;
}
.woocommerce-MyAccount-content .job-grouped-orders .job-orders .order-actions a.button {
    background: #0e1b4d;
    border-radius: 50px;
    color: #fff;
    padding: 8px 20px;
	font-size: 14px !important;
    font-weight: 400;
}
.woocommerce-MyAccount-content .job-grouped-orders .job-orders .order-actions a.button.view {
    background: #ededed!important;
    border-radius: 50px !important;
    color: #0e1b4d !important;
}
td.woocommerce-table__product-name.product-name a {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details h2, .woocommerce-account .woocommerce-MyAccount-content section.woocommerce-customer-details h2 {
    font-size: 24px;
    padding: 10px;
}

/* Job Name Section on Order View */
        .job-name-section {
            margin: 20px 0;
            background: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 20px;
        }
        .job-name-section h3 {
            margin-top: 0;
            margin-bottom: 15px;
            color: #495057;
            font-size: 18px;
        }
        .woocommerce-table--job-details {
            background: white;
            border: 1px solid #e9ecef;
            border-radius: 4px;
            margin: 0;
        }
        .woocommerce-table--job-details th,
        .woocommerce-table--job-details td {
            padding: 12px 15px;
            border-bottom: 1px solid #e9ecef;
        }
        .woocommerce-table--job-details tbody tr:last-child th,
        .woocommerce-table--job-details tbody tr:last-child td {
            border-bottom: none;
        }
        .woocommerce-table--job-details th {
            background: #f1f3f4;
            font-weight: 600;
            color: #495057;
            width: 30%;
        }
        .woocommerce-table--job-details td {
            font-weight: 500;
            color: #212529;
        }
     


.cat-nav-tabs-list{
   display: flex;
    align-items: center;
    justify-content: space-between;
}
.cat-nav-tabs-list a.cabinet-specs{
    background: #0e1b4d;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

button#saveJobBtn {
    background: #ededed !important;
    color: #0e1b4d !important;
    border-radius: 50px !important;
}
button.button.btn-load-job {
    background: #0e1b4d  !important;
    border-radius: 50px  !important;
    color: #fff !important;
}
button.button.btn-delete-job {
    background: #ededed!important;
    border-radius: 50px !important;
    color: #0e1b4d !important;
}
button#confirmSaveBtn {
    background: #0e1b4d !important;
    color: #ffffff !important;
    border-radius: 50px !important;
}

@media only screen and (min-width: 1025px) {
	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
		width: 100% !important;
	}
}
@media only screen and (max-width: 991px) {
	.search-container form {
		position: absolute !important;
		bottom: -50px;
		width: 100% !important;
		left: auto;
		display: block;
		display: none !important;
		right: 70px;
	}
	.search-container i {
    font-size: 18px;
    margin-top: 2px;
    color: #0e1b4d;
    font-weight: 600;
}
	.woocommerce-account .woocommerce form.woocommerce-form.woocommerce-form-login.login {
    /* max-width: 500px; */
    margin: 0px auto 30px auto;
}

#page {
   		 max-width: calc(100% - 0px) !important;
	}
	#fkcart-modal {
		display: none !important;
		position: relative !important;
	}
	#fkcart-modal.fkcart-show {
		display: block !important;
		position: relative !important;
	}
	.ast-left-sidebar #content > .ast-container {
		display: flex;
		flex-direction: column;
		width: 100%;

	}
	.ast-container.custom-container {
		display: flex;
		flex-direction: row;
		padding: 0px 15px;
	}
	.ast-left-sidebar #primary {
		width: 70%;
	}
	#secondary {
		width: 30% !important;
	}
	.woocommerce-cart .woocommerce form.woocommerce-cart-form {
		width: 100%;
	}
	.woocommerce-cart .cart-collaterals {
		width: 100%;
	}
	.woocommerce-cart .woocommerce {
		display: flex;
		flex-wrap: wrap;
		gap: 0%;
		padding: 0px 15px;
	}
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: block !important;
}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    margin-bottom: 30px;
}
form.woocommerce-form.woocommerce-form-register.register{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
  #secondary {
		width: 100% !important;
		border-right: none !important;
		padding-right: 0px !important;
		margin: 50px 0px 0px 0px;
	}
	.ast-left-sidebar #primary {
		padding-left: 0px !important;
	}
	.ast-left-sidebar #primary {
		padding-left: 0px !important;
	}
	.admin-bar #page {
   		 max-width: calc(100% - 0px) !important;
	}
	#fkcart-modal {
		display: none !important;
		position: relative !important;
	}
	#fkcart-modal.fkcart-show {
		display: block !important;
		position: relative !important;
	}
	.ast-left-sidebar #content > .ast-container {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.ast-container.custom-container {
		display: flex;
		flex-direction: column-reverse;
		padding: 0px 15px;
	}
	.ast-left-sidebar #primary {
		width: 100%;
	}
	.ast-left-sidebar #primary {
		border-left: none;
		margin: 0px 0px 0px 0px;
	}
	.banner {
		padding: 50px 0px !important;
	}
	#secondary {
		margin: 0px 0px 0px 0px;
	}
.category-content nav.category-content-tab .nav-tabs{
		display: flex;
		overflow-x: auto;
		flex-wrap: nowrap;
	}
	.category-content nav.category-content-tab .nav-tabs .nav-link {
       width: auto;
	}
	.category-content {
		border: 1px solid #ececec;
		margin-top: 30px;
	}
	.category-img-sec .category-image-box img {
		height: auto;
		object-fit: cover;
	}
	/*section.category-list-sec .nav.nav-tabs {
		flex-wrap: nowrap;
		overflow: auto;
		display: flex;
		white-space: nowrap;
		padding-bottom: 10px;
	} */
	.category-list-box {
			display: flex;
			align-items: flex-start;
			padding: 20px;
			border-bottom: 1px solid #ececec;
			gap: 10px;
			position: relative;
			flex-direction: column;
		}
	.category-list-box .category-list-box-img {
		width: 100%;
	}
	.category-list-box .category-list-box-content {
		width: 100%;
	}
	.category-list-box .category-list-box-btn {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: start;
		align-items: start !important;
	}
	.woocommerce nav.woocommerce-pagination ul li span.current{
		background-color: #0e1b4d !important;
	}
	.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
		border-color: #0e1b4d !important;
	}
	.woocommerce nav.woocommerce-pagination ul li a:hover {
		background-color: #0e1b4d !important;
	}
	.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li a{
		border-color: #0e1b4d !important;
		color: #000 !important;
	}
	.number-count {
		display: flex;
		gap: 20px;
		align-items: center;
		margin-bottom: 20px;
		justify-content: start;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		margin-bottom: 30px;
	}
	.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
		.woocommerce-account .woocommerce {
    margin-bottom: 30px;
}
	header.entry-header.ast-no-thumbnail {
    margin-top: 20px;
}
	.single-product div.product  .woocommerce-product-gallery {
		background: #fdfdfd;
		margin-top:30px !important;
	}
	.order-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.order-total, .order-actions {
		margin: 0;
	}
  .job-name-section {
                padding: 15px;
            }
	.woocommerce-table--job-details th,
	.woocommerce-table--job-details td {
		padding: 10px;
		display: block;
		width: 100%;
	}
	.woocommerce-table--job-details th {
		background: none;
		font-weight: bold;
		border-bottom: none;
		padding-bottom: 5px;
	}
	.woocommerce-table--job-details td {
		border-bottom: 1px solid #e9ecef;
		padding-top: 0;
		margin-bottom: 15px;
	}	
    .cat-nav-tabs-list {
        display: flex;
        align-items: start;
        justify-content: space-between;
        flex-direction: column;
    }
    .cat-nav-tabs-list-responsive {
        overflow: auto;
        width: 100%;
        padding: 20px 10px;
        margin-bottom: 10px;
    }
    section.category-list-sec .cat-nav-tabs-list-responsive .nav.nav-tabs {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}