@font-face {
	font-family: 'Gotham Pro Regular';
	font-display: block;
	src: url('../fonts/GothamPro.eot');
	src: local('☺'), url('../fonts/GothamPro.woff') format('woff'), url('../fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


:root {
  --background: #f4f4f4;
  --text_color: #229ac8 ;
}

body {

	font-family: 'Gotham Pro Regular';

	font-weight: 400;

	color: #000;

	font-size: 14px;

	line-height: 20px;
	position: relative;
}

a:focus {
    outline: none;
}


h1, h2, h3, h4, h5, h6 {

	color: #444;

}

/* default font size */

.fa {

	font-size: 14px;

}

/* Override the bootstrap defaults */

h1 {

	font-size: 33px;
	
}

h2 {

	font-size: 27px;

}

h3 {

	font-size: 21px;

}

h4 {

	font-size: 15px;

}

h5 {

	font-size: 12px;

}

h6 {

	font-size: 10.2px;

}

a {

	color: #333;

}

a:hover {
	color: #229ac8;
	text-decoration: none;
}

legend {

	font-size: 18px;

	padding: 7px 0px

}

label {

	font-size: 12px;

	font-weight: normal;

}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {

	font-size: 12px;

}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {

	font-size: 12px;

}

.input-group .input-group-addon {

	font-size: 12px;

	height: 30px;

}

/* Fix some bootstrap issues */

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {

	display: inline;

}



.nav-tabs {

	margin-bottom: 15px;

}

div.required .control-label:before {

	content: '* ';

	color: #F00;

	font-weight: bold;

}

/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {

	text-decoration: none;

	color: #ffffff;

	background-color: #229ac8;

	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

	background-repeat: repeat-x;

}

/* top */

#top {

	background: #1c1c1c;

	padding: 4px 0px 3px 0;

	margin: 0;

	min-height: 40px;

}

#top .container {

	padding: 0 20px;

}

#top #currency .currency-select {

	text-align: left;

}

#top #currency .currency-select:hover {

	text-shadow: none;

	color: #ffffff;

	background-color: #229ac8;

	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

	background-repeat: repeat-x;

}

#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

#top .btn-link:hover, #top-links a:hover {

	color: #fff;

}

#top-links .dropdown-menu a {

	text-shadow: none;

}

#top-links .dropdown-menu a:hover {

	color: #FFF;

}

#top .btn-link strong {

	font-size: 14px;

}

#top-links {

	padding-top: 6px;

}

#top-links a + a {

	margin-left: 15px;

}

header {
	padding-top: 20px;
	background: url("../image/footer_bg.jpg") no-repeat scroll 0 0;
	background-size: cover;
	margin-bottom: 20px;
}

.header_content {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.top_callback_cart_wrap {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

@media (max-width: 768px) {
	.header_content {
		display: block;
		
	}

	.top_callback_cart_wrap {
		display: block;
	}
}

/* logo */

#logo {

	margin: 0 0 10px 0;
	max-width: 200px;
}

/* search */

#search {

	margin-bottom: 10px;

}

#search .input-lg {
	height: 45px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	line-height: 18px;
	padding: 10px 15px;
	font-size: 12px;
    font-weight: 600;
	text-transform: uppercase;
	height: 45px;
    width: 90px;
}

/* cart */

#cart {

	margin-bottom: 10px;

}

#cart > .btn {

	font-size: 12px;

	line-height: 18px;

	color: #FFF;

}

#cart.open > .btn {

	background-image: none;

	background-color: #FFFFFF;

	border: 1px solid #E6E6E6;

	color: #666;

	box-shadow: none;

	text-shadow: none;

}

#cart.open > .btn:hover {

	color: #444;

}

