@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

.woocommerce .quantity input.qty {
    width: 4.3em;
    font-size: 16px;
    padding: 5px !important;
    color: #000;
}


button.coupan_btn {
    font-size: 18px;
    font-weight: 400;
    border: navajowhite;
    background: #000;
    color: #fff;
    padding: 10px;
    text-transform: capitalize;
}

td.actions button {
    text-align: right !important;
    float: right;
}

/* cart page */
.afterpay-installments {
    display: flex;
    margin: 0 !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.afterpay-installments li:last-child {
    line-height: 0;
}

.afterpay-installments span {
    padding: 0px 4px;
}

.afterpay-installments svg {
    width: 80px;
    padding-left: 10px;
}

a.xoo-el-lostpw-tgr {
    color: #000000ab;
}

.woocommerce-shop ul.wpb_category_n_menu_accordion_list li {
    display: block !important;
}

.page-id-198 .bread_banner_title {
    top: 0 !important;
    bottom: 0px !important;
}

.shop_table_responsive tr th {
    font-size: 16px;
    color: #000;
    font-weight: 600 !important;
}

.cart_section .site_button {
    border-radius: 0px;
}

.woocommerce a.button.alt,
.woocommerce-page a.button.alt {
    border-color: #57B1E3;
    background: #57B1E3 !important;
    color: #fff !important;
}

.cart_section td.product-name a {
    font-size: 16px;
    color: #000;
}

.cart_section dl.variation dt,
.cart_section dl.variation dd {
    font-size: 12px !important;
    color: #000;
}

.cart_section td.product-price,
.cart_section td.product-subtotal {
    font-size: 16px;
    color: #000;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 12px !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 80px !important;
}

table.shop_table.shop_table_responsive td {
    font-size: 16px;
    color: #000;
}


/* cart page end*/


/* checkout page */

.woo_chekout .woocommerce form .form-row input.input-text {
    background: transparent !important;
    border-radius: 5px;
    border: 1px solid #ddd !important;
    padding: 10px !important;
    height: 45px !important;
}

.woo_chekout .select2-container--default .select2-selection--single {
    background: transparent !important;
    border-radius: 5px;
    border: 1px solid #ddd !important;
    height: 45px !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
    font-size: 15px;
    color: #000;
}

.woocommerce-additional-fields {
    padding-top: 20px;
}

.woocommerce-privacy-policy-text a {
    color: #000;
}

.woocommerce-privacy-policy-text {
    font-size: 16px;
    color: #000;
}

button#place_order {
    background: #000;
    color: #fff;
    border: navajowhite;
    width: 100%;
    margin-top: 20px;
    text-transform: capitalize;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f5f5f5;
}

table.shop_table.woocommerce-checkout-review-order-table {
    font-size: 15px;
    color: #000;
}

a.xoo-el-action-sc.btn {
    position: absolute;
    right: 0;
    width: 35px;
    left: 0;
    line-height: 1;
    height: 30px;
    overflow: hidden;
    color: transparent;
}


/* chekout end */


/* my account page */


/* ------------------------------------ */


/* General Page Styling                 */


/* ------------------------------------ */


/* Set general background and font properties */

.woocommerce-page.woocommerce-MyAccount {
    background-color: #f0f4f8;
    /* Soft background color */
    font-family: 'Arial', sans-serif;
    color: #333;
    padding: 30px;
    line-height: 1.6;
}


/* Centering the content and setting a max-width */

.woocommerce-MyAccount-content {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}


/* ------------------------------------ */


/* Sidebar (Account Navigation)         */


/* ------------------------------------ */


/* Styling the sidebar navigation */

.woocommerce-MyAccount-navigation {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-right: 30px;
}


/* Sidebar links */

.woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
    position: relative;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 24px;
    color: #555;
    padding-left: 40px !important;
    padding: 12px;
    display: block;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 5px 0px !important;
}

.woocommerce-MyAccount-navigation ul li::before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: #000;
}


/* Specific icons per menu item */

.woocommerce-MyAccount-navigation-link--dashboard::before {
    content: "\f0e4";
    /* fa-gauge */
}

.woocommerce-MyAccount-navigation-link--orders::before {
    content: "\f49e";
    /* fa-box */
}

.woocommerce-MyAccount-navigation-link--downloads::before {
    content: "\f019";
    /* fa-download */
}

.woocommerce-MyAccount-navigation-link--edit-address::before {
    content: "\f3c5";
    /* fa-location-dot */
}

.woocommerce-MyAccount-navigation-link--payment-methods::before {
    content: "\f09d";
    /* fa-credit-card */
}

.woocommerce-MyAccount-navigation-link--edit-account::before {
    content: "\f007";
    /* fa-user */
}

.woocommerce-MyAccount-navigation-link--customer-logout::before {
    content: "\f2f5";
    /* fa-sign-out-alt */
}


