/* Main */

body, html {
	font-size: 12px;
}

.small {
	font-size: 11px;
}

.medium {
	font-size: 13px;
}

.big {
	font-size: 15px;
}

.xbig {
	font-size: 22px;
}

.bold {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

.wrap {
	word-break: break-word;
}

.strike {
	text-decoration:line-through;
}

.cursor-pointer {
	cursor: pointer;
}

.link {
	text-decoration: none;
	cursor: pointer;
	color: #337ab7;
}

.link:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

/* Spacers */

.top-spacer {
	margin-top: 10px;
}

.top-spacer-small {
	margin-top: 5px;
}

.top-spacer-big {
	margin-top: 20px;
}

.top-spacer-huge {
	margin-top: 40px;
}

.bottom-spacer {
	margin-bottom: 10px;
}

.bottom-spacer-small {
	margin-bottom: 5px;
}

.bottom-spacer-big {
	margin-bottom: 20px;
}

.left-spacer {
	margin-left: 10px;
}

.left-spacer-small {
	margin-left: 5px;
}

.right-spacer {
	margin-right: 10px;
}

.right-spacer-small {
	margin-right: 5px;
}

.vertical-spacer {
	margin-top: 10px;
	margin-bottom: 10px;
}

.vertical-spacer-small {
	margin-top: 5px;
	margin-bottom: 5px;
}

.border-spacer {
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 1px;
	border-bottom: 1px solid #cccccc;	
}

.list-spacer {
	border-top: 1px dotted #ccc;
	margin: 5px 0px 5px;
}

/* Align */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

/* Icons */

.icon-spacer {
	margin-right: 7px;
	font-size: 12px;
}

.icon-spacer-small {
	margin-right: 4px;
	font-size: 12px;
}

.icons-div {
	font-size: 12px;
	color: #888;
	font-style: italic;
}

.icons-div a {
	color: #888;
}

.icons-div a:hover {
	text-decoration: none;
}

.icons-div span {
	white-space: nowrap;
	margin-right: 5px;
}

.icons-div img {
	height: 12px;
	margin-right: 2px;
}

/* Buttons */

.btn-lg-p {
	padding: 8px 10px;
}

.btn-transparent {
	opacity: 0.8;
}

.btn-transparent:hover {
	opacity: 1;
}

/* Headers */

h1 {
	font-size: 28px;
	padding: 5px 0px;
	margin: 0px;
}

/* Display */

.display-block {display: block !important;}
.display-inline {display: inline !important;}
.display-inline-block {display: inline-block !important;}

/* Responsive styles (bootstrap extends) */

@media (min-width:1px) {

	.align-xs-left{ text-align: left !important; }
	.align-xs-right{ text-align: right !important; }
	.align-xs-center{ text-align: center !important; }

	.display-block-xs {display: block;}
	.display-inline-xs {display: inline;}
	.display-inline-block-xs {display: inline-block;}

	.start-seo-video {width:100%; margin-bottom: 20px;}

	.pager li {
		display: block;
	}

	.navigation a {
		font-size: 11px;
		line-height: 22px;
	}

	.bottom-spacer-xs {
		margin-bottom: 10px;
	}

}

@media (min-width:768px) {

	.align-sm-left{ text-align: left !important; }
	.align-sm-right{ text-align: right !important; }
	.align-sm-center{ text-align: center !important; }

	.display-block-sm {display: block;}
	.display-inline-sm {display: inline;}
	.display-inline-block-sm {display: inline-block;}

	.start-seo-video {width:100%; margin-bottom: 20px;}

	.navigation a {
		font-size: 12px;
		line-height: 20px;
	}

	.bottom-spacer-xs {
		margin-bottom: auto;
	}

	.viewpart-buttons-div .viewpart-button-div {
		padding-right: 10px;
	}
	
	.viewpart-buttons-div .viewpart-button-div:last-child {
		padding-right: 0px;
	}

}

@media (min-width:992px){

	.align-md-left{ text-align: left !important; }
	.align-md-right{ text-align: right !important; }
	.align-md-center{ text-align: center !important; }
	
	.display-block-md {display: block;}
	.display-inline-md {display: inline;}
	.display-inline-block-md {display: inline-block;}

	.start-seo-video {width:50%; margin-bottom: 0px;}

	.navigation a {
		font-size: 12px;
		line-height: 20px;
	}

	.bottom-spacer-xs {
		margin-bottom: auto;
	}

}

@media(min-width:1200px) {

	.align-lg-left{ text-align: left !important; }
	.align-lg-right{ text-align: right !important; }
	.align-lg-center{ text-align: center !important; }
	
	.display-block-lg {display: block;}
	.display-inline-lg {display: inline;}
	.display-inline-block-lg {display: inline-block;}

	.start-seo-video {width:50%; margin-bottom: 0px;}

	.navigation a {
		font-size: 12px;
		line-height: 20px;
	}

	.bottom-spacer-xs {
		margin-bottom: auto;
	}

}

/* Responsive table */

@media only screen and (max-width: 768px) {
	
	#table-resp table, 
	#table-resp thead, 
	#table-resp tbody, 
	#table-resp th, 
	#table-resp td, 
	#table-resp tr { 
		display: block; 
	}
 
	#table-resp thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#table-resp tr {
		border: 1px solid #ccc;
		border-radius: 5px;
		margin: 20px 0px;
		padding: 10px 0px;
		box-shadow: 0px 0px 10px #ccc;
	}

	#table-resp tr:first-child {
		margin-top: 5px;
	}
 
	#table-resp td { 
		border: none;
		position: relative;
		padding-left: 40%;
		white-space: normal;
		text-align: left;
	}
 
	#table-resp td:before {
		position: absolute;
		top: 5px;
		left: 15px;
		width: 33%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
		overflow: hidden;
	}
 
	#table-resp td:before {
		content: attr(data-title) ':';
	}

}

