﻿/* designed by GrandNode - progr. MM */
/* scrollbar - x - y */
body {
    font-family: jaf-facitweb;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 6px;
}
::-webkit-scrollbar-track {
    background: #c8c8c8;
}
/* general settings */
body {
    background-color: #f2f2f2; color:#333333; font-size:1em; line-height:1.5em; font-weight:normal;
}
.btn{
    cursor: pointer;
}
#custom-search-input button:focus,
select:focus,
button:focus,
a,
a:hover,
a:focus,
a:active,
ol,
ul,
dl {
    text-decoration: none;
    outline: none;
    list-style-type: none;
}

i,
span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s linear;
}
i.rotate,
.fa.rotate::before {
    content: "\f0d7" !important;
}
.fa.rotater::before {
    content: "\f0d7" !important;
}
.generalMarginSupporter {
    margin: 20px 0;
	}
section {
    overflow: auto;
}
.generalTitle {
	text-align:left !important;
}

.home-page h1{
	padding-left:2rem !important;
	padding-right:3rem;
}

.link-rss {
    float: right;
}
.page {
    min-height: 445px;
    width: 100%;
}

/*input {
    height: 38px;
}*/
h1 {
    font-family: factoria;
	color: #003A5D;
    font-size: 2.2rem;
    font-weight: 700;
}
h2 {
    font-family: factoria;
	color: #003A5D;
    font-size: 1.4rem;
    font-weight: 700;
}
h3 {
    font-family: jaf-facitweb;
	color: #003A5D;
    font-weight: 700;
    font-size: 1.2rem;
}

a {color:#82C341; text-decoration:none; font-weight:900;}

a:hover{color:#6f8c16;}


.text-end {
    text-align: end;
}
.huge-pad {
    padding-left: 90px;
    padding-right: 90px;
}


.category-pad {
    padding-left: 3rem;
    padding-right: 3rem;
	overflow:hidden;
}


.desktop-only {
    display: block;
}
.media-only {
    display: none;
}
.faa-desktop::before {
    content: "\f138";
    font-family: FontAwesome;
}
.faa-desktop.rotate::before {
    content: "\f13a" !important;
    font-family: FontAwesome;
}


.qty-input-number {
    width: 50px;
    border: 0; 
    background: #e3e3e3;
    text-align: center;
}
.qty-select-number {
    width: 65px;
    border: 0;
    text-align: center;
}


/*buttons*/
.btn {font-family:factoria; color:#FFF; font-weight:700;}
.btn.btn-success {
    background: #82C341;
    color: #fff;
    border-radius: 0;
    border: 0;
}
.btn.btn-success:hover {
    background: #6f8c16;
}
.btn.btn-secondary {
    background: #82C341;
    color: #fff;
    font-weight: 700;
    border: 0;
    border-radius: 0;
}
.btn.btn-secondary:hover {
    background: #6f8c16;
}
.get-a-quote-button {
    background: #82C341;
    padding: 10px;
    color: #fff !important;
    cursor: pointer;
	font-weight: 700;
	font-size: 15px;
    cursor: pointer;
    border-radius: 0;
}

.side-by-side-button {
    background: #82C341;
    padding: 10px;
    font-weight: 700;
    font-size: 15px;
    text-align:center; 
    margin-bottom:10px;	  
}

.side-by-side-button a{
 color: #fff !important;
}

.get-a-quote-button:hover {
    background: #6f8c16;
}

.btn.btn-manufacturers {
    background: #f7f7f9;
    color: #474747;
    font-weight: 600;
    font-size: smaller;
    border-width: 1px;
    border-color: gray;
    border-radius: 0;
    border-right:0px;
    padding-left: 15px;
    margin-top:5px;
}

.btn.btn-manufacturers-dd {
    background: #82c341;
    color: #ffffff;
    font-weight: 600;
    font-size: smaller;
    border-width: 1px;
    border-color: gray;
    border-radius: 0;
    border-left:0px;
    padding-left: 15px;
    margin-top: 5px;
}

.fa-search{font-size:1.6rem;}

/* back to top */

/*font awesome desktop*/
.fa-search{font-size:1.6rem;}
.fa-shopping-cart{font-size:1.6rem !important;}


#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: url(../images/concrete_seamless.png);
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 35px;
    z-index: 9998;
    border: 4px solid #82C341;
}
#back-to-top span {
    color: #82C341;
    position: absolute;
    top: 3px;
    right: 10px;
}
#back-to-top.show {
    opacity: 1;
}
/* checkbox */
.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #82C341 !important;
}
.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #6f8c16 !important;
}
/* account page */
.page.account-page .card {
    background-color: #c8c8c8;
    border-radius: 0;
}
.page.account-page input {
    border-radius: 0 !important;
}
.page.account-page .card-header {
    border-bottom: 0;
}
.page.account-page input#Newsletter {
    width: 20%;
    position: absolute;
    right: 88px;
    height: 20px;
    cursor: pointer;
}
.page.account-page.change-password-page fieldset.form-group label {
    width: 213px;
    text-align: right;
}
.page.account-page.change-password-page fieldset.form-group input {
    vertical-align: middle;
    max-width: 100%;
    width: 400px;
}

/*quote form*/
.step1-col2{
	font-size:2rem;
	text-align:center;
	color:#003a5d;
	font-weight:700;
	line-height:3rem;
}

.required{
	font-weight:700;
	color:#F00;
	float:left;
}

.step1-col1 .inputs, .quote-flow .inputs{
	padding-top:1rem;
}

