/*!
 * Kustom (http://desket.com)
 * Copyright 2015 desket.com
 * if you are interested in this theme,
 * you may email to the Kyle (blissket@gmail.com)
 */

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.inline-block {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.top-buffer {
	margin-top: 20px;
}

.navbar {
	margin-bottom: 10px;
}

.navbar-input-group {
	font-size: 0;
}

.heading {
	background: #337B79;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	margin-top: 10px;
}

.ellipsis {
	overflow: hidden;
}
.ellipsis:before {
	content:"";
	float: left;
	width: 5px;
}

.ellipsis > *:first-child {
	float: right;
	width: 100%;
	margin-left: -5px;
}
.ellipsis:after {
	content: "\02026";
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	float: right;
	position: relative;
	top: -25px; left: 100%;
	width: 3em;
	margin-left: -3em;
	padding-right: 5px;
	text-align: right;
	background-size: 100% 100%;
	/* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
	background: -webkit-gradient(linear, left top, right top,
		from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
	background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
body {
	background: #252928;
}
.container {
	background: #fff;
}
a {
	color: #5B8E8D;
}

header .container,
#menu-container {
	padding-left: 0;
	padding-right: 0;
}

.dropdown-menu li > a:hover {
	background: #54AFAD;
}

.list-group {
	background: #54AFAD;
}
.list-group a,
.list-group-item {
	border: 0;
	background: transparent;
	color: #fff;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	border: 0;
	background: #61B8B6;
	text-shadow: none;
	color: #fff;
}
a.list-group-item:hover,
a.list-group-item:focus {
	background: #61B8B6;
}
.list-group-item:first-child {
	border-radius: 0;
}

.navbar-list-group {
	border: 0;
}
.navbar-list-group .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	border-top: 0;
}
/*@media (min-width: 768px) {
	.navbar-list-group .navbar-collapse {
		max-height: initial;
	}
}*/
.navbar-collapse {
	max-height: initial;
}
.navbar-list-group .list-group {
	margin-bottom: 0;
}
.navbar-list-group .navbar-header {
	background: #337B79;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0;
}
.navbar-list-group .navbar-header h4 {
	padding-left: 15px;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	margin: 0;
}
@media (min-width: 768px) {
	.navbar-list-group .navbar-header {
		float: none;
	}
	.navbar-list-group .navbar-header h4 {
		float: left;
	}
}
.navbar-list-group .btn-navbar {
	border: none;
	color: #337B79;
	font-size: 15px;
	font-stretch: expanded;
	padding: 2px 18px;
	float: right;
	background: #54AFAD;
	border-color: #1f90bb #1f90bb #145e7a;
}
.navbar-list-group .btn-navbar:hover,
.navbar-list-group .btn-navbar:focus,
.navbar-list-group .btn-navbar:active,
.navbar-list-group .btn-navbar.disabled,
.navbar-list-group .btn-navbar[disabled] {
	background: #54AFAD;
	color: #fff;
}

.panel-default,
.panel-default > .panel-heading,
.panel-default > .panel-heading + .panel-collapse .panel-body{
	border-color: #DDE7E7;
}

.input-group .form-control {
	min-width: 60px;
}

header {
	padding-top: 20px;
}
header .container {
	background: transparent;
}
#logo {
	margin-bottom: 0;
}
#logo img {
	max-height: 90px;
}
@media (min-width: 768px) {
	#logo {
		height: 100px;
	}
	#top-links-row {
		height: 60px;
	}
	#top-tab-row {
		height: 40px;
	}
}
@media (max-width: 767px) {
	#logo {
		margin-left: 15px;
	}
	#top-links {
		margin-right: 15px;
	}
}
#top-links li,
#top-links a {
	color: #fff;
	text-shadow: none;
}
#top .btn-link:hover,
#top-links a:hover {
	color: #54AFAD;
}
#top-links .dropdown-menu li,
#top-links .dropdown-menu a {
	color: #999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background: transparent;
	border: none;
}

