@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Glyphter.woff') format('woff'),
         url('../fonts/Glyphter.ttf') format('truetype'),
         url('../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}

:root {
  --margin: 2rem;
}

.icon-calendar:before{content:'\0041';}
.icon-cart:before{content:'\0042';}
.icon-clock:before{content:'\0043';}
.icon-email:before{content:'\0044';}
.icon-garage:before{content:'\0045';}
.icon-guarantee:before{content:'\0046';}
.icon-heart:before{content:'\0047';}
.icon-location:before{content:'\0048';}
.icon-package:before{content:'\0049';}
.icon-phone:before{content:'\004a';}
.icon-return:before{content:'\004b';}
.icon-truck:before{content:'\004c';}
.icon-winner:before{content:'\004d';}

/* ADDITIONAL STYLES */

/* GENERIC CSS */

.well {
    background: #fff;
}

* {
	outline:none !important;
}
body:not(.common_home) {
	background:#f4f4f4;
}

.breadcrumb {
	margin:0;
	padding:0;
}

ul.breadcrumb {
	margin-bottom:2rem;
	margin-top:2rem;
}

ul.breadcrumb li:before {
    display: inline-block;
    padding: 0 .5rem;
    color: #6c757d;
    content: "/";
}

ul.breadcrumb li:first-child:before {
	display:none;
}

body:not(.common_home) ol.breadcrumb {
    margin: 15px 0 15px 0;
}

body:not(.common_home) .main-footer{
	margin-top:2rem;
}

.breadcrumb {
	font-size:11px;
}

.breadcrumb a{
	color:#101936;
}

.breadcrumb li:last-child a {
    color: #101936;
}

/* GENERIC CSS */

/* HEADER */

.header-main-bar.header-main-wrapper {
    padding: 35px 0;
}

.row.header-main-row {
    align-items: center;
}

.header-main-block.header-usermenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1;
    padding: 0 15px;
}

.header-main-block.header-account h4 {
    margin: 0;
}

.header-main-block.header-logo {
	padding-left:15px;
	padding-right:15px;
}

.usermenu-item {
    flex: 1;
	position:relative;
}

.usermenu-item.garage-menu-item {
	position:static;
}

.usermenu-item a {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

#logo svg {
	width:100%;
	max-width:250px;	
}

#logo svg #O {
transform-origin: 50% 50% !important;
transform-box: fill-box !important;
}

#logo:hover svg #O {
  animation: spin1 0.5s infinite linear;
  -webkit-animation: spin1 0.5s infinite linear;
  
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#logo:hover svg #O g{
 -webkit-filter: url(#blur);
 filter: url(#blur);
}

div#searchAjax input {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border: solid 1px #e1e1e1;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f8f8f8;
    font-size: 12px;
    font-weight: bold;
}

div#searchAjax {
    position: relative;
}

div#searchAjax button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 50px;
    background: none;
    border: none;
}

div#searchAjax button:hover {
	color:#83d416;
}

@keyframes spin1 {
  0% {
  -moz-transform:rotate(320deg);
  -webkit-transform:rotate(320deg);
  -o-transform:rotate(320deg);
  -ms-transform:rotate(320deg);
  }
  100% {
  -moz-transform:rotate(680deg);
  -webkit-transform:rotate(680deg);
  -o-transform:rotate(680deg);
  -ms-transform:rotate(680deg); 
  -webkit-filter: blur(20px);
  }
}
@-webkit-keyframes spin1 {
  0% {
  -moz-transform:rotate(320deg);
  -webkit-transform:rotate(320deg);
  -o-transform:rotate(320deg);
  -ms-transform:rotate(320deg);
  }
  100% {
  -moz-transform:rotate(680deg);
  -webkit-transform:rotate(680deg);
  -o-transform:rotate(680deg);
  -ms-transform:rotate(680deg); 
  }
}


* {
	outline:none !important;
}
header#header {
    margin-bottom: 30px;
	background:#fff;
}

body:not(.common_home) header#header{ 
    margin-bottom: 0;
}

.header-main-bar.header-main-wrapper {
    position: relative;
    z-index: 50;
}

#desktop-menu {
	border:none;
	background:#fff;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.header-main-bar.header-main-wrapper {
    -webkit-box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
}

#desktop-menu.stick_it {
    -webkit-box-shadow: 0px 9px 17px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 9px 17px 0 rgba(0,0,0,0.3);
    z-index: 1000;
    background: #1d2c5e;
	border-bottom:solid 2px #83d416;
}

.navbar .nav-item .nav-link {
    padding: 15px 0;
	font-weight:bold;
	font-size:14px;
	color:#101936;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

#desktop-menu.stick_it .navbar .nav-item .nav-link {
	color:#fff;
}

#desktop-menu .navbar {
	position:static;
}

#desktop-menu ul.megamenu-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: center;
    margin: -15px;
}
#desktop-menu ul.megamenu-categories > li {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#desktop-menu .megamenu-block {
    padding: 20px;
}

#desktop-menu ul.megamenu-categories > li > a {
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
	font-size:14px;
	line-height:1.1em;
	font-weight:bold;
	color:#273d85;
}

#desktop-menu ul.megamenu-categories > li > a:hover,
#desktop-menu ul.megamenu-categories > li > a:active,
#desktop-menu ul.megamenu-categories > li > a:focus
{
	-webkit-box-shadow:0px 7px 12px 0 rgba(0,0,0,0.1);
	box-shadow:0px 7px 12px 0 rgba(0,0,0,0.1);
	color:#83d416;
	text-decoration:none;
}

#desktop-menu .dropdown-megamenu h3.menu-block-title {
	display:none;
}	

#desktop-menu ul.megamenu-categories > li img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

@media(min-width:991px) {
	#desktop-menu ul.megamenu-categories > li img {
		max-width: 70px;
		margin-left: auto;
		margin-right: auto;
	}
}

#desktop-menu .dropdown-megamenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 20px 12px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 7px 20px 0 rgba(0,0,0,0.2);
}

#desktop-menu .dropdown-megamenu.dropdown-menu {
    padding: inherit;
    columns: auto;
}

#desktop-menu.stick_it .dropdown-megamenu.dropdown-menu {
	border-color:#83d416;
}


.navbar .nav-item .nav-link:hover 
{
	color:#83d416;
	background:none;
	text-decoration:none;	
}

.navbar .nav-item.show > .nav-link,
.navbar .nav-item .nav-link:active,
.navbar .nav-item .nav-link:focus
{
	background:#273d85;
	color:#fff;
}


#desktop-menu.stick_it .navbar .nav-item .nav-link:hover,
#desktop-menu.stick_it .navbar .nav-item .nav-link:active,
#desktop-menu.stick_it .navbar .nav-item .nav-link:focus {
color:#83d416;
}

.header-top-bar {
    border: none;
    height: auto;
    background: #101936;
    color: #fff;
    padding: 20px 0;
	
}


.row.header-top-row {
}

.header-block-icon i {
    font-size: 30px;
    color: #83d416;
    line-height: 1;
}

.header-block-icon .icon-phone,
.header-block-icon .icon-calendar {
	font-size: 25px;
}

.header-block {
    display: flex;
    flex-wrap: nowrap;
	align-items:center;
	flex-grow:1;
	padding:0 15px;
}

.header-block.header-block-5 {
    justify-content: flex-end;
}

.header-block-icon {
    display: flex;
    align-items: center;
}

.header-block-text {
	font-size:13px;
    padding-left: 10px;
}

.header-block-text-col {
	font-size:13px;
}

/*

.header-block-text-col:first-child {
    padding-right: 15px;
    margin-right: 15px;
    border-right: solid 1px #fff;
}

*/

.header-block-text a {
	color:#fff;
	text-decoration:underline;
}

.header-block-text a:hover {
	color:#83d416;
}

.header-block-text-2col {
    display: flex;
    flex-wrap: nowrap;
	padding-left:10px;
}

span.header-block-title {
    font-weight: bold;
    display: block;
	line-height:1em;
	margin-bottom:3px;
}

span.header-block-subtitle {
    display: block;
	line-height:1em;
}

span.usermenu-icon {
    font-size: 30px;
	line-height:1;
	position:relative;
}

span.usermenu-text {
    font-size: 12px;
}

.usermenu-item a {
    color: #101936;
}


.usermenu-item a:focus i,
.usermenu-item a:hover i,
.usermenu-item a:active i{
	color:#83d416;
	text-decoration:none;
}

.usermenu-item a:focus,
.usermenu-item a:hover,
.usermenu-item a:active{
	text-decoration:none;
}

.header-main-block.header-account {
    text-align: right;
    border-right: solid 1px #ccc;
    padding-right: 30px;
}

.header-main-block.header-account h4{
	text-transform:none;
	font-size:14px;
	color:#101936;
	margin: 0 0 5px 0;
	line-height:15px;
	
}

.header-main-block.header-account a,.header-main-block.header-account .header-main-block-content {
	font-size:12px;
	color:#959595;
	line-height:12px;
}

.header-main-block.header-account a:hover,
.header-main-block.header-account a:active,
.header-main-block.header-account a:focus {
	color:#101936;
	text-decoration:none;
}

#cart-total, .wish-total, .garage-notif {
	background:#83d416;
	font-size:10px;
	font-weight:normal;
	right:-10px;
}

/* END OF HEADER */

.information-wrapper {
	padding:30px;
	background:#fff;
}

/* PARTS FILTER */

.tyres-result__wrap_generic + .tyres-result__wrap_generic {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: dashed 1px rgba(0,0,0,0.2);
}

div#tyresResults {
    padding: 2rem;
	max-width:1000px;
	overflow:auto;
}

.tyres-result__container_generic {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.tyres-generic__head.tyres-replace__head {
    background: #353535;
}

.tyres-result__heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.tyres-result__container_generic-heading h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.tyres-result__heading h2 {
    font-size: 1.7rem;
    font-weight: 500;
    margin: 0 0 1rem 0;
    padding: 0;
    line-height: normal;
}

.tyres-result__heading h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 .25rem 0;
    text-transform: none;
}

.tyres-result__heading h4 {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    margin: 0;
    padding: 0;
}

.tyres-generic__row {
	flex:1;
	min-width:50%;
	padding:.5rem;
}

.tyres-generic__block {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 7px;
    overflow: hidden;
	color:#111;
}

.tyres-generic__block:hover,
.tyres-generic__block:active,
.tyres-generic__block:focus {
	color:#111;
	text-decoration:none;
}

.tyres-generic__head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 60px;
    background: #2b8aff;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.tyres-generic__desc {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    padding: 0 1rem;
    align-items: flex-start;
    justify-content: center;
}

.tyres-generic__size {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 1rem;
    position: relative;
    line-height: 1;
}

.tyres-generic__size span {
    padding-right: .25rem;
}

.tyres-generic__size:before {
    position: absolute;
    content: "";
    display: block;
    height: 50%;
    width: 1px;
    background: #111;
    left: 0;
    opacity: .5;
}

.partfilter-wrap {
	background:#1d2c5e;
	padding:25px 40px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-top:30px; 
}

.modules-container-home .container.partfilter-container {
    margin-bottom: 30px;
}

.partfilter-nav {
    margin-bottom: 30px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    margin-right: -40px;
	position:relative;
}

#column-left .partfilter-nav {
    margin: 0;
    border: none;
}

span.partfilter-reset {
    display: flex;
    position: absolute;
    right: 40px;
    top: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor:pointer;
	display:none;
}

span.partfilter-reset:hover {
	opacity:1;
}

.partfilter-nav a {
    min-width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 0 0 20px 0;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#column-left .partfilter-nav a {
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 15px 0;
    font-weight: normal;
}

.partfilter-nav a i {
    font-size: 20px;
    padding-right: 1rem;
	padding-left: 1rem;
}

#column-left .partfilter-nav a i {
    font-size: 17px;
    padding-right: 0.5rem;
    padding-left: 0;
}

.partfilter-nav a.active,
.partfilter-nav a:hover {
	color:rgba(255,255,255,1);
}	

.partfilter-nav a:after {
	content:"";
	position:absolute;
	width:0%;
	height:3px;
	left:0;
	opacity:0;
	background:#83d416;
	bottom:-2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.partfilter-nav a:hover:after,
.partfilter-nav a.active:after
 {
	opacity:1;
	width:100%;
}

.partfilter-tab-con {
    display: flex;
    flex-wrap: nowrap;
}

.filter-block {
    padding-right: 5px;
}

.filter-block:last-child {
	padding-right:0;
}

.filter-block.filter-block-select {
    flex: 0 0 22.140%;
    max-width: 22.140%;
}

.filter-block.filter-block-button {
    flex-grow: 1;
}

.partfilter-info {
    margin-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	justify-content:flex-end;
}

.partfilter-info.nogarage {
    justify-content: flex-end;
}

.partfilter-garage {
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
    align-items: center;
}
.partfilter-garage-label {
    color: #83d416;
    font-size: 13px;
    font-weight: bold;
    padding-right: 5px;
	line-height:24px;
	white-space:nowrap;
	display:flex;
	align-items:center;
}

.partfilter-garage-label i {
	font-size:15px;
	line-height:1;
	margin-right:10px;
	color:#83d416;
}
 

.green-btn {
    background: rgba(130,212,22,1);
    background: -moz-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,212,22,1)), color-stop(100%, rgba(108,174,21,1)));
    background: -webkit-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -o-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: linear-gradient(to bottom, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d416', endColorstr='#6cae15', GradientType=0 );
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 60px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.green-btn:hover,
.green-btn:active,
.green-btn:focus {
	color:#fff;
	text-decoration:none;
    background: rgba(108,174,21,1);
    background: -moz-linear-gradient(top, rgba(108,174,21,1) 0%, rgba(130,212,22,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(108,174,21,1)), color-stop(100%, rgba(130,212,22,1)));
    background: -webkit-linear-gradient(top, rgba(108,174,21,1) 0%, rgba(130,212,22,1) 100%);
    background: -o-linear-gradient(top, rgba(108,174,21,1) 0%, rgba(130,212,22,1) 100%);
    background: -ms-linear-gradient(top, rgba(108,174,21,1) 0%, rgba(130,212,22,1) 100%);
    background: linear-gradient(to bottom, rgba(108,174,21,1) 0%, rgba(130,212,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cae15', endColorstr='#82d416', GradientType=0 );
}

.partfilter-garage-tag {
    padding: 0 15px;
    line-height: 24px;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    border: solid 1px #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.partfilter-garage a.partfilter-garage-tag.add-item {
    display: none;
}

span.text-wrap-garage {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.partfilter-garage-tag img {
	padding-right:5px;
}

.partfilter-garage-tag:hover,
.partfilter-garage-tag:active,
.partfilter-garage-tag:focus
{
	background:rgba(255,255,255,0.15);
	color:#fff;
	text-decoration:none;
}

.partfilter-garage-tags {
    display: flex;
	overflow: hidden;
}

.partfilter-counter {
    display: flex;
    justify-content: flex-end;
    line-height: 23px;
    align-items: center;
    flex-wrap: nowrap;
	font-size:12px;
	color:#fff;
}

.partfilter-count, .partfilter-garage-tag-more {
    font-size: 13px;
    font-weight: 900;
    color: #273d85;
    padding: 0 10px;
    background: #fff;
    line-height: 23px;
    margin-right: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.partfilter-garage-tags-wrap {
    width: 100%;
    display: flex;
    flex: 1;
    overflow: hidden;
}

div#garageDropdown {
    background: #1d2c5e;
	border:none;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border-top: solid 3px #83d416;
    -webkit-box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.2);
}

div#garageDropdown .partfilter-garage-tags {
    display: block;
    max-height: 400px;
    overflow: auto;
}

div#garageDropdown a.partfilter-garage-tag {
    color: #101936;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    color: #fff;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
    line-height: 1.5em;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    margin: 0;
}

div#garageDropdown .partfilter-count, div#garageDropdown .partfilter-garage-tag-more {
	display:none;
}

div#sizeFilter  .filter-block.filter-block-button {
    flex: 0 0 100%;
    max-width: 100%;
	margin-top:.5rem;
}

div#sizeFilter .partfilter-tab-con {
    flex-wrap: wrap;
}

div#sizeFilter .filter-block.filter-block-select {
    flex: 1;
    max-width: 100%;
    padding: 0;
}

div#sizeFilter  .filter-block.filter-block-select.filter-block-filler {
    display: flex;
    flex: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 0;
    width: 0;
    overflow: visible;
    position: relative;
}

div#sizeFilter .filter-block.filter-block-select.filter-block-filler span {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #2b8aff;
    z-index: 20;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    border: solid 1px #353535;
    line-height: 20px;
    font-weight: 900;
}

.hideV {
    display: none !important;
}

div#sizeFilter .bootstrap-select > .dropdown-toggle {
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

.partfilter-tab-button-con {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
	border-radius:4px;
}

div#sizeFilter .partfilter-tab-button-con  .filter-block.filter-block-select:first-child .bootstrap-select > .dropdown-toggle {
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

div#sizeFilter .partfilter-tab-button-con  .filter-block.filter-block-select:first-child {
	border-right:solid 1px rgba(0,0,0,0.1);
}

div#sizeFilter .partfilter-tab-button-con  .filter-block.filter-block-select:last-child .bootstrap-select > .dropdown-toggle {
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

