/**handles:divi-mobile-styles,wc_stripe_express_checkout_style**/
body .divi-mobile-menu.bottom-navigation-menu {
    z-index: 999999;
}
.scroll_section {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.menu-wrap__inner .scroll_section .dm-search {
    position: relative;
    max-width: 100%;
    margin-top: 20px;
    padding: 10px;
}
.menu-wrap__inner #et_top_search_mob {
    width: 100%;
}
#et_top_search_mob {
    position: relative;
}
.et_header_style_left #et_top_search_mob .et-search-form {
    width: 100% !important;
    max-width: 100% !important;
}
#et_top_search_mob .et-search-form input {
    bottom: auto;
    padding-left: 30px;
}
.dm-search form.et-search-form {
    width: 100%;
    margin: 0;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
}
.dm-search .et-search-form input {
    width: 100%;
    height: 100%;
    background: 0 0;
    padding: 0 0 0 10px;
    line-height: 1.5;
    position: relative;
    top: 0;
    text-overflow: ellipsis;
    right: auto;
    left: 0;
}
.anchorpoint {
    touch-action: none;
}
.sub-menu .et-waypoint:not(.et_pb_counters) {
    opacity: 1;
}
ul#dm-menu.nav li a:hover {
    background-color: transparent;
    opacity:1;
}
@keyframes wc-stripe-ece-spin{to{transform:rotate(1turn)}}body.wc-stripe-ece-processing .blockUI.blockOverlay:before{animation:wc-stripe-ece-spin 1s linear infinite;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:"";display:block;font-size:2em;height:1em;left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%;width:1em}#wc-stripe-express-checkout-element iframe{max-width:unset}#wc-stripe-express-checkout-element{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:12px}#wc-stripe-express-checkout-element>div{flex:1;min-width:260px}