/* Sidebar links hover effect */

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #ffffff;
    background-color: #000;
}

.woocommerce-MyAccount-navigation ul li:hover::before {
    color: #ffffff;
}

.woocommerce-notices-wrapper a{
    color: #57B1E3 !important;
}

.woocommerce-MyAccount-navigation ul li.is-active::before,
.woocommerce-MyAccount-navigation ul li.is-active a {
    padding-left: 0 !important;
}


/* Active link style */

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #000;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 40px 0px;
}

.woocommerce-MyAccount-navigation ul li.is-active::before,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}


/* ------------------------------------ */


/* Account Dashboard Content           */


/* ------------------------------------ */


/* Dashboard heading */

.woocommerce-MyAccount-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}


/* Order History Table */

.woocommerce-MyAccount-orders table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.woocommerce-MyAccount-orders table th,
.woocommerce-MyAccount-orders table td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
}

.woocommerce-MyAccount-orders table th {
    background-color: #f7f7f7;
    color: #555;
    font-weight: 600;
}

.woocommerce-MyAccount-orders table td {
    background-color: #fff;
}

.woocommerce-MyAccount-content a {
    color: #57B1E3 !important;
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
    color: #000;
}


/* Order row hover effect */

.woocommerce-MyAccount-orders table tr:hover {
    background-color: #f1f1f1;
}


/* Order buttons (view/cancel/etc.) */

