/*
 Theme Name:   Webfor99.com eCommerce Theme
 Description:  Webfor99 Child Theme
 Author:       XTemos
 Author URI:   https://webfor99.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */




/* *********************** */
/* custon bizz info widget */
/* *********************** */
table.bizz-info-widget{
	margin-bottom: 0px !important
}
table.bizz-info-widget td{
	padding:0 !important;
	
	border:0px;
}
table.bizz-info-widget td{
	text-align:left;
	vertical-align: top;
}
table.bizz-info-widget td:first-child{
	text-align:center;
}
table.bizz-info-widget td.widget-biz-contact-img{
	text-align:left;
}
table.bizz-info-widget tr:not(:last-child) td{
	padding-bottom:15px !important;
}
table.bizz-info-widget td:nth-child(2){
	padding-left: 5px !important;
}
/* *********************** */
/* [END] custon bizz info widget */
/* *********************** */







/* ************************** */
/* cart actions bottom margin */
/* this is related to the custom product update quantity in the cart */
/* ************************** */
.woocommerce-cart .woocommerce .cart-actions{
	margin-bottom: 0
}
/* ************************** */
/* [end] cart actions bottom margin */
/* ************************** */







/* *************************** */
/* checkout form in one column */
/* *************************** */
/* hide page elements */
body.woocommerce-checkout .website-wrapper > .topbar-wrapp, /* hide theme top bar */ 
body.woocommerce-checkout .website-wrapper > header.main-header, /* hide theme header */
body.woocommerce-checkout .main-page-wrapper > .page-title, /* hide theme title */
body.woocommerce-checkout footer .container.main-footer /* hide theme footer widgets */
{
	display: none
}
/* main content margin top, so it does not hide the login form */
body.woocommerce-checkout .website-wrapper .main-page-wrapper{
	margin-top: 35px;
}

/* center main 2 blocks */
.woocommerce-checkout form.woocommerce-checkout > div{
	margin:auto !important;
	float:none !important
}

/* center content elements */
body.woocommerce-checkout .woocommerce > .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce > .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce > .woocommerce-form-coupon-toggle{
	text-align:center
}

/* center content form login */
body.woocommerce-checkout .woocommerce > form.woocommerce-form-login,
body.woocommerce-checkout .woocommerce > form.woocommerce-form-coupon{
	margin: auto
}
/* *************************** */
/* [end] checkout form in one column */
/* *************************** */







/* *************************************************** */
/* checkout credit card block when using stripe plugin */
/* *************************************************** */
body.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods{
	padding-left:0 !important;
}
body.woocommerce-checkout #payment li.wc_payment_method.payment_method_stripe > div.payment_box.payment_method_stripe{
	padding: 0;
	border: 0
}
body.woocommerce-checkout #payment li.wc_payment_method.payment_method_stripe > div.payment_box.payment_method_stripe:before{
	content: '';
}
body.woocommerce-checkout #payment li.wc_payment_method.payment_method_stripe > div.payment_box.payment_method_stripe #stripe-payment-data fieldset:last-child{
	border: 0 !important;
	padding: 20px 0 !important;
	font-size:14px !important;
}	
/* *************************************************** */
/* [end] checkout credit card block when using stripe plugin */
/* *************************************************** */		
		
		