/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

 @font-face {
   font-family: bookAntiqua;
   src: url("../fonts/bookantiqua.ttf");
 }
 @font-face {
   font-family: bookAntiquaBold;
   src: url("../fonts/bookantiqua_bold.ttf");
 }
 @font-face {
   font-family: Blkchcry;
   src: url("../fonts/BLKCHCRY.TTF");
 }
 @font-face {
   font-family: hadassah;
   src: url("../fonts/Monotype-Hadassah.ttf");
 }

 
 .blkchcry{
   font-family: Blkchcry !important;
   cursor: default;
}
 .bookAntiqueGold{
   font-family: bookAntiquaBold; 
 }
 
 #Eulogy{
   font-family: bookAntiquaBold; 

 }

 .rtl .hadassah{
   font-family:hadassah !important ;

 }
 .rtl.hadassah{
   font-family:hadassah !important ;

 }

.woocommerce-product-gallery{
  overflow-y: scroll;
  height: 400px !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery--with-images{
  overflow-y: scroll;
  height: 400px !important;
}