.top_cart_btn_wrap, .top_cart_btn_wrap:hover, .top_cart_btn_wrap:focus, .top_cart_btn_wrap:active {
	background: none;
    width: auto;
    padding: 0 !important;
    border: none;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
	float: right;
    position: relative;
	cursor: pointer;
}
.cart_image {
    background: rgba(0, 0, 0, 0) url(../image/callback_cart_icons.png) no-repeat scroll left 0;
    display: inline-block;
    vertical-align: top;
    height: 32px;
    width: 32px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    margin: 0 12px 0 0;
}
.top_cart_btn_wrap:hover .cart_image {
    background-position: left -132px;
}
.cart-total {
    float: right;
    text-align: left;
    line-height: 20px;
}
.top_cart_btn_wrap .item-count {
    position: absolute;
    top: -7px;
    right: auto;
    background: var(--text_color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    left: 20px;
    text-align: center;
}
.top_cart_btn_wrap .price {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 15px;
    vertical-align: top;
}
.top_cart_btn_wrap .mycart {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
    display: block;
    line-height: 15px;
	text-transform: uppercase;
}

#cart .dropdown-menu {

	background: #eee;

	z-index: 1001;

}

#cart .dropdown-menu {

	min-width: 100%;

}

#cart .dropdown-menu table {

	margin-bottom: 10px;

}

#cart .dropdown-menu li > div {

	min-width: 427px;

	padding: 0 10px;

}

#cart .dropdown-menu li p {

	margin: 20px 0;

}

/* menu */

.main_menu_wrap {
	border-top: 1px solid #292929;
    margin-top: 10px;
}

#menu {
	background: transparent;
	min-height: 40px;
	margin: 0;
}

#menu .nav > li > a  {
	color: #fff;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;

}

#menu .nav > li > a:hover, #menu .nav > li.open > a {

	background-color: rgba(0, 0, 0, 0.1);
	color: var(--text_color);
}

#menu .dropdown-menu {

	padding-bottom: 0;

}

#menu .dropdown-inner {

	display: table;

}

#menu .dropdown-inner ul {

	display: table-cell;

}

#menu .dropdown-inner a {

	min-width: 160px;

	display: block;

	padding: 3px 20px;

	clear: both;

	line-height: 20px;

	color: #333333;

	font-size: 12px;

}

#menu .dropdown-inner li a:hover {

	color: #FFFFFF;

}

#menu .see-all {

	display: block;

	margin-top: 0.5em;

	border-top: 1px solid #DDD;

	padding: 3px 20px;

	-webkit-border-radius: 0 0 4px 4px;

	-moz-border-radius: 0 0 4px 4px;

	border-radius: 0 0 3px 3px;

	font-size: 12px;

}

#menu .see-all:hover, #menu .see-all:focus {

	text-decoration: none;

	color: #ffffff;

	background-color: #229ac8;

	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

	background-repeat: repeat-x;

}

#menu #category {

	float: left;

	padding-left: 15px;

	font-size: 16px;

	font-weight: 700;

	line-height: 40px;

	color: #fff;

	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

}

#menu .btn-navbar {

	font-size: 15px;

	font-stretch: expanded;

	color: #FFF;

	padding: 2px 18px;

	float: right;

	background-color: #229ac8;

	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

	background-repeat: repeat-x;

	border-color: #1f90bb #1f90bb #145e7a;

}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {

	color: #ffffff;

	background-color: #229ac8;

}

@media (min-width: 768px) {

	#menu .dropdown:hover .dropdown-menu {

		display: block;

	}

}

@media (max-width: 767px) {

	#menu {

		border-radius: 4px;

	}

	#menu div.dropdown-inner > ul.list-unstyled {

		display: block;

	}

	#menu div.dropdown-menu {

		margin-left: 0 !important;

		padding-bottom: 10px;

		background-color: rgba(0, 0, 0, 0.1);

	}

	#menu .dropdown-inner {

		display: block;

	}

	#menu .dropdown-inner a {

		width: 100%;

		color: #fff;

	}

	#menu .dropdown-menu a:hover,

	#menu .dropdown-menu ul li a:hover {

		background: rgba(0, 0, 0, 0.1);

	}

	#menu .see-all {

		margin-top: 0;

		border: none;

		border-radius: 0;

		color: #fff;

	}

}

