/* motix */
html,body,form{margin:0px;padding:0px;}

html, body{
  height:100%;
}

body {
    padding:0;
    margin:0;
    color: #7A7A7A;

    font-size: 13px;
    line-height: 21px;
    text-align: left;
    background:#fff;
	min-width: 320px;
}

.striked{
	text-decoration: line-through;
}

.radio-button{
	margin-bottom:10px;
}

.filtersHeading{
	font-size:16px;
}

.filter-location-selectors{
	font-size:16px;	
}

.locationoption{
	cursor:pointer;
}

.contactTableForm td{
	padding-right:5px;
	padding-left:5px;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
} 
.spinner-border{
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
.spinner-border-sm{
	height: 1rem;
	border-width: .2em;
}

input[type="button"], input[type="submit"], button, select{
	background:#1b6fc2;
	padding:6px 10px  !important;
	border:1px solid #fff  !important;
	text-transform:uppercase  !important;
	color:#fff;
	outline:none  !important;
	margin:0;
	transition:0.2s;
	line-height: 21px !important;
}

select{
	background:#fff;
	color:#000;
	font-size:14px !important;
	border:1px solid #ebebec  !important;
	margin-bottom:5px;
}

.highlight{
	box-shadow: 0px 0px 5px rgba(36, 171, 27, 1);	
}

input[type="text"], textarea{
	border:1px solid #ebebec  !important;
	padding:5px !important;
	font-size:14px !important;
	margin-bottom:5px;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover{
	opacity:0.8;
	transition:0.2s;
}

.hidden-search input{
	height:auto !important;
	width:auto !important;
}

#submit-local{
	height:auto !important;
	width:auto !important;
	color:#fff !important;
}

a, a:link, a:visited, a:focus {
    color: #428BCA;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
	transition:0.2s;
}

a:hover{
	color:#1b6fc2;
	transition:0.2s;
}
a img, img{
	border:none;
}



.hoverable {
	opacity: 1;
	transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

.hoverable:hover {
opacity: 0.7;
transition: opacity;
transition-timing-function: ease-out;
transition-duration: 250ms;

-ms-transition:opacity;
-ms-transition-timing-function: ease-out;
-ms-transition-duration: 250ms;

-moz-transition:opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;

-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
}

.box{
	padding:10px;
	border:1px solid #E7E7E7;
	margin-bottom:10px;
}

.normalFont {
   color:#555555;
}

div#page{
    max-width:1170px;
    text-align:left;
    margin:0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

div#content{
   margin-top:10px;
}

.wrapper{
	padding-left:5px;
	padding-right:5px;
}

#logo{
   display:block;
   margin-top:5px;
   width:190px;
   margin-left:60px;
   transition:0.2s;
}

#logo.expanded{
	margin-left:0;
}

div#header_phone{
   margin:20px auto;
   display:block;
   background:url("main.png") no-repeat -295px top;
   width:224px;
   height:33px;
   display:none;
}


div#header{
   position:relative;
   text-align:center;
   margin-bottom:10px;
   padding-top:1px;
}

.affirmBanner{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}

.affirmBanner img{
	width:70px;
	margin-right:5px;
	margin-top:-10px
}
.affirmBanner button{
	padding-top:1px !important;
	padding-bottom:1px !important;
}

h1, h2, h3, H4 .caption, .toolbarRight{
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

.end h1.main{
	font-size:14px;
	height:16px;
	overflow:hidden;
}

.end h3{
	font-size:12px;
}


H2 {
   font-size:16px;
}


H3 {
   font-size:15px;
   font-weight:normal;
}

H4	{
   font-size:14px;
   font-weight:normal;
}

.caption, .toolbarRight{
	font-size:14px;
	font-weight:normal;
}

.border table{
	border:1px solid #efefef;
}

.border .toolbar{
	background:#efefef;
	padding:5px;
	padding-left:10px;
}

.simpleFont0 td{
	padding:5px;
}

.simpleFont1 {
	text-align:left !important;
}

strong, b{
	color: #1A1A1A;
}


.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
}
.clearfix:after {
    clear: both;
}



.heading{
   font-size:17px;
   font-weight:normal;
   padding-top:10px;
   margin:0;
   padding-bottom:10px;
   color:#000;
}

