/*
Theme Name: BiteHouseBurger
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 30 Jan 2023 17:23:41 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/
/* Ocultar seccion envio y crear cuenta*/
.ship-calc-section{
	display: none !important;
}

.woocommerce-info {
	display: none !important;
}
.woocommerce-account-fields{
	display: none !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	display: none !important;
} 

/* Esto era del indio */
#shipping_method_alternate input {
  display: none;
}
#shipping_method_alternate {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
	display:flex;
}
#shipping_method_alternate li {
  margin: 0 5px 0 0;
	margin-right:20px !important;
}
#shipping_method_alternate label {
	background-color:#a46497;
	color:white;
	font-weight:bold;
  padding: 10px;
  cursor: pointer;
  -webkit-appearance: button;
  /* WebKit */
  -moz-appearance: button;
  /* Mozilla */
  -o-appearance: button;
  /* Opera */
  -ms-appearance: button;
  /* Internet Explorer */
  appearance: button;
  /* CSS3 */
}
#shipping_method_alternate label:hover {
  background: #DDD;
}
#shipping_method_alternate li input:checked ~ label {
  background-color: black;
	color:white;
}
#shipping_method_alternate li label {
	background:white;
	color:black;
	border:2px solid black;
}
#place_order {
	background:black;
}
@media screen and (max-width:479px){
	.ship-calc-section {
	text-align:center;
}
	.ship-calc-section {
		flex-direction:column;
		display:flex;
	}
.ship-calc-section	#shipping_method_alternate {
		margin-right: auto !important;
    margin-left: auto !important;
	}
}
.woocommerce-form-coupon-toggle {
	display:none;
}
.ship-calc-section {
	padding:20px 0;
}
span.onsale{
	background: black !important;
}