.add-to-enquiry {
    margin-left: 0px;
    background-color: rgb(66, 154, 203)!important;
    color: #ffffff;
}


.add-to-enquiry:hover {
    background-color: rgb(24, 92, 128)!important;
}



#planscape-enquiry-list ul {
    list-style: none;
    margin:0;
    padding: 0;
}

#planscape-enquiry-list li {
     margin-bottom: 8px;
     padding: 15px;
     Background: #efefef;
    }

.remove-from-enquiry {
    color: #fff;
    background-color: #043366!important;
    border: none;
    font-size: 1.1em;
    line-height: 1;
    cursor: pointer;
    opacity: 1.0;
}

.remove-from-enquiry:hover {
opacity: 0.8;
}

#send-enquiry{
    background-color: rgb(66, 154, 203)!important;
    color: #ffffff;
}

#send-enquiry:hover{
    background-color: rgb(24, 92, 128)!important;
}




.planscape-enquiry-icon {
    /* Set icon and count color */
    color: rgb(66, 154, 203);
  }
  
  .planscape-enquiry-icon .planscape-enquiry-count {
    /* Ensure number uses the same color */
    color: rgb(66, 154, 203);
    font-size: 13px;
  }
  

 .advanced_variation_add_to_cart{
    background-color: rgb(66, 154, 203)!important;
  }

  .advanced_variation_add_to_cart:hover{
    background-color: rgb(24, 92, 128)!important;
  }