.quote-flow {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
.quoteform-page{
	padding-top: 1.5rem;
	padding-left:3rem;
	padding-right:3rem;
}

.quoteform-page .quote-flow{
	padding-left:15px;
	padding-right:15px;
}

.quoteform-page .product-container{
	padding-right:1rem;
	margin-bottom:1rem;
}
.quoteform-page .card{
	background-color:#c8c8c8;
	border:1px solid #333333;
	padding:1rem;
	margin-bottom:1rem;
}

.quoteform-page .card .buttons{
	padding-top: 1rem;
}

/* register page */
.page.registration-page .card {
    background-color: #c8c8c8;
    border-radius: 0;
}
.page.registration-page input {
    border-radius: 0 !important;
}
.page.registration-page .card-header {
    border-bottom: 0;
}
/* login page */
.page.login-page .card {
    background-color: #c8c8c8;
    border-radius: 0;
}
.page.login-page input {
    border-radius: 0 !important;
}
.page.login-page .card-header {
    border-bottom: 0;
}
.page.login-page .card-footer {
    border-top: 0;
}
/* home page */
.page.home-page .categoryGrid .card .card-title, .page.topic-page .categoryGrid .card .card-title {
    color: #fff;
    background-color: #82C341;
	
}

.page.category-page .card {
     box-shadow: 3px 3px 10px 3px rgba(51,51,51,.5);
	 height:100%;
	 vertical-align:bottom !important;
	 background: linear-gradient(#fff 0%,#fff 125px,#82C341 125px, #82C341);
	
}
.page.category-page .card .card-title {
    color: #fff;
    background-color: #82C341;
    padding: 10px;
    margin: 0 !important;
	text-align:center;
	
}

.category-body .banner img {
    width: 100%;
    margin-bottom: 3rem;
}
.page.home-page .category-body .we-carry h3, .page.topic-page .category-body .we-carry h3, .page.category-page .category-body .we-carry h3 {
    text-align: center;
}
.page.home-page .category-body .we-carry ul, .page.topic-page .category-body .we-carry ul, .page.category-page .category-body .we-carry ul {
    text-align: center;
    padding-left: 0;
}
.page.home-page .category-body .we-carry, .page.topic-page .category-body .we-carry, .page.category-page .category-body .we-carry {
    border-bottom: 1px solid #c8c8c8;
}
.page.home-page .category-body .dealers h3, .page.topic-page .category-body .dealers h3, .page.category-page .category-body .dealers h3 {
    text-align: center;
}

.page.topic-page {
    padding-right: 3rem;
    padding-left: 3rem;
}

.page.info-topic-page {
    padding-right: 3rem;
    padding-left: 3rem;
    background-image: url(../images/concrete_seamless.png);
}

.cs-topic-page{
    /*background-color: #cacaca;*/
    margin-top: -1rem;
    padding-right: 3rem;
    padding-left: 3rem;
}

.cs-topic-content{
    padding-right:10%;
    padding-left: 2rem;
}
  
.we-carry ul li {
    margin-bottom: 10px;
}
 /* category page */
.category-page .category-body {
    box-shadow: 0 4px 2px -2px rgba(0,0,0,0.25);
}
.category-page .generalTitle {
    border: 0;
    margin-bottom: 2rem;
}
.category-body a {
    color: #82C341;
    font-weight: 700;
}
.category-body .description-body {
    border-right: 1px solid #c8c8c8;
}
.bottom-description.need-assistance {
    background: url(../images/concrete_seamless.png);
}
.category-body p {
    color: #333333;
    font-size: 1.1em;
    line-height: 1.6em;
    text-align: justify;
}
.category-body .bottom-description .fancy-line {
    display: inline;
}
.category-body .bottom-description .fancy-line-1 {
    border-bottom: 7px solid #82C341;
    width: 25%;
    -webkit-transform: perspective(300px) rotateX(-30deg);
    -o-transform: perspective(300px) rotateX(-30deg);
    -moz-transform: perspective(300px) rotateX(-30deg);
    -ms-transform: perspective(300px) rotateX(-30deg);
    transform: perspective(300px) rotateX(-30deg); 
    -webkit-transform-origin: -200% 50%;
    -moz-transform-origin: -200% 50%;
    -ms-transform-origin: -200% 50%;
    -o-transform-origin: -200% 50%;
    transform-origin: -200% 50%;
}
.category-body .bottom-description .fancy-line-2 {
    border-bottom: 1px solid #c8c8c8;
    width: 77%;
    margin-left: 23%;
    margin-top: -27px;
}
.mfg-menu ul {
    columns: 2;
    margin-top: 10px;
    padding-left: 0;
}
.mfg-menu ul li {
    margin-bottom: 10px;
    padding-right: 50px;
}
.category-banner img {
    width: 100%;
}

/*category page content*/



.mfg-banner-image{
	max-width:100%;
	border:none;
}

.category-container{
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	width:100%;	
	}
.topic-page .special img  {
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
	max-width:100% !important;
}

.category-container {
	margin-top:0;
	margin-bottom:1rem;
	padding-left:calc(3rem - 15px);
	padding-right:3rem;
	}
.category-container .col-sm-8{
	border-right: 1px solid #c8c8c8;
}

.category-container .col-sm-8, .category-container .col-sm-2 {
	margin-top:1rem;
	margin-bottom:1rem;
}

.category-container .col-sm-2 ul, .homepage-container .col-lg-6 ul{
	list-style:none;
	padding-left:0;
	margin-bottom:0;
	}
.category-container .col-sm-2 li{
	word-wrap: break-word;
}

.category-container-content {
	padding-top:1rem;
}

.category-container-content .col-sm-6{
	border-right: 1px solid #c8c8c8 !important;
}

.topic-page .category-container .col-sm-12 hr{
	border-bottom: 1px solid #c8c8c8;
	-webkit-box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
    -moz-box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
    box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
	 background-color: #f2f2f2;
	 margin-left:-5rem;
	 margin-right:-6rem;
}

.category-page .category-container .col-sm-12 hr{
	border-bottom: 1px solid #c8c8c8;
	-webkit-box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
    -moz-box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
    box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
	 background-color: #f2f2f2;
	 margin-left:-3rem;
	 margin-right:-3.5rem;
}
.category-container .category-product-listing{
	margin-top:0;
	margin-bottom:1rem;
}

.category-container .category-product-listing img{
	float: left;
	margin-right:10px;
}

.category-container ul{
	list-style:disc;
	margin-left:30px;
}

.category-container ol{
	list-style:decimal;
}
.category-container .quick-links{
	font-size:.8rem;
}

.row .category-bottom {
    background-color: #FFf;
    margin-left: -3rem;
    padding-left: calc(3rem - 15px);
    margin-top: -1rem;
    padding-top: 1rem;
    margin-left: 0px;
}
.category-container .category-container-left{
	background: url(../images/concrete_seamless.png);
	margin-top:-1rem;
	padding-top:1rem;
	margin-left:-3rem;
	/*padding-left: calc(3rem + 15px);*/
	padding-right:3rem;
	padding-bottom:2rem;
			}
			
.category-container .category-container-right{
	background-color:#FfF;
	margin-top:-1rem;
	padding-top:1rem;
	margin-left:3rem;
	padding-bottom:2rem;
			}
			
			
.category-container .topic-container-left{
	background: url(../images/concrete_seamless.png);
	margin-top:-1rem;
	padding-top:1rem;
	margin-left:-4rem;
	padding-left:3rem;
	/*margin-right:2rem;*/
	padding-right:3rem;
	padding-bottom:2rem;
				}

.topic-page .category-container .category-container-right{
	background-color:#fff;
	margin-top:-1rem;
	padding-top:1rem;
	margin-left:2rem;
	padding-bottom:2rem;
}			

.topic-page .category-container{
	/*padding-right:0 !important;*/
}

.topic-page .category-bottom{
	background-color:#FFf !important;
	margin-left:-3rem;
	padding-left:calc(3rem - 15px);
	margin-top:-1rem;
	padding-top:1rem;
	width:calc(100% + 6rem);
	
}

.topic-title{
	padding-top: .5rem;
}

.topic-top-banner{
}

.outer-topic-container{
    background-color: #e0e0e0;
    margin-top: -1rem;
    padding-top: 1rem;
    margin-left: -3rem;
	}
.outer-topic-container .topic-container-left{
	/*background-color:#f2f2f2;
	margin-top:-1rem;
	padding-top:1rem;
	margin-left:-3rem;
	padding-right:3rem;
	padding-bottom:2rem;
	*/
	}

.topic-contact-left{
    /*background-color: #eaeaea;*/
    background-image: url(../images/concrete_seamless.png);
    margin-left: -2rem;
    margin-top: -1rem;
    padding-left: 2rem;
    padding-top: 1rem;
    margin-right: -1rem;
}

.topic-contact-left ul{
    margin-left:-2.5rem;
}


.category-container-right ul{
    margin-left:-2.5rem;
}

.cs-topic-container{
    margin-right:-1rem;
}

.topic-container{
    margin-left:-1rem;
}
			
.outer-topic-container .topic-container-right{
	background:url(../images/concrete_seamless.png);
	margin-top:-1rem;
	padding-top:1rem;
	/*margin-left:3rem;
	padding-bottom:2rem;
	*/
	}

.customer-service-option-buttons {
	margin: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-family: factoria;
    color: #003A5D;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    background-color: #c8c8c8;
}

.customer-service-option-button-separator {
    line-height:0px;
}
	
.customer-service-back-link{
    font-size:small;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
}


	
.category-container .category-container-right .row{
	padding-left:15px;
	padding-right:15px;
}



.category-container .category-container-right .col-sm-12{
	padding-left:0;
	padding-right:0;
}
			
.category-container .category-container-right img{
	float:right;
	margin-top:-4rem;
}

.category-container .card img{
	margin-left:auto !important;
	margin-right:auto !important;
}

.category-ma-content .category-container .card img{
	float:none;

}
hr.green{
	border-top: 8px solid #82c341;
	width:30%;
	float:left;
}

.starters hr.green{
	border-top: 8px solid #82c341;
	width:30%;
	float:left;
	margin-left:0;
	border-bottom:none;
	box-shadow:none;
}

.category-container-left hr.green{
	border-top: 8px solid #82c341;
	width:30%;
	float:left;
	margin-left:0;
	border-bottom:none;
	box-shadow:none;
	
}

.category-container-right .col-sm-12 hr.green{
	border-top: 8px solid #82c341;
	width:30%;
	float:left;
	margin-left:0;
}
hr.grey{
	border-top: 1px solid #97999d;
	margin-top:2rem;
	}
	
	.starters hr.grey{
	border-top: 1px solid #97999d; 
	margin-top:2rem;
	margin-left:0;
	width:100%;
	border-bottom:none;
	box-shadow:none;
	
	}
.category-container-left hr.grey{
	border-top: 1px solid #97999d; 
	margin-top:2rem;
	margin-left:0;
	width:100%;
	border-bottom:none;
	box-shadow:none;
	
	}
	
.category-container-right .col-sm-12 hr.grey{
	border-top: 1px solid #97999d; 
	margin-top:2rem;
	margin-left:0;
	width:100%;
	}
	
.category-container-right hr{
	border-bottom:none !important;
	box-shadow:none !important;
}

.category-container-right .col-sm-8, .category-container-right .col-sm-6 , .category-container-right .col-sm-4{
	border:1px solid #c8c8c8;
	margin-top:0;
	margin-bottom:0;
	}
	
.no-border{
	border:none !important}
	
.category-container-right .col-sm-8 ul{
	margin-left:15px;
}

.card-img-top {
	max-width:125px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	display:block;
	}
	
.category-container .tabular-data .col-10, .category-container .tabular-data .col-9, .category-container .tabular-data .col-8, .category-container .tabular-data .col-6, .category-container .tabular-data .col-4, .category-container .tabular-data .col-3, .category-container .tabular-data .col-2, .category-container .tabular-data .col-lg-12, .category-container .tabular-data .col-lg-9, .category-container .tabular-data .col-lg-6,.category-container .tabular-data .col-lg-4, .category-container .tabular-data .col-lg-3, .category-container .tabular-data .col-sm-10, .category-container .tabular-data .col-sm-9, .category-container .tabular-data .col-sm-8, .category-container .tabular-data .col-sm-6, .category-container .tabular-data .col-sm-4, .category-container .tabular-data .col-sm-3,.category-container .tabular-data .col-sm-2 {
	padding: 0.5rem;
	border:1px solid #c8c8c8;
	margin-top:0;
	margin-bottom:0;
}

.row .tabular-data {
	margin-bottom:1.5rem;
	padding-right:15px !important;
	padding-left:15px !important;

}

.category-container .tabular-data-2 .col-sm-2{
	border:1px solid #c8c8c8;
	padding: 0.5rem;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}

.tabular-data-2 .col-sm-8, .tabular-data-2 .col-sm-6, .tabular-data-2 .col-sm-4, .tabular-data-2 .col-sm-3{
	border:1px solid #c8c8c8;
	padding: 0.5rem;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}


.tabular-data-label-2{
	text-align: left !important;
	vertical-align:middle !important;
}

.tabular-data-2 {
	margin-top:1rem !important;
	padding-bottom:1rem !important;
	margin-bottom:1.5rem !important;
	padding-left:15px !important;
}

.tabular-data-2 ul{
	list-style:disc !important;
	font-size:.8rem;
}

.perk-quote{
	border:10px solid #f2f2f2 !important;
	background-color:#82c341;
	color:#fff;
	text-align:center;
}

.perk-quote a{
	color:#fff;
}

.tabular-data-header, .tabular-data-header-tablet, .tabular-data-label{
	font-weight:700;
	 -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for webkit */
  /*word-break: break-word;*/

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


.category-container .col-sm-12 .tabular-data hr, .category-container .col-3 hr{
	width:calc(100% + 1rem);
	border-bottom:1px solid #c8c8c8;
	box-shadow:none;
	background-color:transparent;
	margin-left:-.5rem;
	padding-left:0;
	padding-right:0;
}

/* rma */
.rmarequestform{
	padding-left:3rem;
	padding-right:3rem;
	padding-top:2rem;
	padding-bottom:2rem;
}

.rmarequestform .c-repeating-section-container{
	background-color:#e3e3e3!important;
}

.rmarequestform .c-background-highlight{
	background:#ffffff!important;
	}
.rmarequestform .c-fileupload-dropzone{
	border: 1px solid #ccc !important;
	}

/* product */
.category-page .product-grid .card-footer {
    display: none;
}
.category-page .product-grid .card.gen {
    padding-bottom: 0;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.75);
    border-radius: 0;
}
.category-page .generalMarginSupporter.categoryGrid {
    display: none;
}
.category-page .product-grid .card.gen .card-block {
    padding: 0;
    background-color: #82C341;
}
.category-page .product-grid .card-title {
    text-align: center;
    padding-top: .75rem;
    background-color: #82C341;
    margin-bottom: 0;
}
.category-page .product-grid .card-title strong a{
    color: #fff;
}
.category-page .card a {
    overflow-x: hidden;
}
/*.category-page .category-content {
    -webkit-box-shadow: 0 5px 19px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 5px 19px -5px rgba(0,0,0,0.25);
    box-shadow: 0 5px 19px -5px rgba(0,0,0,0.25);
}*/
.category-ma-content img {
    float: left;
}
/* breadcrumbs */
.breadcrumb {
    padding: 15px 0 15px 0;
    background-color: transparent;
	margin-bottom:0;
	}

.breadcrumb-item, .breadcrumb-item a {
    color: #333333 !important;
    font-weight: 700;
}
.breadcrumb-item.active a, .breadcrumb-item.active {
    font-weight: 400;
}
.breadcrumb-item.active strong {
    font-weight: 400 !important;
}
/*promotions*/
.promotions{
	font-size:1rem;
	line-height:1.2rem;
}

.top-promotions .generalMarginSupporter {
    margin: 0;
}
.top-promotions .topic-block-body {
    padding: 0 !important;
}
.top-promotions .first-block, .top-promotions .second-block, .top-promotions .third-block {
    background: #fff !important;
}
.top-promotions .second-block h3 {
    margin-bottom: 0;
}
.bottom-promotions {
    -webkit-box-shadow: 0 -2px 19px 1px rgba(51,51,51,0.5);
    -moz-box-shadow: 0 -2px 19px 1px rgba(51,51,51,0.5);
    box-shadow: 0 -2px 19px 1px rgba(51,51,51,0.5);
}
.bottom-promotions .generalMarginSupporter {
    margin: 0;
}
.bottom-promotions .topic-block-body {
    padding: 0 !important;
}
.bottom-promotions .promotions {
    box-shadow: none;
}



.promotions {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 19px -2px rgba(51,51,51,0.5);
    -moz-box-shadow: 0 1px 19px -2px rgba(51,51,51,0.5);
    box-shadow: 0 1px 19px -2px rgba(51,51,51,0.5);
}
.promotions .first-block, .promotions .second-block, .promotions .third-block {
    padding: 5px 5px 5px 5px;
    background: #e3e3e3;
   height: 80px;
}
.promotions .second-block h3 {
    font-size: 16px;
}
.promotions .details-button {
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.promotions .shop-now-button {
    background: #82C341;
    color: #fff !important;
    font-weight: 700;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 0;
}
.promotions-block {
    background: #e3e3e3;
}
.promotions .shop-now-button:hover {
    background: #6f8c16;
}

.bottom-promotions .promotions{background-color:#003a5D !important;}
/* search */

#small-search-box-form {
    width: 100%;
}
.basic-search label,
.advanced-search label {
    font-weight: 500;
}
/* autocomplete */

ul.ui-autocomplete li:hover {
    cursor: pointer;
    background-color: #f7f7f9;
}
ul.ui-autocomplete {
    background-color: #fff;
    max-width: 350px;
    padding-left: 0;
    z-index: 9999;
    position: absolute!important;
}
/* news */

.news-body ul {
    list-style-type: inherit;
}
.share-link {
    padding-left: 10px;
    position: relative;
    top: 3px;
}
/* checkout */

.thead-inverse th{
	background-color:#5f6369;
}

.table-hover td{
	border-bottom: 1px solid #c8c8c8;
	border-top:none;
}

.update-cart-button, .continue-shopping-button{
	margin-right:10px;
}

.shopping-cart-page{
	padding-left:1.5rem;
	padding-right:1.5rem;
}

.h5 {
	color:#003a5d;
}

.discount-coupon-code{
    max-width:60%;
}

.estimate-shipping .title{
	color:#003a5d;
	font-size:1.25rem !important;
}
.cart-collaterals{
	padding-left:1rem;
	padding-right:3rem;
}

.cart-total-left{
	font-weight:700;
	}
.method-name label {
    margin-right: 0;
    font-size: 14px;
}
.checkout-attributes div {
    margin-bottom: 10px;
}
.checkout-page .pickup-points-map {
    min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}
.recaptcha_input_area input {
    height: 30px;
    margin: 0;
}
.product-tags-list .btn {
    margin: 8px;
}
.add-more-external-records a {
    font-size: 14px;
}
.at-share-btn-elements .at-share-btn span {
    height: 32px;
    width: 32px;
    min-width: 32px;
    min-height: 32px;
}
.terms-of-service label,
.select-boxes label {
    margin: 0;
}
.filtered-items ul li:before {
    display: none;
}

.disclaimer{
	font-size:.8rem;
}
/* external modal */

#action_modal {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 650px;
    margin: 20px auto;
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
    -moz-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
    -ms-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
    -o-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
    transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px) rotateX( 0);
    -moz-transform: translateY(0) perspective( 600px) rotateX( 0);
    -ms-transform: translateY(0) perspective( 600px) rotateX( 0);
    -o-transform: translateY(0) perspective( 600px) rotateX( 0);
    transform: translateY(0) perspective( 600px) rotateX( 0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
    -moz-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
    -ms-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
    -o-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
    transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
}
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
/*header*/
.every-page-message-on {
    padding-bottom: 0 !important;
    line-height:0rem !important;
}
.every-page-message-on p {
    text-align:center !important;
    color:red;
    font-weight:bold;
    width:100%;    
    line-height:1.2rem;
    padding-bottom: 0 !important;
}
.every-page-message-off {
    display:none;
}


.header-body {
    padding-left: 60px;
    padding-right: 60px;
    background: url(../images/concrete_seamless.png);
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
.header-links {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.header-body h3{
	-webkit-margin-after:0;
}

.a-dealer{
	font-size:1rem;
	font-weight:bold;
	color:#333333;
	line-height:1rem;
	text-transform:uppercase;
}

.header-logo {
    float: left;
}
.header-body .logo .img-fluid {
    width: 380px;
}
.header-body .logo-2 .img-fluid {
    width: 100px;
}

.header-body .logo-2-nl .img-fluid {
    width: 150px !important;
}

.impersonate{
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	color:#333333;
	background-color: #FF0;
}

.header-body .logo-2-pk .img-fluid {
    width: 150px !important;
}
.header-body .logo-2 .a-dealer, .header-body .logo-2-nl .a-dealer, .header-body .logo-2-pk .a-dealer {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
}
.mobile-logo-2, .mobile-logo-2-nl, .mobile-logo-2-pk {
    display: none;
    width: 0px;
    visibility: hidden;
    height: 0px;
}
.header-nav {
    float: right;
}
.header-nav .navbar.navbar-light {
    background-color: transparent;
}
.mobile-open {
    display: none;
}
.mobile-close .close-cross:after {
    content: "\f00d";
    font-family: FontAwesome;
}
.mobile-close {
    display: none;
    cursor: pointer;
}
.mobile-open a, .mobile-close a {
    padding-top: 8px !important;
}
.mobile-phone {
    display: none;
}
.mobile-phone-cs{
    /*color:#82C341;*/
    font-weight:900;
}
.mobile-logo {
    display: none !important;
}
.phone-box .adnotation {
    color: #97999D;
    font-weight: 400;
	font-size:.9rem;
	white-space:nowrap;
	text-align:right;
}
.liner span {
    color: #003A5D;
	
}



.phone-box .liner{
    font-size: 1.6 em;
    font-weight: 700;
	font-family: jaf-facitweb;
	margin-top:.5rem;
	
	}
.navbar-light .fa-shopping-cart, .navbar-light .mobile-phone span {
    font-size: 35px;
    color: #82C341 !important;
    margin-top: 7px;
}
.navbar-light .ico-register span, .navbar-light .ico-login span {
    font-size: 15px;
    font-weight: 700;
    color: #5f6369;
    text-transform: uppercase;
}
.mobile-links .mobile-open {
    display: none;
}
.mobile-blue-menu {
    display: none;
    width: 0px;
    height: 0px;
    visibility: hidden;
}
#topcartlink a {
    padding-top: 0 !important;
}
/*.navbar-nav .change-password-link {
    display: none;
}*/
.customer-service a.dropdown-toggle {
    text-transform: none !important;
	color:#5F6369 !important;
	 font-weight: 700 !important;
	 white-space:nowrap;
}
.customer-service:hover .dropdown-menu {
    background: #fff;
    border-radius: 0;
}
.customer-service .dropdown-menu li a {
    padding: 0 !important;
}
.hello .dropdown-menu li a {
    padding: 0 !important;
}
.customer-service .dropdown-menu li a span {
    transition: none;
}
.hello .dropdown-menu li a span {
    transition: none;
}
.customer-service .dropdown-menu li:hover a {
    color: #82C341 !important;
    cursor: pointer;
}
.customer-service .ico-account {
    display: block !important;
}
.customer-service .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}
.customer-service a.dropdown-toggle span {
    cursor: pointer;
}
.hello a.dropdown-toggle span {
    cursor: pointer;
}
.navbar-nav .ico-account {
    display: none;
}
.navbar-nav .ico-logout {
    display: none;
}
.navbar-nav .dropdown .ico-logout {
    display: block !important;
}
.navbar-nav .without-login .ico-account {
    display: block !important;
}
.navbar-nav .customer-service-mobile {
    display: none;
}

.phone-1,.phone-2 {
    font-family:jaf-faciweb; 
    font-size:1.6em; 
    font-weight:700; 
    white-space:nowrap;
    margin-bottom:.5rem;
    margin-top:0;
    line-height:1.1;
    color:#003A5D !important;
	}

/*mainNav*/
.mainNav {
    background-color: #003A5D;
    padding-top: 4px;
    padding-bottom: 4px;
    position: fixed;
    top: 151px;
    z-index: 998;
    width: 100%;
}
#collapsing-navbar-2 .droping:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #82C341;
    position: absolute;
    top: 9px;
    right: 0;
}
.mobile-menu-options {
    display: none;
}
#other-links {
    display: none !important;
    overflow-x: hidden;
}
.nav-item.phone-mobile-menu {
    display: none;
}
.mainNav.expand {
    position: fixed;
    top: 151px;
    z-index: 9;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-animation: TopMove 700ms ease-in-out;
    -moz-animation: TopMove 700ms ease-in-out;
    -ms-animation: TopMove 700ms ease-in-out;
}
header.expand-h {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    padding-top: 0;
    opacity: 1;
    -webkit-animation: TopMove 700ms ease-in-out;
    -moz-animation: TopMove 700ms ease-in-out;
    -ms-animation: TopMove 700ms ease-in-out;
}
@-webkit-keyframes TopMove {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes TopMove {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@keyframes TopMove {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}
/* search */
.search-results .card.gen{
    margin-bottom: 30px;
    padding-bottom: 0 !important;
}
.search-results .card-block {
    background: #82C341;
}
.search-results .card-block h3 strong a{
    color: #fff;
}
.search-results .card-footer {
    display: none;
}
/*mini search*/
.mainNav .formSearch {
    width: 100%;
    max-width: 600px;
}
.mainNav .formSearch .search-box-button {
    background-color: #82C341;
    border-color: #82C341;
    border-radius: 0;
    margin-left: 10px;
}
.mainNav .formSearch input {
    border-radius: 0;
    height: 45px;
}
.header-body .formSearch {
    width: 100%;
}
.header-body .formSearch .search-box-button {
    background-color: #82C341;
    border-color: #82C341;
    border-radius: 0;
    border: 0;
    margin-left: 10px;
}
.header-body .formSearch input {
    border-radius: 0;
}
.header-body #small-search-box-form {
    padding-top: 0;
}
.search-mobile-box {
    display: none;
}
/*slider*/
.slider-wrapper.theme-custom {
    display: none;
}
/* navbar */
#topcartlink > div > a{
    padding: 11px;
}
.navbar-nav .generalDropDown .dropdown-menu ul a:hover {
    color: #0a5596;
}
.dropdown-menu li {
    display: inline-flex;
    width: 100%;
}
.nav.navbar-nav .hello-service-mobile {
    display:none;
}
.navbar-inner {
    min-height: 60px;
}
.navbar .brand {
    padding: 0 10px;
}
.brand img {
    margin-bottom: 5px;
}
.navbar .nav > li > a,
.navbar .nav.mainNav > li > a {
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #4f4f50;
}
/* nav fixed - top - */

