body
	{
	min-width: 360px;
	overflow: scroll;
	}

.alert-error
    {
    color: #903442;
    background-color: #cd8788;
    border-color: #a66d6e;
    }

#sp-header .logo a
    {
    vertical-align: top;
    }

#sp-page-builder .page-content .sppb-section.SLX_RangeExtendersButtonsRow
	{
	margin-top: 40px;
	}

.SLX_RangeExtendersButtonsTitleRow
	{
	font-size: 16px;
	text-align: right;
	margin-top: 6px;
	}

body.com-j2store #sp-main-body {
    margin-right:auto;
    margin-left:auto
}

@media (min-width:768px) {
    body.com-j2store #sp-main-body {
        width:750px
    }
}

@media (min-width:992px) {
    body.com-j2store #sp-main-body {
        width:970px
    }
}

@media (min-width:1200px) {
    body.com-j2store #sp-main-body {
        width:1170px
    }
}

/* For products menu sliding out of short pages */
.body-innerwrapper {
    overflow: visible;
}

.product-qty input[type="number"] {
    width: 67px !important;
}


.slx_nonempty_cart > span::before
	{
	color: #f26422;
	}

.j2store .shipping-make-same #shipping {
	margin-left: 16px;
	}

#j2store-checkout br.j2error {
	display: block;
}

#j2store-checkout span.j2error {
	display: block;
	width: auto;
}

#j2store-checkout label[for="tax_number"]::after {
	display: block;
	width: auto;
	content: "Required for Brazil.";
	font-size: 13px;
	color: red;
	line-height: 5px;
	margin-bottom: 7px;
}

.j2store-cart .buttons-right {
	display: flex;
	justify-content: flex-end;
}

#shipping-estimate-form {
	display: grid;
}

#shipping-estimate-form > table {
	width: 100%;
}

#shipping-estimate-form #button-quote {
	justify-self: end;
}
