/*
--------------------------------------------------------
   Project Name: Auto Surplus
   Version: 1.0
   Created: 08 October 2018
   Author Name: Waqas @Swiftproductions

   Last Modified: 16 Dec 2021
   Last Modified By: Harry 

----------------------------------------------------------
*/

/* Custom */

.askaques p {
	color:#C03 !important;
}


.afterpaycon {
	clear: both;
}

#afterpayModal .ap-pull-right {
	cursor:pointer;
}

.afterpaycon img {
	max-width: 108px;
	float: left;
	clear: both;
	margin-right: 7px;
}

.zipPay {
    float: left;
    clear: both
}

p.modalclose {
	position: absolute;
	right: -17px;
	top: -23px;
	font-size: 33px;
	color: #fff;
	cursor: pointer;
}
p.modalclose .far {
	background: #393939;
	border-radius: 50%;
	box-shadow: 0px 0px 5px #000;
}

@media (max-width: 575px) {
p.modalclose {
	right: -7px;
	top: -13px;
}
}

#aaqmodal .modal-header {
	padding: 1rem 1rem 0.5rem 1rem;
}

#aaqmodal .form-group label {
	font-size:14px;
}

#aaqmodal .form-group {
	margin-bottom:9px;
}


#n_checkout .row {
	clear:both;
}

#n_checkout .py-3 {
	max-width:1140px;
	max-width:1140px;
	float:none !important;
}

.breadcrumb li {
	color: #fff;
	padding: 5px 10px 5px 0;
}

.breadcrumb li a {
	text-transform: uppercase;
	color: #333;
	font-size:12px;
	font-weight: normal;
}

.col-12 {
	max-width:1360px !important;
	clear:both;
}

.email-container {
	width: 503px;
	margin: 0 auto;
}

.email-container .input-group .usremail {
	width: 300px;
	padding: 5px 10px;
	border: 1px solid #d9d9d9;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}


.email-container .input-group .btn-signup {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	cursor:pointer;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	color: #fff!important;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: #1f1c51;
	width: 196px;
	height: 43px;
	line-height: 43px;
	letter-spacing: -.4px;
	transition: all .3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.email-container .input-group .btn-signup:hover {
	background:#e31936;
}

#n_customer_account .card-body .btn,
#n_customer_account .card-body .btn {
	background-color: #1f1c51!important;
	border-color: #1f1c51!important;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	width: 100%;
	height: 35px;
}
#n_customer_account .card-body .btn:hover,
#n_customer_account .card-body .btn:active {
	background-color: #e31936!important;
	border-color: #e31936!important;
}
#n_customer_account .btn-info {
	font-size:14px !important;
}

.successaddmessage button {
	border-radius:5px;
}

.successaddmessage .right .btn:hover {
	background-color: #e31936 !important;
	border-color: #e31936 !important;
}


.table .shippingsectable {
	padding-bottom: 0;
	padding-top: 16px;
}

.display-4,
.search-results-search,
.search-results-search hr {
	display:none;
}

.form-control {
  text-align:center;
  border-radius:5px;
}


.gallery-container .products .products-container {
  max-width:1330px;
}

.product-options {
	float: right;
	width: 100%;
	max-width: 500px;
}

.product-options .addtocart,
.product-options .enquirynow {
	background: #e31936;
	position:relative;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	float: left;
	border-radius: 5px;
	transition: all .3s;
	cursor: pointer;
	-webkit-appearance: none;
	padding: 10px 6px;
	text-align:center;
	border: 0;
	-moz-appearance: none;
	appearance: none;
	width: 48.5%;
	height:53px;
	text-transform: uppercase;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.product-options .enquirynow p {
	margin: -7px 0 0 0;
}

.product-options .enquirynow span {
	font-size:12px;
	position:absolute;
	top: 31px;
    left: 0;
    right: 0;
}

.product-options .addtocart:hover,
.product-options .enquirynow:hover {
	color: #fff!important;
	background: #201b52!important;
	text-decoration:none !important;
}

.gallery-detail a.wishlist {
	width: 49%;
	float: right;
	margin-right:5px;
	font-size: 18px;
	text-align: center;
	padding: 12px 0;
	color:#201b52;
	border: 1px solid #201b52;
	background: #fff;
	transition: all 0.3s;
}

.gallery-detail a.wishlist span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.gallery-detail a.wishlist:hover {
  text-decoration:none;
  border: 1px solid #e31936;
  background: #fff;
  color:#e31936;
}

.cartTable tbody tr td {
	background: #f7f7f7;
}

.card-header:first-child {
  text-transform:uppercase;
}

.card-body .btn {
  text-transform:none !important;
}

.card-body .btn:hover,
.card-body .btn:active {
	background-color: #e31936 !important;
	border-color: #e31936 !important;
}
.cartTable td p {
  margin:25px 0;
}

.cartTable .d-sm-table-cell .btn{
  height:auto !important;
}

#n_checkout .btn {
  text-transform:uppercase;
  border-radius:5px;
  height:45px;
}

#n_checkout .btn-success:hover,
#n_checkout .btn-primary:hover {
  background:#e31936;
}


#n_checkout .btn-success,
#n_checkout .btn-primary {
  border:none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.tab-pane {
  width:100%;
  margin: 0 0 1em;

}

.fa-inverse {
	color: #1f1c51 !important;
}

.productdetails table , #CompatibleVehicles table{
	color: #333;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
  width:100%;
	border: 1px solid #eeeeee;
}



.brands-img-container .block-center {
	margin: 0 auto;
	height: 100px;
	padding: 5px 0;
}
.productdetails table tr , #CompatibleVehicles table tr {
  text-align:center;
}

.productdetails table tr:first-child,
.productdetails table tr:nth-child(3) td,
#CompatibleVehicles table tr th {
	font-weight: bold;
	font-size: 15px;
  background-color:#201b52 !important;
  color:#fff;
}
#CompatibleVehicles table tr th {
    padding: 10px;
    text-align: left;
    border-right: 1px solid #fff;
}
#CompatibleVehicles table tr th:last-child {
    border: 0px;
}
.productdetails table tr:nth-child(even) , #CompatibleVehicles table tr:nth-child(even) {
  background-color: #fafafa
  }
.productdetails table tr:nth-child(odd) , #CompatibleVehicles table tr:nth-child(odd) {
  background-color: #fafafa
  }

.productdetails table th , #CompatibleVehicles table th{
	background: #fafafa;
}

.productdetails table td , #CompatibleVehicles table td{
	text-align: left;
	padding: 10px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.productdetails table td:first-child{
	width: 13.5%;
}
.productdetails table td:second-child {
	width: 36.5%;
}
.productdetails table td:nth-child(3) {
	width: 13.5%;
}
.productdetails table td:fourth-child(3) {
	width: 36.5%;
}

.tab-pane .productdetails {
  overflow-y: auto;
  _overflow: auto;
}

.productdetails::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.productdetails::-webkit-scrollbar-thumb {
	border-radius:5px;
	border: 3px solid #fff;
	background-color: rgba(0,0,0,.3);
}


.productdetails table  , .productdetails table {
	color: #333;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}


p.wk_afterpay {
	margin-top: 0 !important;
	margin-bottom: 5px !important;
}

.recaptcha-wrap {
	float: left;
	width: 100%;
}



#brand-slider li:hover{
  -webkit-box-shadow: inset 0px 0px 17px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 17px -5px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 17px -5px rgba(0,0,0,0.75);
}





.stocklevel {
	clear: both;
	float: right;
	margin: 27px 5px 0 0;
}


.stocklevel .stock-in,
.stocklevel .stock-preorder,
.stocklevel .stock-out {
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
  display:none;
}

.stocklevel .stock-in {
	background: #37b405;
}

.stocklevel .stock-preorder {
	background: #37b405;
}

.stocklevel .stock-out {
	background: #f7002b;
}
















.static_banner {
	clear: both;
	float: left;
	width: 100%;
}
.static_banner img {
	margin: 15px auto;
	float: left;
}


.static_banner .content {
	padding:0 !important;
	max-width:none;
}

.static_banner p {
  margin:0 !important;
}

.bg-desc {
  display:none;
}

/* Custom */

#compat_list {
		width: 100%;
	}

	.part-select {
	border-bottom: 1px solid #fff;
	float: left;
	width: 100%;
	background: #eaeaea;
	padding-top: 15px;
	padding-bottom: 10px;
	}
.part-select:nth-child(4) {
		background: #231e50;
	float: left;
	width: 100%;
	margin-top: 30px;
}

	.parts-finder-title {
		margin-bottom: 0;
	}

	.parts-finder-title i {
		margin-right: 5px;
	}

	  #compat_list button {
	margin-top: 40px;
	float: left !important;
	width: 100% !important;
	background: #ccc;
	font-size: 22px;
	font-weight: 400;
	padding-top: 10px;
	box-sizing: border-box;
	color: #1f1c51;
	text-align: center;
	max-width: 100%;
  text-transform:uppercase;
	}

	span.loading_span {
		display: none;
	}


*:focus {
	outline: none;
}

/**** Default Styles ****/

.carousel-indicators {
  z-index:0 !important;
}

.successaddmessage .body .description {
  padding-top:0px !important;
}

.successaddmessage .body .image {
  width:75px !important;
}

.npopup {
  max-width: 400px !important;
}

.successaddmessage .header {
  text-align:center;
}

.successaddmessage .footer .left,
.successaddmessage .footer .right {
  float:none;
}

.successaddmessage .left .btn-default {
width: 100%;
	color: #000000 /*{btn-default-bg-colour}*/;
	background-color: #fff /*{btn-default-bg-colour}*/;
	border-color: #000000 /*{btn-default-border-colour}*/;
	margin: 4px 0 3px;
}

.successaddmessage .right .btn-success {
  width:100%;
  margin:3px 0;
}


.successaddmessage .left .btn-default:hover {
	width: 100%;
	color: #fff !important /*{btn-default-bg-colour}*/;
	background-color: #e31936 !important /*{btn-default-bg-colour}*/;
	border-color: #e31936 !important /*{btn-default-border-colour}*/;
	/* margin: 0px 0; */
}

.successaddmessage .right .btn-success:hover {
	color: #fff !important /*{btn-default-bg-colour}*/;
	background-color: #e31936 !important /*{btn-default-bg-colour}*/;
	border-color: #e31936 !important /*{btn-default-border-colour}*/;
} 


.btn-outline-secondary, .btn-default {
	color: #333 /*{buttons|btn-default-text-colour}*/;
	background-color: #fff /*{buttons|btn-default-bg-colour}*/;
	border-color: #ccc /*{buttons|btn-default-border-colour}*/;
}


a {
  color: #000;
}
a:hover,
a:focus {
  color: #333 /*{link-text-hover-colour}*/;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*{headers-font-family}*/;
  color: #000 /*{headers-colour}*/;
}

.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
	color: white /*{carousel-text-colour}*/; display: none;
}

h1,
.h1 {
  font-size: 36px /*{header-1-font-size}*/;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
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: #fff /*{btn-default-text-colour}*/;
  background-color: #fea11e /*{btn-default-bg-colour}*/;
  border-color: #c58520 /*{btn-default-border-colour}*/;
}

.wk_cartpage .wk_quotebtn {
	margin-top: 10px;
}

.thumb_cart button {
  color: #fff /*{btn-default-text-colour}*/;
	background-color: #088043;
	border-color: #05542c;
}

.thumb_cart button:hover,
.thumb_cart button:focus,
.thumb_cart button:active
 {
  color: #fff /*{btn-default-text-colour}*/;
	background-color: #056534;
	border-color: #022513;
}


.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff /*{btn-default-text-colour-hover}*/;
  background-color: #f19514;
  border: 1px solid #9a6717;
}


.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: #fff /*{btn-default-disabled-bg-colour}*/;
  border-color: #cccccc /*{btn-default-disabled-border-colour}*/;
}


.btn-primary {
	color: #fff /*{btn-primary-text-colour}*/;
	background-color: #1f1c51;
	border-color: #131135;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff /*{btn-primary-text-colour-hover}*/;
	background-color: #000000 /*{btn-primary-bg-colour-hover}*/;
	border-color: #000000 /*{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: #fff  /*{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: #fff /*{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:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #fff /*{btn-danger-text-colour-hover}*/;
	background-color: #c30415 /*{btn-danger-bg-colour-hover}*/;
	border-color: #c30415 /*{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: #fff /*{btn-success-text-colour}*/;
	background-color: #1f1c51  /*{btn-success-bg-colour}*/;
	border-color: #1f1c51 /*{btn-success-border-colour}*/;
	border-radius:5px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #fff /*{btn-success-text-colour-hover}*/;
	background: #e31936;
	border:#e31936;
	border: 1px solid #0c0c0c;
}

.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 {
	background: #e31936;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	float: left;
	border-radius: 5px;
	transition: all 0.3s;
	cursor: pointer;
	-webkit-appearance: none;
	padding: 10px 37px;
	border: 0;
	-moz-appearance: none;
	appearance: none;
	width: 48.5%;
	text-transform: uppercase;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

.btn-info:hover {
  color:#fff !important;
  background:#201b52 !important;
}
.open .dropdown-toggle.btn-info {
  color: #fff /*{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 {
	max-width:1330px;
	padding-left:0;
	margin: -10px auto 0;
}

/*
#n_product ol.breadcrumb li:last-child {
	display: none;
}
*/


#n_product ol.breadcrumb li:last-child {
	margin:0 0 0 -2px;
}

ol.breadcrumb li:last-child a {
	color:#e31936 !important;
	}


ol.breadcrumb li:last-child,
#n_product ol.breadcrumb li:nth-last-child(2) {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.breadcrumb > li + li:before {
  color: #a1adbc !important /*{breadcrumb-text-colour}*/;
}

.breadcrumb > .active {
  color: #999999 /*{breadcrumb-active-link-colour}*/;
}

.pagination {
  margin-top: 1rem;
}

#n_category hr {
	display:none;
}
.pagination > li {
}

.pagination > li > a,
.pagination > li > span {
	color: #555;
	background-color: #fff;
	border-color: #cbcbcb;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #1f1c51;
	background-color: #cbcbcb;
	border-color: #cccccc;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
	background-color: #1f1c51;
	border-color: #1f1c51;
}







.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: 1px solid #ddd;
	padding: 15px;
}

.panel-default ul {
  margin-left:30px;
}

.panel-default p {
  margin-bottom:0;
}

.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;
  font-size: 16px;;
}

.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: #777777 /*{navbar-default-link-colour}*/;
}

.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: #333 /*{navbar-default-link-colour}*/;
  border-bottom-color: #333 /*{navbar-default-link-colour}*/;
}

.nav .caret {
border-top-color: #428bca /*{navbar-default-link-colour}*/;
border-bottom-color: #428bca /*{navbar-default-link-colour}*/;
}

.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
border-top-color: #333 /*{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: #e7e7e7 /*{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: #f7f7f7 /*{dropdown-menu-bg}*/;
    border-color: #cccccc /*{dropdown-menu-border-colour}*/;
    min-width: 305px;
    padding: 0;
}


