
/*! elementor-pro - v3.29.0 - 04-06-2025 */
.e-woo-select2-wrapper .select2-results__option {
    color: #69727d;
    font-family: Roboto,sans-serif;
    font-size: 14px
}

.e-woo-select2-wrapper .select2-results__option:focus {
    color: #69727d
}

 {
    background-color: transparent;
    color: #69727d;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    line-height: 21px
}

.e-checkout-layout-one-column .e-checkout__container {
    grid-template-columns: auto
}

 ::-moz-placeholder {
    color: var(--forms-fields-normal-color,inherit);
    font-family: inherit;
    opacity: .6
}

 ::placeholder {
    color: var(--forms-fields-normal-color,inherit);
    font-family: inherit;
    opacity: .6
}

 table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: transparent
}

 .select2-container--default .select2-selection--single {
    background-color: #f9fafa;
    border: none;
    border-radius: var(--forms-fields-border-radius,0);
    color: var(--forms-fields-normal-color,#69727d);
    height: 45px
}

 .select2-container--default .select2-selection--single:focus {
    background-color: #f9fafa;
    border-color: initial;
    color: var(--forms-fields-focus-color,#69727d);
    transition-duration: var(--forms-fields-focus-transition-duration,.3s)
}

 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--forms-fields-normal-color,#69727d)
}

 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--forms-fields-normal-color,#69727d);
    line-height: 45px;
    padding-left: 1rem;
    padding-right: 1rem
}

 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px
}

 .select2-container--open .select2-dropdown--below {
    background-color: #f9fafa
}

 .e-description {
    color: var(--sections-descriptions-color,#69727d);
    font-size: 14px;
    font-weight: 400;
    padding-bottom: var(--sections-descriptions-spacing,0)
}

 .e-woocommerce-login-section {
    margin-bottom: 24px
}

 .e-woocommerce-login-section .e-checkout-secondary-title {
    text-align: var(--login-title-alignment,right)
}

 .e-woocommerce-login-nudge {
    margin-bottom: 15px;
    margin-top: var(--sections-secondary-title-spacing,24px)
}

 .e-coupon-anchor {
    margin-top: var(--sections-secondary-title-spacing,24px)
}

 .e-coupon-box {
    margin-top: 24px
}

 .e-coupon-anchor-description {
    color: var(--forms-labels-color,#69727d);
    margin-bottom: var(--forms-label-spacing,3px)
}

 .e-login-wrap {
    align-items: center;
    display: flex
}

 .e-login-wrap-start {
    flex: 75%
}

 .e-login-wrap-end {
    flex: 20%;
    text-align: left
}

@media (max-width: 1024px) {
     .e-login-wrap {
        display:block
    }

     .e-login-wrap-end {
        margin-top: 15px;
        text-align: var(--login-button-alignment,right)
    }

     .e-login-wrap-end label.e-login-label {
        display: none
    }
}

 .e-login-actions-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 6px
}

 .e-login-actions-wrap-end .lost_password {
    font-size: 12px;
    margin-bottom: 0
}

@media (max-width: 1024px) {
     .e-login-actions-wrap-end .lost_password {
        font-size:11px
    }
}

 .e-apply-coupon {
    width: 90%
}

@media (max-width: 1024px) {
     .e-apply-coupon {
        width:var(--coupon-button-width,auto)
    }
}

 .e-checkout__container {
    align-items: stretch;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 56% auto;
    grid-column-gap: var(--sections-margin,24px);
    grid-row-gap: var(--sections-margin,24px)
}

@media (max-width: 1024px) {
     .e-checkout__container {
        grid-template-columns:repeat(1,1fr)
    }
}

 .e-checkout-secondary-title {
    color: var(--sections-secondary-title-color,#69727d);
    margin-bottom: 0
}

 .e-woocommerce-coupon-nudge {
    text-align: var(--coupon-title-alignment,right)
}

 #ship-to-different-address {
    margin-top: 13px;
    padding-right: var(--shipping-heading-padding-start,30px)
}

 #ship-to-different-address span {
    font-weight: 400
}

 a {
    color: var(--links-normal-color,#5bc0de)
}

 a:hover {
    color: var(--links-hover-color,#5bc0de)
}

 .woocommerce #customer_details .form-row, .woocommerce .e-coupon-box .form-row, .woocommerce .e-woocommerce-login-anchor .form-row {
    margin-left: var(--forms-columns-gap-margin,0);
    margin-right: var(--forms-columns-gap-margin,0);
    padding-left: var(--forms-columns-gap-padding,0);
    padding-right: var(--forms-columns-gap-padding,0)
}

 .woocommerce #customer_details .form-row label, .woocommerce .e-coupon-box .form-row label, .woocommerce .e-woocommerce-login-anchor .form-row label {
    color: var(--forms-labels-color,#69727d);
    margin-bottom: var(--forms-label-spacing,3px)
}

 .woocommerce #customer_details .form-row .input-text, .woocommerce #customer_details .form-row select, .woocommerce #customer_details .form-row textarea, .woocommerce .e-coupon-box .form-row .input-text, .woocommerce .e-coupon-box .form-row select, .woocommerce .e-coupon-box .form-row textarea, .woocommerce .e-woocommerce-login-anchor .form-row .input-text, .woocommerce .e-woocommerce-login-anchor .form-row select, .woocommerce .e-woocommerce-login-anchor .form-row textarea {
    background-color: #f9fafa;
    border: none;
    border-radius: var(--forms-fields-border-radius,0);
    color: var(--forms-fields-normal-color,#69727d);
    font-size: 14px;
    font-weight: 400;
    padding: var(--forms-fields-padding,16px)
}

 .woocommerce #customer_details .form-row .input-text:focus, .woocommerce #customer_details .form-row select:focus, .woocommerce #customer_details .form-row textarea:focus, .woocommerce .e-coupon-box .form-row .input-text:focus, .woocommerce .e-coupon-box .form-row select:focus, .woocommerce .e-coupon-box .form-row textarea:focus, .woocommerce .e-woocommerce-login-anchor .form-row .input-text:focus, .woocommerce .e-woocommerce-login-anchor .form-row select:focus, .woocommerce .e-woocommerce-login-anchor .form-row textarea:focus {
    background-color: #f9fafa;
    border-color: #69727d;
    color: var(--forms-fields-focus-color,#69727d);
    transition-duration: var(--forms-fields-focus-transition-duration,.3s)
}

 .woocommerce #customer_details #billing_address_1_field, .woocommerce .e-coupon-box #billing_address_1_field, .woocommerce .e-woocommerce-login-anchor #billing_address_1_field {
    margin-bottom: 5px
}

 .woocommerce #customer_details #billing_phone_field input, .woocommerce .e-coupon-box #billing_phone_field input, .woocommerce .e-woocommerce-login-anchor #billing_phone_field input {
    direction: inherit
}

 .woocommerce .create-account, .woocommerce .e-coupon-box .form-row {
    margin-bottom: 0!important
}

 .woocommerce #shipping_method li input, .woocommerce .input-radio {
    vertical-align: middle
}

 .woocommerce-form__input-checkbox {
    margin: 0 5px 0 0;
    vertical-align: middle
}

 .woocommerce-form__label-for-checkbox span {
    color: var(--sections-checkboxes-color,#69727d);
    position: relative;
    top: 2px
}

 .woocommerce #shipping_method li label, .woocommerce .wc_payment_method label {
    color: var(--sections-radio-buttons-color,#69727d)
}

 .woocommerce .wc_payment_method label {
    display: inline
}

 .woocommerce button.woocommerce-button {
    background-color: var(--e-a-bg-default);
    border-color: var(--forms-buttons-border-color,#5bc0de);
    border-radius: var(--forms-buttons-border-radius,3px);
    border-style: var(--forms-buttons-border-type,solid);
    border-width: 2px;
    color: var(--forms-buttons-normal-text-color,#6f6f6f);
    padding: 1rem
}

 .woocommerce button.woocommerce-button:hover {
    color: var(--forms-buttons-hover-text-color,#6f6f6f);
    transition-duration: var(--forms-buttons-hover-transition-duration,.3s)
}

 .woocommerce #coupon_code {
    margin-right: 1%
}

@media (max-width: 1024px) {
     .woocommerce #coupon_code {
        margin-bottom:15px;
        margin-right: 0;
        width: 100%
    }
}

 .woocommerce-info {
    background-color: transparent;
    border-top-color: transparent;
    padding: 0
}

 .woocommerce-privacy-policy-text p {
    font-size: 12px;
    font-weight: 400
}

 .woocommerce-form-login-toggle .woocommerce-info {
    font-weight: 400;
    margin-bottom: 0
}

 .woocommerce #customer_details .col-1, .woocommerce .e-checkout__order_review, .woocommerce .e-coupon-box, .woocommerce .e-woocommerce-login-section, .woocommerce .shipping_address, .woocommerce .woocommerce-additional-fields, .woocommerce .woocommerce-checkout #payment {
    background: var(--sections-background-color,#fff);
    border-color: var(--sections-border-color,#d5d8dc);
    border-radius: var(--sections-border-radius,3px);
    border-style: var(--sections-border-type,solid);
    border-width: 1px;
    display: block;
    margin: var(--sections-margin,0 0 24px 0);
    padding: var(--sections-padding,16px 30px)
}

 .woocommerce .woocommerce-additional-fields {
    display: var(--additional-information-display,none)
}

@media (min-width: 1024px) {
     .woocommerce .woocommerce-additional-fields {
        margin:var(--sections-margin,0)
    }
}

 .woocommerce .e-checkout-message, .woocommerce .woocommerce-checkout #payment .payment_box, .woocommerce .woocommerce-privacy-policy-text {
    color: var(--sections-messages-color,#69727d);
    font-weight: 400
}

 .woocommerce .woocommerce-privacy-policy-text p {
    margin-top: 25px
}

 .woocommerce #customer_details .col2-set .col-1 {
    margin-bottom: 0
}

 .woocommerce #customer_details .col2-set .col-2 {
    padding-top: 15px
}

 .woocommerce #order_review_heading {
    text-align: var(--order-review-title-alignment,right)
}

 .woocommerce .shop_table {
    border: 0;
    font-size: 14px;
    margin-bottom: 0
}

 .woocommerce .shop_table thead {
    background-color: transparent
}

 .woocommerce .shop_table thead tr th {
    padding-top: 0
}

 .woocommerce .shop_table tbody td {
    color: #000
}

 .woocommerce .shop_table tbody td .product-quantity {
    font-weight: 400
}

 .woocommerce .shop_table tfoot td, .woocommerce .shop_table tfoot th {
    color: #69727d
}

 .woocommerce .shop_table td, .woocommerce .shop_table th, .woocommerce .shop_table tr {
    border: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-top: 15px
}

 .woocommerce .shop_table .order-total td, .woocommerce .shop_table .order-total th, .woocommerce .shop_table .order-total tr {
    padding-bottom: 0
}

 .woocommerce .shop_table tr:nth-child(odd)>td, .woocommerce .shop_table tr:nth-child(odd)>th {
    background-color: transparent
}

 .woocommerce .woocommerce-checkout-review-order-table .cart_item td {
    border-bottom: var(--order-summary-items-divider-weight,0) solid var(--order-summary-items-divider-color,#69727d);
    color: var(--order-summary-items-color,#000);
    font-weight: 400
}

 .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
    max-width: 150px;
    padding-left: 40px
}

 .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-total {
    vertical-align: top
}

 .woocommerce .woocommerce-checkout-review-order-table td, .woocommerce .woocommerce-checkout-review-order-table th {
    padding-bottom: var(--order-summary-rows-gap-bottom,15px);
    padding-top: var(--order-summary-rows-gap-top,15px)
}

 .woocommerce .woocommerce-checkout-review-order-table tfoot td, .woocommerce .woocommerce-checkout-review-order-table tfoot th, .woocommerce .woocommerce-checkout-review-order-table thead th {
    color: var(--order-summary-totals-color,#69727d);
    vertical-align: top
}

 .woocommerce .woocommerce-checkout-review-order-table .order-total td, .woocommerce .woocommerce-checkout-review-order-table .order-total th {
    border-top: var(--order-summary-totals-divider-weight,0) solid var(--order-summary-totals-divider-color,#69727d)
}

 .woocommerce-shipping-totals td {
    max-width: 70px
}

 .woocommerce h3 {
    color: var(--sections-title-color,#000);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: var(--sections-title-spacing,30px);
    margin-top: 0
}

 .woocommerce-checkout .form-row>span {
    color: #69727d;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px
}

 .woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last {
    width: 48%
}

 .woocommerce-checkout .form-row .input-checkbox {
    margin: 0 5px 0 0;
    vertical-align: middle
}

 .woocommerce-checkout .woocommerce-billing-fields h3 {
    text-align: var(--billing-details-title-alignment,right)
}

 .woocommerce-checkout .woocommerce-account-fields .form-row, .woocommerce-checkout .woocommerce-billing-fields .form-row, .woocommerce-checkout .woocommerce-shipping-fields .form-row {
    margin-bottom: var(--forms-rows-gap,5px)
}

 .woocommerce-checkout .woocommerce-account-fields .form-row:last-child, .woocommerce-checkout .woocommerce-billing-fields .form-row:last-child, .woocommerce-checkout .woocommerce-shipping-fields .form-row:last-child {
    margin-bottom: 15px
}

 .woocommerce-checkout.login {
    background: #fff;
    border-top-width: 0;
    color: #69727d;
    margin-bottom: 0;
    margin-top: -8px;
    position: relative;
    z-index: 999
}

@media (max-width: 1024px) {
     .woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last {
        width:100%
    }
}

 .woocommerce-form-coupon-toggle {
    display: none
}

 .woocommerce-form-login__submit {
    width: 85%
}

@media (max-width: 1024px) {
     .woocommerce-form-login__submit {
        width:var(--login-button-width,35%)
    }
}

 .woocommerce-additional-fields h3 {
    text-align: var(--additional-fields-title-alignment,right)
}

 .woocommerce-shipping-fields .shipping_address {
    margin-bottom: var(--sections-margin,20px)
}

 .woocommerce-checkout #payment {
    margin-top: 24px;
    padding: 15px 25px 25px
}

 .woocommerce-checkout #payment .payment_methods {
    border-bottom: none;
    padding: 0
}

 .woocommerce-checkout #payment .payment_methods .payment_box {
    background-color: #f9fafa
}

 .woocommerce-checkout #payment .payment_methods .payment_box:before {
    display: none
}

 .woocommerce-checkout #payment .payment_methods li {
    line-height: 21px
}

 .woocommerce-checkout #payment .payment_methods li label a {
    font-size: 12px;
    padding-right: 15px
}

