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

body {
    padding:0;
    margin:0;
    background:#fff;
	min-width: 320px;
	font-size:14px;
	line-height: 24px;
	color: #4F4F4F;
}

.caption, strong, h1, h2, h3, h4, .bigCaption, .rectangle.bigCaption{
	color: #070707;
}

h1{
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
}

.bigFont{
  font-size:16px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
}

.bigFont h1{
	margin-bottom:25px;
}

.bigFont h3{
	margin-bottom:18px;
}

.bigFont h2{
	margin-bottom:25px;
}

.bigFont p{
	margin-bottom:40px;
}

h2{
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

hr{
	border-top:2px solid #C2C2C2;
}

#phFixed{
	position:fixed;
	bottom:20px;
	left:20px;
	box-shadow:0 0 20px #000;
	color:#000;
	width:40px;
	height:40px;
	border-radius:20px;
	font-size:20px;
	padding-top:10px;
	text-align:center;
	background:#fff;
}


.mediumFont{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;;
}

.bigCaption, .rectangle.bigCaption{
	padding:15px;
	padding-bottom:20px;
	margin:0 auto;
}

.bigCaption{
	border-bottom: 2px solid #CF9400;
} 

#location-box{
	border-bottom: 2px solid #E0E0E0;
}

.bigCaption h3{
  font-size: 16px;
  font-weight: 300;
  text-align: left;
	float:left;
}

#location-box{
	padding-top:5px;
	padding-bottom:5px;
}

.wrimg{
    position: absolute;
    width: 100px;
    top: -180px;
    right: 15%;
}

.wrimg2{
    position: absolute;
    width: 100px;
    top: 0px;
    right: 0%;
}
.button-buy{
	width:100%;
}
.homePage{
	margin-top:150px;
}

.disclamer{
	border:1px solid #ff0000;
	color:#ff0000;
	padding:10px;
	margin-top:-40px;
	margin-bottom:30px;
}

.navbar .nav-link{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
}

.navbar-top{
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  height:29px;
  padding-top:6px;
  margin-left:-15px;
}

.container .navbar-brand{
	padding-top:0;
	padding-bottom:0;
}

.navbar-brand img{
	height:55px	
}

.navbar-expand-lg .navbar-nav .tracking-link{
	padding-right:0 !important;
}

.footer .navbar-brand img{
	height:32px	
}

.footer .navbar{
	min-height:50px;
}

.navbar-star{
	width:17px;
	height:17px;
	margin-right:5px;
	margin-left:5px;
}

.navbar-call{
	font-weight:500;	
	text-align:right;
}

.marginBottom{
	margin-bottom:30px;
}

.sortingOptions{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 2px solid #E0E0E0;
}

.big_search_form{
	position:relative;
	width:100%;
	height:440px;
	max-width:1170px;
	margin:0 auto;
	background:url("/images/hero-bg.jpg") no-repeat center;
	background-size:cover;
}

.big_search_form > .content{
	position:absolute;
	top:12%;
	left:9%;
	right:9%;
}
.big_search_form > .content >h1{
	font-size: 36px;
	font-weight: 700;
	line-height: 43px;
	text-align: left;
}

.big_search_form > .content >h2{
	font-size: 36px;
	font-weight: 300;
	line-height: 43px;
	text-align: left;
	margin-bottom:20px;
}

.search-item-line{
	position:relative;
}

.search-item-line >i {
	position:absolute;
	top:19px;
	left:17px;
	font-size:22px;
	color: #696969;
}

.search-item-line .nbadge{
	margin-left:-14px;
	position:relative;
	top:-4px;
	color:#fff;
	font-size:11px;
	font-family: Montserrat;
	font-weight:400;
}

