/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

#Top_bar .top_bar_right
{
	width: 290px;
}

#Top_bar .top_bar_right .action_button {
	display: inline !important;
}


@media only screen and (max-width: 1239px) {
	#Top_bar a.responsive-menu-toggle {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	#Top_bar .top_bar_right 
	{
		display:none;
	}
		
	#Top_bar a.responsive-menu-toggle {
		display: block;
	}
}

.button-flat .button_theme.action_button {
    background-color: #f7f7f7;
    color: #747474;
}

.woocommerce-message:before {
    content: "";
}

.woocommerce-MyAccount-content .woocommerce-Message--info a.button {
    color: #000056;
}

.woocommerce-customer-details address {
	padding-left:75px !important;
}

.woocommerce h2 {
	font-size:30px;
}

.woocommerce h3 {
	font-size:26px;
}

.woocommerce .woocommerce-error {
	flex: 0 1 100%;
    background-color: red;
    color: #fff;
	margin: 0 0 15px 0px;
}

.button_top {
	font-size:16px !important;
	padding: 8px 10px !important;
}

.button_top_estimator {
	background-color: #019934 !important;
	color:#fff !important;
}

#Top_bar .menu > li > a span:not(.description) {
    padding: 0 15px;
}

#Side_slide .estimator_right_top {
	text-align:center;
}

#Side_slide .estimator_right_top a {
	float: none !important;
    display: inline-block !important;
	font-size: 12px !important;
}

#Error_404 {
    overflow: hidden;
    position: relative;
    top: 0px;
    margin-top: 50px;
}

@media only screen and (min-width: 1240px)
{
	#Top_bar.loading {
	  display: block !important;
	}
}

#form_settings .one-second.column {
	padding-left:5px;
	padding-right:5px;
}

.woocommerce table.shop_table td.product-name a {
    color: #fff;
}

.woocommerce-account table.my_account_orders .order-number a {
	background-color: #fff;
}

.page-id-4179 #Content {
	padding-bottom:100px !important;
}
.page-id-4179 #Footer {
	display: none !important;
}