@media (max-width: 1024px) {
     .woocommerce-checkout #payment .payment_methods li label a {
        float:none;
        font-size: 11px;
        padding-left: 10px
    }

     .woocommerce-checkout #payment .payment_methods li label img {
        width: 55px
    }
}

 .woocommerce-checkout #payment .place-order {
    align-items: var(--place-order-title-alignment,stretch);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0
}

 .woocommerce-checkout #payment #place_order {
    background-color: #5bc0de;
    border-radius: var(--purchase-button-border-radius,3px);
    color: var(--purchase-button-normal-text-color,#fff);
    float: none;
    min-height: auto;
    padding: var(--purchase-button-padding,1em 1em);
    width: var(--purchase-button-width,auto)
}

 .woocommerce-checkout #payment #place_order:hover {
    background-color: #5bc0de;
    border-color: var(--purchase-button-hover-border-color,#5bc0de);
    color: var(--purchase-button-hover-text-color,#fff);
    transition-duration: var(--purchase-button-hover-transition-duration,.3s)
}

 .woocommerce-checkout #payment .woocommerce-info:before {
    display: none
}

 .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: auto
}

 .woocommerce .coupon-container-grid {
    align-items: center;
    display: grid;
    grid-template-columns: auto auto
}

 .woocommerce .coupon-container-grid .coupon-col-2 {
    text-align: left
}