.btn-primary {
    background-image: linear-gradient(180deg, #FFDF62 0%, #CF9400 100%);
	border:1px solid #969696;
	color:#070707;
}

.btn-default {
	border: 1px solid #969696;
	background-image: linear-gradient(180deg, #EEEEEE 0%, #ACACAC 100%);
}

.btn-primary:hover{
	border: 1px solid #969696 ;
	color:#070707;
}
select:disabled, select.form-control:disabled{
	background:#E0E0E0;
}

select, .select-css, select.form-control {
	color: #070707;
    font-weight: 400;
	font-size: 16px;
	text-align: left;
    display: block;
	padding:5px;
    max-width: 100%; 
	border: 1px solid #b5b5b5;
    margin: 0;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('sa.png') #fff no-repeat right center;
	padding-right:40px;
}

select.select-css, .select-css{
	box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	border: 0px solid #fff;
	padding-left: 40px;
	height:60px;
	width: 100%;
	color: #696969;
	font-weight: 700;
	background: url('sa.png') #fff no-repeat right center;
	padding-right:40px;
}

select .select-css:hover {
    border-color: #696969;
}

select option {
    font-weight:normal;
}

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

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:hover{
	transition:0.2s;
}

.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;
}

#navbarNav{
	text-align:right;
}


.searchFormBottom{
	margin-top:60px;
	font-size:22px;
	font-weight:700;
	text-align:center;
}

.searchFormBottom2{
	margin-top:40px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	padding: 0px 20px;
}

.partsContainer, .modelsContainer, .pageContainer{
	margin-top:50px;
	margin-bottom:70px;
}

.modelsContainer h3, .pageContainer h3{
	margin-bottom:45px;
}

.partsContainer{
	width:80%;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:70px;
}
.partsContainer span{
  color: #070707;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  display:block;
  margin-top:10px;
  margin-bottom:20px;
}

.rectangle {
	background-color: #E0E0E0;
	width: 100%;
	padding-top:45px;
	padding-bottom:45px;
	color: #070707;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align:center;
	padding-left:45px;
	padding-right:45px;
	margin-top:30px;
}
.rectangle  a, .rectangle  a:hover{
	color:#070707
}
.rectangle h2{
	margin-bottom:27px;
}

.footer-links{
	line-height:36px;
}

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

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

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

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

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

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

.simpleFont0 td{
	padding:5px;
}

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

.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;
}

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

.grid-left{
	float:left;
}

.gray{
	background:#f6f6f6;
}

.blue_font{
	color:#5a9fe4;
}

.grid-right{
	float:right;
}

#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%;
}

.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;
}

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

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


.logos img{
	opacity:0.98;
}

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

#left_column{
	width:100%;
	float:left;
}

#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-color:#FFDF62;
	background-image: linear-gradient(180deg, #FFDF62 0%, #CF9400 100%);
	border: 0.6px solid rgba(33, 33, 33, 0.75);
	border-radius:4px;
	padding:8px 17px;
	color:#070707;
	font-size: 16px;
	text-align:center;
	cursor:pointer;
	font-weight:600;
}

.call-container{
	background:url("call.png") no-repeat left top;
	padding-left:60px;
	margin-top:25px;
	background-size: 50px;
}

.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;
	border-bottom:2px solid #CF9400;
	position:relative;
	position: relative;
	padding-bottom:20px;
}
.collapsable{
	display:block;
	opacity:1;
	transition:0.3s;
}
.collapsed .collapsable{
	display:none;
	opacity:0;
	transition:0.3s;
}

.more-info-button{
	display:none;
	width:250px;
	margin:10px auto;
	margin-top:20px;
}
.collapsed .more-info-button{
	display:block;
	clear:left;
	background:#fff;
	border:1px solid #F3CB48;
}

@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{
	color:#FFF;
    position: absolute;
	top: 10px;
	background:#E37C15;
	border-radius: 30px;
	padding: 1px 10px;
	font-size: 14px;
	font-weight: 400;
	left:10px;
}

.static-card-img{
	border-radius: 3px;
	max-width:100%;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

.card-name{
	vertical-align:top;
	text-align:left;
	padding:5px;
	font-weight:600;
}

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

.store-card-body{
	text-align:center;
	position:relative;
}

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

.card-price table td{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.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 #4932FF;
    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:#4932FF;
}

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

.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 #CF9400;
	padding:10px;
	margin-bottom:10px;
	margin-top:-2px;
}
.attentionbox h1{
	color:#000;
}