/* Images */

.img-thumb {
	display: inline-block;
	overflow: hidden;
	margin: 5px 1px;
	border-radius: 4px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 2px rgba(0,0,0,0.075);
	padding: 4px;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
}

.img-thumb:hover {
	border: 1px solid #b7504e;
}

.parts_image_div {
	display: inline-block;
	min-width: 100px;
	text-align: center;
}

.parts_image_div a {
	display: inline-block;
	height: 75px;
	overflow: hidden;
	text-align: center;
}

.parts_image_div img {
	max-width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.parts_image_td .parts_image_div {
	max-width: 100px !important;
	text-align: center;
}

.parts_image_td .parts_image_div a {
	height: auto;
}

.parts_image_td .parts_image_div img {
	max-height: 75px;
}

.image_view {
	position: relative;
}

.image_view span {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 6px 10px;
	font-weight: normal;
	font-size: 15px;
}

.video_view {
	position: relative;
}

.video_view span {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%) ;
	color: #fff;
	opacity: 0.7;
	z-index: 10;
	font-size: 35px;
}

.orders-table td {
	vertical-align: top;
}

.orders-table .parts_image_div {
	min-width: 67px;
	max-width: 67px;
	margin-right: 10px;
}

.orders-table .parts_image_div a {
	height: 50px;
}

/* Parts */

