/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
#deliveryDetails {
  margin-bottom: 20px;
}
.google-map {
  margin-bottom: 20px;
}
#agreeCondition {
  text-align: left;
  margin-bottom: 20px;
}
#agreeCondition .valMessage:not(.hidden) {
  display: block;
}
#agreeCondition input[type="checkbox"],
#agreeCondition input[type="radio"] {
  margin-right: 5px;
}
#agreeCondition #TAC,
#agreeCondition #TAC2 {
  text-decoration: underline;
}
#agreeCondition label {
  margin: 0;
  white-space: normal;
}
#agreeCondition .custom-checkbox {
  height: auto;
}
