/*
Theme Name: Dini Mama Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
  font-family: 'Amatic SC';
  url('https://teezyt.ch/wp-content/uploads/2022/09/AmaticSC-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
}

.breadcrumbs {
  margin: 30px;
}
.shop-page-title.featured-title .title-bg, .shop-page-title.featured-title, .title-bg {
  background-attachment: fixed;
}
.page-title-bg {
  position: fixed;


}
.shop-page-title.featured-title .title-bg {
  min-height: 500px;
  background-position: 0 -100px;
}

.tee-menu-main-accordeon {
  max-height: 400px;
  overflow: auto;
  border-left: solid 2px rgba(0,0,0,.53);
  padding-left: 1em;

 background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(242, 247, 252, 0)), linear-gradient(rgba(242, 247, 252, 0), white 70%) 0 100%,
      /* Shadows */
    radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;

}
.accordion-inner {
  padding-top: 0.5em;
  padding-right: 0.1em;
  padding-bottom: 0em;
  padding-left: 1em;

}
h2 .accordion {
  font-size: 17px;
}

.ux-menu-link__text{
  font-weight: 100;
}

.ux-menu-link__link {
  min-height: 0px;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

  .shop-page-title.featured-title .title-bg {
    min-height: 500px;
    background-position: 0 -200px;
    position: fixed;

  }

}


/* message above product*/
.message-wrapper {
  position: relative;
  z-index:99;
  background: #bbb;
}