.dropdown-menu-horizontal {
    background: #f1f1f1;
    top: -1px;
    margin-left: -1px;
    border: none;
    padding-top: 1px;
}
.dropdown-menu-horizontal li:last-child { border:0 !important;}
.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: #f1f1f1 /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff /*{dropdown-menu-link-colour-active}*/;
  background-color: #428bca /*{dropdown-menu-link-bg-active}*/;
}
.logo {
  max-width:100%;
}
/* Custom Style for Autosurplus site by Waqas@Swiftproductions */

.brands-list ul li {
	   padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	display: inline-block;
}
.brands-list ul li a {
	padding: 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 9px 5px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 9px 5px inset;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 9px 5px inset;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
	display: inline-block;
	width: 170px;
	height: 100px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
}

.brands-list ul li a:hover {
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px 5px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px 5px inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px 5px inset;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
	text-decoration: none;
}
.brands-list ul li a span {
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}
.featured-brands img {
	width: 100%;
	height: 120px;
	object-fit: contain;
	object-position: center;
}



.mobile li:nth-last-child(2) ul li ul, .mobile li:nth-last-child(3) ul li ul {
    left: -100%;
}


#result {
	  font-size: 16px;
	float: left;
	width: 100%;
	margin-top: 25px;
	text-transform: uppercase;
	text-align: center;
}


* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-decoration: none;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: subpixel-antialiased;
}

img {
  max-width: 100%;
  display: block;
}
a{
  text-decoration:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
	position: relative;
  }
  .col-lg-12 {
	width: 100%;
  }
  .col-lg-11 {
	width: 91.66666667%;
  }
  .col-lg-10 {
	width: 83.33333333%;
  }
  .col-lg-9 {
	width: 75%;
  }
  .col-lg-8 {
	width: 66.66666667%;
  }
  .col-lg-7 {
	width: 58.33333333%;
  }
  .col-lg-6 {
	width: 50%;
  }
  .col-lg-5 {
	width: 41.66666667%;
  }
  .col-lg-4 {
	width: 33.33333333%;
  }
  .col-lg-3 {
	width: 25%;
  }
  .col-lg-2 {
	width: 16.66666667%;
  }
  .col-lg-1 {
	width: 8.33333333%;
  }
  .pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}


.wrapper{
  float: left;
  width: 100%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.content {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.content-inner {
  padding-bottom: 20px;
}


.custominnerpage * {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
}

.custominnerpag strong {
	font-size:16px;
	font-weight:600;
}

.custominnerpage ul,
.custominnerpage ol {
	margin-left:30px;
}

.thumb .products-row {
	clear:both;
	padding:0 15px;
}

body{
  -webkit-text-size-adjust: 100%;
}
/* ========== Header STYLES // START ========== */





.category-thumbnail {
	text-align: center;
}

.category-thumbnail img {
	display: block;
	margin: 0 auto;


}


.subscribe-wrap {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}

.subscribe-wrap .usremail {
	padding: 14px;
	border: 2px solid #4c4c4c;
	width: 60%;
	vertical-align: middle;
}
.subscribe-wrap .btn-signup {
	padding: 11px;
	width: 100px;
	background: #1f1c51;
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
	cursor: pointer;
}
.subscribe-wrap .input-group {
	position: relative;
	display: block;
	border-collapse: separate;
}

.col-other-products {
  float: left;
	width: 100%;
	text-align: center;
}

.cat-slider form {
	float: left;
	width: 100%;
}

.cat-slider .products .product-title {
	margin-bottom: 15px;
}

.brand-main {
	height: 60px !important;
}
.brand-main img {
	width: 135px;
}

.savings-container {
  display:none;
}

header {
  width: 100%;
  float: left;
  background: #fff;
  padding-bottom: 10px;
  transition: all 0.3s;
  position:relative;

}
@media (min-width: 1051px) {
.fix-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  display: block;
  top: 0;
  -webkit-box-shadow: 0px 0px 47px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 47px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 47px 2px rgba(0,0,0,0.75);
}

.fix-header .quick-links-top,
.fix-header .top-social-link {
  display:none;
}

.fix-header .logo {
	width: 280px;
	margin: 10px 0 0;
}

.fix-header .search-main {
  width:40%;
  margin: 17px 17px 0 0;
}

.fix-header .cart-bg {
	margin: 17px 0 0;
}
}
.logo {
	float: left;
	margin: 24px 0 0;
	width: 348px;
	transition: all 0.3s;
}

.quick-links-top {
  float: right;
	margin-top: 17px;
	transition: all 0.3s;
}
.top-social-link ul {
	list-style: none;
}

.top-social-link ul li img {
	border: 1px solid #1f1c51;
	border-radius: 50%;
}

.top-social-link {
	float: right;
	padding-left: 8px;
	padding-right: 5px;
	box-sizing: border-box;
	padding-top: 8px;
	margin-bottom: 2px;
}
.top-social-link ul li {
	box-sizing: border-box;
	font-size: 21px;
	padding: 0 4px;
}
@media (min-width: 1051px) {
	.top-social-link ul li {
		float:left;
	}
}

.top-social-link ul li .fa-facebook-f,
.top-social-link ul li .fa-instagram {
	color: #1f1c51;
}


.top-social-link ul li:first-child {
	padding-left: 0px;
}
.quick-links-top ul {
  list-style: none;
   transition: all 0.3s;
}

.quick-links-top ul li {
  float: left;
  transition: all 0.3s;
}

.quick-links-top ul li a {
  font-size: 12.5px;
  font-weight: 600;
  color: #201c51 !important;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  border-right: 1px solid #201c51;
  padding-left: 12px;
  padding-right: 12px;
  letter-spacing: -0.1px;
  transition: all 0.3s;
}
span.top-sm-img {
	float: left;
	color: #e31936;
	font-size: 25px;
	margin-top: -7px;
	margin-right: -6px;
}
.quick-links-top ul li a:hover{
  text-decoration:underline;
   transition: all 0.3s;
}
.quick-links-top ul li:last-child a {
  border-right: none;
  padding-right: 3px;
   transition: all 0.3s;
}
.quick-links-top ul li:last-child a:last-child {
	padding-left: 0;
}
.usr-cart-info {
	float: right;
	width: 37px;
  height:33px;
	margin-top: 13px;
	margin-right: 28px;
	position: relative;
	transition: all 0.3s;
}

.usr-cart-info .fa-shopping-cart {
	font-size: 28px;
	margin-top: -3.5px;
  color: #1f1c51;
}

.cart-bg {
	float: right;
	clear: right;
	transition: all 0.3s;
	background: #ebebeb;
	width: 70px;
	height: 46px;
	border-radius: 5px;
	margin-top: 7px;
}
.usr-cart-info span {
	position: absolute;
	right: -25px;
	top: -18px;
	background: #e31936;
	padding: 4px 7px;
	text-align: center;
	width: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	border-radius: 100%;
	transition: all 0.3s;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.search-main {
	float: right;
	position: relative;
	width: 32%;
	border-radius: 4px;
	height: 46px;
	border: 1px solid #1f1c51;
	margin-right: 13px;
	margin-top: 7px;
	transition: all 0.3s;
}
.search-main-2 {
	display: none;
}
.search-main .search-field {
	float: left;
	font-size: 16px;
	font-weight: 400;
	padding-left: 22px;
	padding-right: 20px;
	box-sizing: border-box;
	width: 88%;
	border-radius: 29px;
	padding-top: 0;
	transition: all 0.3s;
	height: 44px;
	line-height: 44px;
	color: #000;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	margin-left: 1px;
	background:#fff !important;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
	background-color:#fff !important;
}


.search-main .search-btn {
	height: 47px;
	background: url(../images/search-icon-large.png) no-repeat center center;
	position: static;
	cursor: pointer;
	border-radius: 0px 7px 7px 0px;
	float: right;
	width: 9%;
	margin-top: -2px;
	margin-right: 0;
	transition: all 0.3s;
}
img.sm-dropdown-arrow {
	position: absolute;
	right: -18px;
	top: 17px;
	transition: all 0.3s;
	cursor: pointer;
	height: 8px;
	width: 12px;
}
.cart-item-con {
	height: 210px;
	overflow-y: auto;
	overflow:hidden;
}
/* ========== Header STYLES // END ========== */



/* ========== parts-finder-detail STYLES // START ========== */

.parts-finder-detail {
	position: absolute;
	height: 624px;
	background: #201c50;
	max-width: 483px;
	width: 100%;
	display:none;
	top: 179px;

	right: 0px;
	text-align: center;
	z-index: 2;
	opacity: 0.97;
}
img.cross-2 {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.overlay {
	height: 100%;
	width: 100%;
	z-index: 1;
}
.overlay-2 {
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.5;
	position: fixed;
	z-index: 1;
	display: none;
}
.parts-finder-detail h2{
  font-size:22px;
  font-weight:400;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-top:30px;
  margin-bottom:20px;
  color:#fff;
  transition: all 0.3s;
}



.tab-content p:first-of-type {
  font-size:24px;
  line-height:1.2;
	letter-spacing: 1px;
}

.parts-finder-detail h4{
  font-size:20px;
  font-weight:400;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color:#fff;
  transition: all 0.3s;
}
.parts-finder-detail h5 {
	font-size: 19px;
	font-weight: 400;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #fff;
	margin-top: 59px;
	float: left;
	width: 100%;
}
.dropdown-forms {
	float: left;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-top: 20px;
	transition: all 0.3s;
}
select.compatibility_list {
	width: 96%;
	margin: 0 auto;
	border: 1px solid #dddcdc;
	padding-left: 10px;
	font-size: 15px;
	color: #1f1c51;
	transition: all 0.3s;
	-webkit-appearance: none;
	background-image: url(https://autosurplus.com.au/assets/themes/autosurplus/images/arrow-border.png);
	background-repeat: no-repeat;
		background-position: 98%;
	height: calc(2.0625rem + 2px);
	padding-right: 10px;

}
.form-field {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
img.line-img {
	position: absolute;
	top: 7px;
	right: 45px;
	transition: all 0.3s;
}
img.sm-drop {
	position: absolute;
	top: 8px;
	right: 16px;
}
a.find-one {
	margin-top: 40px;
	float: left;
	width: 100%;
	height: 44px;
	background:#eaeaea;
	font-size:22px;
	font-weight:400;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	box-sizing:border-box;
	color:#1f1c51;
}






/* ========== parts-finder-detail STYLES // END ========== */




/* ========== submenu STYLES // STARTS ========== */

.sub-menu {
	position: absolute;
	top: 50px;
	padding: 3%;
	left: 0;
	display: none;
	background: #f7f7f7;
	opacity: 0.97;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 500px;
	z-index: 999;
	overflow-y: hidden;
}
.sub-menu .sub-menu-sect {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.sub-menu ul {
	list-style: none;
	text-align: center;
	width: 100%;
	float: left;
	/* background: #ebebeb; */
}

/*
.sub-menu li {
	float: left;
	height: 41px;
	line-height: 38px;
	margin-left: 0;
	margin-right: 0;
	border-top: none;
	background: none !important;
	display: block !important;
	text-align: left;
	width: 18%;
	border-bottom: 1px solid #e31936;
	margin-right: 2%;
}
*/








.sub-menu li {
	display: inline-grid;
	height: 36px;
	line-height: 36px;
	border-top: none;
	background: none !important;
	text-align: left;
	width: 16%;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 1%;
}


.sub-menu ul li {
}




.sub-menu .lev2 li {
	border-bottom: none;
	width: 100%;
}
.sub-menu .lev1 li a {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.3px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-align: left;
	text-transform: none;
	/* padding: 7px 12px; */
}
 .sub-menu .lev2 {
	margin-top: 2px;
}
 .sub-menu .lev2 {
	margin-top: 2px;
}
.sub-menu .lev2 li a {
	/* font-size: 12px; */
	font-weight: 400;
	color: #fff;
	text-transform: none;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	border-bottom: none;
	width: unset !important;
}
 .sub-menu .lev2 li a:hover {
	text-decoration: underline;
}
 .sub-menu li a:hover {
  border-color: #fff;
}

ul.menu li {
	box-sizing: border-box;
}

ul.menu > li.dropdown {
        padding-right: 10px;
}

ul.menu > li.dropdown i {
    color: #ebebeb;
    font-size: initial;
    margin-right: 10px;
    margin-top: 10px;
}

ul.menu > li ul li i {
    float: right;
}

nav .content {
	overflow: unset;
	position: relative;
	transition: all 0.3s;
}
.sub-menu-sect ul.lev2 li a {
  color: #000 !important;
  padding-left: 0 !important;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sub-menu .lev1 li {
	/* padding-top: 0; */
}

.sub-menu .sub-menu-sect ul li {
	padding: 0px 0px;
}


.nav-item:hover > .dropdown-menu li:hover > .dropdown-menu-horizontal {
    display: block;
}
.nav-item > .dropdown-toggle::after{
	display: none;
}

.dropdown-menu-horizontal li {
    overflow: hidden;
}


/* ========== submenu STYLES // END ========== */



.payment-info li {
	float: left;
	width: 50px;
	margin: 0 3px;
	background: #fff;
	padding: 5px;
	list-style: none;
	margin-bottom: 0;
	border-radius: 3px;
}


.wk_inner-container {
  width:100%;
  float: left;
  margin-top:5px !important;
}

	/* ========== responsive menu STYLES // START ========== */

.dropdown-link {
	display: none !important;
}

.dropdown-link-2 {
	display: none !important;
}


.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.visible-xs{
	display: none!important;
}
.navigation-list li {
	width: 24%;
	padding: 0 !important;
	text-align: center;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
ul.navigation-list.list-inline.visible-xs {

float: left;

width: 100%;

margin-bottom: 0;

margin-top: 12px;

background: #ebebeb;

padding-top: 10px;

padding-bottom: 10px;

box-sizing: border-box;

margin-left: 0;

margin-bottom: 10px;
}
.navigation-list .icon {
	font-size: 25px;
	color: #000;
}
.navigation-list li a {
	color: #000 !important;
	font-size: 12px;
}








/* ========== header-dropdown STYLES // START ========== */
.usr-cart-info .wk_cartdropdown {
	position: absolute;
	right: -23px;
	top: 12px;
}
.usr-cart-info .wk_cartdropdown a {
	color: #8f8f8f;
}

.wk_cartdropdown ul.dropdown-menu {
	/* position: relative; */
	right: -125px;
	left: auto !important;
	top: -12px !important;
}
.wk_cartdropdown .padding {
	padding: 10px;
	margin-top: 18px;
}
.wk_cartdropdown ul.dropdown-menu li.box .thumb_cart ul li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
}

.wk_cartdropdown ul.dropdown-menu li.box, .wk_cartdropdown ul.dropdown-menu li.box .thumb_cart ul li {
	/* border: 0; */
	width: 100%;
	list-style: none;
}
.wk_cartdropdown .thumb_cart ul .left img {
	width: 50px;
	height: 50px;
}
.wk_cartdropdown .dropdown-menu #neto-dropdown a {
	padding: 0;
}
.wk_cartdropdown .thumb_cart ul .right .price {
	font-size: 14px;
	color: #e31936;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
}

.price {
	font-size: 14px;
	font-weight: 700;
}
.wk_cartdropdown .thumb_cart button.viewcart {
	background: #e31936;
	color: #fff;
	padding: 10px;
	border-radius: 5px !important;
	float: left;
	width: 100%;
	font-size: 18px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	border: 0;
}

.wk_cartdropdown .thumb_cart button {
	margin-top: 10px;
}
.wk_cartdropdown .thumb_cart button.checkout {
	color: #fff;
	line-height: 24px;
	height: auto;
	padding: 10px 0;
	background: #1F1C51;
	width: 100%;
	font-size: 18px;
	border-radius: 5px;
	border: 0;
}
.thumb_cart {
	float: left;
	width: 100%;
}
.wk_cartdropdown .thumb_cart button.checkout {
	float: right;
}
.open > .dropdown-menu {
	display: block;
}
header .content {
	overflow: visible;
}
.wk_cartdropdown .dropdown-menu {
	background-color: #fff;
	border-color: #cccccc;
}
.wk_cartdropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	width: 250px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.wk_cartdropdown .title a {
	color: #000;
}
.wk_cartdropdown .right img {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
.wk_cartdropdown .thumb_cart ul .right {
	float: left;
	width: 160px;
}
section.insta {
	float: left;
	width: 100%;
	text-align: center;
	padding: 25px 0 0;
}
section.insta img {
	display: inline;
  width:100%;
}
/* ========== header-dropdown STYLES // START ========== */



/* ========== Navigation STYLES // START ========== */

.header-main nav {
  background: #1f1c51;
  border-top:  1px solid #1f1c51;
}
nav {
  float: left;
  width: 100%;
  position:  relative;
   transition: all 0.3s;
}

.nav-container {
  width: 100%;
  max-width: 100%;
   transition: all 0.3s;
}

nav input[type=checkbox] {
  display: none;
   transition: all 0.3s;
}

#nav-icon {
  float: left;
  width: 26px;
  height: 22px;
  position: relative;
  margin-left: 0;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#nav-icon span {
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;

  height: 4px;
  width: 100%;
  border-radius: 9px;
  background: #fff;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

nav input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.nav-header-top, nav .cross-menu {
    display: none;
}

nav .menu {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}



nav .menu li a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding-left: 4px;
  padding-right: 10px;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform:  uppercase;
  transition: all 0.3s;
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
  padding: 13px 8px 13px 0;
  border-bottom: 3px solid #1f1c51;
}

nav .menu li:hover > a {
	border-bottom: 3px solid #ee3123;
	color: #fff;
}



ul.menu li .dropdown-menu li{
padding: 0px;

    border-bottom: 1px solid #e2e2e2;
}

ul.menu li:hover .dropdown-menu li:hover{
	background: #f1f1f1;
}

ul.menu li .dropdown-menu li a {
    padding: 7px 12px;
    text-align: left;
    font-size: 12px;
    border: none;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

ul.menu li:hover .dropdown-menu li a{
	color: #000;
}
ul.menu li:hover .dropdown-menu li a:before{
}

ul.menu li:hover .dropdown-menu li a:hover {
	transform: translateX(5px);
	background: transparent;
	color:#e31936;	
}

nav .menu li:first-child a {
  /* padding-left: 1px; */
  transition: all 0.3s;
}
nav .menu li.partsfinder {
  background: #ebebeb;
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
	/* width: 89px; */
	border-top: 1px solid #1f1c51;
	border-bottom: 1px solid #1f1c51;
  display:none;
}
nav .menu li.partsfinder a {
  font-size:13px;
	padding-right: 10px;
	padding-left: 5px;
	color: #201c51 !important;
	transition: all 0.3s;
	width: 107px;
	text-align: left;
}
.img-small {
	float: left;
	margin-right: 5px;
	width: 32px;
	margin-top: 5px;
}

.closemenu,
.burgermenu {
  display: none;
}

/* ========== Navigation STYLES // END ========== */




.wk_catalogue-prod-section {
		float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;

}




/* ========== Features Main STYLES // START ========== */

.features-main {
	width: 100%;
	float: left;
	margin: 10px 0;
	transition: all 0.3s;
}

.features-main .content {

}

.features-main .feature-box {
  width: 24.59821%;       /* 275.5px; */
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  padding-left:  5px;
  padding-right: 5px;
  margin-right: 0.53571%;     /* 6px; */
  float: left;
  margin-bottom: 0;
  transition: all 0.3s;
}

.features-main .feature-box:nth-child(4n) {
  margin-right: 0;
   transition: all 0.3s;
}

.features-main .feature-content {
  padding-left: 8px;
   transition: all 0.3s;
}

.features-main h4 {
  font-size: 13.5px;
  font-weight: 400;
  font-style: italic;
  color: #111111;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: -0.8px;
  transition: all 0.3s;
  margin-bottom: 0;
}

/* ========== Features Main STYLES // END ========== */

/* ========== About-us // START ========== */

.about-us-content {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 50px;
	transition: all 0.3s;
}
.about-us-content h2 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 15px;
	transition: all 0.3s;
}
.about-us-content p {
	font-size: 17px;
	font-weight: 400;
	margin-top: 17px;
	margin-bottom: 17px;
	transition: all 0.3s;
}
.about-us-bottom-link {
	float: left;
	width: 100%;
	padding-left: 30px;
	margin-top: 13px;
	box-sizing: border-box;
	transition: all 0.3s;
}
.about-us-content a:hover {
	color:#1f1c51;
	font-weight:500;
}

.about-us-content a {
	color: #000;
	cursor: pointer;
	transition: all 0.3s;
}

/* ========== About-us // END ========== */




/* ========== Cart // START ========== */

.Cart-portion{
  float:left;
  width:100%;
  margin-top:15px;
   transition: all 0.3s;
}
.Cart-portion table.shop_table.shop_table_responsive {
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
	 transition: all 0.3s;
}
.Cart-portion table.shop_table.shop_table_responsive th {
	font-weight: 700;
	padding: 9px 12px;
	 transition: all 0.3s;
}
.Cart-portion table.shop_table.shop_table_responsive td {
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 6px 12px;
	vertical-align: middle;
	 transition: all 0.3s;
}

.Cart-portion table.shop_table.shop_table_responsive .coupon{
  float:left;
   transition: all 0.3s;
}
.Cart-portion img.table-sm-img {
	width: 50px;
	height: 50px;
	 transition: all 0.3s;
}
td.product-name a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	 transition: all 0.3s;
}
.Cart-portion table.shop_table.shop_table_responsive .quantity .qty {
	width: 3.631em;
	text-align: center;
	padding: 8px 5px;
	border: 1px solid #dfdfdf;
	height: 30px;
	 transition: all 0.3s;
}
input.button.coupon {
	width: 199px;
	height: 60px;
	background: #fff;
	border: 1px solid #d2d2d2;
	color: #d2d2d2;
	 font-size:17px;
	font-weight:600;
	margin-right: 12px;
	cursor: pointer;
	 transition: all 0.3s;
}
input.button.apply-coupon{
   width: 199px;
	height: 60px;
	font-size:17px;
	font-weight:600;
	background: #7a090d;
	border: 1px solid #d2d2d2;
	color: #fff;
	margin-right: 12px;
	cursor: pointer;
	 transition: all 0.3s;
}
button.button.update-cart{
  float:right;
	width: 199px;
	height: 60px;
	font-size:17px;
	font-weight:600;
	background: #7a090d;
	border: 1px solid #d2d2d2;
	color: #fff;
	cursor: pointer;
	 transition: all 0.3s;
}
td.actions.last-one {
	padding: 10px 12px !important;
	 transition: all 0.3s;
}


.mid-portion-cart{
  float:left;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
   transition: all 0.3s;
}

.cart_totals {
	float: right;
	width: 48%;
	transition: all 0.3s;
	margin-bottom: 15px;
}
.cart-product h2{
	  font-family: "Lato", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	font-size:30px;
	font-weight:400;
	 transition: all 0.3s;
}
.cart_totals h2 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	font-size:30px;
	font-weight:400;
	 transition: all 0.3s;
}
.cart_totals table.shop_table {
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	 transition: all 0.3s;
}
.cart_totals table.shop_table th {
	border-top: 1px solid #ebe9eb !important;
	width: 60%;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 15px;
	 transition: all 0.3s;
}
.cart_totals table.shop_table td{
	border-top: 1px solid #ebe9eb !important;
	padding-top: 5px;
	padding-bottom: 30px;
	 transition: all 0.3s;

}
.cart_totals table.shop_table th{
	border-top: 1px solid #ebe9eb !important;

}
.cart_totals ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0;
	 transition: all 0.3s;
}
.cart_totals ul#shipping_method li {
	margin: 0;
	padding: .25em 0 .25em 22px;
	text-indent: -22px;
	list-style: none outside;
	 transition: all 0.3s;
}
.cart_totals ul#shipping_method li input {
	margin: 3px .5ex;
	 transition: all 0.3s;
}
.cart_totals ul#shipping_method li label {
	display: inline;
	 transition: all 0.3s;
}
.cart_totals ul#shipping_method .amount {
	font-weight: 700;
	font-size: 16px;
	 transition: all 0.3s;
}
.wc-proceed-to-checkout a {
	text-align: center;
	float: left;
	width: 100%;
	background: #ff5e00;
	border:2px solid #ff5e00;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.3s;
}
.wc-proceed-to-checkout a:hover{
	border:2px solid #1f1c51;
	background:#000;
}
span.woocommerce-Price-amount.amount {
	font-size: 25px;
	font-weight: 400;
	 transition: all 0.3s;
}
.cart-product {
	float: left;
	width: 50%;
	position: relative;
	 transition: all 0.3s;
}
.cart-product .cate-single {
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	transition: all 0.3s;
}
.cart-product .product-single .product-img {
	float: left;
	width: 100%;
/*    height: 200px;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	 transition: all 0.3s;
}
.cart-product .product-single .product-content {
	width: 100%;
	float: left;
}
.cart-product .product-price {
	font-size: 19px;
	font-weight: 600;
	color: #000;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	letter-spacing: -0.5px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	cursor: pointer;
	 transition: all 0.3s;
}
.cart-product .product-title {
	font-size: 15px;
	font-weight: 600;
	color: #000000 !important;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.7px;
	text-align: center;
	 transition: all 0.3s;
}
.cart-product .product-single .product-link.home-org {
	font-size: 15px;
	font-weight: 500;
	color: #000 !important;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	height: 38px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #ff9500;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s;
}

.cart-product span.note {
	position: absolute;
	right: 46px;
	top: 0px;
	background: #cf1e24;
	padding: 14px 10px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	border-radius: 30px;
	 transition: all 0.3s;
}
.cart-product .product-single .product-link.home-org:hover{
  background:#ff9500;
  color:#fff;
   transition: all 0.3s;
}

.cart-product .product-single a.cat-bottom-link {
	font-size: 14px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	padding-bottom: 8px;
	width:138px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex; cursor: pointer;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin:auto;
	background: #e31936;
	padding: 12px 28px 12px 28px;
	border-radius: 3px;
	transition: all 0.3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cart-product .product-single a.cat-bottom-link:hover {
   background:#000;
  }
/* ========== Cart // END ========== */

/* ========== Banner STYLES // START ========== */

.banner {
  width: 100%;
  clear:both;
  margin:0 auto;
  margin-top: 13px;
  transition: all 0.3s;
  text-align: center;
}
section.banner.banner-main img {
  cursor:default;
	display: inline-block;
	height: 100%;
}

section.n-responsive-content .content {
  padding-left:0;
  padding-right:0;
}

.banner .banner-container {
	width: 70%;
	float: right;
	 transition: all 0.3s;
}
.banner-container img {
	width: 100%;
}
.sm-form-blue h3 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	 transition: all 0.3s;
}
.sm-form-blue {
	float: left;
	width: 28%;
	background: #1f1c51;
	height: auto;
	padding: 15px;
	box-sizing:border-box;
	 transition: all 0.3s;
}
p.form-row.form-row-wide {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	transition: all 0.3s;
	position: relative;
}
p.form-row.form-row-wide img.red-dropdown {
	position: absolute;
	top: 66px;
	right: 13px;
}
.sm-form-blue label.full-wild {
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
	font-size: 18px;
	line-height: 2;
	color:#fff;
	 transition: all 0.3s;
}
.sm-form-blue abbr.required {
	color: red;
	font-weight: 700;
	border: 0;
	 transition: all 0.3s;
}
.sm-form-blue label span.home-page-form {
	float: left;
	width: 100%;
	margin-bottom: 8px;
	 transition: all 0.3s;
}
.sm-form-blue select.state_select.select2-hidden-accessible {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	width: 100%;
	padding: 10px 8px;
	border-radius: 5px;
	transition: all 0.3s;
	-webkit-appearance: none;
}
.home-banner-form-btn {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 13px;
	transition: all 0.3s;

}
button.bottom-btn-form {
	background: #e31936;
	color: #fff;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button.bottom-btn-form:hover {
	background: #000;
}
/* ========== Banner STYLES // END ========== */