/* content */

#content {

	min-height: 600px;

}
@media (max-width: 767px) {
	#content {
		float: none !important;
	}
}

/* footer */

footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	background: url("../image/footer_bg.jpg") no-repeat scroll 0 0;
	background-size: cover;
	color: #e2e2e2;
}

footer hr {

	border-top: none;

	border-bottom: 1px solid #666;

}

footer a {
	color: #a4a4a4;
	line-height: 38px;
}

footer a:after {
	content: "\f105";
    font-family: "fontawesome";
    font-size: 14px;
    color: #a4a4a4;
    float: left;
    padding-right: 15px;
    line-height: 35px;
}

footer a:hover {
	color: #229ac8;
	text-decoration: underline;
}
footer a:hover:after {
	color: #229ac8;
}

footer h5 {

	font-family: 'Gotham Pro Regular';

	font-size: 13px;

	font-weight: bold;

	color: #fff;

}
footer .title {
	font-family: 'Gotham Pro Regular';
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.1;
}

.powered {
	border-top: 1px solid #2a2a2a;
	padding: 20px 0;
	margin-top: 20px;
	color: #a4a4a4;
}

/* alert */

.alert {

	padding: 8px 14px 8px 14px;

}

/* breadcrumb */

.breadcrumb {

	margin: 0 0 20px 0;

	padding: 8px 0;

	border: 1px solid #ddd;

}

.breadcrumb i {

	font-size: 15px;

}

.breadcrumb > li {

	text-shadow: 0 1px 0 #FFF;

	padding: 0 10px;

	position: relative;

	white-space: nowrap;

}

.breadcrumb > li + li:before {

	content: '';

	padding: 0;

}

.breadcrumb > li:after {

	border: none;

	content: ">";

	height: 10px;

	width: 10px;

	transform: none;

	top: 0px;

	color: #9ea3a7;

	right: -7px;
	position: absolute;

}
.breadcrumb > li:last-child::after {
	content: "";
}

.pagination {

	margin: 0;

}

/* buttons */

.buttons {

	margin: 1em 0;

}

.btn {

	padding: 7.5px 12px;

	font-size: 12px;

	border: 1px solid #cccccc;

	border-radius: 4px;

	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

}

.btn-xs {

	font-size: 9px;

}

.btn-sm {

	font-size: 10.2px;

}

.btn-lg {

	padding: 10px 16px;

	font-size: 15px;

}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {

	font-size: 12px;

}

.btn-group > .btn-xs {

	font-size: 9px;

}

.btn-group > .btn-sm {

	font-size: 10.2px;

}

.btn-group > .btn-lg {

	font-size: 15px;

}

.btn-default {

	color: #777;

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

	background-color: #e7e7e7;

	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);

	background-repeat: repeat-x;

	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;

}

.btn-primary {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #229ac8;

	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

	background-repeat: repeat-x;

	border-color: #1f90bb #1f90bb #145e7a;

}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {

	background-color: #1f90bb;

	background-position: 0 -15px;

}

.btn-warning {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #faa732;

	background-image: linear-gradient(to bottom, #fbb450, #f89406);

	background-repeat: repeat-x;

	border-color: #f89406 #f89406 #ad6704;

}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {

	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);

}

.btn-danger {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #da4f49;

	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);

	background-repeat: repeat-x;

	border-color: #bd362f #bd362f #802420;

}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {

	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);

}

.btn-success {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #5bb75b;

	background-image: linear-gradient(to bottom, #62c462, #51a351);

	background-repeat: repeat-x;

	border-color: #51a351 #51a351 #387038;

}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {

	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);

}