/* cart */
#cart {
	margin-bottom: 0;
}
#cart > .btn {
	background: #337B79;
	border-radius: 0;
	border: none;
	line-height: 20px;
}
#cart.open > .btn {
	background: #256967;
	border: none;
	color: #D2D2D2;
}
#cart.open > .btn:hover {
	color: #D2D2D2;
}

/* menu */
#menu {
	background: #54AFAD;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
#menu .btn-navbar {
	background: #337B79;
	border: none;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	background: #337B79;
}
#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background: #337B79;
}
@media (min-width: 768px) {
	#menu .nav > li > a {
		padding: 20px 15px 20px 15px;
	}
}

/* search */
#search {
	margin-bottom: 0;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	#search {
		float: right;
		max-width: 150px;
	}
}
@media (max-width: 767px) {
	#search {
		margin-top: 1px solid #fff;
	}
}
#search .form-control:focus {
	border-color: #ccc;
}
#search .btn {
	/*border-radius: 0;
	padding: 11px;*/
	background: #fff;
	border-color: #ccc;
	border-left: none;
	box-shadow: none;
}

.breadcrumb {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 10px;
	padding: 0;
	background: #337B79;
	border: none;
	border-radius: 0;
}
.breadcrumb > li {
	line-height: 35px;
	text-shadow: none;
}
.breadcrumb > li:after {
	border-right: 1px solid #6EA1A0;
	border-bottom: 1px solid #6EA1A0;
	top: 12px;
	right: -5px;
	width: 10px;
	height: 10px;
}
.breadcrumb,
.breadcrumb a {
	color: #fff;
}
.breadcrumb + .alert {
	margin-top: -10px;
}
.container > .alert {
	margin-left: -15px;
	margin-right: -15px;
	border-radius: 0;
}
.container > .alert + .alert {
	margin-top: -20px;
}

#content {
	padding-bottom: 20px;
}

#content > h1:first-child,
#content > .h1:first-child,
#content > h2:first-child,
#content > .h2:first-child,
#content > h3:first-child,
#content > .h4:first-child {
	margin-top: 10px;
}

footer {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	background: transparent;
	border: none;
}
footer,
footer a {
	color: #fff;
}
footer a:hover {
	color: #ccc;
}
footer .container {
	background: #337B79;
	padding: 10px 30px;
}
footer h5 {
	border-bottom: 1px dotted #FFFFFF;
	line-height: 30px;
}
#powered {
	text-align: center;
	padding: 10px 0;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2D817F;
	background-image: linear-gradient(to bottom, #4DADAB, #2D817F);
	background-repeat: repeat-x;
	border-color: #2D817F;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #2D817F;
	background-position: 0 -15px;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #2D817F;
	border-color: #4DADAB;
}

/* home-page-slider */
.common-home .owl-carousel {
	margin: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-box-shadow: none;
}
.common-home .module-carousel .owl-item .item {
	margin: 5px;
}
.common-home .module-carousel .img-responsive {
	display: inline;
}

/* product-thumb */
.product-thumb {
	border: 0;
}
.product-thumb .caption {
	padding: 0;
	min-height: initial;
}
.product-thumb .caption h4,
.product-thumb .caption h4:before {
	height: 50px;
	line-height: 25px;
	text-align: center;
}
.product-thumb .caption .price {
	margin: 0;
	background: #70CFCD;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
}
.product-thumb .button-group {
	border: 0;
	background: #54AFAD;
}
.product-thumb .button-group button {
	background: #54AFAD;
	color: #fff;
}
.product-thumb .button-group button:hover {
	background: #337B79;
	color: #fff;
}

/* row-categories */
.row-categories {

}
.col-category .image{

}
.col-category .name{
	height: 25px;
	line-height: 25px;
	text-align: center;
  	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* accordion-vehicles */
#accordion-vehicles {

}
#accordion-vehicles .panel-heading{
	padding: 0;
}
#accordion-vehicles .panel-heading h4 > a{
	display: block;
	padding: 10px 15px;
}
#accordion-vehicles .panel-heading {
	background: transparent;
}
.col-vehicle h5 {
/*	height: 25px;
	line-height: 25px;
	text-align: center;
  	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;*/
}
.col-vehicle .caption {
	padding: 0;
	min-height: initial;
}
.col-vehicle .caption h5,
.col-vehicle .caption h5:before {
	height: 50px;
	line-height: 25px;
	text-align: center;
}