/* ========== Slider // Start ========== */
.sale-products {
	margin-bottom: 13px;
}
.products {
	width: 100%;
	float: left;
	padding-top: 39px;
	padding-bottom: 20px;
	position: relative;
}

.products .content {
  padding-left:0;
  padding-right:0;
}

.sect-title {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 45px;
}
.sect-title h2 {
	font-size: 31px;
	font-weight: 600;
	padding-bottom: 7px;
	color: #000;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
	font-family: "Lato", Helvetica, Arial, sans-serif;
	background: url(../images/line.png)no-repeat bottom;
}
 .products-container {
	width: 100%;
	padding-bottom: 24px;
	margin: auto;
	position: relative;
}

.products.sale-products .products-container {
  padding-bottom: 12px;
}


ul#bannerSlider {
	list-style: none;
}

.sect-title h2 span {
  font-weight: 400;
}

.products .product-single {
	/* margin-right: 1.33%; */
	margin-bottom: 24px;
	border-radius:5px;
	position: relative;
	border: 1px solid #ccc;
	overflow: hidden;
	padding-right: 8px;
	padding-left: 8px;
	box-sizing: border-box;
}
/*li.lslide {
	width: 229px !important;
}*/
.products .product-single:nth-child(4n+1) {
  /*margin-right: 0;*/
}

.products .product-single .product-img {
  float:  left;
  width:  100%;
  height: 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing:  border-box;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
}

.products .product-single .product-img img {
	margin: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	transition: all 0.3s;
	height: 155px;
	max-width: 220px;
	transition: .5s ease;
}

.products .product-single .product-img img:hover {
  opacity: 1;
}

