/*
 Theme Name:   Betheme Child
 Description:  Betheme Child Theme
 Template:     betheme
 Version:      20.9.9
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  betheme-child
*/

.woocommerce .woocommerce-customer-details address{
	padding:15px 15px 15px 80px
}
/*.woocommerce #billing_address_2_field {
	width:100%;
}*/
.woocommerce .alert-container {
	margin-bottom:30px;
}
.woocommerce .sold-out {
	background-color: red;
	color:white;
	padding:10px 15px;
	margin-right: 2px;
    margin-bottom: 2px;
    display: inline-block;
}