.clear{
   clear:both;
}

.hidden{
   display:none;
}

.make-hidden{
	display:none !important;
}
div.visible{
   display:block;
}
div.loading{
   display:block;
   background:url("wait.gif") no-repeat top left;
   width:20px;
   height:20px;
}

.loading{
   background:url("wait.gif") no-repeat right center;
   padding-right:20px;
}

.make-image{
	border:3px solid #1B6FC2;
	border-radius:30px;
	padding:30px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}

.bg-default .panel{
background:#f5f5f5;
padding:40px;
}

.bg-default .panel button{
	padding:20px !important;
}

.bg-default .card{
	background:#f5f5f5;
	border-radius:10px;
	border-color:#f5f5f5;
	padding:20px;
	margin-bottom:30px;
}

.bg-default img{
    width:67px;
	margin-bottom:15px;
}

.bg-default h2{
	margin-bottom:15px;
}

#breadcrumbs{
	padding:10px 10px;
	background:#f5f5f5;
	margin-bottom:10px;
}

#breadcrumbs a.home{
	float:left;
	transition:0s;
	margin-right:5px;
	margin-top:3px;
	font-size:18px;
}

#breadcrumbs a.home:hover{
	color:#ff4545;
	transition:0s;
}

#options_window{
   text-align:left;
   padding:10px;
   height:350px;
   overflow:auto;
}

#search_window{
   text-align:left;
   padding:10px;
   overflow:auto;
   padding-bottom: 40px;
}

#productForm .nav-link{
padding-left: 8.5px;
padding-right: 8.5px;
}

#topmenu{
	list-style:none;
	padding:0;
	margin:0;
	margin:0 auto;
	display:none;
}

#topmenu li.first{
	border-left:none;
}

#topmenu li{
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #aeaeae;
	color:#aeaeae;
	line-height:15px;
}

#topmenu li a{
	color:#aeaeae;
	font-weight:normal;
	text-transform:uppercase;
	transition:0.3s;
}

#topmenu li a:hover{
	color:#000;
	transition:0.3s;
}

#shopping_cart{
	position:absolute;
	right:5px;
	top:15px;
	z-index:999;
}

.grid-left{
	float:left;
}

.cart-l{
	background:#1b6fc2;
	width: 40px;
	height: 40px;
	cursor:pointer;
	color:#fff;
	font-size:22px;
	padding-top:9px;
	text-align:center;
}

.cart-r{
	background:#eeeeee;
	width: 20px;
	height: 40px;
	font-size:16px;
	padding-top:14px;
	cursor: pointer;
	display:none;
}

.gray{
	background:#f6f6f6;
}

.cart-c{
	width:180px;
	height:40px;
	display:none;
}

.blue_font{
	color:#5a9fe4;
}

.cart-cc{
	padding-top:10px;
	padding-left:5px;
	font-weight:bold;
}
.cart-cc a{
	font-weight:normal;
}

#main-menu{
	position:absolute;
	left:0;
	width:100%;
	top:0;
}

#main-menu.expanded{
		background:#e2e2e2;
		position:relative;
}

.menu-item, .menu-item-selector{
	height:80px;
}

.menu-item{
	border-right:1px solid #fff;
	display:none;
	float:none;
	border-bottom:1px solid #fff;
	height:40px;
}

.menu-item a, .menu-item-selector a{
	display:block;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	height:40px;
	color:#000;
	font-size:14px;
	text-transform:uppercase;
}

.menu-item-selector a{
	padding-top:20px;
	height:80px;
	font-size:30px
}

.menu-item a:hover,  .menu-item-selector a:hover{
	border-bottom:7px solid #3389e0;
	transition:0.2s;
}

.menu-item-selector>a:hover{
	border-bottom:0px solid #3389e0;
}

.menu-item a.selected{
	color:#3389e0;
}

.grid-right{
	float:right;
}

.social-box{
	display:none;
	height:80px;
	padding-top:20px;
}

.social-icon, a.social-icon{
	font-size:40px;
	float:left;
	margin-right:5px;
	display:none;
	color:#0072ce;
}

.search-input-box{
	float:left;
	height:40px;
	margin-right:20px;
}

#main-menu .search-input-box{
	margin-left:5px;
}

