.box:hover {
  transform: translateY(-10px);
  -moz-box-shadow: 0 0 10px #7ed1cd;
  -webkit-box-shadow: 0 0 10px #7ed1cd;
  box-shadow: 0 0 10px #ababab;
}

/*
.content-area {
  max-width: 90%;
}
*/

.box_noshadow {
  /*
      All of the base styles have
      moved to the “CSS” tab above.
    */
  transition: transform 250ms;
  border: 0px solid #ccc;
  padding: 10px;
}

.box_noshadow:hover {
  transform: translateY(-10px);
}

/*---------------------------------------Start Text Transform*/

h2:first-child {
  text-transform: none;
}

h1:last-child {
  text-transform: none;
}

h5:last-child {
  text-transform: none;
}

h4:last-child {
  text-transform: none;
}

h3:first-child {
  text-transform: none;
}

.product_title.entry-title {
  text-transform: none;
}

/*---------------------------------------End Text Transform*/

/*Cart bg color*/

.secondary-navigation .menu-item-has-children:hover > .sub-menu {
  background-color: antiquewhite;
}

ul.products h3 {
  font-family: arial;
}

/*------------Save & Accept button*/

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #61a229;
  color: #000;
}

#menu-item-912 {
  display: none;
}

/*Menu Γάμος*/

#menu-item-1069 {
  display: none;
}

/*Menu Βάπτιση*/

/*Add to Cart Button*/
.single_add_to_cart_button.button.alt {
  background-color: #b39b63;
}