.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:#41B859;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* WooCommerce Account Page Styles */

/* Remove bullet points from navigation */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #179227;
    color: #fff;
}

/* Account content area */
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

/* Tables styling */
.woocommerce-account table.account-orders-table,
.woocommerce-account table.account-downloads-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce-account table th,
.woocommerce-account table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-account table th {
    background: #f8f8f8;
    font-weight: 600;
}

/* Remove bullets from addresses */
.woocommerce-account .woocommerce-Address address {
    font-style: normal;
    line-height: 1.8;
}

/* Buttons styling */
.woocommerce-account .woocommerce-Button {
    background: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
}

.woocommerce-account .woocommerce-Button:hover {
    background: #555;
}

/* Form fields */
.woocommerce-account .woocommerce-form-row input[type="text"],
.woocommerce-account .woocommerce-form-row input[type="email"],
.woocommerce-account .woocommerce-form-row input[type="password"],
.woocommerce-account .woocommerce-form-row textarea,
.woocommerce-account .woocommerce-form-row select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
}
.woocommerce-MyAccount-content > p {
    display: block;
}

/* Responsive layout */
@media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 25%;
        padding-right: 20px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 73%;
    }
}
/* Fix oversized carousel arrows */
.elementor-swiper-button {
    font-size: 20px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.elementor-swiper-button svg {
    width: 20px !important;
    height: 20px !important;
}

/* Ensure arrows are properly positioned */
.elementor-swiper-button-prev,
.elementor-swiper-button-next {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Mobile fixes for carousel slides */
@media (max-width: 767px) {
    /* Ensure slides are visible on mobile */
    .elementor-carousel .swiper-slide {
        display: block !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    /* Fix carousel container on mobile */
    .elementor-carousel .swiper-container {
        overflow: visible !important;
        width: 100% !important;
    }
    
    .elementor-carousel .swiper-wrapper {
        display: flex !important;
        transform: translate3d(0, 0, 0) !important;
    }
    
    /* Adjust arrow size for mobile */
    .elementor-swiper-button {
        font-size: 16px !important;
        width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
    }
    
    .elementor-swiper-button svg {
        width: 16px !important;
        height: 16px !important;
    }
    
    /* Fix slide spacing on mobile */
    .elementor-carousel .swiper-slide {
        margin-right: 10px !important;
    }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-carousel .swiper-slide {
        display: block !important;
        opacity: 1 !important;
    }
}/* End custom CSS */