.search-input-box input{
	border:none;
	background:#fff;
	margin:0;
	padding:0 !important;
	height:40px;
	width:140px;
}

.search-button{
	float:right;
	width:40px;
	height:40px;
	font-size:25px;
	padding-top:7px;
	cursor:pointer;
	background:#0072ce;
	color:#fff;
	text-align: center;
}

#header > .search-button{
	position:absolute;
	right:50px;
	top:15px;
}

.twitter-icon{
	color:#0072ce;
}

.facebook-icon{
	color:#0072ce;
}

#caruosel{
	width:100%;
	float:left;
	position:relative;
}

#promo-block{
	float:right;
	width:33.3%;
	display:none;
}

.c-item{
    position:absolute;
	top:0;
	left:0;
	max-width:100%;
}

.promo-box{
	max-width:100%;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption{
    position:absolute;
	top:7px;
	text-align:center;
	color:#fff;
	font-size:170%;
	text-shadow:0px 0px 2px #000;
	width:100%;
	z-index:8;
	top
	display: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom:3px;
	left:3px;
	z-index:20;
}
.nivo-controlNav a {
	width:7px;
	display:block;
	float:left;
	height:7px;
	background:#d8d8d8;
	margin-right:3px;
	border:1px solid black;
	font-size:0%;
	transition:0.3s;
}

.nivo-controlNav a.active, .nivo-controlNav a:hover{
	background:#3389e0;
	transition:0.3s;
}


.search_block{
	position:absolute;
	top:15%;
	z-index:20;
	width:312px;
	left:50%;
	margin-left:-156px;
}


.search_block2{
	width:320px;
}

.search-item-line{
	background:#dbdbdb;
	padding:2px;
	overflow:hidden;
	color:#fff;
}

#leftForm .search-item-line{
	background:#1b6fc2;
}
#leftForm  .search-item-line strong{
	color:#fff;
}

#leftForm  .search-item-line select.form-control{
	border:1px solid #1b6fc2 !important;
}


.search-item-line h3{
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}


#left_column .search-item-line.collapsed, #left_column.collapsed{
	display:none;
}

#left_column .search-item-line.first, #left_column .first{
	display:block !important;
}
.search-item-caption{
	background:#aeaeae;
	color:#fff;
	font-size:17px;
	float:left;
	width:49.5%;
	padding:10px 0px;
	overflow:hidden;
}

.search-item-caption label{
	margin-left:15px;
	margin-bottom:0;
}

.call-block{
	background: url("call.jpg") no-repeat left center;
	padding-left:45px;
	padding-right:10px;
}

.mail-block{
	background: url("mail.jpg") no-repeat left center;
	padding-left:45px;
}

div.search-item-line .active{
    background:#e22417;

}

.search-item-input{
	float:right;
	width:49.5%;
}

.search-item-input select{
	margin-bottom:0;
	height: 42px;
}

.logos{
	list-style:none;
	margin:0;
	padding:0;
	min-width:340px;
	margin:0 auto;
	margin-bottom:50px;
}

.logos li{
	display:block;
	float:left;
	position:relative;
}

.logos li a{
	display:block;
	margin:0;
    padding:0;
}

.logos li img{
	opacity:0.98;
	transition:0.3s;
	width:144px;
	vertical-align:top;
}

.logos li img:hover{
	opacity:0.78;
	transition:0.3s;
}

#left_column{
	width:100%;
	margin-bottom:10px;
}

#right_column{
	width:100%;
}

.link-list{
	list-style:none;
	margin:0;
	padding:0;
}

.link-list li{
	display:block;
	margin-bottom:2px;
}

.link-list a{
	display:block;
	padding:10px;
	padding-left:5px;
	border-bottom:1px solid #e7e7e7; 
	background:url("st.jpg") no-repeat right center;
}

.link-list a.root-link, .link-list .child-list a.root-link{
	display:block;
	padding:10px;
	padding-left:5px;
	border-bottom:1px solid #e7e7e7; 
	color:#444;
	background:url("arrdown.png") no-repeat right center;
}
.link-list .child-list a.root-link{
	padding-top:5px;
	padding-bottom:5px;
	background:url("arrdown.png") no-repeat left center;
	padding-left:20px;
	border:none;
}

