/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 






#menu-secondary-menu {
	text-align: right !important;
	float: right;
}

.woocommerce ul#shipping_method li label {
	font-weight: normal !important;
}


body .fl-page-content .fl-row i {
    color: #162C4D;
    margin: 0 0.5rem
}

body .fl-page-content .fl-row ul,
body .fl-page-content .fl-row ol {
    font-size: 1.9rem;
    margin-bottom: 2.2rem
}

body .fl-page-content ul {
    padding-left: 2.5em;
    margin-left: 0;
    list-style: none
}

body .fl-page-content .fl-row ul li::before {
    font-weight: bold;
    font-family: FontAwesome;
    content: "\f105";
    color: rgba(45, 47, 57, 0.33);
    display: inline-block;
    width: 1.25em;
    margin-left: -1.25em
}

body .fl-page-content .fl-row ol {
    padding-left: 2.5em;
    margin-left: 0;
    list-style: none;
    counter-reset: li
}

body .fl-page-content .fl-row ol li::before {
    font-weight: bold;
    content: counter(li) ".";
    color: rgba(45, 47, 57, 0.33);
    display: inline-block;
    width: 1.25em;
    margin-left: -1.25em
}

body .fl-page-content .fl-row ol li {
    counter-increment: li
}

body .fl-page-content .fl-row li {
    line-height: 1.6
}

body .fl-page-footer-widgets h4 {
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 15px !important;
}

body .fl-page-footer-widgets p,
body .fl-page-footer-widgets li {
	font-size: 16px;
}






/*body.post-type-archive-product .fl-page-content .container {
	background-color: #dfdfdf;
	min-width: 100% !important;
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 15px;
	margin: 0;
}*/

/*body.post-type-archive-product .fl-page-content .container .fl-sidebar {
	font-size: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 !important;
	min-width: 320px;
	width: 30%;
	height: 100%;
}

body.post-type-archive-product .fl-page-content .container .fl-content  {
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 !important;
	width: 70%;
	height: 100%;
}

body.post-type-archive-product .fl-page-content .container .fl-sidebar > aside {
	float: right;
	width: 230px;
	clear: both;
}
*/



body.post-type-archive-product .fl-sidebar {
	font-size: 14px;
}

body.post-type-archive-product .fl-sidebar .fl-widget-title{
	font-weight: bold;
}


/* shopping cart quantity to show all digits */
.woocommerce .quantity input.qty {
	width: auto !important;
}
/*END*/



/*
.fl-sidebar .fl-widget li a:before {
	font-family: FontAwesome !important;
	font-size: .85em;
	color: #555555;
	line-height: 1.45;
	padding-right: 5px;
	vertical-align: middle;
	content: "\f096" !important;
}

.fl-sidebar .fl-widget li.chosen a:before {
	content: "\f046" !important;
	color: #a00;
}

.yith_woocommerce_ajax_search input {
	display: inline-block;
	width: auto;
}
*/

.woocommerce-breadcrumb {
	font-weight: bold !important;
	margin-bottom: 40px !important;
}

.woocommerce-breadcrumb > a {
	font-weight: normal;
}




.woocommerce-result-count {
	font-size: 0.85em;
	font-weight: bold;
}

.product img, 
.woocommerce-product-gallery__image {
	/* border-radius: 10px; */
}

.woocommerce-products-header {
	margin-bottom: 50px;
}

.single-product .wc-tabs li {
	/* border-radius: 10px; */
}

.fl-post-grid-image img {
	border-radius: inherit;
}

.woocommerce-products-header__title.page-title,
.single-product .summary .product_title {
	display: none;
}

.single-product .summary .price {
	color: #77a464 !important;
	font-size: 36px !important;
	font-weight: bold;
	padding: 15px;
	margin: 0;
}

.single-product .summary .stock,
.single-product .summary .cart {
	margin: 25px 15px 15px 15px !important;
}

.single-product .summary .cart .variations {
	margin: 0 0 15px 0 !important;
}

.single-product .summary .stock.in-stock {
	color: #77a464 !important;
}

.single-product .summary .woocommerce-product-details__short-description {
	padding: 30px;
	border: solid 1px #e6e6e6;
	/* border-radius: 10px; */
}

.single-product .summary .product_meta {
	font-size: 0.85em;
}

.single-product .wc-tabs a {
	font-weight: normal !important;
}


ul.woof_list {
	padding-left: 10px !important;
}

a.woof_radio_term_reset  {
	margin-bottom: 12px !important;
	vertical-align: middle;
	padding: 2px 0 0 4px;
}

.add_to_cart_button,
button.yikes-easy-mc-submit-button {
	background-color: #0087e2 !important;
	color: #ffffff !important;
	border: 1px solid #0062a5 !important;
}

.add_to_cart_button:hover,
button.yikes-easy-mc-submit-button:hover {
	background-color: #3194F6 !important;
	color: #000000 !important;
}

table.bb-modules {
	font-size: 0.9em !important;
}

footer .fl-widget {
	margin-bottom: 20px !important;
}

