.banner-area 		{ display:inline!important; } /*Disable hiding banner on matchResponsive.css*/
.select[data-disabled=true] select,
select[disabled=true]
    { background: #cdcdcd; color: #aaa; } /*Disable sequential drop-downs until pre-requisite has been chosen*/
.story input[type='text'],
.story textarea 	{ border: 1px solid #e1e2e3 !important; } /*Wizard form elements*/
.story span 		{ font-size: 17px; padding-left: 25px; color: #4a4a4a; }
.label1 			{ background: url(../../images/batteryFinder/1.png) 0 0 no-repeat; }
.label2 			{ background: url(../../images/batteryFinder/2.png) 0 0 no-repeat; }
.label3 			{ background: url(../../images/batteryFinder/3.png) 0 0 no-repeat; }
.selectbox 			{ width: 270px; display: inline; margin-top: 5px; }
.price 				{ font-weight: bold; width:33%; text-align:center; }
span.listPrice 		{ color:#4a4a4a; text-decoration: line-through; }
#loader 			{ margin-left: 405px; }
#noresult 			{ text-align: center; background-color: #F6F5F0; padding: 25px 0; border: 2px solid #FF7833; margin: 15px 35px; }
#noresult strong	{ line-height: 30px; }
#request 			{ display: inline-block; margin-top:15px; height: 39px; border: 0; cursor: pointer; background: transparent url(../../images/button/request.png) 0 0 no-repeat; }
#request:hover 		{ background: transparent url(../../images/button/request.png) 0 -39px no-repeat; }
#message 			{ font-size: 18px; color: #101010; }
#message span 		{ float: right; font-size: 14; /*margin-top: 7px;*/ color: #4a4a4a; /*margin-left: -15px;*/ }
.product-bullets ul { margin: 10px 0 0 40px; }
hr 					{ height: 0px; clear: both; border: 0; border-top: 1px solid #FFF; border-bottom: 1px solid #CCC; }
.batteryImg 		{ text-align: center; width: 250px; }
.batteryTable 		{ border-top: 2px dotted #CCC; margin-top: 5px; padding-top: 5px; }
select#producttype 	{ width: 270px; }
.batteryFormBlock 	{ width: auto; margin-right: 5px; font-size: 13px; }
.btn.btn-primary.batwizSubmit	{ margin: 20px 0 0 8px; }
.batbtns 			{ margin: 80px 0 0 0; text-align: center; }
.batbtns a.btn-small { width: 64px; }
.price-container 	{ display:inline!important; margin-top: 20px!important; width:100%!important; }
.list-price 		{ text-align:center!important; width:100%!important; }
.vendor 			{ font-weight: bold; }
#batteryForm        { margin:0 auto;max-width:321px;}

@media (min-width: 750px) and (max-width:955px) { 
select#producttype 	{ width: calc(98% - 40px); }
.selectbox 			{ width: calc(98% - 40px); }
.wizard h3 			{ font-size: 12px!important;}
.batwizSubmit, .reset { width: auto; }
}
@media (min-width: 100px) and (max-width:750px) { 
select#producttype 	{ width: calc(98% - 40px); }
.selectbox 			{ width: calc(98% - 40px); }
.wizard h3 			{ font-size: 12px!important;}
.mobhide 			{ display: none; }
.batwizSubmit, .reset { width: auto; margin: 18px 0 0 0!important; font-size: 1em!important; }
}
@media (min-width: 100px) and (max-width:550px) { 
.mobhide 			{ display: inline; }
.batwizSubmit, .reset { width: auto; }
}

.content-container {
    max-width:1410px;
    padding: 10px 20px;
    margin: auto;
}
.content-container.white{
    background-color:#FFF;
    border-radius:15px;
}
.wizard {
    overflow: hidden;
    padding:20px;
    background-color: #f6f5f0;
}
.batwizSubmit, .reset {
    float:right;
    margin:10px 0 0 0;
    border-left: outset;
    position: relative;
}
.battery {
    text-align: center;
    padding:20px;
    border:solid 1px #e1e2e3;
    margin:20px 0 0 0;
}
.reviews {
    margin:20px 0;
}
a.product-name {
    color: #532279;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.specs {
    text-align: left;
}
.our-price {
    margin:10px 0;
    font-size: 36px;
    font-weight: bold;
}
.battery .btn-orange {
    margin:20px 0;
}
.dark-orange-check-mark, .dark-grey-check-mark {
    padding:0 0 0 30px;
    position: relative;
}
.dark-orange-check-mark:before {
    width:17px;
    height: 14px;
}
.dark-orange-check-mark:before{
    content: '';
    background-image: url('./../images/icon/check-orange.svg');
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    left:4px;
    top:2px;
}
.batbtns .btn{
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width:750px){
    .batteries {
        overflow: hidden;
    }
    .battery{
        width:48.5%;
        box-sizing: border-box;
        min-height: 779px;
    }
    .battery:nth-of-type(odd){
        float:left;
    }
    .battery:nth-of-type(even){
        float:right;
    }
    p.note {
        clear:both;
        margin:20px 0 0 0;
    }
}
@media screen and (min-width:1024px){
    h1 {
        text-align: center;
        border-bottom:solid 1px #e1e2e3;
        padding:0 0 20px 0;
    }
    .battery {
        width: 32.1%;
        margin: 20px 1.75% 0 0;
    }
    .battery:nth-of-type(odd){
        float:left;
    }
    .battery:nth-of-type(even){
        float:left;
    }
    .battery:nth-of-type(3n+3){
        margin:20px 0 0 0;
        float: right;
    }
    .wizard {
        width:50%;
    }
}
.background-color-wrapper {
    padding-bottom:30px;
}
.select {
    position: relative;
    width:320px;
}
.select::after {
    content: "";
    background-image: url('./../images/icon/arrow-down-orange.svg');
    background-size: contain;
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    line-height: 3.8rem;
    pointer-events: none;
}
.select[data-disabled=true]::after {
    background-image: url('./../images/icon/arrow-down-gray.svg');
}

@media print {
	.batwizSubmit {
	    top: -8px;
	}
}