/* Checkout page, 'Европочта' delivery method tweak */

#select-europost {
    display: none;
}

#shipping_method_0_europost_method26:checked + label #select-europost {
    color: #4e901a !important;
    margin-top: 6px;
    display: inline-block;
}

#select-europost:hover {
    color: #111 !important;
}

#europost-map {
    display: none;
}

#europost-map.visible {
    display: block !important;
    width: 98%;
    height: 600px;
    position: absolute;
    top: -100px;
    left: 1%;
    z-index: 99999;
    border: 1px solid #909090;
    background-color: #fff;
    overflow: scroll;
}

#europost-map-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    opacity: 0.7;
    top: 0;
    left: 0;
    background-color: #000;
}

#europost-map-overlay.visible {
    display: block !important;
}

#europost-map-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    opacity: 0.7;
    top: 0;
    left: 0;
    background-color: #000;
}

#europost-map-overlay.visible {
    display: block !important;
}

#europost-map-close {
    position: fixed;
    right: 20px;
    padding: 10px;
    background-color: #eee;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    top: 100px;
    z-index: 9999;
}

#map2 {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {
    #europost-list {
        justify-content: center !important;
    }

    #europost-list .item {
        width: 100% !important;
        max-width: 600px;
    }
}

@media screen and (max-width: 600px) {
    #europost-list .item .image {
        display: none;
    }

    #europost-list .item .content {
        margin-left: 20px;
    }
}

#europost-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

#europost-list .item {
    display: flex;
    width: 48.5%;
    min-height: 120px;
    background-color: #fff;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 20px;
    font-size: 14px;
    background-image: url("/wp-content/uploads/2019/02/bg-item2.jpg");
    background-repeat: no-repeat;
    background-position-x: right;
}

#europost-list .item:hover {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#europost-list .item .image {
    width: 180px;
    min-width: 180px;
    margin-right: 24px;
    background-size: cover;
    background-position: 50%;
}

#europost-list .item .content {
    padding: 10px 5px 10px 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

#europost-list .title  {
    text-transform: uppercase;
    font-size: 13px;
    color: #4e901a;
    margin-bottom: 10px;
}

#europost-list .address,
#europost-list .timetable,
#europost-list .phone,
#europost-list .callme {
    padding-left: 18px;
    position: relative;
}

#europost-list #europost-list-choose-object {
    background-color: #4e901a;
    color: #fff;
    padding: 3px 8px;
    cursor: pointer;
    margin-top: 7px;
    display: inline-block;
    width: 75px;
}


#europost-list .address:before  {
    content: "";
    display: block;
    width: 8px;
    height: 11px;
    position: absolute;
    left: 0;
    top: calc(0.5em - 2px);
    background-image: url(/wp-content/uploads/2019/02/map.svg);
}

#europost-list .timetable {
    position: relative;
    cursor: pointer;
}

#europost-list .timetable .today {
    display: inline-block;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

#europost-list .timetable .closed {
    color: #c11313;
}

#europost-list .timetable .today:after {
    content: "";
    position: absolute;
    right: -18px;
    top: 9px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4e8f1a;
}

#europost-list .timetable:before {
    content: "";
    display: block;
    width: 8px;
    height: 11px;
    position: absolute;
    left: 0;
    top: calc(0.4em - -3px);
    background-image: url(/wp-content/uploads/2019/02/hours.svg);
}

#europost-list .timetable .week {
    display: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 15px 30px;
    width: 185px;
    position: absolute;
    z-index: 2;
    background-color: #fff;
}

#europost-list .timetable .week div {
    padding: 3px 0;
}

#europost-list .timetable .week .green {
    color: #4e901a;
}

#europost-list .timetable .week b {
    margin-right: 5px;
}

#europost-list .phone:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: calc(0.4em - 0px);
    background-image: url(/wp-content/uploads/2019/02/phone.svg);
}

#europost-list .callme:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: calc(0.4em - 0px);
    background-image: url(/wp-content/uploads/2019/10/calling.svg);
}
