
#content{
    background-color: #ffffff;

}


#get-postcode input[name='postcodeSearch']{
    padding: 0;
}


#get-postcode input[type="submit"].postcode-btn{
    background-color: #ffffff;
      border: 1px solid #ffffff;
      color: #86bc25;
      font-weight: 700;
      padding: 1px 6px;
      font-size: 24px;
      border-radius: 0.3rem;
  }
  
  #get-postcode input[type="submit"].postcode-btn:hover{
    background-color: #86bc25;
    color: #ffffff;
  }


.heading{
    text-align: center;
}

.rubbish-title{
    text-align: center;
    margin-top: 20px;
}

.rubbish-title h3 span:not(.nocolor):not(.badge){
    color: #86bc25;
}


.rubbish-box-details,
.rubbish-box{
    border: 1px solid #86bc25;
    border-radius: 0.3rem; 
    margin: 0 20px;
}

.rubbish-action .btn-block{
    width: 75%;
    margin: 0 auto 20px;
}
.rubbish-features,
.rubbish-features a{
    text-align: center;
    color: #86bc25;
    margin-bottom: 10px;
}

.rubbish-box-details .rubbish-details h4{
    color: #86bc25;
    text-align: center;
    margin-top:15px;
}

.rubbish-box-details .rubbish-details p{
    color: #86bc25;
    text-align: center;
}

.rubbish-box-details .rubbish-details{
    height: 200px;
}


.rubbish-box-details .rubbish-box-details-close i {
    color: #86bc25;
    font-size: 20px;
}

.rubbish-box-details-close{
    position: absolute;
    top: 2px;
    right: 25px;
    width: 20px;
    height: 28px;
    z-index: 3;
    display: block;
}


.rubbish-size.rubbish-box{
    display: block;
}

.rubbish-size.show-size-info .rubbish-box{
    display: none;
}

.rubbish-size .rubbish-box-details{
    display: none;
}

.rubbish-size.show-size-info .rubbish-box-details{
    display: block;
}




.rubbish-extras li{
    display: block;
    margin: 0 0 20px 0;
    background: #FFF;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    padding: 10px 40px;
}


.rubbish-extras li h4 {
    float: left;
    width: 67%;
    display: block;
    padding: 10px 30px 10px 0;
    line-height: 20px;
    font-size: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
}



.rubbish-extras .qty-field {
    display: block;
    position: relative;
}

.rubbish-extras li .extra-qty {
    float: left;
    width: 23%;
    display: block;
    padding: 0 50px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.rubbish-extras li .extra-qty input {
    height: 40px;
    background: #FFF;
    font-size: 15px;
    color: #333;
    width: 100%;
    text-align: center;
    padding: 0 10px 0 0;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 0px;
}

.rubbish-extras li .extra-price {
    float: left;
    width: 10%;
    display: block;
    padding: 10px 0 10px 0;
    line-height: 20px;
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
}





.selected .rubbish-box{
    background-color: #86bc25;
}

.selected .rubbish-box  .rubbish-title h3,
.selected .rubbish-box  .rubbish-title h3 span{
    color: #ffffff;
}


.selected .rubbish-box .rubbish-action .btn-danger {
    background-color: #FFF;
    color: #86bc25; 
    border-color: #86bc25; 
}

input.btn-danger:not(:disabled):not(.disabled):active, 
input.btn-danger:not(:disabled):not(.disabled).active, 
input.show > .btn-danger.dropdown-toggle{
    background-color: #78a921;
    color: #ffffff; 
    border-color: #78a921; 

}



.datepicker-inline{
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

#datepicker th.dow,
#datepicker td.day{
    color: #444444;
}



#datepicker .datepicker-switch,
#datepicker .prev,
#datepicker .next,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover, 
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:hover
{
    background-color: #86bc25;
}

#datepicker td.day.disabled,
#datepicker table tr td.new, 
#datepicker table tr td.old {
    color: #e0e0e0;
}

#datepicker td.day.today.disabled{
    color: #444444;
}


#datepicker table tr td.day.active.active{
    background-image:none;
    color: #ffffff;
}

.datepicker {
    margin: 0 auto;
}

