/*
Theme Name: Funio Child
Theme URI: http://www.wpbingosite.com/funio
Author: wpbingo
Description: This is a child theme for Funio
Version: 1.0
Author URI: http://wpbingosite.com
Template: funio
Text Domain: funio-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#shipping_method li:last-child::before {
    content: "Shipping rates are high?";
    font-size: 20px;
	margin-left: 5px;
	float: left;
}
.free-order {
    display: none!important;
}
.woocommerce-variation-description {
    display: none;
}
.bwp-header .wpbingoLogo img {
    max-height: 45px !important;
}
.bwp-navigation ul>li.level-0 {
    padding: 0 5px !important;
}
.products-thumb img {
	padding: 30px !important;
	background: #f7f7f7 !important;
}
.products-list.grid .product-wapper .products-thumb .product-button {
    right: 5px !important;
}
.hot, .onsale {
    text-align: center !important;
    color: #ffffff;
    font-size: 15px;
    padding: 3px 10px 0;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    position: relative;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 8px;
    min-width: 50px;
    /* border-radius: 20px; */
    /* -webkit-border-radius: 0px; */
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: 1;
    background: #f00;
    line-height: 19px;
}
.hot {
    right: 10px;
    color: #ffffff;
}
h3.elementor-image-box-title {
    margin-bottom: 0px;
}
#bwp-footer {
    background: #2b2c2e !important;
}
.back-top {
    color: #fff !important;
    background: #000 !important;
}
.bwp-header .header-page-link {
    margin-top: -15px;
}



ul.payment_methods li label {
    display: initial !important;
    margin-bottom: 25px;
}
ul.payment_methods li {
    margin-bottom: 0px;
    margin-top: 15px;
}

.woocommerce-PaymentBox {
    margin-top: 10px;
}

.woocommerce-info {
	max-width: 1140px;
	margin: 0 auto;
}
.aws-container .aws-search-form {
	height: 34px;
}
/* Small Devices, Tablets */
@media only screen and (max-width: 600px) {
.aws-container .aws-search-form {
    margin-top: 20px;
}
}
p {
	text-align:left;
	text-transform: initial;
	font-size: 14px;
}