/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_TimeSlotDelivery
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-time_slot_tab{
    color: #006bb4;
    cursor: pointer;
}

.wk-time_slot_tab .wk-zipcode {
    width: 25%;
}

.wk-time_slot_tab:hover {
    color: #ea7900;
}

.shipping_table {
    overflow: auto;
}

#wk-zipcode-check-button {
    vertical-align:top;
}

.shipping_table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #514943;
    border-color: #8a837f #8a837f #8a837f transparent;
    border-image: none;
    border-style: solid;
    border-width: 0.1rem;
    color: #fff;
    font-weight: 600;
    padding: 0px;
    padding-left: 1em;
    text-align: left;
    vertical-align:middle;
}
.shipping_table td {
    background-color: #fff;
    color: #303030;
    padding: 1rem;
    background: none;
}
.shipping_table tr:last-child:td{
    border-bottom: 0.1rem solid #d6d6d6;
}
.shipping_table th:nth-child(4){
     width: 15%;
}
.shipping_table .time .control:nth-child(1){
    margin-right: 5%;
}
@media only screen and (max-width: 768px) {
    .shipping_table .time .control{
        float: none;
        width: auto;
    }
    .shipping_table .time .control:nth-child(1){
        margin-right: 0;
    }
}
.shipping_table .mage-error {
    color: #ed8380;
}
.time-slot th{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #514943;
    border-color: #8a837f #8a837f #8a837f transparent;
    border-image: none;
    border-style: solid;
    border-width: 0.1rem;
    color: #fff;
    font-weight: 600;
    padding: 0px;
    padding-left: 1em;
    text-align: left;
    vertical-align:middle;
    width: 0.5rem;
}
.slot {
    width: 87%;
    background: #c5c5c5;
    border-right: #FFFFFF;
    border-width: 0.1rem;
    border-right-style: solid;
    float: left;
    margin-left: 0.1rem;
    margin-bottom: 5px;
    padding: 0.8rem;
    position: relative;
    text-align: center;

}
.slot input {
  width: 100%;
  height: 30px;
  opacity: 0!important;
  position: absolute;
  left: 0;
  top: 0;
}

.time-slot .first-child{
    box-shadow: 0px -2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px -2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: block;
}
.day-time {
    display: inline-block;
    padding-top: 10px;
    background: #F5F5F5;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 600;
}
.time-slot-title{
    text-align: center;
    font-weight: bold;
}
.seller-name{
    text-align: center;
    padding: 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-weight: 700;
    display: inline-block;
    margin: 10px 0px 10px 0px;
}
.no-slots-block{
    border: 1px solid #ff9393;
    padding: 1%;
}
.slected-slots tbody:nth-child(odd) {
    background: #F5F5F5;
}
.slected-slots tbody td{
  border-left: .1rem dashed #d6d6d6;
  border-right: .1rem dashed #d6d6d6;
}
.timeslot-information-title{
  text-align: center;
}
.wk-row-view .empty-message {
    text-align:center;
}