/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


.elementor-container {
    max-width: 1600px !important;
    width: 100%;
	/* padding-right: 2.617924em;
        padding-left: 2.617924em;*/
}


.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
	border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

#payment .payment_methods {
    border: 0px solid #e2e2e2;
}

.bt-list-items .bt-list-item-, .bt-list-items .bt-list-item- a{
	color: var(--e-global-color-text);
}

body.blog .woocommerce-breadcrumb {
  display: none;
}


.discount-rule-badge {
	background-color: var(--e-global-color-accent, #2de29d);
	color: white;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
}

.discount-rule-badge-link {
	text-decoration: none;
	display: block;
	margin: 8px 0;
}

.discount-rule-badge-link:hover {
	opacity: 0.9;
}

.woocommerce ul.products li.product .discount-rule-badge-link {
	display: inline-block;
	margin-top: 6px;
}

.entry-summary .discount-rule-badge {
	margin-left: 8px
}

#bought-together-products-data h3 {
	font-size: 15px;
}
.bt-list-items {
	font-size: 15px;
}
.bt-items-container img {
	height: 100px;
	width: 100px;
}

#bought-together-products-data .bt-list-items a,
#bought-together-products-data .bt-list-items .bt-list-item-{
	color: var(--e-global-color-secondary, #3D4459);
}

#bought-together-products-data .woocommerce-Price-amount {
	color: var(--e-global-color-primary, #EB16DC);
}
#bought-together-add-to-cart {
	padding: 5px;
	font-size: 13px;
}