.col-vehicle.current {
	border: 5px solid #54AFAD;
}
.col-vehicle .img-responsive {
	margin-left: auto;
	margin-right: auto;
}

#navbar-vehicle {
	background: #54AFAD;
}
#navbar-vehicle .vehicle-image,
#navbar-vehicle .vehicle-name {
	text-align: center;
}
#navbar-vehicle .vehicle-image .img-responsive {
	margin-left: auto;
	margin-right: auto;
}
#navbar-vehicle .vehicle-name {
	color: #fff;
	background: #61B8B6;
}
#navbar-vehicle .vehicle-name img {
	width: 20px;
	margin-right: 5px;
}
#navbar-vehicle .vehicle-name .vehicle-group {
	position: relative;
	margin-right: 17px;
}
#navbar-vehicle .vehicle-name .vehicle-group:after {
	content: '';
	display: block;
	position: absolute;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 1px solid #AAD7D6;
	border-bottom: 1px solid #AAD7D6;
	bottom: 5px;
	right: -10px;
	width: 5px;
	height: 5px;
}

.price-old,
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	font-weight: 800;
}

/* for .stock-status-label */
.thumbnails li,
.product-thumb .image {
	position: relative;
}
.thumbnails,
.product-thumb {
	overflow: visible;
}
.stock-status-label {
	position: absolute;
	right: 20px;
	top: -7px;
	background: #DF0403;
	padding: 5px 10px;
	color: #fff;
	box-shadow: 1px 1px 2px rgba(116, 114, 114, .5);
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.stock-status-label::after{
	border-bottom: 7px solid #A51515;
	border-right: 7px solid transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: -7px;
	top: 0;
	width: 0;
}
.stock-status-label.stock-status-label-id-7 {
	background: #71A941;
}
.stock-status-label.stock-status-label-id-7::after {
	border-bottom-color: #6A9148;
}

.manufaturer-thumb {
	margin-bottom: 10px;
}
.product-filter-vehicle-thumb {
	margin-bottom: 10px;
}

#price {

}
#price .door-to-door {
	font-size: 60%;
}

.variant {
	padding: 3px 10px;
	cursor: default;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #ffffff;
	background-color: #75a74d;
}

.specials-block {

}
.specials-block > h4,
.specials-title {
	background: #da373c;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 15px;
	line-height: 40px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.specials-title {
	margin-bottom: 10px;
}
.specials-block .product-thumb {
	padding: 10px;
}
.specials-block .product-thumb .caption {
	margin-top: 10px;
}
.specials-block .product-thumb .caption .product-name,
.specials-block .product-thumb .caption .product-name a {
	color: #171816;
	font-size: 18px;
}
.specials-block .product-thumb .caption .see-all-special {
	font-size: 13px;
	background: #da373c;
	color: #fff;
	text-transform: uppercase;
	padding: 8px;
	float: right;
}

.special-price {
}
.special-price .price-old {
	display: block;
	margin: 5px 0;
	color: #191919;
	font-size: 20px;
	font-weight: 800;
}
.special-price .price-new {
	display: block;
	margin: 5px 0;
	color: #df5348;
	font-size: 25px;
	font-weight: 800;
}
.product-thumb .price-new {
	/*text-shadow: 1px 1px 0px rgba(255, 0, 0, 0.9);*/
	color: #F53122;
	font-size: 16px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #54AFAD;
	border-color: #54AFAD;
}

#navbar-categories a.list-group-item.all-products {
	background: #4D9694;
}
#navbar-categories a.list-group-item.all-products:hover {
	background: #61B8B6;
}


@media (max-width: 767px) {
	#content {
		margin-top: 20px;
	}
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

#jump-to-top {
	position: fixed;
	right: 20px;
	bottom: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #000;
	cursor: pointer;
}
#jump-to-top span {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}