.link-list .child-list a.root-link:hover{
	background:url("arrdown.png") no-repeat left center;
}

.link-list .child-list .link-list .child-list a{
	padding-top:5px;
	padding-bottom:5px;
}


.link-list .child-list{
	margin:0;
	padding:0;
	margin-left:15px;
}

.link-list .child-list a{
	border-bottom:none; 
	background:url("st.jpg") no-repeat left center;
	padding-left:10px;
}


.link-list .category-link .child-list a{
	border-bottom:none; 
	background:url("st.jpg") no-repeat left center;
	padding-left:10px;
	padding-bottom:2px;
	padding-top:2px;
}

.link-list .child-list a:hover{
	background:url("ss.jpg") no-repeat left center;
}


.link-list a:hover{
	background:url("ss.jpg") no-repeat right center;
}

.link-list a.root-link:hover{
	background:url("arrdown.png") no-repeat right center;
}

.link-list .category-link .child-list .selected a{
	padding-top:5px;
	padding-bottom:5px;
	color:#000;
	text-decoration:none;
	background:url("arrleft.png") no-repeat left 11px;
	padding-left:13px;
}

a.button, .button{
	background:#1b6fc2;
	padding:10px 15px;
	color:#fff;
	text-align:center;
	cursor:pointer;
}

.popoverlink{
	cursor:pointer;
	border-bottom:1px dotted #aaa;
}

.more-button{
	width:150px;
	display:block;
	clear:left;
	margin-top:5px;
	float:right;
}

.cetegory-box{
	clear:both;
	margin-top:30px;
	padding-bottom:20px;
	border-bottom:1px solid #E7E7E7;
}
.cetegory-box ul {
	float:left;
}
.cetegory-box img{
	width:27.6%;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.card-list-item{
	width:100%;
	background:#fff;
	padding:15px;
	border:1px solid #1b6fc2;
	border-bottom:4px solid #1b6fc2;
	margin-bottom:30px;
	position:relative;
	position: relative;
}
.collapsable{
	display:block;
	opacity:1;
	transition:0.3s;
}
.collapsed .collapsable{
	display:none;
	opacity:0;
	transition:0.3s;
}

.more-info-button{
	background:#fff;
	color:#999;
	border:2px solid #999;
	width:auto;
	margin-top:10px;
	clear:both;
	padding:5px;
	
}

.more-info-button .desc{
	display:none;
}

.more-info-button .desc_up{
	display:block;
}

.collapsed .more-info-button .desc{
	display:block;
}

.collapsed .more-info-button .desc_up{
	display:none;
}

.sort_and_filters_header{
	padding:10px;
	background:#F5F5F5;
}

.sort_and_filters_header select{
	margin-bottom:0;
}

@keyframes shadowPulse {
    0% {
        box-shadow: 0px 0px 10px 0px hsla(0, 0%, 0%, 1);
    }

    100% {
        box-shadow: 0px 0px 5px 0px hsla(0, 0%, 0%, 0);
    }
}

.shadow-pulse {
    animation-name: shadowPulse;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

.card-number{
	font-weight:bold;
	font-size:70%;
	color:#FFF;
	position:absolute;
	left:0px;
	top:0px;
	padding:5px;
	padding-top:0;
	padding-bottom:0;
	background:#498CCE;
	text-shadow:0 0 1px #000;
}

.static-card-img{
	margin:0.5%;
	width:27%;
	float:left;
	text-align:center;
	position:relative;
}

.static-card-img img{
	max-width:100%;
	cursor:pointer
}

.card-name{
	vertical-align:top;
	text-align:left;
}

.card-value{
	vertical-align:top;
	text-align:left;
	padding-left:5px;
}

.store-card-body{
	width:67%;
	float:right;
}

.card-tabs{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

.card-price{
	width:100%;
	margin:0px;
	min-height:144px;
	margin-top:10px;
	clear:left;
	display:none;
}

.card-price strong.stock-num{
	font-weight:normal;
	color:inherit;
}

.card-button{
	font-weight:bold;
	position:relative;
	padding-left:0;
}

.button.button-out_of_stock, .button.button-call, .button.button-pickup {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #1b6fc2;
    color: black;
    cursor: default;
    height: 41px;
}

.card-button .cart-l{
	position:relative;
	margin-top:-10px;
}

.card-button.button.button-out_of_stock .cart-l, .card-button.button.button-locate .cart-l{
	background:#1b6fc2;
}

.card-button.button.button-details .cart-l{
	background:url("main.png") #1b6fc2 no-repeat -80px -127px;
}

.button.button-offer {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #aaa;
    color: black;
    cursor: default;
    height: 41px;
	font-size:12px;
}

.card-button.button.button-offer .cart-l{
	background:#aaa ;
	margin-right:5px;
}


.ec_container *{
	border-radius:0 !important;
}

.ec_border_caption{
	background:none repeat scroll 0 0 #1B6FC2 !important;
}

.mobileonly700,.mobileonly700i{
	display:none;
}

.attentionbox{
	border:3px solid #498CCE;
	padding:10px;
	margin-bottom:10px;
	position:relative;
}
.attentionbox h1{
	color:#000;
	padding-left:10px;
	font-size:14px;
}


#cart-items{
	z-index:20;
	padding:10px;
	width:290px;
background: rgb(239,239,239); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(239,239,239,1) 10%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(239,239,239,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 10%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(239,239,239,1) 10%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(239,239,239,1) 10%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(239,239,239,1) 10%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	position:absolute;
	top:40px;
	right:0;
	text-align:left;
	display:none;
    box-shadow: -10px 20px 20px #000000;
}


.loadingBig{
   background:url("loadingbig.gif") no-repeat center;
   height:20px;
   width:220px
}

#cart-items .loadingBig{
	width:290px;
}

.cart-item{
	padding-bottom:10px;
	padding-top:10px;
	font-size:85%;
	color:#000;
	clear:both;
	overflow:hidden;
}

.cart-vehicle{
	font-weight:bold;
}

.cart-desc{
	float:left;
	width:80%;
}

.cart-price{
	font-size:100%;
	color:#ff0000;
	float:right;
	width:20%;
	
}

.card-price .caption{
	font-size:18px;
}

.card-caption, .mobile-caption{
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
}

.mobile-caption{
	margin-left:0.5rem;
}

.card-caption{
	display:none;
}

.card-caption-continer{
	position:relative;
	width:100%;
}
#card-list-container{
	position:relative;
	border-top:1px solid #efefef;
}

#footer{
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #efefef;
	font-size:12px;
}