.btn-info {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #df5c39;

	background-image: linear-gradient(to bottom, #e06342, #dc512c);

	background-repeat: repeat-x;

	border-color: #dc512c #dc512c #a2371a;

}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {

	background-image: none;

	background-color: #df5c39;

}

.btn-link {

	border-color: rgba(0, 0, 0, 0);

	cursor: pointer;

	color: #23A1D1;

	border-radius: 0;

}

.btn-link, .btn-link:active, .btn-link[disabled] {

	background-color: rgba(0, 0, 0, 0);

	background-image: none;

	box-shadow: none;

}

.btn-inverse {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #363636;

	background-image: linear-gradient(to bottom, #444444, #222222);

	background-repeat: repeat-x;

	border-color: #222222 #222222 #000000;

}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {

	background-color: #222222;

	background-image: linear-gradient(to bottom, #333333, #111111);

}

/* list group */

.list-group div, .list-group a {

	border: 1px solid #DDDDDD;

	color: #888888;

	padding: 8px 12px;

}

.list-group div.active, .list-group a.active, .list-group div.active:hover, .list-group a.active:hover, .list-group div:hover, .list-group a:hover {

	color: #444444;

	background: #eeeeee;

	border: 1px solid #DDDDDD;

	text-shadow: 0 1px 0 #FFF;

}

/* carousel */

.carousel-caption {

	color: #FFFFFF;

	text-shadow: 0 1px 0 #000000;

}

.carousel-control .icon-prev:before {

	content: '\f053';

	font-family: FontAwesome;

}

.carousel-control .icon-next:before {

	content: '\f054';

	font-family: FontAwesome;

}

/* product list */

.product-thumb {
	border: 2px solid #f4f4f4;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {

	text-align: center;
	min-height: 200px;
}

.product-thumb .image a {

	display: block;

}

.product-thumb .image a:hover {

	opacity: 0.8;

}

.product-thumb .image img {

	margin-left: auto;

	margin-right: auto;

}

.product-grid .product-thumb .image {

	float: none;

}

@media (min-width: 767px) {

.product-list .product-thumb .image {

	float: left;

	padding: 0 15px;

}

}

.product-thumb h4 {

	font-weight: bold;
	max-height: 115px;
	overflow: hidden;

}
.product-thumb .product_name {
	font-weight: 500;
	height: 50px;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.1;
	margin: 10px 0 5px 0;
}
.product-thumb .product_name a {
	color: #000;
	font-size: 13px;
}
.product-thumb .product_name a:hover {
	color: var(--text_color);
}

.product-thumb .caption {
	padding: 0 20px;
	height: 200px;
	overflow: hidden;
	background: #f4f4f4;
}
.product-thumb .product_attr {
	line-height: 16px;
	margin-bottom: 10px;
}
.product-list .product-thumb .caption {
	height: auto;
}
.product-list .product-thumb .button-group{
	width: 100px;
	float: right;
	margin-top: 5px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-list .product-thumb .product_name {
	height: auto;
	margin-bottom: 10px;
}

@media (max-width: 1200px) {

.product-grid .product-thumb .caption {

	min-height: 210px;

	padding: 0 10px;

}

}

@media (max-width: 767px) {

.product-list .product-thumb .caption {

	min-height: 0;

	margin-left: 0;

	padding: 0 10px;

}

.product-grid .product-thumb .caption {

	min-height: 0;

}

}



.product-thumb .rating {

	padding-bottom: 10px;

}

.rating .fa-stack {

	font-size: 8px;

}

.rating .fa-star-o {

	color: #999;

	font-size: 15px;

}

.rating .fa-star {

	color: #FC0;

	font-size: 15px;

}

.rating .fa-star + .fa-star-o {

	color: #E69500;

}

h2.price {

	margin: 0;

}

.product-thumb .price_buy_wrap {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}
.product-thumb .price_buy_wrap .btn-primary {
	padding: 6px 12px;
}

.product-thumb .price {
	color: #000;
	font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
	margin: 0;
}

.product-thumb .price-new {

	font-weight: 600;

}

.product-thumb .price-old {

	color: #999;

	text-decoration: line-through;

	

}

.product-thumb .price-tax {

	color: #999;

	font-size: 12px;

	display: block;

}

.product-thumb .button-group {

	border-top: 1px solid #ddd;

	background-color: #eee;

	overflow: auto;

}

.product-list .product-thumb .button-group {

	border-left: 1px solid #ddd;

}



@media (max-width: 768px) {

	.product-list .product-thumb .button-group {

		border-left: none;

	}

}

.product-thumb .button-group button {
	/* 60% */
	width: 100%;

	border: none;

	display: inline-block;

	float: left;

	background-color: #eee;

	color: #888;

	line-height: 38px;

	font-weight: bold;

	text-align: center;

	text-transform: uppercase;

}

.product-thumb .button-group button + button {

	width: 20%;

	border-left: 1px solid #ddd;

}

.product-thumb .button-group button:hover {

	color: #444;

	background-color: #ddd;

	text-decoration: none;

	cursor: pointer;

}

@media (max-width: 1200px) {

	.product-thumb .button-group button, .product-thumb .button-group button + button {

		/*width: 33.33%;*/
		width: 100%;

	}

}

@media (max-width: 767px) {

	.product-thumb .button-group button, .product-thumb .button-group button + button {

		/*width: 33.33%;*/
		width: 100%;

	}

	.list-group a {
		margin:0 15px;
	}

}









.thumbnails {

	overflow: auto;

	clear: both;

	list-style: none;

	padding: 0;

	margin: 0;

}

.thumbnails > li {

	margin-left: 20px;

}

.thumbnails {

	margin-left: -20px;

}

.thumbnails > img {

	width: 100%;

}

.image-additional a {

	margin-bottom: 20px;

	padding: 5px;

	display: block;

	border: 1px solid #ddd;

}

.image-additional {

	max-width: 78px;

}

.thumbnails .image-additional {

	float: left;

	margin-left: 20px;

}



/* fixed colum left + content + right*/

@media (min-width: 768px) {

	#column-left  .product-layout .col-md-3{

       width: 100%;

    }

    #column-left + #content .product-layout .col-md-3 {

       width: 50%;

    }

    #column-left + #content + #column-right .product-layout .col-md-3{

       width: 100%;

    }

    #content + #column-right .product-layout .col-md-3{

       width: 100%;

    }

}