.parts_description_td span {
	display: inline-block;
	margin: 2px 2px 2px 0px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.parts_price_td span {
	display: inline-block;
	padding: 2px 4px 2px 4px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	background-color: #999999;
	color: #ffffff;
	font-weight: bold;
}

.part_other_details_names_div {
	display: none;
}

/* Columns */

.column_start_logo p {
	display: inline-block;
	margin: 10px;
}

.column100 {
	-webkit-column-width: 100px;
	-moz-column-width: 100px;
	column-width: 100px;
}

.column150 {
	-webkit-column-width: 150px;
	-moz-column-width: 150px;
	column-width: 150px;
}

.column200 {
	-webkit-column-width: 200px;
	-moz-column-width: 200px;
	column-width: 200px;
}

.column250 {
	-webkit-column-width: 250px;
	-moz-column-width: 250px;
	column-width: 250px;
}

.column300 {
	-webkit-column-width: 300px;
	-moz-column-width: 300px;
	column-width: 300px;
}

.column350 {
	-webkit-column-width: 350px;
	-moz-column-width: 350px;
	column-width: 350px;
}

.column400 {
	-webkit-column-width: 400px;
	-moz-column-width: 400px;
	column-width: 400px;
}

/* Main */

.main-div {
	padding-top: 15px;
}

/* Header */

.logo-div {
	margin: 0px 0px 10px 0px;	
}

.logo-div a {
	display: inline-block;
}

.logo-div img {
	max-width: 100%;
	height: auto;
}

.logo_text {
	margin: 9px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

/* Icons */

.phone {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../img/phone.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 0px;
}

.phones-popover {
	line-height: 170%;
	white-space: nowrap;
}

/* Sizes */

.width1 {
	width: 1%;
}

.width5 {
	width: 5%;
}

.width10 {
	width: 10%;
}

.width15 {
	width: 15%;
}

.width20 {
	width: 20%;
}

.width30 {
	width: 30%;
}

.width40 {
	width: 40%;
}

.width50 {
	width: 50%;
}

.width100 {
	width: 100%;
}

/* Map */

.view_part_map_div {
	width: 100%;
	height: 400px;
}

/* Price table */

.price_table {
	width: 100%;
	margin: 0px;
}

.price_table td {
	padding: 3px;
	vertical-align: top;
}

/* Header */

.header-text {
	color: #888;
}

.header-text h4 {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.header-text h5 {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

/* Start */

.start-brand {
	text-align:center;
	margin: 10px 0px 10px 0px;
}

.start-brand img {
	max-width: 100%;
	max-height: 150px;
}

.start-seo-video {
	float: left;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
}

/* To top */

.to-top {
	font-size: 26px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}

/* Nav */

.nav-cnt {
	margin: 15px 0px 20px 0px;
	font-size: 14px;
}

/* Flexbox rate image */

.rate-img-div {
	padding: 5px;
	margin: 7px auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.45);
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
}

.rate-img-div .btn {
	margin: 5px;
}

/* Popover */

.static-popover {
	display: block !important;
	position: relative !important;
}

.popover {
    z-index: 100;
}

/* Big label */

.label-md {
	font-size: 14px;
}

/* Modal mod */

.modal-content {
	overflow: hidden;
}

.bg-modal {
	background-color: #e5e5e5;
}

/* Collapse mod */

.panel-click, .navbar-header-title {
	cursor: pointer;
}

.panel-click:hover, .navbar-header-title:hover {
	text-decoration: underline;	
}

.navbar-header-title:hover .navbar-brand {
	text-decoration: underline;	
}

/* Navbar customization */

.navbar-nav ul, .dropdown-menu {
	padding: 0px;
	overflow: hidden;
}

.navbar-nav a, .dropdown-menu a {
	border-top: 1px solid #ddd !important;
}

.navbar-nav ul a, .dropdown-menu a {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

@media (min-width:768px) {

	.navbar-nav a {
		border-top: none !important;
	}
	
	.navbar-nav ul li a {
		border-top: 1px solid #ddd !important;
	}
	
	.navbar-nav ul li:first-child a {
		border-top: none !important;
	}
	
}

/* Popover custom */

.popover-custom {
  position: relative;
}

.popover-custom .popover {
	width: 220px;
	margin-left: -90px;
}

/* Stores rate */

.rates-bg, .rates-bg .container {
	background-color: #f5f5f5 !important;
}

.rates-bg .form-control {
	font-size: 16px !important;
	line-height: 16px !important;
}

.rates-bg input.form-control, .rates-bg select.form-control {
	height: 38px;
}

#stores-rate-form input[type="radio"] {
	display: none;
}

#stores-rate-form input[type="radio"] + label {
	cursor: pointer;
	border-radius: 500px;
	border: 1px solid transparent;
	transition: 0.2s;
}

#stores-rate-form input[type="radio"]:checked + label {
	background-color: rgba(0, 152, 253, 0.1);
	border: 1px solid rgba(0, 152, 253, 0.2);
}

@media (min-width:1px) {

	#stores-rate-form input[type="radio"] + label {
		font-size: 60px;
		padding: 0px 15px;
	}

}

@media (min-width:768px) {

	#stores-rate-form input[type="radio"] + label {
		font-size: 140px;
		padding: 0px 30px;
	}

	.rates-bg .btn-lg {
		font-size: 20px !important;
	}
	
}

@media (min-width:992px) {

	#stores-rate-form input[type="radio"] + label {
		font-size: 160px;
		padding: 0px 40px;
	}

	.rates-bg .btn-lg {
		font-size: 20px !important;
	}

}

/* Start */

.start-ol ol {
	margin: 0px;
	padding-left: 0px;
	counter-reset: myCounter;
}

.start-ol li {
	position: relative;
	padding-left: 3em;
	margin: 1em 0;
	list-style: none;
	line-height: 1.8em;
}

