body,
body * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

input,
textarea,
select,
[contenteditable="true"] {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
/**/
#footer + .bg-light-blue { background: #EC5E3E; }
#footer + .bg-light-blue p.text-dark { color: #FFF !important; }
div#product-info i.fa.fa-question-circle {
    display: none;
}