.navUp li a span.fa {
    margin-right: 2px;
    margin-left: 0;
}
.navUp li a {
    font-size: 14px;
    line-height: 20px;
}
nav .nav-item.list-inline {
    padding-top: 3px;
}
.navUp .dropdown-menu ul a {
    color: #373a3c;
    margin: auto;
}
.navbar-light .navbar-nav .nav-item:first-of-type .nav-link{
    padding-left: 0;
}
.cs-service-link {
    padding-top: 18px !important;
}
.navbar-light .navbar-nav .nav-link {
    padding-top: 15px;
    padding-right: 4px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #5f6369;
    font-weight: normal;
}
.navUp .dropdown-menu {
    margin-top: 0;
    background-color: #f7f7f9;
    min-width: 40px;
}
/* main - category nav - mainNav */

.mainNav .nav-item.dropdown span {
    position: absolute;
    right: -8px;
    top: 12px;
    font-size: 20px;
    cursor: pointer;
    color: #82C341;
}
.mainNav a {
    color: #f7f7f9;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.mainNav .nav-item {
    color: #f7f7f9;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}


.top-navigation .nav-item a{
    padding-right: 4px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #5f6369;
    font-weight: normal;
	white-space: initial;
}

.mainNav .nav-item.dropdown span,
.generalDropDown {
    -webkit-transition: all 0.3s;
    -webkit-transition-timing-function: linear;
    transition: all 0.3s;
    transition-timing-function: linear;
}
.mainNav .dropdown-toggle::after {
    display: none;
}
.mainNav .nav-item.dropdown button {
    position: absolute;
    right: 0;
    font-size: 19px;
}
.navbar.mainNav .nav > li:hover > a {
    color: #82C341;
}
.navbar.mainNav .navbar-toggler {
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    display: ruby;
    width: 100%;
    text-align: left;
    padding: 7px 13px;
    text-transform: uppercase;
    font-size: 19px;
}
.phone-mobile-menu {
    position: fixed;
    bottom: 0;
    background: #82C341;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 29px;
    width: calc(100% - 49px);
    max-width: 500px;
    z-index: 9999;
}
.phone-mobile-menu a {
    font-size: 22px;
    color: #fff !important;
}
.phone-mobile-menu a:before {
    content: "\f095";
    font-family: FontAwesome;
    margin-right: 10px;
}
.get-a-quote-link a {
    color: #82C341 !important;
}
/* drop-down */

.navbar-nav .cartCounter .dropdown-menu {
    border: none;
    background-color: #FFF;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown:hover .next-level {
    display: none;
}

.top-navigation{
	width:20%;
}

.dropdown-menu a:hover {
    color: #6f8c16;
}
.dropdown-menu a {
    padding-left: 15px;
    width: 100%;
    letter-spacing: 0.5px;
}
.generalDropDown {
    padding-top: 6px;
}
.generalDropDown .last {
    padding-right: 0;
}
.dropdown-menu.first-level.open a{
    font-weight: 400;
}
.customer-service:hover .dropdown-menu {
    display: none;
}
.hello:hover .dropdown-menu{
    display: none;
}
.customer-service a.dropdown-toggle::after {
    cursor: pointer;
}
.customer-service.show .dropdown-menu {
    padding: 8px;
    border-radius: 0;
    display: block;
}
.hello.show .dropdown-menu {
    padding: 8px;
    border-radius: 0;
    display: block;
}
/* header */

header {
    padding-top: 1px;
}
header .dropdown-menu .totals {
    border-top: 1px solid #dddddd;
    padding-top: 25px;
}
header .cartCounter .dropdown-menu {
    background-color: #fff;
}
.generalDropDown button {
    min-width: 36px;
}
.navUp .tax.dropdown-menu {
    min-width: 193px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
section .product-filters,
.category-page .categoryGrid,
header section {
    overflow: initial;
}
a.read {
    padding-left: 10px;
    font-weight: 700;
}
.mfp-content img {
    width: 100%;
}
.img-wish {
    width: 100%;
    max-width: 500px;
}
ul.color-squares input {
    display: none;
}
.product-simple-share .btn {
    margin-right: 5px;
}
.nav-item.hello a {
    text-transform: capitalize !important;
}
.nav-item.hello ul a span{
    text-transform: uppercase !important;
}
/* pagination */

.pagination a:not([href]) {
    background-color: #0a5596;
    color: #fff;
}
.pagination a:not([href]):not([tabindex]):hover {
    color: #fff;
    cursor: pointer;
}
.navigation ul {
    display: inline-flex;
    padding-left: 0;
}
.navigation ul li {
    padding: 5px 10px;
    border: 1px solid #c8c8c8;
    margin-right: -1px;
}
.navigation ul li.current-page {
    background-color: #82C341;
    color: #fff;
}
.navigation li a {
    color: #82C341;
}
/* side - block settings */

.block-account-navigation ul,
.viewBox ul {
    padding-left: 0px;
}
.block-popular-tags .btn {
    margin: 4px;
}
.register-block .text {
    padding-top: 7px;
}
.block-recently-viewed-products li {
    overflow: auto;
}
/* list settings */

.list__item,
.listClear {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-group-item a:hover,
.list-group-item a:focus {
    color: #0c3b63;
}
.card .btn i {
    font-size: 15px;
}
.list-group {
    padding-bottom: 25px;
}

.cs-topic-content li{
	list-style-type:initial;
}
/* polls */

.progress {
    display: -webkit-box;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    background-color: #eceeef;
    border-radius: .25rem;
    width: 100%;
    text-align: right;
}

.card-title a {
    color: #ffffff;
    text-decoration: none;
}


.card-title a:hover {
    color: #6f8c16;
}
.order-progress .list-inline-item:not(:last-child) {
    margin-right: 0px;
}
.order-progress .active-step a {
    background-color: #61676c;
    color: #fff;
}
.progress-bar {
    color: #000;
}
/* homepage */
.home-page{
	overflow:hidden;
}
#collapseDesc ul {
    padding-left: 0;
}
	
.homepage-container .col-sm-8{
	border-right: 1px solid #c8c8c8;
}

.homepage-container .col-sm-4{
	text-align:center;
}
.home-page .container{
	width:100% !important;
}
.homepage-container {
	margin-left:calc(3rem - 15px);
	/* padding-left:15px; */
	padding-left:0px;
	padding-right:4rem;
	width:100% !important;
}

.homepage-container .col-sm-12 hr{
	border-bottom: 1px solid #c8c8c8;
	-webkit-box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
    -moz-box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
    box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
	 background-color: #f2f2f2;
	 margin-left:-3rem;
	 width:200%;
}

/* below seems more flexible (MAA)*/
.col-lg-12 hr{
	border-bottom: 1px solid #c8c8c8;
	-webkit-box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
    -moz-box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
    box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
	 background-color: #f2f2f2;
	 margin-left:-3rem;
	 /*width:100%;*/
}

hr.homepage-line{
	border-top: 1px solid #97999d;
	border-bottom:none !important;
	background-color:transparent !important;
	margin-left:0 !important;
	width:100% !important;
	box-shadow:none !important;
		}

.homepage-container .card {
     box-shadow: 3px 3px 10px 3px rgba(51,51,51,.5);
	 height:100%;
	 vertical-align:bottom !important;
	 background: linear-gradient(#fff 0%,#fff 125px,#82C341 125px, #82C341);
	
}
.homepage-container .card .card-title {
    color: #fff;
    background-color: #82C341;
    padding: 10px;
    margin: 0 !important;
	text-align:center;
	
}

.homepage-container .category-bottom{
	background-color:#FFF !important;
	margin-left:-3rem;
	padding-left:calc(3rem - 15px);
	margin-top:-1rem;
	padding-top:1rem;
	width:calc(100% + 6rem);
	
}


.homepage-container .category-container-left{
	background: url(../images/concrete_seamless.png);
	margin-top:-1rem;
	padding-top:1rem;
	margin-left:-3rem;
	padding-left:3rem;
	padding-right:3rem;
	padding-bottom:2rem;
}

.homepage-container .category-container-right{
	background-color:#FFF;
	margin-top:-1rem;
	padding-top:1rem;
	margin-left:-3rem;
	padding-left:3rem;
	padding-right:3rem;
	padding-bottom:2rem;
}			


.contact-us-form{
	margin-left:3rem;
	margin-right:3rem;
}


.category-container .card {
     box-shadow: 3px 3px 10px 3px rgba(51,51,51,.5);
	 height:100%;
	 vertical-align:bottom !important;
	 background: linear-gradient(#fff 0%,#fff 125px,#82C341 125px, #82C341);
	
}
.category-container .card .card-title {
    color: #fff;
    background-color: #82C341;
    padding: 10px;
    margin: 0 !important;
	text-align:center;
	
}

.home-page-polls {
    margin: 40px 0;
}
.home-page-polls .list-group .list-group-item {
    background-color: rgb(255, 255, 255);
}
.category-page .subCategoryList p,
.home-page-product-grid p {
    font-size: 12px;
}
.home-page h2 {
    margin-top: 30px;
}
.login-page .inputs {
    padding-left: 3px;
}
.dealers img {
    width: auto;
    height: 50px;
    margin-bottom: 1rem;
}





/* sidebar */

.generalLeftSide {
    padding-top: 13px;
    border-right: 1px solid #c8c8c8;
}
.generalLeftSide .generalTitle {
    color: #c8c8c8;
    border: 0;
}
.generalLeftSide .tags .view-all {
    margin-top: 16px;
}
.generalLeftSide li:before {
    color: #333333;
    content: "\f0da";
    position: relative;
    right: 8px;
    font-size: 18px;
    margin-left: -7px;
    top: 2px;
    font-family: FontAwesome;
}
.generalLeftSide li.active:before {
    color: #333333;
    content: "\f0d7";
    position: relative;
    right: 8px;
    font-size: 18px;
    margin-left: -7px;
    top: 2px;
    font-family: FontAwesome;
}
.available-items li:before {
    display: none;
}
.tab-content ul,
.available-items ul {
    padding-left: 16px;
}
.generalLeftSide li {
    list-style-type: none;
    font-size: 14px;
}
.generalLeftSide li a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
}
.generalLeftSide li a:hover {
    color: #82C341;
}
.generalLeftSide .product-filter {
    display: block;
    width: 100%;
}
.product-price-filter .btn-sm {
    min-width: 185px;
    margin-bottom: 5px !important;
}
.block-category-navigation .list .nav-item-desktop.dropdown .sublist {
    display: none;
}
.block-category-navigation .list .nav-item-desktop.dropdown .nav-link-desktop.dropdown-toggle::after,
.block-category-navigation .list .nav-item-desktop.dropdown::before,
.block-category-navigation .list .nav-item-desktop::before {
    display: none;
}
.block-category-navigation .list .nav-item-desktop.dropdown .sublist.open {
    display: block;
    left: 0;
    position: static;
    top: 3px;
    padding-left: 12px;
}
.block-category-navigation .list .nav-item-desktop.dropdown .faa-desktop.rotate ~ .nav-link-desktop.dropdown-toggle{
    font-weight: 700;
}
.block-category-navigation .list .nav-item-desktop.dropdown.inactive .nav-link-desktop {
    font-weight: 600 !important;
    color: #474747 !important;
	/*white-space:nowrap !important;*/
}

.block-category-navigation .list .nav-item-desktop.dropdown.inactive .nav-link-desktop:hover{color:#6f8c16 !important;}

/*.block-category-navigation .list .nav-item-desktop{background:url("images/bullet-right-grey.gif") no-repeat 0px 8px ;}*/

.list {
    -webkit-padding-start: 0px;
}
.list li{
	list-style-position: inside;
	/*text-indent: -28px;*/
    text-indent: 9px;
}

.block-category-navigation .list .nav-item-desktop.dropdown.inactive .sublist {
    display: none !important;
}
.block-category-navigation .list .nav-item-desktop.dropdown.inactive .sublist.open {
    display: block !important;
}
.block-category-navigation .list .nav-item-desktop.last .nav-item-desktop.nav-link-desktop {
    color: #474747 !important;
    font-weight: 600 !important;
}
.block-category-navigation .list .nav-item-desktop.inactive .nav-link-desktop {
    font-weight: 600 !important; 
    color: #474747 !important;
}
.block-category-navigation .list .nav-item-desktop.dropdown.active  .sublist.open {
    display: block;
    padding-left: 8px;
    font-weight: 700;
}
.block-category-navigation .list .nav-item-desktop.dropdown.inactive .sublist.open {
    display: none;
}
.block-category-navigation .list .nav-item-desktop.active.last .nav-link-desktop {
    color: #003A5D;
    font-weight: 700;
}
.block-category-navigation .list .nav-item-desktop.dropdown.active.last .sublist {
    /*display: none;*/
}
.block-category-navigation .list .nav-item-desktop.dropdown.active.last .nav-link-desktop {
    color: #003A5D;
    font-weight: 700;
}
.block-category-navigation .list .nav-item-desktop.dropdown .faa-desktop {
    font-size: 20px;
    padding-right: 5px;
    cursor: pointer;
	}

.hidden-arrow{
	color: #F2f2f2;
	} 


/* registration page */
.page.registration-page {
    width: 100%;
}
/* forum */

.forum-edit-page .forum-post-text {
    min-height: 200px;
}
.forum-topic-page ul.user-stats {
    border-right: 1px solid #d9d9d9;
}
.forum-edit-page .card textarea.form-control {
    min-height: 200px;
}
/* price */
.overview-buttons .prices {
    font-weight: 500;
    font-size: 20px;
}
.category-grid a h4 {
    padding-top: 15px;
    text-decoration: none;
}
.old-product-price span,
.old-price {
    text-decoration: line-through;
}
.category-grid a:hover,
.category-grid a:hover h4 {
    text-decoration: none;
}
.tags .tag-pill a {
    color: #e8eceb;
}
.tags a:hover {
    text-decoration: none;
    color: #c0cccc;
}
/* card - settings */
.card-success {
    background-color: #82C341 !important;
}
.card-subtitle.text-muted {
    margin: 15px 0;
}
.card .card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.card .card-footer .form-group {
    margin-bottom: 0;
}
.card .card-footer .form-group div {
    padding: 0;
    margin-left: 6px;
}
.card .card-footer .form-group div .btn {
    width: 100%;
    padding: 8px;
}
.account-order .card,
.headBottom,
.card .card-footer .form-group div input {
    width: 100%;
}
.card .card-footer,
.card .card-header,
ul.opc .order-summary-content h5 {
    background-color: transparent;
}
.subCategoryList .card-title {
    min-height: 40px;
}
.generalMiddle {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
}
.social li {
    display: inline-flex;
    margin-right: 13px;
}
/*product-list*/
.subCategoryList {
    background: #fff;
}
.photo-list {
    display: none !important;
}

.product-list-ma{
	margin-left:-15px;
	padding-right:15px;
}


.product-list-ma .card.rowHelper {
    padding-bottom: 0 !important;
}
.product-list-ma .qty-input-number {
    width: 50px;
    height: 36px;
    align-self: center;
    border: 0;
    background: #e3e3e3;
    text-align: center;
}
.product-list-ma .compare-button {
    display: none;
}
.product-list-ma .card-title-ma {
    float: left;
    margin-bottom: 0;
}
.product-list-ma .btn.btn-primary {
    background: #82C341;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    margin-left: 15px;
    height: 36px;
    align-self: center;
	}


.product-list-ma .btn.btn-primary:hover {
    background: #6f8c16;
}
.product-list-ma:last-of-type {
    margin-bottom: 15px;
	}

.product-list-ma .card-title-ma strong a {
    color: #82C341;
    text-decoration: underline;
}
.product-list-ma .card:hover img {
    opacity: 1 !important;
}
.product-list-ma .card.rowHelper {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
	box-shadow: unset;
    border-radius: 0;
    border-bottom: 1px solid #c8c8c8;
    background: transparent;
    padding-top: 5px;
    padding-bottom: 5px !important;
}

.product-list-ma .card-text {
    color: #003A5D !important;
    font-size: 16px !important;
}
.product-list-ma .prices {
    margin-bottom: 0 !important;
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
    width: 70px;
}
.product-list-ma .price.actual-price {
    color: #003A5D;
    font-weight: 700;
}
.product-list-ma .stockavailable img {
    width: 30px;
}
.product-list-ma .outofstock {
    color: #ff0000;
}
.product-list-ma .price-box {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
	}
	
.product-list-ma .qty-text {
    margin-left: 20px;
}


.product-list-ma .product_availability{
		text-align:right;
				}
.product-list-ma .cleandesc2 #extra{
	font-size:.8rem;
}

.product-list-ma .cleandesc2 #extra-promo{
	font-size:.8rem;
}
		
.dsl-availability{
	font-size: .8rem;
}
		
		
.in-stock img{
	max-height:1em;
	padding-left:0.5em;
}

.free-shipping-icon img{
	max-height:1em;
	}


/* product-page */
.page.product-details-page h1{
	font-size:2em;
}

.product-container{
	padding-left:0;
	padding-right:0;
	margin-right:0;
	margin-top:10px;
	width:100%;	
		}
	
.product-container ul{
	list-style:disc;
	margin-left:15px;
}

.product-container .col-sm-12 hr{
	border-bottom: 1px solid #c8c8c8;
	-webkit-box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
    -moz-box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
    box-shadow: 0 -4px 19px 1px rgba(51,51,51,0.5);
	 background-color: #f2f2f2;
	  margin-left:-4rem;
	 width:200%;
	
		}
		
		
		
.product-{
	margin-bottom:1.5em;
}

.p-tags{
	font-size:.6rem;
	color:#c8c8c8;
}

.page.product-details-page .cleandesc2 #extra{
	font-family:Factoria;
	color:#003a5d;
	font-size:1.2em;
	font-weight:700;
}

.page.product-details-page .nav.nav-tabs .nav-link.active {
    background: #82C341;
    color: #fff;
    font-weight: 700;
}
.page.product-details-page .nav.nav-tabs .nav-link {
    background: #6f8c16;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #82C341;
}
.page.product-details-page .short-description {
    margin: 10px 0;
    border-top: 1px solid #c8c8c8;
    padding-top: 10px;
}
.page.product-details-page .generalTitle .stockavailable img {
    width: 40px;
}
.page.product-details-page .free-shipping img {
    width: 48px;
}
.page.product-details-page .generalTitle .outofstock {
    color: #ff0000;
}
.page.product-details-page .nav-tabs {
    border-bottom: 1px solid #c8c8c8;
}
.old-price-label {
    display: none;
}
.old-product-price {
    display: none;
}
.product-details-page .old-product-price {
    color: #003A5D;
    text-decoration: line-through;
    display: inline;
}
.product-details-page .old-price-label {
    color: #003A5D;
    display: inline;
}
.product-details-page .prices label {
    margin-bottom: 0;
}
.product-details-page .product-price {
    color: #003A5D;
    font-weight: 700;
}
.product-details-page .nav-tabs li {
    display: none;
}
.product-details-page .add-to-compare-list-button, .product-details-page .email-a-friend-button {
    display: none;
}
.product-details-page .add-to-cart-button span {
    font-weight: 700;
}
.product-details-page .gallery .picture {
    -webkit-box-shadow: 3px 3px 10px 3px rgba(51,51,51,0.5);
    -moz-box-shadow: 3px 3px 10px 3px rgba(51,51,51,0.5);
	 box-shadow: 3px 3px 10px 3px rgba(51,51,51,.5);
    	max-width:150px;
}
.product-details-page .generalTitle {
    margin-bottom: 0;
    border-bottom: 0;
}
.product-details-page .marg-desc-med {
    margin-top: 1.5rem;
}
.product-details-page .media-only {
    display: none;
}
.product-details-page .desktop-only {
    display: block;
}
.product-details-page .full-description a {
    color: #82C341;
}
.product-details-page .custom-select {
    border: 1px solid #c8c8c8;
    border-radius: 0;
    width: auto;
}
.product-details-page .attributes .textbox {
    width: 100%;
    max-width: 100%;
	border: 1px solid #c8c8c8;
}
/*carousel*/
.carousel-caption{
	padding-top:5px;
	padding-bottom:0px;
	background-color:rgba(0, 0, 0,0.3);
	bottom: 5px;
}

.carousel-caption-small{
	padding-top:5px;
	padding-bottom:0px;
	background-color:rgba(0, 0, 0,0.3);
	bottom: 0px;
	font-size:.7rem;
	line-height:.9rem;
}
.carousel{
	padding-bottom:20px;}

.carousel-control-next-icon {
  content: "\f108";
} 

/*related-products & also-purchsed*/
.related-products-grid, .also-purchased-products-grid {
    background: #fff;
}
.related-products-grid .generalTitle, .also-purchased-products-grid .generalTitle {
    border-bottom: 0;
    color: #003A5D;
}
.related-products-grid .card-block, .also-purchased-products-grid .card-block {
    padding-left: 0;
    padding-right: 0;
}
.related-products-grid .product-box-img-box, .also-purchased-products-grid .product-box-img-box {
    display: none;
}
.related-products-grid .btn-group .btn-secondary, .also-purchased-products-grid .btn-group .btn-secondary {
    display: none;
}
.related-products-grid .btn-group .btn-primary, .also-purchased-products-grid .btn-group .btn-primary {
    background: #82C341;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    height: 38px;
}
.related-products-grid .btn-group .btn-primary:hover, .also-purchased-products-grid .btn-group .btn-primary:hover {
    background: #6f8c16;
}
.related-products-grid .product-box-price-box span, .also-purchased-products-grid .product-box-price-box span {
    line-height: 28px;
    color: #003A5D;
}
.related-products-grid .product-box-price-box .actual-price, .also-purchased-products-grid .product-box-price-box .actual-price {
    font-weight: 700;
}
.related-products-grid .card:hover img, .also-purchased-products-grid .card:hover img {
    opacity: 1 !important;
}
.related-products-grid .card-title, .also-purchased-products-grid .card-title {
    margin-bottom: 0 !important;
}
.related-products-grid .outofstock, .also-purchased-products-grid .outofstock {
    color: #ff0000;
}
.related-products-grid .card.gen, .also-purchased-products-grid .card.gen {
    padding-bottom: 0 !important;
    border-bottom: 1px solid #c8c8c8;
    height: 145px;
}

.card-title-related a{
	color:#003a5d;
	font-size: 1.3rem;
	font-weight:700;
	line-height:1.6rem;

}
	
/* rating */

.rating {
    background: url(../images/rating1.png) repeat-x;
    width: 95px;
    height: 14px;
    margin: 10px 0px;
}
.rating div {
    background: url(../images/rating2.png) repeat-x;
    height: 14px;
}
.rating-options {
    padding-top: 7px;
}
.vote.up {
    margin-top: 24px;
}
/* table - topic */

.table > tbody > tr > td.topic-details {
    padding-left: 35px;
}
.table > tbody > tr.short-description > td,
.table > tbody > tr.full-description > td {
    vertical-align: top;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
.topic-post,
.table-responsive {
    margin-top: 16px;
}
/*page .generalTitle.text-sm-center {
    display: none;
}*/
.page.topic-page .page-title { margin-top:1.5rem;
    
}

.page.topic-page .page-body {
    margin-top: 0;
}

.page.cs-topic-page.page-body{
    margin-top:0;
    margin-left: -3rem;
    margin-right: -2rem;
}

.cs-container-right{
    /*margin-left:2rem;*/
    background-color: white;
    margin-top: -1rem;
    /*padding-left: 2rem;*/
    padding-top: 1rem;
}

.cs-container-right ul{
    margin-left:-2.5rem;
}

/* !important - to handle external js */
.color-container .color {
    display: inline-block;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #444;
    cursor: pointer;
}
.payment-info input,
.edit-address input,
.customer-info-page input:not(.save-customer-info-button) {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.registration-page input {
    /*display: block;*/
    /*width: 100%;*/
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.flex-grid .card,
.manufactureGrid .card,
.product-tag-grid .card,
.manuList .card,
.page .product-grid .card,
.page .select-billing-address .card,
.page .news-list-homepage .card,
.page .subCategoryList .card,
.page .home-page-product-grid .card,
.product-grid.bestsellers .card,
.generalFlexBox .card,
.related-products-grid .card,
.page.recently-viewed-products-page .card,
.select-billing-address .card,
.recently-added-products-page .card,
.address-list .card {
    padding-bottom: 65px;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
}
.categoryGrid a {
    color: #626970;
}
.card-grey {
    background-color: rgba(221, 221, 221, 0.29);
    cursor: pointer;
}
.step-title .fa {
    bottom: 12px;
    position: relative;
}
/* cart */
.card {
    border: 0;
}
.page .card:hover img {
    opacity: 0.7;
}
.cartTable .sku,
.cartTable .attributes {
    font-size: 16px;
}
.cart-collaterals .title,
.generalLeftSide h6,
.generalLeftSide h5 {
    font-size: 18px;
}
.sku-number {
    display: block;
}
section.totals {
    border-left: 1px solid #eceeef;
}
.listWiew .card-block .btn-group {
    position: absolute;
    bottom: 20px;
}
.listWiew .card-block {
    min-height: 270px;
}
.method-name .custom-control-indicator {
    top: 10px;
}
.collapse.ok {
    position: absolute;
}
.card.generalNote {
    z-index: 9999;
    position: fixed;
    width: 85%;
    display: none;
    bottom: 40%;
    right: 100px;
    padding: 25px 20px;
}
.generalNote a {
    color: #fff !important;
}
table th.latest-post {
    min-width: 150px;
}
.fa.fa-angle-down {
    position: absolute;
    right: 30px;
}
.td-title {
    font-weight: 700;
}
.toolbar {
    text-align: right;
}

#CountryId{
	width:61%;
}

#StateProvinceId{
	width:49%;
}
.zip-input{
	/*width:48%;*/
    width:30%;
	display:inline;
}


/* one page checkout */

.checkout-page, .order-details-page {
    padding-left: 3rem;
    padding-right: 3rem;
	padding-top:1.5rem;
	}

.order-details-page .btn-outline-secondary{
	background-color:#82c341;
	margin-right:1rem;
}

.order-details-page .order-number{
	color:#003a5d;
}

.billing-info .title, .shipping-info .title{
	color:#003a5d;
	font-weight:700;
}
.billing{
	padding-left:0;
}
.opc .allow .card-grey {
    background-color: #61676c;
    color: #fff;
    cursor: pointer;
}
.opc .active .card-grey {
    background-color:#003a5d;
    color: #fff;
    cursor: pointer;
}
.opc .card-grey {
    background-color: rgba(204, 204, 204, 0.17);
    color: rgba(129, 138, 145, 0.36);
}

	
.text-success {
	color:#82c341 !important;
}

.btn-outline-success{
	color:#fff !important;
	background-color:#82c341 !important;
	border-color: transparent !important;
	border-radius:0;
	height:36px;
}

.btn-outline-success:hover{
	background-color:#6f8c16 !important;
}

.payInfoTable{
	width:50%;
}

.payInfoTable .dropdownlists, #ExpireMonth, #ExpireYear{
	padding: .5rem .75rem;
}
	
.single-pickup-point ul {
    padding-left: 20px;
    border-left: 3px solid #61676c;
}
.payment-method ul,
.shipping-method ul,
.message-error ul,
.tabs ul,
.account-order .card ul,
ul.info,
ul.opc {
    padding-left: 0;
}
ul.opc h5 {
    padding: 10px;
    background-color: #dddddd;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 15px;
}

.message-error{
	color:#F00;
}
select.form-control:not([size]):not([multiple]) option {
    min-height: 25px;
}
.generalImg img {
    padding-right: 10px;
}
.cartCounter .btn {
    padding: 11px;
}
.cartCounter span {
    text-transform: uppercase;
    font-size: 11px;
}
.cartCounter {
    padding-top: 7px;
}
.order-summary-content .custom-control-description i {
    visibility: visible;
}
.order-summary-content .title h5 {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
/* comment */

.comment .card-footer {
    padding: 5px 10px;
}
.details .comments,
.quote {
    padding-left: 15px;
    font-style: italic;
}
/* valid mgs */

.input-validation-error {
    border-color: #d9534f;
}
.input-validation-error:focus {
    border-color: #d9534f;
}
.filtered-items ul {
    padding-left: 0;
}
/* fly shopping cart */

.flyout-cart a {
    font-size: 13px;
    padding-left: 0 !important;
}
.flyout-cart {
    min-width: 325px;
    font-size: 14px;
}
.flyout-cart .item {
    border-bottom: 1px solid #dddddd;
    padding-top: 7px;
    padding-bottom: 7px;
}
.flyout-cart .item:last-of-type {
    border-bottom: none;
}

.flyout-cart{
	white-space:initial;
}
#topcartlink .dropdown-menu {
    background-color: #fff;
    z-index: 9999;
}
#topcartlink .cart-qty {
    color: #97999D; font-weight:700;
}
.mini-shopping-cart .product {
    padding-left: 10px;
    font-size: 12px;
}
/*.fa-shopping-cart:not(.navUp a) {
    padding-right: 5px;
}*/
.mobile-links.mobile-cart {
    display: none;
}
span.product-quantity {
    min-width: 60px;
}
.group li:nth-child(2)::before,
.cartCounter .dropdown-toggle::after,
.ui-helper-hidden-accessible,
.generalLeftSide .block-recently-viewed-products li:before {
    display: none;
}
.pm-unread {
    font-weight: 700;
}
.generalNote {
    padding: 10px;
}
.generalNote p {
    margin-bottom: 0;
}
.generalNote a {
    text-decoration: underline;
}
.generalAdToCart input {
    max-width: 62px;
    display: inline;
    position: relative;
    top: 1px;
    text-align:left;
    border-radius: 0;
    border: 1px solid #c8c8c8;
	padding-left:5px;
}
.enter-price-input {
    display: block;
}
.close {
    position: absolute;
    right: 7px;
    top: 4px;
}
.administration {
    border-left: 0px;
}
.category-description ul {
    list-style-type: inherit;
}
.shipments {
    overflow: auto;
}
.attributes ul {
    padding-left: 15px;
}
.option-list li.selected-value .color-container .color {
    border: 3px solid #5cb85c;
}
/* datapicker */