.copyright{
	color:red;
}

.footer-nav{
	list-style:none;
	margin:0;
	padding:0;
	padding:10px;
	float:left;
	margin-right:20px;
	width:25%;
}


.footer-nav li{
	display:block;
	margin-bottom:5px;
}

.box img{
	margin-right:20px;
	margin-bottom:20px;
}

.link-list-cols{
	list-style:none;
	margin:0;
	padding:0;
}

.link-list-cols li{
	display:block;
	margin:10px;
	float:left;
	width:30%;
	height:90px;
	overflow:hidden;
	
}

.link-list-cols li img{
	max-width:90px;
	max-height:90px;
	float:left;
	border:3px solid #efefef;
	border-radius:45px;
}

.link-list-cols li img:hover{
	border:3px solid #1b6fc2;
	border-radius:45px;
}

.asf, .asf ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:0px;
}



.asf li{
	background:url("arrdown.png") no-repeat left 8px;
	padding-left:15px;
	padding-bottom:3px;
}

.asf li.clickable{
	background:url("arrleft.png") no-repeat left 6px;
	padding-left:15px;
}

.asf li.clickable a{ 
	text-decoration:underline;
	color:#
}

.left-box{
	width:100%;
}

.right-box{
	width:100%;
}

#zip-result{
	margin-bottom:10px;
	margin-top:10px;
}

#scrollToTopNav, #filtersFixed{
	position:fixed;
	bottom:20px;
	right:20px;
	height:40px;
	width:40px;
	border-radius:20px;
	box-shadow:0px 0 30px #000;
	background:#fff;
	padding-top:10px;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	display:none;
	color:#000;
	opacity:0.8;
}

#filtersFixed{
	bottom:20px;
	right:80px;
	cursor:pointer;
}