#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%;
	
}

.caption{
	font-size:16px;
}

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

.card-caption{
	color:#000;
	font-weight:bold;
	text-align:center;
	display:block;
	margin-bottom:20px;
}
.card-caption-continer{
	position:relative;
	width:100%;
}
#card-list-container{
	position:relative;
	clear:left;
}

.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:5px;
}



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

.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{
	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;
}

.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;
}

.phone{
	font-size:16px;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:5px;
	display:block;
}

.phone i.fas{
	font-size:25px;
	margin-right:10px;
}

.red, strong.red{
	font-weight:600;
	font-size:14px;
	color:#4F4F4F;
}

.blue{
	color:#481FFF;
	font-size:22px;
	font-weight: 700;
}

.black{
	color:#070707;
	font-size:22px;
	font-weight: 700;
}

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

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

.search_block2 label{
	font-size:16px;
	font-weight:600;
}

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

.productFitmentContainer{
	text-align:center;
}

.green{
	color:#3c8b3a;
}

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

.green-popup{
	background-color:#CF9400;
	background-image:linear-gradient(180deg, #EEEEEE 0%, #ACACAC 100%);
	
}

.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;
}

.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;
}

.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(231, 142, 53);
  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(231, 142, 53);
  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{
	padding:0;
	margin:0;
}

.sort-button-holder button{
	border-radius:4px!important;
	margin:0;
	margin-left:0px;
	width:auto;
	line-height: 14px;
	font-size:14px;
	font-weight: 700;
	padding:5px 25px;
	padding: .25rem .5rem;

font-size: .875rem;

line-height: 1.5;

border-radius: .2rem;
}

.btn-gray{
	background:#ccc;
}

#sponsoredCardContainer{
	position:relative;
}

@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(231, 142, 53);
  }
}

@-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;
}

#leftForm{
	transition:0.2s;
}
#leftForm .search-item-line{
	margin-top:20px;
	margin-bottom:20px;
}

.accordion-header{
	border-top:2px solid #C2C2C2;
	padding:20px 0px;
}

.accordion-header a, .accordion-header a:hover{
	color:#070707;
	display:block;
	background:url("plus.svg") no-repeat right center;
	padding-right:20px;
}

.accordion-header a.collapsed, .accordion-header a.collapsed:hover{
	background:url("remove.svg") no-repeat right center;
	padding-right:20px;
}

.accordion p{
	font-size:16px;
}

#leftMenu{
	width:100%;
	background-color: rgba(0, 0, 0, 0.75);
	height:100vh;
	min-width:300px;
	position:fixed;
	top:0;
	left:-100%;
	z-index:999;
	transition:0.1s;
}

#leftMenu a, #leftMenu{
	color:#fff;
}

#leftMenu > .leftMenuWrapper{
	background:#070707;
	width:89%;
	height:100%;
}


#leftMenu img{
	margin-top:17px;
	margin-left:20px;
	max-width:230px;
}

#leftMenu .nav-link{
	border-bottom: 2px solid #444444;
	padding-top:23px;
	padding-bottom:20px;
	margin-left:20px;
	padding-left:0;
	margin-right:20px;
}
#leftMenu  span.nav-link{
	font-size:13px;
}
#leftMenu .closeIcon{
	position:absolute;
	right:15px;
	top:25px;
	font-size:20px;
}

#page .ec_att, #page .ec_steps .selected{
	color:#E37C15;
}

#page  .ecProceed,#page  a.ecProceed,#page  a.ecProceed:hover{
	background:#E37C15;
}


#page   .ec_steps .enabled a{
	color:#fbba16;
}

.bottom-block .button{
	margin-left:0%;
	width:45%;
	margin-top:30px;
}