label{
    display: block;
}


input, textarea {
    border: 1px solid grey;
    background-color: #ffffff;
    padding: 4px 0px;
    width: 100%;
}




.collection-slot ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.collection-slot ul li {
    display: block;
    margin: 0 0 20px 0;
    position: relative;
    background: #FFF;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.collection-slot ul li input {
    position: absolute;
    left: -9999px;
    top: 0px;
}

.collection-slot ul li label {
    display: block;
    padding: 18px 20px 18px 70px;
    line-height: 22px;
    font-style: 15px;
    color: #333333;
    cursor: pointer;
    position: relative;

    font-weight: bold;
    z-index: 1;
}


.collection-slot ul li:before {
    border-color: #CCC;
}

.collection-slot ul li:before {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 25px;
    height: 25px;
    border: 1px solid #CCC;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    content: '';
    display: block;
    background: #FFF;
    margin: -14px 0 0 0;
    top: 16px;
    margin: 0px;
}


.collection-slot ul li input[type=radio]:checked+label:before {
    background: #86bc25;
    position: absolute;
    top: 50%;
    left: 30px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    content: '';
    display: block;
    margin: -9px 0 0 0;
    top: 21px;
    margin: 0px;
}


.form-group input{
    width: 100%;
}

input[name='billing_same']{
    display: inline-block;
}


label[for='billing_same']{
    display: inline-block;
}
#rubbish-row-6{
    display: none;
}

.checkout-box{
    background: #e0e0e0;
    color: #333333;
    margin-bottom: 20px;
}

#checkout{
    display: none;
}

#sagepay_payment_form input{
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    margin: 20px auto 20px;
    color: #fff;
    background-color: #86bc25;
    border-color: #86bc25;
    display: block;
}


#get-postcode {
    background-color: #86bc25;
    text-align: center;
    color: #ffffff;
}

#get-postcode label, #get-postcode input {
    font-size: 24px;
    margin-bottom: 0;
}

#get-postcode label {
    color: #ffffff;
    display: inline-block;
    padding: 10px 0;
    width: auto;
}


#get-postcode input {

    display: inline-block;
    border: 1px solid #86bc25;
    background-color: #FFFFFF;
    padding: 4px 0px;
    width: auto;

}

.input_error,
.error.postcodeError{
    color: #333333;
    text-align: center;
    margin-bottom: 5px;
    
}

.postcodeAccepted,
.error.postcodeError{
    font-size: 22px;
}

.postcodeError-link{

    color: #86bc25!important;
}

.confirmed.postcodeAccepted{
    color: #333333;
    text-align: center;
    margin-bottom: 5px;
}

.btn-danger{
    background-color: #86bc25;
    border-color: #86bc25;
}

h4{
    color: #86bc25;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:hover {
    color: #fff;
    background-color: #78a921;
    border-color: #78a921;
}


.shop_table{
    width: 100%;
    color: #000000;
  }

  .shop_table thead th{
    border-bottom: 2px solid #c10a27;
    font-weight: 800;
  }

  .shop_table th,
  .shop_table tr,  
  .shop_table td{
    border-bottom: 1px solid #c10a27;
    padding: 5px 0px;
  }

  .shop_table tfoot th{
    text-align: right;
    margin-right: 5px;
    padding-right: 30px;
  }

  .payment-type{
    border-bottom: 2px solid #c10a27;
    font-weight: 800;
    padding: 5px 0px;
    color: #000000;
  }
  

  .heading-checkout {
    background-color: #c10a27;

}

.heading-checkout h2{
    color: #ffffff;
    padding: 15px 0;
}

#sagepay_payment_form  input[type="submit"] {
    /* padding: 10px 20px; */
    color: #c10a27;
    background-color: #ffffff;
    border-color: #c10a27;
    width: 255px;
}

#sagepay_payment_form  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}



@media (max-width: 576px) {

    #get-postcode {
        padding-bottom: 20px;
      }

      #get-postcode label, #get-postcode input {
        font-size: 16px;
    }

    .rubbish-extras li h4{
        width: 100%;
    }

    .rubbish-extras li .extra-qty{
        width: 75%;
    }

}