.product_title {
	color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.product_table {
	width: 100%;
}
.product_table tr td {
	padding: 2px;
}
.product_table tr td:first-child {
	font-weight: 600;
}
 


.my-phone-wrap {

	position: relative;

}



.my-phone {
	font-size: 13px;
	font-weight: 600;
	display: inline;
}



.my-phone-img {
	width: 15px;
	height: 15px;
	display: inline-block;
}
.my-phone-img .fa-phone {
	color: #fff;
}
.my-phone-img .fa-phone:hover {
	color: var(--text_color);
}

.category_subtitle {
	font-size: 18px;
	color: #444;
	margin-top: 20px;
	margin-bottom: 10px;
}
.topmenu_mainlink {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
	padding: 10px 15px 10px 15px;
}

.product_price_wrap {
	display: flex;
	display: -webkit-flex;
    align-items: baseline;
	margin: 20px 0;
}
.product_price_wrap #product {
	width: 100%;
}
.product_price_wrap #product .form-group {
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
    align-items: baseline;
}

@media (max-width: 767px) {
	.product_price_wrap {
		display: block;
	}
	.product_price_wrap #product .form-group {
		display: block;
	}
	.form-group .btn-fastorder {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.product_price {
	font-size: 20px;
    color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}

.product_photo {
	border: none !important;
}

.main_container {
	position: relative;
}
.main_row {
	margin-top: 60px;
}
.seo_breadcrumbs {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
}

/*------------------------------Posts------------------*/

.posts-list {
	margin-top: 20px;
	padding: 0 15px;
}
.posts-item {
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.post_item_title {
	
}	
.post_item_title a, .post_item_title a:hover, .post_item_title a:focus{
	font-weight: bold;
	max-height: 115px;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.1;
	display: block;
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
}
.posts-item .posts-date {
	color: #757575;
	font-family: helvetica;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0 15px;
	text-align: right;
}
.posts-item .posts-descr {
	font-size: 14px;
	font-family: helvetica;
	color: #272727;
	padding: 0 15px;
}
.read-more-posts {
	padding: 0 15px;
	font-size: 14px;
	float: right;
	font-weight: bold;
}

.post_wrap {
	font-size: 14px;
}
.post_wrap .title {
	padding-left: 15px;
	color: #5eb450;
	text-transform: uppercase;
}
.posts_description {
	margin-bottom: 20px;
}


.delivery_payment_module_wrap .delivery_list_title{
	color: #000;
	text-transform: uppercase;
}
.delivery_payment_module_wrap ul {
	list-style: none;
	padding-left: 0;
}
.delivery_payment_module_wrap ul li {
	font-size: 14px;
	border-left: 2px solid #23a1d1;
	margin: 10px 0;
	padding: 0 0 0 10px;
	line-height: 13px;
	
}

h1.category_title {
	text-align: center;
}

@media (max-width: 767px) {
	h1.category_title  {
		font-size: 20px;
		text-align: center;
		margin: 20px 0;
	}
	.product_wrap h1 {
		font-size: 20px;
	}
	
}



.mobile_top_wrap {
	
}
.mobile_top_wrap #top {
	background: #fff;
}
.mobile_top_wrap .mobile_top_address_wrap {
	float: left;
	padding: 15px 0;
	position: relative;
}
.mobile_top_wrap .mobile_top_phones_wrap {
	float: right;
	padding: 15px 0;
	position: relative;
}
.mobile_top_wrap .glyphicon {
	font-size: 24px;
	color: #229ac8;
	cursor: pointer;
}
.mobile_top_wrap .top_contacts_menu {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	padding: 5px;
}
.mobile_top_wrap .mobile_top_address_wrap .top_contacts_menu {
	width: 250px;
}
.mobile_top_wrap .mobile_top_phones_wrap .top_contacts_menu {
	width: 180px;
}
.mobile_top_wrap #menu {
	margin-top: 50px;
	position: absolute;
	left: 15px;
	right: 15px;
	background: transparent;
	z-index: 3;
	height: 1px;
	min-height: 1px;
}
.mobile_top_wrap #menu .navbar-header {
	margin-top: -35px;
	float: left;
	margin-bottom: 9px;
}
.mobile_top_wrap #menu .btn-navbar {
	float: left;
	margin: 0;
	color: #fff;
	border: 1px solid #fff;
}
.mobile_top_wrap #menu .navbar-collapse {
	z-index: 3;
	background: #229ac8;
	left: 0;
	right: 0;
	position: absolute;
}
.mobile_top_wrap #logo {
	text-align: center;
}
.mobile_top_wrap #logo img {
	max-height: 40px;
	display: inline-block;
}
.mobile_top_wrap .top_search {
	margin: 0;
}
.mobile_row {
	display: flex;
	align-items: stretch;
}
.mobile_row .flex-col-3 {
	width: 30%;
}
.mobile_row .flex-col-10 {
	width: 100%;
}
.mobile_top_wrap.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.mobile_top_wrap.fixed .top_search {
	display: none;
}
header.fixed {
	margin-top: 140px;
}
.mobile_logo {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0px;
	text-shadow: 0 0 1px #000;
}
.mobile_logo a, .mobile_logo a:hover, .mobile_logo a:focus {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 0 1px #000;
}

