body {
	font-family: 'Open Sans', sans-serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: #333333 /*{body-font-colour}*/;
	background-image: none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
}
a {
	color: rgba(5, 5, 5, 1) /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: #2a6496 /*{link-text-hover-colour}*/;
}
a, .btn, #header-cart, .container-upsell .thumbnail {
    -o-transition: color .3s, background .3s, border-color .3s, box-shadow .3s;
    -ms-transition: color .3s, background .3s, border-color .3s, box-shadow .3s;
    -moz-transition: color .3s, background .3s, border-color .3s, box-shadow .3s;
    -webkit-transition: color .3s, background .3s, border-color .3s, box-shadow .3s;
    transition: color .3s, background .3s, border-color .3s, box-shadow .3s;
    border-radius: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Open Sans', sans-serif /*{headers-font-family}*/;
	color: #333333 /*{headers-colour}*/;
}
.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
	color: rgba(255, 255, 255, 1) /*{carousel-text-colour}*/;
}
h1,
.h1 {
	font-size: 36px /*{header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 30px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 24px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 14px /*{header-5-font-size}*/;
}
.btn-default {
	color: #333333 /*{btn-default-text-colour}*/;
	background-color: #ffffff /*{btn-default-bg-colour}*/;
	border-color: #cccccc /*{btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333 /*{btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{btn-default-bg-colour-hover}*/;
	border-color: #adadad /*{btn-default-border-colour-hover}*/;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff /*{btn-default-disabled-bg-colour}*/;
	border-color: #cccccc /*{btn-default-disabled-border-colour}*/;
}
.btn-primary {
	color: #ffffff /*{btn-primary-text-colour}*/;
	background-color: #428bca /*{btn-primary-bg-colour}*/;
	border-color: #357ebd /*{btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff /*{btn-primary-text-colour-hover}*/;
	background-color: #3276b1 /*{btn-primary-bg-colour-hover}*/;
	border-color: #285e8e /*{btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #428bca /*{btn-primary-disabled-bg-colour}*/;
	border-color: #357ebd /*{btn-primary-disabled-border-colour}*/;
}
.btn-warning {
	color: #ffffff /*{btn-warning-text-colour}*/;
	background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
	border-color: #eea236 /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
	border-color: #d58512 /*{btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #428bca /*{btn-warning-disabled-bg-colour}*/;
	border-color: #357ebd /*{btn-warning-disabled-border-colour}*/;
}
.btn-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #d9534f /*{btn-danger-bg-colour}*/;
	border-color: #d43f3a /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
	border-color: #ac2925 /*{btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f /*{btn-danger-disabled-bg-colour}*/;
	border-color: #d43f3a /*{btn-danger-disabled-border-colour}*/;
}
.btn-success {
	color: #ffffff /*{btn-success-text-colour}*/;
	background-color: #5cb85c /*{btn-success-bg-colour}*/;
	border-color: #4cae4c /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff /*{btn-success-text-colour-hover}*/;
	background-color: #47a447 /*{btn-success-bg-colour-hover}*/;
	border-color: #398439 /*{btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c /*{btn-success-disabled-bg-colour}*/;
	border-color: #4cae4c /*{btn-success-disabled-border-colour}*/;
}
.btn-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: #5bc0de /*{btn-info-bg-colour}*/;
	border-color: #46b8da /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #39b3d7 /*{btn-info-bg-colour-hover}*/;
	border-color: #269abc /*{btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de /*{btn-info-disabled-bg-colour}*/;
	border-color: #46b8da /*{btn-info-disabled-border-colour}*/;
}
.breadcrumb {
	background-color: #f5f5f5 /*{breadcrumb-background-colour}*/;
}
.breadcrumb > li + li:before {
	color: #cccccc /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active {
	color: #999999 /*{breadcrumb-active-link-colour}*/;
}
.pagination > li > a,
.pagination > li > span {
	color: #428bca /*{pagination-text-colour}*/;
	background-color: #ffffff /*{pagination-bg-colour}*/;
	border-color: #dddddd /*{pagination-border-colour}*/;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496 /*{pagination-text-colour-hover}*/;
	background-color: #eeeeee /*{pagination-bg-colour-hover}*/;
	border-color: #dddddd /*{pagination-border-colour-hover}*/;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #ffffff /*{pagination-text-colour-active}*/;
	background-color: #428bca /*{pagination-bg-colour-active}*/;
	border-color: #428bca /*{pagination-border-colour-active}*/;
}
.label-default {
	background-color: #999999 /*{label-default-bg}*/;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080 /*{label-default-bg-hover}*/;
}
.label-primary {
	background-color: #428bca /*{label-primary-bg}*/;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9 /*{label-primary-bg-hover}*/;
}
.label-success {
	background-color: #5cb85c /*{label-success-bg}*/;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44 /*{label-success-bg-hover}*/;
}
.label-info {
	background-color: #5bc0de /*{label-info-bg}*/;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5 /*{label-info-bg-hover}*/;
}
.label-warning {
	background-color: #f0ad4e /*{label-warning-bg}*/;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f /*{label-warning-bg-hover}*/;
}
.label-danger {
	background-color: #d9534f /*{label-danger-bg}*/;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c /*{label-danger-bg-hover}*/;
}
.well {
	background-color: #f5f5f5 /*{well-bg}*/;
	border-color: #e3e3e3 /*{well-border-colour}*/;
}
.panel-default {
	border-color: #dddddd /*{panel-border-colour}*/;
}
.panel-default > .panel-heading {
	color: #333333 /*{panel-header-text-colour}*/;
	background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
	border-color: #dddddd /*{panel-header-border-colour}*/;
}
.panel-title {
	color: #333333 /*{panel-header-text-colour}*/;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd /*{panel-border-colour}*/;
}
.save {
	color: #d9534f /*{sale-colour}*/;
}
.productsave {
	color: #d9534f /*{sale-colour}*/;
}
.navbar-default {
	background-color: #f8f8f8 /*{navbar-default-bg-colour}*/;
	border-color: #e7e7e7 /*{navbar-default-border-colour}*/;
}
.navbar-default .navbar-brand {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e /*{navbar-default-text-colour-hover}*/;
}
.navbar-default .navbar-text {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-nav > li > a {
	color: #777777 /*{navbar-default-link-colour}*/;
}
.navigation-list li a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333333 /*{navbar-default-link-colour-hover}*/;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555 /*{navbar-default-link-colour-active}*/;
	background-color: #e7e7e7 /*{navbar-default-link-bg-active}*/;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: #777777 /*{navbar-default-link-colour}*/;
	border-bottom-color: #777777 /*{navbar-default-link-colour}*/;
}
.nav .caret {
	border-top-color: #777777 /*{navbar-default-link-colour}*/;
	border-bottom-color: #777777 /*{navbar-default-link-colour}*/;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: #777777 /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333333 /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #f8f8f8 /*{navbar-default-bg-colour}*/;
	color: #333333 /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.dropdown-menu {
	background-color: #ffffff /*{dropdown-menu-bg}*/;
	border-color: #cccccc /*{dropdown-menu-border-colour}*/;
}
.dropdown-menu .divider {
	background-color: #e5e5e5 /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
	color: #333333 /*{dropdown-menu-link-colour}*/;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626 /*{dropdown-menu-link-colour-hover}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff /*{dropdown-menu-link-colour-active}*/;
	background-color: #428bca /*{dropdown-menu-link-bg-active}*/;
}
.logo {
	max-width:100%;
}
/* newly added css */
#main-content{background: #fff;}
.web_top_links{
	background: #666666;
	margin-bottom: 20px;
}
.web_top_links .nav a,
#header-subtotal{
	color: #fff;
	font-size: 12px;
}
.web_top_links .nav a:hover{
	background: transparent;
}
.loginreg{
	z-index: 999999;
}
.loginreg li a{
	color: #000 !important;
}
.toggle-cart{
	padding: 0 7px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background: transparent;
}
.navbar-nav.navbar-right:last-child{
	margin-left: 15px;
}
.header-search, #header-cart{
	margin-top: 15px;
}
.header-search form{
	border: 1px solid #ebe9e9;
}
.header-search input,
.header-search button,
.header-search input:focus,
.header-search button:hover{
	border: none;
	box-shadow: none;
	background: none;
}
.header-search button i{
	color: #d9272d;
}
.header-search input{
	font-size: 16px;
	color: #a3a3a3;
}
.contHeader{
	font-size: 32px;
	font-weight: 700;
	color: #999999;
	font-style: italic;
	padding-right: 25px;
    line-height: 25px;
}
.sale-tips{
	border: none;
    background: #000;
    padding: 10px 10px 5px;
    text-align: center;
    border-radius: 0px;
}
.sale-tips:hover > a{
	text-decoration: none;
}
.sale-tips i{
	color: #fff;
    font-size: 20px;
}
.sale-tips h5{
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
	margin: 0px;
}
.sale,
.tips{
	padding-left: 10px;
    padding-right: 10px;
}
.usps{
	background: #d9272d;
	padding-left: 20px;
    padding-right: 0px;
    padding-top: 5px;
}
.usp-wrapper{
	background: transparent;
    border: none;
	padding-bottom: 1px;
}
.usp-label{
	padding: 0px;
}
.usp-wrapper .image{
	margin-right: 7px
}
.usp-wrapper .caption{
	padding: 0;
}
.usp-wrapper h5 a{
	color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.usp-wrapper h5 a:hover{
	text-decoration: none;
}
.menu-fullwidth{
	background: #d9272d;
}
.menu-fullwidth .navbar{
	background: none;
	border: none;
	margin-bottom: 0px;
}
.menu-fullwidth .navbar-nav > li > a {
	color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 22px 15px -1px;
}
.menu-fullwidth .navbar-nav > li > a:hover{
	color: #ffe3e4;
}
/* Parts Finder */
.parts-finder{
	margin-bottom: 20px;
	background: #000;
}
#n_home .parts-finder{
	margin-bottom: 0;
}
.wrapper-gift-finder {
    width: 100%;
    padding: 15px 0 12px;
}
.giftfinder-heading {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 35px;
}
.giftfinder-heading .fa-car{
	font-size: 25px;
	margin-top: 9px;
}
.padd10{
    text-align: right;
}
.pfLabel{
	line-height: 21px;
    padding-left: 20px;
}
@media (min-width: 768px) {
	.wrapper-thumbnail .thumbnail{
		height: 600;
		overflow: hidden;
	}
}
@media (max-width: 320px){
	.wrapper-thumbnail .thumbnail{
		height: auto;
	}
}
@media (min-width: 768px){
	.giftfinder-fields.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	    position: relative;
	    left: 40px;
	}
}
.compat-btn{
	background: #d9272d;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    padding: 10px 22px;
}
.giftfinder-fields .wrap-select-inline {
    display: inline-block;
    vertical-align: top;
}
.giftfinder-fields .gift-select {
    width: 210px;
    height: 42px;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
}
.giftfinder-fields select {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #999999;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-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;
}
.giftfinder-fields select option {
    color: #7f7e7e;
    background: transparent;
}
/* End of Parts Finder */
/* Homapeg Banner */
#homepageCarousel{
	margin-bottom: 50px;
}
@media screen and (min-width: 768px){
	.carousel-caption {
		left: 20%;
	}
}
.carousel-caption{
	background: rgba(0,0,0,0.5);
    color: #fff;
    font-weight: 700;
    top: 20%;
    padding: 20px 25px;
    width: 512px;
}
.carousel-caption h3{
	font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
	margin-bottom: 0;
}
.carousel-caption p{
	font-size: 40px;
    line-height: 40px;
}
.carousel-caption a:hover{
	text-decoration: none;
}
.carousel-caption a.learnmore{
	background: #d9272d;
    text-shadow: none;
    color: #fff;
    text-decoration: none;
    padding: 12px 40px;
    font-size: 20px;
    font-weight: 400;
	margin-top: 10px;
    display: inline-block;
}
@media screen and (max-width: 991px){
	.carousel-caption h3{
		font-size: 4vw;
	}
	.carousel-caption p{
		font-size: 40px;
	    line-height: 40px;
	}
	.carousel-caption{
		top: 20%;
	}
}
@media screen and (max-width: 767px){
	.carousel-caption{
		top: auto;
		bottom: 0;
	    padding: 10px;
		right: 0;
	    left: 0;
		width: 100%;
	}
	.carousel-caption h3{
		font-size: 13px;
		margin-bottom: 5px;
	}
	.carousel-caption p{
		font-size: 11px;
	    line-height: 12px;
		margin: 0;
	}
	.carousel-caption a.learnmore{
		display: none;
	}
}
/* Product adverts */
.prodAds {
    float: left;
    border: 1px solid #ebe9e9;
    border-radius: 0px;
    padding: 0;
    min-height: 370px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add transition for smooth hover effect */
}
.prodAds:hover {
    transform: translateY(-10px); /* Slightly moves the element upwards */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for a "pop" effect */
}
.prodAds h5 a{
	font-size: 25px;
	color: #d9272d;
	font-weight: 700;
	text-transform: uppercase;
	min-height: 50px;
    display: block;
}
.prodAds h5 a:hover{
	text-decoration: none;
}
.prodAds p{
	font-size: 14px;
	color: #898b8b;
}
.shopnow{
	font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    background: #d9272d;
    padding: 10px;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.shopnow:hover{
	text-decoration: none;
	color: #fff;
}
/* Featured products */
.title{
	border-top: 1px solid #ebe9e9;
    border-bottom: 1px solid #ebe9e9;
    font-weight: 600;
    color: #030303;
    font-size: 28px;
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: capitalize;
}
/* Footer */
.wrapper-footer{
	background: #000;
	padding-top: 50px;
}
.wrapper-footer h4{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.footerLI li{
	line-height: 3px;
}
.footerLI li a{
	color: #fff;
	font-size: 13px;
}
.footerLI li a:hover{
	background: none;
	color: #ccc;
}
.table-responsive{
	border: 1px solid #666666;
	background: #333333;
    color: #fff;
	font-size: 13px;
}
.tblFooter td,
.tblFooter th{
	border: none !important;
}
.sm0{
	position: relative;
    top: -7px;
}
.tblFooter .sm i,
ul.cInfo .sm i{
	font-size: 25px;
    color: #fff;
    margin-right: 2px;
}
.tblFooter td{
	padding: 2px 10px 0px 10px !important;
}
.cInfo{
	font-weight: 400;
	font-size: 18px;
}
.payment-icon-container{
	background: none;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.gray{
	border-top: 1px solid #252525;
}
address{
	color: #fff;
	font-size: 12px;
}
address a{
	font-size: 12px;
	color: #898b8b;
}
address a:hover{
	color: #ccc;
}
.featuredThumbs{
	border-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.catTitle{
	height: 20px;
	overflow: hidden;
	color: #b4b4b4;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.featuredThumbs h3{
	height: 55px;
	overflow: hidden;
}
.featuredThumbs h3 a{
	font-size: 17px;
    color: #d9272d;
    font-weight: 600;
    text-transform: uppercase;
}
.featuredThumbs:hover {
    transform: translateY(-10px); /* Slightly moves the element upwards */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for a "pop" effect */
}
.alt_imgs{
	min-height: 59px;
}
.imgs_thumb{
	min-height: 50px;
    min-width: 50px;
	border: 1px solid #ccc;
}
.fProduct{
	font-size: 18px;
	color: #d9272d;
	text-transform: uppercase;
	font-weight: 600;
}
.yousave{
	font-size: 13px;
    color: #000000;
    text-transform: none;
    font-weight: lighter;
}
.savings-container{
	position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
}
.savings-container .off-rounded{
	background: #999999;
	font-weight: 600;
    padding: 10px;
    border-radius: 50%;
    line-height: 15px;
}
.savings-container .off-rounded .label{
	font-size: 14px;
	padding: 0px;
}
.newsletter{
	background: #d9272d;
    padding: 25px;
}
.newsletter h4{
	margin-bottom: 20px;
}
.newsletter input,
.newsletter .btnNewsletter,
.newsletter input:focus,
.newsletter .btnNewsletter:focus{
	border: none;
    border-radius: 0px;
    box-shadow: none;
}
.newsletter input{
	padding: 20px;
}
.newsletter .btnNewsletter{
	padding: 10px 30px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}
.newsletter .btnNewsletter:hover{
	padding: 10px;
	background: #2f2f2f;
	box-shadow: none;
}
/* PRODUCT PAGE */
.breadcrumb{
	background: transparent;
	padding: 8px 0;
}
.breadcrumb li a{
	color: #000;
	font-size: 12px;
}
.breadcrumb li:last-child > a {
	font-weight: bold;
}
.breadcrumb > li + li:before{
	content: "\003e";
    padding: 0 5px;
    color: #cccccc;
	font-size: 12px;
}
.tabbable {
    margin: 44px 0;
}
.tabbable .nav-tabs {
    margin-bottom: 35px;
}
.tabbable > ul {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.tabbable .nav-tabs > li {
    margin-bottom: 0px;
    text-align: center;
}
.tabbable .nav-tabs > li > a span {
    color: #d9272d;
}
.tabbable .nav-tabs > li.active > a, .tabbable .nav-tabs > li.active > a:hover, .tabbable .nav-tabs > li.active > a:focus, .tabbable .nav-tabs > li.active > a span, .tabbable .nav-tabs > li.active > a span:hover, .tabbable .nav-tabs > li.active > a span:focus {
    color: #fff;
    background: #d9272d;
}
.tabbable .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 0;
    color: #030303;
    padding: 15px 20px;
    font-size: 20px;
}
.custom-kitting{
	background: #ebe9e9;
    border: none;
    border-radius: 0px;
	padding-top: 10px;
}
.custom-kitting .component-var-opt{
	color: #000 !important;
	box-shadow: none;
    font-size: 12px;
    border: 1px solid #ebe9e9;
    border-radius: 0px;
    margin-bottom: 10px;
}
.custom-kitting .components-thumbnail{
	padding: 10px;
    border-radius: 0px;
}
.custom-kitting .component-config-input{
	color: #999999;
    font-size: 12px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #ebe9e9;
	text-align: center;
}
.custom-kitting .component-config-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
  text-align: center;
  text-transform: uppercase;
}
.custom-kitting .component-config-input::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  text-align: center;
  text-transform: uppercase;
}
.custom-kitting .component-config-input:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
  text-align: center;
  text-transform: uppercase;
}
.custom-kitting .component-config-input:-moz-placeholder { /* Firefox 18- */
  color: #999999;
  text-align: center;
  text-transform: uppercase;
}
.custom-kitting .caption .title{
	color: #000000;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    border: none;
    margin-bottom: 0px;
	font-weight: 700;
}
.custom-kitting .caption .price{
	color: #d9272d;
	font-size: 16px;
	font-weight: 600;
}
.tblSpec .fa-angle-right{
	color: #d9272d;
}
.tblSpec{
	font-size: 12px;
	margin-bottom: 0px;
}
.tblSpec td{
	border: none !important;
}
.tblSpec td strong{
	text-transform: uppercase;
}
.kForm input,
.kForm button,
.kForm .wishlist_toggle{
	border-radius: 0px;
	border: 1px solid #ebe9e9;
	box-shadow: none;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.kForm button{
	background: #d9272d;
	font-weight: 600;
	border: none;
}
.kForm button:hover{
	background: #e73f45;
	border: none !important;
}
.kForm .wishlist_toggle{
	background: #ebe9e9;
	font-weight: 600;
}
.normForm input,
.normForm button,
.normForm .wishlist_toggle{
	border-radius: 0px;
	border: 1px solid #ebe9e9;
	box-shadow: none;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.normForm button{
	background: #d9272d;
	font-weight: 600;
}
.normForm button:hover{
	background: #e73f45;
	border: none !important;
}
.normForm .wishlist_toggle{
	background: #ebe9e9;
	font-weight: 600;
}
.kShippingCalc{
	box-shadow: none;
    border-radius: 0px;
    border: none;
    background: #ebe9e9;
}
.kShippingCalc .panel-heading{
	background: transparent;
	border: none;
}
.kShippingCalc .panel-title{
	color: #363636;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.kShippingCalc .panel-body input,
.kShippingCalc .panel-body select,
.kShippingCalc .panel-body input{
	border: none;
    border-radius: 0px;
}
.kShippingCalc .panel-body .btnCalc{
	background: #000;
	border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.media-left{
    float: left;
    width: 160px;
    margin-right: 15px;
}
.blogPost{
	border: 1px solid #ebe9e9;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.media-heading a,
.media-heading p{
	font-size: 16px;
    color: #030303;
    font-weight: 600;
    text-transform: none;
}
.readFull{
	font-size: 12px;
	font-weight: 600;
	color: #d9272d;
}
.readFull:hover{
	color: #d9272d;
}
.alt_imgs01{
	border: 1px solid #ccc;
}
.btnCallUs{
	background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    border-radius: 0px;
    padding: 15px;
	margin-top: 30px;
}
.btnCallUs:hover{
	color: #ccc;
}
.btnCallUs .fa-angle-right{
	color: #3e3d3d;
}
.btnCallUs .fa-phone{
	color: #d9272d;
}
@media (max-width: 1199px) {
	.btnCallUs .fa-phone{
		float: none !important;
	}
	
	.btnCallUs{
		white-space: normal;	
	}
}
/* 5 columns contact info */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }

	.fucher-blog-senstion section .blog-image-content {
		height: 240px;
	}
	.fucher-blog-senstion section a.blog-image img.img-fluid {
		max-height: 240px;
		max-width: 360px;
	}
}
.cInfo-main{
    border: 1px solid #666666;
    background: #333333;
    color: #fff;
    font-size: 13px;
    padding: 15px 0px;
}
.contact-info .sm i{
	font-size: 25px;
    color: #fff;
    margin-right: 2px;
}
.contact-info{
	color: #fff;
    font-size: 13px;
    padding: 10px 0px;
}
ul.cInfo li{
	list-style: none;
    font-size: 13px;
    margin: 10px 0px;
}
.wrapper-footer td .sm0,
.wrapper-footer li .sm0 {
	top: -5px;
}
/* end of 5 columns */
/* Media Queries */
@media screen and (max-width: 1199px){
	.menu-fullwidth .navbar li a{
		padding: 13px 12px;
	}
	.usp-wrapper img{
		width: 35px;
	}
	.usp-wrapper h5 a{
		font-size: 12px;
		margin-top: -5px;
    	display: block;
	}
	.sale-tips{
		padding: 5px 10px 2px;
	}
	.giftfinder-fields .gift-select{
		width: 120px;
	}




	.fucher-blog-senstion section .blog-image-content {
		height: 195px;
	}
	.fucher-blog-senstion section a.blog-image img.img-fluid {
		max-height: 195px;
		max-width: 293px;
	}
}
@media screen and (max-width: 991px){
	.menu-fullwidth .navbar li a{
		padding: 13px 10px;
    	font-size: 12px;
	}
	.giftfinder-fields .gift-select{
		width: 120px;
	}
	.giftfinder-fields.collapse{
		left: 0px;
	}
	.giftfinder-fields .gift-select {
    	width: 240px;
	}



	.fucher-blog-senstion .blog-content article {
		padding: 0px 10px;
	}
	.fucher-blog-senstion .blog-content {
		margin: 0px -10px;
		margin-bottom: 10px;
	}
	.fucher-blog-senstion section a.blog-image img.img-fluid {
		max-height: 150px;
		max-width: 226px;
	}
	.fucher-blog-senstion section .blog-image-content {
		height: 150px;
	}
}
@media screen and (max-width: 767px){
	.wrapper-footer {
		padding-top: 20px;
	}
	
	.wrapper-footer h4,
	.newsletter{
		margin-top: 20px;
	}
	
	.newsletter h4 {
		margin-top: 0;
	}
	.menu-fullwidth .navbar li a {
	    padding: 13px 0px;
	}
	.prodAds h5 a {
    	font-size: 4vw;
   }
   .carousel-caption a.learnmore{
		display: none !important;
   }
   .giftfinder-heading a{
	   	color: #fff;
	   	display: block;
   }
   .giftfinder-heading a:hover{
	   	text-decoration: none;
   }
   .giftfinder-fields .wrap-select-inline,
   .giftfinder-fields .gift-select{
   		width: 100%
   }



   /* .fucher-blog-senstion section a.blog-image img.img-fluid {
    max-height: 233px;
    max-width: 351px;
	}
	.fucher-blog-senstion section .blog-image-content {
		height: 233px;
	} */
	.fucher-blog-senstion section .blog-image-content {
		height: auto;
	}
	.fucher-blog-senstion section a.blog-image img.img-fluid {
		max-height: 100%;
		max-width: 100%;
	}
	.fucher-blog-senstion .blog-content {
		margin: 0px;
		margin-bottom: 10px;
	}
	.fucher-blog-senstion .blog-content article {
		padding: 0px;
		width: 100%;
		margin-bottom: 30px;
	}
	.fucher-blog-senstion .blog-content article:last-child {
		margin-bottom: 0px;
	}
	.fucher-blog-senstion section .blog-descption-content h4 {
		height: auto !important;
		-webkit-line-clamp: unset !important;
	}

}
.cts_altImgThumb {
	display: inline-block;
	width: 25%;
	padding: 2px;
}
.imgs_thumb {
	width: 100%;
	min-width: auto;
}
.wrap-alt-img img {
	border: 1px solid #ccc;
}
@media (max-width: 767px) {
	
	.navbar-nav .dropdown-menu > li > a {
		color: #fff;	
	}
	
	.giftfinder-heading .fa-car {
		margin-top: 0;
	}
	
	.wrap-select-inline:first-child {
		margin-top: 12px;
	}
	
	.compat-btn {
		margin-top: 12px;
    	margin-bottom: 3px;
	}
	
	.mobile-cta a {
		text-decoration: none;
		margin-top: 15px;
		display: inline-block;
	}
	
	#n_category .control-label {
		margin-bottom: 0;
    	margin-top: 7px;
	}
	
	.caption .price {
		height: 50px;
	}
	
	.wrapper-footer .cInfo {
		padding-left: 0;
	}
}
.wrapper-brandthumb .brandimg{
	width: 100%;
}
.wrapper-sku, .wrapper-brand{
	display: inline-block;
	margin-top: 10px;
}
.wrapper-sku{
	margin-right: 10px;
}
.nUpsellWidget label {
    cursor:pointer;
}
.paylater-widgets {
    position:relative;
    left:-195px;
    width:444px;
    margin-top:15px;
}
@media (max-width: 992px) {
    .paylater-widgets {
        left: 0px;
    }
}
@media (max-width: 625px) {
    .paylater-widgets {
        width:350px;
    }
}
.nsearchinput-pl .title {
    font-size: 1em;
    border-top: none;
}






.fucher-blog-senstion h2 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    color: #030303;
    margin-bottom: 30px;
}
.blog-content {
    margin: 0px -15px;
	margin-bottom: 20px;
}
.blog-content article {
    padding: 0px 15px;
}
.fucher-blog-senstion section a.blog-image {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
}

.fucher-blog-senstion section .blog-descption-content {
	background-color: #F3F3F3;
	padding: 15px;
}
.fucher-blog-senstion section .blog-image-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fucher-blog-senstion section .blog-descption-content h4 {
    font-size: 20px;
    height: 49px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.2;
}
.fucher-blog-senstion section .blog-descption-content p.read-more-btn a {
    color: #d9272d;
    font-size: 15px;
	margin: 0px;
}
.fucher-blog-senstion section .blog-descption-content a:hover {
    color: #000;
}
.fucher-blog-senstion section .blog-descption-content p.read-more-btn {
    margin: 0px;
}