.woocommerce-MyAccount-orders .button {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.woocommerce-MyAccount-orders .button:hover {
    background-color: #218838;
}


/* ------------------------------------ */


/* User Info Section                   */


/* ------------------------------------ */


/* User info box styling */

.woocommerce-MyAccount-user-info {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}


/* User info labels */

.woocommerce-MyAccount-user-info label {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}


/* User info values */

.woocommerce-MyAccount-user-info .woocommerce-MyAccount-user-details {
    font-size: 16px;
    color: #555;
}


/* ------------------------------------ */


/* Payment Methods Section             */


/* ------------------------------------ */


/* Payment methods container */

.woocommerce-MyAccount-payment-methods {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-top: 30px;
}


/* Payment method buttons */

.woocommerce-MyAccount-payment-methods .button {
    background-color: #000;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.woocommerce-MyAccount-payment-methods .button:hover {
    background-color: #005bb5;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 67% !important;
}


/* ------------------------------------ */


/* Order History Box Styling           */


/* ------------------------------------ */


/* Styling individual order box */

.woocommerce-MyAccount-orders .order {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.woocommerce-MyAccount-orders .order:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


/* Order actions buttons */

.woocommerce-MyAccount-orders .order .order-actions .button {
    background-color: #28a745;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce-MyAccount-orders .order .order-actions .button:hover {
    background-color: #218838;
}


/* ------------------------------------ */




/* Optional custom background */

.woocommerce-page.woocommerce-MyAccount {
    background-image: url('your-image-url.jpg');
    /* Add your custom image URL */
    background-size: cover;
    background-position: center center;
    color: white;
}

a.site_button.wc-forward {
    width: 200px;
    float: right;
}


/* end */

a.button.wc-forward {
    color: #000 !important;
    background: #fff !important;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    background: #222;
    color: #fff;
    padding: 20px !important;
    font-size: 16px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 18px;
    color: #000;
}

.woocommerce button.button:hover,
.woocommerce-page button.button:hover {
    transform: scale(1) !important;
}

h3#ship-to-different-address {
    font-size: 18px;
    color: #000;
}

.cat-item-83 {
    display: none !important;
}

.filter_main_filter_css {
    position: fixed !important;
    top: 100px;
    z-index: 99;
    right: 0;
    background-color: #000000 !important;
    color: white;
    width: 40px;
    text-align: center;
    height: 41px;
    line-height: 42px;
    box-shadow: 0px 4px 11px 1px #888888;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: #000;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    p.afterpay-installments {
        display: inline-block;
    }

    .woocommerce-MyAccount-navigation ul li.is-active {
        padding: 0px 30px 0px;
    }

    .woocommerce-MyAccount-navigation ul li::before {
        left: 5px;
    }

    .woocommerce table.shop_table_responsive tr td.product-thumbnail,
    .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
        text-align: center !important;
    }

    td.product-thumbnail::before {
        display: none;
    }

    .woocommerce ul.order_details li {
        width: 100%;
        padding-bottom: 10px;
    }

    .woocommerce-order h2 {
        padding-top: 20px !important;
    }

    .woocommerce .woocommerce-error,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message {
        font-size: 14px !important;
    }

    textarea#order_comments {
        background: transparent;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
    }

    td.product-quantity {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100% !important;
    }

    .coupon {
        display: block !important;
        width: 100% !important;
        margin: auto !important;
    }

    .cart_section .site_button {
        margin-bottom: 0 !important;
    }

    button.ap_btn.site_button {
        position: absolute;
        right: 0;
        width: 110px;
        font-size: 14px;
        height: 48px;
    }

    nav.woocommerce-MyAccount-navigation ul {
        display: flex;
        padding: 0 !important;
        flex-wrap: wrap;
    }

    nav.woocommerce-MyAccount-navigation ul li {
        width: 50% !important;
        list-style-type: none;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 5px;
        font-size: 14px !important;
        line-height: 1;
        text-transform: capitalize;
    }

    .woocommerce-MyAccount-navigation {
        padding: 0 !important;
        padding: 0 !important;
        margin-bottom: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
    }

    .woocommerce-MyAccount-content {
        padding: 0 !important;
    }

    a.checkout-button.button.alt.wc-forward {
        font-size: 15px;
    }

    .woocommerce a.button:hover:after,
    .woocommerce-page a.button:hover:after {
        display: none;
    }

    table.shop_table.shop_table_responsive td {
        font-size: 15px;
    }

    button#place_order {
        font-size: 16px;
        text-transform: capitalize;
    }

    .shop_col_sidebar {
        position: fixed !important;
        right: 0;
        top: 160px;
        z-index: 999 !important;
    }

    i.fa.fa-window-close {
        display: none;
    }

    .sticky_col_cat_1 {
        position: fixed !important;
        right: -120%;
        z-index: 999 !important;
        background-color: white;
        padding: 15px 10px;
        top: 70px !important;
        width: 80% !important;
        -webkit-transition: 1s;
        transition: 1s;
        margin-right: 39px;
        height: 500px;
        overflow: auto;
    }

    .woo_cat_shop_sidebar_stick {
        right: 0% !important;
        transition: 1s;
        top: 128px !important;
    }

    .wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator {
        right: -10px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {
    .sticky_col_cat_1 {
        position: fixed !important;
        right: -120%;
        z-index: 999 !important;
        background-color: white;
        padding: 15px 10px;
        top: 70px !important;
        width: 80% !important;
        -webkit-transition: 1s;
        transition: 1s;
        margin-right: 39px;
        height: 500px;
        overflow: auto;
    }

    .woo_cat_shop_sidebar_stick {
        right: 0% !important;
        transition: 1s;
        top: 128px !important;
    }

    button#place_order {
        font-size: 16px;
        text-transform: capitalize;
    }

    table.shop_table.shop_table_responsive td {
        font-size: 15px;
    }

    .woocommerce a.button:hover:after,
    .woocommerce-page a.button:hover:after {
        display: none;
    }

    a.checkout-button.button.alt.wc-forward {
        font-size: 15px;
    }

    td.product-thumbnail::before {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td.product-thumbnail,
    .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
        text-align: center !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 100%;
        padding: 10px !important;
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
    }

    /* td.product-quantity {
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 80% !important;
    }

    .coupon {
        display: flex !important;
        width: 70% !important;
        position: relative;
        margin: auto !important;
    }

    .cart_section .site_button {
        margin-bottom: 0 !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
    }

    nav.woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
    }

    nav.woocommerce-MyAccount-navigation ul li {
        width: 50% !important;
    }

    nav.woocommerce-MyAccount-navigation ul {
        display: flex;
        padding: 0 !important;
        flex-wrap: wrap;
    }

    nav.woocommerce-MyAccount-navigation ul li {
        width: 50% !important;
        list-style-type: none;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 5px;
        font-size: 14px !important;
        text-transform: capitalize;
    }

    .woocommerce-MyAccount-navigation {
        padding: 0 !important;
    }

    .shop_col_sidebar {
        position: fixed !important;
        right: 0;
        top: 160px;
        z-index: 999 !important;
    }

    i.fa.fa-window-close {
        display: none;
    }

    div#filterSection.hidden {
        left: -100%;
        width: 90%;
        height: 300px;
        overflow: auto;
        margin-top: 10px !important;
    }

    div#filterSection {
        right: 0;
        transition: 0.6s !important;
        z-index: 9999;
    }

    div#filterSection.hidden {
        left: 0 !important;
    }

    .wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator {
        right: -10px;
    }

    .sticky_col_cat_1 {
        position: fixed !important;
        right: -120%;
        z-index: 999 !important;
        background-color: white;
        padding: 15px 10px;
        top: 70px !important;
        width: 80% !important;
        -webkit-transition: 1s;
        transition: 1s;
        margin-right: 39px;
        height: 500px;
        overflow: auto;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    a.site_button.wc-forward {
        width: 200px;
        float: right;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 66% !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    a.site_button.wc-forward {
        width: 200px;
        float: right;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}

@media all and (min-width: 981px) and (max-width: 3000px) {}