.ui-datepicker {
    background-color: #fff;
    padding: 10px;
    border: 0.5px solid #a4a6a7;
}
.ui-datepicker-next {
    float: right;
}
.ui-datepicker-next,
.ui-datepicker-prev {
    font-weight: 700;
    cursor: pointer;
}
.ui-datepicker-calendar td {
    padding: 7px;
}
.associatedItem {
    border-bottom: 2px solid #eeeeee;
}
.variant-name {
    font-weight: 700;
}
.btn-group.dropdown a.nav-link.dropdown-toggle::after {
    display: none;
}
/* footer */

footer {
    background-color:  #003A5D;
    width: 100%;
    display: inline-block;
    height: auto;
    position: absolute;
}
footer .newsletter .btn i {
    margin-right: 0;
    padding-right: 0;
}
footer h5 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
footer .list-group .list-group-item a:hover .fa-twitter {
    color: #2DA2CD;
}
footer .list-group .list-group-item a:hover .fa-facebook-square {
    color: #0c3b63;
}
footer .list-group .list-group-item a:hover .fa-rss {
    color: #EB5B1C;
}
.validation-summary-errors,
.field-validation-error,
footer .list-group .list-group-item a:hover .fa-google-plus,
footer .list-group .list-group-item a:hover .fa-youtube {
    color: red;
}
.newsleter {
	background-color:#e3e3e3;
	padding-bottom:2rem !important;}
