/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/


/* Common CSS  */



/* Hide scrollbar for Chrome, Safari */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge */
html {
  -ms-overflow-style: none;
}

/* Hide scrollbar for Firefox */
html {
  scrollbar-width: none;
}

/* Scroll To Top  */

#ast-scroll-top .ast-icon.icon-arrow svg {
    bottom: -12px;
}