
/**
 * Google Map Modal
 */

#dpd-parcel-modal,
#dhl-parcel-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    font-size: 14px;
}

#dpd-parcel-modal h3,
#dhl-parcel-modal h3 {
    font-size: 18px;
    margin: 1rem auto 2rem;
}

#dpd-parcel-modal .form-group,
#dhl-parcel-modal .form-group {
    display: flex;
    flex-direction: row;
    column-gap: 1em;
}

#dpd-parcel-modal .form-group .modal-postcode,
#dhl-parcel-modal .form-group .modal-postcode {
    width: 15%;
}

#dpd-parcel-modal .form-group .search-location,
#dhl-parcel-modal .form-group .search-location {
    width: 15%;
    text-align: center;
    line-height: 1.5em;
}

#dpd-parcel-modal .modal-content,
#dhl-parcel-modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 900px;
}

#dpd-parcel-modal .dpd-city-label,
#dhl-parcel-modal .dhl-city-label {
    padding-right: 10px;
    padding-left: 5px;
    text-transform: capitalize;
}

#dpd-parcel-modal .close,
#dhl-parcel-modal .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#dpd-parcel-modal .close:hover,
#dpd-parcel-modal .close:focus,
#dhl-parcel-modal .close:hover,
#dhl-parcel-modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#dpd-parcel-modal .modal-map,
#dhl-parcel-modal .modal-map {
    height: 430px;
    margin-top: 20px;
    position: relative;
}

#dpd-parcel-modal-map,
#dhl-parcel-modal-map {
    height: 100%;
}

#dpd-parcel-modal-info,
#dhl-parcel-modal-info {
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 300px;
    right: 10px;
    background-color: #ffffff;
    display: none;
}
#order_data #dpd-parcel-modal-info,
#order_data #dhl-parcel-modal-info,
#woocommerce-order-data #dpd-parcel-modal-info,
#woocommerce-order-data #dhl-parcel-modal-info {
    height: 95%;
}

#dpd-parcel-modal-info .working-hours,
#dhl-parcel-modal-info .working-hours {
    padding: 0;
    margin: 0;
    list-style: none inside;
    font-size: 11px;
}

#dpd-parcel-modal-info .working-hours span,
#dhl-parcel-modal-info .working-hours span {
    width: 80px;
    margin-right: 5px;
    display: inline-block;
}

#dpd-parcel-modal-info .working-hours li,
#dhl-parcel-modal-info .working-hours li {
    line-height: 1;
    margin: 0 0 0 2rem;
}

#dpd-parcel-modal-info .info-wrap,
#dhl-parcel-modal-info .info-wrap {
    position: relative;
    padding: 10px;
    height: 100%;
}
#order_data #dpd-parcel-modal-info .info-wrap,
#order_data #dhl-parcel-modal-info .info-wrap,
#woocommerce-order-data #dpd-parcel-modal-info .info-wrap,
#woocommerce-order-data #dhl-parcel-modal-info .info-wrap {
    height: 95%;
}

#dpd-parcel-modal-info .select-terminal,
#dhl-parcel-modal-info .select-terminal {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
}

@media all and (max-width: 480px) {
    #dpd-parcel-modal h3,
    #dhl-parcel-modal h3,
    #order_data #dpd-parcel-modal h3,
    #order_data #dhl-parcel-modal h3 {
        margin-bottom: 1rem;
    }
    #dpd-parcel-modal-info,
    #dhl-parcel-modal-info,
    #order_data #dpd-parcel-modal-info,
    #order_data #dhl-parcel-modal-info {
        width: 90%;
        height: 90%;
    }
    #dpd-parcel-modal-info .working-hours li,
    #dhl-parcel-modal-info .working-hours li,
    #order_data #dpd-parcel-modal-info .working-hours li,
    #order_data #dhl-parcel-modal-info .working-hours li {
        margin-left: 0;
    }
    #dpd-parcel-modal-info .button.select-terminal,
    #dhl-parcel-modal-info .button.select-terminal,
    #order_data #dpd-parcel-modal-info .button.select-terminal,
    #order_data #dhl-parcel-modal-info .button.select-terminal {
        width: auto;
    }
}

/**
 * Toast notifications
 */

.jq-toast-wrap, .jq-toast-wrap * {
    margin: 0;
    padding: 0
}

.jq-toast-wrap {
    display: block;
    position: fixed;
    pointer-events: none !important;
    letter-spacing: normal;
    z-index: 9000 !important
}

.jq-toast-wrap.bottom-left {
    bottom: 20px;
    left: 20px
}

.jq-toast-wrap.bottom-right {
    bottom: 20px;
    right: 40px
}

.jq-toast-wrap.top-left {
    top: 20px;
    left: 20px
}

.jq-toast-wrap.top-right {
    top: 20px;
    right: 40px
}

.jq-toast-single {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial, sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: #444;
    color: #fff
}

.jq-toast-single h2 {
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 0 0 7px;
    background: 0 0;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal
}

.jq-toast-single a {
    color: #eee;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    font-size: 12px
}

.jq-toast-single ul {
    margin: 0 0 0 15px;
    background: 0 0;
    padding: 0
}

.jq-toast-single ul li {
    list-style-type: disc !important;
    line-height: 17px;
    background: 0 0;
    margin: 0;
    padding: 0;
    letter-spacing: normal
}

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    cursor: pointer
}

.jq-toast-loader {
    display: block;
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0;
    left: 0;
    border-radius: 5px;
    background: red
}

.jq-toast-loaded {
    width: 100%
}

.jq-has-icon {
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px
}

.jq-icon-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1
}

.jq-icon-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
    background-color: #8a6d3b;
    color: #fcf8e3;
    border-color: #faebcc
}

.jq-icon-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1
}

.jq-icon-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
    color: #dff0d8;
    background-color: #3c763d;
    border-color: #d6e9c6
}

/**
 * Advanced Select
 */

.gm-advanced-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.gm-advanced-select:hover {
    border-color: #dbdbdb;
}

.gm-advanced-select:active,
.gm-advanced-select.open,
.gm-advanced-select:focus {
    border-color: #999;
}

.gm-advanced-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.gm-advanced-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.gm-advanced-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.gm-advanced-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.gm-advanced-select.disabled:after {
    border-color: #cccccc;
}

.gm-advanced-select.wide {
    width: 100%;
}

.gm-advanced-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.gm-advanced-select.right {
    float: right;
}

.gm-advanced-select.right .list {
    left: auto;
    right: 0;
}

.gm-advanced-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.gm-advanced-select.small:after {
    height: 4px;
    width: 4px;
}

.gm-advanced-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.gm-advanced-select .current .address {
    display: none;
}

.gm-advanced-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.gm-advanced-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.gm-advanced-select .group {
    font-weight: bold;
    padding-left: 18px;
}

.gm-advanced-select .group,
.gm-advanced-select .option {
    border-bottom: 1px dotted #ccc;
}

.gm-advanced-select .option {
    cursor: pointer;
    line-height: 1.3;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 10px 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.gm-advanced-select .group ~ .option {
    padding-left: 33px;
}

.gm-advanced-select .option:hover,
.gm-advanced-select .option.focus,
.gm-advanced-select .option.selected.focus {
    background-color: #f6f6f6;
}

.gm-advanced-select .option.selected {
    font-weight: bold;
}

.gm-advanced-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.gm-advanced-select .option .address {
    display: block;
    font-size: 13px;
    opacity: .55;
}

.no-csspointerevents .gm-advanced-select .list {
    display: none;
}

.no-csspointerevents .gm-advanced-select.open .list {
    display: block;
}