.newsletter-subscribe .newsletter-subscribe-text {
    border-radius: 0;
    border: 0;
}
.newsletter-subscribe-text{background-color:#FFFFFF;}

.newsletter-subscribe #newsletter-subscribe-button {
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background: #82C341;
    color: #fff;
    margin-left: 15px;
}
.newsletter-subscribe #newsletter-subscribe-button:hover {
    background: #6F8C16;
}
.newsleter h2 {
    margin-top: 0;
}
.newsletter-subscribe fieldset legend {
    display: none;
}
.newsletter-subscribe span.custom-control-indicator {
    border: 1px solid #333333;
}
.newsletter-subscribe .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #82C341 !important;
    border: 0;
}
.newsletter-subscribe .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #6f8c16;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #6f8c16;
}
.newsleter .newsletter-result {
    color: #82C341;
	}
footer .newsletter .fa,
footer .block .fa {
    padding-right: 0px;
}
footer .fa {
    padding-right: 6px;
}
footer .list-group .list-group-item {
    background-color: transparent;
    padding: 1px;
    border: 0;
}
footer .footer-link-list {
    padding-left: 0;
	font-size:.8rem;
}
footer .footer-links .footer-link-list li {
    display: inline-block;
}

footer .footer-links .footer-link-list li:last-child .line {
	display:none;
}
	