@media (max-width: 1024px) {
     .woocommerce .coupon-container-grid {
        display:block
    }

     .woocommerce .coupon-container-grid .coupon-col-2 {
        text-align: var(--coupon-button-alignment,right)
    }
}

 .woocommerce #account_password_field {
    margin-bottom: 10px
}

 .woocommerce .product-name .variation {
    color: var(--order-summary-variations-color,#000);
    font-size: 14px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 21px;
    text-decoration: none;
    text-transform: none
}

.e-sticky-right-column--active {
    position: sticky;
    top: 0
}









@font-face {
    font-family: 'WooCommerce';
    src:    url('fonts/WooCommerce.eot?jj1bj4');
    src:    url('fonts/WooCommerce.eot?jj1bj4#iefix') format('embedded-opentype'),
    url('fonts/WooCommerce.ttf?jj1bj4') format('truetype'),
    url('fonts/WooCommerce.woff?jj1bj4') format('woff'),
    url('fonts/WooCommerce.svg?jj1bj4#WooCommerce') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="wcicon-"], [class*=" wcicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'WooCommerce' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wcicon-storefront:before {
    content: "\e900";
}
.wcicon-ccv:before {
    content: "\e604";
}
.wcicon-virtual:before {
    content: "\e000";
}
.wcicon-up-down:before {
    content: "\e022";
}
.wcicon-reports:before {
    content: "\e023";
}
.wcicon-refresh:before {
    content: "\e031";
}
.wcicon-navigation:before {
    content: "\e032";
}
.wcicon-status-fill:before {
    content: "\e03c";
}
.wcicon-contract:before {
    content: "\e004";
}
.wcicon-downloadable:before {
    content: "\e001";
}
.wcicon-plus:before {
    content: "\e007";
}
.wcicon-simple:before {
    content: "\e006";
}
.wcicon-on-hold:before {
    content: "\e033";
}
.wcicon-external:before {
    content: "\e034";
}
.wcicon-contract-2:before {
    content: "\e036";
}
.wcicon-expand-2:before {
    content: "\e035";
}
.wcicon-phone:before {
    content: "\e037";
}
.wcicon-user:before {
    content: "\e038";
}
.wcicon-status:before {
    content: "\e039";
}
.wcicon-status-pending:before {
    content: "\e012";
}
.wcicon-status-cancelled:before {
    content: "\e013";
}
.wcicon-west:before {
    content: "\e02f";
}
.wcicon-south:before {
    content: "\e02e";
}
.wcicon-mail:before {
    content: "\e02d";
}
.wcicon-inventory:before {
    content: "\e02c";
}
.wcicon-attributes:before {
    content: "\e02b";
}
.wcicon-north:before {
    content: "\e02a";
}
.wcicon-east:before {
    content: "\e029";
}
.wcicon-note:before {
    content: "\e028";
}
.wcicon-windows:before {
    content: "\e027";
}
.wcicon-user2:before {
    content: "\e026";
}
.wcicon-search-2:before {
    content: "\e025";
}
.wcicon-search:before {
    content: "\e024";
}
.wcicon-star-empty:before {
    content: "\e021";
}
.wcicon-share:before {
    content: "\e030";
}
.wcicon-phone-fill:before {
    content: "\e03b";
}
.wcicon-woo:before {
    content: "\e03d";
}
.wcicon-user-fill:before {
    content: "\e03a";
}
.wcicon-grouped:before {
    content: "\e002";
}
.wcicon-status-refunded:before {
    content: "\e014";
}
.wcicon-status-completed:before {
    content: "\e015";
}
.wcicon-variable:before {
    content: "\e003";
}
.wcicon-expand:before {
    content: "\e005";
}
.wcicon-status-failed:before {
    content: "\e016";
}
.wcicon-check:before {
    content: "\e017";
}
.wcicon-right:before {
    content: "\e008";
}
.wcicon-up:before {
    content: "\e009";
}
.wcicon-query:before {
    content: "\e018";
}
.wcicon-down:before {
    content: "\e00a";
}
.wcicon-truck-1:before {
    content: "\e019";
}
.wcicon-left:before {
    content: "\e00b";
}
.wcicon-truck-2:before {
    content: "\e01a";
}
.wcicon-image:before {
    content: "\e00c";
}
.wcicon-globe:before {
    content: "\e01b";
}
.wcicon-link:before {
    content: "\e00d";
}
.wcicon-gear:before {
    content: "\e01c";
}
.wcicon-calendar:before {
    content: "\e00e";
}
.wcicon-cart:before {
    content: "\e01d";
}
.wcicon-processing:before {
    content: "\e00f";
}
.wcicon-card:before {
    content: "\e01e";
}
.wcicon-view:before {
    content: "\e010";
}
.wcicon-stats:before {
    content: "\e01f";
}
.wcicon-status-processing:before {
    content: "\e011";
}
.wcicon-star-full:before {
    content: "\e020";
}
.wcicon-coupon:before {
    content: "\e600";
}
.wcicon-limit:before {
    content: "\e601";
}
.wcicon-restricted:before {
    content: "\e602";
}
.wcicon-edit:before {
    content: "\e603";
}
