.elementor-569 .elementor-element.elementor-element-9ed7637{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-569 .elementor-element.elementor-element-576ed5c{text-align:center;}.elementor-569 .elementor-element.elementor-element-576ed5c .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );font-style:var( --e-global-typography-secondary-font-style );line-height:var( --e-global-typography-secondary-line-height );color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-569 .elementor-element.elementor-element-576ed5c .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-569 .elementor-element.elementor-element-576ed5c .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-a6e50ee */.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 20px;
    color: #000000;
}

.woocommerce table.shop_table td {
    border-top: 0px solid 
color-mix(in srgb, currentColor 20%, transparent);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    font-size: 18px;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0deg 0% 100% / 7.1%);
}

.woocommerce form .form-row {
    padding: 0px;
    margin: 0 0 15px;
}

.woocommerce form .form-row label {
    line-height: 2;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

/* WooCommerce Button Styles */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#respond input#submit {
    font-size: 100%;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    background-color: #D72638;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: visible;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
#respond input#submit:hover {
    background-color: #b71c2f; /* darker red */
    color: #ffffff;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: 10px;
    display: block;
    background-color: #f9f9f9;
    border: var(--wc-form-border-width) solid rgb(217 217 217 / 80%);
    border-radius: var(--wc-form-border-radius);
    color: var(--wc-form-color-text, #000);
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1.2em;
    width: 1.2em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: var(--wc-red) !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    margin-block-end: 1re;
    margin-block-start: 0.5rem;
}

a {
    background-color: transparent;
    color: #A11D2A;
    text-decoration: none;
    font-weight: 500;
}/* End custom CSS */