#filtersFixed > #filtersButtonCount{
	font-size:8px;
	position:absolute;
	top:-5px;
	right:-5px;
	text-align:center;
	color:#fff;
	background:#ff0000;
	width:20px;
	height:20px;
	border-radius:10px;
}

#leftForm .fasRight{
	float:right;
}

.locator-container{
	display:none;
	text-align:left;
	width:70%;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
	float:left;
}

.locator-container select, .locator-container input{
	width:170px;
}

.redFont{
	color:red;
}

.small{
	font-size:80%;
}

.wrong, input[type="text"].wrong{
	border:1px solid #ff0000 !important;
}

.ec_proceed_button{
	width:0px; 
	height:0px; 
	padding-top: 44px; 
	padding-left:186px;
	background: url("ec_proceed.png");
}

.locator-form input, .locator-form select{
	max-width:170px;
}

.caption-blue{
	padding:5px;
	#background-color:#44A8DF;
	font-weight:normal;
	color:#888;
	margin-bottom:0;
	margin-top:0;
}

.extended-panel select{
	border:1px solid #44A8DF !important;
	width:100%;
}

.searchvalue{
	background:#44A8DF;
	color:#fff;
	padding:5px;
	display:block;
	float:left;
}

#sf_part_type2-value{
	background:#ff0000;
	margin-left:5px;
}

#sf_fit_notes2-value{
    clear:left;
	margin-top:5px;
	background:none;
	color:#000;
	margin-left:0px;
	background:url("engine-icon.png") no-repeat left center;
	padding-left:25px;
}

.red{
	color:#e22316;
}


.blue{
	color:#1b6fc2;
	font-size:18px;
}

.tab-content{
	padding:20px;
	border:1px solid #dee2e6;
	border-top:0px;
}

.change-location-note{
	float:left;
	margin-top:7px;
}

#change-location-button{
	float:right;
	
}

#phoneFixed, #searchFixed{
	position:fixed;
	bottom:20px;
	left:80px;
	box-shadow:0 0 20px #ef4e16;
	width:40px;
	height:40px;
	border-radius:20px;
	font-size:20px;
	padding-top:10px;
	text-align:center;
	background:#fff;
}
.phoneContainer {
	margin-top:10px;
	color:#000;
	font-size:12px;
}
.phoneContainer .iconContainer{
	float:left;
	margin-right:8px;
	margin-bottom:20px;
	color:#fff;
	background:#DE0101;
	padding:10px;
	margin-top:15px;
}

.phoneContainer .phone{
	font-size:15px;
}

.phoneContainer .iconContainer .fas{
	color:#fff;
	font-size:18px;
}

#productForm  .phoneContainer {
	font-size:16px;
	margin-top:15px;
	margin-bottom:15px;
}
#productForm .phoneContainer .phone{
	font-size:18px;
}

#productForm .phoneContainer .iconContainer{
	margin-right:13px;
}
#searchFixed{
	bottom:20px;
	left:20px;
}

.static-card-img img.snbanner{
	display:block;
	margin-bottom:15px;
	max-width:140px;
	margin:0 auto;
	width:100%;
}



.card-tabs .nav-link{
	padding: .5rem .45rem;
}

.mfp-content .search_block2{
	margin:0 auto;
}

.popupAlertBoxContainer a .glyphicon{
	color:#000;
}

.productFitmentContainer{
	text-align:center;
}

.green-popup .productFitmentContainer{
	color:#fff;
}

.box-gray{
	background:#f6f6f6;
	padding:10px;
	color:#000;
	margin:0 auto;
	text-align:left;
}

.green-popup{
	background:rgb(27, 111, 194) !important;
}

.gray-popup{
	background:#F6F6F6 !important;
}

#csbanner .mfp-close{
	border:0 !important;
	color:#fff;
}

.productFitmentContainer  img{
	max-width:100%;
	margin:0 auto;
}

.productFitmentContainer #inscardcontainer{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
}

.productFitmentContainer h3{
	margin-top:0;
	padding-top:0;
}

.inline-location-box h2{
	display:none;
}

.inline-location-box #zip-container{
	margin-top:10px;
}


.fitment-res{
	display:none;
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}

.fitment-ok{
	color:#608F41;
}

.fitment-false{
	color:#CA7E82;
}

