/*
Theme Name: GastroBar Child
Theme URI: https://gastrobar.qodeinteractive.com
Description: A child theme of GastroBar Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: gastrobar
Template: gastrobar
*/
.edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
    display: block;
    height: 20%;
    width: auto;
}

/* my fonts start */
@font-face {
  font-family: 'KG Sekona';
  src: url('my_fonts/KGSekona.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* my fonts end */
/* new srtyle */
.my_bock_start .product_meta{
  display: none !important;
}

.my_bock_start .edgtf-woo-social-share-holder{
  display: none !important;
}
.my_bock_start .woocommerce-tabs.wc-tabs-wrapper{
  display: none !important;
}

.my_bock_start .related.products{
  display: none;
}


.my_bock_start .woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-3.images {
    display: none;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a {
    background-color: #fd8200 !important;
}

.woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button), .woocommerce-page .edgtf-content a.added_to_cart, .woocommerce-page .edgtf-content a.button, .woocommerce-page .edgtf-content button[type=submit]:not(.edgtf-woo-search-widget-button), .woocommerce-page .edgtf-content input[type=submit], div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button), div.woocommerce a.added_to_cart, div.woocommerce a.button, div.woocommerce button[type=submit]:not(.edgtf-woo-search-widget-button), div.woocommerce input[type=submit] {
  background-color: #fd8200 !important;
}
.form-field.form-field-wide label{
  color: #fd8200 !important;
}
.wc-bookings-date-picker-timezone-block{
  display: none !important;
}
.block-picker{
  color: #fd8200 !important;
}
.summary.entry-summary h2{
  color: #fff !important;
  font-family: 'KG Sekona', sans-serif !important;
      text-transform: capitalize;
  font-size: 115px;
}

.my_wrap_book .vc_figure{
  display: none !important;
}

.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
    background: #272121 !important;
    
}
.wc-bookings-booking-form .block-picker li:nth-child(odd) a:hover, .wc-bookings-booking-form .block-picker li:nth-child(odd) a:focus {
    background: #272121 !important;
}
.wc-bookings-booking-form .block-picker li:nth-child(even) a:hover, .wc-bookings-booking-form .block-picker li:nth-child(even) a:focus {
    background: #272121 !important;
}
@media (max-width: 768px) {
  .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
    display: block;
    height: 20% !important;
    width: auto !important;
  }
}

/* new style end */