﻿#link_popup div p {
  font-family: "Varela Round", sans-serif;
}

/*
#gdpr_popup p {
  font-family: "Varela Round", sans-serif;
}
*/



#terms_links a:hover {
  color: #528400;
}

.button_deliverys {
  background: #528400;
  border: 1px solid #528400;
}

#order_table .order_product_name .order_card_holder .card_information .selected {
  border-bottom-color: #528400;
}

#next_button_holder span {
  background: #528400;
  border: 1px solid #528400;
  text-transform: uppercase;
}

#order_details .selected_method {
  border-bottom-color: #528400;
}

#order_details .selected_office, .selected_pickup_delivery {
  border-left-color: #528400;
  box-shadow: 0 0 8px #528400;
}

#dummy_button {
  background: #528400;
  border: 1px solid #528400;
}

.button {
  background: #528400;
}

#order_table .order_product_name .order_card_holder span {
  background-color: #528400;
}

.footer a:hover {
  color: #528400;
}

#popup_link #main_span {
  background: #528400;
}


#acceptGdpr {
  background: #528400;
}

/*
#gdprPopup {
  font-family: 'Paytone One';
}
*/

#loading_img {
  border-top: 5px solid #528400;
}

#order_item_container_color {
  background: #528400 !important;
}

#order_breadcrumb #order_item_container #order_progress_active_contact {
  background: -moz-linear-gradient(left, #528400 0%, #528400 33%, #9B9B9B 34%, #9B9B9B 100%);
  background: -webkit-linear-gradient(left, #528400 0%, #528400 33%, #9B9B9B 34%, #9B9B9B 100%);
  background: linear-gradient(to right, #528400 0%, #528400 33%, #9B9B9B 34%, #9B9B9B 100%);
}

#order_breadcrumb #order_item_container #order_progress_active_delivery {
  background: -moz-linear-gradient(left, #528400 0%, #528400 66%, #9B9B9B 67%, #9B9B9B 100%);
  background: -webkit-linear-gradient(left, #528400 0%, #528400 66%, #9B9B9B 67%, #9B9B9B 100%);
  background: linear-gradient(to right, #528400 0%, #528400 66%, #9B9B9B 67%, #9B9B9B 100%);
}

#order_breadcrumb #order_item_container #order_progress_active_confirmation {
  background: -moz-linear-gradient(left, #528400 0%, #528400 66%, #528400 67%, #528400 100%);
  background: -webkit-linear-gradient(left, #528400 0%, #528400 66%, #528400 67%, #528400 100%);
  background: linear-gradient(to right, #528400 0%, #528400 66%, #528400 67%, #528400 100%);
}

#order_products #order_products_bottom {
  background: #528400;
  color: #fff;
}

#order_total_price {
  margin-top: 10px;
  background-color: #528400;
  color: #151313;
}