/**
 * Copyright Youwe. All rights reserved.
 * https://www.youweagency.com
 */

.estimated-shipping-cost a {
    color: #1979c3;
    text-decoration: underline;
    cursor: pointer;
}

.estimated-shipping-cost a:hover {
    text-decoration: none;
}

.delivery-costs-content {
    padding: 20px;
}

#delivery-costs-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

#delivery-costs-table th,
#delivery-costs-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#delivery-costs-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

#delivery-costs-table .no-data {
    text-align: center;
    font-style: italic;
    color: #666;
    padding: 20px;
}

#delivery-costs-table .question-mark {.lib-icon-font(
        @icon-help,
        @_icon-font-size: 20px,
        @_icon-font-text-hide: true,
        @_icon-font-color: @checkout-tooltip-icon__color,
        @_icon-font-color-hover: @checkout-tooltip-icon__hover__color,
        @_icon-font-color-active: false
    );
    cursor: pointer;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}

.location_delivery_costs_info {
    margin-top: 20px;
}
