.dataTables_filter {
    float:right;
}

.dataTable thead {
    text-align: left;
}

ul.pagination {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    margin: 10px;
    font-size: 12px;
}

.text-checkout {
    color: var(--h4_typography-color);
    font-size: var(--h4_typography-font-size);
    font-family: var(--h4_typography-font-family);
    font-weight: var(--h4_typography-font-weight);
    line-height: var(--h4_typography-line-height);
    letter-spacing: var(--h4_typography-letter-spacing);
    text-transform: var(--h4_typography-text-transform);
    font-style: var(--h4_typography-font-style,normal);
    margin-top: var(--h4_typography-margin-top);
    margin-bottom: var(--h4_typography-margin-bottom);
    box-sizing: border-box;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.title-checkout {
    color: var(--h5_typography-color);
    font-size: var(--h5_typography-font-size);
    font-family: var(--h5_typography-font-family);
    font-weight: var(--h5_typography-font-weight);
    line-height: var(--h5_typography-line-height);
    letter-spacing: var(--h5_typography-letter-spacing);
    text-transform: var(--h5_typography-text-transform);
    font-style: var(--h5_typography-font-style,normal);
    margin-top: var(--h5_typography-margin-top);
    margin-bottom: var(--h5_typography-margin-bottom);
    box-sizing: border-box;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.button-checkout {
    margin-top: 0px;
    float:left;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}

.button-checkout-grey {
    background-image: initial !important;
    background-color: grey;
}

.form-field-shopping-cart {
    float:left;
    width: 30%;
}
.form-field-shopping-cart span {
    cursor: pointer;
    margin-bottom: 4px;!important
}

.line-shopping-cart {
    display:none;
}

.column-add-to-chart {
    height: 95px;
    margin-bottom: 0px;
}

.column-add-to-chart input {
    max-width: 100px;
}

span[data-controller-reset-cart="reset-amount"] {
    display: none;
}

@media screen and (max-width:873px) {
    .dataTables_filter {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;

    }
    .dataTables_filter label {
        width: 100%;
        display: block;
        text-align: center;
    }
    .dataTables_filter input {
        width: 100%;
    }

    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .column-add-to-chart {
        height: 52px;
        margin-bottom: 10px;
        text-align: center;
    }

    .column-add-to-chart button {
        float: inherit;
    }

    .form-field-shopping-cart {
        float:left;
        width: 100%;
        margin-bottom: 10px;
    }

    .form-field-shopping-cart span {
        float: left;
    }

    .line-shopping-cart {
        display:block;
        border: 1px solid #e5e4e3;
        margin-bottom: 10px;
    }
}

.success-add-cart {
    visibility: hidden;
    display: block !important;
    float: none;
    text-align:center;
    padding: 6px !important;
    border-radius: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

.total-large-screen {
    display: none;
}

.total-small-screen {
    display: block;
}

.table-checkout td {
    padding-left: 0px;
}

.municipality-search-results {
    width: 100% !important;
}

.checkout-summary {
    display: none;
    position: sticky;
    bottom: 10px;
    float:right;
    text-align: center;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
    border-radius: 15px 15px 15px 15px;
    padding: 15px 15px 15px 15px;
    background: white;
}
.checkout-summary button {
    float: none !important;
}

@media screen and (min-width: 873px) {

    .municipality-search-results {
        width: 80% !important;
    }

    .table-search-result {
        width: 95% !important;
    }

    .checkout-summary {
        position: sticky;
        margin-top: 90px;
        top: 90px;
        width: 20% !important;
    }

    .success-add-cart {
        visibility: hidden;
        display: initial;
        float: left;
        text-align:center;
        padding: 6px;
        border-radius: 0px;
        margin-top: 5px;
    }

    .table-checkout .textalign-number {
        text-align: right;
    }
    .total-large-screen {
        display: block !important;
    }
    .total-small-screen {
        display: none !important;
    }
}

.scrollToCheckout {
    display:none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.btn-share-button {
    margin-top: 10px;
    cursor: pointer;
}

.btn-whatsapp {
    background-color: rgb(60, 192, 44);
    border: none;
    color: #FFF;
}

.btn-whatsapp:hover {
    color: #FFF;
    background-color: rgba(60, 192, 44, 0.7);
}

.btn-telegram {
    background-color: rgb(51, 138, 222);
    border: none;
    color: #FFF;
}

.btn-telegram:hover {
    color: #FFF;
    background-color: rgba(51, 138, 222, 0.7);
}

.btn-twitter {
    background-color: rgb(23, 52, 133);
    border: none;
    color: #FFF;
}

.btn-twitter:hover {
    color: #FFF;
    background-color: rgb(23, 52, 133, 0.7);
}

.btn-facebook {
    background-color: rgb(65, 93, 171);
    border: none;
    color: #FFF;
}

.btn-facebook:hover {
    color: #FFF;
    background-color: rgb(65, 93, 171, 0.7);
}

.fd-image {
    width: 100px;
    display: flex;
    float: left;
    margin-right: 20px;
}

.fd-text {
    padding-top:5px;
}

.fd-clear {
    clear: both;
}

.alt-places-container {
    margin-top: 10px;
    border: 1px solid #E5E7E9;
    outline: none !important;
    height: initial !important;
    min-width: 30%;
}


.flyerdonation-campaigns-index {
    width: 100% !important;
}

@media screen and (min-width: 873px) {
    .flyerdonation-campaigns-index {
        width: 46% !important;
    }
}

h1, h2, h3, h4 {
    word-break: keep-all !important;
}
