/* 
 Theme Name:   Astra child
 Theme URI:    
 Description:  
 Author:       mike@tikkatemple.com
 Author URI:   http://baljinders30.sg-host.com
 Template:     astra
 Version:      23.11.20
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

*/


/* width */
::-webkit-scrollbar {
  width: 0px;
}

#page {
  padding: 0px !important;
}

#ast-scroll-top {
  padding: 0px !important;
}

#ast-desktop-header .custom-logo {
  width: 50%;
}

.ast-mobile-header-wrap .custom-logo {
  width: 65%
}

.wp-block-uagb-container::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #4e342e 98%) !important;
}

.free_background_image::before {
  background-image: none !important;
}

.margin_bottom {
  margin: 0 !important;
}

#popmake-730 {
  padding: 0 !important;
  /*height: 50%;*/
  display: flex !important;
  align-items: center;
  justify-content: center;
	background-color: white;
}

.main_popup_container {
  display: flex;
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
}

.main_popup_container h2 {
  color: black;
  margin-bottom: 2%;
  font-size: 35px;
}

.popmake-close {
  border-radius: 50% !important;
  padding: 6px !important;
}

.qr_code_container {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
	max-width: 400px;
	width: 100%;
}

.qr_code_container img {
  margin: 0 !important;
}

.col-icon-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu_item {
  display: flex;
}

.item_title_description {
  flex: 2;
}

.item_title_description h4,
p {
  margin-bottom: 10px !important;
}

.item_price h2 {
  font-family: "Yeseva One";
  font-weight: bold;
  font-size: 40px;
  line-height: 1em;
}
#category_menu{
  z-index: 1000;
  top: 0 !important;
}
#sideMenu{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sideMenu button {
  border: 0;
  background: transparent;
  font-size: 20px;
  padding: 10px;
  width: fit-content;
}

.active{
  border-bottom: 2px #ffff solid !important;
  color: var(--ast-global-color-0);
}

/* Media query for devices with a maximum width of 767px */
@media only screen and (max-width: 767px) {
  .ast-mobile-header-wrap .custom-logo {
    width: 65% !important;
  }
  #category_menu{
    padding-top: 2%;
  }
  .item_title_description h4{
    font-size: 25px;
  }
  .item_price h2{
    font-size: 30px;
  }
  #sideMenu button{
    font-size: 15px;
  }
}
@media only screen and (max-width: 976px) {
#sideMenu{
    flex-direction: row;
    overflow: auto;
    white-space: nowrap;
	background:var(--ast-global-color-4);
  }
	
	#category_menu{background:var(--ast-global-color-4);}	

}

/* Media query for devices with a minimum width of 768px and a maximum width of 991px */
@media only screen and (max-width: 991px) {
  #category_menu{
    padding-top: 2%;
  }
  #sideMenu button{
    font-size: 15px;
  }
  .item_title_description h4{
    font-size: 25px;
  }
  .item_price h2{
    font-size: 30px;
  }
  .ast-mobile-header-wrap .custom-logo {
    width: 40%
  }
  
}

/* Media query for devices with a minimum width of 992px and a maximum width of 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  #ast-desktop-header .custom-logo {
    width: 50% !important;
  }
}

/* Media query for devices with a minimum width of 1200px */
@media only screen and (min-width: 1200px) {}