div#sizeFilter .partfilter-tab-button-con  .filter-block.filter-block-select:last-child {
	border-left:solid 1px rgba(0,0,0,0.1);
}

.partfilter-tab-heading {
    margin-bottom: 1rem;
}
.partfilter-tab-heading h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
	text-transform:none;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

div#ajaxSearchResults,
div#ajaxSearchResults2 
{
    padding: 15px 15px 65px 15px;
    background: #1d2c5e;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border-top: solid 3px #83d416;
	display:none;
	overflow:hidden;
    -webkit-box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.2);
}

.engine-input-search {
	position:relative;
}

input#enginefilterSearch {
    margin: 0;
}

div#ajaxSearchResults2 {
	z-index:100;
	margin-top:0.5rem;
	padding:1rem;
}

.ajax-results-bottom {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #83d416;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.ajax-results-bottom a i {
    padding-left: 10px;
    font-weight: lighter;
}

.ajax-results-bottom a {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}

ul.ajax-cars-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ajax-noresults-list {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

ul.ajax-parts-list,
ul.ajax-categories-list
{
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin:0 -5px;
    height: 100%;
}

ul.ajax-parts-list > li,
ul.ajax-categories-list > li
{
    flex: 0 0 20%;
    max-width: 20%;
    padding: 5px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    align-self: stretch;
}

ul.ajax-parts-list > li > a, ul.ajax-categories-list > li > a {
    padding: 10px;
    background: #fff;
    line-height: 1em;
    display: block;
    width: auto;
    font-size: 13px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    align-self: stretch;
    word-break: break-word;
}

ul.ajax-categories-list > li > a {
    align-items: center;
    justify-content: center;
}

ul.ajax-parts-list > li > a:hover,
ul.ajax-parts-list > li > a:active,
ul.ajax-parts-list > li > a:focus,
ul.ajax-categories-list > li > a:hover,
ul.ajax-categories-list > li > a:active,
ul.ajax-categories-list > li > a:focus  
{
	-webkit-box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
    color: #83d416;
    text-decoration: none;
}

ul.ajax-parts-list > li img {
	width:100%;
	height:auto;
	margin-bottom:10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	overflow:hidden;
}

span.ajax-item-code {
    display: flex;
    background: rgb(29 44 94);
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2em;
    color: rgba(255,255,255,0.7);
}

.ajax-result-block + .ajax-result-block {
    margin-top: 15px;
    padding-top: 0;
    border-top: none;
}

ul.ajax-cars-list > li > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
    line-height: 1;
    opacity: 0.8;
}


ul.ajax-cars-list > li > a:hover,
ul.ajax-cars-list > li > a:active, 
ul.ajax-cars-list > li > a:focus 
{
	color:#fff;
	opacity:1;
	text-decoration:none;
}

ul.ajax-cars-list > li > a img {
	margin-right:10px;
}

div#ajaxSearchResults h4, 
div#ajaxSearchResults2 h4 
{
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #83d416;
    background: rgba(0,0,0,0.3);
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 0;
}

div#ajaxSearchResults h4 i,
div#ajaxSearchResults2 h4 i
{
    color: #fff;
    font-weight: lighter;
    margin-right: 5px;
}

.partfilter-sizeExp {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    border-left: dashed 1px rgba(255,255,255,0.2);
    padding-left: 1rem;
}

.partfilter-sizeExp-block > span {
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
    opacity: 0.8;
    line-height: 30px;
}

.partfilter-sizeExp-dash.partfilter-sizeExp-block > span {
    font-size: 21px;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    opacity: 0.4;
}

.partfilter-sizeExp-dash.partfilter-sizeExp-block.partfilter-sizeExp-letter span {
    font-size: 30px;
}

.partfilter-sizeExp-dia.partfilter-sizeExp-block {
    margin-left: 0.35rem;
}

.partfilter-tab-heading-text i {
    font-size: 14px;
    padding-right: 0.5rem;
}
.partfilter-tab-heading-text {
    font-size: 19px;
    display: flex;
    align-items: center;
}

.partfilter-sizeExp-botinfo {
    font-weight: 100;
    font-size: 9px;
    display: flex;
    flex-direction: column;
	opacity:0.8;
}

.partfilter-sizeExp-botinfo i, .partfilter-sizeExp-botinfo em {
    font-style: normal;
    text-align: center;
}

.partfilter-sizeExp-botinfo i {
    display: flex;
    height: 5px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-bottom: .25rem;
    opacity: 0.4;
}

.partfilter-tab-heading-icon {
    flex: 1;
    text-align: right;
    padding-right: 1rem;
    font-size: 24px;
    opacity: 0.5;
    font-weight: 100;
}

aside#column-left .partfilter-section {
    flex: 0 0 100%;
    max-width: 100%;
}

aside#column-left .partfilter-tab-heading h3 {
    flex-wrap: wrap;
    justify-content: center;
}

aside#column-left .partfilter-tab-heading h3 .partfilter-tab-heading-text {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: dashed 1px rgba(255,255,255,0.2);
}

aside#column-left .partfilter-tab-heading-icon {
    flex: 0;
}

aside#column-left .partfilter-sizeExp {
    flex: 0;
}

aside#column-left .partfilter-section + .partfilter-section {
    margin-top: 2rem;
}

aside#column-left .partfilter-tab-button-con {
    flex-direction: column;
}

aside#column-left .filter-block.filter-block-select {
    margin-bottom: .5rem;
}

aside#column-left .filter-block.filter-block-button {
    margin-top: 0.5rem;
}

aside#column-left div#sizeFilter .bootstrap-select > .dropdown-toggle {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

aside#column-left div#sizeFilter .partfilter-tab-button-con .filter-block.filter-block-select {
    border: none;
    width: 100%;
    margin-bottom: 1px;
}


select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #83d416;
    white-space: nowrap;
    background: #101936;
}

.dropdown-divider {
    display: none;
}

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background: rgba(130,212,22,1);
    background: -moz-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,212,22,1)), color-stop(100%, rgba(108,174,21,1)));
    background: -webkit-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -o-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: linear-gradient(to bottom, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d416', endColorstr='#6cae15', GradientType=0 );
}

.bootstrap-select .dropdown-item {
	padding:10px 15px;
	font-size:13px;
}


.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.bootstrap-select > .dropdown-toggle:hover {
	opacity:0.9;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select .dropdown-toggle.btn-light, 
.bootstrap-select .dropdown-toggle.btn-light.disabled,
.bootstrap-select .dropdown-toggle.btn-light:active, 
.bootstrap-select .dropdown-toggle.btn-light:hover, 
.bootstrap-select .dropdown-toggle.btn-light:focus
{
    color: #273d85;
    font-size: 14px;
    font-weight: bold;
	text-transform:none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #273d85;
    font-size: 14px;
    font-weight: bold;
	text-transform:none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height:auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	border:none;
-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.25);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.25);
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.btn-light.focus, .btn-light:focus {
    box-shadow:none !important;
}

