.pages {
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline-block;
    margin-bottom: 6px;
}
.pagination>li:first-child,
.pagination>li:last-child {
    position: relative;
}
.pagination>li:first-child a:before,
.pagination>li:first-child span:before,
.pagination>li:last-child a:after,
.pagination>li:last-child span:after{
    content: "";
    display: block;
    position: absolute;
    background-image: url(../image/icon-acd-down-green.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    height: 6px;
    width: 14px;
}
.pagination>li:first-child a:before,
.pagination>li:first-child span:before{
    top: calc( 50% - 2px);
    left: 15px;
    transform: rotate(90deg);
}
.pagination>li:last-child a:after,
.pagination>li:last-child span:after{
    right: 15px;
    transform: rotate(-90deg);
    top: calc( 50% - 5px);
}
.pages .pagination li:first-child a, .pages .pagination li:last-child a {
    padding: 6px 16px;
}
.pages .pagination li a {
    border-radius: 0px;
    background: #e6e7e8;
    color: #808285;
    border: 0px;
    font-size: 18px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 6px 14px;
    /*margin-top: 14px;*/
}
.pages .pagination li:first-child a:hover, .pages .pagination li:last-child a:hover {
    background: #faa61a;
    color: #000;
}
.pages .pagination li a:hover, .pages .pagination li.active span {
    background:#1DA63D!important;
    color: white !important;
    border-color: #1DA63D !important;
}
.pages .pagination li a:hover:after,
.pages .pagination li.active span:after {
    background-image: url(../image/icon-acd-down-white.svg);
}
.pages {
    text-align: center;
}
.pages .pagination {
    margin: 40px 0px 0px;
}
.pages .pagination li:first-child a,
.pages .pagination li:first-child span {
    padding: 6px 16px 6px 28px;
}
.pages .pagination li:last-child a,
.pages .pagination li:last-child span {
    padding: 6px 28px 6px 16px;
}
.pages .pagination li:first-child a,
.pages .pagination li:last-child a,
.pages .pagination li:first-child span,
.pages .pagination li:last-child span {
    background: #fff;
    border: 1px solid #e6e7e8;
}
.pages .pagination li a,
.pages .pagination li span {
    border-radius: 0px;
    background: #e6e7e8;
    color: #808285;
    border: 0px;
    font-size: 15px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 6px 14px;
    border-radius: 3px;
    display: block;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span, .pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background: #e6e7e8;
    color: #808285;
}
.pages .pagination>.active>a,
.pages .pagination>.active>a:focus,
.pages .pagination>.active>a:hover,
.pages .pagination>.active>span,
.pages .pagination>.active>span:focus,
.pages .pagination>.active>span:hover {
    background-color: #faa619;
    border-color: #faa619;
    color: #fff;
}
.pages .pagination li a:hover,
.pages .pagination li.active a {
    background: #5a5a5a;
    color: white;
}

.mb-50 {
    margin-bottom: 50px;
}

.swal2-popup #swal2-content {
    font-size: 15px;
}

.swal2-popup {
    padding: unset;
    padding-top: 15px;
    background: whitesmoke;
    width: 320px;
}

.swal2-popup .swal2-content {
    padding: 10px 14px 24px 14px;
}

.swal2-popup .swal2-actions {
    margin: unset;
}

.swal2-popup .swal2-styled.swal2-cancel {
    background-color: white !important;
    color: #0d64b0 !important;
    width: 50%;
    border-radius: unset;
    border-bottom-left-radius: .25em;
    font-size: 17px;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #0d64b0 !important;
    color: #fff;
    font-size: 17px;
    width: 50%;
    border-radius: unset;
    border-bottom-right-radius: .25em;
}

.swal2-popup .swal2-styled {
    font-weight: 50;
    margin: unset;
    font-family: monospace;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}