.b24-widget-button-position-bottom-right {
	right: 20px !important;
	bottom: 20px !important;
}
.mobile_top_cart_btn {
	padding: 5px;
	margin-top: 10px;
}
.phone_item a, .phone_item a:hover, .phone_item a:focus {
	color: #000;
}
.mobile_top_wrap .top_phone {
	font-size: 18px;
}
.mobile_top_wrap .top_phone .phone_item {
	margin: 8px 0;
	font-size: 16px;
}

.cheaper_btn {
	margin-top: 15px;
	border: 1px solid #ddd;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.cheaper_btn:hover {
	border: 1px solid #428bca;
}

.cheaper_notice {
	background: #a00505;
	color: #fff;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
}

.product_rating_wrap {
	margin: 15px 0;
}
.product_review_count, .product_review_write {
	margin: 0 10px;
}

.review_wrap .fa-stack {
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: #ffa700;
}

.product_tabs {
	margin: 20px 0 0 0;
	border-bottom: 2px solid #f0f0f0;
}
.product_tabs>li>a, .product_tabs>li>a:hover, .product_tabs>li>a:focus {
	font-size: 16px;
	color: #000;
	background: #fff;
	padding: 10px 18px;
	border: none;
	line-height: 24px;
}
.product_tabs>li.active>a, .product_tabs>li.active>a:hover, .product_tabs>li.active>a:focus {
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #000;
    font-size: 20px;
}
	