.bs-searchbox {
    padding: 0 8px 8px 8px;
}
.bs-searchbox input[type="text"], .bs-searchbox input[type="text"]:hover, .bs-searchbox input[type="text"]:active, .bs-searchbox input[type="text"]:focus {
    border: 0px;
    outline: none;
    border-bottom: 2px solid #1d2c5e;
    min-height: 48px;
    border: solid 1px #BABABA;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/* END OF PARTS FILTER */

ul.pagination {
    margin: 20px 0;
}

/* PRODUCT TABS */


.tab-msg-content {
    /* padding: 15px; */
    /* background: #83d416; */
    /* -webkit-border-radius: 4px; */
    /* border-radius: 4px; */
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.tab-msg-content b {
	color: #83d416;
}

.tab-msg-content b span {
	color:#fff;
}

.tab-msg {
	display:none;
}

.tabs-bundles
{
	background-image:url('../images/img-bg-tabs-bundle.jpg');
	background-attachment:fixed;
	background-position:center 0;
	padding: 5rem 0;
	margin-top:0;
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom:3rem;
}

.tab-related-products
{
	background-image:url('../images/img-bg-tabs-related.jpg');
	background-attachment:fixed;
	background-position:center 0;
	padding: 5rem 0;
	margin-top:0;
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom:3rem;
	background-color:#273d85;
	margin-bottom:0;
	
}

.tabs-bundles .tabs-container-flex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}

.tab-related-products .tabs-container-flex
{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}


.tabs-bundles .tab-description-wrapper,
.tab-related-products .tab-description-wrapper
{
    flex: 0 0 25%;
    max-width: 25%;
	padding-right:15px;
}

.tabs-bundles .products_carousel_outter,
.tab-related-products .products_carousel_outter
{
    flex: 0 0 75%;
    max-width: 75%;
}

.product-layout.swiper-slide {
	padding:0;
}

.tab-pricegroup {
    display: flex;
    align-items: center;
    justify-content: center;
}



.tab-price-block {
    background: #efefef;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #81d116;
    font-size: 16px;
    font-weight: 900;
    margin-right: 10px;
    position: relative;
    line-height: 1em;
    flex: 0;
	height:60px;
	line-height:60px;
	-webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
}

span.tab-discount {
    position: absolute;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ddd;
    left: 10px;
    top: 0;
    transform: translate(0, -50%);
    display: flex;
    line-height: 1em;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 10px;
    color: #fff;
    background: #83d416;
	-webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.tabs-bundles:hover span.tab-discount {
	left:30px;
}

.tab-price-button {
    flex: 1;
}

.tab-price-button a {
	flex:1;
	font-size:16px;
	-webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
}

.tab-price-button a:hover,
.tab-price-button a:active,
.tab-price-button a:focus {
	color:#fff;
	text-decoration:none;
}

.tabs-bundles h4 .tab-class-first-world,
.tab-related-products h4 .tab-class-first-world
{
	font-size:30px;
	line-height:30px;
	color:#83d416;
	font-weight:bold;
	margin:0 0 10px 0;
	text-transform:none;
	text-align:left;
	padding:0;
	display:block;
}

.tabs-bundles h4,
.tab-related-products h4 
{
	color:#ffffff;
	font-size:48px;
	line-height:48px;
	font-weight:800;
	text-transform:none;
	margin:0;
}

.tabs-bundles .tab-text,
.tab-related-products .tab-text
{
    font-size: 18px;
    color: #fff;
    margin: 50px 0 60px 0;
}

.tabs-bundles .products_carousel_outter,
.tab-related-products .products_carousel_outter
{
    padding-left: 15px;
}

.product-layout .product-block .product-block-title
 {
	margin:15px 0;
	padding:0;
}

.product-layout .product-block .block-mf-image {
    text-align: center;
    margin-bottom: 10px;
}

.product-layout .product-block .product-block-image .product-thumbnail img {
    opacity: 0.95;
}

.product-layout .product-block:hover .product-block-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.product-layout .product-block .product-block-image .product-thumbnail {
    text-align: center;
    overflow: hidden;
    border: solid 1px rgba(0,0,0,0.1);
}

.product-layout .product-block .product-block-title .product-name
{
	font-weight:bold;
	color:#273d85;
	padding:0;
	text-transform:none;
	font-size:16px;
	text-align:center;
	margin:0;
}


.product-layout .product-block .product-block-title .product-name a,
.product-layout .product-block .product-block-title .product-name a:hover,
.product-layout .product-block .product-block-title .product-name a:active,
.product-layout .product-block .product-block-title .product-name a:focus
{
	color:#273d85;
}

.product-block-code {
    text-align: center;
    font-size: 13px;
    color: #959595;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-layout .product-desc
{
	text-align:center;
	font-size:12px;
	color:#707070;
	margin-bottom:10px;
}

.product-layout .product-block-price
{
    text-align: center;
    padding: 0 0 1em 0;
}

.product-layout .product-block-price .amount
{
    text-align: center;
    padding: 0;
	color:#273d85;
	font-weight:900;
	font-size:21px;
	line-height:21px;
}


.product-block-criterias ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-size: 12px;
    color: #707070;
}

.product-block-criterias {
	margin-bottom:10px;
}

.product-block-stock {
    text-align: center;
}

.product-block-stock {
    text-align: center;
    display: flex;
    flex-direction: column;
	font-size:12px;
}

.product-block-stock span.on-btn-flex.on-btn-green {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    white-space: nowrap;
    line-height: 25px;
    padding: 0 10px;
    background: #83d416;
    align-self: center;
}

.product-block-stock span.on-btn-flex.on-btn-green.stock-danger {
    background: #dd5100;
}

.product-block-stock a.on-btn-flex.on-btn-white {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
    white-space: nowrap;
    color: #959595;
    cursor: pointer;
}

.product-block-stock a.on-btn-flex.on-btn-white:hover,
.product-block-stock a.on-btn-flex.on-btn-white:active,
.product-block-stock a.on-btn-flex.on-btn-white:focus {
	color: #273d85;
}

.tabs-bundles .swiper-button-next, 
.tabs-bundles .swiper-button-prev,
.tab-related-products .swiper-button-next, 
.tab-related-products .swiper-button-prev 

{
	width:40px;
	height:40px;
	background:none;
	border:solid 2px #7bc71a;
	-webkit-border-radius:50%;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:50;
}

.tabs-bundles .swiper-button-next i, 
.tabs-bundles .swiper-button-prev i,
.tab-related-products .swiper-button-next i, 
.tab-related-products .swiper-button-prev i 

{
	color:#fff;
	line-height:1em;
	width:auto;
	display:block;
	color:rgba(255,255,255,0.5);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.tabs-bundles .swiper-button-next:hover i, 
.tabs-bundles .swiper-button-prev:hover i,
.tab-related-products .swiper-button-next:hover i, 
.tab-related-products .swiper-button-prev:hover i
{
	color:rgba(255,255,255,1);
}

.tabs-bundles .swiper-button-next,
.tab-related-products .swiper-button-next 
{
	right:-70px;
}

.tabs-bundles .swiper-button-prev,
.tab-related-products .swiper-button-prev
{
	left:-70px;
	right:auto;
}	

.swiper-button-disabled {
	display:none !important;
}

.swiper-pagination-bullet:only-child {
    display:none !important;
}
.product-layout .product-block .product-block-labels span

{
	display:none;
}

.product-layout .product-block {
	-webkit-border-radius: 4px;
    border-radius: 4px;
    border-color: #ebebeb;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.product-block-caption {
    display: flex;
    flex-direction: column;
    height: auto;
	flex:1;
}

.product-layout .product-block:hover
{
	-webkit-box-shadow: 0 0 14px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 14px 1px rgba(0,0,0,0.1);
}

.tabs-bundles .tabs-pagination .swiper-pagination-bullet, 
.tab-related-products .tabs-pagination .swiper-pagination-bullet, 
.slideshow-wrapper .swiper-pagination-bullet
{
	width:16px;
	height:16px;
	border:solid 2px #fff;
	background:none;
	opacity:1;
	position:relative;
	margin:3px;
}

.tabs-bundles .tabs-pagination .swiper-pagination-bullet:before, 
.tab-related-products .tabs-pagination .swiper-pagination-bullet:before, 
.slideshow-wrapper .swiper-pagination-bullet:before {
	content:"";
	height:0px;
	width:0px;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	background:#83d416;
	transform:translate(-50%,-50%);
	-webkit-border-radius:50%;
	border-radius:50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity:0;
}

.tabs-bundles .tabs-pagination .swiper-pagination-bullet:hover:before,
.tabs-bundles .tabs-pagination .swiper-pagination-bullet-active:before,
.tab-related-products .tabs-pagination .swiper-pagination-bullet:hover:before,
.tab-related-products .tabs-pagination .swiper-pagination-bullet-active:before, 
.slideshow-wrapper .swiper-pagination-bullet:hover:before,
.slideshow-wrapper .swiper-pagination-bullet-active:before
{
	height:10px;
	width:10px;
	opacity:1;
}

.tabs-pagination .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 3em;
	margin-left:-3px;
	margin-right:-3px;
}

.slideshow-wrapper .swiper-pagination {
    bottom: 15px;
    left: 0;
    text-align: center;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-layout .product-block-actions {
    display: flex;
}

.product-layout .product-block-actions .product-cart {
	margin-right:10px;
}

.product-layout .product-block-actions .product-cart i {
	font-size:20px;
	margin-right:15px;
}
	
.product-layout .product-block-actions .product-cart,
.product-layout .product-block .product-wishlist
{
    flex: 1;
    color: #83d416;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    white-space: nowrap;
	-webkit-box-shadow: 0 5px 13px 3px rgba(0,0,0,0.1);
	box-shadow: 0 5px 13px 3px rgba(0,0,0,0.1);
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.product-layout .product-block .product-wishlist {
	flex:0 0 50px;
	max-width:50px;
	color:#bfbfbf;
}

.product-layout .product-block-actions .product-cart:hover,
.product-layout .product-block-actions .product-cart:active,
.product-layout .product-block-actions .product-cart:focus {
	background: rgba(130,212,22,1);
    background: -moz-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,212,22,1)), color-stop(100%, rgba(108,174,21,1)));
    background: -webkit-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -o-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: linear-gradient(to bottom, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d416', endColorstr='#6cae15', GradientType=0 );
	color:#fff;
	text-decoration:none;
}

.product-layout .product-block .product-wishlist:hover,
.product-layout .product-block .product-wishlist:active,
.product-layout .product-block .product-wishlist:focus {
	color:#ee232b;
	text-decoration:none;
}

.product-block-actions-mobile {
	display:none;
}

body.product_product .tab-description-content a i {
    font-size: 11px;
}
body.product_product .tab-description-content a {
    color: #fff;
}

body.product_product .tabs-pagination .swiper-pagination {
	display:none;
}

/* END OF PRODUCT TABS */

/* SLIDESHOW */

.slideshow-wrapper .swiper-slide-wrapper img {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease;
}


.slideshow-wrapper .swipper-slide-caption-wrapper {
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media(min-width:992px) {
	
	.swiper-viewport.slideshow-wrapper.full-container {
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	

}

	.slideshow-wrapper.full-container .swiper-slide-wrapper:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background: rgba(16,25,54,0.8);
		background: -moz-linear-gradient(top, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,25,54,0.8)), color-stop(52%, rgba(16,25,54,0.4)), color-stop(100%, rgba(16,25,54,0)));
		background: -webkit-linear-gradient(top, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
		background: -o-linear-gradient(top, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
		background: -ms-linear-gradient(top, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
		background: linear-gradient(to bottom, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101936', endColorstr='#101936', GradientType=0 );
	}

#column-left .swiper-viewport.slideshow-wrapper.full-container {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#column-left .slideshow-wrapper.full-container .swiper-slide-wrapper:before {
	
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(16,25,54,0.8);
	background: -moz-linear-gradient(top, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,25,54,0.8)), color-stop(52%, rgba(16,25,54,0.4)), color-stop(100%, rgba(16,25,54,0)));
	background: -webkit-linear-gradient(top, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
	background: -o-linear-gradient(top, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
	background: -ms-linear-gradient(top, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
	background: linear-gradient(to bottom, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101936', endColorstr='#101936', GradientType=0 );

}

/* END OF SLIDESHOW */

/* BRANDS CAROUSEL */

.brand-block-wrap {
	padding:5px;
}

.brand-block {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	background:#fff;
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
}

.brands-wrapper {
    margin: 0 -5px;
}

.brands-module {
    background: #fff;
	overflow:hidden;
}

.brands-module .brand-block a {
	position:relative;
	padding: 1.5rem 2rem;
	display:block;
}

.brands-module .brand-block a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.brands-module .brand-block a:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	background:rgba(0,0,0,0.02);
	opacity:0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.brands-module .brand-block a:hover:before {
	opacity:1;
	
}

.brands-module .swiper-button-next, .brands-module  .swiper-button-prev {
	-webkit-border-radius:50%;
	border-radius:50%;
	color:#1d2c5e;
}

.brands-module .swiper-button-next:hover, 
.brands-module  .swiper-button-prev:hover {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
	background:#1d2c5e;
	color:#fff;
}

/* END OF BRANDS CAROUSEL */

/* HOMEPAGE CATEGORIES */

.categories-module-row {
    display: flex;
    flex-wrap: wrap;
}

.category-carousel-container.swiper-container {
    padding: 5px;
    margin: -5px;
}

.categories-block-wrap.swiper-slide {
    height: auto;
}
	
.categories-block {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	-webkit-border-radius:4px;
	border-radius:4px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;	
	background:#fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
	padding:15px;
}

.category-banner-image {
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
}

.category-banner-image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    -ms-transition: all 0.05s linear;
    transition: all 0.05s linear;
}

.categories-block:hover img {
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
}

.categories-left {
    background-color: #101936;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../images/categories_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex: 100%;
    flex-direction: column;
	padding:50px 0 20px 30px;
}

.categories-right {
	padding-right:0;
	align-self: flex-start;
}

.category-carousel-pag-wrap .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}

.category-carousel-pag-wrap .swiper-pagination-bullet {
	width:10px;
	height:10px;
	margin:0 5px;
	background:#d7d7d7;
	opacity:1;
}
.category-carousel-pag-wrap .swiper-pagination-bullet:hover,
.category-carousel-pag-wrap .swiper-pagination-bullet-active {
	background:#83d416;
}

.categories-left ul {
    margin: 0;
	margin-left:-10px;
    padding: 0;
    display: block;
    list-style-type: none;
    position: sticky;
    top: 0;
    width: 100%;
	
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    webkit-justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    max-height: 100%;
    padding: 0 20px 0 0;
}

.categories-left .scroll-wrapper ul {
	margin-left:0;
}

.categories-left .scroll-wrapper {
	margin-left:-10px;
}

.categories-left ul li {
	display:block;
	width:100%;
}

.categories-left ul li a {
	display:flex;
	color:#fff;
	font-size:14px;
	padding:10px;
	align-items:center;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height:1;
}

.categories-left ul li a:hover,
.categories-left ul li a:active,
.categories-left ul li a:focus {
	color:#1d2c5e;
	background:#fff;
	text-decoration:none;
	font-weight:bold;
}

h3.categories-left-title {
    text-align: left;
	position:relative;
	margin-bottom:20px;
	padding-bottom:20px;
	margin-top:0;
	font-size:36px;
	color:#ffffff;
	font-weight:900;
	line-height:1em;
	text-transform:none;
}

h3.categories-left-title:after {
	content:"";
	display:block;
	width:60px;
	height:3px;
	background:#83d416;
	position:absolute;
	left:0;
	
	bottom:-3px;
	
}

.category-banner-title {
	margin:15px 0 0 0;
	padding:0;
	text-transform:none;
	font-size:14px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	align-items:center;
}

.category-banner-title a,
.category-banner-title a:hover,
.category-banner-title a:active,
.category-banner-title a:focus
{
	color:#273d85;
}


.category-banner-container.module-wrapper.categories-home {
	padding-top:0;
}

.alt-cat-wrapper{
	background:#500f12;
	margin-bottom: 3rem;
    background-image: url(../images/red-bg.jpg);
    background-attachment: fixed;
    background-position:center 0;
    background-repeat: no-repeat;
    background-size: cover;
	overflow:hidden;
	margin-top:3rem;
}

.c-alt-logo img {
    width: 100%;
    height: auto;
}

.c-alt-mdesc {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-top: 2.5rem;
}

.c-alt-sdesc {
    font-size: 18px;
    color: #fff;
    margin-top: 1.5rem;
}

.alt-cat-wrapper .categories-module-row {
    align-items: center;
}

.alt-cat-wrapper .category-banner-title a{
	color:#111;
}

.categories-alt-left {
    padding-left: 0;
}

.alt-cat-wrapper .container.module-container {
	padding-top:5rem;
	padding-bottom:5rem;
	position:relative;
}

.alt-cat-wrapper .corner-left {
    position: relative;
    height: 70px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: -100%;
    margin-left: -115px;
    bottom: 0;
}
.alt-cat-wrapper .corner-left:before {
    content: "";
    right: -70px;
    transform: skew(60deg, 0deg);
    background: #fff;
    position: absolute;
    height: 100%;
    width: 50%;
    border-radius: 0 8px 0 0;
}

.alt-cat-wrapper .corner-right {
    position: relative;
    height: 70px;
    background: #fff;
    width: 100%;
    position: absolute;
    right: -100%;
    margin-right: -115px;
    top: 0;
}
.alt-cat-wrapper .corner-right:before {
    content: "";
    left: -70px;
    transform: skew(60deg, 0deg);
    background: #fff;
    position: absolute;
    height: 100%;
    width: 50%;
    border-radius: 0 0 0 8px;
}


.parent-image {
    position: relative;
}

.parent-image:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(16,25,54,0.8);
    background: -moz-linear-gradient(top, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,25,54,0.8)), color-stop(52%, rgba(16,25,54,0.4)), color-stop(100%, rgba(16,25,54,0)));
    background: -webkit-linear-gradient(top, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
    background: -o-linear-gradient(top, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
    background: -ms-linear-gradient(top, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
    background: linear-gradient(to bottom, rgba(16,25,54,0.8) 0%, rgba(16,25,54,0.4) 52%, rgba(16,25,54,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101936', endColorstr='#101936', GradientType=0 );
}

h2.parent-title {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 20;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    align-items: center;
    color: #fff;
    font-weight: normal;
    text-shadow: 0px 7px 12px rgba(0,0,0,0.6);
	padding:0 15px;
}

.parent-image:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background: url(../images/pattern.png) repeat center center;
    content: "";
    z-index: 10;
}

.parent-image img {
    width: 100%;
    height: auto;
}

.parent_image_mobile {
	display:none;
}

@media(max-width:900px) {
	h2.parent-title {
		font-size: 24px;
	}
}

@media(max-width:700px) {
	.parent_image_mobile {
		display:block;
	}
	.parent_image_desktop {
		display:none;
	}
}

/* END OF HOMEPAGE CATEGORIES */

/* HOMEPAGE BANNERS */

.pickup-wrap {
	background-image: url(../images/elta_bg.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	background-color:#101936;
	padding:3rem;
	color:#fff;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:16px;
	position:relative;
}

.elta-info {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 100;
    font-size: 12px;
}

.elta-info img {
	margin-left:10px;
	max-width:100px;
}

.pickup-input-form input {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    
    width: 100%;
    max-width: 350px;
    font-size: 14px;
}

.pickup-input-form button {
	border:none;
	font-size:14px;
	font-weight:bold;
	color:#fff;
    background: rgba(130,212,22,1);
    background: -moz-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,212,22,1)), color-stop(100%, rgba(108,174,21,1)));
    background: -webkit-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -o-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: linear-gradient(to bottom, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d416', endColorstr='#6cae15', GradientType=0 );
	padding:0 20px;
	height:45px;
	line-height:45px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

.pickup-input-label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.pickup-input-form button:hover {
    background: rgba(108,174,21,1);
    background: -moz-linear-gradient(top, rgba(108,174,21,1) 0%, rgba(130,212,22,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(108,174,21,1)), color-stop(100%, rgba(130,212,22,1)));
    background: -webkit-linear-gradient(top, rgba(108,174,21,1) 0%, rgba(130,212,22,1) 100%);
    background: -o-linear-gradient(top, rgba(108,174,21,1) 0%, rgba(130,212,22,1) 100%);
    background: -ms-linear-gradient(top, rgba(108,174,21,1) 0%, rgba(130,212,22,1) 100%);
    background: linear-gradient(to bottom, rgba(108,174,21,1) 0%, rgba(130,212,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cae15', endColorstr='#82d416', GradientType=0 );
}

.pickup-left-wrap h3 {
	font-size:30px;
	line-height:30px;
	color:#fff;
	text-transform:none;
	margin:0 0 20px 0;
	display:flex;
	align-items:center;
}

.pickup-left {
	border-right:solid 1px rgba(255,255,255,0.1);
	padding-right:4rem;
}

.pickup-right {
	padding-left:4rem;
}

.pickup-left-wrap h3 i {
	color:#83d416;
	margin-right:10px;
	font-size:30px;
	line-height:1;
}

.hinfo-block1.hinfo-block .hinfo-block-wrap {
    -webkit-box-shadow: 0px 0 17px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0 17px 0 rgba(0,0,0,0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align:center;
	padding:30px;  
	height:100%;
}

.hinfo-block1.hinfo-block .hinfo-block-text {
	padding-bottom:15px;
	margin-bottom:15px;
	position:relative;
}

.hinfo-block1.hinfo-block .hinfo-block-text:after {
	content:"";
	position:absolute;
	width:50%;
	bottom:0;
	height:1px;
	background:#e1e1e1;
	left:50%;
	transform:translateX(-50%);
}

.hinfo-block-text-sub h5 {
    margin: 0;
    padding: 0;
	font-size:16px;
	font-weight:900;
	color:#83d416;
	line-height:16px;
}

.hinfo-block-text-sub > div {
    font-size: 12px;
    color: #b7b7b7;
    line-height: normal;
}

.hinfo-block1.hinfo-block .hinfo-block-text > div {
    font-size: 14px;
    color: #273d85;
	line-height:normal;
}

.hinfo-block1.hinfo-block .hinfo-block-text > div b {
	display:block;
}

.hinfo-block1.hinfo-block .hinfo-block-wrap h4 {
	color:#83d416;
	font-size:36px;
	font-weight:900;
	display:block;
	margin: 5px 0;
	line-height:36px;
}

.hinfo-block2.hinfo-block .hinfo-block-wrap {
	padding:30px;   
	background:#273d85;
	color:#fff;
	height:100%;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hinfo-block3.hinfo-block .hinfo-block-wrap {
	padding:30px;   
	background:#101936;
	color:#fff;
	height:100%;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hinfo-block .hinfo-block-wrap h3, 
.hinfo-block .hinfo-block-wrap h4 {
	margin:0;
	text-transform:none;
}

.hinfo-block2.hinfo-block .hinfo-block-wrap h3,
.hinfo-block3.hinfo-block .hinfo-block-wrap h3 {
	line-height:1;
	font-weight:900;
	font-size:24px;
	color:#fff;
	display:flex;
	align-items:center;
}

.hinfo-block-content {
	padding:30px 0;
}


.hinfo-block-content ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
	display:flex;
	flex-wrap:wrap;
	font-size:14px;
}
.hinfo-block-content ul li {
	display:flex;
	flex:0 0 50%;
	max-width:50;
	align-items:center;
}

.hinfo-block-content ul li:before {
	content:"•";
	color:#83d416;
	font-size:18px;
	padding-right:5px;
}

.hinfo-block-buttons a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    width: auto;
    display: inline-flex;
}

.hinfo-block-buttons a i {
	padding-left:20px;
	font-size:11px;
	line-height:11px;
}

.hinfo-block-buttons a:hover, 
.hinfo-block-buttons a:active, 
.hinfo-block-buttons a:focus {
	color:#fff;
	text-decoration:none;
}

.hinfo-block1.hinfo-block [class*='icon-'], 
.hinfo-block2.hinfo-block [class*='icon-'],
.hinfo-block3.hinfo-block [class*='icon-']
{
	font-size:40px;
	color:#83d416;
	height:auto;
	line-height:1;
}

.hinfo-block2.hinfo-block [class*='icon-']
{
	font-size:35px;
	margin-right:15px;
	line-height:1;
	height:33px;
	overflow:hidden;
}

.hinfo-block3.hinfo-block [class*='icon-']
{
	font-size:25px;
	margin-right:15px;
	line-height:1;
	height:25px;
	overflow:hidden;
}

.hinfo-block-nl-text {
    padding: 30px 0 20px 0;
    font-size: 14px;
    line-height: 1.5em;
}

.hinfo-block-nl-buttons {
	position:relative;
}

.hinfo-block-nl-buttons input {
    display: block;
    width: 100%;
	padding:0 40px 0 20px;
	border:none;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	font-size:13px;
	color:#101936;
	height:45px;
	line-height:45px;
}
 
.hinfo-block-nl-buttons button {
	position:absolute;
	width:40px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	right:0;
	top:50%;
	transform:translateY(-50%);
	border:none;
	color:#83d416;
	height:25px;
	line-height:25px;
	font-weight:bold;
	border-left:solid 1px #cccccc;
	background:none;
	cursor:pointer;
}

.home-banners-offers {
	background:#293e85;
	margin-bottom: 3rem;
    background-image: url(../images/blue-bg.jpg);
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
	overflow:hidden;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.home-banners-offers .banner-row .banner-item .banner-caption .banner-title {
	margin:0;
	width:auto;
	text-transform:none;
	margin-top:3rem;
	z-index:10;
	width:100%;
	position:relative;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.home-banners-offers .banner-row .banner-item .banner-caption .banner-title span{
	font-size:26px;
	color:#273d85;
	font-weight:900;
	line-height:1;
	padding:10px 30px;
	background:#fff;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	display:inline-flex;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:10;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.home-banners-offers .banner-row .banner-item .banner-caption .banner-title:before {
	content:"";
	height:2px;
	width:100%;
	position:absolute;
	display:block;
	background:#83d416;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:5;
}

.home-banners-offers .banner-row .banner-item {
 padding:0;
 overflow:hidden;
 -webkit-border-radius:4px;
 border-radius:4px;
 display:block;
}

.home-banners-offers .banner-row .banner-item .banner-caption .banner-readmore {
	background:#83d416;
	font-size:14px;
	font-weight:bold;
	line-height:1;
	padding:12px 45px 12px 15px;
	color:#fff;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:0 0 2rem 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
	
	position:relative;
}


a.banner-readmore i {
    position: absolute;
    right: 15px;
    top: 0;
    width: auto;
    display: flex;
    height: 100%;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
}

.home-banners-offers .banner-row .banner-item .banner-image {
	margin:0;
	display:block;
	padding:0;
}

.home-banners-offers .banner-row .banner-item .banner-image img {
    max-width: none;
	width:100%;
	height:auto;

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.home-banners-offers .banner-row .banner-item.banner-text-over-image .banner-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-banners-offers .banner-row .banner-col.banner-col-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}


@media(min-width:992px) {
	.home-banners-offers .banner-row .banner-item:hover img {
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}

	.home-banners-offers .banner-row .banner-item:hover .banner-title span {
		-webkit-transform:translateX(-20px);
		transform:translateX(-20px);
		-webkit-box-shadow: 0 8px 15px 0 rgba(0,0,0,0.25);
		box-shadow: 0 8px 15px 0 rgba(0,0,0,0.25);
	}

	.home-banners-offers .banner-row .banner-item:hover .banner-readmore{
		-webkit-transform:translateX(20px);
		transform:translateX(20px);
	}
}

h2.banners-title {
    margin: 0;
	text-transform:none;
}

.banner-title-container {
    display: flex;
    align-items: flex-end;
    margin-bottom: 4rem;
	
}

p.banners-title-text {
    margin: 0;
    display: block;
	text-transform: none;
	line-height:30px;
	font-size:18px;
	color:#fff;
	border-left:solid 2px #83d416;
	padding-left:15px;
	margin-left:5rem;
}

h2.banners-title > span {
    display: block;
}

span.banners-title-main {
    color: #83d416;
    font-size: 30px;
    margin-bottom: 5px;
	line-height:30px;
}

span.banners-title-sub {
    font-size: 48px;
	line-height:48px;
    color: #fff;
    font-weight: 900;
}

/* END OF HOMEPAGE BANNERS */

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }

/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }


/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }



/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background: rgba(130,212,22,1);
    background: -moz-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,212,22,1)), color-stop(100%, rgba(108,174,21,1)));
    background: -webkit-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -o-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: linear-gradient(to bottom, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d416', endColorstr='#6cae15', GradientType=0 );
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 0;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }


/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}


.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }


/* FOOTER */

footer {
	font-size:14px;
	color:#898989;
}

footer a {
	color:#898989;
	text-decoration:none;
}

.footer-brands-container ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
}

footer ul li {
	line-height:1;
	margin-bottom:15px;
}
footer .footer-brands-container ul li:before {
	content:"•";
	font-size:15px;
}

footer ul li:last-child {
	margin-bottom:0;
}

footer h5 {
	font-size:16px;
	color:#101936;
	font-weight:700;
	text-transform:none;
	line-height:1;
	margin:0 0 25px 0;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
	margin:0 -2.5px;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #e2e2e2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	margin:0 2.5px;
	color:#273d85;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

.social-links a:hover,
.social-links a:active,
.social-links a:focus
{
	background:#83d416;
	color:#fff;
	border-color:#83d416;
	text-decoration:none;
}

.footer-block.footer-info,.footer-block.footer-extra {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.footer-block.footer-contact-det {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contact-details-block {
    display: flex;
    width: 100%;
    align-items: center;
	border:solid 1px #e1e1e1;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-bottom:10px;
	padding:10px 13px; 
	line-height:1.3em;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease;
	transform:translate3d(0,0,0);
}

.contact-details-block:hover {
	transform:scale(1.02);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.2);
	border-color:#fff;
}

.contact-details-block:last-child {
	margin-bottom:0;
}

.contact-details-block, .contact-details-block a {
	font-size:15px;
	font-weight:bold;
	color:#273d85;
}

.con-block-icon {
    margin-right: 20px;
}


.footer-block.footer-contact-cal-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.footer-cal-content {
    display: flex;
    width: 100%;
    background: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
	flex-direction:column;
	background: #fff;
	-webkit-box-shadow: 0px 0 17px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0 17x 0 rgba(0,0,0,0.1);
	padding:35px 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

.footer-cal-text {
	font-size:14px;
	color:#273d85;
	margin-bottom:25px;
}

.footer-cal-text strong {
	font-size:16px;
}


.footer-cal-text:last-child {
	margin-bottom:0;
}

.footer-cal-content h5 {
    color: #83d416;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer-cal-content h5 i {
	font-size:20px;
	margin-right:10px;
}

.footer-cal-content h5:after {
	content:"";
	display:block;
	width:25%;
	height:1px;
	background:#e1e1e1;
	left:50%;
	transform:translateX(-50%);
	bottom:0;
	position:absolute;
}

.map-wrap {
    -webkit-box-shadow: 0px 0 17px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 0 17px 0 rgba(0,0,0,0.2);
	padding:15px;
}

#map, #map2{

	width:100%;
	height:260px;
	padding:0;
}

#map iframe, #map2 iframe {
    width: 100%;
}

ul#storeTabs li:first-child a {
    margin-left: 0;
}

ul#storeTabs li:last-child a {
    margin-right: 0;
}

