/*big screen*/
@media only screen and (min-width: 992px) {


	.page-id-4440 .rsrc-main{/*Does not work yet*/
	/* Calendar page*/
			max-width: 300rem;
  width: calc(100% - 8rem);
	}

	
	
}
.page-id-4440 .sidebar-secondary{
	    display:none ; 

}



.close-page{
    display:none ; /*hide the advert at the end of the meeting */
}

div.watermark.leftwatermark{
    display:none !important; /*Hide watermark*/
	visibility: hidden !important ;
}





div.chrome-extension-banner, div.sc-bwzfXH.cLnhlo { /*need to make this valied only on the right page*/
	display:none; /*Hide chrome extension banner*/
	visibility:hidden ;

}

/*My account order action btn*/
a.woocommerce-button.button.aa_goToTutorCalendar {
  background-color: #00C2FF;
  
}
a.woocommerce-button.button.aa_goToTutorCalendar:hover
{
border: 1px;
border-color: black;
	background-color: #00C2FF;/*#2ecc71;*/
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
}

a.woocommerce-button.button.aa_goToTutorCalendarToSchedule {
    /* color: green; 
    background-color: lightgreen;*/
}
a.woocommerce-button.button.aa_goToTutorCalendarToSchedule
{
  
	/*color: black;
  font-size: 100%;*/
  background-color: #00C2FF;/*#2ecc71;
 /* border: none;
  border-radius: 6px;*/
 /* padding: 12px 20px;
  display: flex;
font-weight: 500;	
	 box-shadow: 2px 7px 50px -2px rgba(154,171,237,1);
  -webkit-box-shadow: 2px 7px 50px -2px rgba(154,171,237,1);
  -moz-box-shadow: 2px 7px 50px -2px rgba(154,171,237,1);
	
   
  font-size: 11.9px;
  
  line-height: 12px;*/

  align-items: center;
  
 
}

a.woocommerce-button.button.aa_goToTutorCalendarToSchedule:hover
{
border: 1px;
border-color: black;
	background-color: #00C2FF;/*#2ecc71;*/
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
}

/*WC MY ACCOUNT MENU AT THE TOP instead of the sides*/
/*Commented 06/03/2024*/

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
float: none !important;
width: 100% !important;
}

.woocommerce-MyAccount-navigation ul {
text-align: center !important;
}
.woocommerce-MyAccount-navigation ul li {
display: inline-block !important;
}

/* WooCommerce my account css */
.woocommerce-MyAccount-navigation ul {
  padding: 0 !important;
  list-style-type: none !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  margin-bottom: 25px !important;
}
li.woocommerce-MyAccount-navigation-link {
  padding: 10px 15px !important;
  border-bottom: 1px solid !important;
}
li.woocommerce-MyAccount-navigation-link:hover {
  background-color: rgba(169, 169, 169, 0.20) ;
}
li.woocommerce-MyAccount-navigation-link.is-active {
  background-color: #00C2FF;
  color: #ffffff;
}
li.woocommerce-MyAccount-navigation-link.is-active a {
  color: #ffffff;
}

/*Hide the Stick at Product Page- will get php to do it soon*/
#wcfm_new_reply_listing_expander > p.inquiry_stick.wcfm_title.checkbox_title, #inquiry_stick  {
display: none !important;
}

.wcfm-product-feature-upload .placeHolder, .wcfm-product-feature-upload img {
  
  border: 2px dashed green ;
  background-color: #e0ffe0;
}

/*remove remove Disable Purchase During OFF Time label and checkbox */
#wcfm_settings_form_store_hours_expander > div:nth-child(4) > p.wcfm_disable_purchase_off_time.wcfm_title.wcfm_ele{
  display: none !important;
}
#wcfm_disable_purchase_off_time{
  display: none !important;

}
#wcfm_settings_form_store_hours_expander > div:nth-child(4) > label:nth-child(5){
  display: none !important;
}

/*end of remove remove Disable Purchase During OFF Time label and checkbox */