#search_window > #options_window {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -10px;
transition: 0.2s;
height: auto;
width: auto;
}
#search_window > #options_window h4{
	display:none;
}
.loader3 {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
  background: -webkit-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
  background: -o-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
  background: -ms-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
  background: linear-gradient(to right, #000000 10%, rgba(0,0,0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader3:before {
  width: 50%;
  height: 50%;
  background: #000000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader3:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke:  rgb(27, 111, 194);
  fill: none;
  animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px rgb(27, 111, 194);
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

.sort-button-holder strong{
	font-size:15px;
	margin-top:7px;
}

.sort-button-holder button{
	font-size:11px;
	margin:0;
	margin-left:3px;
	width:auto;
	font-weight:bold !important;
	height:30px;
	padding-top: 4px !important;
}

.btn-gray{
	background:#ccc;
}

#sponsoredCardContainer{
	position:relative;
}

#makeanoffer h2, #makeanoffer p, #makeoffersuccess h2, #makeoffersuccess p{
	text-align:center;
}

#makeanoffer label{
	text-align:left;
	font-weight:normal;
	color:#000;
	padding-top:5px;
}

.freeShippingMark{
	position:absolute;
	top:20px;
	right:10px;
	width:35%;
	max-width:105px;
}


@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px  rgb(27, 111, 194);
  }
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#csbanner > div{
    bottom: 0;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
}

#invCheck h1{
	margin-top:0px;
	text-align:center;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
        border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.timetickerContainer{
	display:block;
	line-height:30px;
	font-weight:600;
	
}


.tickerBox{
	width:30px;
	background:#000;
	font-size:20px;
	padding:3px;
	color:#fff;
	margin-right:1px;
	display:block;
	float:left;
}


.static-card-img .tickerBox{
	width:17px;
	background:#000;
	font-size:10px;
	padding:2px;
	color:#fff;
	margin-right:1px;
	display:block;
	float:left;
	
}


.tickerBoxDesc{
	display:block;
	font-size:8px;
	text-align:center;
	height:7px;
	clear:left;
	padding-top:0;
	margin-top:0;
	line-height:7px;
}

.static-card-img .tickerBoxDesc{
	height:8px;
}

#sponsoredCardContainer select.form-control{
	height:30px;
	padding:5px !important;
	font-size:12px !important;
}

.mobile-only{
	display:block;
}

tr.mobile-only{
	display:table-row;
}

.desktop-only{
	display:none;
}

tr.collapsable{
	display:table-row;
}

#filtersForm .ui-widget-header{
	background-color:#498CCE
}

#filtersForm .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{
	border-radius:7px !important;
}


.popupAlertBox{
	background:url("alert.png") no-repeat #f8e8c6 20px center;
	position:fixed;
	padding:15px;
	bottom:10px;
	padding-left:90px;
	color:#000;
	font-weight:bold;
	left:1%;
	right:1%;
	width:90%;
	max-width:1000px;
	margin:0 auto;
	box-shadow:0 0 50px rgba(0,0,0,0.5);
	border-radius:0px;
	z-index:999;
}

.popupAlertBoxContainer{
	position:relative;
}

.popupAlertBoxContainer a{
	position:absolute;
	top:-10px;
	right:-10px;
	background:#fff;
	border-radius:8px;
	padding:3px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;
	color:#000;
}


@media only screen and (min-width: 520px) {	

	#header > .search-button{
		display:none;
	}
	.sort-button-holder button{
		padding:5px;
		font-size:13px;
		margin-left:5px;
	}
		
	.sort-button-holder strong{
		font-size:16px;
	}
	.search-item-line{
		padding:10px;
	}
	.left-box{
		float:left;
		width:49%;
	}

	.right-box{
		float:right;
		width:49%;
	}

	.cart-c, .cart-r{
		display:block;
		transition:1s;
	}
	
	#caruosel{
		width:65.8%;
	}

	#promo-block{
		display:block;
	}

	.nivo-controlNav {
		bottom:10px;
		left:10px;
	}
	.nivo-controlNav a {
		width:12px;
		height:12px;
	}
	
	.social-icon, a.social-icon{
		display:block;
	}
	
	.footer-left{
		width:20%;
		float:left;
	}

	.footer-right{
		width:78%;
		float:right;
	}

}