ul#storeTabs i {
    margin-right: 5px;
}

ul#storeTabs a {
    font-size: 14px;
    padding: 10px 20px;
}


.footer-top-bar {
    background: #101936;
    color: #fff;
	padding:3rem 0;
}

.footer-top-icon i {
    font-size: 50px;
    color: #83d416;
    line-height: 1;
}

.footer-top-block {
    text-align: center;
}

.footer-top-block h4{
    margin:25px 0 0 0;
	text-transform:none;
	font-weight:bold;
	font-size:16px;
}

.footer-top-text {
	margin-top:10px;
	color:#fff;
	font-size:14px;
}

.footer-top-text a {
	color:#fff;
	text-decoration:underline;
}

.footer-top-text a:focus,
.footer-top-text a:hover,
.footer-top-text a:active {
	color:#83d416;
}

.footer-bottom-content {
    background: #101936;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
}

.footer-cards-wrap {
	text-align:center;
	padding:15px 0;
	border-top:solid 1px #e1e1e1;
	margin-top:35px;
}
	
a.b2b-login {
    height: 45px;
    line-height: 45px;
    display: flex;
    background: #273d85;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 20px;
    width: 100%;
    max-width: 210px;
    position: relative;
    justify-content: space-between;
	margin-top:2rem;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease;
}	

a.b2b-login:hover,
a.b2b-login:active,
a.b2b-login:focus {
	background:#83d416;
	text-decoration:none;
}

a.b2b-login span {
    display: flex;
    max-width: 30%;
    flex: 0 0 30%;
    border-left: solid 2px #fff;
    justify-self: flex-end;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a.b2b-login b {
    flex: 1;
}

.footer-wrap-sep .line {
	margin-bottom:3rem;
	border-bottom:solid 1px #e1e1e1;
}
	
/* END OF FOOTER */

/* HOME BLOG */

.blog-container h3 {
    text-align: left;
    font-size: 48px;
    text-transform: none;
    color: #273d85;
    font-weight: 900;
    margin: 0 0 30px 0;
    line-height: 1.2em;
}

.blog-desc-wrap-right {
    font-size: 18px;
    color: #101936;
}

.blog-module-viewall-wrapper {
	margin-top:30px;
}


.blog-module-viewall-wrapper a {
    display: flex;
    background: #273d85;
    color: #fff;
    font-weight: bold;
    align-items: center;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 250px;
	position:relative;
}

.blog-module-viewall-wrapper a:hover,
.blog-module-viewall-wrapper a:active,
.blog-module-viewall-wrapper a:focus {
	background:#83d416;
	text-decoration:none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.blog-module-viewall-wrapper a i.fas.fa-caret-right {
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.blog-wrap {
    padding: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	-webkit-box-shadow: 0px 0 17px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 0 17px 0 rgba(0,0,0,0.2);
	
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.blog-wrap:hover {
	transform:translateY(-15px);
	-webkit-box-shadow: 0px 15px 17px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 15px 17px 0 rgba(0,0,0,0.2);
}

.blog_item-image {
    padding: 5px;
}

.blog_item-image img {
	width:100%;
	height:auto;
}

.blog-desc-wrap {
	padding:15px;
	
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;	
	
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-wrapper .blog_item-title {
    font-size: 20px;
    color: #101936;
    font-weight: 900;
    text-transform: none;
    line-height: normal;
    margin: 0 0 10px 0;
	padding:0;
}

.blog-wrapper .blog_item-title a {
    color: #101936;
}

.blog-wrapper .blog_item-description {
    padding-bottom: 0;
    font-size: 14px;
    color: #898989;
}

.blog_item-more a {
	font-size:14px;
	font-weight:bold;
	color:#101936;
	display:flex;
	align-items:center;
}

.blog_item-more a i {
	margin-left:15px;
}

.blog_item-more a:hover,
.blog_item-more a:active,
.blog_item-more a:focus {
	color:#83d416;
	text-decoration:none;
}

.blog_item-more {
    padding: 0 15px 15px 15px;
}

.blog-row {
	align-items:center;
}

.blog-wrapper.module-wrapper {
    background: #f8f8f8;
    margin-top: 3rem;
}

footer.main-footer {
    margin-top: 0;
	background:#fff;
}

/* END OF HOME BLOG */


div#checkout-cart .cart-products {
    padding: 20px 0;
    background: #fff;
}

/* CART PAGE CSS */
.cart-product-block {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding: 20px;
    border-bottom: solid 1px #e1e1e1;
    background: #fff;
}

.cart-product-block:last-child  {
	border-bottom:none;
}

.cart-product-image,.cart-product-description,.cart-product-quantity-total,.cart-product-remove {
   display: flex;
   flex-direction: column;
}

.cart-product-image {
	flex-grow:0;
	flex-shrink:1;
}

.cart-product-description {
	padding:0 30px;
	flex:0 0 45%;
	max-width:45%;
}

.cart-product-description a {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.cart-product-description h3 {
	margin:0 0 15px 0;
	display:block;
	line-height:22px;
	font-size:18px;
	font-weight:500;
}

.cart-product-description-wrapper {
	flex-grow: 1; 
}


.cart-product-remove {
	flex:0 0 10%;
	max-width:10%;
}

.cart-product-remove-button {
	text-align:right;
}

.cart-product-remove button {
	width:45px;
	height:45px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#fff;
	border:solid 1px #e2e2e2;
	font-size:18px;
	font-weight:bold;
	color:#777;
}

.cart-product-remove button:hover,
.cart-product-remove button:active,
.cart-product-remove button:focus {
	color:#999;
}

.cart-product-quantity-total {
    justify-content: flex-end;
    text-align: right;
    flex: 1;
    max-width: 100%;
}
.cart-product-total {
	font-weight:500;
	font-size:22px;
	color:#273d85;
}

.cart-product-total-label {
	font-size:16px;
	font-weight:bold;
	color:#111;
	margin-right:10px;
}

.cart-product-quantity {
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
}
.cart-product-quantity input {
    height: 40px;
    line-height: 40px;
    width: 100%;
    max-width: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #111;
    background: #f4f4f4;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin: 0 10px;
    background: #fff;
    padding: 0 10px;
    border: solid 1px rgba(0,0,0,0.1);
    min-height: 0;
}
.cart-product-quantity-label {
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
}

.cart-product-total {
    justify-content: flex-end;
    text-align: right;
}

.cart-product-quantity button {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #83d416;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.cart-product-quantity button:hover,
.cart-product-quantity button:active,
.cart-product-quantity button:focus
{
	background:#273d85;
	color:#fff;
}

.cart-product-image img {
	width:140px;
	height:auto;
}

.cart-product-price {
	color:#273d85;
	font-size:22px;
	font-weight:500;
	display:flex;
	align-items:center;
}

.cart-product-price .price-before {
	margin-left:10px;
	font-size:18px;
	font-weight:normal;
}


.cart-products-totals {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	padding:40px 0;
	border-top:solid 3px #111;
}

.cart-products-total {
	flex-grow:1;
	justify-content:flex-end;
	text-align:right;
}

.cart-products-points_total {
	flex-grow:1;
	justify-content:flex-start;
	text-align:left;
	font-size:16px;
	color:#273d85;
}

.cart-total {
    color: #909090;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cart-total.total {
    color: #111;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
}

.cart-total-label {
    margin-right: 10px;
}

.cart-total.total .cart-total-price {
    font-size: 36px;
}

.cart-product-price .price-current {
	font-weight:bold;
}

.cart-product-total {
    font-weight: 600;
}

div#quickcheckoutconfirm {
    padding: 20px;
    background: #fff;
}


@media(min-width:576px) {

	.equalflex .well {
		height: 100%;
		flex-direction: column;
	}
	.equalflex {
		margin-bottom:30px;
	}
	#account-account .well, #account-login .well {
		margin-bottom:0;
	}
}

.account-wish-row {
    background: #fff;
}

div#account-newsletter form.nl {
    background: #fff;
    padding: 30px;
}

.list-group.account-menu a:hover, .list-group.account-menu a:active, .list-group.account-menu a:focus {
    background: #273d85;
    color: #fff;
}

@media(max-width:991px) {


div#sucuri-badge {
    bottom: 50px;
    min-width: 80px;
    max-width: 80px;
    padding: .5rem;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sucuri-badge-symbol.sucuri-tick {
    display: none;
}

.sucuri-badge-logo {
    padding: 0 !important;
    margin: 0 !important;
}


	
.partfilter-section {
    flex: 0 0 100%;
    max-width: 100%;
}

.partfilter-tab-heading h3 {
    flex-wrap: wrap;
    justify-content: center;
}

.partfilter-tab-heading h3 .partfilter-tab-heading-text {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: dashed 1px rgba(255,255,255,0.2);
}

.partfilter-tab-heading-icon {
    flex: 0;
}

.partfilter-sizeExp {
    flex: 0;
}

.partfilter-section + .partfilter-section {
    margin-top: 2rem;
}

.partfilter-tab-button-con {
    flex-direction: column;
}

.filter-block.filter-block-select {
    margin-bottom: .5rem;
}

.filter-block.filter-block-button {
    margin-top: 0.5rem;
}

div#sizeFilter .bootstrap-select > .dropdown-toggle {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

div#sizeFilter .partfilter-tab-button-con .filter-block.filter-block-select {
    border: none;
    width: 100%;
    margin-bottom: 1px;
}
	
	
.cart-product-remove {
    flex-grow: 0;
    align-items: center;
    margin-left: 15px;
    flex: none;
}

.cart-product-image {
    flex-grow: 0;
    flex: none;
}
.cart-product-description {
    padding: 0 15px;
    flex-grow: 1;
}

.cart-product-description a {
    font-size: 18px;
}

.cart-product-image img {
    width: 80px;
    height: auto;
}

.cart-product-quantity-label {
    margin-right: 10px;
    font-size: 11px;
	height:35px;
	line-height:35px;
}

.cart-product-quantity button {
    width: 35px;
    height: 35px;
}

.cart-product-quantity input {
	height:35px;
}


.cart-product-remove button {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #e2e2e2;
    font-size: 18px;
    font-weight: bold;
    color: #777;
}
	
}

@media(max-width:767px) {
	.product-column-right {
		margin-top: 10px;
	}
}

@media(max-width:768px) {

.product-extra-social .social-links a {
    width:30px;
	height:30px;
}
	.cart-product-block {
		flex-wrap: wrap;
		position:relative;
	}
	.cart-product-image {
		flex: 0 0 100px;
	}
	.cart-product-description {
		flex-grow:1;
		padding: 0 15px 0 15px;
	}
	
	.cart-product-description a {
		color: #333;
		font-size: 16px;
		font-weight: 600;
	}
	.cart-product-quantity-total {
		flex: 0 0 100%;
		max-width:none;
		margin: 15px 0 0 0;
		padding: 15px 0 0 0;
		border-top: solid 1px rgba(0,0,0,0.1);
		flex-direction: row;
	}
	
.cart-product-description {
    flex-grow: 1;
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: none;
}

.cart-product-description-wrapper {
    flex-grow: 1;
}

.cart-product-price {
    padding: 0 0 0 15px;
    flex-direction: column;
}
	
	.cart-product-total {
		text-align: right;
		flex: 0 0 50%;
		padding: 0 0 0 15px;
	}
	.cart-product-quantity {
		display: flex;
		flex-grow: 0;
		flex-wrap: nowrap;
		text-align: left;
		justify-content: flex-start;
		flex:0 0 50%;
	}
	
	.cart-product-remove {
		padding:0;
		flex:none;
		position:absolute;
		left:0;
		top:0;
		width:40px;
		height:40px;
		margin:0;
	}
	.cart-product-image img {
		width: 100px;
		height: auto;
	}

	div#checkout-cart h1:after {
		left: 50%;
		transform: translateX(-50%);
	}
	div#checkout-cart h1 {
		text-align: center;
		margin-bottom: 60px;
	}
	.cart-product-quantity input {
		height: 35px;
		width: 40px;
		max-width: 40px;
		font-size: 15px;
		font-weight: normal;
	}
	.cart-product-remove button {
		width: 40px;
		height: 40px;
	}
	
	
div#checkout-cart .pull-left {
    float: none!important;
	margin-bottom:15px;
	text-align:center;
}	

div#checkout-cart .pull-right {
    float: none!important;
		text-align:center;
}	


}

