/* Icon_close */
.custom-close a i {
		transition: all .3s linear !important;
}
.custom-close a i:hover {
   transform: rotate(180deg);
}

body.hide-navigation .header,
body.hide-navigation .footer {
   display: none;
}

#item-17614031637575 .accordion-group {
    border-radius: 12px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
  }