.elementor-widget-tom_product_title .tom-product-title, .elementor-widget-tom_bundle_title .tom-bundle-title {
    color: var(--e-global-color-secondary);
}

.elementor-widget-tom_bundle_description .tom-bundle-description, .elementor-widget-tom_product_description .tom-product-description {
    color: var(--e-global-color-secondary);
}

.tom-price-plan .promoted-price, .tom-price-plan .regular-price, .tom-bundle-price-plan .promoted-price, .tom-bundle-price-plan .regular-price {
    color: var(--e-global-color-secondary);
}

.tom-product-config-options .custom-dropdown, .tom-bundle-config-options .custom-dropdown, .tom-product-card .custom-dropdown, .tom-bundle-card .custom-dropdown {
    min-height: 43px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
    color: var(--e-global-color-primary);
    border: 0;
}

.tom-product-config-options .custom-dropdown-options, .tom-bundle-config-options .custom-dropdown-options {
    border: 1px solid #ccc;
}

.tom-product-config-options .custom-dropdown-option:hover, .tom-bundle-config-options .custom-dropdown-option:hover, .tom-product-card .custom-dropdown-option:hover, .tom-bundle-card .custom-dropdown-option:hover {
    background:var(--e-global-color-06aebb0);
    color: var(--e-global-color-secondary);
}

.custom-dropdown-trigger {
    position: relative;
}

.custom-dropdown-trigger:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 12px;
    background: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.25);
    top: 22px;
}

/*.tom-product-config-options select:focus {*/
/*    outline: none;*/
/*}*/

.order-button-section .order-button {
    cursor: pointer;
    display: inline-block;
    background-color: var(--e-global-color-accent);
    border-style: solid;
    border-color: var(--e-global-color-accent);
    border-width: 1px 1px 1px 1px;
    border-radius: 8px 8px 8px 8px;
    padding: 11px 30px 11px 30px;
    font-size: 15px;
}

.order-button .elementor-button-content-wrapper {
    align-items: center;
}

.order-button-section .order-button span {
    color: var(--e-global-color-secondary);
}

.order-button .e-font-icon-svg {
    fill: var(--e-global-color-secondary);
    height: 14px;
}

.order-button-section {
    text-align: center;
    margin-top: 40px;
}

.order-button-section .order-button:hover {
    background-color: var(--e-global-color-secondary);
}

.order-button-section .order-button:hover span {
    color: var(--e-global-color-accent);
}

.order-button-section .order-button:hover .e-font-icon-svg {
    fill: var(--e-global-color-accent);
}

.custom-dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.config-dropdown-label {
    color: var(--e-global-color-secondary);
    margin-bottom: 5px;
}

.custom-dropdown-trigger {
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: var(--e-global-color-secondary);
}

.tom-product-config-options .custom-dropdown.open .custom-dropdown-trigger, .tom-bundle-config-options .custom-dropdown.open .custom-dropdown-trigger, .tom-product-card .custom-dropdown.open .custom-dropdown-trigger, .tom-bundle-card .custom-dropdown.open .custom-dropdown-trigger {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    background: var(--e-global-color-secondary);
    display: none;
    z-index: 1000;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.custom-dropdown.open .custom-dropdown-options {
    display: block;
}

.custom-dropdown-option {
    padding: 0.75rem 1rem;
}

.custom-dropdown-option:hover {
    background: #f0f0f0;
}

.product-config-group .product-config-group-title, .product-config-group .config-readonly, .config-options-section .config-readonly {
    color: var(--e-global-color-secondary);
    margin-top: 30px;
}

.tom-tld-pricing {
    margin-top: 10px;
    text-align: center;
}

.tom-tld-pricing .register-price, .tom-tld-pricing .renewal-price {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-49b54eb-font-family), Sans-serif;
}

.tom-tld-pricing .register-price {
    font-weight: bold;
}

.tom-tld-pricing .renewal-price {
    margin-top: 5px;
    font-size: 14px;
}

.tom-product-card .tom-product-title, .tom-bundle-card .tom-bundle-title {
    color: var(--e-global-color-secondary);
    font-size: 20px;
    font-family: var(--e-global-typography-49b54eb-font-family), Sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.tom-product-card .tom-product-description, .tom-bundle-card .tom-bundle-description {
    margin-bottom: 20px;
    color: var(--e-global-color-secondary);
}

.tom-product-card .tom-price-plan, .tom-bundle-card .tom-bundle-price-plan {
    font-family: var(--e-global-typography-49b54eb-font-family), Sans-serif;
    margin-bottom: 20px;
}

.tom-product-card .tom-price-plan .promoted-price, .tom-bundle-card .tom-bundle-price-plan .promoted-price {
    font-size: 30px;
    font-weight: bold;
}

.tom-product-card .tom-price-plan .regular-price, .tom-bundle-card .tom-bundle-price-plan .regular-price {
    font-weight: 600;
    color: var(--e-global-color-06aebb0);
    font-size: 20px;
}

.tom-bundle-card .product-config-group-title {
    font-size: 20px;
    font-family: var(--e-global-typography-49b54eb-font-family), Sans-serif;
    margin: 60px 0px 0px 0px;
}