/**
Theme Name: FooSales
Author: FooSales
Author URI: http://foosales.com/
Description: Astra child theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foosales
Template: astra
*/

.woocommerce {

	display: inline-block;
	width:100%;
}

.payments-discover-1 img {

display: none;
	
}

table.count-list {
    max-width:100%;
    width:20em;
    margin:0 auto;
    font-size: 1.5em;
}

.count-list td {
    padding: 1em;
    border-bottom:solid 1px #ddd;
}

.count-list {
	background: #fff;
	font-size:14px!important;
	width:100% !important;
}

.count-inner {
	padding:20px 0 20px 20px;
}

.introbox {
    background:#f5f5f5;
    padding:20px;
}

.tbl-title {
    background:#f9f9f9;
}

.star-partner {
    padding-right: 50px !important;
    background: url(https://www.foosales.com/wp-content/uploads/2019/08/starm-partner-1.png) no-repeat top right;
    background-size: 110px 110px;
    box-shadow: 0 0 50px rgba(0,0,0,.05);
}

#content .woocommerce .product-name a.button{ 
    border: 0 !important;
    text-decoration: underline; 
}

.ecommerce-starter-guide-promo {
	background:#ffec48 url(images/fooSales-the-ecommerce-starter-guide-rocket.png) no-repeat bottom right !important;    
}

#website-signup form {
    background:#fff; 
    max-width:100%;
    margin:0 auto !important;
    display: block !important;
    float: left !important;
    border-radius: 5px;
    border: solid 2px #0090da;
}

#website-signup form .input-text {
    border-radius: 5px;
    padding:.8em 1em;
    font-size: 1em; 
    border:0;
    line-height:1em;
    height:3em;
    width:215px;
}

#website-signup form .button {
    padding:.9em 1em;
    font-size: 1.1em;
    line-height:1em; 
    height:3em;
    border-radius: 3px !important;
    border-top-left-radius:0 !important;
    border-bottom-left-radius:0 !important;
}