.product_tab_content {
	padding: 30px;
    background: #f5f5f5;
	margin-bottom: 20px;
}

.tab-content {
	font-size: 13px;
}

.table.review_wrap {
	background: #fff;
	border: 1px solid #f0f0f0;
}
.table.review_wrap strong {
	font-size: 15px;
}

.table.review_wrap>thead>tr>th, .table.review_wrap>tbody>tr>th, .table.review_wrap>tfoot>tr>th, .table.review_wrap>thead>tr>td, .table.review_wrap>tbody>tr>td, .table.review_wrap>tfoot>tr>td {
	border-top: 1px solid #f0f0f0;
	padding: 15px;
}

.write_review_title {
	font-size: 14px;
	margin-top: 10px;
    margin-bottom: 10px;
}


/*---- popular typesizes -----*/

.title {
	font-size: 30px;
    text-transform: uppercase;
}
.title.season_title {
	font-size: 24px;
	margin: 10px 0;
	display: block;
}
.popular_sizes_wrap {
	margin: 20px 0;
}
.used_wrap {
	text-align: center;
}
.popular_size_column_tires {
	border-right: 1px solid #d8e1e7;
}
.popular_sizes_wrap.wheel {
	padding-top: 45px;
}
.popular_sizes_wrap.zimnie, .popular_sizes_wrap.vsesezonnie {
	display: none;
} 
.popular_sizes_wrap	.r_item {
	float: left;
	width: 12.5%;
	padding: 0 15px;
}
.popular_sizes_wrap	.r_title {
	font-size: 16px;
	color: #fff;
	background: #363636;
	text-align: center;
	margin: 10px 0;
	display: block;
}
.used_wrap .r_title {
	display: inline-block;
	width: 100px;
}
.popular_sizes_wrap	 .popular_size_item  {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}
.search_used_wrap	 .popular_size_item  {
	text-align: left;
}
.popular_sizes_wrap	 .popular_size_item:hover, .popular_sizes_wrap	.r_item .popular_size_item:focus {
	
}
@media (max-width: 767px) {
	.popular_size_column_tires {
		border-bottom: 1px solid #d8e1e7;
		border-right: none;
	}
	.popular_sizes_wrap.wheel {
		padding-top: 0;
	}
}
.used_season_icon {
	width: 15px;
}

.faq_wrap .panel-heading{
	padding: 0;
}
.faq_wrap .panel-heading a {
	padding: 10px 15px;
	display: block;
}
.faq_wrap .panel-body {
	font-size: 14px;
}

.control-label {
	margin-top: 8px;
}

.preload_wrap {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
	left: 0;
    z-index: 200000;
}
.preload_wrap img {
    left: 47%;
    position: fixed;
    top: 40%;
}

