/*
	Theme Name: Rehub theme 007 Site TW
	Theme URI: http://rehub.wpsoul.net/
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: http://sizam-design.com/
	Version: 4.6.2
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.birthday-label{
	width:50px;
	display: inline-block;
}
.birtday-input{
	display: inline-block;
	width: 152px;
	margin-bottom: 11px;
}
.wcmp_vendor_list_wrap a.button{
	background-color:#01b0f1;
	color: #fff;
}
.wcmp_vendor_list_wrap .wcmp_rating_wrap div{
	display: none;
}
.wcmp_vendor_list_wrap .wcmp_rating_wrap{
	margin: 0px 0;
}
.orders_details_shipment h4, .orders_details_notes h4, .orders_details_items h4{
	color:#fff;
	margin:0px;
	padding-left: 10px;
}
.orders_details_shipment span, .orders_details_notes span, .orders_details_items span{
display: none !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-profile a:before{
	content: "\f007";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--points-and-rewards a:before{
	content: "\f0d6";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--support-tickets a:before{
	content: "\f1cd";
}
.woocommerce-MyAccount-navigation-link--customer-logout{
	display: none;
}



/* order page css */
@media all and (min-width:768px){
	.ad-one-order-table,.ad-two-order-table{
	    width: 50% !important;
    display: inline-table;
}
	.ad-two-order-table{
		margin-left:-2px !important;
	}
	.ad-one-order-table{
		    margin-right: -2px !important;

	}
	.ad-one-order-table td div.address,.ad-two-order-table  td div.address{
		min-height:135px;
	}
}
@media all and (max-width:767px){
		#wcfm-main-contentainer .ad-one-order-table td div.address p,#wcfm-main-contentainer .ad-two-order-table  td div.address p{
		width:100%;
			float:none;
			display:block;
	}
}

@media only screen and (max-width: 600px) {
	.birtday-input{
		display:block;
		float:none;
	}
	#slide-menu-mobile ul > li.close-menu span{
		text-align:center;
	}
	#slide-menu-mobile ul > li.close-menu i{
		position: relative !important;
		top: -21px;
	}
}