@media(max-width:460px) {
.cart-product-quantity-total {
    flex-direction: column;
    flex-wrap: wrap;
}


.cart-product-quantity-label {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0;
	font-size:15px;
}

.cart-product-quantity-label {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0;
}

.cart-product-total {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.cart-product-quantity-total {
    flex-direction: initial;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.cart-product-quantity {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
	
.cart-product-image {
    flex: 0 0 100%;
	text-align:center;
}

.cart-product-image img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.cart-product-description {
    padding: 0;
    display: block;
    flex-direction: row;
    align-items: center;
    flex: 0 0 100%;
	max-width:100%;
    text-align: center;
	margin:15px 0 0 0;
}


.cart-product-price {
    display: block;
    padding: 0;
    margin: 15px 0 0 0;
}

	.cart-product-remove {
		left:auto;
		right:0;
	}
	
	
.cart-product-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e1e1e1;
}

.cart-product-block:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
	
}
/* END OF CART PAGE CSS */

/* PARTS CATEGORIES BLOCKS */

.category-block-heading {
    background: #101936;
    padding: 30px 15px;
    position: relative;
}

.category-block-heading h2 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    margin: 0;
    position: relative;
	z-index:20;
}

.category-block-heading.w-background h2 {
	    padding-left: 10rem;
}

.category-bg img {
    height: 100%;
    width: auto;
}

.category-bg {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index:10;
}

.category-bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	background: rgba(16,25,54,0);
	background: -moz-linear-gradient(left, rgba(16,25,54,0) 0%, rgba(16,25,54,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(16,25,54,0)), color-stop(100%, rgba(16,25,54,1)));
	background: -webkit-linear-gradient(left, rgba(16,25,54,0) 0%, rgba(16,25,54,1) 100%);
	background: -o-linear-gradient(left, rgba(16,25,54,0) 0%, rgba(16,25,54,1) 100%);
	background: -ms-linear-gradient(left, rgba(16,25,54,0) 0%, rgba(16,25,54,1) 100%);
	background: linear-gradient(to right, rgba(16,25,54,0) 0%, rgba(16,25,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101936', endColorstr='#101936', GradientType=1 );
    z-index: 10;
    content: "";
}

.category-block-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
    padding: 8px 0 20px 0;
}

.subcategory-block {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
	padding:4px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.subcategory-block h3 {
	margin:0;
	padding:0;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.subcategory-block h3 a{
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
	margin:0;
	background:#fff;
	padding:15px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
    display: flex;
    flex-direction: column;
    height: 100%;
    /*align-items: center;*/
    justify-content: center;
    text-align: left;
    width: 100%;
}

.subcategory-block h3 a:hover,
.subcategory-block h3 a:active,
.subcategory-block h3 a:focus 
{
	text-decoration:none;
	background:#83d416;
	color:#fff;
}

.category-car-heading {
	padding:0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-car-heading {
	background:#fff;
	margin-bottom:30px;
}

.category-car-heading-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
}

.category-car-heading-flex h1 span, .category-car-heading-flex h2 span {
	color:#83d416;
	font-weight:normal;
}

.category-car-heading-flex h1,
.category-car-heading-flex h3 
{
	flex:1;
	color:#101936;
	font-size:20px;
	font-weight:bold;
	text-transform:none;
}

.category-car-image {
    margin-right: 20px;
}

.category-car-image img {
    max-height: 80px;
    width: auto;
}

a.toggleCar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #e1e1e1;
    color: #acacac;
    font-size: 13px;
}

.toggle_car_reverse a.toggleCar {
    display: inline-flex;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
}

.toggle_car_reverse {
    font-size: 0;
	margin-top:10px;
}

a.toggleCar i {
	margin-right:5px;
	font-size:14px;
}

a.toggleCar:hover,
a.toggleCar:active,
a.toggleCar:focus, 
.toggle_car_reverse a.toggleCar:hover, 
.toggle_car_reverse a.toggleCar:active, 
.toggle_car_reverse a.toggleCar:focus,
.toggle_car_reverse a.toggleCar 
{
	background:#1d2c5e;
	text-decoration:none;
	color:#fff;
	border-color:#1d2c5e;
}

.toggle_car_reverse a.toggleCar b {
    font-weight: bold;
    color: #83d416;
    display: block;
}
.toggle_car_reverse a.toggleCar i {
    color: #83d416;
    line-height: 1;
    font-size: 18px;
    margin-right: 10px;
}

.toggle_car_reverse a.toggleCar i {
    display: block;
    flex: 0 0 100%;
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 5px;
}

.toggle_car_reverse a.toggleCar {
    display: inline-flex;
	flex-direction:column;
	min-width: 300px;
}

@media(max-width:500px) {
	.toggle_car_reverse a.toggleCar {
		display: block;
		min-width: 0;
	}
	.toggle_car_reverse a.toggleCar i {
		display: block;
		flex: 0 0 100%;
		font-size: 24px;
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.product-info-block {
	padding:40px;
	border-bottom:solid 1px #EBEBEB;
}

.product-info-block-min {
	padding-top:25px;
}

.product-info-block:last-child {
    border-bottom: none;
}

.product-info-code {
    font-size: 14px;
    font-weight: bold;
    color: #969696;
    margin-top: 1rem;
}

.product-info-title-alt {
    font-size: 14px;
    font-weight: 200;
    color: #636363;
    margin-top: 1rem;
	margin-bottom:0;
	text-transform:none;
}

.product-price-container {
    line-height: 1;
	margin-bottom:1rem;
}

/* PARTS CATEGORIES BLOCKS */

/* PRODUCTS PAGE CSS */

.product-specs {
    display: flex;
    padding: 1rem .5rem;
    /* background: #ededed; */
    margin-bottom: .5rem;
    line-height: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px rgba(0,0,0,0.2);
	background:#fff;
}

.product-spec-block {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.product-spec-block + .product-spec-block {
    border-left: solid 1px rgba(0,0,0,0.2);
}

.product-spec-block i {
    font-size: 20px;
    font-weight: bold;
    color: #2b8aff;
}

.product-spec-block span {display: flex;padding-left: .5rem;font-size: 20px;font-weight: 900;color: #353535;}

.product-column-right {
}

#product-product .white-rounded {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    width: 100%;
}

.socials-wrapper-label {
	font-weight: bold;
    font-size: 14px;
    color: #273d85;
    display: block;
	margin-right:10px;
}

div#product-product .product-column-right,
div#product-product .product-column-left,
div#product-product .product-extra-left,
div#product-product .product-extra-right,
div#product-product .product-extra-manuf,
div#product-product .product-extra-social
{
	padding-left:5px;
	padding-right:5px;
	height:auto;
}

.product-extra-left > .row {
    height: 100%;
}

.box-container.white-rounded {
    display: flex;
    height: 100%;
    align-items: center;
}

.product-info-content {
    width: 100%;
}

div#product-extra {
    margin-top: 10px;
}

div.row.margin5 {
    margin-left: -5px;
    margin-right: -5px;
}

.product-extra-manuf .box-container.white-rounded,
.product-extra-social .box-container.white-rounded,
.product-extra-right .box-container.white-rounded
{
	padding:15px 20px;
}

.product-extra-manuf img {
    max-height: 45px;
    width: auto;
    max-width: 100px;
    height: auto;
}

.product-extra-social {
    flex: 1;
}

.product-info-b {
    display: flex;
    align-items: center;
	color: #273d85;
}

.product-info-b .product-info-img {
    margin-right: 10px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.product-info-b .product-info-img img {
	height:40px;
	width:auto;
}

.product-info-b .product-info-img i {
    align-items: center;
    display: flex;
    height: 100%;
}

.product-info-b:last-child {
	flex:1;
}

.product-info-b + .product-info-b:before  {
	content:"";
	display: flex;
	width:1px;
	height:15px;
	margin-left:15px;
	margin-right:15px;
	background:#e1e1e1;
}

@media(min-width:1400px) {
	.product-info-b + .product-info-b:before  {
		margin-left:2.5rem;
		margin-right:2.5rem;
	}
}

.product-info-text {
    font-size: 12px;
}

.product-info-title {
    font-weight: 900;
}

.product-images-container {
    width: 100%;
}


.product-extra-social .social-links {
    margin: 0 -7.5px;
}

.product-extra-social .social-links a {
    margin: 0 7.5px;
}

.product-images-container {
    padding: 20px;
}

.price-current {
    font-weight: 900;
    font-size: 2.2rem;
    color: #273d85;
}

#product-product .price-old {
    font-weight: 600;
    font-size: 1.2rem;
    color: #273d85;
	text-decoration: line-through;
}

div#product-data h1 {
	display:block;
	margin:0;
	padding:0;
	font-size:24px;
	font-weight:bold;
	text-transform:none;
	color:#273d85;
}

#product-tabs {
    margin-top: 15px;
	padding:2rem 2.5rem;
}

#product-tabs .nav.nav-tabs .nav-item .nav-link {
    background: none;
	padding: 0;
    margin: 0;
    font-size: 16px;
    color: #959595;
    font-weight: 100;
	min-height:0;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
}

#product-tabs .nav.nav-tabs .nav-item .nav-link:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    left: 50%;
	bottom:0;
    opacity: 0;
    background: #83d416;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
	transform:translateX(-50%);
}

#product-tabs .nav.nav-tabs .nav-item .nav-link:hover:before, 
#product-tabs .nav.nav-tabs .nav-item .nav-link.active:before 
{
    opacity: 1;
    width: 100%;
}

#product-tabs .nav.nav-tabs .nav-item .nav-link:hover, 
#product-tabs .nav.nav-tabs .nav-item .nav-link.active 
{
    font-weight:bold;
    color:#101936;
}

#product-tabs .nav.nav-tabs .nav-item {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#product-tabs .nav.nav-tabs .nav-item,
#product-tabs .nav.nav-tabs 
{
	margin:0;
}

#product-tabs .nav.nav-tabs .nav-item:after {
	margin-left:3rem;
	margin-right:3rem;
	content:"";
	background:#e1e1e1;
	height:15px;
	width:1px;
}

#product-tabs .nav.nav-tabs .nav-item:last-child:after {
	display:none;
	
}

.desc-block {
    font-size: 14px;
    color: #636363;
}

.desc-block ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.desc-block ul li {
	margin-bottom:5px;
}

.desc-block ul li:last-child {
	margin-bottom:0;
}

span.criteria-label {
    font-weight: bold;
}

span.cross-brand {
    font-weight: bold;
}


.stock-modal {
    right: 0;
    top: 0;
    display: flex;
    background: #1d2c5e;
    padding: 15px;
    z-index: 100;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
	-webkit-border-radius:4px;
	border-radius:4px;
    -webkit-box-shadow: 0 5px 13px 3px rgba(0,0,0,0.1);
    box-shadow: 0 5px 13px 3px rgba(0,0,0,0.1);
	color:#fff;
}

.tooltip {
	z-index:10;
}

.tooltip-inner {
    padding: 2px;
    max-width: 300px;
}

.stock-store-row {
    border-bottom: dashed 1px rgba(255,255,255,0.2);
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stock-store-row:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}

.stock-store-row span.store-name {
    flex: 1;
}

.stock-store-row span.store-status-icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bbb;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10px;
    color: #FFF;
}

.stock-store-row.stock-status1 span.store-status-icon {
	background:#83d416;
}

.stock-store-row.stock-status0 span.store-status-icon {
	background:#dd0000;
}

span.on-btn.on-btn-green {
    background: #83d416;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 2rem;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.product-stock-data {
    margin: 3rem 0 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

span.on-btn.on-btn-green {
    background: #83d416;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 rem;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    display: block;
	margin-right:1rem;
}

span.on-btn.on-btn-green.stock-danger {
    background: #dd5100;
}

a.on-btn.on-btn-white {
    background: #fff;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 1rem;
    font-size: 12px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #959595;
    display: block;
	border:solid 1px #CCC;
}

.product-info-cart {
	width:100%;
}

.product-quantity-cart {
    display: flex;
    align-items: flex-end;
	margin-top:1rem;
}

.product-info-cart .number-spinner {
    display: flex;
    flex-wrap: nowrap;
	overflow:hidden;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-right:50px;
}

.product-info-cart .number-spinner button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #273d85;
    color: #fff;
    font-weight: bold;
    padding: 0;
    flex: 0 0 50px;
	font-size:16px;
}

div#product-product .product-info-cart .number-spinner button:hover,
div#product-product .product-info-cart .number-spinner button:active,
div#product-product .product-info-cart .number-spinner button:focus {
    background-color: #83d416;
	color:#fff;
}

span.product-quantity-label {
    font-weight: bold;
    font-size: 14px;
    color: #273d85;
    display: block;
    margin-bottom: 5px;
}
div#product-product #product .number-spinner input {
	height:50px;
	line-height:50px;
	padding:0 10px;
	min-width:50px;
	max-width:70px;
	flex:1;
	font-size:14px;
	border:solid 1px #e1e1e1;
}

div#product-product #button-cart {
    background: rgba(130,212,22,1);
    background: -moz-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,212,22,1)), color-stop(100%, rgba(108,174,21,1)));
    background: -webkit-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -o-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    background: linear-gradient(to bottom, rgba(130,212,22,1) 0%, rgba(108,174,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d416', endColorstr='#6cae15', GradientType=0 );
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: none;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    flex: 1;
    max-width: 300px;
}
div#product-product #button-cart:hover {
	opacity:0.8;
}

.product-info-utilities {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.on-btn.btn-white-solid {
    font-size: 12px;
    -webkit-border-radius: 4px;
    border-radius: :4px;
    color: #acacac;
    text-transform: none;
    font-weight: 300;
    border: solid 1px #e1e1e1;
    padding: 15px 15px;
    line-height: 1;
    min-height: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	background:#fff;
}

button.on-btn.btn-white-solid:hover,
button.on-btn.btn-white-solid:active,
button.on-btn.btn-white-solid:focus {
	border:solid 1px #273d85;
	color:#273d85;
}

.brand-heading-block {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px 20px;
    margin: 0;
    background: #fff;
	-webkit-border-radius:100px;
	border-radius:100px;
	border:solid 1px rgba(0,0,0,0.1);
}

.brand-logo {
    margin-right: 10px;
}

.brand-heading-block h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 900;
    color: #101936;
    text-transform: none;
}

.brand-heading-block h3 span {
	font-weight:normal;
}

div#product-product  {
	margin-top:30px;
	margin-bottom:60px;
}

div#tab-description iframe {
    max-width: calc(100vw - (var(--margin) * 2));
    max-height: calc((100vw - (var(--margin) * 2)) / 1.7778);
    width: 100%;
	height:500px;
}



div#product-product .product-specs {
    margin-top: 2rem;
}

div#product-product .product-specs-details h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

div#product-product .product-specs-details {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    width: auto;
}

div#product-product .product-specs-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#product-product .product-specs-details-block + .product-specs-details-block {
    padding-top:1.5rem;
}

div#product-product b.tyre-spec-label {
    font-weight: normal;
    height: 100%;
    display: flex;
    line-height: 1;
    font-size: 15px;
    flex: 1;
}

div#product-product .product-specs-details-block li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
	padding-left:0;
}

.tyre-info-block-right .product-specs-details {
    position: sticky;
    top: 3.5rem;
}

@media(min-width:992px) {
	.tyre-info-block + .tyre-info-block {
		padding-left: 1rem;
		border-left: solid 1px rgba(0,0,0,0.1);
	}
}

.tyre-info-block-right h3 {
    color: #273d85;
}

.tyre-info-block-right h3 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.tyre-info-block-right li {list-style: square;list-style-position: inside;color: #83d416;}

div#product-product .product-specs-details ul span {
    color: #111;
}

div#tyre-info-container {
    margin-top: 1.5rem;
}

.tyre-info-block-right .product-specs-details h3 {
    color: #fff;
    font-weight: normal;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    font-size: 14px;
}

.tyre-info-block-right .product-specs-details h3 i {
    color: #83d416;
    padding-right: .25rem;
    font-weight: lighter;
}

div#product-product .product-specs-details ul span {
    color: rgb(163 177 222);
    font-size: 14px;
}

.tyre-info-block-right .product-specs-details {
    background: #273d85;
    padding: 1rem;
    border-radius: 0.5rem;
}

@media(max-width:991px) {
	
	.tyre-info-block-right ul {
		display: flex;
		flex-direction: column;
		text-align: left;
		flex: 0;
	}

	.tyre-info-block-right .product-specs-details {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.tyre-info-block-right h3 {
		width: 100%;
	}
	
	div#product-product .tyre-info-block {
		flex: 0 0 100%;
		max-width:100%;
	}
	
	.tyre-info-block + .tyre-info-block {
		margin-top:1.5rem;
	}
	
	div#product-product .product-specs-details-block li {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: auto;
		padding-left: 1rem;
		justify-content: space-between;
		padding: 0;
		text-align: left;
	}
	
	div#product-product .product-specs-details {
		margin-top:0;
	}
}

div#product-product .product-specs-details-block li + li {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: dashed 1px rgba(0,0,0,0.2);
}

div#product-product b.tyre-spec-value {
    display: inline-flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    color: #111;
    font-weight: bold;
    padding: 0.5rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: rgba(0,0,0,0.05);
    border: solid 1px rgba(0,0,0,0.1);
    margin-left: 1.5rem;
    min-width: 42px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

div#product-product b.tyre-spec-value i {
    color: #2b8aff;
    font-size: 16px;
    margin-right: 0.25rem;
    padding-right: 0.25rem;
    border-right: solid 1px rgba(0,0,0,0.2);
}

div#product-product li:hover b.tyre-spec-value,
div#product-product li:active b.tyre-spec-value,
div#product-product li:focus b.tyre-spec-value {
	background:#2b8aff;
	color:#fff;
	border-color:#2b8aff;
}

div#product-product li:hover b.tyre-spec-value i,
div#product-product li:active b.tyre-spec-value i,
div#product-product li:focus b.tyre-spec-value i{
	color:#fff;
}



div#product-product .product-specs-details-block {
    display: flex;
    flex-direction: column;
}