.divider{
	height:2px;
	background:#E0E0E0;	
	margin-left:-15px;
	margin-right:-30px;
	margin-top:20px;
	margin-bottom:20px;
}

.nav-tabs .nav-link{
	font-size:12px;
	padding: .5rem .5rem;
}

.form-switcher, .filter-switcher{
	padding-top:10px;
	padding-bottom:10px;
	display:flex;
}

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

.tickerBox{
	width:34px;
	background:#C6A656;
	font-size:18px;
	padding:3px;
	color:#fff;
	margin-right:2px;
	display:block;
	float:left;
	border-radius:5px;
	border:1px solid rgba(0,0,0,0.5);
}

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

.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%;
	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: 320px) {	
	.search-input-box input{
		width:120px;
	}
}

@media only screen and (min-width: 360px) {	
	.search-input-box input{
		width:140px;
	}

}



@media only screen and (min-width: 576px) {
	.nav-tabs .nav-link{
		font-size:14px;
		padding: .5rem 1rem;
	}

	h1{
		font-size:36px;
		line-height: 43px;
	}
	
	h3,h2 {
	  font-size: 22px;
	}

	.bigFont{
	  font-size:22px;
	}

	.bigCaption h3{
		float:left;
	}
	
	.bigCaption, .rectangle.bigCaption{
		padding-top:20px;
		padding-bottom:20px;
	}

	.rectangle {
		text-align:left;
		padding-left:0;
		padding-right:0;
	}
	
	.footer .navbar{
		min-height:100px;
	}
		
	.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;
	}
	
	
	.search-input-box input{
		width:180px;
	}
	
	.footer-left{
		width:20%;
		float:left;
	}

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

    .mobile-only{
		display:none;
	}
	
	
	.bottom-block .button{
		margin-left:27%;
		width:30%;
		margin-top:30px;
	}
	
}




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

	#phFixed{
		display:none;
	}

	#logo{
		width:260px;
		position:absolute;
		left:0;
		top:2px;
		margin:0;
	}
	
	.menu-item-selector{
		padding:25px;
		padding-top:0;
	}
	
	.social-box{
		display:block;
	}

    #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: 768px){

	.mobileonly700{
		display:block;
	}
	
	.mobileonly700i{
		display:inline;
	}
}

@media only screen and (min-width: 768px) {	
	.wrimg{
		top:20px;
		right:-10px;
		width:85px;
	}	
	.card-number{
		left:0px;
		margin-left:0;
	}
	
	.big_search_form{
		height:694px;
		background-size:auto;
	}
	
	.homePage{
		margin-top: 100px;
	}
	
	.static-card-img{

	}
	
	.more-info-button{
		position:relative;
		margin-top:-50px;
		margin:0;
		margin-bottom:20px;
	}

    #logo{
    	width:400px;
    }
		
	.card-caption{
		text-align:left;
	}
	.card-price{
		border-top:none;
		clear:none;
		border-left:2px solid #D8D8D8;
		padding-top:0;
		padding-left: 20px;
		padding-right:20px;
	}
	
	.store-card-body{
		text-align:left;
	}
	
	.store-card-body >table{
		margin:0;
	}
}

@media only screen and (min-width: 840px) {	
	#left_column .collapsed, #left_column .search-item-line.collapsed{
		display:block;
	}
	#left_column .search-item-line .fas{
		display:none;
	}

	#left_column{
		width:23%;
	}
	
	#right_column{
		width:74%;
		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;
	}
	
}


@media only screen and (max-width: 992px) {
	.navbar-call{	
		text-align:center;
	}
	.navbar-brand img{
		height:28px	
	}
	
	
	.big_search_form > .content >h1{
		font-size: 18px;
		margin-bottom:10px;
		padding-bottom:0;
		text-align:center;
		line-height:18px;
	}

	.big_search_form > .content >h2{
		font-size: 18px;
		text-align:center;
		line-height:18px;
	}
	
	.big_search_form .select-css{
		margin-bottom:20px;		
	}

}