.custom-confirm-button {
    border: 0;
    background-color: #0d64b0 !important;
    color: #fff;
    font-size: 17px;
    margin: 10px 10px 10px 10px;
    padding: .625em 2em;
    font-weight: bold;
    font-family: monospace;
    box-shadow: none;
}

.custom-confirm-button:focus {
    box-shadow: none !important;
}

.swal2-popup .swal2-title {
    margin: unset;
    font-size: 24px;
}
table.table thead th a {
    color: #333;
}
.d-inline-block>label {
    margin-bottom: 0px;
}
span.required {
    color: red;
    margin-left: 3px;
}
span.required:after {
    content: none;
}

.modal.custom .modal-dialog {
    width: 320px;
}

.modal.custom .modal-content {
    background-color: whitesmoke;
    border-radius: .3125em;
}

.modal.custom .modal-header {
    border: unset;
    padding: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
}

.modal.custom .modal-body {
    padding: 10px 14px 24px 14px;
}

.modal.custom .close {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
    margin: 0rem 0rem -1rem auto;
}

.modal.custom .modal-title {
    font-size: 24px;
    display: block;
    position: relative;
    max-width: 100%;
    padding: 0;
    color: #595959;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.modal.custom .modal-footer {
    padding: unset;
}

.custom-select {
    width: 75% !important;
}

.modal.custom .modal-body #layer1 {
    margin-left: 8px;
}

#layer2, #layer3, #layer4 {
    margin-left: 13px;
}

.modal-footer-custom button {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0;
    border: none;
    padding: .625em 2em;
    font-weight: 50;
    font-family: monospace;
}
.modal-footer-custom button:disabled {
    color: #fff;
    background-color: #0d64b0 !important;
    border-color: #0d64b0 !important;
    opacity: .65;
}
.modal-footer-custom .custom-cancel {
    background-color: white !important;
    color: #0d64b0 !important;
    width: 50%;
    border-radius: unset;
    border-bottom-left-radius: .25em;
    font-size: 17px;
    border: 0;
}

.modal-footer-custom .custom-submit {
    background-color: #0d64b0 !important;
    color: #fff;
    font-size: 17px;
    width: 50%;
    border-radius: unset;
    border-bottom-right-radius: .25em;
}

.modal {
    background: unset;
}

.change-text-color {
    color: unset;
}

.no-before::before {
    content: none !important;
    display: unset !important;
    position: unset !important;
    left: unset !important;
    height: unset !important;
    width: unset !important;
}
.back-up-css *,.back-up-css *:after,.back-up-css *:before {
    -webkit-box-sizing: revert !important;
    box-sizing: revert !important;
    margin: revert !important;
    padding: revert !important;
    list-style: revert !important;
    font-size: revert !important;
}
.back-up-css body,
.back-up-css div,
.back-up-css dl,
.back-up-css dt,
.back-up-css dd,
.back-up-css ul,
.back-up-css ol,
.back-up-css li,
.back-up-css h1,
.back-up-css h2,
.back-up-css h3,
.back-up-css h4,
.back-up-css h5,
.back-up-css h6,
.back-up-css pre,
.back-up-css form,
.back-up-css fieldset,
.back-up-css input,
.back-up-css textarea,
.back-up-css p,
.back-up-css blockquote,
.back-up-css th,
.back-up-css td {
    margin: revert;
    padding: revert;
    border: revert;
    outline: revert;
    vertical-align: revert;
    background: revert;
}
.back-up-css fieldset,
.back-up-css img {
    border: revert;
    vertical-align: revert;
}
.back-up-css code,
.back-up-css em,
.back-up-css strong,
.back-up-css th {
    font-style: revert;
    font-weight: revert;
}
.back-up-css h1,
.back-up-css h2,
.back-up-css h3,
.back-up-css h4,
.back-up-css h5,
.back-up-css h6 {
    font-size: revert;
    font-weight: revert;
}
.table-price-confirmation .cart-price-confirmation-total th::after {
    top: 18px;
}