.product-images-container {
    padding: 20px;
    position: sticky;
    top: 30px;
}

.product-column-left .box-container.white-rounded {
    align-items: flex-start;
}


/* PRODUCTS PAGE CSS */


@media(min-width:992px) {
	.quickcheckout-inputrow label {
		margin-bottom: 0;
	}

	#cart1 .checkout-cart-row .checkout-cart-block .checkout-cart-title {
		line-height: normal;
		font-size: 14px;
		font-weight: 700;
	}	
		
	.search-toolbar .search-toolbar-block {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		flex: 1;
	}
	.search-toolbar .search-toolbar-block-submit {
		display: flex;
		justify-content: flex-end;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
.search-toolbar .search-toolbar-block input {
    width: 100%;
}
}

/* SIDEBARS AND MOBILE CSS */
#column-left .container.partfilter-container {
	padding:0;
}

#column-left .partfilter-wrap {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 0;
    padding: 30px 20px;
}

#column-left .partfilter-nav a {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
}

#column-left .partfilter-tab-con {
    display: flex;
    flex-wrap: wrap;
}

#column-left .filter-block.filter-block-select {
    margin-bottom: 10px;
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
}

#column-left .partfilter-garage {
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.common_home .partfilter-garage {
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    flex: 1;
}

#column-left .partfilter-garage-tags {
    width: 100%;
	display:block;
}

#column-left .partfilter-garage-tag {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    width: 100%;
	margin:0 0 10px 0;
}

#column-left .partfilter-garage-tag:last-child {
	margin-bottom:0;
}

#column-left .partfilter-garage-tag-more {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
	margin:0 20px 0 0;
	width: 100%;
}

#column-left .partfilter-counter {
    flex-wrap: nowrap;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
}

#column-left .partfilter-info {
    flex-wrap: wrap;
    margin-top: 20px;
    flex-direction: column;
    width: 100%;
}

#column-left .partfilter-garage-label {
    padding: 0;
    margin-bottom: 10px;
}

#column-left .partfilter-counter {
    flex-wrap: nowrap;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.partfilter-input-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.partfilter-input-search input {
    /* flex: 1; */
    width: 100%;
    text-align: left;
    white-space: nowrap;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right: 5px;
	flex-grow:1;
}

button#pfSearchSubmit {
    max-width: 25%;
}

#column-left button#pfSearchSubmit {
	max-width:100%;
	width:100%;
}

#column-left .partfilter-input-search input {
	width:100%;
	margin:0 0 10px 0;
}

#column-left .partfilter-input-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
}

#column-left .partfilter-container {
	margin-bottom:20px;
}

div#cart1 {
    background: #fff;
}

.product-layout.swiper-slide {
    height: auto;
}


.blog-item-wrap {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-color: #ebebeb;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
	background:#fff;
}

.blog-wrapper-main-wrap .blog-item {
	margin-bottom:30px;
}

.main-blog-post-content {
    padding: 15px;
    background: #fff;
}

.main-blog-post-image img {
    width: 100%;
    height: auto;
}

.main-blog-post-content h1 {
	color:#273d85;
	text-align:center;
}

.modal-heading i {
    color: #fff;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.text-wrapper {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.text-wrapper .text-con {
    font-size: 25px;
    color: #999;
    margin-bottom: 2rem;
}

/* SIDEBARS AND MOBILE CSS */

.mburger {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: var(--mb-button-size);
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: 0;
    cursor: pointer;
    background: #1d2c5e;
}

.mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height)/ 2);
    background: #fff;
    border-radius: 0;
    color: inherit;
    opacity: 1;
}


nav#mmenu {
    background: rgba(16,105,178,1);
    background: -moz-linear-gradient(-45deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(16,105,178,1)), color-stop(100%, rgba(35,45,94,1)));
    background: -webkit-linear-gradient(-45deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    background: linear-gradient(135deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1069b2', endColorstr='#232d5e', GradientType=1 );
    color: #fff;
    border-color: rgba(255,255,255,0.3);
}

.mm-listitem:after {
    left: 0;
}

.mm-iconbar {
    border: none;
    background: #1d2c5e;
    color: #fff;
}

.mm-panel_has-navbar .mm-navbar {
    display: block;
    background: #fff;
    color: #1d2c5e;
    font-weight: bold;
}

nav#mmenu .container {
    padding: 0;
    margin: -20px;
    width: auto;
}

nav#mmenu h3.menu-block-title {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    background: rgba(0,0,0,0.2);
	padding:15px 0;
}

nav#mmenu ul.megamenu-categories {
    margin: 0;
    padding: 0;
}

nav#mmenu ul.megamenu-categories > li img {
    width: 30px;
    height: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #ddd;
	margin-right:5px;
}

nav#mmenu ul.megamenu-categories > li {
    display: flex;
    font-size: 13px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    padding: 0 10px 10px 10px;
}

div#partfilter.fancybox-content {
    width: 100%;
    max-width: 1200px;
}

div#partfilter.fancybox-content .partfilter-info {
    display: none !important;
}

div#partfilter.fancybox-content button.fancybox-button {
    color: #fff;
}

div#account-login input#input-password {
    margin-bottom: 10px;
}

.category-blocks .category-block a {
    font-size: 0.75rem;
    background: #fff;
    font-weight: bold;
    color: #273d85;
}

.product-layout .product-desc {
    text-align: center;
    font-size: 12px;
    color: #707070;
    margin-bottom: 10px;
    overflow: hidden;
}

.pagination li a {
    background: #fff;
}

div#garageDropdownF {
    background: #273d85;
    padding: 10px;
    border: none;
}

div#garageDropdownF .partfilter-garage-tag-more {
	display:none;
}

div#garageDropdownF .partfilter-garage-tags {
    width: 100%;
    display: block;
    max-height: 300px;
    overflow: auto;
}

.ajax-noresults-list {
    padding: 10px 15px;
}

.garage-noitems {
    padding: 10px;
    text-align: center;
    color: #fff;
    line-height: normal;
    font-size: 13px;
    min-width: 200px;
}

.nav.nav-tabs {
    border: 0px;
    margin-left: 0;
    margin-right: 0;
}

.ho_product_tabs-wrap .nav-tabs-wrapper .nav-tabs {
    display: flex;
	margin-bottom:4rem;
}

.nav.nav-tabs .nav-item .nav-link {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.05rem;
    font-weight: normal;
    background: #1d2c5e;
    color: #fff;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
	font-weight:bold;
	margin-bottom:0;
	border: solid 1px #fff;
	padding: .5rem 3rem;
}

.nav.nav-tabs .nav-item .nav-link span {
	font-weight:normal;
	margin-right:5px;
}

.nav.nav-tabs .nav-item .nav-link.active {
    background: #83d416;
}

div#information-contact .card-body {
    background: #fff;
}

/* FILTERS */

.filters-wrapper .card-header {
    background: rgba(16,105,178,1);
    background: -moz-linear-gradient(-45deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(16,105,178,1)), color-stop(100%, rgba(35,45,94,1)));
    background: -webkit-linear-gradient(-45deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    background: linear-gradient(135deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1069b2', endColorstr='#232d5e', GradientType=1 );
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
	border-bottom: solid 1px #fff;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.filters-wrapper .card-header i {
	margin-right:5px;
	color:#83d416;
}

.filters-wrapper .filter-group-item {
    padding: 20px;
}

.filters-wrapper .filter-group-item label {
	cursor:pointer;
}

.filters-wrapper .filter-group-title {
    padding: 15px 20px;
    background: #101936;
    color: #fff;
    border-bottom: solid 2px #83d416;
}

.filters-wrapper .card-footer, .filters-wrapper .card-footer:last-child {
    background: #1d2c5e;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
    padding: 20px;
    border-top: solid 1px #fff;
}

.filters-wrapper .filter-group-item.selectlist {
    background: #1d2c5e;
}

.filter-checklist {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    -webkit-column-rule: solid 1px rgba(0,0,0,0.1);
    column-rule: solid 1px rgba(0,0,0,0.1);
}

.card.card-default.filters-wrapper {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}


.fancybox-active div#partfilter.fancybox-content {
	overflow:unset;
}
/* FILTERS */

.model-notice i {
    font-size: 30px;
    margin-bottom: 5px;
    color: #273d85;
}
.model-notice {
    display: block;
    text-align: center;
    padding: 15px 20px;
    margin: 0 0 20px 0;
    background: #83d416;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 4px;
}

.product-cart-bundles-row-wrap h5 {
    font-size: 11px;
    margin: 0 0 10px 0;
    color: #273d85;
    text-align: left;
}

.product-cart-bundles-row-wrap {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: solid 1px rgba(0,0,0,0.1);
    width: 100%;
    flex: 0 0 100%;
}

.product-cart-bundles-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    flex-wrap: nowrap;
	margin:0 -5px;
}

.product-cart-bundles-row > a {
    display: block;
    padding: 0 5px;
    overflow: hidden;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
}

.product-cart-bundles-row > a img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #83d416;
    width: 100%;
    height: auto;
}


div#cart1 .product-cart-bundles-row > a {
    display: block;
    padding: 0 2.5px;
    overflow: hidden;
    flex: 0 0 20%;
    max-width: 20%;
}

div#cart1 .product-cart-bundles-row {
	margin:0 -2.5px;
}

.tooltip.tooltip-cart {
	z-index:2000;
}

.tooltip.tooltip-cart .tooltip-inner {
    padding: 5px 10px;
    background: #273d85;
}

@media(max-width:991px) {

	div#cart1 .product-cart-bundles-row-wrap h5
	
	{
		text-align: center;
	}

	div#cart1 .product-cart-bundles-row
	{
		justify-content: center;
	}

}

@media(max-width:460px) {

	div#checkout-cart .product-cart-bundles-row-wrap h5
	
	{
		text-align: center;
	}

	div#checkout-cart .product-cart-bundles-row
	{
		justify-content: center;
	}

}


@media(min-width:992px) {
	div#information-contact .card-body .col-sm-3 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}
	
	div#information-contact .card-body .col-sm-3:last-child {
		border-right:0;
	}
}

@media(min-width:992px) {
	
	.ho_product_tabs-wrap.tabs-bundles .nav-tabs-wrapper .nav-tabs {
		display: flex;
		border-bottom: solid 1px #fff;
		margin-bottom: 4rem;
	}	
	.ho_product_tabs-wrap.tabs-bundles .nav.nav-tabs .nav-item .nav-link {
		-webkit-border-radius: 5px;
		border-radius: 5px 5px 0 0;
		font-size: 1.05rem;
		font-weight: normal;
		color: #fff;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
		font-weight: bold;
		margin-bottom: 0;
		border: solid 1px #fff;
		padding: .5rem 3rem;
		border-bottom: none;
		margin-bottom: -1px;
		margin-top: 0;
		background: transparent;
	}
	
	.ho_product_tabs-wrap.tabs-bundles .nav.nav-tabs .nav-item .nav-link.active {
		background: #83d416;
	}
}

@media(min-width:992px) and (max-width:1620px) {
	.header-block.header-block-5 {
		justify-content: flex-end;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.header-block {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		flex-grow: 1;
		padding: 0 15px;
		flex: 1;
	}
}

@media(min-width:991px) and (max-width:1240px) {
	.product-extra-social .social-links a {
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin: 0 5px;
	}
	.product-extra-social .social-links {
		margin: 0 -5px;
	}
	
	.product-extra-social .socials-wrapper-label {
		font-weight: bold;
		font-size: 12px;
		color: #273d85;
		display: block;
		margin-right: 10px;
	}
	
}


@media(min-width:991px) and (max-width:1100px) {
	.product-extra-manuf img {
		max-width: 50px;
	}
	.product-extra-social .social-links a {
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin: 0 2px;
	}
	.product-extra-social .social-links {
		margin: 0 -2px;
	}
}

@media(min-width:992px) and (max-width:1199px) {

h3.categories-left-title {
    font-size: 24px;
    font-weight: bold;
}

.banner-container .banner-row {
	flex-wrap:wrap;
}

.home-banners-offers .banner-row .banner-col.banner-col-4 {
    flex: 0 0 50%;
    max-width: 50%;
	margin-bottom:30px;
}


.navbar .nav-item .nav-link {
    font-size: 12px;
}

.navbar {
    padding: 0;
}

nav.main-menu {
    padding: 0;
}

div#partfilter.fancybox-content {
    width: 100%;
    max-width: 90%;
}

.product-layout .product-block-actions .product-cart, .product-layout .product-block .product-wishlist {
    padding: 10px 0;
}	
	
span.gen-hide-text {
    display: none;
}
.slideshow-wrapper .swipper-slide-caption {
    max-width: 60%;
}

.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h3 {
    font-size: 14px;
}

.product-layout .product-block-actions .product-cart i {
    margin: 0;
}

.slideshow-wrapper h4 {
    right: 0;
    left: auto;
    -webkit-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
}

div#common-home #column-right .slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h3, #column-left .slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h3 {
    font-size: 25px;
    font-weight: bold;
}

.partfilter-wrap {
    background: #1d2c5e;
    padding: 30px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 30px;
}

.partfilter-nav {
    margin-right: -20px;
}

.tabs-bundles .swiper-button-next, .tabs-bundles .swiper-button-prev, .tab-related-products .swiper-button-next, .tab-related-products .swiper-button-prev {
    width: 30px;
    height: 30px;

}
	
.pickup-left-wrap h3 {
    font-size: 25px;
}

.pickup-left, .pickup-right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 2rem;
}

.alt-cat-wrapper .corner-left {
	display:none;
}

.hinfo-block1.hinfo-block {
    flex: 0 0 30%;
    max-width: 30%;
}

.hinfo-block2.hinfo-block {
    flex: 0 0 70%;
    max-width: 70%;
}

	
.hinfo-block3.hinfo-block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
}

.hinfo-block2.hinfo-block .hinfo-block-wrap h3, .hinfo-block3.hinfo-block .hinfo-block-wrap h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}	
	
	footer .footer-brands-container ul li:before {
		display:none;
	}	
	
	.tabs-bundles h4, .tab-related-products h4 {
		font-weight: bold;
		font-size: 35px;
	}
	
	.tabs-bundles .swiper-button-next, .tab-related-products .swiper-button-next {
		right: 15px;
	}	

	.tabs-bundles .swiper-button-prev, .tab-related-products .swiper-button-prev {
		left: 15px;
	}
	
	.row {
		margin-right: -10px;
		margin-left: -10px;
	}
	
	.header-block {
		padding: 0 10px;
	}

	.header-block-icon .icon-phone, .header-block-icon .icon-calendar {
		font-size: 17px;
	}
	
	.header-block-text-col:first-child {
		padding-right: 10px;
		margin-right: 10px;
		border-right: solid 1px #fff;
	}
	
	span.header-block-subtitle {
		display: block;
		line-height: 1em;
		font-size: 10px;
	}
	
	.header-main-block.header-logo {
		padding-left: 15px;
		padding-right: 10px;
		flex: 0 0 170px;
	}
	
	span.usermenu-icon {
		font-size: 25px;
	}
	.header-main-block.header-search {
		flex: 0 0 40%;
		max-width: 40%;
		padding-right: 0;
	}
	.header-main-block.header-account {
		padding-right: 15px;
	}
	.header-main-block.header-account h4 {
		font-size: 12px;
		color: #101936;
	}
	
	span.module-title-text, .blog-container h3 {
		font-size: 30px;
		line-height: 35px;
	}
	
	.tab-price-block {
		margin: 0;
		flex: 0 0 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.tab-pricegroup {
		flex-wrap: wrap;
	}
	span.tab-discount {
		left: 50%;
		transform: translate(-50%,-50%);
	}
.blog-wrapper .blog_item-title {
    line-height: normal;
    font-weight: bold;
}	
}

@media(min-width:1200px) and (max-width:1620px) {
	
	.tabs-bundles h4, .tab-related-products h4 {
		font-weight: bold;
		font-size: 40px;
	}
	.tabs-bundles .swiper-button-next, .tab-related-products .swiper-button-next {
		right: 15px;
	}	

	.tabs-bundles .swiper-button-prev, .tab-related-products .swiper-button-prev {
		left: 15px;
	}

	.tabs-bundles .tabs-container-flex {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		position: relative;
	}	
	
}

.slideshow-wrapper  h4.title-mobile {
    display: none;
}

.slideshow-wrapper h4.title-desktop {
    display: flex;
}


.nav-tabs .nav-item {
    margin: 0;
}

.product-manufacturer-filter {
    margin-bottom: 15px;
	position:relative;
}

div#brands-filter-swiper-button-next {
    width: auto;
    height: auto;
    line-height: normal;
    background: none;
    right: 5px;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}

div#brands-filter-swiper-button-prev {
    width: auto;
    height: auto;
    line-height: normal;
    background: none;
    left: 5px;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}

div#brands-filter-swiper-button-next:hover,
div#brands-filter-swiper-button-prev:hover {
	color:#101936;
}

.manufacturer-block-wrap {
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 7px #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.manufacturer-block-wrap.active, 
.manufacturer-block-wrap:hover,
.manufacturer-block-wrap:active,
.manufacturer-block-wrap:focus
{
	border: solid 7px #83d416;
}

.manufacturer-block-wrap img {
	width:100%;
	height:auto;
}

#brandFilterCarousel .swiper-slide {
    height: auto;
}