footer .footer-links .footer-link-list .line {
    color: #fff;
}
footer .footer-links .footer-link-list li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
footer .footer-links .footer-link-list li a:hover {
    color: #82C341;
}
footer .footer-links .footer-phone-box .footer-phones {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
   
}

.footer-phones .phone-1, .footer-phones .phone-2{
	 font-size: 1.2rem;
}

.footer-shop-adnotation .footer-adnotation{
	font-size: .8rem;
}

footer .footer-links .footer-phone-box span {
    color: #fff;
}
footer .footer-links .footer-phone-box li a:hover {
    color: #fff;
}
.footer-lower {
    border-top: 1px solid #08283D;
}
.footer-lower span, .footer-lower a, .footer-lower text{
    color: #fff;
}


.footer-logo img {
    width: 380px;
    background: #003A5D;
}
.footer-bottom {
    background: #08283d;
    height: 100%;
	
}

.footer-bottom .container{
	width:100%;
}

.footer-bottom p {
    color: #c8c8c8;
    font-size: .6rem;
    text-align: justify;
	line-height:1rem;
	}
	
.footer-bottom .customer-id, .footer-bottom .sitemap{
	text-align:center;
}


	
.footer-bottom .fa-sitemap
footer .footer-logos .generalMarginSupporter {
    margin: 0;
}
footer .footer-logos .topic-block-body {
    padding: 0 !important;
	}
	
footer .footer-logos img {
    float: right;
    padding-left: 15px;
    align-self: center;
}

#siteseal{
	float:right;
}


/* IE FIX */

.card a {
    overflow: auto;
}
/*.img-fluid {
    width: 100%;
}*/
.header-logo img {
    width: auto;
}
.add-to-cart-button {
    display: inline-flex;
    display: inline-block;
}
.overview-buttons .generalAdToCart > .form-group {
    display: flex;
}
.checkout-attributes {} .rowHelper.card {
    display: inline-table;
}
.btn-section .btn {
    margin-bottom: 5px;
}
/* Safari */