.products .product-single .product-content {
  width: 100%;
  float: left;
}
.products .product-single .product-link.home-org {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	height: 39px !important;
	line-height:39px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 202px;
	background: #1f1c51;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s;
	position: relative;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	box-sizing: content-box;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

.product-single.wk_featured-prod-single .btn-stack .cat-bottom-link-invert {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	height: 42px !important;
	line-height:39px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 202px;
	background: #1f1c51;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s;
	position: relative;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	box-sizing: content-box;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

.cat-bottom-link-box p {
    display: block !important;
    padding: 0 !important;
    margin: -7px !important;
    height: 39px !important;
}

.cat-bottom-link-box span {
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 31px;
	line-height: normal;
}
	

.product-single.wk_featured-prod-single .btn-stack .cat-bottom-link-invert span {
	position: absolute;
    font-size: 12px;
    top: 11px;
}

.product-single.wk_featured-prod-single .btn-stack .cat-bottom-link-invert p,
.product-single.wk_featured-prod-single .btn-stack .cat-bottom-link-invert p:hover {
	text-decoration:none !important;
}

.product-single.wk_featured-prod-single .btn-stack a:hover {
    background-color: #e31936 !important;
    border-color: #e31936 !important;
    text-decoration: none !important;
}

.product-single.wk_featured-prod-single .btn-stack .cat-bottom-link-invert:hover {
	cursor:pointer;
}

.products .product-single .product-link.home-org:hover {
	/*color: #fff !important;
	background: #1f1c51;
	border: 1px solid transparent;*/
}
.product-single .product-link.home-org-grey {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	height: 39px;
	line-height: 39px;
  border: 1px solid transparent;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 202px;
	border-color: #1f1c51;
	background: #1f1c51;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s;
	position: relative;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	box-sizing: content-box;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.product-single .product-link.home-org-grey:hover {
  text-decoration:none;
  color: #fff;
	background: #e31936 !important;
	border: 1px solid #e31936;
}
.products .product-title {
  font-size: 14px;
	font-weight: 400;
	color: #000000 !important;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	height: 49px;
	line-height: 1.5;
	text-align: center;
}
.products .product-price {
	font-size: 19px;
	font-weight: 600;
	color: #e31936;
	line-height: 20px;
	margin-bottom: 18px;
	margin-top: 15px;
	text-align: center;
	letter-spacing: -0.5px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	cursor: pointer;
	float: left;
	width: 100%;
  height:20px;
}
.products .product-price span.price,
.products .product-price span .text-success,
.catalogue-price .price {
	font-size: 19px;
	font-weight: 600;
	color: #e31936 !important;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 0;
	letter-spacing: -0.5px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
	cursor: pointer;
	width: 100%;
	height: 10px;
}

.cat-slider {
	float: left;
	width: 100%;
}

.cat-slider .rvitems ul {
  clear:both;
  margin:0 auto;  
}

.cat-slider .rvitems .catalogue-single-cat {
	width: 19.8%;
	display: inline-block;
	margin: 10px 0.25%;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	transition: all 0.3s;
	position: relative;
	flex-direction: column;
}

.btn-stack {
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
	padding: 10px 0;
}

.products .product-price span.price strong {
  display:none;
}

#goToPrevSlide3 {
	bottom: 0;
	top: 236px;
	left: -40px;
	width: 29px;
	height: 52px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	position: absolute;
	background: url(../images/featured-product-prev.png) no-repeat center center;
}
#goToNextSlide3 {
	bottom: 0;
	top: 236px;
	right: -40px;
	width: 29px;
	height: 52px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	cursor: pointer;
	background: url(../images/featured-product-next.png) no-repeat center center;
}
#goToPrevSlide2 {
	bottom: 0;
	top: 236px;
	left: -40px;
	width: 29px;
	height: 52px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	position: absolute;
	background: url(../images/featured-product-prev.png) no-repeat center center;
}
#goToNextSlide2 {
	bottom: 0;
	top: 236px;
	right: -40px;
	width: 29px;
	height: 52px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	cursor: pointer;
	background: url(../images/featured-product-next.png) no-repeat center center;
}
#goToPrevSlide {
	bottom: 0;
	top: 236px;
	left: 5px;
	width: 29px;
	height: 52px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	position: absolute;
	background: url(../images/featured-product-prev.png) no-repeat center center;
}
#goToNextSlide {
	bottom: 0;
	top: 236px;
	right: 5px;
	width: 29px;
	height: 52px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	cursor: pointer;
	background: url(../images/featured-product-next.png) no-repeat center center;
}
span.note {
	position: absolute;
	right: 46px;
	top: 0px;
	background: #cf1e24;
	padding: 14px 10px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	border-radius: 30px;
}
.product-single .old-price, .catRRP {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #919191 !important;
	font-family: "Lato", Helvetica, Arial, sans-serif !important;
	background: none;
	text-decoration: line-through;
}

.catRRP {
  margin-left:5px;
}


.price-changes .saleperc {
  height: 19px;
  padding:0 7px !important;
}
.saleperc {
	float: left;
	background: #e31936;
	color: #fff !important;
	font-size: 11px !important;
	padding: 2px 7px 0;
	position: absolute;
	top: 0;
	left:0;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: normal ;
}

.product-single.wk_featured-prod-single:hover .product-link.home-org,
.product-single.wk_featured-prod-single:hover .product-link.home-org-grey {
   /* background-color: #e31936;
  border-color:#e31936;
	color: #fff;*/
}


/* ========== Slider // END ========== */




/* ========== Categories STYLES // START ========== */

.categories {
  width: 100%;
  float: left;
  padding-top: 39px;
  padding-bottom: 3px;
}

.sect-title {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 33px;
   transition: all 0.3s;
}

.cztextarea {
    text-align: center;
    clear: both;
	/*
    margin: 20px 0 40px !important;
    position: relative;
    top: 30px;
	*/
}
.cztextarea p,
.cztextarea ul,
.cztextarea ol {
	font-size:18px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

.sect-title h2,
.cztextarea h2 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 13px;
  color: #000000;
  background: url(../images/sect-title-bg.png) no-repeat bottom center;
  letter-spacing: -0.6px;
   transition: all 0.3s;
}
.cat-left-side{
  float:left;
  width:49%;
  margin-bottom:5px;
}
.cat-right-side{
  float:right;
  width:49%;
  margin-bottom:5px;
}
.cat-left-side .cat-single-small {
	width: 100%;
	float: left;
	margin-bottom: 14px;
	position: relative;
	opacity: 0.88;
	transition: .5s ease;
}

.cat-left-side .cat-single-small:hover,
.cat-right-side .cat-single-small:hover {
	opacity: 1;
}
.cat-right-side .cat-single-small {
	width: 100%;
	float: left;
	margin-bottom: 14px;
	position: relative;
	opacity: 0.7;
	transition: .5s ease;
}




