/*
Theme Name: Punio Child
Theme URI: http://www.wpbingosite.com/punio
Author: wpbingo
Description: This is a child theme for Punio
Version: 1.0
Author URI: http://wpbingosite.com
Template: punio
Text Domain: punio-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#bwp-topbar .topbar-right > ul{
	display:inline-flex;
	list-style:none;
}
#bwp-topbar .topbar-right > ul > li{
	padding:0 1em;
	border-right:1px solid black;
}
#bwp-topbar .topbar-right > ul > li:last-child{
	border-right:0;
	padding-right: 0;
}

.welcomegift label{
	width:130px !important;	
}
.welcomegift input[type="password"], .welcomegift input[type="text"], .welcomegift input[type="email"]{
	width:22em !important;	
}
.welcomegift label.ur-label.checkbox{
	text-align:right;
	margin:0;
	padding: 0 1em 0 0;
}

.bwp-header .wpbingoLogo img {
	max-height: 40px !important;
	width: auto; 
}
.bwp-copyright{
	margin-top: 0 !important;
}

/* ----- My Account ---------- */
.woocommerce-MyAccount-content label{
	width:12em !important;	
}
.woocommerce-MyAccount-content input[type="password"], .woocommerce-MyAccount-content input[type="text"],  .woocommerce-MyAccount-content input[type="email"], .woocommerce-MyAccount-content input[type="tel"], .woocommerce-MyAccount-content .woocommerce-input-wrapper{
	width:30em !important;	
}

.woocommerce-MyAccount-content .form-row{margin-left:0 !important;margin-right:0 !important;}
.woocommerce-MyAccount-content h3{font-size:1.3em !important;margin:0 0 1em 0 !important;}

/* --  Checkout - Hide Order Tracking Link -- */
.checkout li.order-tracking-link{display:none;}

/* -- Account Menu -- */
.widget.widget_nav_menu ol, .widget.widget_nav_menu ul {min-width:120px !important;} 

/* -- Minicart Product Image -- */
.mini-cart .cart-popup .product-image img{width:100%;height:auto;display:block;max-width:78px !important;}
.single-product .bwp-single-info, .quickview-container .bwp-single-info{padding-top:0 !important;}

@media (min-width: 811px) {
	.woocommerce-MyAccount-content #billing_address_2, .woocommerce-MyAccount-content #shipping_address_2{
		margin-left:12em;
	}
}

@media (max-width: 810px) {
	.woocommerce-MyAccount-content #billing_address_2, .woocommerce-MyAccount-content #shipping_address_2{
		margin-left:0 !important;
	}
	/*.elementor-column{width: auto !important;}*/
	
}

@media (max-width: 428px) {
	.bwp-copyright .payment{display:none !important;}
	.welcomegift label{
		width:auto !important;	
	}
	.welcomegift input[type="password"], .welcomegift input[type="text"], .welcomegift input[type="email"]{
		width:19em !important;	
	}
	.welcomegift .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item{
		margin-bottom:0 !important;
	}
	.welcomegift label.ur-label.checkbox{
		text-align:left;
		margin:0;
		padding: 0 1em 0 0;
	}
	body.background-breadcrumb-shop:not(.page-template-homepage):not(.error404) .bwp-header .wpbingoLogo img{filter:none !important;}
	.woocommerce-MyAccount-content label{
		width:100% !important;	
	}
	.woocommerce-MyAccount-content input[type="password"], .woocommerce-MyAccount-content input[type="text"],  .woocommerce-MyAccount-content input[type="email"], .woocommerce-MyAccount-content input[type="tel"], .woocommerce-MyAccount-content .woocommerce-input-wrapper{
		width:100% !important;	
	}
	.woocommerce-MyAccount-content #billing_address_2, .woocommerce-MyAccount-content #shipping_address_2{
		margin-left:0;
	}
	.woocommerce-MyAccount-content .form-row{margin-left:0 !important;margin-right:0 !important;}
	.woocommerce-MyAccount-content h3{font-size:1.3em !important;margin:0 0 1em 0 !important;}
	.footer_icon .elementor-column{width: auto !important;}
	.footer_social{}
}