.step-title {
    width: 100%;
}
.wishlist-content .custom-control-description {
    padding-right: 0;
    margin-left: 0;
}
.wishlist-content .remove-from-cart {
    min-width: 25px;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
/*media*/
/*@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .mobile-close {
        display: none !important;
    }
    .mobile-open {
        display: none !important;
    }
}*/
.subCategoryList.product-grid {
    margin-bottom: 30px;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .header-links .nav-item a {
        width: 100%;
        padding: 0;
    }
    .header-links .nav-item {
        padding: 0;
    }
    .header-links .customer-service a.dropdown-toggle::after {
        margin-left: 0;
    }
    .promotions .second-block {
        padding: 0 15px 0 15px;
    }
    .promotions.huge-pad {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .footer-logo a {
        align-items: center;
        justify-content: center;
        display: flex;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    footer .footer-phones a{
        color: #fff !important;
    }
}
@media (min-width: 1200px) {
    .page.product-details-page .free-shipping img {
        margin-bottom: 7px;
    }
}
@media (max-width: 1300px) {
    header .phone-box h2 {
        font-size: 1.6rem;
    }
}
@media (max-width: 1200px) {
      
		.category-nav-left {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
   .category-pad {
        padding-right: 15px;
        padding-left: 15px;
		
    }
    .category-page .subCategoryList p, .home-page-product-grid p {
        font-size: 11px !important;
    }
    .top-promotions {
        display: none;
    }
    header .phone-box h2 {
        font-size: 1.35rem;
    }
    header .phone-box .adnotation {
        font-size: .6rem; 
    }
    .promotions .promotion-content {
        max-width: 351px;
    }
    .product-details-page .marg-desc-med {
        margin-top: 0;
    }
    .product-details-page .generalTitle {
        line-height: 26px;
        font-size: 1.5em;
    }
    .product-details-page .short-description {
        font-size: 1.5em;
    }
}
@media (min-width: 991px) {

	.categories-nav {
        height: auto !important;
        overflow: hidden !important;
    }
    .product-list-ma .stockavailable, .product-list-ma .outofstock {
        float: right;
    }
    .product-list-ma .outofstock {
        font-size: 10px;
    }
    .header-links .nav-link.ico-login {
        min-width: 78px;
    }
    .header-links #topcartlink {
        min-width: 102px;
    }
    .header-links .customer-service.without-login #dropdownMenuButton {
        min-width: 99px;
    }
    .mobile-close {
        display: none !important;
    }
    .mobile-open {
        display: none !important;
    }
    .wishlist-content .custom-control {
        min-width: 10px;
    }
    .wishlist-content th:first-of-type {
        width: 10%;
    }
    .register-block .register-button {
        margin-top: 85px;
    }
    .first-level .dropdown:hover .next-level {
        display: block;
        position: absolute;
        top: -9px;
        left: 157px;
    }
    .shopping-cart-page .card {
        padding-bottom: 0;
    }
    .block .viewBox {
        display: block !important;
    }
    .subrow .quantity .td-title {
        position: relative;
        top: 6px;
    }
    .subrow .unit-price {
        position: relative;
        padding-top: 8px;
    }
    .phone-mobile-menu {
        display: none;
    }
}

@media (min-width: 575px){
	.topic-container-left{
		    
		border-right: 4px solid lightgray;
	}
}

@media (max-width: 991px) {
	.dpd-aritic-newsletter-frame {
        height: 200px;
    }
	#CountryId{
	width:64%;
}

#StateProvinceId{
	width:40%;
}
.zip-input{
	width:39%;
	display:inline;
}


    .customer-service-mobile .customer-first-level.open {
        display: block !important;
        background-color: transparent;
        padding-left: 15px;
        border: 0;
        margin-bottom: 150px;
        position: static;
        max-height: 100%;
        z-index: 99999;
        min-height: 300px;
        overflow-x: hidden;
    }
	
	 .top-navigation{
       
        background-color: transparent !important;
		border:none;
      
    }
	
	.navbar-nav .dropdown-menu {
    width:100%;
}

	
	.top-navigation .nav-item a{
		font-weight:700;
		color:#474747;	
	}
	
	
	.top-navigation .nav-item a:hover{
		color:#82C341!important;
			}
			
	.nav-item li{
		background-color:transparent !important;
			}
			
	
		.mainNav .nav-item {
    color: #474747;
		}
	
	.rmarequestform{
	padding-left:2rem;
	padding-right:2rem;
	padding-top:0;
	margin-top:-2rem;
}
    .category-page .subCategoryList p, .home-page-product-grid p {
        font-size: 16px !important;
    }
    .d-flex-mobile {
        display: flex !important;
    }
    .d-none-mobile {
        display: none !important;
    }
    .hello-service-mobile .hello-first-level.open {
        display: block !important;
        background-color: #fff;
        padding-left: 15px;
    }
    .header-body .logo-2,  .header-body .logo-2-nl, .header-body .logo-2-pk {
        display: none !important;
    }
    .mobile-logo-2-nl,  .mobile-logo-2-pk, .mobile-logo-2-de {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        height: auto;
        visibility: visible;
		    }
			
			.mobile-logo-2{
				visibility:hidden;
			}
    .mobile-logo-2 img {
        width: 55px;
		    }
			
	.mobile-logo-2-nl img {
        width: 100px;
		    }
	.mobile-logo-2-pk img {
        width: 100px;
		    }		
			
	.mobile-logo-2 .img-fluid, .mobile-logo-2-nl .img-fluid, .mobile-logo-2-pk .img-fluid{
	margin-top:5px;
	margin-bottom:5px;
	}
	
    .mobile-logo-2 .a-dealer, .mobile-logo-2-nl .a-dealer, .mobile-logo-2-pk .a-dealer {
        text-align: start;
        width: 200px;
        margin-left: 35px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
		font-size:.8rem;
    }
    .header-nav .navbar-light {
        border-bottom: 1px solid #c8c8c8;
    }
    #other-links .hello-service-mobile {
        display: block;
    }
    .top-menu-mobile .customer-first-level.open a, .customer-service-mobile .customer-first-level.open a, .hello-service-mobile .hello-first-level.open a {
        font-size: 15px;
    }
    .customer-service-mobile .angle-down, .hello-service-mobile .angle-down {
        top: -3px !important;
    }
    .customer-service-mobile .customer-first-level.open .nav-item, .top-menu-mobile .top-navigation.open .nav-item {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
	
	    .huge-pad {
        padding-left: 15px;
        padding-right: 15px;
    }
    .generalSideRight {
        margin-top: 20px;
		    }
    .category-body .description-body {
        border-right: 0;
    }
    .logo {
        display: none !important;
    }
    .mainNav .formSearch {
        display: none;
    }
    .phone-box {
        display: none;
    }
    .mobile-blue-menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .mobile-blue-menu .admin-link {
        display: block;
    }
    .mobile-blue-menu .customer-service-mobile,
    .mobile-blue-menu .customer-service.without-login,
    .mobile-blue-menu .mobile-links,
    .mobile-blue-menu .mobile-logo,
    .mobile-blue-menu .mobile-cart {
        display: none !important;
    }
    .mobile-blue-menu li.dropdown,
    .mobile-blue-menu .mobile-register, .mobile-blue-menu .mobile-login {
        list-style-type: none;
    }
    .mobile-blue-menu {
        height: 30px;
    }
    .mobile-blue-menu .admin-link, .mobile-blue-menu .hello-service-mobile {
        align-items: center;
        display: flex;
    }
    .mobile-blue-menu .hello-first-level {
        border-radius: 0;
    }
    .mobile-blue-menu .hello-service-mobile .dropdown-toggle {
        text-transform: capitalize !important;
    }
    .mobile-blue-menu .nav-link.dropdown-toggle,
    .mobile-blue-menu .admin-link a, .mobile-blue-menu .mobile-login span,
    .mobile-blue-menu .mobile-register span{
        color: #fff;
        text-transform: uppercase;
    }
    .mobile-blue-menu .hello-service-mobile {
        display: block;
    }
    .mobile-blue-menu .hello-service-mobile {
        display: flex;
    }
    .mobile-blue-menu .nav-link.dropdown-toggle::after {
        display: none;
    }
    .mobile-blue-menu .halo {
        right: -30px;
        position: absolute;
        margin-top: 4px;
        font-size: 38px;
        width: 48px;
        text-align: center;
    }
    .hello-address, .hello-reviews {
        display: none !important;
    }
    .mobile-blue-menu .ico-account, .mobile-blue-menu .hello-logout,
    .mobile-blue-menu .ico-logout, .mobile-blue-menu .ico-register,
    .mobile-blue-menu .ico-login {
        display: block !important;
    }
    .mobile-blue-menu .ico-account, .mobile-blue-menu .hello-orders .nav-link,
    .mobile-blue-menu .ico-logout, .mobile-blue-menu .change-password-link {
        color: #000;
    }
    .mobile-blue-menu {
        background: #003A5D;
        width: auto;
        height: auto;
        visibility: visible;
        margin-bottom: 0;
    }
    .mainNav .hello-service-mobile {
        display: none !important;
    }
    .bottom-promotions .promotions {
        display: block !important;
    }
    .bottom-promotions .promotions-central-block {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .subrow span.product-subtotal {
        position: relative;
        bottom: 8px;
    }
    .social li {
        display: inline-flex;
        margin-right: 15px;
    }
    .footer .block {
        cursor: pointer;
        display: inline-block;
    }
    .block.active h5,
    .block:hover h5 {
        border-left: 3px solid #87c255;
    }
    .block .viewBox,
    .dropdown:hover .dropdown-menu,
    .dropdown .dropdown-menu {
        display: none;
    }
    .block h5 {
        cursor: pointer;
        border-left: 3px solid transparent;
        -webkit-transition: all 0.3s;
        -webkit-transition-timing-function: linear;
        transition: all 0.3s;
        transition-timing-function: linear;
    }
    .product-unit-price,
    .quantity .td-title,
    .subtotal span.product-subtotal {
        position: relative;
    }
    .social {
        padding-top: 50px;
    }
    .generalLeftSide {
        padding-right: 0;
    }
    .navbar-toggleable-md .navbar-nav .dropdown-menu.first-level.open li {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .navbar-toggleable-md .navbar-nav .dropdown-menu.open {
        display: block;
        background-color: transparent;
        border: 0;
        padding-left: 15px;
    }
    .navbar-toggleable-md .navbar-nav .dropdown-menu.next-level.open {
        display: block;
        position: static;
        width: 100%;
    }
    .dropdown-menu {
        margin: 0;
    }
    .mainNav.open .categories-nav .fa-caret-right::before {
        top: 4px;
        position: absolute;
        width: 40px;
    }
    .mainNav .nav-item:last-of-type {
        border: none;
    }
    .mainNav .categories-nav .first-level .nav-item:last-of-type, .mainNav .categories-nav .next-level .nav-item:last-of-type {
        padding-bottom: 0;
    }
    .mainNav .nav-item {
        border-bottom: 1px solid #484c4e;
    }
    .generalDropDown select.custom-select {
        padding-right: 30px;
    }
    section.totals {
        border-top: 1px solid #eceeef;
        border-left: 0;
    }
    .generalMiddle {
        display: block;
    }
    #collapsing-navbar-2 {
        display: none;
        overflow-x: hidden !important;
        overflow-y: scroll;
        height: 85%;
        bottom: 0;
    }
    .categories-nav {
        overflow-x: hidden;
    }
    .phone-mobile-menu {
        display: block;
    }
    header {
       margin-top: 0;
       margin-bottom: 170px;
    }
    .header-body {
        position: fixed;
        z-index: 9999;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .header-nav .ico-register, .header-nav .ico-login, .header-nav .ico-logout {
        display: none;
    }
    .mobile-links.mobile-cart {
        display: block;
    }
	
	.get-a-quote-link a {
    color: #474747 !important;
}
    .mainNav {
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -ms-transition: left 0.3s;
        transition: left 0.3s;
        left: -100%;
        position: fixed;
        width: calc(100% - 49px);
        max-width: 500px;
        z-index: 9998;
        background-color: #e3e3e3;
        border-radius: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
    .mainNav .nav-item.dropdown span {
        position: absolute;
        left: 8px;
        font-size: 48px;
        cursor: pointer;
        top: -7px;
        color: #474747 !important;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .mainNav .categories-nav .nav-item.dropdown a.nav-link.dropdown-toggle {
        width: 74%;
    }
    .mainNav .categories-nav
    .mobile-models {
        border-right: 1px solid #333333;
    }
    .mobile-other, .mobile-models {
        font-size: 20px;
        font-weight: 700;
        cursor: pointer;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mainNav a {
        color: #474747;
    }
    .mainNav .nav-item {
        border-bottom: 0;
    }
    .mainNav .nav-item:hover {
        color: #474747 !important;
    }

    .navbar.mainNav .nav > li:hover > a {
        color: #474747;
    }
    .mainNav.open {
        left: 0;
        top: 165px;
        display: block;
        padding-bottom: 0;
        height: 78%;
        overflow-y: hidden;
        overflow-x: hidden;
        bottom: 0;
    }
    .mainNav.closed {
        left: -100%;
    }
    .search-mobile-box {
        display: block;
    }
    .search-mobile-box #small-searchterms {
        border: 2px solid #003A5D;
    }
    .search-mobile-box .search-box-button {
        border: 2px solid #003A5D !important;
        border-left: 0 !important;
    }
    .search-mobile-box #small-search-box-form, .search-mobile-box .input-group, .search-mobile-box .search-box-text {
        height: 50px;
    }
    .header-body .search-mobile-box .search-box-button {
        margin-left: 0;
    }
    .block.block-recently-viewed-products {
        display: none;
    }
    .mobile-logo {
        display: flex !important;
        align-items: center !important;
        height: 68px;
        width: 100%;
    }
    .mobile-close .nav-link {
        padding-top: 18px !important;
    }
    .other-links .mobile-register, .other-links .mobile-login {
        display: none !important;
    }
    .header-links {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .mobile-logo h1 a {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .mobile-logo h1 {
        margin-bottom: 0;
    }
    .mobile-logo img {
        height: 50px;
        max-width: 300px;
        margin-top: 0;
    }
    .mobile-links {
        width: 50px !important;
    }
    .mobile-links.mobile-close {
        background: #c8c8c8;
    }
    .mobile-links .nav-link {
        padding-right: 0 !important; 
    }
    .mobile-links a {
        width: 50px !important;
        height: 68px;
    }
    .mobile-links span {
        width: 50px;
        height: 68px;
    }
    .mobile-phone {
        display: block;
        cursor: pointer;
    }
    .mobile-close .close-cross {
        padding-left: 4px;
    }
    .mobile-menu-options {
        display: block;
        border-bottom: 1px solid #c8c8c8;
    }
    .mobile-models, .mobile-other {
        background-color: #fff !important;
        color: #82C341 !important;
    }
    .no-active-option {
        background-color: #e3e3e3 !important;
        color: #474747 !important;
    }
    #collapsing-navbar-2 .nav-item a {
        padding-left: 30px !important;
        padding-right: 30px !important;
        margin-left: 20px;
    }
    #other-links .nav-item {
        list-style-type: none;
    }
    #other-links .nav-item.hello {
        padding-bottom: 65px;
    }
    #other-links .customer-first-level li:last-of-type {
        padding-bottom: 100px !important;
    }
    #other-links .ico-account, #other-links .edit-link, #other-links .ico-logout, #other-links .admin-link {
        display: block;
    }
    #other-links .mobile-open, #other-links .mobile-close, #other-links .mobile-logo, #other-links .mobile-phone, #other-links .mobile-cart {
        display: none !important;
    }
    .mobile-open {
        display: block;
        cursor: pointer;
    }
    .mobile-cart .cart-qty {
        background: #003A5D;
        position: absolute;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        top: 11px;
        right: 8px;
        color: #fff;
        text-align: center;
    }
    #topcartlink {
        display: none;
    }
    .navUp {
        border-bottom: 1px solid #9da6b2;
    }
    header .collapse {
        position: fixed;
        background-color: #f7f7f9;
        top: 49px;
        padding: 15px;
        border: 1px solid #9da6b2;
        border-top: 0;
        left: 4%;
    }
    .ico-account {
        display: none;
    }
    .ico-logout {
        display: none;
    }
    .admin-link {
        display: none;
    }
    .edit-link {
        display: none;
    }
    .navbar-nav .change-password-link {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 33px;
    }
    .navbar-light .mobile-open span, .navbar-light .mobile-close span {
        font-size: 35px;
    }
    .navbar-light .mobile-open span {
        margin-top: 10px;
        margin-left: 4px;
    }
    .navUp li a span.fa {
        font-size: 24px;
        color: #777878;
    }
    ul.ui-autocomplete {
        position: fixed !important;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 220px;
    }
    .navbar-nav .customer-service {
        display: none;
    }
    .mainNav .customer-service {
        display: none;
    }
    .navbar-nav .nav-item.hello {
        display: none;
    }
    .product-list-ma .card-text {
        margin-bottom: 0;
    }
    .product-list-ma .qty-text {
        margin-left: 0px;
    }
    .product-list-ma .list-table {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .product-details-page .media-only {
        display: block;
    }
    .product-details-page .desktop-only {
        display: none;
    }
    .product-details-page .generalTitle {
        font-size: 1.75rem;
    }
    .product-details-page .short-description {
        font-size: 1.75rem;
    }
    .desktop-only {
        display: none;
    }
    .media-only {
        display: block;
    }
    .product-list-ma .card-title-ma {
        width: auto;
    }
    .product-list-ma .card-text {
        display: block !important;
    }
    .product-list-ma .outofstock {
        font-size: 12px;
    }
    .product-list-ma .prices {
        margin-bottom: 0 !important;
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .product-list-ma .price-box {
        align-items: start;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-flex-direction: unset !important;
        flex-direction: unset !important;
    }
    .product-list-ma .price-box .btn-group.list {
        margin-bottom: 0;
    }
	
	/*font awesome*/

.fa-shopping-cart{font-size:2rem !important;}
.fa-phone{font-size:2rem !important;}

}
@media (max-width: 768px) {
	.dpd-aritic-newsletter-frame {
        height: 250px;
    }
	h1{
		font-size:2rem;
	}
	h2{
		font-size:1.3rem;
	}
	h3{
		font-size:1rem;
	}
	
	.dpd-modal{
		margin-top:155px;
	}
	
	.search-block, .search-input{
		visibility:hidden;
		display:none;
	}
.quoteform-page{
	padding-top:0;
	padding-left:.5rem;
	padding-right:.5rem;
}	

.checkout-page {
    padding-left: .5rem;
    padding-right: .5rem;
	padding-top:.5rem;
	}
.payInfoTable{
	width:100%;
}
.cart-collaterals{
	padding-left:1rem;
	padding-right:1rem;
	
}	

.category-container .category-container-left{
	margin-left:0;
	padding-left: 1rem;
	padding-right:1rem;	
			}
			
.category-container .category-container-right{
	padding-left:2rem;
	padding-right:3rem;
				}
				
.tabular-data-header-tablet	{
	display:none;
}

.empty-cell-tablet{
		display: none;
	}
				
    .headBottom {
        margin: 35px 0;
        min-height: 85px;
    }
    .product-list-ma .price-box {
        top: -35px;
    }
    .product-list-ma .price-box .btn-group.list, .product-list-ma .price-box .btn.btn-primary {
        margin-left: auto;
    }
    .product-list-ma .price-box .btn.btn-primary {
        margin-top: 10px;
    }
    .product-list-ma .price-box {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
	.product-list-ma .card-title-ma{
		width:135px;
	}
	
    .number-box {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .overview-buttons .prices {
        font-size: 1.5rem;
    }
    .footer-lower {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    footer .block {
        cursor: pointer;
        display: inline-block;
    }
    .wishrow {
        margin: auto;
    }
    .promotions .promotion-content {
        max-width: 370px;
    }
    .wishlist-content .table > tbody > tr > td,
    .cartTable .table > tbody > tr > td {
        vertical-align: middle;
        width: 100%;
        display: block;
        text-align: center;
        padding: 2px;
        padding-bottom: 40px;
    }
    .wishlist-content .table > tbody > tr > td:first-of-type,
    .cartTable .table > tbody > tr > td:first-of-type {
        padding-bottom: 0;
        height: 46px;
    }
    .subrow {
        display: -webkit-inline-box;
    }
    .quantity {
        position: relative;
        top: -7px;
    }
    .product {
        margin-bottom: 10px;
    }
    .rate label {
        display: block;
    }
    .rate .custom-control+.custom-control {
        margin-left: 0;
    }
    .generalDropDown {
        display: none;
    }
    .product-quantity,
    .form-control.qty-input {
        max-width: 100px;
    }
	
    .generalAdToCart .form-control.qty-input {
        margin: inherit;
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 7px;
    }
    .order-summary .table > tbody > tr > td:first-of-type {
        height: auto;
    }
    .total-info .table > tbody > tr > td {
        vertical-align: middle;
        width: 50%;
        display: block;
		margin-top:0px;
    }
	
    .share-info a {
        font-size: 10px;
    }
    .subtotal,
    product-subtotal,
    .unit-price {
        top: -4px;
    }
    .quantity .td-title {
        position: relative;
        display: block;
    }
    .order-details-page .quantity .td-title {
        position: static;
    }
    .card.generalNote {
        position: fixed;
        width: 100%;
        display: none;
        right: 0;
        bottom: 0;
    }
    .language-list {
        margin-bottom: 0;
    }
    .page {
        min-height: 225px;
       padding-top: .5rem;
    }
    .forum-topic-page ul.user-stats {
        border-right: none;
    }
    .topic-posts .send-pm {
        border-bottom: 1px solid #dddddd;
    }
	.desktop-phone-product{
		display:none;}
}

@media (min-width: 767px) {
    
	.wishlist-content .remove-from-cart label{
        padding-left: 0 !important;
    }
    .checkoutAttributes {
        padding-left: 0;
    }
    .available-items ul {
        padding-left: 0;
        margin-bottom: 5px;
    }
    .navUp li a span.fa {
        margin-right: 2px;
        margin-left: 2px;
    }
    ul.nav li.open.dropdown > ul.dropdown-menu,
    header .collapse {
        display: none !important;
    }
    .category-page .subCategoryList.product-grid {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 30px;
    }
	.mobile-phone-product{
		display:none;}
}
@media (max-width: 767px) {
    .wishlist-content th:first-of-type {
        display: none;
    }
    .product-list-ma .btn.btn-primary {
        margin-top: 15px;
        align-self: flex-end;
    }
    .product-list-ma .price-box .btn-group.list {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
	.category-container .topic-container-left{
	margin-left:0;
	padding-left: 1rem;
	padding-right:1rem;	
			}	
			
    .topic-container-left{
		border-right: 4px solid lightgray;
	}	
				
.topic-page .category-bottom{
	padding-left:0;
}	
	
}
@media (max-width: 575px) {
.page.topic-page {
    padding-right: .5rem;
    padding-left: 1rem;
	padding-top: .5rem;
}
	
.cs-container-right{
    margin-left:-15px;
    margin-bottom:15px;
    background-color: white;
    /*margin-top: -1rem;*/
    padding-top: 1rem;
}

.rmarequestform{
	padding-left:.5rem;
	padding-right:.5rem;
	margin-top:-3rem;
	}

.category-container .col-sm-8, .category-container .col-sm-2 {
	margin-top:0;
	margin-bottom:0;
}


.alphabet{
		flex-wrap: nowrap;
		padding-left:15px;
		padding-right:15px;
	  }
.alphabet .col-1{
	padding-right:10px;
	padding-left:0;
}

.tabular-data-label-2{
	text-align:center !important;
}
.tabular-data-2 ul{
	text-align:left;}

    .tabular-data-header{
		display:none;
	}
	.empty-cell{
		display: none;
	}
	
	.if-kit::before{
		   content: "In-Frame Kit: \a";
    white-space: pre;
	}
	
	.oh-kit::before{
		   content: "Overhaul Kit: \a";
    white-space: pre;
	}
	
	.turbo-new::before{
		   content: "New: \a";
    white-space: pre;
	}
	
	.turbo-reman::before{
		   content: "Remanufactured: \a";
    white-space: pre;
	}
	
	.oil-filter::before{
		   content: "Oil Filter: \a";
    white-space: pre;
	}
		
	.fuel-filter::before{
		   content: "Fuel Filter: \a";
    white-space: pre;
	}
	.air-filter::before{
		   content: "Air Filter: \a";
    white-space: pre;
	}
	
	.std-kit::before{
		   content: "Standard Kit: \a";
    white-space: pre;
	}
	.wc-kit::before{
		   content: "World Class Kit: \a";
    white-space: pre;
	}
	
	.appli::before{
		   content: "Application: \a";
		  font-weight:500;
		  color:#5f6369;
   
	}
	.perk-model::before{
		   content: "Model: \a";
		   font-weight:500;
		  color:#5f6369;
	}
	.arrangement::before{
		   content: "Arrangement: \a";
    font-weight:500;
		  color:#5f6369;
	}
	
	.category-container .col-sm-8{
	border-right: none;
}
	
	.oh-kits-model{
		font-weight:bold;
		text-align:center;
	}
	
	.tab-quantity::before{
		   content: "Quantity Needed: \a";
    		}
	.tab-details::before{
		   content: "Notes:\a";
		    white-space: pre;
			text-decoration:underline;
    		}
			
			.qty-avail::before{
		   content: "Quantity Available: \a";
    white-space: pre;
	}
	
	.homepage-container .col-sm-8{
	border-right:none;
}

	
	.category-container .topic-container-left{
	margin-left:0;
	padding-left: 2rem;
	padding-right:2rem;
	}
	.category-container .category-container-right{
		padding-left:15px;
		padding-right: 3rem;
		}

	.mobile-logo img {
        height: 50px;
        max-width: 300px;
        margin-top: 0;
    }
    .product-list-ma .btn.btn-primary {
        background: #82C341;
        border: 0;
        border-radius: 0;
        font-weight: 700;
        margin-top: 10px;
        margin-left: 0px;
    }
    .subrow span.product-subtotal {
        position: relative;
        bottom: 0px;
    }
    .navUp li a span.fa {
        margin-right: 2px;
        margin-left: 0;
    }
    .subrow .qty-input {
        margin-top: 0;
        margin-left:0px;
    }
    .subrow {
        margin-top: 10px;
        display: block;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-top: 10px;
        text-transform: uppercase;
        padding-right: 22px;
    }
    .quantity .td-title {
        text-align: right;
        top: 6px;
    }
    .form-control.qty-input {
        float: left;
    }
    .unit-price {
        margin-bottom: 10px;
    }
    .navbar .container {
        width: 100%;
    }
    .navbar .container ul li:nth-last-child(2) {
        float: right !important;
        text-align: right;
    }
    .comment {
        padding-bottom: 50px !important;
    }
    .categoryItems {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .subCategoryList.product-grid {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 30px;
    }

    .topic-container-right{
        margin-left:-2rem;
    }
}
@media (max-width: 460px) {
    .mobile-logo img {
        height: 30px;
        max-width: 180px;
        margin-top: 0;
    }
}
@media (max-width: 372px) {
    .navbar-light .navbar-nav .nav-link {
        padding-top: 10px;
        text-transform: uppercase;
        padding-right: 11px;
    }
    .overview-buttons .prices {
        font-size: 1.2rem;
    }
    .product-details-page .generalTitle {
        font-size: 1.75rem;
    }
    .product-details-page .short-description {
        font-size: 1.4rem;
    }
    .product-details-page .generalTitle {
        font-size: 1.4rem;
    }
    .mobile-other {
        line-height: 18px;
    }
    .category-page .subCategoryList p, .home-page-product-grid p {
        font-size: 14px !important;
    }
    /* MA added 2/28/2018*/
    .mobile-logo {
        display:flex ;
    }
}

@media screen and (min-width:0\0) {
    /* IE9 , IE10 and IE11 rule sets go here */
.product-list-ma .card.rowHelper {
   box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
 }
 
.product-details-page .col-lg-9 .row{
		width:inherit;
	}
.product-details-page .attributes .textbox{
		width:50%;
		padding:5px;
}
.promotions{
	max-width:100%;
}

.promotion-content .text-column{
	width:100%;
		
}
}

@media print {
	@page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .container {
    width: 1170px;
  }

.logo{display:inline !important; margin-top:7mm;}
.phone-box{display:inline;}
.search-mobile-box, .mobile-links, .mobile-cart, .mobile-logo, .mobile-blue-menu{display:none !important;}

.newsleter, .bottom-promotions {display:none;}

.footer-logo, .footer-links, .footer-link-list, .footer-phone-box, .footer-shop-adnotation, .footer-lower, .footer-bottom .topic-block-body{display:none;}

}