.cat-left-side .cat-img {
	position: relative;
}
.cat-right-side .cat-img {
	position: relative;
}
.cat-left-side .cat-single-small h2 {
	position: absolute;
	font-size: 33px;
	top: 76px;
	right: 29px;
	color: #fff;
	line-height: 31px;
	letter-spacing: 2.5px;
}
.cat-right-side .cat-single-small h2 {
	position: absolute;
	font-size: 25px;
	top: 67px;
	right: 39px;
	color: #fff;
	letter-spacing: 2.5px;
}
.cat-right-side .cat-single-small h2.color-bg {
	position: absolute;
	font-size: 26px;
	top: 77px;
	right: 37px;
	color: #000;
	letter-spacing: 2.0px;
}
.cat-left-side a.cat-bottom-link:hover {
	background: #000;
}
.cat-left-side a.cat-bottom-link {
	font-size: 14px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	position: absolute;
	padding-bottom: 8px;
	text-align: center;
	right: 25px;
	top: 152px;cursor: pointer;

	background: #e31936;
	padding: 12px 23px 12px 23px;
	border-radius: 3px;
		-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cat-right-side a.cat-bottom-link:hover {
	background: #000;
}
.cat-right-side a.cat-bottom-link {
	font-size: 14px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	position: absolute;
	padding-bottom: 8px;
	text-align: center;
	right: 42px;
	top: 106px;cursor: pointer;
	background: #e31936;
	padding: 12px 23px 12px 23px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cat-single-small a.cat-bottom-link.diff {
	font-size: 14px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	position: absolute;
	padding-bottom: 8px;
	text-align: center;
	right: 42px;
	top: 117px;cursor: pointer;
	background: #e31936;
	padding: 12px 23px 12px 23px;
	border-radius: 3px;
		-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cat-single-small a.cat-bottom-link.diff:hover {
  background:#000;
}
.cat-left-side img {
	width: 100%;
}
.cat-right-side img {
	width: 100%;
}
.f-l-cat {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.f-l-cat .cat-single {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	transition: all 0.3s;
}
.f-l-cat .cat-single .cat-content-container {
	position: absolute;
	top: 12px;
	right: 0;
	left: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 0.3s;
}
.f-l-cat .cat-content {
	width: 100%;
	/*max-width: 258px;*/
}
.f-l-cat .cat-content a.cat-bottom-link{
	font-size: 14px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	padding-bottom: 8px;
	text-align: center;
	background: #e31936;cursor: pointer;
	padding: 12px 23px 12px 23px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.f-l-cat .cat-content a.cat-bottom-link:hover{
	background: #000;
}
.f-l-cat .cat-content h2 {
	font-size: 32px;
	color: #fff;
	letter-spacing: 2.5px;
	margin-bottom: 19px;
	float: left;
	width: 100%;
}

.cat-singleSmall,
.cat-singleMedium,
.cat-singleLarge {
  float:left;
  padding: 5px;
}


/*
.cat-singleSmall img :hover,
.cat-singleMedium img:hover,
.cat-singleLarg img:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
*/

.cat-singleSmall {
	width: 33.33%;
}
.cat-singleMedium {
  width:50%;
}
.cat-singleLarge {
  width:100%;
}

.cat-singleSmall img,
.cat-singleMedium img,
.cat-singleLarge img {
	opacity: 1;
	float: left;
  transition: all 0.3s;
}

.cat-singleSmall img:hover,
.cat-singleMedium img:hover,
.cat-singleLarge img:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 1px 3px 1px #201d15b5;
  -moz-box-shadow: 0px 1px 3px 1px #201d15b5;
  box-shadow: 0px 1px 3px 1px #201d15b5;
}


/* ========== Categories STYLES // END ========== */



/* ========== Contact-us STYLES // START ========== */

.store-category.contact-us-bar a.active {
	text-decoration: underline;
}
.contact-us-right {
	float: right;
	width: 74%;
	transition: all 0.3s;
	margin-top: 13px;
}
.right-contact-heading {
  float: left;
	width: 100%;
	background: #f2f2f2;
	transition: all 0.3s;
	padding-left: 24px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.right-contact-heading h3 {
  box-sizing: border-box;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 0;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.contact-us-inner-left h2 {
 font-size: 19px;
	margin-bottom: 24px;
	float: left;
	width: 100%;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

.contact-us-inner-left h2.opening-hour {
	   margin-top: 19px;
	margin-bottom: 19px;
}

.contact-us-inner-left {
	float: left;
	width: 27%;
	padding: 30px 20px;
	box-sizing: border-box;
	padding-bottom: 0;
}
.contact-links{
	float: left;
	width: 100%;
	margin-bottom: 23px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: start;
	justify-content: end;
	transition: all 0.3s;
}

.contact-links-1 {
	margin-bottom: 17px;
}

.contact-icon {
	float: left;
	margin-right: 9px;
	color: #c5c5c5;
}


.contact-links img {
  max-width: initial !important;
	display: inline;
	vertical-align: middle;
}
.contact-links a {
	font-size: 16px;
	color: #000;
	cursor: pointer;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	transition: all 0.3s;
}
.contact-links h5 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	transition: all 0.3s;
}
.contact-us-inner-right {
	float: left;
	width: 73%;
	padding: 30px 20px 30px 15px;
	box-sizing: border-box;
}
.contact-right-top-text {
	margin-bottom: 20px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.contact-us-inner-right #html_element {
	display: none;
}
.form-group {
	margin-bottom: 15px !important;
}
.contact-us-inner-right label {
  margin: 0;
	float: left;
	font-size: 15px;
	transition: all 0.3s;
	width: 100%;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #000;
	margin-bottom: 10px;
	line-height: initial;
}
span.woocommerce-input-wrapper {
	float: left;
	width: 100%;
	margin-bottom: 8px;
	transition: all 0.3s;
}
.contact-us-inner-right .input-text {
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: 1;
	border: 1px solid #dfdfdf;
	padding: 15px 8px;
	transition: all 0.3s;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #a2a2a2;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.listing-qty .input-text {
	margin-bottom: 0;
}
.contact-us-inner-right abbr.required {
	color: red;
	font-weight: 700;
	border: 0;
	transition: all 0.3s;
	text-decoration: none;
	margin-left: 6px;
}
.contact-us-inner-right textarea {
	width: 100%;
	height: 160px;
	border: 1px solid #dfdfdf;
	transition: all 0.3s;
	border-radius: 5px;
	padding-top: 10px;
	box-sizing: border-box;
	padding-left: 10px;
	color: #a2a2a2;
	font-size: 15px !important;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
.contact-us-inner-right textarea:focus {
	border: 1px solid #dfdfdf !important;
}
.contact-us-inner-right input.submit.btn.btn-submit-form {
	font-size: 17px;
	font-weight: 500;
	color: #fff!important;
	text-transform: uppercase;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-align: center;
	width: 100%;
	max-width: 202px;
	padding: 7px 0;
	cursor: pointer;
	background: #1f1c51;
	border-radius: 5px;
	transition: all .3s;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #1f1c51;
}

.contact-us-inner-right input.submit.btn.btn-submit-form:hover {
	background:#e31936;
	border:1px solid #e31936;
}

.contact-us-inner-right input.submit.btn.btn-submit-form:hover {
	opacity: 1;
}




.contact-content {
	float: left;
	width: 100%;
}
.contact-content h5{
	float: left;
	clear:both;
	margin-bottom: 0;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.contact-content p{
	 float: right;
	margin-bottom: 8px;
	line-height: normal;
	font-family: "Lato", Helvetica, Arial, sans-serif;

}
.contact-box {
	flex: 1;
}
.contact-box .contact-content {
	float: left;
}
/* ========== Contact-us STYLES // END ========== */

/* ========== Brands STYLES // START ========== */

.brands {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
	transition: all 0.3s;
	position: relative;
}
section.brands .content {position:relative;}
.thumbnail-brand img{
  position:relative;
  z-index:-1;
}
.thumbnail-brand a {
	 -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 9px 5px inset; 
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 9px 5px inset;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 9px 5px inset;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
	display: inline-block;
}
.thumbnail-brand a:hover{
	 -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px 5px inset; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px 5px inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px 5px inset;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.brands .sect-title {
	margin-bottom: 30px;
	transition: all 0.3s;
	padding-top: 20px;
}
#goToPrevSlide4 {
	bottom: 0;
	top: 50%;
  transform: translateY(-50%);
	left: 0px;
	width: 29px;
	height: 52px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	position: absolute;
	background: url(../images/featured-product-prev.png) no-repeat center center;
}
#goToNextSlide4 {
	bottom: 0;
	top: 50%;
  transform: translateY(-50%);
	right: 0;
	width: 29px;
	height: 52px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	cursor: pointer;
	background: url(../images/featured-product-next.png) no-repeat center center;
}

.brands .brands-img-container {
  width: 100%;
  float: left;
  transition: all 0.3s;
  position: relative;
}

.brands .brand-img {
	border: 1px solid #e0e0e0;
	width: 20%;
	margin-right: -1px;
	margin-top: -1px;
	height: 117px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	padding: 10px;
}

.brands .brand-img img {
	max-height:97px;
	max-width:200px;
}

.brands .brand-img:hover {
	-webkit-box-shadow: inset 0px 0px 17px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 17px -3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 17px -3px rgba(0,0,0,0.75);
}

/* ========== Brands STYLES // END ========== */





/* ========== Subscribe STYLES // START ========== */

.subscribe {
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: all 0.3s;
}

.subscribe .sub-container {
  width: 100%;
  float: left;
  background: url(../images/sub-bg.png) repeat top center;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left:  5px;
  padding-right:  5px;
  box-sizing:  border-box;
   transition: all 0.3s;
}

.subscribe h4 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  text-shadow: 1px 1px 2px rgba(0,0,0,.25);
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.6px;
  margin-bottom: 17px;
   transition: all 0.3s;
}

.subscribe .btn-sub {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
	background: #201a54;
	border-radius: 5px;
  width: 196px;
  height: 43px;
  line-height: 43px;
  letter-spacing: -0.4px;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.subscribe .btn-sub:hover {
	background: #f7002b;
  text-decoration:none;
}

/* ========== Subscribe STYLES // END ========== */





/* ========== Footer STYLES // START ========== */

footer {
  width: 100%;
  float: left;
  transition: all 0.3s;
  -webkit-text-size-adjust: 100%;
   -webkit-text-size-adjust: none;
}
footer .footer-top {
	 width: 100%;
	float: left;
	background: #ebebeb;
	padding-top: 28px;
	padding-bottom: 1px;
	transition: all 0.3s;
	margin-top: 20px;
}
footer .footer-top .sect-links {
  float: left;
  padding-right: 112px;
  margin-bottom: 30px;
  box-sizing:  border-box;
   transition: all 0.3s;
}
footer .footer-top .sect-links.sect-links-large {
	transition: all .3s;
	padding-right: 0;
	padding-left: 10px;
	max-width: 363px;
	overflow: hidden;
}

footer .footer-top .sect-links.sect-links-large a {
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

/*footer .footer-top .sect-links:last-child {
  width: 19%;
  padding-right:  0;
  padding-top: 8px;
}*/

footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #201c51;
  text-shadow: 1px 1px 2px rgba(0,0,0,.25);
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 8px;
  background: url(../images/footer-heading-img.png) no-repeat left bottom;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
   transition: all 0.3s;
}

footer .footer-top ul {
  list-style: none;
  float: left;
  width: 100%;
}

footer .footer-top .sect-links-large ul {
  width: 50%;
   transition: all 0.3s;
}

footer .footer-top ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #201c51 !important;
	font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 28px;
   transition: all 0.3s;
}

footer .footer-top .est-img {
	max-width: 350px;
	margin-left: 6px;
}

footer .footer-top ul li a:hover {
  color:#e31936 !important;
  transition: all 0.3s;
  text-decoration:none;

}
footer .footer-bottom {
	width: 100%;
	float: left;
	background: #1f1c51;
	padding-top: 11px;
	padding-bottom: 12px;
	transition: all 0.3s;
	cursor:default;
}

footer .footer-bottom .copyrights {
	float: left;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	margin-top: 7px;
	transition: all 0.3s;
}
.copy-company p,
.copy-company p strong {
	font-size: 13px;
	font-weight:normal;
	color: #1f1c51;
}

.copy-company {
	float: left;
	width: 100%;
	text-align: right;
	margin-top: 10px;
}
.copy-company a {
	font-size: 13px;
	color: #1f1c51;
}
.copy-company a:hover {
 text-decoration:underline;
}
footer .footer-bottom .payment-info {
  float: right;
  transition: all 0.3s;
}
.footer-social-links {
	width: 100%;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 9px;
	transition: all 0.3s;
}
.footer-inner-content a,
.footer-inner-content h5 {
	font-size: 17px;
	font-weight: 400;
	color: #1f1c51;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	transition: all 0.3s;
}

.footer-inner-content a:hover,
.footer-inner-content h5:hover {
  color:#e31936 !important;
  transition: all 0.3s;
  text-decoration:none;
}

.footer-inner-content h5 {
}


.social-wrap {
	width: 140px;
	display: inline-block;
}

.footer-icon {
	width: 19px;
  float:left;
	margin-right: 8px;
  color:#818181;
}

.footer-icon .fa-envelope:before,
.footer-icon .fa-phone:before,
.footer-icon .fa-facebook-f:before,
.footer-icon .fa-instagram:before {
  font-size:18px;
}

.footer-icon .fa-envelope:before {
  position:relative;
  top:4px;
}

.footer-icon .fa-instagram:before {
  position:relative;
  top:1px;
}

.footer-social-links  .feature-content {
	padding-left: 8px;
	transition: all 0.3s;
}
/* ========== Footer STYLES // END ========== */



/* ========== brand STYLES // start ========== */

.pager {
	padding-left: 0;
	margin: 5px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
  cursor:pointer;
}
.pager > li > a:hover, .pager > li > a:focus {
	color: #fff;
	background: #1f1c51;
	border-color: #1f1c51;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 0;
  width:60px;
	background-color: #fff;
	border: 1px solid #ddd;
	color:#000;
		border-radius: 0 !important;
}
.pager > li.active > a {
	color: #fff;
	background: #1f1c51;
	border-color: #1f1c51;
}

.pager > li > a:hover {
  color:#fff !important;
}
.pager > li > a {
	margin-bottom: 5px;
	border-color: #e5e9ef;
}
.brand-box-center {
	margin: auto;
	max-width: 950px;
}
.thumbnail-brand {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	width: 170px;
}







/* ========== brand STYLES // END ========== */


/* ========== Listing Page STYLES // START ========== */

.gallery-container {
  width: 100%;
  float: left;
  margin-top: 8px;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 19px;
}

.gallery-images {
	float: left;
	width: 55%;
	margin-top: 25px !important;
	margin-right: 1%;
}
.big-image img {
	width: 554px;
	margin: auto;
}
.big-image {
	float: right;
	width: 100%;
}

.small-images-row {
	clear: both;
	text-align: center;
}

.small-images {
	text-align: center;
	display: inline-block;
	margin: 10px 10px 0;
}
.thumb-image {
	padding: 10px;
	border: 1px solid #d0d0d0;
	height: 110px;
	width: 110px;
	object-fit: contain;
	object-position: center;
}
.gallery-detail {
	width: 44%;
	float: right;
	margin-top: 25px;
}

.gallery-detail h1 {
  float: left;
  width: 100%;
  font-size: 27px;
  font-weight: 400;
  color: #000;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 30px;
  margin-bottom: 0;
  box-sizing: border-box;
  transition: all 0.3s;
}

.gallery-detail h1 span {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	float: left;
	width: 100%;
	padding-top: 6px;
}

.gallery-detail h2 span {
	font-size: 15px;
	font-weight:400;
	transition: all 0.3s;
}
img.pre {
	margin-top: 10px;
	float: left;
}
.gallery-detail h2 {
	font-size: 33px;
	line-height: 25px;
	margin-top: -5px;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	transition: all 0.3s;
}
.gallery-detail p.price {
	font-size: 33px;
	font-weight: 500;
	color: #000000;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	float: left;
	margin-top: 10px;
	box-sizing: border-box;
	letter-spacing: -0.1px;
	transition: all 0.3s;
}
.gallery-detail .price-disc-amount {
	float: left;
}
.price-disc-amount .old-price {
	font-size: 13px;
	font-weight: 500;
	color: #919191;
	background: none;
	text-decoration: line-through;
	float: left;
	margin-top: 19px;
	margin-left: 17px;
	transition: all 0.3s;
}

.price-disc-amount .save-price {
	font-size: 13px;
	font-weight: 500;
	color: #e31936;
	background: none;
	padding-right: 12px;
	float: right;
	margin-top: -6px;
	margin-left: 17px;
	transition: all 0.3s;
	clear: both;
}

p.line-text {
	float: left;
	clear: left;
	margin-top: 10px;
	color: #000;
	font-weight: 500;
	transition: all 0.3s;
	font-size: 15px;
}
.quantity {
	float: left;
	margin-top: 20px;
	transition: all 0.3s;
	width: 100%;
}
span.listing-qty {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #898989;
	font-size: 20px;
	font-weight: 400;
  display:none;
}
.gallery-detail .btn-add-to-cart {
	background: #e31936;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	float: left;
	border-radius: 5px;
	transition: all 0.3s;
	cursor: pointer;
	-webkit-appearance: none;
	padding: 10px 37px;
	-moz-appearance: none;
	appearance: none;
	text-transform: uppercase;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.gallery-detail .btn-add-to-cart:hover {
	background: #201b52;
}
.quantity input.input-text.qty.text {
	width: 78px;
	text-align: center !important;
	padding: 8px 5px;
	border: 1px solid #ddd;
	height: 53px;
  border-radius: 5px;
	transition: all 0.3s;
	font-size: 20px;
	padding-left: 12px;
	box-sizing: border-box;
}
img.small-logo {
  max-width:130px;
  float:left;
  clear:both;
	transition: all 0.3s;
	margin-right: 10px;

}
.bg-desc-cat h3 {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
.bg-desc-cat p {
	color: #d2d2d2;
	font-size: 10px;
}
p.line-text span.red-value{
  color:#e31936;
	  transition: all 0.3s;
}
.gallery-detail .desc {
	width: 100%;
	float: left;
	padding: 0px 5px 10px 0px;
	box-sizing: border-box;
	margin-top: 1px;
	transition: all 0.3s;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

.gallery-detail .desc .fa-cogs {
	color: #fff;
	font-size: 25px;
	position: relative;
	right: -30px;
}
.gallery-detail .desc img {
	   float: left;
}

.gallery-detail .desc li span {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	float: left;
	position: relative;
	left: -35px;
}
.bg-desc {
	float: left;
	width: 100%;
	background: #f1f1f1;
	height: auto;
}
.bg-desc-cat {
	float: left;
	width: 32%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
img.sm-logo-img-lis {
	margin: auto;
}
.gallery-detail ul {
  list-style: none;
  float:  left;
  width: 100%;
  margin-top: 20px;
  padding-left: 2px;
}
.gallery-detail a.heart-link {
	float: right;
	margin-top: 10px;
	color: #1f1c51;
	background: url(../images/heart.png)no-repeat left;
	padding-left: 29px;
	margin-right: 65px;
	clear: right;
	font-family: "Lato", Helvetica, Arial, sans-serif !important;
}
.gallery-detail a.heart-link span {
	font-family: "Lato", Helvetica, Arial, sans-serif !important;
}

.gallery-detail ul li {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: #fff;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #201b52;
	border-radius: 4px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 8px;
	flex-direction: row;
	padding-left: 32px;
	padding-right: 32px;
	box-sizing: border-box;
}

.gallery-detail ul li a {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: #fff;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

.gallery-detail ul li a:hover {
  text-decoration:none;
}

.tabs {
	width: 100%;
	max-width: 1329px;
	float: left;
	margin-top: 60px;
	box-sizing: border-box;
}

.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.tabs input[type=radio] {
  display: none;
}

.tabs label {
  float: left;
  font-size: 15px;
  font-weight: 700;
  color: #201b52;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  height: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  background: #e3e3e1;
  text-transform:  uppercase;
  padding-left:  5px;
  padding-right: 5px;
  border-top: 1px solid #e3e3e1;
  border-left: 1px solid #e3e3e1;
  border-right: 1px solid #e3e3e1;
  margin-right: 0.1%;
  position: relative;
  top: 1px;
}

.tabs .tab1,
.tabs .tab2,
.tabs .tab3,
.tabs .tab4,
.tabs .tab5,
.tabs .tab6 {
  width: 24.9%;
}

.tabs [id^="tab"]:checked + label {
  color: #e31936;
  background: #fff;
}

.tab-content {
  display: block;
  width: 100%;
  max-width: 1327px;
  float: left;
  padding: 27px 15px 25px 15px;
  min-height: 168px;
  box-sizing: border-box;
  border: 1px solid #e3e3e1;
  background: #fff;
  margin-top: 1px;
}

.tab-content-text {
  width: 100%;
  float: left;
  padding: 0 3.8% 4px 3%;
  box-sizing: border-box;
}


#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
  display: block;
}

.tab-content * {
  -webkit-animation: scale 0.7s ease-in-out;
  -moz-animation: scale 0.7s ease-in-out;
  animation: scale 0.7s ease-in-out;
}

.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5  .tab-content h6 {
  color: #111111;
  margin: 15px 0px;
  letter-spacing: 1px;
}

.tab-content h1 {
  font-size: 26px;
}

.tab-content h2 {
  font-size: 24px;
}

.tab-content h3 {
  font-size: 22px;
}

.tab-content h4 {
  font-size: 20px;
}

.tab-content h5 {
  font-size: 18px;
}

.tab-content h6 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 28px;
  margin-bottom: 28px;
}

.tab-content p {
  padding: 5px 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  letter-spacing: 0.1px;
}

.tab-content p,
.tab-content a {
  color: #111111;
}

.tab-content ol, .tab-content ul {
  margin-left: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 30px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1px;
}

.tab-content ol ol li {
  list-style-type: lower-alpha;
}

.tab-content ol ol ol li {
  list-style-type: lower-roman;
}

.tab-content ul {
  list-style-type: none;
  padding-bottom: 6px;
}

.tab-content ul ul li {
  list-style-type: circle;
}

.tab-content ul ul ul li {
  list-style-type: square;
}

@keyframes scale {
  0% { 
  transform: scale(0.9);
  opacity: 0;
	}

  50% {
  transform: scale(1.01);
  opacity: 0.5;
	}

  100% { 
  transform: scale(1);
  opacity: 1;
  }
}



.tab-table {
  margin: 0 auto;
  max-width: 100%;
  margin-top: 20px;
}

.tab-table .table {
  /**
   * Makes all columns equal width.
   * Then we override the first column to be only 10% width.
   * The other columns stay equally wide.
   */
  table-layout: fixed;
  width: 100%;
  border-left: 1px solid #e3e3e1;
}

.tab-table .table td,
.tab-table .table th {
  padding: 8px 14px;
  text-align: left;
  border-right: 1px solid #e3e3e1;
  border-bottom: 1px solid #e3e3e1;
  background-color: #fafafa;
  font-size:  14px;
  color: #000000;
}

.tab-table .table td:first-child,
.tab-table .table th:first-child {
  width: 13.5%;
}

.tab-table .table td:last-child,
.tab-table .table th:last-child {
  border-right: none;
}

.tab-table .table th {
  background-color: #201b52;
  border-bottom: 1px solid #e3e3e1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 14px;
}

.tab-table .table tbody tr:nth-child(even) {
  background-color: #e8f8ff;
}

/* ========== Listing Page STYLES // END ========== */




/* ========== FAQ STYLES // START ========== */


.tabs.faq {
	clear: both;
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin-top: 0;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 40px;
	border-bottom: 1px solid #c1c1c1;
}
.tabs.faq:after {
	content: '';
	display: table;
	clear: both;
}

.tabs.faq a.tab {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	line-height: 56px;
	padding-left: 25px;
	cursor: pointer;
	background: #fff url(../images/tab-bg.png) no-repeat;
	background-position: calc(100% - 11px) calc(100% - 14px);
	-webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
	transition: all 0.5s;
	box-sizing: border-box;
	width: 100%;
	border-top: 1px solid #c1c1c1;
}
.tabs.faq a.tab.first-one{
  border-top:none !important;
}
.tabs.faq .tab-content {
	display: none;
	width: 100%;
	min-height: 84px;
	float: left;
	padding: 12px 50px 6px 25px;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #c1c1c1;
}
.tabs.faq span.tabtarget {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}

.tabs span:nth-of-type(1):not(:target) ~ span:nth-of-type(2):not(:target) ~ span:nth-of-type(3):not(:target) ~ span:nth-of-type(4):not(:target) ~ .tab-content:nth-of-type(1),
.tabs span:nth-of-type(1):target ~ .tab-content:nth-of-type(4), .tabs span:nth-of-type(2):target ~ .tab-content:nth-of-type(3), .tabs span:nth-of-type(3):target ~ .tab-content:nth-of-type(2), .tabs span:nth-of-type(4):target ~ .tab-content:nth-of-type(1) {
	display: block;

}

#tab-content44:not(:target) ~ #tab-content33:not(:target) ~ #tab-content22:not(:target) ~ a:nth-of-type(1), #tab-content44:target ~ a:nth-of-type(4), #tab-content33:target ~ a:nth-of-type(3), #tab-content22:target ~ a:nth-of-type(2) { 
	position: relative;
	top: 1px;
  /*  z-index: 1;*/
	background: #fff url(../images/tab-bg-active.png) no-repeat;
	background-position: calc(100% - 11px) calc(100% - 14px);

  }

.tabs.faq .tab-content * {
	-webkit-animation: scale 0.7s ease-in-out;
	-moz-animation: scale 0.7s ease-in-out;
	animation: scale 0.7s ease-in-out;
}

@keyframes scale {

  0% { 
	transform: scale(0.9);
	opacity: 0;
	}

  50% {
	transform: scale(1.01);
	opacity: 0.5;
	}

  100% { 
	transform: scale(1);
	opacity: 1;
  }

}

.tabs.faq .tab-content h6 {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  line-height: 20px;
  margin-bottom: 21px;
}

.tabs.faq .tab-content ul {
  list-style: none;
}

.tabs.faq .tab-content ul li,
.tabs.faq .tab-content p {
  font-size: 13px;
  font-weight: 300;
  color: #000;
  line-height: 20px;
}

.tabs.faq .tab-content p {
  margin-bottom: 29px;
}




/* ========== FAQ STYLES // START ========== */


/* ========== Catalogue STYLES // START ========== */

.side-bar {
float: left;
	width: 24.5%;
	transition: all 0.3s;
	margin-right: 1.5%;
	margin-top: 13px;
}

.store-search {
  clear: both;
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 38px;
  border: 2px solid #f2f2f2;
  box-sizing:  border-box;
  transition: all 0.3s;
}

.store-search h4,
.store-category h4 {
font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	background: #f2f2f2;
	transition: all 0.3s;
	font-weight: 900;
	padding-left: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 0;
}

.store-search h4 span,
.store-category h4 span {
  color: #e75d27;
  transition: all 0.3s;
}

.store-search .search-container {
  width: 100%;
  float: left;
  transition: all 0.3s;
}

.store-search .search {
  position: relative;
  margin: 14px 16px 8px 9px;
  transition: all 0.3s;
}

.store-search .search-field {
  width: 100%;
  border: 1px solid #f2f2f2;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #2a2a2a;
  padding-left: 10px;
  padding-right: 50px;
  background: #fff;
  transition: all 0.3s;
}

.store-search .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 42px;
  text-indent: -9999px;
  background: transparent url(../images/search-icon.png) no-repeat center center;
  cursor: pointer;
  transition: all 0.3s;
}

.store-search #c1 {margin-left: 9px;}

.store-search input[type=checkbox] + label {
  font-size: 14px;
  font-weight: 400;
  color: #c2c2c2;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-left: 5px;
  transition: all 0.3s;
}

.store-category {
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: 25px;
	border: 2px solid #f2f2f2;
	box-sizing: border-box;
	transition: all 0.3s;
}

.lcat {
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
}

.lcat ul {
  list-style: none;
  transition: all 0.3s;
  margin-bottom: 0;
}

.lcat ul li {
  line-height: 36px;
  width: 100%;
  transition: all 0.3s;
}

.lcat ul li a {
	   display: block;
	font-size: 15px;
	font-weight: 700 !important;
	color: #000000;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	padding-left: 18px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #d7d7d7;
	transition: all 0.3s;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: initial;
}
.lcat ul li span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  padding-left: 23px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #d7d7d7;
  text-transform: uppercase;
  transition: all 0.3s;
}

.lcat ul li a:hover,
.lcat ul li span {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
}

.lcat ul li span {
  border-bottom: none;
  transition: all 0.3s;
}

.lcat ul.lev2 {
  padding-top: 0px;
  margin-top: -2px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d7d7d7;
  transition: all 0.3s;
}

.lcat ul.lev2 li {
  line-height: 26px;
  transition: all 0.3s;
}

.lcat ul.lev2 li a,
.lcat ul.lev2 li span {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  padding-left: 24px;
  border-bottom:  none;
  transition: all 0.3s;
}

.lcat ul.lev2 li:hover a,
.lcat ul.lev2 li span {
  color: #111111;
  transition: all 0.3s;
}

.lcat ul.lev3 {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 0px;
  transition: all 0.3s;
}

.lcat ul.lev3 li {
  line-height: 25px;
  transition: all 0.3s;
}

.lcat ul.lev3 li a,
.lcat ul.lev3 li span {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  padding-left: 24px;
  text-transform:  none;
  transition: all 0.3s;
}

.lcat ul.lev3 li:hover a,
.lcat ul.lev3 li span {
  font-weight: 400;
  transition: all 0.3s;
}
.catalogue-cats {
	float: right;
	width: 100%;
	transition: all 0.3s;
}

.catalogue-cats .row {
  clear:both;
}

.catalogue-cats .row hr {
  display:none;
}

.right-catalogue-heading {
	  float: left;
	width: 100%;
	height: 41px;
	background: #f7f7f7;
	transition: all 0.3s;
	margin-bottom: 10px;
}
.left-item-tag {
	float: left;
	width: 50%;
	transition: all 0.3s;
}
.right-item-tag {
	float: right;
	width: 50%;
	max-width: 290px;
	transition: all 0.3s;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
	padding-right: 20px;
	text-align: left;
}
img.black-one-catalogue {
	position: absolute;
	top: 18px;
	right: 23px;
}
.left-item-tag h2 {
	padding-top: 11px;
	font-size: 18px;
	color: #e31936;
	padding-left: 5px;
	transition: all 0.3s;
}
.left-item-tag h2 span {
	color: #000;
	transition: all 0.3s;
	font-weight: 400;
	font-size: 18px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.right-item-tag label.control-label {
	float: left;
	margin: 7px 0 0 17px;
	font-weight: 400;
	transition: all 0.3s;
	font-size: 18px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
select.form-control.wk_select {
	border-radius: 0;
	height: 41px;
	width: 163px;
	font-size: 18px;
	font-weight: 400;
	padding-left: 0px;
	padding-right: 10px;
	transition: all 0.3s;
	-webkit-appearance: none;
	position: relative;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #000;
	background:#f7f7f7;
	border: none;
	margin-left: 10px;
	float: right;
	vertical-align: middle;
}

.catalogue-single-cat {
	float: left;
	width: 19.2%;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 10px 1% 0 0 !important;
	text-align: center;
	transition: all 0.3s;
	position: relative;
	flex-direction: column;
}
.catalogue-single-cat:hover {
	border: 1px solid #1f1c51;
	transition: all 0.3s;
}
section.catalogue-banner img {
	width: 100%;
}

/*
.catalogue-single-cat:nth-child(4n) {
	margin-right: 0;
	transition: all 0.3s;
}
*/

.catalogue-single-cat:nth-child(5n) {
	margin-right: 0 !important; 
	transition: all 0.3s;
}


img.catalogue-big-img {
	margin: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	transition: all 0.3s;
	height: 155px;
	max-width: 220px;
}
img.catalogue-brand-sm-img {
	margin: auto;
	 transition: all 0.3s;
}
.catalogue-single-cat h2 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all 0.3s;
    padding: 0 10px;
    height: 70px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.catalogue-single-cat h2 a:hover {
  text-decoration:none;
}

.catalogue-single-cat p.catalogue-price {
	color: #fff;
	font-size: 0px;
	font-weight: 600;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	margin-bottom: 71px;
	transition: all 0.3s;
	display: block;
}

.catalogue-single-cat p span {
	color: #e31936;
	font-weight: 600;
	height: 19px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	transition: all 0.3s;
}

.catalogue-single-cat p {
  display:none;
  padding:0 5px;
}
img.catalogue-stars {
	margin: auto;
	 transition: all 0.3s;
}
.cat-bottom-link-box {
	float: left;
	width: 100%;
	margin-bottom: 0;
	background: #f7f7f7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
	height: 60px;
	padding-bottom: 10px;
	padding-top: 10px;
	box-sizing: border-box;
	border-top: 1px solid #e2e2e2;
	position: absolute;
	bottom: 0;
  left:0;
  right:0;
}

.cat-bottom-link-box .form-inline {
		display: block;
}

.cat-bottom-link-box .cat-bottom-link {
	font-size: 17px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-align: center;
	width:100%;
	max-width: 202px;
	padding: 7px 0;
  cursor:pointer;
	background: #1f1c51;
	border-radius: 5px;
	transition: all 0.3s;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
}
.cat-bottom-link-box .cat-bottom-link:hover {
	background: #e31936;
  }
.cat-bottom-link-box .cat-bottom-link-invert {
  font-size: 17px;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-align: center;
	width: 100%;
	max-width: 202px;
	padding: 7px 0;
	cursor: pointer;
	background: #1f1c51;
	border-radius: 5px;
	transition: all 0.3s;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
  }

.cat-bottom-link-box .cat-bottom-link-invert:hover {
  text-decoration:none;
	background: #e31936;
  color:#fff;
}

/* ========== Catalogue STYLES // END ========== */


/* Custom styles start here */

.wk_featured-prod-single span.label.label-danger,
.wk_featured-prod-single span.label.label-warning {
}

.wk_featured-prod-single span.label.label-danger {
	position: absolute;
	top: 0;
	right: 10px;
	background-color: #e31936 /*{label-danger-bg}*/;
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
}

.wk_featured-prod-single span.label.label-warning {
  position: absolute;
	top: 0;
	right: 80px;
	background-color: #1f1c51;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
  display:none;
}

.product-single .product-price p {
	margin: 0;
}
section.catalogue-banner  {
	margin-top: 2px;
	float: left; width:100%;
	text-align: center;
}
.wk_cartdropdown a.dropdown-toggle::after {
	border: 0;
}
ul#RecommenedSlider {
	height: auto !important;
}
ul.nav-tabs {
	list-style: none;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

ul.nav-tabs li a.nav-link {
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #201b52;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	height: 45px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	background: #ebebeb;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #e3e3e1;
	border-left: 1px solid #e3e3e1;
	border-right: 1px solid #e3e3e1;
	margin-right: 0.1%;
	position: relative;
	top: 1px;
	width: 100%;
}

ul.nav-tabs li a.nav-link.active {
	color: #e31936;
	background: #fff;
  line-height: 28px;
}

ul.nav-tabs li.nav-item {
	width: 33.24%;
	margin-right: 1px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
ul.nav-tabs li.nav-item:last-child {
}
.brands-list ul li {
	padding: 0 9px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	display: inline-block;
}

/* new styles WK */
.products-container {
	max-width:1270px;
}
.product-single.wk_featured-prod-single {
	margin: 5px;
}
.overall-container {
	max-width: 1350px;
	margin: auto;
	position: relative;
}
.product-single.wk_featured-prod-single:hover {
	border: 1px solid #1f1c51;
	transition: all 0.3s;
}
.row.btn-stack a:hover {
   background-color: #e31936;
   border-color: #e31936;
   color: #fff;
}
.row.btn-stack button.addtocart.product-link.home-org.btn.btn-success.btn-block.btn-ajax-loads:hover,
.product-single.wk_featured-prod-single .btn-stack .addtocart:hover {
   background-color: #e31936;
   border-color: #e31936;
   color: #fff;
}
.catalogue-single-cat.wk_catalogue-prod-single.lslide {
  max-width:250px;
  min-height: 362px;
	margin-bottom: 0px !important;
	border-radius: 5px !important;
	position: relative !important;
	border: 1px solid #ccc !important;
	overflow: hidden !important;
	padding-right: 8px !important;
	padding-left: 8px !important;
	box-sizing: border-box !important;
	margin-top: 0 !important;
  float: none;
	display: inline-block;
}

.catalogue-single-cat.wk_catalogue-prod-single.lslide:hover {
	border: 1px solid #201b52 !important;
}

.catalogue-single-cat.wk_catalogue-prod-single.lslide h2 {
	padding:0;
	height:60px;
	overflow:hidden;
}

#recently-view {
	width:auto !important;
  /* min-height:375px !important; */
	height: auto !important;
	text-align:center;
}

/* ========== RESPONSIVE STYLES // START ========== */



@media (max-width: 1550px) {
  .sub-menu {
	padding:1% 0;
  }

  .sub-menu li {
	width:245px;
  }
}



@media (max-width: 1550px) {	
/*
  .gallery-detail a.wishlist {
	  padding:0 !important;
	  font-size:17px !important;
	  height:53px;
	  line-height:53px;
}
*/
}




@media (max-width: 1400px) {
	.sub-menu li {
		width: 19%;
		max-width: 231px;
	}
}
@media (max-width: 1350px) {
	.product-options {
		max-width: 460px;
	}
}



@media (max-width: 1300px) {
.sub-menu li {
	width: 19%;
	max-width: 213px;
	margin-left:0;
}

.gallery-detail a.wishlist {
	width: 17%;
	padding: 3px 0 !important;
	font-size: 30px !important;
	line-height:none;
}

.gallery-detail a.wishlist span {
	display:none;
}

.product-options .addtocart, .product-options .enquirynow {
	width:80%;
}

.sub-menu .lev2 li {
	margin-right:0;
}

.sub-menu .lev2 li a {
	font-size: 14px;
}
  .sub-menu .lev1 li a,
  .sub-menu-sect ul.lev2 li a {
	padding-right:0;
  }
	.product-options {
		max-width: 470px;
	}
  .quantity input.input-text.qty.text {
	  width:15%;
  }
  .breadcrumb {
	  margin-left:16px;
  }

  .brands-list ul li {
	  width:20%;
  }
  .brands-list ul li a {
	  width:100%;
  }

  .gallery-detail .desc .fa-cogs {
	  right:-22px;
  }
}


@media (max-width: 1280px) {


.products-container {
	max-width: 1150px;
}
.product-options {
	max-width:469px;
}
.quantity .product-options .addtocart,
.product-options .enquirynow {
	padding:10px 5px;
	text-align:center;
	max-width:480px;
}
  .quantity input.input-text.qty.text {
	  width:60px;
  }

  .gallery-detail .desc .fa-cogs {
	  right:-19px;
  }

.catalogue-single-cat h2 {
	overflow:hidden;
	line-height: 18px;
}
}

@media (max-width: 1250px) {

  .gallery-detail a.wishlist span {
	  display:none;
  }

  .gallery-detail .btn-add-to-cart,
  .quantity .product-options .addtocart,
  .product-options .enquirynow {
	  width:80%;
  }
  .product-options {
	  width:77%;
  }
  .quantity input.input-text.qty.text {
	width: 20%;
}
#n_product ol.breadcrumb li:last-child {
	display:none;
}
}


@media (max-width: 1200px) {

	p.line-text {
	line-height: 40px;
}
	.contact-us-inner-left {
	width: 35%;
}
	.contact-us-inner-right {
	width: 65%;
}
  nav .menu li a {
  font-size: 15px;
  letter-spacing: -.5px;
  }
  .gallery-detail .desc .fa-cogs {
	  right:-6px;
  }


.sub-menu li {
	width: 19%;
	max-width: 210px;
}


}
@media (max-width: 1190px) {
.products-container {
	max-width: 1040px;
}

.sub-menu li {
	width: 20%;
	max-width: 203px;
	margin: 0 5px;
}

}
@media (max-width: 1100px) {
  .gallery-detail .btn-add-to-cart {
	padding: 10px 30px;
	margin-bottom: 10px;
}

.gallery-detail a.heart-link {
	float: none;
	margin-right: 0;
}

.gallery-detail .desc .fa-cogs {
	right: 17px;
}

  nav .menu li a {
	padding-left: 20px;
	padding-right: 20px;
		letter-spacing: normal;
			font-size: 12px;
  }

	.big-image {
		width:83%;
	}
.sub-menu li {
	width: 193px;
}

.sub-menu .lev1 li a {
  font-size:13px;
}

nav .menu li a {
  padding-left:0;
}

}

@media (max-width: 1050px) {
    
    .nav-header-top, nav .cross-menu {
    display: block;
}

.header-main nav i.fa-times {
float: right;
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 15px;
    margin-right: 15px;
}

.nav-header-top {
width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 15px;
    float: left;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}

.nav-header-top .left-link-1 {
    float: left;
}

.nav-header-top .left-link-1 i {
    font-size: 22px;
    margin-right: 5px;
}

.nav-header-top .right-link-2 {
    float: right;
}

    ul.menu > li.dropdown > i {
    font-size: 14px;
	margin:0;
    padding: 2px 14px;
    }
    
    ul.menu > li.dropdown > ul > li > i {
    font-size: 14px;
    margin: 0;
	padding: 9px 14px;
}
    
    .dropdown-menu {
    transform: none !important;
    float: left;
    width: 100%;
    background: #f9f9f9;
    border: none;
    position: relative !important;
    top: 10px;
}

    .header-main nav {
    background: #ffffff;
    border-top: none;
    position: fixed;
    height: 100%;
    width: 100%;
    box-shadow: 0 -14px 10px 10px rgba(0, 0, 0, 0.6);
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    transition: .5s ease-out;
    left: -110%;
    overflow-y: auto;
}
.header-main nav.active {
    transform: translateX(0);
    left: 0;
    padding-top: 0;
    -webkit-transform: translateX(0);
}

.dropdown-menu-horizontal {
    top: auto;
    left: auto;
    position: static;
    float: left;
    width: 100%;
}

.mobile li:nth-last-child(2) ul li ul, .mobile li:nth-last-child(3) ul li ul {
    left: auto;
}

ul.menu li .dropdown-menu li a {
    float: left;
    display: inline-block;
    width: auto;
}

.nav-item:hover > .dropdown-menu, .nav-item:hover > .dropdown-menu li:hover > .dropdown-menu-horizontal {
    display: none;
}

.quick-links-top ul li:nth-child(2) {
	display: none;
}

.catalogue-single-cat {
	width: 31%;
	margin: 10px 1% 0 1%!important;
}
.catalogue-single-cat:nth-child(5n) {
	margin-right:1% !important;
}
  .logo {
	float: none;
	width: 100%;
	width: 348px;
	margin-left: auto;
	margin-right: auto;
  }
.top-social-link {
	float: none !important;
	padding: 20px 0 0 !important;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

  .quick-links-top {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 17px;
}

  .quick-links-top ul li a {
	padding-left: 9px;
	padding-right: 9px;
	font-size: 12.5px;
	font-weight: 600;

  }
 .top-social-link ul li:first-child {
	 padding:0 4px;
 }

	.cat-bottom-link-box .cat-bottom-link {
  /*          max-width: fit-content;
	font-size: 14px;
	padding: 0px 16px;*/

	}

	.menu li:hover .sub-menu {
	display: none;
}
	header {
		padding-bottom: 0;
	}


	.search-main {
		display: none;
	}

	.search-main-2 {
	display: block !important;
	width: 100%;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 38px;
	}

	.visible-xs {
	display: block !important;
}

.cart-bg {
	DISPLAY: none;
}

.sub-menu li {
	height: auto !important;
}

.parts-finder-detail {
	height: 100%;
	max-width: 100%;
	width: 100%;
	display: none;
	top: 0px;
	right: unset;
	left: 0;
	position: fixed;
	overflow-y: auto;
}
br.top-ones {
	display: none !important;
}

nav .menu li:last-child a {
	 width:unset !important;
}

   nav .burgermenu {
	display: block;
	width: 100px;
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 0 5px;
	line-height: 1;
  }

  nav .burgermenu img {
	display: inline-block;
	width: 22px;
	margin-right: 5px;
  }

  .menu,
  .closemenu {
	display: none;
  }

  nav .menu {
    width: 100%;
    float: left;
    padding-top: 10px;
    display: block !important;
    height: auto;
    padding-bottom: 10px;
  }

nav .menu li {
width: 100%;
    float: left;
    padding: 10px 5px;
    border-bottom: 1px solid #e2e2e2;
}

  nav .menu li:last-child {
	}

  nav .menu li a {
	display: block;
	/* height: 19px; */
	/* line-height: 32px; */
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	float: left;
  }


 .sub-menu li {
	 border-bottom: 1px solid #e3193638;
 }

.sub-menu .sub-menu-sect .lev1 li {
	display: inline-block;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 0 !important;
	max-width:550px;
	width: 100%;
}

.sub-menu .sub-menu-sect .lev1 li i {
	display: inline-block !important;
	float: none;
	padding-left: 20px;
	color: #ffffff2e;
}

.sub-menu .sub-menu-sect .lev1 li a {
	color: #000000 !important;
	font-weight: 100;
}

.sub-menu .sub-menu-sect .lev1 li ul li a {
}

.sub-menu .sub-menu-sect .lev1 li a ul li a {
}
.sub-menu .lev2 {
	margin-top:0;
}

.sub-menu .lev2 li {
	padding-top:0 !important;
}
.sub-menu .lev2 li a {
	font-size:14px;
}

  .mobile li i {
	float: right;
	color: #ffffff75;
	font-size: 20px;
	margin-top: 5px;
	display: block !important;
  }

  .dropdown-link-2 {
	display: block !important;
}

nav .menu li a {
	font-size: 12px;
	padding: 0;
	color: #060607 !important;
	border-bottom: none;
	width: 90%;
}

nav .menu li:hover > a, nav .menu li:hover > i {
border-bottom: none;
    color: #ee3123 !important;
}

  nav .closemenu {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 16px;
	padding: 5px 9px;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	right: 15px;
  }

  nav input[type=checkbox]:checked ~ .menu,
  nav input[type=checkbox]:checked ~ .burgermenu .closemenu {
	display: block;
  }
nav .sub-menu {
	position: static;
	width: 100%;
	padding: 0;
	height: auto;
}





  .gallery-detail {
	width: 39%;
  }

  .gallery-images {
	width: 50%;
}



 .gallery-detail {
	width: 45%;
}

  .gallery-detail ul li {
	padding-left: 8px;
	padding-right: 8px;
  }

	.gallery-detail .desc {
	width: 530px;
	float: none;
	margin: 0 auto;
}



  .gallery,
  .gallery-detail {
	width: 100%;
  }

  .gallery, .gallery-detail {
	margin-top: 30px;
  }
.gallery-images {
	width: 100%;
}

.big-image {
	width: 100%;
	margin-right: 0;
	margin-bottom:10px;
}

.small-images-row {
	width:100%;
	clear:both;
	text-align:center;
	margin:0 auto;
}
.small-images {
	float:none;
	display: inline-block;
	width: 90px;
}

.gallery-detail .desc .fa-cogs {
	right: -33px;
}

ul.nav-tabs li.nav-item {
	width:100% !important; 
}
ul.nav-tabs li.nav-item#tabCompatibleVehicles{
    width: 100% !important;
}

#_jstl__buying_options_r {
	clear: both;
	width: 525px;
	margin: 0 auto;
}

#recently-view {
	min-height:auto !important;
}

.product-options {
	width: 78%;
}

.gallery-detail .btn-add-to-cart {
	width: 80%;
}

.top-social-link ul li {
	float:none;
	display:inline-block;
}
.products .product-single .product-link.home-org {
	display:block !important;
	text-align:center !important;
}
section.wk_catalogue-prod-section {
	margin-top: 0!important;
}

.mvp_part-finder .resultActive {
    margin: 8px 0px !important;
}
.mvp_part-finder .resultActive .mvp-pfview {
    margin-left: 0px !important;
}


#CompatibleVehicles .card-body {
    overflow-x: auto !important;
    width: 100%;
}
.product-information ul.nav-tabs li a.nav-link.active {
    color: #e31936;
    background: #fff;
    line-height: 28px;
    border-bottom: 1px solid #e3e3e1;
}

}

@media (max-width: 1024px) {
  .cat-left-side {
	width: 100%;
}
  .cat-right-side {
	width: 100%;
}
.right-catalogue-cats {
	float: right;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px
}
.contact-us-right {
	width: 100%;
		margin-top: 0;
}
.side-bar {
	width: 100%;
	margin-right: 0;
	margin-top: 0;
}

  .products-container {
	max-width: 940px;
}
}

@media (max-width: 980px){

	span.top-sm-img {
		margin-right: 5px;
	}

		.contact-us-inner-left {
	width: 40%;
		padding-left: 0;
}
	.contact-us-inner-right {
	width: 60%;
		padding-right: 0;
}
.contact-us-inner-right iframe{
	height: 700px;
}

  .tab-table {
	width: 100%;
	overflow: scroll;
  }

  .tab-table .table {
	width: 920px;
	overflow: scroll;
  }
.cart-product {
	float: left;
	width: 100%;
	position: relative;
	transition: all 0.3s;
	margin-bottom: 18px;
}
.cart_totals {
	float: right;
	width: 100%;
	transition: all 0.3s;
	margin-bottom: 15px;
}
.sub-menu .sub-menu-sect {
	width: 100%;
}
ul.lev2 {
	display: none;
}


.productdetails table {
	width: 1050px;
}

.products-container {
	max-width: 680px;
}

}
@media (max-width: 900px){
.checkout-left {
   width: 100%;
}
.checkout-right {
	width: 100%;
}
.bottom-checkbox-left {
	width: 100%;
}
.bottom-checkbox-right {
	width: 100%;
}
.checkout-top-link {
	height: auto;
	padding-bottom: 10px;
}

.catalogue-single-cat {  
	margin-right: 0.9%;
}


.cat-singleSmall,
.cat-singleMedium,
.cat-singleLarge {
  width:100%;
}


.cat-singleSmall img,
.cat-singleMedium img,
.cat-singleLarge img {
	opacity: 0.88;
	text-align: center;
	float: none;
	margin: 0 auto;
}

.brands .brand-img {
  width:25%;
}

.social-wrap {
	width: 100%;
	margin-bottom: 8px;
	float: left;
}


}
@media (max-width: 800px){
  .banner .banner-container {
	width: 100%;
}
.sm-form-blue {
	width: 100%;
	margin-top: 15px;
}
.sub-menu .lev2 {
	display: none;
}


#n_home .top-social-link,
#n_home .features-main {
	display:none;
}

  .features-main .feature-box {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 9px;
  }

  .features-main .feature-box:nth-child(2n) {
	margin-right: 0;
  }

.features-main .feature-box {
	display:block !important;
}

.features-main .feature-content {
	padding: 14px 0;
}

.features-main .feature-box .feature-img {
	width: auto;
	min-height: 36px;
	float: left;
	padding: 5px 11px 5px 3px;
}

}
@media (max-width: 768px){

	footer .footer-bottom .payment-info {
	float: right;
	transition: all 0.3s;
	width: 100%;
	text-align: center;
}
	footer .footer-bottom .copyrights {
	width: 100%;
	text-align: center;
	margin-bottom: 13px;
}

footer .footer-bottom .payment-info li {
	   float: none;
	display: inline-block;
}

  .tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
	width: 100%;
  }

  .tab-content {
	  border:0;
  }
  .bottom-checkbox-right {
	margin-top: 0px;
}
.woocommerce-checkout-payment {
	margin-top: 10px;
}
.catalogue-single-cat {
	width: 48%;
	margin: 10px 1% 0 1%!important;
}
.catalogue-single-cat:nth-child(3n+1) {
	float: left;
	margin-right: 1.5px;
	transition: all 0.3s;
}
.catalogue-single-cat:nth-child(2n+1) {
	float: right;
	margin-right: 0 !important;
	transition: all 0.3s;
}

.brands .brand-img {
  width: 33.33%;
}

footer .footer-top .sect-links {
	width: 33%;
}

footer .footer-top .sect-links.sect-links-large {
	width: 42%;
	transition: all 0.3s;
}
.copy-company {
	text-align:center;
}

.left-item-tag h2,
.right-item-tag label.control-label,
select.form-control.wk_select,
.left-item-tag h2 span {
	font-size:13px;
}

.left-item-tag h2 {
	padding-top:12px;
}

.right-item-tag label.control-label {
	margin-top:12px;
}
.cztextarea p,
.cztextarea ul,
.cztextarea ol {
	font-size:16px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
}

@media (max-width: 736px){
  .logo {
	float: none;
	width: 100%;
	max-width: 348px;
	margin-left: auto;
	margin-right: auto;
  }
  .quick-links-top {
	   width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 17px;
}

  .quick-links-top ul li a {
	padding-left: 9px;
	padding-right: 9px;
		font-size: 12.5px;
		font-weight: 600;

  }

  .quick-links-top ul li:first-child a {
	padding-left: 0;
  }
.cat-parts .cat-single {
	float: left;
	width: 100%;
	margin-right: 0;
}

.products-container {
	max-width: 580px;
}

}
@media (max-width: 667px){

	.contact-us-inner-left {
	width: 100%;
}
	.contact-us-inner-right {
	width: 100%;
	padding-left: 0;
}

  .subscribe .sub-container {
	padding-top: 30px;
  }

  footer .footer-top .sect-links.sect-links-large {
	width: 50%;
  }

  footer .footer-top .sect-links:last-child {
	width: 100%;
  }
  .search-main-2 {
}

.brands .brand-img img {
	width:100%;
}

}

@media (max-width: 640px){
.checkout-left p.form-row.form-row-first {
	float: left;
	width: 100%;
	display: block;
	transition: all 0.3s;
	clear: left;
}
.checkout-left p.form-row.form-row-last {
	float: left;
	width: 100%;
	display: block;
	transition: all 0.3s;
	clear: left;
}
.bottom-checkbox-right {
	margin-top: 0px;
}
.woocommerce-checkout-payment {
	margin-top: 10px;
}
.big-image {
	float: none;
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
.big-image img {
	width: 320px;
	margin: auto;
}
.small-images {
	float: none;
	width: 100%;
	margin: auto;
	max-width: 185px;
}
.thumb-image {
	margin-right: 5px;
	float: none;
	margin-top: 10px;
	margin: auto;
}
ul.nav-tabs li.nav-item {
	width: 100%;
}
.products-container {
	max-width: 470px;
}
.catalogue-single-cat {
	margin-right: 0 !important;
}
footer .footer-top .est-img {
	width: 100%;
}
.tab-content {
	padding:25px 5px;
}

}

@media (max-width: 568px){
/*  .brands .brand-img {
	height: 76px;
  }*/

  .gallery-detail .desc {
	width: 100%;
	float: left;
	margin: 0 auto;
}

  footer .footer-top .sect-links {
	width: 50%;
	padding-right:10px;
  }
.copy-company {
	text-align: center;
}
  footer .footer-top .sect-links.sect-links-large {
	width: 100%;
  }
  .cat-left-side .cat-single-small h2 {
	top: 38px;
	font-size:21px;
	line-height: 22px;
  }
  .cat-right-side .cat-single-small h2.color-bg {
	font-size: 20px;
	top: 21px;
  }
  .cat-left-side a.cat-bottom-link {
	top: 100px;
  }
  .cat-right-side .cat-single-small h2 {
	font-size: 19px;
	top: 22px;
  }
  .cat-right-side a.cat-bottom-link {
	right: 30px;
	top: 56px;
  }
  .cat-single-small a.cat-bottom-link.diff {
	right: 37px;
	top: 54px;
  }
  .f-l-cat .cat-content h2 {
	font-size: 15px;
	margin-bottom: 8px;
}
.f-l-cat .cat-content a.cat-bottom-link {
	font-size: 11px;
	font-weight: 500;
	padding: 10px 16px 10px 15px;
}
.f-l-cat .cat-single .cat-content-container {
	top: 0;
  }
  .left-item-tag {
	width: 100%;
	padding: 0 7px;
}
  .right-item-tag {
	   width: 100%;
	text-align: left;
	float: left;
	max-width: 100%;
	padding: 0 10px;
}
.right-catalogue-heading {
	width: 100%;
	height: auto;
}
.catalogue-single-cat {
	width: 100%;
	margin-right:0;
}
.checkout-right p.form-row.form-row-first {
	width: 100%;
}
.checkout-right p.form-row.form-row-last {
	width: 100%;
}

.quantity {
	float: left;
	margin-top: 20px;
	transition: all 0.3s;
	width: 100%;
}

.gallery-detail a.heart-link {
	float: left;
	margin-right: 0px;
	clear: unset;
}

.payment-info li {
	width:70px;
}
}

@media (max-width: 535px) {
.products-container {
	max-width: 300px;
}
.product-options {
	padding-right:15px;
}

.email-container {
	width: 316px;
	margin: 0 auto;
}

.email-container .input-group .usremail {
	width: 200px;
	padding: 5px;
}

.email-container .input-group .btn-signup {
	font-size: 18px;
	width: 115px;
}
footer .footer-top h4 {
	font-size:15px;
}
}
@media (max-width: 480px) {
	.cartTable tbody tr td {
			padding: 4px !important;
	}
	.cartTable tbody tr td p.h4 {
		font-size: 12px !important;
	}
	.cartTable--column-image {
		padding: 3px;
		width: 40%;
	}


  .sect-title h2 {
	font-size: 22px;
  }

  footer .footer-bottom .copyrights {
	width: 100%;
	text-align: center;
  }

.product-options {
	max-width: 456px;
	padding-right: 0;
}

.gallery-detail .desc {
	padding-right:0;
}
.quantity {
	max-width:453px;
}
  .gallery-detail .desc li span {
	  left:auto;
  }


  footer .footer-bottom .payment-info img {
	margin-left: auto;
	margin-right: auto;
  }
.cart-product .cate-single {
	float: left;
	width: 100%;
	margin-right: 0;
}
.checkout-right span.top-check-heading {
	font-size: 18px;
	padding-top: 6px;
	float: left;
	transition: all 0.3s;
}

.gallery-detail .desc .fa-cogs {
	display:none;
}
.search-main-2 {
}
}

@media (max-width: 414px){
	.products .product-single  {
	   /* border-right: none;*/
	}
  .features-main .feature-box {
	width: 100%;
	margin-right: 0;
  }
ul.medical_dictionary {
	float: none;
	margin: auto;
	max-width: 184px;
}
.thumbnail-brand {
	float: none;
	margin: auto;
}
  .subscribe .sub-container {
	padding-top: 20px;
  }

  .subscribe h4 {
	font-size: 20px;
  }
  .search-main .search-btn {
	width: 16%;
}
footer .footer-top .sect-links {
	width: 49%;
	text-align: left;
	margin-bottom: 10px;
}
footer .footer-top h4 {
	background: url(../images/footer-heading-img.png) no-repeat left bottom;
}

.footer-social-links {
	align-items: center;
	justify-content: center;
}
.catch-img {
	margin-top: 12px;
}
.search-main .search-field {
	width: 80%;
}
.quick-links-top ul li a {
	padding-left: 5px;
	padding-right: 5px;
}


.footer-inner-content a,
.footer-inner-content h5,
.footer-inner-content {
  text-align:left;
}
footer .footer-top .sect-links.sect-links-large {
	width: 100%;
	border-top: 1px solid #fff;
	padding: 20px 0;
}
.brands .brand-img {
  padding:5px;
}

.quantity input.input-text.qty.text {
	width: 15%;
	padding-left:0;
}
.product-options {
	width: 83%;
}
.quantity {
	max-width: 383px;
}
.search-main-2 {
}


}

@media (max-width: 375px){
  .categories .cat-single {
	width: 100%;
	margin-right: 0;
  }
.quick-links-top ul li a {
	padding-right: 6px;
	padding-left: 6px;
	font-size: 10px;
}
  .gallery {
	max-width: 280px;
  }
.quick-links-top ul li a {
	padding-right: 4px;
	padding-left: 4px;
	font-size: 10px;
}


span.top-sm-img img {
	width: 20px;
	padding-top: 9px;
	padding-right: 5px;
	box-sizing: border-box;
}

.gallery-detail .btn-add-to-cart {
	width: 80%;
}
.bg-desc-cat {
	width: 100%;
}
.gallery-detail ul li,
.gallery-detail ul li a {
	height: auto;
	font-size: 13px !important;
	padding-bottom: 10px;
	padding-top: 10px;
}
  .cat-single-small a.cat-bottom-link.diff {
	padding: 10px 18px 10px 18px;
}
.cat-right-side a.cat-bottom-link {
	padding: 10px 18px 10px 18px;
}
.cat-left-side a.cat-bottom-link {
	 padding: 10px 18px 10px 18px;
}
.big-image img {
	width: 240px;
	margin: auto;
}

.product-options {
	width: 83%;
}
.quantity {
	max-width: 352px;
}
.search-main-2 {
}
}

@media (max-width: 360px){
	.quantity {
	max-width: 336px;
}
.gallery-detail .btn-add-to-cart {
	width: 80%;
}
}
@media (max-width: 320px){
   .top-sm-img .fas {
		font-weight: 900;
	font-size: 16px;
	vertical-align: middle;
}

.search-main-2 {
}
	.quantity {
	max-width: 300px;
}
.gallery-detail .btn-add-to-cart {
	width: 80%;
	padding-left: 5px;
	padding-right: 5px;
}
.email-container {
	width: 290px;
	margin: 0 auto;
}

.email-container .input-group .usremail {
	width: 180px;
	padding: 5px;
}

.email-container .input-group .btn-signup {
	font-size: 18px;
	width: 95px;
}
}
/* ========== RESPONSIVE STYLES // END ========== */

.form_btn {
	border:1px solid #1f1c51;
    background: #1f1c51;
    border-radius: 5px;
    display: block;
    float: left;
    clear: both;
    padding: 10px;
    line-height: 19px;
    transition: 0.4s;
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
	cursor:pointer;
}
.form_btn:hover {
	border:1px solid #e31936;
    background: #e31936;
}
#_backinstock textarea{
	height: 90px!important;
   }
#_backinstock .form-control{
	padding-right: 5px!important;
    border: 1px solid #d8d8d8!important;
    border-radius: 0!important;
    height: 40px;
}

/* ==========part finder css================= */
.dah_compatibility_list {
    border: 2px solid #333333;
    border-radius: 12px;
    overflow: hidden;
    font-size: 15px;
    color: #828282;
}
@media only screen and (min-width: 768px) {
    .wrap-select-inline {
        display: inline-block !important;
    }
	.dah_compatibility_list {
    margin-right: 10px;
}
    div#parts_finder .part-select {
        display: inline-block !important;
    }

}



#parts_finder .wrap-select-inline .part-select {
    background-color: transparent;
    border: 0px;
    border-radius: 12px;
    padding: 0;
    width: 229px;
    margin-right: 10px;
}
#parts_finder .wrap-select-inline .part-select .dah_compatibility_list {
    border: 1px solid #1f1c51;
    border-radius: 4px;
}
#parts_finder #compat_list button.dah_compat-btn {
    margin: 0px;
    padding: 0px 17px;
}
#parts_finder .parts-finder-content {
    margin: 13px 0px;
}
#parts_finder #compat_list button.dah_compat-btn {
    border: 1px solid #1f1c51;
}
#parts_finder #compat_list button.dah_compat-btn:hover {
    border: 1px solid #fff;
}
#parts_finder .wrap-select-inline .part-select .dah_compatibility_list option {
    text-align: left;
}
span#partfindersearched {
    color: #ebebeb !important;
}
.mvp_part-finder .mvp-pfview a {
    width: 100% !important;
    background: #ccc;
    font-size: 16px;
    font-weight: 400;
    color: #1f1c51;
    text-align: center;
    max-width: 100%;
    border-radius: 10px;
    padding: 3px 7px;
    text-decoration: unset;
	margin: 0px !important;
	border: 1px solid #ccc;
}
.mvp_part-finder .resultActive {
    margin-bottom: 10px;
}
.mvp-pfview {
    gap: 10px;
    margin-left: 20px !important;
}
.mvp_part-finder .mvp_jus .find-vehicle {
    color: #fff;
    max-width: 175px !important;
    flex: 0 0 175px;
    margin-right: 12px !important;
}
.mvp_part-finder .mvp_jus {
    justify-content: unset !important;
}
.mvp_newa {
    width: 100%;
    justify-content: space-between;
}
.mvp_part-finder .mvp-pfview a:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
div#partfinder {
    background-color: #1f1c51;
}
.nkg_thubfit_chk.dah_compatible span.smicon_true.text-success , .nkg_proifit_chk.dah_compatible .text-success{
    color: #28a745 !important;
}
.nkg_thubfit_chk.dah_compatible , .nkg_universal {
    margin-bottom: 10px;
}
div#partfinder {
    top: 123px;
	z-index: 1;
}
.header-main.fix-header{
	box-shadow: none;
}
.fix-header.partfinder-pop{
	/* box-shadow: 0px 0px 47px 2px rgba(0,0,0,0.75) !important; */
	box-shadow: rgba(0, 0, 0, 0.45) 0px 12px 26px 3px !important;
}
.dah_Catpfr_txt p {
    font-size: 15px;
    margin-bottom: 4px !important;
}
.dah_Catpfr_txt p {
    text-decoration: unset;
}
.dah_Catpfr_txt {
    margin-bottom: 16px;
}
.dah_Catpfr_txt p .fa-square {
    padding-right: 8px;
}
@media (max-width: 1919.98px){
	/* div#partfinder {
		top: 15%;
	} */
}
@media (max-width: 1358.98px){
	#parts_finder .wrap-select-inline .part-select {
		width: 100%;
		padding-right: 0px;
	}
	.wrap-select-inline {
		flex: 0 0 17.66667%;
		max-width: 17.66%;
		-webkit-box-flex: 0;
	}
	#parts_finder #compat_list button.dah_compat-btn{
		padding: 0 10px;
  	font-size: 16px;
	}
	.dah_compatibility_list {
		margin-right: 0px;
	}
	#compat_list {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.wrap-select-inline.wrap-select-btn {
		flex: unset;
	}
}
@media (max-width: 1199.98px){
	.mvp_part-finder .mvp_jus .mvp_newa {
		flex-direction: row !important;
	}
	.mvp_part-finder .mvp_jus .mvp_newa #partfindersearched{
		font-size: 15px !important;
	}
	div#partfinder {
		top: 120px;
	}
}
@media (max-width: 991.98px){
.mvp_part-finder .mvp_jus .find-vehicle {
    max-width: 100%!important;
    flex: 0 0 100%;
    margin: 0px 0px 10px 0px !important;
}
.mvp_part-finder .mvp_jus .mvp_newa {
    flex-direction: column !important;
}
}
@media (max-width: 767.98px){
	.wrap-select-inline {
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-flex: 0;
		/* margin-bottom: 10px; */
	}
	.mvp_part-finder #compat_list {
		flex-wrap: wrap;
		gap: 10px;
	}
	.wrap-select-inline.wrap-select-btn {
		flex: 100%;
		max-width: 100%;
	}

	#CompatibleVehicles table td {
		flex: 0 0 180px;
		max-width: 180px;
		background-color: #fafafa;
	}
	#CompatibleVehicles table td:last-child , #CompatibleVehicles table tr th:last-child{
		max-width: 300px;
		flex: 0 0 300px;
	}
	#CompatibleVehicles table tr th {
		max-width: 180px;
		flex: 0 0 180px;
	}
	table.compatible-vehicles-content tr {
		display: flex;
	}


	#CompatibleVehicles table.path-finder-contnet tr:first-child td {
		min-width: 200px;
	}
	#CompatibleVehicles table.path-finder-contnet tr:first-child td:last-child{
		min-width: 300px;
	}
}
@media (max-width: 576.98px){
.dah_Catpfr_txt p {
    font-size: 14px;
    margin-bottom: 4px !important;
}
section.recently-view-content ul#recently-view .catalogue-single-cat {
    max-width: calc(100% - 5px) !important;
}
}
@media (max-width: 1123.98px) and (min-width: 1051px){
	ul.nav-tabs li.nav-item#tabCompatibleVehicles{
    width: 24.81% !important;
}
}
table.compatible-vehicles-content {
    width: 100%;
}
#CompatibleVehicles .card-body {
    max-height: 506px;
    overflow: hidden;
    overflow-y: auto;
}