.start-ol li:before {
  content:counter(myCounter);
	counter-increment:myCounter;
	position:absolute;
	top:0;
	left:0;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	padding: 0px;
	color: #fff;
	background: #337ab7;
	font-weight: bold;
	text-align: center;
	border-radius: .9em;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	z-index: 1;
	opacity: 0.5;
}

.start-ol li:after {
	position: absolute;
	top: 2.5em;
	left: 0.9em;
	width: 2px;
	height: calc(100% - 2em);
	content: '';
	background-color: rgb(203, 203, 203);
	z-index: 0;
}

/* Rating */

.star-cb-group {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.star-cb-group * {
  font-size: 3rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #e52;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #e52;
}

/* Feedback */

.rate_star {
	font-size: 1.6rem;
	color: #f1be42;
}

.footer_rate .rate_star {
	font-size: 1.3rem;
}

/* Start banner */

.panel-sales {
	padding: 15px 15px 0px 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	border: none;
	border-radius: 4px;
	overflow: hidden;
	font-style: italic;
}

.panel-sales a {
	color: #fff;
}

.panel-sales h4 {
	font-weight: normal;
	margin-top: 25px;
}

.panel-sales p {
	margin-top: 30px;
}

.panel-sales .btn {
	display: inline-block;
	font-size: 14px;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.panel-sales-winter {
	background-image: url("../img/banner_bg_winter.jpg");
}

.panel-sales-spring {
	background-image: url("../img/banner_bg_spring.jpg");
}

.panel-sales-summer {
	background-image: url("../img/banner_bg_summer.jpg");
}

.panel-sales-autumn {
	background-image: url("../img/banner_bg_autumn.jpg");
}

/* Bg */

.bg-winter {
	background-image: url("../img/bg_new_year.png");
}

/* Footer */

.footer-ul {
	margin-left: 10px;
	padding: 0px;
}

.footer-ul li {
	margin-bottom: 2px;
}

/* Page */

.text-img {
	max-width: 100%;
}

/* Select2 */

.form-control {
	width: 99.9% !important;
}

.select2-results__option {
	line-height: 17.15px;
	min-height: 30px;
}

.select2-container--bootstrap .select2-selection--single {
	height: 31px !important;
}

.select2-container--bootstrap .select2-selection {
	font-size: 12px !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	font-size: 12px !important;
}

/* Searchform */

.btn-searchform {
	width: 100%;
	padding: 8px 20px;
	font-size: 110%;
}

/* Pagination */

.navigation {
	margin-top: 30px;
	margin-bottom: 30px;
}

.navigation a {
	display: block;
	padding: 8px 20px;
	margin: 5px 5px;
	border: 1px solid #ccc;
	border-radius: 20px;
	text-decoration: none;
}

.navigation a:hover {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.navigation-page {
	padding: 15px 20px;
	color: #888;
	white-space: nowrap;
}

/* Breadcrumb */

.breadcrumb {
	line-height: 20px;
}

/* Panel small and tabs */

.panel-small .panel-heading, .panel-small .panel-body, .panel-small .panel-footer {
	padding: 10px;
	font-size: 85%;
	color: #888;
}

.panel-heading .nav-tabs {
	border-bottom: none !important;
}

.panel-small .nav-tabs li a {
	padding: 6px 10px;
	color: #888;
}

.panel-small hr {
	margin: 5px 0px;
	border-top: 1px solid #ddd;
	margin-left: -10px;
	margin-right: -10px;
}

/* Social */

.social-div a {
	display: inline-block;
	border-radius: 3px;
	overflow: hidden;
	margin: 2px;
}

.social-div img {
	width: 28px;
	height: 28px;
}

/* Parts view */

.partview_fields span::before {
	content: ' / ';
	color: #888;
}

.partview_fields span:first-child:before {
	content: '';
}

.alert-sm {
	padding: 10px;
}

/* Form */

.checkbox {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 16px;
	padding-bottom: 22px;
	line-height: 20px;
}

/* Light gallery */

.inline-gallery-container {
    width: 100%;
	height: 0;
    padding-bottom: 100%;
	position: relative;
	max-height: 200px;
}

/* Captcha */

.captcha-div {
	display: inline-flex;
	gap: 5px;
}

.captcha-img .input-group-text {
	padding: 0px !important;
}

.captcha-img img {
	height: 100%;
}