@media only screen and (min-width: 640px) {	

	#logo{
		width:260px;
		position:absolute;
		left:0;
		top:2px;
		margin:0;
	}
	
	#phoneFixed, #searchFixed{
		display:none;
	}
	
	.menu-item-selector{
		padding:25px;
		padding-top:0;
	}
	
	.social-box{
		display:block;
	}
	
	#change-location-button{
		width:100%;
		margin-top:10px;
	}
	
	.change-location-note{
		margin-top:0;
	}

    #header{
		text-align:left;
	}
	
	div#header_phone{
		position:absolute;
		top:12px;
		right:0;
		margin:0;
		display:block;
	}

	#main-menu{
		margin-top:110px;
		background:#e2e2e2;
		position:relative;
	}

	#shopping_cart{
		top:55px;
	}
	
	.nivo-caption{
		font-size:220%;
		top:8%;
	}
	
	#cards-grid-swither{
		display:block;
	}
	
}

@media screen and (max-width: 700px){
	.mobileonly700{
		display:block;
	}
	
	.mobileonly700i{
		display:inline;
	}
}

@media only screen and (min-width: 800px) {	
	#leftForm .fasRight{
		display:none;
	}


	#filtersFixed{
		display:none !important;
	}
	#leftForm .search-item-line strong{
		color:#000;
	}
	
	#leftForm .search-item-line select.form-control{
		border:1px solid #dbdbdb !important;
	}

	#leftForm .search-item-line{
		background:#dbdbdb;
		border-top:1px solid #fff;
	}

	.static-card-img{
		float:left;
		margin-right:2%;
		margin-bottom:10px;
		margin-top:0;
		margin-bottom:0;
		width:auto;
	}	
	
	.more-info-button{
		position:relative;
		clear:left;
		width:200px;
		padding:10px;
	}

    #logo{
    	width:400px;
    }
		
	.card-price{
		width:20%;
		float:right;
		padding-left:20px;
		border-left:1px solid #E7E7E7;
		border-top:none;
		margin-top:0;
		clear:none;
		display:block;
	}
	
	.store-card-body{
		float:left;
		width:45%;
	}
	
	.card-tabs{
		float:left;
		width:77%;
		clear:none;
	}
	
	.mobile-only, tr.mobile-only{
		display:none
	}

	.desktop-only{
		display:block;
	}
	tr.desktop-only{
		display:table-row;
	}
	
	tr.desktop-visible{
		display:table-row !important;
		opacity:1 !important;
	}

	
}

@media only screen and (min-width: 840px) {	

	#sponsoredCardContainer select.form-control{
		height:inherit;
		padding:6px 10px !important;
		font-size:1em !important;
	}
	
	.card-name{
		padding-right:10px;
	}


	.end h1.main{
		font-size:18px;
	}
	
	.end h3{
		font-size:14px;
	}
	
	#left_column{
		float:left;
	}


	#left_column .collapsed, #left_column .search-item-line.collapsed{
		display:block;
	}
	#left_column .search-item-line .fas{
		display:none;
	}

	#left_column{
		width:20%;
	}
	
	#right_column{
		width:78%;
		float:right;
	}

	#topmenu{
		display:block;
		margin:0;
		position:absolute;
		top:70px;
		right:260px;
	}
	
	.menu-item{
		display:block;
	}
	
	.menu-item-selector{
		display:none;
	}
	

	.menu-item{
		border-right:1px solid #fff;
		height:80px;
		border-bottom:none;
		display:block;
		float:left;
	}

	.menu-item a, .menu-item-selector a{
		padding-top:30px;
		height:80px;
	}
	
	.hidden-item{
		display:none !important;
	}

	.card-list-item{
		padding:0;
		padding-bottom:15px;
		border:0px solid #fff;
		border-bottom:4px solid #1b6fc2;
	}
	
	.attentionbox h1{
		padding-left:0px;
		font-size:18px;
	}
	
	.end h1.main{
		height:auto;
	}
	
	.card-price strong.stock-num{
		font-weight:bold;
		color:#1A1A1A;
	}
	.sort-button-holder button{
		height:auto;
		padding: .375rem .75rem !important;
	}
	
	.mobile-caption{
		display:none;
	}
	
	.card-caption{
		display:block;
	}
	
	
}
