.post-code-popup {
    padding: 20px;
}

.time-slots-popup {
    padding: 60px 60px 40px;
}

.time-slots-popup h1 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    color: #b91f5b;
    margin: 0 0 5px;
}

.time-slots-popup h1 + p {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}

.time-slots-popup .btn {
    margin-top: 10px;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
}

.time-slots-popup .post-code-close {
    float: right;
    font-weight: bold;
    color: #1d4733;
}

.time-slots-popup .post-code-close:after {
    content: url(../../../../themes/panda/assets/img/arrow-postcode.png);
    margin-left: 30px;
}

.time-slots thead th {
    border: 1px solid #9cc31b;
    background: #9cc31b;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.time-slots thead th:first-child {
    background: #7fa110;
    border: 1px solid #7fa110;
}


.time-slots td {
    text-align: center;
    transition: all 300ms ease-in;
    border: 1px solid #9cc31b;
    background: #fff;
    vertical-align: middle;
}

.time-slots td > div {
    position: relative;
}

.time-slots td > div > span {
    font-weight: bold;
    color: #b91f5b;
    display: block;
}

.time-slots i {
    font-size: 30px;
    line-height: 1;
}

.time-slots .available {
    cursor: pointer;
}

.time-slots .available:not(.selected):hover {
    background: #f6e2ea;
}

.time-slots .available:hover .ranges-tip{
    display: block;
}

.time-slots .notavailable {
    background: #F6F0F0;
    opacity: 0.4;
}

.time-slots .selected {
    background: #f6e2ea;
}

.post-code-form [name="post_code"] {
    width: calc(100% - 90px);
    display: inline-block;
    margin-right: 7px;
}

.time-slot-price {
	display: block;
	font-size: 20px;
	float: right;
	margin: -36px 0 0;
	width: 80%;
	text-align: center;
}

.time-slots .ranges-tip {
    display: none;
    background: #F6F0F0;

    position: absolute;
    top: 50%;
    left: 0;

    z-index: 1000;

    width: 230px;
}

.time-slots  tr:last-child .ranges-tip {
    top: auto;
    bottom: 101%;
}

.time-slots  td:last-child .ranges-tip {
    left: auto;
    right: 0;
}

.time-slots .ranges-tip li {
    font-size: 0;
    margin: 5px 0;
    white-space: nowrap;
}

.time-slots .ranges-tip span {
    display: inline-block;
    width: 40%;
    font-size: 12px;
    text-align: left;
    padding: 0 10px 0 5px;
    line-height: 1.2;
}

.time-slots .ranges-tip span:first-child {
    border-right: 1px solid rgb(119, 119, 119);
    padding: 0 5px 0 10px;
    width: 60%;
}


#shipping-payment-block .inner-table form#carriers_section {
    overflow: visible;
}

.time-slots-wrapper {
    overflow: auto;
}

.ard-carriers-list {
    background: #e6f0c6;
    font-size: 18px;
    color: #2f3030;
    padding: 15px 10px;
    margin: 0 0 15px;
    display: flex;
    justify-content: space-between;
}

.ard-carrier-label {
    margin: 0 10px;
    cursor: pointer;
}

.ard-carriers-list input {
    display: none;
}

.ard-carriers-list input:checked + span {
    font-weight: bold;
}

.ard-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ard-footer a:last-child {
    margin-left: auto;
}



@media (max-width: 680px){
    .time-slots-popup {
        padding: 30px 30px 20px;
    }
}