.e-checkout__container {
    position:relative;
}

.e-checkout__container .checkoutOverlay-BG {
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.5);
    z-index:9999;
}

.woocommerce .woocommerce-shipping-fields__field-wrapper::after {
    clear: both;
    content: '';
    display: block;
}

#ship-to-different-address {
    display:none;
}

.shippingTitle {
    font-size:18px !important;
    font-weight:700 !important;
    text-transform: uppercase !important;
}


.elementor-header-widget-wrap {
    display:flex;
    justify-content:flex-end;
}

.elementor-widget-elitetraining-product-suitable {
    margin:0px !important;
}

#submitCategory:disabled {
    background: transparent !important;
    color: #fff !important;
    cursor: not-allowed;
    border:2px solid #fff !important;
}

.woocommerce-message {
    margin-bottom:0px !important;
}

.elementor-header-widget-wrap>div {
    flex: 0;
    padding: 0px 10px;
}

.elementor-toggle-title {
    display: block;
    padding-left: 20px;
}

.e-wc-message-notice .woocommerce-message .restore-item, .e-wc-message-notice .woocommerce-message a:not([class]) {
    font-family:Verdana, sans-serif !important;
}

.swiper-wrapper {
    align-items:center !important;
}

.elementor-header-widget-wrap>div i {
    font-size:24px;
    top:10px;
}

.product-elite-att-widget-container {
    display:flex;
    padding:4px 0px;
}

.product-elite-att-widget-container p {
    text-align:left;
    padding-right:10px;
    font-size: 14px !important;
    margin: 0px !important;
    font-weight: normal;
}

.product-elite-att-widget-container>div {
    width:60% !important;
    text-align:left;
}

#submitCategory {
    /* white text, #0D7FB1 bg, #0D7FB1 border (activated) */
    background-color:#0D7FB1 !important;
    border:2px solid #0D7FB1 !important;
    color:#fff !important;
    padding:6px 15px !important;
}

#submitCategory:hover:not([disabled]) {
    /*white text, #244F61 bg, #244F61 border (hover)*/
    background-color:#244F61 !important;
    border:2px solid #244F61 !important;
    color:#fff !important;
    padding:6px 15px !important;
}

.custom-dropdown-container {
    display:flex;
    max-width:600px;
    justify-content: space-between;
    gap: 20px;
    margin:0 auto;
}

.custom-dropdown-container>select {
    flex:1;
}

.custom-dropdown-container>input {
    flex:1;
    max-width:100px;
}

@media screen and (max-width: 800px) {
    .custom-dropdown-container {
        display:block;
        width:100%;
        margin:0 auto;
        text-align:center;
    }

    .custom-dropdown-container>select {
        display:block;
    }

    .custom-dropdown-container>input {
        max-width:100px;
    }
}