h1.main-content-title.carbrand-title {
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-bottom: 0;
	display:flex;
}	

h1.main-content-title.carbrand-title img {
    margin: 0 0 15px 0;
	max-width: 120px;
}

.carbrand-content {
    background: #fff;
    padding: 30px;
}

@media(min-width:992px) {
	.main-content-title-container.carbrand-title-container {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media(max-width:991px) {

body.product_product .tab-description-content a {
    margin-top: 1rem;
}
	
ul#storeTabs {
	display: flex;
	flex-wrap: nowrap;
}
ul#storeTabs.nav.nav-tabs .nav-item {
	flex: 0 0 50%;
	width: auto;
	max-width: 50%;
}

ul#storeTabs a {
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #666;
    font-weight: normal;
}

ul#storeTabs a.active,
ul#storeTabs a:hover,
ul#storeTabs a:active,
ul#storeTabs a:focus {
	font-weight:bold;
	color:#273d85;
}
	
h1.main-content-title.carbrand-title {
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-bottom: 0;
}	

h1.main-content-title.carbrand-title img {
    margin: 0 0 15px 0;
	max-width: 100px;
}

.carbrand-content {
    background: #fff;
    padding: 20px;
    text-align: center;
}
	
.modules-container-home .container.partfilter-container {
    margin-bottom: 15px;
}	

.nav-tabs-container {
    margin-bottom: 20px;
    margin-top: 20px;
}

.ho_product_tabs .nav-show-more {
    width: 50px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    bottom: auto;
    margin: 0;
    padding: 0;
    transform: none;
    padding-right: 10px;
    background: rgba(131, 212, 22, 0);
    background: -moz-linear-gradient(left, rgba(131, 212, 22, 0) 0%, rgba(131, 212, 22, 1) 46%, rgba(131, 212, 22, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(131, 212, 22, 0)), color-stop(46%, rgba(131, 212, 22, 1)), color-stop(100%, rgba(131, 212, 22, 1)));
    background: -webkit-linear-gradient(left, rgba(131, 212, 22, 0) 0%, rgba(131, 212, 22, 1) 46%, rgba(131, 212, 22, 1) 100%);
    background: -o-linear-gradient(left, rgba(131, 212, 22, 0) 0%, rgba(131, 212, 22, 1) 46%, rgba(131, 212, 22, 1) 100%);
    background: -ms-linear-gradient(left, rgba(131, 212, 22, 0) 0%, rgba(131, 212, 22, 1) 46%, rgba(131, 212, 22, 1) 100%);
    background: linear-gradient(to right, rgba(131, 212, 22, 0) 0%, #83d416 46%, #83d416 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#83d416', endColorstr='#83d416', GradientType=1);
    color: #fff;
}

.nav-tabs-wrapper .nav-show-inner {
	animation: animate-arrow-1 1s ease-in-out infinite;
}

.nav-show-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

@keyframes animate-arrow-1 {
	0% {
		transform: translateX(-20px);
		opacity: 0;
	}
	70%,
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

.nav.nav-tabs .nav-item {
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px rgba(0,0,0,0.1);
}

.nav.nav-tabs .nav-item:last-child {
	padding-right:0;
	border-right:0;
	margin-right:0;
}

.nav.nav-tabs .nav-item .nav-link {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #1d2c5e;
    font-size: 15px;
}

.nav.nav-tabs .nav-item .nav-link.active {
    background: none;
    color: #fff;
}

.ho_product_tabs .nav-tabs-wrapper {
    margin: 0;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #83d416;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}
.ho_product_tabs .nav-tabs>li {
    margin: 0;
}

.nav-tabs .nav-item {
    margin: 0;
}

.ho_product_tabs-wrap .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: left;
    top: 0;
    margin: 0;
    padding: 0;
}

.ho_product_tabs-wrap .nav-tabs-wrapper .nav-tabs {
    display: flex;
    margin: 0;
    justify-content: flex-start;
}

.pickup-input-form input {
    max-width: none;
}

.slideshow-wrapper h4.title-mobile {
    display: flex;
}

.slideshow-wrapper h4.title-desktop {
    display: none;
}

.pagination-page-container {
	padding:0;
	margin:0;
}

.product-info-utilities button i {
    display: none;
}

.product-info-utilities {
    padding: 0 5px;
}

.product-info-utilities button {
	margin: 0 -5px;
    flex: 1 1 auto;
    max-width: 50%;
    font-weight: bold;
}

.tab-related-products {
    padding: 30px 0;
}



.product-block-price {
    margin-top: 15px;
}

.tab-related-products .tabs-container-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
	
div#common-home .col-sm-9,
div#common-home .col-sm-3
{
    flex: 0 0 100%;
    max-width: 100%;
}

.categories-left {
    background-size: cover;
}	
	
span.usermenu-text {
    display: none;
}


.footer-wrap-sep {
    display: none;
}


.tabs-bundles .tab-text, .tab-related-products .tab-text {
    font-size: 16px;
    margin: 15px 0 40px 0;
    text-align: center;
}

.tab-related-products .tab-text {
    margin-bottom: 0;
}

.tabs-bundles h4, .tab-related-products h4 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    line-height: normal;
}

.tabs-bundles h4 .tab-class-first-world, 
.tab-related-products h4 .tab-class-first-world {
    text-align: center;
	margin:0;
}

.tabs-bundles .swiper-button-next, .tabs-bundles .swiper-button-prev, .tab-related-products .swiper-button-next, .tab-related-products .swiper-button-prev {
    width: 30px;
    height: 30px;
	display:none;
}

.tabs-bundles .swiper-button-prev, .tab-related-products .swiper-button-prev {
    left: 10px;
    right: auto;
}

.tabs-bundles .swiper-button-next, .tab-related-products .swiper-button-next {
    right: 10px;
}
	
.partfilter-nav {
    margin: 0;
    border: none;
}

.partfilter-nav a {
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 15px 0;
    font-weight: normal;
}

.partfilter-nav a {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
}


.partfilter-nav a i {
    font-size: 17px;
    padding-right: 0.5rem;
    padding-left: 0;
}

.container.partfilter-container {
	padding:0;
	margin-top:15px;
	-webkit-border-radius:0;
	border-radius:0;
}

.partfilter-wrap {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 0;
    padding: 30px 20px;
	-webkit-border-radius:0;
	border-radius:0;
}

.partfilter-tab-con {
    display: flex;
    flex-wrap: wrap;
}

.filter-block.filter-block-select {
    margin-bottom: 10px;
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
}

.partfilter-garage {
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.partfilter-garage-tags {
    width: 100%;
	display:block;
}

.partfilter-garage-tag {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    width: 100%;
	margin:0 0 10px 0;
}

div#garageDropdownF a.partfilter-garage-tag {
    border: 0;
    padding: 5px 10px;
    background: rgb(29 44 94);
    margin: 0 0 5px;
    border: none;
}

.partfilter-garage-tag:last-child {
	margin-bottom:0;
}

span.text-wrap-garage {
    display: block;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: normal;
}

.partfilter-garage-tag-more {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
	margin:0 20px 0 0;
	width: 100%;
}


.partfilter-info {
    flex-wrap: wrap;
    margin-top: 20px;
    flex-direction: column;
    width: 100%;
}

.partfilter-garage-label {
    padding: 0;
    margin-bottom: 10px;
}

.partfilter-counter {
    flex-wrap: nowrap;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 0;
}

button#pfSearchSubmit {
	max-width:100%;
	width:100%;
}

.partfilter-input-search input {
	width:100%;
	margin:0 0 10px 0;
}

.partfilter-input-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
}

.partfilter-container {
	margin-bottom:20px;
}

.header-main-block.header-account {
    display: none;
}

#column-left .container.partfilter-container {
    padding: 0 15px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.brands-module .brand-block a {
    padding: 10px;
}

.home-banners-offers .banner-row .banner-col.banner-col-4 {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 5px;
}

.hinfo-block1, .hinfo-block2, .hinfo-block3 {
    flex: 0 0 100%;
    max-width: 100%;
}

footer .footer-wrap {
    padding: 15px;
}

.footer-wrap .footer-block {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.footer-wrap .footer-block:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}

.blog-container h3 {
    font-size: 23px;
    line-height: 23px;
    text-align: center;
	margin-bottom:15px;
}

.blog-module-viewall-wrapper {
    margin: 15px 0;
}

.blog-module-viewall-wrapper a {
    display: block;
    width: 100%;
    max-width: none;
}

body {
	padding-bottom:50px;
}
	

header#header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 0;
    /*position: fixed;*/
    width: 100%;
    height: 70px;
    -webkit-box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
    top: 0;
    left: 0;
}

header#header.stick_it {
	position:fixed;
}

footer .footer-brands-container ul li:before {
	display:none;
}
.header-top-bar,
.usermenu-item.garage-menu-item,
.usermenu-item.usermenu-wishlist,
.cartmenu-item .usermenu-text,
div#common-home #column-right
{
	display:none !important;
}

.header-main-block.header-search {
	display:none;
}

.header-main-block.header-search {
    position: fixed;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 600;
    padding: 15px;
    background: #101936;
    border-bottom: solid 1px #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.5);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.5);
}

ul.ajax-cars-list > li > a {
    font-size: 12px;
    opacity: 1;
}

ul.ajax-cars-list > li > a img {
    margin-right: 5px;
}

div#ajaxSearchResults,
div#ajaxSearchResults2
{
    border: none;
    margin: 0;
    top: 100%;
    padding: 0 0 65px 0;
}

div#ajaxSearchResults2 {
	padding:0 0 1rem 0;
}

div#ajaxSearchResults h4,
div#ajaxSearchResults2 h4
{
    font-size: 14px;
    font-weight: normal;
}

.ajax-results-list-wrap {
    max-height: 500px;
    overflow: auto;
}

ul.ajax-parts-list > li, ul.ajax-categories-list > li {
    flex: 0 0 50%;
    max-width: 50%;
}

.ajax-result-block {
    padding: 15px 15px 0 15px;
}

.cartmenu-item span.usermenu-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d2c5e;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 22px;
    font-weight: lighter;
}

.row.header-main-row {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

#logo svg {
	height: 40px;
	width: auto;
	max-width: none;
}

.header-main-bar.header-main-wrapper {
    padding: 0;
    flex: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-main-block.header-logo {
    text-align: center;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.header-main-block.header-usermenu {
    flex-shrink: 1;
    padding-right: 0;
    flex: 0;
    padding-left: 0;
}

header#header .container, 
header#header .row
{
    padding: 0;
    margin: 0;
}

.container.partfilter-container {
    margin: 0;
}

.slideshow-wrapper h4 {
    top: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d2c5e;
    font-size: 18px;
    position: static;
	box-shadow:none;
	-webkit-box-shadow:none;
}

div#common-home .slideshow-wrapper h4 {
    padding: 15px;
    background: #83d416;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
}
.slideshow-wrapper {
background: #1d2c5e;
}

.slideshow-wrapper .swiper-slide-wrapper:hover img {
	-webkit-transform:scale(1);
	transform:scale(1);
}

.partfilter-garage {
    display: none;
}

.categories-left {
    padding: 20px 15px;
    height: auto !important;
}

.categories-left ul {
    margin: 0;
    padding: 0;
    position: static;
    height: auto;
    display: block;
}

h3.categories-left-title {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

h3.categories-left-title:after {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
}

.categories-left ul li a {
    padding: 10px 0 10px 0;
    display: block;
    text-align: center;
    font-size: 13px;
}

.bootstrap-select > .dropdown-toggle {
    height: 40px;
    line-height: 40px;
}

.bootstrap-select > .dropdown-toggle {
    height: 40px;
    line-height: 50px;
}

.categories-right {
    padding: 0;
    align-self: flex-start;
    margin: 15px 0;
}

.categories-alt-list .categories-right {
    margin-bottom: 0;
}

.categories-block {
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

h3.category-banner-title {
    margin: 0;
    padding: 10px;
    font-size: 13px;
}

.hinfo-block-content ul {
    display: block;
}

.hinfo-block-buttons a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    line-height: 23px;
    font-weight: normal;
}

.categories-alt-left {
    padding-left: 0;
    padding: 0;
}

.footer-top-block {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
}

.home-banners-offers {
    padding: 20px 0;
    margin-bottom: 15px;
}

.footer-brands-container ul {
    column-count: 3;
	text-align:left;
	list-style-type:none;
	  column-rule: solid 1px rgba(0,0,0,0.1);
}

.blog-wrapper.module-wrapper {
    background: none;
    margin-top: 0;
    padding: 0;
    margin: 15px 0;
}

.blog-wrapper .blog_item-title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3rem;
}

.blog_item-more {
    padding: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-top: solid 1px rgba(0,0,0,0.1);
}

.blog_item-more a {
    font-size: 14px;
    font-weight: bold;
    color: #101936;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-wrapper .blog_item {
    padding-bottom: 0;
    margin-bottom: 15px;
}

.footer-top-bar {
    padding: 15px 0;
}

.footer-top-icon i {
    font-size: 40px;
    color: #83d416;
    line-height: 1;
}

.footer-top-block h4 {
    margin-top: 10px;
}

.footer-top-block {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.1);
}

.footer-top-block:last-child {
	margin-bottom:0;
	border-bottom:0;
	border:none;
}

.hinfo-block1.hinfo-block .hinfo-block-wrap, .hinfo-block2.hinfo-block .hinfo-block-wrap, .hinfo-block3.hinfo-block .hinfo-block-wrap {
    padding: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.banner-title-container {
    margin-bottom: 15px;
    text-align: center;
	display:block;
}

span.banners-title-sub {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

p.banners-title-text {
    margin: 0;
    border: none;
    margin-top: 15px;
}

.c-alt-logo {
	text-align:center;
}

.c-alt-logo img {
    width: 100%;
    height: auto;
    max-width: 150px;
    image-rendering: optimizequality;
    -webkit-image-rendering: optimizequality;
}

.c-alt-mdesc {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
}

.tabs-bundles {
    padding: 15px 0;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
}

.c-alt-sdesc {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
}

.alt-cat-wrapper .container.module-container {
    padding: 30px 15px;
}

.social-links {
    align-items: center;
    justify-content: center;
}

.footer-cal-content {
    margin-top: 15px;
    -webkkit-border-radius: 5px;
    border-radius: 5px;
}

.pickup-wrap {
    background-size: cover;
    padding: 20px;
}

.pickup-left-wrap h3 {
    font-size: 22px;
    display: block;
    text-align: center;
    line-height: normal;
    font-weight: bold;
}

.pickup-left-wrap h3 i {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}

.pickup-left {
    padding: 15px;
    text-align: center;
}

.pickup-right {
    padding: 15px;
    text-align: center;
    padding-top: 0;
}

.category-banner-container.module-wrapper.categories-home {
    padding-top: 0;
    margin: 0;
    padding: 0;
}

.swiper-viewport.slideshow-wrapper.full-container {
    margin: 0 -15px;
    width: auto;
}

.brands-module {
    padding: 30px 0;
}

.alt-cat-wrapper .corner-left, .alt-cat-wrapper .corner-right {
    display: none;
}

.slideshow-wrapper .swiper-pagination {
    display: none;
}

.categories-alt-list.alt-cat-wrapper {
    margin: 15px 0;
}

.pickup-input-form button {
    display: block;
    width: 100%;
}

.banner-container .banner-row {
    margin-left: -5px;
    margin-right: -5px;
}

.elta-info {
    position: static;
    text-align: center;
    display: block;
}

.home-banners-offers .banner-row .banner-item .banner-caption .banner-readmore {
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    display: flex;
}

.home-banners-offers .banner-row .banner-item .banner-caption .banner-title span {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 0;
    font-weight: normal;
    padding: 10px;
    background: #1d2b5d;
    color: #fff;
}

.home-banners-offers .banner-row .banner-item .banner-caption .banner-title {
    margin-top: 0;
}

a.b2b-login {
    max-width: 100%;
    margin-top: 0;
}

.tabs-bundles .tab-description-wrapper, .tab-related-products .tab-description-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

.tabs-bundles .tabs-container-flex {
    flex-wrap: wrap;
}

.tabs-bundles .products_carousel_outter, .tab-related-products .products_carousel_outter {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

div#common-home .slideshow-wrapper .swipper-slide-caption-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index:10;
}

div#common-home .slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption {
    text-align: center;
}

div#common-home .slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption {
    padding: 15px;
    background: rgba(0,0,0,0.5);
    margin: 15px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

div#common-home .slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

div#common-home .slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h2 {
    color: #83d416;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
}

div#common-home .slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption a {
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-block-stock a.on-btn-flex.on-btn-white {
    flex-wrap: wrap;
    white-space: normal;
    border: solid 1px rgba(0,0,0,0.1);
    line-height: normal;
    border-radius: 20px;
    -webkit-border-radius: 5px;
}

.product-layout .product-block {
    padding: 10px;
}

.product-layout.product-grid .product-specs {
    flex-direction: column;
}

.product-layout.product-grid .product-specs .product-spec-block + .product-spec-block {
    margin-top: 1rem;
    border: none;
}

.tabs-pagination {
    display: none;
}

.container.title-container {
    padding: 0;
}

.category-car-heading-flex {
    flex-direction: column;
}