/* .successaddmessage .body .description {
    height: 4em;
} */
.successaddmessage .body .description span.smicon_true{
    display: flex;
    align-items: center;
    position: absolute;
    top: 25px;
    height: auto;
	color: #28a745 !important;
}

.dah_compatible .smicon_false {
    color: #e31936 !important;
}
.zellis_fitment .mvp_geen {
    background-color: #d9f2d0 !important;
    border-color: #d9f2d0;
    color: #28a745 !important;
	font-weight: 600;
	margin: 10px 0px !important;	
}
.cartTable td p.h4 {
    margin-bottom: 15px;
}
.zellis_fitment .text-danger {
    margin: 10px 0px !important;
}

.wk_inner-container .dah_Catpfr_txt p , .wk_inner-container .dah_Catpfr_txt p a{
    color: #000 !important;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

ul#Featuring-Slider{
	height: 437px !important;
}
/* table.compatible-vehicles-content tr td:first-child {
	text-transform: uppercase !important;
} */

#CompatibleVehicles table.path-finder-contnet tr:first-child td,
#CompatibleVehicles .tab-table>table tr:first-child td,
#CompatibleVehicles .tab-table > table:not(.compatible-vehicles-content) tr:nth-child(3) td {
    font-weight: bold;
    font-size: 15px;
    background-color: #201b52 !important;
    color: #fff;
}
#CompatibleVehicles table.path-finder-contnet tr td {
    width: auto;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}