@media (max-width: 767px) {
	.category_sorting_wrap select {
		padding: 0;
	}
}


#livesearch_search_results{margin:3px 0 0;padding:5px;position:absolute;top:100%;width:100%;right:0;background-color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);list-style-type:none;z-index:12;font-size:14px;max-height:500px;text-align:left;overflow-y:auto;overflow-x:hidden;}
#livesearch_search_results li {-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
#livesearch_search_results li img {float:left;margin-right:10px;}
#livesearch_search_results li img.loading{background:#F5F5F5;}
#livesearch_search_results li:hover, #livesearch_search_results li.highlighted{background-color:#229ac8;background-image:linear-gradient(to bottom, #23a1d1, #1f90bb);background-repeat:repeat-x;}
#livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited{color:#fff;}
#livesearch_search_results a, #livesearch_search_results a:visited{display:block;padding:5px;color:#000;}
#livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {display:table;content:"";line-height:0;}
#livesearch_search_results a:after, #livesearch_search_results a:visited:after {clear:both;}

.katalog_letter {
	font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 15px;
}

.contact_content_wrap {
	position: relative;
	min-height: auto !important;
}


.contact_map_wrap {
	height: 320px;
	width: 100%;
}
@media (min-width: 1200px) {
	.contact_map_wrap {
		height: 500px;
	}
}


.contact_work_wrap, .contact_phone_wrap {
	padding-left: 20px;
	margin-bottom: 20px;
}
.contact_work_wrap .work_title,  .contact_phone_wrap .phone_title{
	display: block;
    padding-bottom: 3px;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
    position: relative;
}
.contact_work_wrap .work_title:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: -4px;
    left: -33px;
    background-image: url(../image/work_icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 26px;
}
.contact_phone_wrap .phone_title:before {
    position: absolute;
    content: "\f095";
    width: 30px;
    height: 30px;
    top: 1px;
    left: -22px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
	color: #219bc9;
}
.contact_work_wrap .work_title:after, .contact_phone_wrap .phone_title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 140px;
    height: 1px;
    background-color: #219bc9;
}
.contact_work_wrap .work_item, .contact_phone_wrap .phone_item {
	display: block;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.contact_work_wrap .work_item span {
	font-weight: 600;
}

.contact_address_wrap {
	font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.contact_address_wrap .address_title {
	display: block;
    padding-bottom: 3px;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
    position: relative;
}
.contact_address_wrap .address_title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 340px;
	max-width: 100%;
    height: 1px;
    background-color: #219bc9;
}

.contact_email {
	display: block;
	font-size: 18px;
    background-position: 0;
    background-size: 22px;
    padding-left: 35px;
    margin-bottom: 20px;
    transition-duration: .3s;
	background-image: url(../image/email.svg);
	background-repeat: no-repeat;
    font-weight: 500;
    color: #000;
}
.google_reviews {
	display: block;
	font-size: 18px;
    background-position: 0;
    background-size: 22px;
    padding-left: 35px;
    margin-bottom: 20px;
    transition-duration: .3s;
	background-image: url(../image/google.svg);
	background-repeat: no-repeat;
    font-weight: 500;
    color: #000;
	line-height: 22px;
}

@media (min-width: 1200px) {
	
	.contact_work_wrap .work_title, .contact_phone_wrap .phone_title {
		font-size: 18px;
		padding-left: 2px;
		margin-bottom: 12px;
	}
	.contact_work_wrap .work_title:before { 
		left: -32px;
		background-size: 24px;
		width: 30px;
		height: 30px;
	}
	.contact_work_wrap .work_title:after, .contact_phone_wrap .phone_title:after {
		 left: 5px;
	}
	.contact_work_wrap .work_item {
		font-size: 16px;
		line-height: 24px;
		padding-left: 5px;
	}
	.contact_phone_wrap .phone_title:before {
		left: -20px;
	}
}

.owl-carousel {
	margin: 0 0 30px !important;
}

.expected_image_wrap{
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}