.category-car-image {
    margin-right: 0;
    margin-top: 15px;
}

.category-car-heading-flex h1, .category-car-heading-flex h3 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.subcategory-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    flex: 0 0 50%;
    max-width: 50%;
}
.subcategory-block h3 {
    margin: 0;
    display: flex;
    padding: 0;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.subcategory-block h3 a {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    width: 100%;
}

.category-block-heading {
    background: #101936;
    padding: 15px;
    position: relative;
}

.category-block-heading h2 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    margin: 0;
    position: relative;
    z-index: 20;
    text-align: center;
}

.category-block-heading.w-background h2 {
    padding-left: 0;
}

.model-notice {
	display:none;
}

#column-left .container.partfilter-container {
    padding: 0 15px;
    display: none;
}

#product-container .product-layout.product-grid {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
}

div#product-container {
    margin-left: -5px;
    margin-right: -5px;
}

span.gen-hide-text {
    display: none !important;
}

.product-layout .product-block-actions {
    display: flex;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.product-layout .product-block-actions .product-cart {
	border-right:solid 1px #fff;
}

.product-layout .product-block-actions .product-cart, .product-layout .product-block .product-wishlist {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0;
    /* height: 50px; */
    /* line-height: 50px; */
    align-items: center;
    justify-content: center;
    font-weight: 900;
    background: #83d416;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    white-space: normal;
    padding: 20px 0;
}

span.on-btn.on-btn-green {
    margin-right: 0;
    margin-bottom: 10px;
}

.product-stock-data span.on-btn.on-btn-green.stock-warning {
    margin-right: 0;
    margin-bottom: 10px;
}

.product-layout .product-block .product-wishlist {
    background: #1d2c5e;
}

.product-layout .product-block-actions i,.product-layout .product-block-actions .product-cart i {
    font-size: 18px;
    margin-right: 0;
}

.product-info-block {
    padding: 20px;
    border-bottom: solid 1px #EBEBEB;
}

.product-stock-data {
    margin-top: 15px;
    display: block;
    text-align: center;
}



div#product-data h1 {
    text-align: center;
}

.product-info-code {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #969696;
    margin-top: 1rem;
}

.product-info-title-alt {
    text-align: center;
}

.product-price-container {
    text-align: center;
}

.product-quantity-cart {
    margin-top: 15px;
    flex-direction: column;
    text-align: center;
}

.product-info-cart .number-spinner {
    margin-right: 0;
    width: 100%;
}

.product-quantity-cart .product-quantity {
    width: 100%;
    margin-bottom: 10px;
}

div#product-product #product .number-spinner input {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    min-width: 50px;
    flex: 1;
    font-size: 14px;
    border: solid 1px #e1e1e1;
	max-width:none;
}

#product-product .white-rounded {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.socials-wrapper-label {
    margin-right: 0;
    margin-bottom: 15px;
}

.product-info-b {
    display: flex;
    align-items: center;
    color: #273d85;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
}

.product-info-b + .product-info-b:before {
	display:none;
}

.product-info-b {
    display: flex;
    align-items: center;
    color: #273d85;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.product-info-b:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.product-info-b:last-child .product-info-img {
    margin-right: 0;
}

.product-info-text {
    font-size: 12px;
    text-align: left;
}

.product-info-b:last-child .product-info-text {
	text-align:center;
	margin-top:10px;
}

div#checkout-cart .buttons > div {
    flex: 0 0 50%;
}

div#checkout-cart .buttons {
    display: flex;
    align-items: center;
}

div#checkout-cart .pull-right {
    float: none!important;
    text-align: center;
	margin-top:0;
}

.blog-left-wrap {
    order: 1;
}

.blog-desc-wrap-right {
    font-size: 16px;
    color: #101936;
    text-align: center;
    line-height: normal;
}

body:not(.common_home) aside#column-left {
    order: 2;
	margin-top:10px;
}

.column-wrapper {
    position: relative;
    position: relative;
    top: 0;
}

body:not(.common_home) .swiper-viewport.slideshow-wrapper.full-container {
    margin: 0;
    background: #fff;
    padding: 0;
}

.brand-heading-block {
    width: 100%;
    display: flex;
}

.category-car-heading {
    background: #fff;
    margin-bottom: 15px;
}

div#product-product {
    margin-top: 15px;
    margin-bottom: 30px;
}

.product-extra-manuf {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.product-extra-social {
    flex: 1;
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
}

.product-extra-manuf img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: none;
}

#search-mobile-bottom #wish {
    align-self: center;
    position: static;
    margin: 0;
    padding: 0;
	right:0;
}

div#search-mobile-bottom {
    background: rgba(16,105,178,1);
    background: -moz-linear-gradient(-45deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(16,105,178,1)), color-stop(100%, rgba(35,45,94,1)));
    background: -webkit-linear-gradient(-45deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    background: linear-gradient(135deg, rgba(16,105,178,1) 0%, rgba(35,45,94,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1069b2', endColorstr='#232d5e', GradientType=1 );
    color: #fff;
    border-color: rgba(255,255,255,0.3);
    padding: 0;
    color: #fff;
    -webkit-box-shadow: 0 -10px 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0 -10px 20px 0 rgba(0,0,0,0.3);
}

#search-mobile-bottom span.usermenu-icon, 
#search-mobile-bottom #wish, 
.trigger-search-mobile {
    color: #fff;
    font-weight: lighter;
    width: 30px;
    height: 30px;
    display: flex;
    background: #1d2c5e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: relative;
    border: solid 1px rgba(255,255,255,0.8);
}

.categories-left .scroll-wrapper {
    margin-left: 0;
}

div#search-mobile-bottom i, 
#search-mobile-bottom .search-icon-mobile i 

{
    font-size: 14px;
}

#cart-total, .wish-total, .garage-notif {
    background: #83d416;
    font-size: 9px;
    font-weight: normal;
    right: -3px;
    width: 17px;
    height: 17px;
    top: -3px;
    border: solid 1px #fff;
}

#header-bottom {
    position: fixed;
    width: 100%;
    top: 0;
    height: auto;
    z-index: 10000;
    background: #101936;
    padding: 20px 15px;
}



#search-mobile-bottom {
    height: 50px;
}

#search-mobile-bottom .header-search-block-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    height: auto;
}

.footer-block.footer-map {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer-block.footer-contact-det, .footer-block.footer-contact-cal-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    background: #f4f4f4;
    color: #255a9d;
    opacity: 1;
    width: 30px;
    height: 50px;
    background-image: none;
    text-align: center;
    line-height: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    position: absolute;
    margin-top: 0;
}

.brands-module .swiper-button-next, .brands-module .swiper-button-prev {
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #1d2c5e;
}

.categories-right {
    position: relative;
}

.swiper-button-next {
    right: 0;
    opacity: 0.7;
}

.swiper-button-prev {
    left: 0;
    opacity: 0.7;
}

h5.footer-main-heading {
    text-align: center;
}

.footer-wrap-bottom {
    margin-top: 20px;
}

.contact-details-block {
    background: #fff;
}

.footer-block.footer-contact-det {
    margin-top: 30px;
}

.footer-cards-wrap {
    margin-top: 0;
    border: none;
}

#header-search-container {
	padding:0;
}

.product-block-stock span.on-btn-flex.on-btn-green {
    width: 100%;
    margin-bottom: 10px;
    white-space: normal;
    line-height: normal;
    padding: 5px 10px;
	text-align:center;
}

div#common-home .slideshow-wrapper {
    border-bottom: solid 1px #ddd;
}

li.pagination-next, li.pagination-last,
li.pagination-prev, li.pagination-first 
{
    display: block;
}

div#product-product .product-bottom-tabs .nav.nav-tabs .nav-item {
    display: block;
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

#product-tabs .nav.nav-tabs .nav-item:after {
	display:none;
}

#product-tabs .nav.nav-tabs .nav-item {
    margin-right: 0;
    padding-right: 0;
    border: none;
    background: rgba(0,0,0,0.1);
}

#product-tabs .nav.nav-tabs .nav-item .nav-link.active {
    background: #83d416;
    color: #fff;
}

div#product-product .product-bottom-tabs .nav.nav-tabs .nav-item .nav-link {
    -webkit-border-radius: 0;
	 border-radius: 0;
}

div#product-product .product-bottom-tabs .nav.nav-tabs {
    justify-content: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

div#product-tabs {
    padding: 20px 15px;
}

div#product-product .tab-content {
    padding-bottom: 0;
}

div#product-product #button-cart {
	max-width:none;
}

#cart1 .checkout-cart-container .product-quantity {
    height: 40px;
    padding: 0;
}	

#cart1 .checkout-cart-container .number-spinner input[type="text"] {
    background: white;
    height: 40px;
}

#cart1 .checkout-cart-container button.btn.btn-default {
    height: 40px;
    padding: 0;
    line-height: 40px;
}

.checkout-cart-container .number-spinner {
	border:none;
}

.quickcheckout-inputrow label {
    margin-bottom: 0;
}

.map-wrap {
	padding:10px;
}

}

@media(max-width:700px) {
	
	.labelcomments {
		text-align:center;
	}

	.category-carousel-pag-wrap {
		display: none;
	}

	.product-block-code {
		word-break: break-word;
	}

}

@media(max-width:576px) {

.product-extra-social .social-links a {
    width:40px;
	height:40px;
}

#cart1 .checkout-cart-container .product-quantity {
    max-width: none;
    height: 40px;
    padding: 0;
    margin-bottom: 20px;
}	

#cart1 .checkout-cart-container .number-spinner input[type="text"] {
    background: white;
    height: 40px;
}

#cart1 .checkout-cart-container button.btn.btn-default {
    height: 40px;
    padding: 0;
    line-height: 40px;
}

}

@media(max-width:500px) {
ul#storeTabs {
    flex-wrap: wrap;
}

ul#storeTabs.nav.nav-tabs .nav-item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

ul#storeTabs.nav.nav-tabs .nav-item:first-child {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    border-right: none;
}
	
}


h3.customfields-title {
    font-weight: bold;
    font-size: 25px;
    /* border-bottom: solid 1px rgba(0,0,0,0.2); */
    /* padding-bottom: 1rem; */
    margin-bottom: 1rem;
    color: #1d2c5e;
}

@media(max-width:700px) {
	#quickcheckoutconfirm .col-sm-6 {
		width: 100% !important;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	h3.customfields-title {
		text-align: center;
	}
	
	.quickcheckout-content .col-sm-9 {
		padding: 0;
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.quickcheckout-content button#button-login {
		width: 100%;
		margin-top: 1rem;
	}
	
	.quickcheckout-content input[type="text"], .quickcheckout-content input[type="password"], .quickcheckout-content select, .quickcheckout-content .input-group {
		min-height: 38px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.quickcheckout-content #login .input-group-btn {
		width: 100%;
	}
	
}


.footer-block-content.footer-content-award img {
    width: 100%;
    height: auto;
    max-width: 120px;
}

h3.award-title {
    margin: 1rem 0 0 0;
    font-size: 13px;
    color: #111;
    text-align: center;
}

.footer-block-content.footer-content-award {
    text-align: center;
}

.footer-awards img {
    width: 100%;
    height: auto;
    max-width: 100px;
}

@media(max-width:991px) {
	div#sizeFilter .partfilter-tab-button-con .filter-block.filter-block-select {
		border: none !important;
		margin-bottom:1px;
	}
	div#sizeFilter .partfilter-tab-button-con .filter-block.filter-block-select .bootstrap-select > .dropdown-toggle {
		-webkit-border-radius: :4px !important;
		border-radius: 4px !important;
	}	
}

label.quote-code-class {
    display: inline-flex;
    align-items: center;
}

label.quote-code-class a {
    margin-left: .25rem;
    font-size: 22px;
    line-height: 1;
    position: relative;
	position:relative;
	top:-1px;
}

label.quote-code-class a i {
    line-height: 1;
}


/* FILTERS MOBILE */

a.toggleMobileFilters {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #1166ae;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
	display:none;
	z-index:50;
}

a.toggleMobileFilters:hover,
a.toggleMobileFilters:active,
a.toggleMobileFilters:focus {
	color:#83d416;
	text-decoration:none;
}

#filterClose {
	display:none;
}


@media(max-width:992px) {
	
	.filters-wrapper .filter-group-item {
		padding: 20px;
		background: #fff;
	}	
	
	.filters-wrapper .card-header {
		position: relative;
		border-radius: 0;
		border: none;
		position: sticky;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	
	a.toggleMobileFilters, #filterClose  {
		display:flex;

	}
	
	span#filterClose i {
		margin: 0;
		font-weight: 100;
		color: #fff;
		font-size: 17px;
		line-height: 0;
	}
	
	span#filterClose {
		position: absolute;
		right: 15px;
		top: 50%;
		font-weight: lighter;
		transform: translateY(-50%);
		opacity: .9;
		cursor: pointer;
		width: 30px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
		
	#filtersOverlay {
		position:fixed;
		left:0;
		top:0;
		width:100%;
		height:100%;
		z-index:999;
		background:rgba(0,0,0,0.7);
		display:none;
	}

	div#filterWrapper {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1000;
		height: 100%;
		display: flex;
		flex-direction: column;
		transform: translateX(100%);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		border-radius:0;
		background: #101936;
		overflow-y:auto;

	}	
	
	div#filterWrapper.activeSidebar {
		transform: translateX(0);
	}
	
	div#filtersOverlay.activeSidebar {
		display:flex;
	}
	
}


/* FILTERS MOBILE */


.corePrice {
    font-size: 13px;
}

.corePrice b {
    color: #273d85;
}

.product-block-setupcost {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 13px;
    padding: 0.5rem;
    border-top: dashed 1px rgba(0,0,0,0.3);
    color: #273d85;
}

.alert-alert-danger {
    display: flex;
    align-items: center;
    background: rgba(233,0,0,0.1);
    padding: .5rem;
    font-size: 12px;
    font-weight: bold;
    color: #DD0000;
    border: solid 1px #DD0000;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.alert-alert-danger .icon {
    font-size: 20px;
    padding-right: .5rem;
    margin-right: .5rem;
    border-right: dashed 1px rgba(255,0,0,0.5);
}

@media(max-width:991px) {
	.alert-alert-danger {
		margin-bottom: 0;
		margin-top:1rem;
	}
}

.common_home .infoblock-wrapper {
    margin-bottom: 3rem;
}

@media(max-width:992px) {
	.common_home .infoblock-wrapper {
		margin-bottom: 1rem;
	}
}

.category-block-wrap .partfilter-wrap {
    width: 100%;
    margin: 0;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 4px;
}
@media(max-width:992px) {
	#cookiescript_badge {
		bottom: 55px !important;
	}
}




span.g-remove {
    display: none;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    background: #dd0000;
    color: #fff;
    font-weight: normal;
    margin-left: 0.5rem;
    border-radius: 50%;
    max-width: 50%;
    font-size: 9px;
    position: relative;
    z-index: 100;
}

#garageDropdown span.g-remove {
	display:flex;
}

span.g-remove:hover {
    background: #83d416;
    color: #fff;
}

div#garageDropdown a.partfilter-garage-tag:hover i {
    color: #fff !important;!i;!;
}

.product-block-setupcost.product-noreturn {
    color: #dd0000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
	text-align:center;
}

div#product-product .product-block-setupcost.product-noreturn {
    margin-top: 1rem;
    justify-content: flex-start;
	text-align:left;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

div#cart1 .product-block-setupcost.product-noreturn {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
	text-align:left;
}

@media(max-width:991px) {
	div#product-product .product-block-setupcost.product-noreturn,
	div#cart1 .product-block-setupcost.product-noreturn
	{
		justify-content: center;
		text-align:center;
		margin-top: 1rem;
	}
}

span.on-btn.on-btn-green.stock-warning, 
span.on-btn-flex.on-btn-green.stock-warning
{
    background: #dd9100;
}

.footer-tecinside img {
    width: 100%;
    height: auto;
}
.footer-tecinside {
    max-width: 300px;
    height: auto;
}

.footer-cards-wrap {
    text-align: center;
    padding: 15px 0;
    border-top: solid 1px #e1e1e1;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-cards-wrap {
	margin-top:35px;
}

.footer-cards-wrap + .footer-cards-wrap {
	margin-top:0;
}

a.partfilter-garage-tag img {
    padding: 0.2rem;
    border-radius: 50%;
    overflow: hidden;
}

.partfilter-garage-tag {
    padding: 0 5px;
    padding-right: 1rem;
}

.no-pia {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 13px;
    font-weight: 600;
    color: #273d86;
}

div#product-product .no-pia {
    text-align: left;
    display: inline-flex;
    width: auto;
    margin-left: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

@media(max-width:1200px) {
	div#product-product .no-pia {
		text-align: left;
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 0.5rem;
		font-weight: 600;
	}
}

@media(max-width:768px) {
	div#product-product .no-pia {
		text-align: center;
	}
	
	.checkout-cart-container .number-spinner {
		width: 100%;
		overflow: hidden;
		display: flex;
	}

	#cart1 .checkout-cart-container .number-spinner input[type="text"] {
		width: auto;
		max-width: 100%;
		flex: 1;
		display: block;
	}

	#cart1 .checkout-cart-container .product-quantity {
		width: 100%;
	}
}