@font-face {
	font-family: 'gothampro';
	src: url("/fonts/GothamPro.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'gothampro';
	src: url("/fonts/GothamPro-Light.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'gothampro';
	src: url("/fonts/GothamPro-Medium.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

#page {
	background: #fff;
}

div.required .control-label:before {
	color: #f00;
	content: "* ";
	font-weight: bold;
}

div.form-group .form-control {
	width: 95%;
}

.modal-open {
	margin-right: 13px;
}

.noborder .box {
	border: none !important;
}

.buttons {
	padding: 20px 0;
}

.buttons:before, .buttons:after {
	content: " ";
	display: table;
}

.buttons:after {
	clear: both;
}

.buttons .left {
	float: left;
}

.buttons .right {
	float: right;
}

.review-form-width {
	background-color: #fff;
	margin: 0 auto;
	max-width: 600px;
	position: relative;
	z-index: 999999;
	background-color: #fff;
}

.review-form-width {
	font-weight: 700;
}

.review-form-width div.form-group .form-control {
	font-weight: normal;
	width: 100%;
}

.review-form-width .captcha {
	margin-bottom: 0;
}

.review-form-width .star-rating {
	line-height: 10px;
	display: flex;
	margin-bottom: 30px;
	margin-top: 10px;
}

.review-form-width .star-rating .rating {
	border: none;
	display: inline-block;
	margin-left: 30px;
}

.review-form-width .star-rating .rating > input {
	display: none;
}

.review-form-width .star-rating .rating > label:before {
	margin: 5px;
	font-size: 1.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.review-form-width .star-rating .rating > label {
	color: #ddd;
	float: right;
}

.review-form-width .star-rating .rating > input:checked ~ label, /* show gold star when clicked */
.review-form-width .star-rating .rating:not(:checked) > label:hover, /* hover current star */
.review-form-width .star-rating .rating:not(:checked) > label:hover ~ label {
	color: #2a89d6;
}

/* hover previous stars in list */

.review-form-width .star-rating .rating > input:checked + label:hover, /* hover current star when changing rating */
.review-form-width .star-rating .rating > input:checked ~ label:hover,
.review-form-width .star-rating .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.review-form-width .star-rating .rating > input:checked ~ label:hover ~ label {
	color: #2ba2f3;
}

#review tr.review-author > td {
	position: relative;
}

#review tr.review-author > td span.date {
	position: absolute;
	right: 5px;
	top: 5px;
}

#review tr.review-author > td span.stars {
	margin-right: 15px;
}

#review tr.review-author > td span.stars span.fa-stack {
	color: #2a89d6;
	width: 1.5em;
}

#review tr.review-content div.review-text {
	margin-bottom: 15px;
}

#review tr.review-content div.review-text > h5 {
	margin: 0;
	font-weight: 600;
}

/******************************************************
 * $package Pav Opencart Theme Framework for Opencart 1.5.x
 * $version 1.1
 * $author http://www.pavothemes.com
 * $copyright   Copyright (C) Augus 2013 PavoThemes.com <$emai:pavothemes$gmail.com>.All rights reserved.
 * $license     GNU General Public License version 2
 *******************************************************/
body.layout-boxed-lg #page {
	max-width: 1210px;
	-webkit-box-shadow: 0 0 5px #d5d5d5;
	box-shadow: 0 0 5px #d5d5d5;
	margin: 0 auto;
	background: #ffffff;
}

/*
* HEADER
*/
#topbar {
	background: #474747;
	border-bottom: 1px solid #dddddd;
	color: #fff;
}

#topbar .container .inside {
	background: transparent;
}

#topbar .container ul, #topbar .container ol {
	margin-top: 0;
	margin-bottom: 0;
}

#topbar .container .hover-buttom {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	position: relative;
}

#topbar .container .hover-buttom:hover, #topbar .container .hover-buttom:active, #topbar .container .hover-buttom:focus, #topbar .container .hover-buttom.open {
	color: #333;
	background-color: #fff;
	border-left: 1px solid #474747;
	border-right: 1px solid #474747;
}

#topbar .container .hover-buttom:hover:before, #topbar .container .hover-buttom.open:before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	background-color: #fff;
	bottom: -3px;
	left: 0;
	z-index: 9999;
}

#topbar .container .dropdown-menu {
	box-shadow: none;
	margin-left: -1px;
}

#topbar .container .dropdown-menu.dropdown-menu-right {
	margin-right: -1px;
}

#topbar .container .dropdown-menu .dropdown-menu {
	box-shadow: none;
}

#topbar .container .dropdown-menu > li > a {
	text-align: left;
	padding: 5px 20px;
}

#header-layout {
	background: #fafafa;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}

#header-layout .container > .inside {
	background: transparent;
	position: relative;
	min-height: 50px;
}

#header-layout .vertical-icon {
	/*width: 276px;*/
	min-height: 50px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	display: block;
	background: url("/catalog/view/theme/lexus_extroic/image/verticalmenu.png") 20px center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	padding: 9px 0px 0px 75px;
	color: #474747;
	margin-top: 15px;
	font-size: 20px;
}

#header-layout .vertical-icon > div {
	position: absolute;
	top: 100%;
	left: -1px;
	width: 279px;
	margin-top: -1px;
	display: none;
	z-index: 9999;
}

#header-layout .vertical-icon:hover > div {
	display: block;
}

#header-layout .autosearch-wrapper {
	margin-right: 20px;
}

#header-layout .cart {
	margin: 70px 0 0;
}

#header-layout .autosearch-wrapper {
	margin-top: 8px;
}

#header-layout .logo {
	/*width: 300px;*/
	min-height: 115px;
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 16px;
}

#header-layout .logo > img {
	display: inline-block;
}

#header-layout .content-header {
	padding-top: 10px;
	/*width: 860px;*/
}

/*
* CONTENT
 */
#pav-masshead .inner {
	background: #ffffff;
	color: #ccc;
}

#pav-masshead .inner a {
	color: #ccc;
}

#pav-masshead .inner a:hover {
	color: #d9d9d9;
}

#notification > div {
	margin-bottom: 20px;
}

/*
* NAVIGATION
*/
#pav-mainnav .inner {
	background-color: #434a54;
}

/*
* SLIDESHOW
*/
/*
* SHOWCASE
*/
#pavo-showcase .inner {
	background-color: #ffffff;
}

/*
* PROMOTION TOP
*/
#breadcrumb {
	padding-left: 0;
	padding-right: 0;
}

/*
* MAIN CONTENT
*/
#pavo-mass-bottom .inner {
	background-color: #ffffff;
}

/*end*/
/* FOOTER */
#footer {
	background: transparent;
	color: #8c8c8c;
	font-size: 14px;
	font-weight: 300;
	margin-top: 15px;
}

#footer:before, #footer:after {
	content: " ";
	display: table;
}

#footer:after {
	clear: both;
}

.footer-top {
	background: transparent;
}

.footer-top .container {
	background: #2a89d6;
	color: #999999;
}

.footer-top .container a {
	color: #999999;
}

.footer-top .container a:hover {
	color: #999999;
}

.footer-center {
	background: #fff;
	border-top: 1px solid #dddddd;
}

.footer-center .container .inside {
	background: transparent;
	color: #555;
	padding: 50px 0;
}

.footer-center .container .inside a {
	color: #8c8c8c;
	outline: none;
}

.footer-center .container .inside a:hover {
	color: #2a89d6;
}

.footer-bottom {
	background: transparent;
	border-top: 1px solid #dddddd;
}

.footer-bottom .container .inside {
	background: transparent;
	color: #8c8c8c;
	padding: 50px 0;
}

.footer-bottom .container .inside a {
	color: #8c8c8c;
}

.footer-bottom .container .inside a:hover {
	color: #2a89d6;
}

/* POWER BY */
#powered {
	background: url("/catalog/view/theme/lexus_extroic/image/layout/powered_pattem.png");
	border-top: 1px solid #dddddd;
}

#powered .container {
	padding: 30px 10px;
	background: transparent;
	color: #474747;
}

#powered .container a {
	color: #2a89d6;
	outline: none;
}

#powered .container a:hover {
	color: #2a89d6;
}

.box {
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	position: relative;
}

.box.margin_top {
	margin-top: -22px;
}

.box-content {
	padding: 0;
}

.box-content:before, .box-content:after {
	content: " ";
	display: table;
}

.box-content:after {
	clear: both;
}

.box-heading {
	padding: 10px 10px;
	padding-left: 0;
	border-bottom: 1px solid transparent;
	font-size: 24px;
	color: #474747;
	font-weight: 400;
}

.box-default {
	border-color: #ddd;
}

.box-default > .box-heading {
	color: #333333;
	background-color: transparent;
	border-color: #ddd;
}

.box-default > .box-heading + .panel-collapse > .box-content {
	border-top-color: #ddd;
}

.box-default > .box-heading .badge {
	color: transparent;
	background-color: #333333;
}

.box-default > .box-footer + .panel-collapse > .box-content {
	border-bottom-color: #ddd;
}

.box-primary {
	border-color: #fc5c3c;
}

.box-primary > .box-heading {
	color: #fff;
	background-color: #fc5c3c;
	border-color: #fc5c3c;
}

.box-primary > .box-heading + .panel-collapse > .box-content {
	border-top-color: #fc5c3c;
}

.box-primary > .box-heading .badge {
	color: #fc5c3c;
	background-color: #fff;
}

.box-primary > .box-footer + .panel-collapse > .box-content {
	border-bottom-color: #fc5c3c;
}

.box-success {
	border-color: #d6e9c6;
}

.box-success > .box-heading {
	color: #6ccf28;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.box-success > .box-heading + .panel-collapse > .box-content {
	border-top-color: #d6e9c6;
}

.box-success > .box-heading .badge {
	color: #dff0d8;
	background-color: #6ccf28;
}

.box-success > .box-footer + .panel-collapse > .box-content {
	border-bottom-color: #d6e9c6;
}

.box-info {
	border-color: #bce8f1;
}

.box-info > .box-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.box-info > .box-heading + .panel-collapse > .box-content {
	border-top-color: #bce8f1;
}

.box-info > .box-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.box-info > .box-footer + .panel-collapse > .box-content {
	border-bottom-color: #bce8f1;
}

.box-warning {
	border-color: #faebcc;
}

.box-warning > .box-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.box-warning > .box-heading + .panel-collapse > .box-content {
	border-top-color: #faebcc;
}

.box-warning > .box-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.box-warning > .box-footer + .panel-collapse > .box-content {
	border-bottom-color: #faebcc;
}

.box-danger {
	border-color: #ebccd1;
}

.box-danger > .box-heading {
	color: #e74848;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.box-danger > .box-heading + .panel-collapse > .box-content {
	border-top-color: #ebccd1;
}

.box-danger > .box-heading .badge {
	color: #f2dede;
	background-color: #e74848;
}

.box-danger > .box-footer + .panel-collapse > .box-content {
	border-bottom-color: #ebccd1;
}

.box-white {
	background-color: #fff;
	border-color: #dddddd;
}

.box-white .box-heading {
	border-color: #dddddd;
	padding: 10px 20px;
}

.hl .box-heading {
	background-color: #2a89d6;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	padding: 20px;
	line-height: 20px;
}

.hl .box-content {
	background-color: #474747;
	padding-top: 10px;
}

.hl .list-group-item {
	background-color: transparent;
	border: none;
	padding: 5px 25px 5px 5px;
}

.hl .list-group-item .accordion-body {
	padding-left: 22px;
	margin: 10px 0;
	font-size: 13px;
}

.category .box-heading {
	font-size: 16px;
	padding: 10px 20px;
}

.hl .list-group-item .accordion-body li {
	margin-top: 10px;
	position: relative;
}

.hl a {
	color: #f5f5f5;
}

.hl ul {
	list-style-type: none;
}

.hl .list-group {
	margin-bottom: 0;
}

.hl .bg {
	color: #fff;
}

.hl .bg .fa {
	font-size: 10px;
}

#footer .box-heading {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #474747;
}

#footer .box-content {
	background-color: transparent;
}

.box-products {
	background-color: #fff
}

.box-products:hover .carousel-control {
	display: block;
}

.price {
	display: flex;
	gap: 8px;
	flex-wrap: nowrap;
	align-items: flex-end;
	font-family: "Open Sans", sans-serif;
	line-height: 25px;
}

.price .price-new {
	color: #fc5c3c;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
}

#column-left .price .price-new {
	display: block;
}

.price .price-old {
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
	line-height: 1;
}

.price.detail .price-new {
	font-size: 26px;
	font-weight: 400;
}

.products-block {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dddddd;
}

.products-row {
	position: relative;
}

.products-row .product-col {
	padding: 25px 20px;
	background-color: #ffffff;
	min-height: 260px;
}

/* product style */
.product-block {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10px 0;
}

.product-block .description {
	display: none;
	font-size: 14px;
	line-height: 24px;
}

.product-block .name {
	position: relative;
	display: block;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	min-height: 45px;
	overflow: hidden;
}

.product-block .name a {
	color: #474747;
	outline: none;
}

.product-block .name a:hover {
	color: #2a89d6;
}

.product-block .image {
	position: relative;
	overflow: hidden;
	border: 0px;
	text-align: center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.item-full .product-block .image {
	min-height: 178px;
}

.product-block .image .img-responsive {
	display: inline-block;
	max-width: 178px;
}

.product-image-zoom {
	max-width: 100%;
}

.product-label {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	z-index: 3;
	position: absolute;
}

.product-label.ribbon {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
}

.product-label.ribbon:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 50px solid red;
	border-left: 50px solid transparent;
}

.product-label.ribbon .product-label-special {
	display: block;
	text-align: center;
	height: 100%;
	padding-top: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.product-label.ribbon1 {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
	display: block;
}

.product-label.ribbon1 .product-label-special {
	display: block;
	text-transform: uppercase;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	padding: 5px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #2a89d6;
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.product-label.bts {
	text-align: center;
	display: block;
	text-transform: uppercase;
	width: 46px;
	height: 20px;
	position: absolute;
	top: 10px;
	background-color: #2a89d6;
	right: 10px;
	border-radius: 2px;
	line-height: 20px;
}

.product-label.bts .product-label-special {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.product-label.bts .product-label-special:before {
	content: "";
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #2a89d6;
	height: 0;
	width: 0;
	position: absolute;
	left: 42%;
	bottom: -4px;
}

.product-label.sale-exist {
	padding-top: 1px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	width: 60px;
	height: 25px;
	position: absolute;
	top: 15px;
	background-color: #2a89d6;
	right: 10px;
	line-height: 25px;
	border-radius: 2px;
}

.product-label.cheaper-label {
	background-color: #fc5c3c;
	padding: 5px 8px;
	border-radius: 2px;
	top: 15px;
}

.product-label.sale-border {
	text-align: center;
	display: block;
	text-transform: uppercase;
	width: 40px;
	height: 20px;
	position: absolute;
	top: 15px;
	border: 2px solid #d95e41;
	right: 10px;
	color: #474747;
}

.product-label.flag {
	text-align: center;
	display: block;
	text-transform: uppercase;
	width: 60px;
	height: 30px;
	position: absolute;
	top: 15px;
	background-color: #6ccf28;
	left: 0;
	line-height: 30px;
}

.product-label.flag:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -15px;
	top: 0;
	border-top: 15px solid #6ccf28;
	border-right: 15px solid transparent;
}

.product-label.flag:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -15px;
	bottom: 0;
	border-bottom: 15px solid #6ccf28;
	border-right: 15px solid transparent;
}

.product-block.item-dual {
	overflow: hidden;
}

.product-block.item-dual .block-img {
	width: 47%;
	float: left;
	position: relative;
}

.products-related .product-block.item-dual .block-img {
	width: auto;
	float: none;
}

.product-block.item-dual .product-meta {
	width: 50%;
	float: right;
}

.products-related .product-block.item-dual .product-meta {
	width: auto;
	float: none;
}

.products-related .product-block.item-dual .product-meta blockquote {
	max-height: 37px;
}

.rating {
	font-weight: 300;
	height: 11px;
	line-height: 11px;
}

.rating .fa-stack {
	font-size: 11px;
	width: 11px;
	height: 11px;
	line-height: 11px;
}

.rating .fa {
	color: #f7bc3d;
	height: 11px;
	line-height: 11px;
}

.cart .btn {
	padding: 6px 20px;
}

.cart .cart-total {
	background-color: #e74848;
	padding-left: 7px;
	padding-right: 7px;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	border-radius: 12px;
	height: 13px;
	line-height: 13px;
	display: inline-block;
}

body .owl-carousel {
	box-shadow: none;
	border: 1px solid #dddddd;
	border-radius: 0;
}

.pavcarousel {
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 0;
	padding: 20px;
}

.pavcarousel .carousel-control {
	display: none;
}

.pavcarousel .carousel-control.middle.left {
	left: -1px;
}

.pavcarousel .carousel-control.middle.right {
	right: -1px;
}

.pavcarousel:hover .carousel-control {
	display: block;
}

.pavreassurances {
	background-color: #fff;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.pavreassurances .media {
	padding: 30px;
	cursor: pointer;
	position: relative;
}

.pavreassurances .media:hover h4, .pavreassurances .media:hover a {
	color: #2a89d6;
}

.pavreassurances .media-body h4 {
	margin-top: 0;
	font-size: 14px;
	font-weight: 400;
}

.pavreassurances .media-body p {
	font-size: 13px;
}

.filter .filter-title {
	color: #000;
	font-weight: bold;
}

.filter .filter-content {
	padding-left: 30px;
	padding-right: 30px;
}

.filter .filter-content label {
	font-weight: 300;
}

.filter .radio, .filter .checkbox {
	margin-top: 20px;
	margin-bottom: 20px;
}

.pavproducts {
	border: 1px solid #dddddd;
}

.pavproducts .tab-pane {
	position: relative;
}

.pavproducts .nav > li > a {
	padding: 18px 10px;
}

.pavproducts .products-block {
	border: none;
}

.pavproducts .carousel-control {
	display: none;
}

.pavproducts .carousel-control.middle.left {
	left: -1px;
}

.pavproducts .carousel-control.middle.right {
	right: -1px;
}

.pavproducts:hover .carousel-control {
	display: block;
}

.cart .dropdown-menu {
	padding: 20px;
	min-width: 450px;
}

.banner-wrapper-margin .banner-wrapper {
	margin-bottom: 20px;
}

.nomargin .box {
	margin-bottom: 0;
}

.fix-most-views .rating, .fix-most-views .cart, .fix-most-views .action {
	display: none;
}

.fix-most-views .products-row {
	border-bottom: 1px solid #ddd;
}

.fix-most-views .products-row:last-child {
	border-bottom: none;
}

.fix-most-views .products-row .product-col {
	min-height: 155px;
	padding: 20px;
}

.fix-most-views .products-row .product-label.sale-exist {
	top: 10px;
}

.fix-most-views .product-block blockquote {
	margin: 0;
	padding: 0;
	border: none;
}

.fix-most-views .border:after {
	height: 0;
}

.pav-newsletter .btn {
	background-color: #2a89d6;
	border-color: #2a89d6;
	border-radius: 0;
	z-index: 0;
}

.pav-newsletter .btn:hover {
	z-index: 0;
}

.pav-newsletter .valid {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 5px;
	z-index: 9999;
}

/* category */
.category-info {
	padding: 0;
}

.category-info .image {
	padding: 0;
	margin-bottom: 19px;
}

.category-description {
	display: none;
}

.refine-search ul, .refine-search ol {
	list-style: none;
}

.refine-search ul li, .refine-search ol li {
	padding: 5px 0;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: normal;
	position: relative;
	float: left;
}

.refine-search ul li:before, .refine-search ol li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	top: 50%;
	left: 0;
	background-color: #222;
}

.sidebar .product-col {
	width: 100%;
	min-height: 155px;
}

.sidebar .product-block .block-img {
	width: 35%;
}

.sidebar .product-block .product-meta {
	width: 60%;
}

.sidebar .product-block .action, .sidebar .product-block .cart {
	display: none;
}

.sidebar .product-block .name {
	margin-top: 0;
}

.sidebar .product-label {
	display: none;
}

.subcategories {
	margin-bottom: -1px;
	background-color: #fff;
}

/*
 *  LISTING PRODUCTS PAGE
 */
.product-filter {
	text-transform: uppercase;
	background-color: #fff;
	font-size: 13px;
	color: #434a54;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	margin-bottom: -1px;
}

.product-filter .filter-right > div {
	padding-left: 5px;
	margin: 10px;
}

.product-filter .display {
	margin: 10px;
	float: left;
	line-height: 36px;
}

.product-filter .display span {
	margin-right: 5px;
}

.product-filter .display a {
	width: 32px;
	height: 30px;
	display: block;
	float: left;
	cursor: pointer;
	text-align: center;
}

.product-filter .display a > span {
	margin: 0 3px;
}

.product-filter .display a > em {
	display: none;
}

.product-filter .display a.grid {
	background-position: 10px 9px;
}

.product-filter .display a.grid.active, .product-filter .display a.grid:hover {
	color: #222;
	background-position: 9px -30px;
}

.product-filter .display a.list {
	background-position: -30px 11px;
}

.product-filter .display a.list.active, .product-filter .display a.list:hover {
	color: #222;
	background-position: -31px -31px;
}

.product-filter .display a.active, .product-filter .display a:hover {
	color: #222;
}

.product-filter .display a.active .fa, .product-filter .display a:hover .fa {
	color: #000000;
}

.product-filter .display i {
	font-size: 14px;
	color: #9c9b9b;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.product-filter .form-control {
	display: inline-block;
	width: auto;
	box-shadow: none;
	height: 36px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.product-filter .product-compare {
	float: right;
}

.product-filter .btn-switch {
	background-color: transparent;
}

/* product list mode  */
.products-row {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 991px) {
	.product-list .product-col {
		width: 100%;
	}

	.product-list .products-block .block-img {
		width: 25%;
		float: left;
		margin-right: 10px;
	}

	.product-list .products-block .product-meta .description {
		display: block;
	}

	.product-list .products-row .product-col {
		margin-top: -1px;
	}

	.product-list .cart {
		float: right;
	}
}

/*
* PRODUCT INFORMATION PAGE
*/
.product-info {
	margin-bottom: 20px;
}

.product-info .product-info-bg {
	overflow: hidden;
	position: relative;
	padding: 35px;
}

.product-info .product-info-bg .rating {
	height: auto;
}

.cheaper_container {
	margin-bottom: 15px;
}

#want_cheaper {
	background: #fc5c3c;
	border: 1px #fc5c3c solid;
	color: #fff;
	padding: 6px 17px;
}

#want_cheaper.already_cheap {
	background: #ccc;
	border-color: #ccc;
}

#want_cheaper:hover {
	background: #fff;
	color: #fc5c3c;
}

.product-info .product-info-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	height: 100%;
	background-color: #fff;
	border: 1px solid #dddddd;
}

#product, .product-info .action {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.quick-view .product-info .product-info-bg {
	padding: 5px;
}

.product-info .box-product-infomation {
	margin-top: 20px;
}

.product-info .box-product-infomation #tab-certificates {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.product-info .box-product-infomation #tab-certificates .cert-item {
	max-width: 200px;
	height: auto;
	margin: 0 10px 10px 0;
	transition: transform 0.3s ease-out;
}
.product-info .box-product-infomation #tab-certificates .cert-item:hover {
	transform: scale(1.05);
	z-index: 999;
}
.product-info .box-product-infomation #tab-certificates .cert-item img {
	width: 100%;
}
.product-info .thumbs-preview {
	margin-top: 20px;
}

.product-info .thumbs-preview a + a {
	margin-left: 10px;
}

.product-info .vertical.image-additional {
	position: relative;
	min-height: 432px;
}

.product-info .vertical:hover .carousel-control {
	display: block;
}

.product-info .vertical .carousel-inner {
	margin: 0;
	clear: both;
	overflow: hidden;
}

.product-info .vertical .carousel-inner a {
	display: inline-block;
	background-color: #f4f4f4;
	margin-bottom: 10px;
}

.product-info .vertical .carousel-inner a:last-child {
	margin-bottom: 0;
}

.product-info .vertical .center {
	left: 50%;
	margin-left: -13px;
}

.product-info .vertical .top {
	top: 0;
}

.product-info .vertical .bottom {
	top: auto;
	bottom: 0;
}

.product-info .horical {
	display: block;
	width: 100%;
	text-align: center;
}

.product-info .horical .carousel-inner {
	display: inline-block;
}

.product-info .horical .carousel-inner a {
	display: inline-block;
	background-color: #f4f4f4;
	float: left;
}

.product-info .horical .carousel-control {
	top: 50%;
	margin-top: -13px;
}

.product-info .horical .carousel-control.left {
	margin-left: 10px;
}

.product-info .horical .carousel-control.right {
	margin-right: 10px;
}

.product-info .horical:hover .carousel-control {
	display: block;
}

.product-info .rating {
	margin-bottom: 30px;
	line-height: 20px;
}

.quick-view .product-info .rating {
	margin-bottom: 10px;
}

.product-info .cart .links {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

.product-info .cart .fa-shopping-cart {
	margin-right: 5px;
}

.product-info .title-product {
	margin: 0 0 10px;
	font-weight: 700;
	color: #333;
	font-size: 28px;
}

.product-info .image {
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
}

.quick-view .product-info .image {
	width: 350px;
	height: 350px;
}

.product-info img {
	display: inline-block;
	max-width: 100%;
}

#image-additional-carousel img {
	border: 1px solid #dddddd;
	padding: 2px;
	margin-bottom: 5px;
}

.product-info .share {
	padding: 20px 0;
	display: none;
}

.product-info .share:before, .product-info .share:after {
	content: " ";
	display: table;
}

.product-info .share:after {
	clear: both;
}

.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}

.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}

.product-info .option-image img {
	margin-right: 5px;
	margin-left: 0;
	border: 1px solid #cccccc;
	cursor: pointer;
}

.product-info .options {
	margin-bottom: 20px;
}

.product-info .review .share {
	line-height: normal;
}

.product-info .review .share a {
	text-decoration: none;
}

.product-info .review > div {
	padding: 0;
	border: 0;
}

.product-info .review > div > span {
	color: #38b0e3;
}

.product-info .qty {
	line-height: 35px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	margin-right: 5px;
}

.product-info .quantity-adder {
	color: #000;
	display: block;
	height: 35px;
	width: 92px;
	position: relative;
	margin-right: 20px;
}

.product-info .quantity-adder .add-action {
	width: 18px;
	height: 18px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 7px;
	line-height: 18px;
	text-align: center;
	border-style: solid;
	border-color: #dddddd;
	border-width: 1px;
}

.product-info .quantity-adder .add-up {
	margin-top: -1px;
	margin-left: -1px;
}

.product-info .quantity-adder .add-down {
	margin-left: -1px;
}

.product-info .quantity-adder .quantity-number input {
	min-width: 72px;
	height: 35px;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: 1px solid #dddddd;
	box-shadow: none;
}

.product-info .quantity-adder .minimum {
	line-height: 38px;
	font-size: 11px;
	margin-left: 10px;
}

.product-info .action:after {
	clear: both;
}

.product-info .action > div {
	margin: 0;
	padding: 0;
}
.product-info .cart-action {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	justify-content: flex-start;
	align-items: flex-end;
}

.product-info .tab-content {
	border: 1px solid #dddddd;
	padding: 30px 25px;
	font-weight: 300;
	background-color: #fff;
}

.question-container {
	padding: 30px;
	border: 1px solid #8E8E8E;
	margin-bottom: 30px;
	color: #3E3E3E;
}

.faq-menu .menu-items {padding: 25px 24px;}
.faq-menu .list-group-item {line-height: 19px;font-weight: 600;}
.faq-menu .active a {font-weight: bold;color: #2a89d6;}
.faq-menu .active:hover {background: transparent}
#tab-question .pull-left {padding-bottom: 20px}
#tab-question .question-container {border: 0}

.faq-info h1 {
	margin-bottom: 40px;
}

.question-head a, .question-user-name, .question-date, .question-head-answer {
	font-size: 14px;
	color: #3E3E3E;
	line-height: 19px;
	font-weight: bold;
}
.question-user-name {
	margin-right: 20px;
}
.question-head {
	margin-bottom: 15px;
}
.question-date {
	color: #8E8E8E;
	font-weight: normal;
}
.question-sep {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0px 20px;
	background: #8E8E8E;
	height: 1px;
}
.question-head-answer {padding-bottom:15px}
.question-category-btn {margin-top: 30px;width: 100%}


.product-info .addthis_toolbox.addthis_default_style {
	float: left;
}

.zoomWindowContainer .zoomWindow {
	left: 500px;
}

#i3dtoggle {
	clear: both;
	margin: 5px 0 15px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

@media (max-width: 767px) {
	#i3dtoggle {
		display: none;
	}
}

#i3dbody, #i3d {
	width: 700px;
	overflow: hidden;
	height: 730px;
}

#i3dbody ol {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#i3dbody li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#i3dbody li img {
	position: absolute;
	top: 0;
	height: auto;
}

#i3dbody li img.previous-image {
	visibility: hidden;
}

#i3dbody li img.current-image {
	visibility: visible;
}

#i3dbody .basel-threed-view {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	cursor: ew-resize;
}

#i3dbody .spinner {
	width: 60px;
	display: block;
	margin: 0 auto;
	height: 30px;
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#i3dbody .spinner span {
	font-size: 12px;
	font-weight: bolder;
	color: #fff;
	text-align: center;
	line-height: 30px;
	display: block;
}

#i3dbody .nav_bar {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 11;
}

#i3dbody .nav_bar a {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	background: url(/image/sprites.png) no-repeat;
	text-indent: -99999px;
}

#i3dbody .nav_bar a.nav_bar_play {
	background-position: 0 0 !important;
}

#i3dbody .nav_bar a.nav_bar_previous {
	background-position: 0 -73px !important;
}

#i3dbody .nav_bar a.nav_bar_stop {
	background-position: 0 -37px !important;
}

#i3dbody .nav_bar a.nav_bar_next {
	background-position: 0 -104px !important;
}

.refine-search {
	border: 1px solid #dddddd;
	background-color: #fff;
	margin-bottom: -1px;
	padding: 10px 15px;
}

.refine-search ul {
	list-style-position: inside;
}

.refine-search h3 {
	color: #474747;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.new, .hot, .sale {
	color: #fff;
	font-size: 9px;
	height: 13px;
	line-height: 13px;
	padding: 0 4px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
	top: 2px;
	transform: translateZ(0px);
	border-radius: 1px;
	font-family: arial;
}

.new:before, .hot:before, .sale:before {
	border-style: solid;
	border-width: 4px 4px 0;
	bottom: -3px;
	content: "";
	left: 5px;
	pointer-events: none;
	position: absolute;
	transition-duration: 0.3s;
	transition-property: bottom;
	z-index: -1;
}

.new {
	background-color: #2b8cdb;
}

.new:before {
	border-color: #2b8cdb transparent transparent;
}

.hot {
	background-color: #e74848;
}

.hot:before {
	border-color: #e74848 transparent transparent;
}

.sale {
	background-color: red;
}

.sale:before {
	border-color: red transparent transparent;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}

	.row-offcanvas-right {
		right: 0;
	}

	.row-offcanvas-left {
		left: 0;
	}

	.row-offcanvas-right
	.sidebar-offcanvas {
		right: -50%;
	}

	.row-offcanvas-left
	.sidebar-offcanvas {
		left: -50%;
	}

	.row-offcanvas-right.active {
		right: 50%;
	}

	.row-offcanvas-left.active {
		left: 50%;
	}

	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 50%;
	}

	.bottom-offcanvas {
		border-top: 1px solid #dddddd;
		padding: 10px 0;
	}
}

#sys-notification {
	position: fixed;
	top: 10px;
	width: 100%;
	z-index: 9999;
}

.address a {
	color: #8c8c8c !important;
}

.address a:hover {
	color: #2a89d6 !important;
}

.address .fa {
	margin-right: 10px;
}

.welcome {
	margin: 0;
	line-height: 36px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.welcome a {
	color: #2a89d6;
}

/* back top top */
.scrollup {
	background: #222;
	bottom: 82px;
	display: none;
	position: fixed;
	right: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 13px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
	padding: 2px;
	z-index: 9999;
}

.scrollup .fa {
	display: block;
}

.media-icon {
	overflow: hidden;
	float: left;
}

.media-icon .icon {
	display: inline-block;
	width: 42px;
	height: 42px;
	float: left;
}

.media-icon .media-text {
	float: left;
}

.media-icon .media-text p {
	padding: 0;
	margin: 0;
}

.user-icon {
	background: url("/catalog/view/theme/lexus_extroic/image/user-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.user .media-text {
	height: 42px;
	line-height: 42px;
}

.cart-icon {
	background: url("/catalog/view/theme/lexus_extroic/image/cart-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.no-padding-col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.check-box {
	width: 16px;
	height: 16px;
	line-height: 14px;
	border: 1px solid #dddddd;
	border-radius: 2px;
	font-size: 12px;
	display: inline-block;
}

.border:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	background-color: #dddddd;
	z-index: 9;
}

.geoip-choose-region .border:before {
	background-color: initial;
}

.border:after {
	content: "";
	width: 9999px;
	height: 1px;
	position: absolute;
	left: -10px;
	top: -1px;
	background-color: #dddddd;
	z-index: 9;
}

.geoip-choose-region .border:after {
	background-color: initial;
}

.border-left:before {
	content: "";
	width: 1px;
	height: 9999px;
	position: absolute;
	left: -1px;
	top: 0;
	background-color: #dddddd;
	z-index: 998;
}

.border-left:after {
	content: "";
	width: 9999px;
	height: 1px;
	position: absolute;
	left: -10px;
	top: -1px;
	background-color: #dddddd;
	z-index: 998;
}

.top0 {
	margin-top: 0;
}

.product-block.item-dual .action > div {
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	margin-bottom: 6px;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.product-block.item-dual .action > div:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.product-block.item-dual .action > div:nth-of-type(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.product-block.item-dual:hover .action > div {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.product-block.item-full .block-img {
	position: relative;
	overflow: hidden;
}


.product-block.item-full .action > div {
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	margin-bottom: 10px;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.product-block.item-full .action > div:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.product-block.item-full .action > div:nth-of-type(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.product-block.item-full:hover .action > div {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.ef-banner {
	display: block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.ef-banner:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: 0;
	right: 0;
	background: #f8f8f8;
	/* IE9 */
	background: linear-gradient(225deg, #f8f8f8 45%, #aaa 50%, #ccc 56%, white 80%);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.ef-banner:hover:before, .ef-banner:focus:before, .ef-banner:active:before {
	width: 25px;
	height: 25px;
}

.product-block.item-dual .action {
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 414px) {
	.product-block.item-dual .action {
		top: 30px;
	}
}

.product-block.item-dual .action > div {
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	margin-bottom: 6px;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.product-block.item-dual .action > div:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.product-block.item-dual .action > div:nth-of-type(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.product-block.item-dual:hover .action > div {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.product-block.item-full .block-img {
	position: relative;
	overflow: hidden;
}

.product-block.item-full .action {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.product-block.item-full .action-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.product-block.item-full .action > div {
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	margin-bottom: 10px;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.product-block.item-full .action-right > div {
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	margin-bottom: 10px;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.product-block.item-full .action > div:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.product-block.item-full .action > div:nth-of-type(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.product-block.item-full:hover .action > div {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	-o-transform: translate(50%, 0);
	transform: translate(50%, 0);
}
.product-block.item-full:hover .action-right > div {
	-webkit-transform: translate(-65%, 0);
	-ms-transform: translate(-65%, 0);
	-o-transform: translate(-65%, 0);
	transform: translate(-65%, 0);
}
.ef-banner {
	display: block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.ef-banner:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: 0;
	right: 0;
	background: #f8f8f8;
	/* IE9 */
	background: linear-gradient(225deg, #f8f8f8 45%, #aaa 50%, #ccc 56%, white 80%);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.ef-banner:hover:before, .ef-banner:focus:before, .ef-banner:active:before {
	width: 25px;
	height: 25px;
}

a {
	color: #8c8c8c;
	text-decoration: none;
}

a:hover, a:focus {
	color: #2a89d6;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.bold {
	color: #474747;
	text-decoration: none;
}

a.bold:hover, a.bold:focus {
	color: #2a89d6;
}

a.color {
	color: #2a89d6;
}

.text-theme {
	color: #2a89d6;
}

a.text-theme:hover {
	color: #2a89d6;
}

.bg-theme {
	background-color: #2a89d6;
}

.bg-theme:before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	top: -1px;
	left: 0;
	background-color: #2a89d6;
}

a.bg-theme:hover {
	background-color: #2a89d6;
}

.btn {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 0;
}

.btn:active, .btn.active {
	background-image: none;
}

.btn-default {
	border-bottom-width: 2px;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .cart-button {
	background-color: #2a89d6;
	border-color: #2a89d6 #2a89d6 #2a7abb;
	color: #fff;
}

.dark {
	background-color: #474747;
	color: #fff;
	border-color: #474747 #474747 #303030;
}

.sk {
	background-color: #2b8cdb;
	color: #fff;
	border-color: #2b8cdb #2b8cdb #2a7abb;
}

.btn-nostyle {
	background-color: transparent;
	line-height: 20px;
	border-width: 2px;
}

.font-small {
	font-size: 11px;
	font-weight: 400;
}

.btn-lg {
	font-weight: 700;
}

.breadcrumb > li {
	display: inline-block;
	font-size: 15px;
}

.breadcrumb > li + li:before {
	font-family: FontAwesome;
}

.nav > li > a {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	border-color: transparent;
}

.nav-style {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
	display: flex;
	justify-content: center;
}

.nav-style > li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ddd;
}

.nav-style > li:last-child {
	border-right: none;
}

.nav-style > li > a {
	/*border: 1px solid #dddddd;*/
	background-color: #fff;
}

.nav-style > li + li {
	/*margin-left: 5px;*/
}

.nav-style > li.active, .nav-style > li.active a {
	color: #fff;
	background-color: #2a89d6;
	border-color: #2a89d6;
}

.nav-style > li.active a {
	color: #fff;
}

.box-product-infomation.stuck {
	padding-top: 40px;
}

.box-product-infomation.stuck .nav-style {
	position: fixed;
	top: 0;
	border: 1px solid #ddd;
	width: 1170px;
	z-index: 10;
}

.product-markdown-info .cheaper-products {
	margin-top: 20px;
}
.product-markdown-info .cheaper-item {
	padding: 20px;
	border: 1px solid #dddddd;
}
.product-markdown-info .cheaper-products,
.product-markdown-info .cheaper-items,
.product-markdown-info .cheaper-item,
.product-markdown-info .cheaper-item-info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.product-markdown-info .cheaper-item__title,
.product-markdown-info .cheaper-products__title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.product-markdown-info .cheaper-item:hover {
	text-decoration: none;
	color: #999999;
}
.product-markdown-info .cheaper-products .price .price-new {
	font-size: 20px;
}

@media (max-width: 1199px) {
	.box-product-infomation.stuck .nav-style {
		width: 940px;
	}
}

@media (max-width: 991px) {
	.box-product-infomation.stuck .nav-style {
		width: 720px;
	}
}

@media (max-width: 767px) {
	.box-product-infomation.stuck .nav-style {
		width: 100%;
	}

	.nav-style > li {
		padding: 0 9px;
	}

	.nav-style > li > a {
		padding: 10px 0;
	}
}

@media (max-width: 499px) {
	.box-product-infomation.stuck {
		padding-top: 0;
	}

	.box-product-infomation .nav-style {
		display: none;
	}
}

.nav-color > li > a {
	color: #fff;
	outline: none;
}

.nav-color > li.active {
	outline: none;
}

.nav-color > li.active:after {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	border-bottom: 8px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	z-index: 9999;
}

.overwrite-color .nav-color {
	margin-top: -1px;
}

.overwrite-color .nav-color > li {
	background-color: #f2f2f2;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}

.overwrite-color .nav-color > li + li {
	border-left: 1px solid #dedede;
}

.overwrite-color .nav-color > li > a {
	color: #999;
}

.overwrite-color .nav-color > li:before {
	height: 2px;
}

.overwrite-color .nav-color > li.active {
	border-color: #474747;
}

.overwrite-color .nav-color > li.active:after {
	border: none;
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	background-color: #474747;
	bottom: -5px;
	margin-left: -5px;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 9999;
}

.overwrite-color .nav-color > li.active:before {
	height: 0;
}

.overwrite-color .nav-color > li.active > a, .overwrite-color .nav-color > li.active > a:hover, .overwrite-color .nav-color > li.active > a:focus {
	color: #fff;
	background-color: #474747;
	border-color: #474747;
	outline: none;
}

.list-unstyled > li {
	margin: 10px 0;
}

.quick-view .list-unstyled > li {
	margin: 0;
}

.list-unstyled > li > a {
	text-decoration: none;
	font-weight: 300;
}

.list-arrow {
	list-style-type: none;
	padding-left: 0;
}

.list-arrow > li {
	margin: 10px 0;
}

.list-arrow > li:before {
	content: "\f178";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 10px;
	margin-right: 10px;
}

.input-group .input-group-btn .btn {
	height: 34px;
	border-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	border-radius: 2px;
}

.thumbnail,
.img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.open > .dropdown-menu {
	margin-top: -1px;
}

.dropdown-menu {
	border-radius: 0;
}

.panel-body {
	padding: 20px;
}

.well {
	border-radius: 0;
	box-shadow: none;
}

.well-lg {
	padding: 24px;
	border-radius: 0;
}

.well-sm {
	padding: 9px;
	border-radius: 0;
}

blockquote {
	padding: 0 5px 0 0;
	border: none;
}

.quick-view blockquote {
	margin: 0;
}

blockquote.border-primary {
	border-color: #fc5c3c;
}

blockquote.border-success {
	border-color: #6ccf28;
}

blockquote.border-info {
	border-color: #2a89d6;
}

blockquote.border-warning {
	border-color: #fb8800;
}

blockquote.border-danger {
	border-color: #e74848;
}

.carousel-control {
	width: 26px;
	height: 26px;
	background-color: #fff;
	border: 1px solid #dddddd;
	font-size: 14px;
	line-height: 26px;
}

.carousel-control.round {
	border-radius: 50%;
}

.carousel-control:hover {
	border-color: #2a89d6;
	background-color: #2a89d6;
	color: #fff;
}

.carousel-control.middle {
	top: 50%;
	margin-top: -12px;
	z-index: 999;
}

.carousel-control.middle.left {
	left: 20px;
}

.carousel-control.middle.right {
	right: 20px;
}

.carousel-controls {
	position: absolute;
	right: 0;
	top: 13px;
	width: 51px;
	height: 26px;
}

.carousel-controls .carousel-controls + .carousel-controls {
	margin-left: -1px;
}

.vertical .carousel-inner {
	height: 100%;
}

.carousel.vertical .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
	top: 0;
}

.carousel.vertical .next {
	top: 400px;
}

.carousel.vertical .prev {
	top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
	top: 0;
}

.carousel.vertical .active.left {
	top: -400px;
}

.carousel.vertical .active.right {
	top: 400px;
}

.carousel.vertical .item {
	left: 0;
}

.productdeals {
	position: relative;
}

.productdeals .item-countdown {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	text-align: center;
}

.productdeals blockquote {
	margin-bottom: 0;
}

.productdeals .list-inline li {
	padding-top: 15px;
	font-family: 'Roboto', sans-serif;
	margin: 6px;
	min-width: 55px;
	min-height: 55px;
	background-color: #474747;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	border-bottom: 2px solid #303030;
	cursor: pointer;
}

.productdeals .list-inline li div {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.productdeals .list-inline li .countdown_num {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 16px;
	margin-bottom: 2px;
}

.productdeals .list-inline li:hover {
	background-color: #2a89d6;
	border-bottom-color: #2a7abb;
}

.productdeals .box-products {
	border: 1px solid #dddddd;
}

.productdeals .box-products .product-block .img img {
	max-width: 100%;
}

.autosearch-wrapper {
	display: block;
	/*width: 470px;*/
	height: 40px;
	position: relative;
	border-top: 2px solid #2a89d6;
	border-bottom: 2px solid #2a89d6;
}

.autosearch-wrapper .autosearch-input {
	display: inline-block;
	width: 63%;
	float: left;
	height: 36px;
	border: none;
	padding: 0 10px;
	border-left: 2px solid #2a89d6;
}

.autosearch-wrapper .autosearch-category {
	display: inline-block;
	width: 29%;
	position: relative;
	overflow: hidden;
	float: right;
	border-left: 1px solid #dddddd;
	cursor: pointer;
}

.autosearch-wrapper .autosearch-category select {
	display: inline-block;
	border: none;
	width: 130%;
	height: 36px;
	padding: 0 10px;
	cursor: pointer;
	background-color: #fff;
}

.autosearch-wrapper .autosearch-category .fa {
	position: absolute;
	top: 36%;
	right: 10px;
}

.autosearch-wrapper .autosearch-submit {
	border: none;
	display: inline-block;
	width: 8%;
	height: 36px;
	background: #2a89d6;
	margin: 0;
	float: right;
}

.autosearch-wrapper .autosearch-submit .fa {
	color: #fff;
}

.autosearch-wrapper .search {
	position: relative;
}

.autosearch-wrapper .search .autosearch {
	width: 100%;
}

.autosearch-wrapper .dropdown-menu > li.media {
	border: 3px solid #fff;
	margin: 8px;
	overflow: hidden;
}

.dropdown-menu.autosearch li.brand,
.dropdown-menu.autosearch li.category {
	background: rgba(43, 138, 214, 0.08);
	cursor: pointer;
}

.dropdown-menu.autosearch li.brand a,
.dropdown-menu.autosearch li.category a {
	color: #2a89d6;
	text-decoration: none;
}

.brand a.media-left,
.category a.media-left {
	width: 64px;
	height: 64px;
	display: table-cell;
}

div.media-body {
	padding-left: 10px;
}

.brand div.media-body,
.category div.media-body {
	border-left: white solid 2px;
	padding-left: 10px;
}

.brand div.media-body div,
.category div.media-body div {
	font-size: 12px;
}

.brand div.media-body div span,
.category div.media-body div span {
	font-size: 14px;
	font-weight: 600;
}

.brand div.media-body a span,
.category div.media-body a span {
	font-size: 16px;
}

.dropdown-menu.autosearch li.select {
	border: 3px solid rgba(43, 138, 214, 0.13);
	background: rgba(43, 138, 214, 0.13);
	cursor: pointer;
}

.dropdown-menu.autosearch li.select a {
	color: #2a89d6;
	text-decoration: none;
}

.autosearch-wrapper .dropdown-menu > li.clearfix {
	border-bottom: 1px dashed #dddddd;
	margin-left: 10px;
	margin-right: 10px;
}

.autosearch-wrapper .dropdown-menu > li:last-child {
	border-bottom: none;
}

.autosearch-wrapper .dropdown-menu > li > a {
	padding: 0;
}

.pav-megamenu {
	margin-left: -15px;
	margin-bottom: 0;
	position: inherit;
	border: none;
}

.pav-megamenu .dropdown-submenu {
	position: relative;
}

.pav-megamenu .dropdown-submenu .dropdown-menu {
	top: 0;
	right: 0;
	left: 100%;
	display: none;
}

.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.pav-megamenu .caret {
	font-size: 12px;
}

.pav-megamenu .dropdown-menu {
	padding: 25px;
	min-width: 200px;
	border: none;
}

.pav-megamenu .dropdown-menu ul {
	list-style-type: none;
	padding-left: 0;
}

.pav-megamenu .dropdown-menu ul > li {
	margin: 16px 0;
}

.pav-megamenu .dropdown-menu ul > li > a {
	font-family: "Open Sans", sans-serif;
}

.pav-megamenu .dropdown-menu ul > li > a:hover {
	color: #2a89d6;
}

.pav-megamenu .dropdown-menu ul > li:before {
	width: 7px;
	height: 8px;
	display: inline-block;
	background-image: url("/catalog/view/theme/lexus_extroic/image/list.png");
	margin-right: 10px;
	content: "";
}

.pav-megamenu .widget-heading {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}

.pav-megamenu .aligned-center > .dropdown-menu {
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
}

.pav-megamenu .aligned-right > .dropdown-menu {
	left: auto;
	right: 0;
}

.pav-megamenu .megamenu .aligned-fullwidth {
	position: static;
}

.pav-megamenu .aligned-fullwidth .dropdown-menu {
	width: 100% !important;
	left: 0;
	margin-top: -2px;
}

.pav-megamenu .nav > li > a {
	color: #474747;
	padding: 15px 7px;
	outline: none;
}

.pav-megamenu .nav > li:hover {
	background: rgba(42, 137, 214, 0.5);
}

.pav-megamenu .bg1 div.dropdown-menu {
	background-image: url("/catalog/view/theme/lexus_extroic/image/megamenu/bg1.png");
	background-position: top right;
	background-repeat: no-repeat;
}
.pav-megamenu .nav .top-service .dropdown-menu ul li:first-child {
	margin-top: 0;
}


.pav-verticalmenu.fix-top {
	margin: -22px 0 20px -1px;
	position: relative;
}

.pav-verticalmenu.fix-top:before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 40px;
	top: -7px;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	background-color: #fff;
	z-index: 9;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.verticalmenu .navbar-nav {
	float: none;
	width: 100%;
	border: 1px solid #dddddd;
	background-color: #fff;
}

.verticalmenu .navbar-nav > li {
	width: 100%;
	background-color: #fff;
	position: inherit;
	border-width: 1px 0;
	border-color: transparent;
	border-style: solid;
}

.verticalmenu .navbar-nav > li > a {
	display: flex;
	flex-wrap: nowrap;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 15px 7px 10px;
	color: #555;
	font-family: "Open Sans", sans-serif;
	position: relative;
}
.verticalmenu .navbar-nav > li > a .menu-title {
	width: 100%;
}
.verticalmenu .navbar-nav > li > a .fa {
	color: #2a89d6;
	margin-right: 5px;
	width: 20px;
}
.verticalmenu .navbar-nav > li > a .caret {
	float: right;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-top: 8px;
}

.verticalmenu .navbar-nav > li > a:hover {
	color: #2a89d6;
}

.verticalmenu .navbar-nav > li.topdropdow:hover {
	position: static;
}

.verticalmenu .navbar-nav > li:hover {
	border-color: #dddddd;
}

.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
	top: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
	-webkit-box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.175);
	box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.175);
	border-color: #dddddd;
	margin-left: -1px;
}

.verticalmenu .navbar-nav > li:hover > a:after {
	position: absolute;
	width: 2px;
	height: 100%;
	content: "";
	top: 0;
	right: -1px;
	background-color: #fff;
	z-index: 9999;
}

.verticalmenu .navbar-nav > li:first-child {
	border-top: none;
}

.verticalmenu .navbar-nav > li:first-child > a {
	padding-top: 17px;
}

.verticalmenu .navbar-nav > li:last-child {
	margin-bottom: 5px;
}

.verticalmenu .navbar-nav > li:before {
	width: 10px;
	display: inline-block;
	color: #2a89d6;
}

.verticalmenu .navbar-nav > li .parent {
	position: relative;
}

.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
	text-transform: none;
	font-weight: normal;
}

.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
	right: 100%;
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1001;
	min-height: auto;
}

.verticalmenu .navbar-nav > li .parent.dropdown-submenu:hover > .dropdown-menu {
	right: 115%;
	display: block;
	top: 0;
	z-index: 1200;
}

.verticalmenu .dropdown-menu {
	right: auto;
	left: 100%;
	display: none;
	min-width: 350px;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 25px;
	min-height: 500px;
}

.verticalmenu .dropdown-menu.level1 {
	margin-top: 0;
}

.verticalmenu .dropdown-menu.level1 .fa {
	display: none;
}

.verticalmenu .dropdown-menu.level2 .fa {
	display: none;
}

.verticalmenu .dropdown-menu.level3 .fa {
	display: none;
}

.verticalmenu .dropdown-menu li {
	line-height: 25px;
}

.verticalmenu .dropdown-menu ul {
	list-style-type: none;
	padding-left: 0;
}

.verticalmenu .dropdown-menu ul > li {
	margin: 10px 0;
}

.verticalmenu .dropdown-menu ul > li > a {
	font-family: "Open Sans", sans-serif;
}

.verticalmenu .dropdown-menu ul > li > a:hover {
	color: #2a89d6;
}

.verticalmenu .dropdown-menu ul > li:before {
	width: 7px;
	height: 8px;
	display: inline-block;
	background-image: url("/catalog/view/theme/lexus_extroic/image/list.png");
	margin-right: 5px;
	content: "";
}

.verticalmenu .mega-col-inner ul > li {
	position: relative;
	line-height: 15px;
	margin-bottom: 20px;
	padding-left: 15px;
}

.verticalmenu .mega-col-inner ul > li:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.verticalmenu .mega-col-inner ul > li a b.caret {
	position: absolute;
	right: -20px;
	top: 50%;
}

.verticalmenu .widget-heading {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}

.verticalmenu .bg1 div.dropdown-menu {
	background-image: url("/catalog/view/theme/lexus_extroic/image/verticalmenu/bg1.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.verticalmenu .w-product {
	min-height: 120px;
}

.verticalmenu .col-sm-4 {
	width: 280px;
}

.verticalmenu .col-sm-12, .verticalmenu .col-sm-6 {
	width: 300px;
}

.verticalmenu .cols3 {
	width: 900px;
}

.verticalmenu .cols2 {
	width: 635px;
}

.verticalmenu .menu-icon {
	padding-left: 29px;
}

.fix-margin-right {
	margin-right: -20px !important;
	width: 100%;
}

.text-hind-light-28 {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
}

.text-hind-bold-72 {
	color: #fff;
	font-size: 72px;
	font-weight: bold;
}

.text-hind-bold-72 sup {
	font-size: 65%;
}

.text-hind-72 {
	color: #fff;
	font-size: 72px;
}

.text-hind-72 sub {
	font-size: 50%;
}

.text-hind-regular-40 {
	color: #474747;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
}

.text-hind-light-14 {
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

.text-hind-18 {
	color: #000;
	font-size: 18px;
}

.text-bold {
	font-weight: bold;
}

.text-regular {
	font-weight: 400;
}

.text-white {
	color: #fff;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

.subcategories_list .category-item {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

.subcategories_list .image {
	margin-bottom: 10px;
}

.subcategories_list a {
	min-height: 60px;
	display: block;
	text-align: center;
	word-wrap: break-word;
}

.subcategories_refine .category-item {
	font-size: 12px;
	height: 80px;
	display: flex;
}

.subcategories_refine .col-lg-4 {
	margin: 0 0 20px 0;
}

.subcategories_refine a {
	vertical-align: middle;
	height: 80px;
	font-size: 13px;
	color: #474747;
	word-wrap: break-word;
	outline: none;
}

.subcategories_refine a p {
	font-size: 11px;
	color: #8c8c8c;
}

.subcategories_refine a:hover {
	color: #2a89d6;
}

.subcategories_refine a:hover p {
	color: #8c8c8c;
}

.subcategories_refine .image {
	width: 80px;
	float: left;
	margin-right: 10px;
}

.phones-wrap .phones {
	margin-top: 8px;
}

.phones {
	float: right;
	color: #2a89d6;
	font-size: 22px;
	line-height: 25px;
}

.phones a {
	color: #2a89d6;
}

.phones .phone {
	margin-left: 45px;
}

.phones .phone-icon {
	font-size: 35px;
	float: left;
	width: 45px;
	color: #474747;
	padding-top: 8px;
}

.phones .phone-icon a {
	color: #474747
}

.business_hours {
	font-size: 11px;
	color: #474747;
	line-height: 15px;
	text-align: right;
	margin: 5px 0 2px 0;
}

.business_hours .business-icon {
	display: inline-block;
	font-size: 25px;
	padding-top: 5px;
}

.business_hours table {
	float: right;
}

.business_hours table td {
	padding-left: 10px;
}

.call_back {
	font-size: 11px;
	text-align: right;
}

.clickable {
	color: #2a89d6;
	border-bottom: 1px dotted #2a89d6;
	cursor: pointer;
}

.clickable.owl-controls {
	border-bottom: 1px dotted transparent;
}

#pav-mainnav {
	margin: 24px 0 0 0;
}

.top-links {
	font-size: 11px;
	color: #eee;
	height: 35px;
	line-height: 34px;
}

.top-links div {
	float: left;
	padding: 0 15px 0 30px;
}

.top-links div.write-to-director {
	padding: 0;
	padding-right: 10px;
}

.top-links .clickable {
	color: #eee;
	border-bottom: 1px dotted #eee;
}

.top-links .geoip-module, .top-links .geoip-text {
	padding: 0;
}

.top-links a {
	color: #eee;
}

.success {
	display: none;
	width: 600px;
	margin-left: -300px;
	background: white;
	border: 1px solid #e4e3e3;
	padding: 50px;
	left: 50%;
	top: 22%;
	font-size: 16px;
	color: #333333 !important;
	-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
	z-index: 15000;
	position: fixed;
}

.success a {
	color: #2a89d6;
	text-decoration: none !important;
	font-size: 16px;
}

.success a:hover {
	text-decoration: underline;
}

.success .close {
	float: right;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	opacity: 0.7;
}

.success_button {
	background: #2a89d6;
	border: 1px solid #e4e3e3;
	display: inline-block;
	cursor: pointer;
	color: white !important;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
}

.success_button:hover {
	text-decoration: none !important;
	color: #000000 !important;
	background: #ffffff;
}

.success_button:active {
	position: relative;
	top: 1px;
}

.cart-action {
	margin: 15px 0 0 0;
	font-size: 13px;
	padding-left: 60px;
}

.quick-view .cart-action {
	margin: 0;
}

.cart-action div {
	padding: 2px 0;
}

#one-click-cart {
	color: #2a89d6;
	border-color: #2a89d6;
}

#one-click-cart:hover {
	color: #fff;
}

.addthis_toolbox {
	margin: 0 0 0 35px;
}

#tab-description {
	color: #555;
	font-weight: normal;
	border: 1px solid #ddd;
	padding: 10px;
}

#tab-description > .row {
	display: flex;
	flex-wrap: wrap;
}

.mfilter-box .box-heading {
	padding: 0;
	margin: 0 0 10px 0;
}

.carousel-content img {
	margin: 0 auto;
	padding: 10px 0;
}

.widget-banner .manufacturers {
	padding: 10px
}

.widget-banner .manufacturers img {
	padding: 10px 0
}

/*.page-category .widget-banner .manufacturers img{padding: 0}*/
#simplemodal-overlay {
	background-color: #000;
}

#simplemodal-container {
	background: #fff;
	width: 500px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	padding: 20px;
}

.simplemodal-close {
	float: right;
	cursor: pointer;
}

.modal_div {
	display: none;
}

.reserve_button {
	cursor: pointer;
	background: #f52525;
	background-image: -webkit-linear-gradient(top, #f52525, #992323);
	background-image: -moz-linear-gradient(top, #f52525, #992323);
	background-image: -ms-linear-gradient(top, #f52525, #992323);
	background-image: -o-linear-gradient(top, #f52525, #992323);
	background-image: linear-gradient(to bottom, #f52525, #992323);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

.modal_div td {
	padding: 5px 0;
}

.modal_div h3 {
	margin-top: 0;
}

.reserve_form, .reserve_form_one_click {
}

.call_back_form {
}

#shipping_methods h3, #payment_methods h3 {
	margin-top: 0;
}

.carousel-content.manufacturers .item {
	display: block;
	margin: 30px 0;
}

.carousel-content.manufacturers .carousel-control {
	display: none;
}

.zoomContainer:hover {
	background: white;
}

.check_hidden {
	display: none;
}

.accordion-menu a.active {
	color: #2a89d6;
}

.accordion-menu .accordion-body a.active {
	color: #5f9aca;
}

.quick-view hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*tiny scroll bar*/
.class_scroll {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	border-bottom: none;
}

.class_scroll .viewport {
	width: 236px;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.class_scroll .overview {
	list-style: none;
	width: 1416px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.class_scroll .scrollbar {
	background: transparent url(/catalog/view/theme/lexus_extroic/image/tiny/bg-scrollbar-track-x1.png) no-repeat 0 0;
	position: relative;
	margin: 0 0 5px;
	clear: both;
	height: 15px;
}

.class_scroll .track {
	background: transparent url(/catalog/view/theme/lexus_extroic/image/tiny/bg-scrollbar-trackend-x.png) no-repeat 100% 0;
	width: 100%;
	height: 15px;
	position: relative;
}

.class_scroll .thumb {
	background: transparent url(/catalog/view/theme/lexus_extroic/image/tiny/bg-scrollbar-thumb-x.png) no-repeat 100% 50%;
	height: 25px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -5px;
}

.class_scroll .thumb .end {
	background: transparent url(/catalog/view/theme/lexus_extroic/image/tiny/bg-scrollbar-thumb-x.png) no-repeat 0 50%;
	overflow: hidden;
	height: 25px;
	width: 5px;
}

.class_scroll .disable {
	display: none;
}

.class_scroll div.item {
	list-style: none;
	position: relative;
	width: 222px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	border: 1px solid #d6d6d7;
	float: left;
	background-color: white;
}

.class_scroll .item div {
	height: auto;
}

.class_scroll .item .product-image {
	display: block;
	text-align: center;
	width: 200px;
	margin: 0 auto;
}

.class_scroll .item .product-image img {
	position: relative;
}

.class_scroll .item .name {
	position: relative;
	display: block;
	text-align: center;
	height: auto;
	overflow: inherit;
}

.class_scroll .item .price {
	line-height: normal;
	float: none;
	margin: 10px 0;
	font-size: 18px;
	border: none;
}

.class_scroll .item .cart-button {
	margin-bottom: 10px;
}

.class_scroll .item .cart-button .cart {
	float: none;
	margin: 0;
	min-height: 24px;
}

.related-slider button.button.btn-cart.no-cart:before {
	content: "\f00d";
	font-family: 'FontAwesome';
}

.class_scroll .item .compare {
	margin-top: 5px;
	float: none;
	display: inline-block;
}

.class_scroll .item .compare a {
	margin: 0;
}

/*end tiny scroll bar*/
.caret {
	margin-left: 0;
}

.cursor-pointer {
	cursor: pointer;
}

.agree-wrap label {
	display: block;
}

.custom-pull-right {
	float: right
}

.under_the_order .text_under_the_order, .under_the_order .fa, .under_the_order a, .under_the_order .under_the_order_phone {
	font-size: 20px
}

.under_the_order .fa {
	margin-right: 10px
}

/* buy_form.tpl */
table.total-item {
	max-width: 500px;
	float: right;
}

table.table tr td {
	vertical-align: middle;
}

table.table tr td.column-price, table.table tr td.column-total {
	width: 100px
}

table.total-item tr td:last-child {
	width: 100px;
}

/* buy_form.tpl */
.featured-products-main .price .price-new {
	font-size: 18px;
}

.featured-products-main .price .price-old {
	font-size: 10px;
	display: block;
}

body .products-related .products-block {
	border: 1px solid #dddddd;
	margin: 0
}

body .products-related .products-block .owl-carousel {
	border: none;
	margin: 0
}

.products-related .products-block {
	background: #fff;
}

.products-related .products-block .row {
	margin: 0;
}

.products-related .products-block .col-xs-12 {
	width: 20%;
}

.products-related .products-block .owl-item .col-xs-12 {
	width: initial
}

#header-layout > .container {
	position: relative
}

#header-layout .cart {
	position: absolute;
	right: 175px;
	bottom: 10px;
	margin: 0;
}

#image-additional-carousel {
	padding: 0 20px
}

#image-additional-carousel .image-additional-wrap {
	text-align: center
}

#image-additional-carousel.owl-carousel {
	border: none;
	margin-top: 2px;
	margin-bottom: 10px;
}

#image-additional-carousel.owl-carousel .owl-buttons div {
	opacity: 0.9
}

#image-additional-carousel.owl-theme .owl-controls .owl-buttons div {
	margin: 11px 0 0;
	width: 20px
}

#image-additional-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
	background-position: 85% 0;
}

#image-additional-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
	background-position: 15% 0;
}

#powered .payment {
	text-align: right
}

#powered .payment img {
	max-height: 80px;
	max-width: 100%;
}

.call_back_form, .reserve_form, .reserve_form_one_click {
	background-color: rgba(0, 0, 0, 0.5);
}

.call_back_form .modal-dialog, .reserve_form .modal-dialog, .reserve_form_one_click .modal-dialog {
	top: 25%;
}

.subcategories .img-responsive {
	width: 100%
}

.contact-img-additional img {
	max-width: 534px;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.information-contact div.form-group .form-control {
	width: 100%
}

.information-contact .contact-phones {
	font-size: 17px
}

body[class^='themecontrol-product'] .product-compare-header {
	display: none !important;
}

.product-compare-header, .product-wishlist-header {
	position: fixed;
	top: 215px;
	right: 0;
	width: 110px;
	/*height: 100px;*/
	background: white;
	border: 2px solid #c5c5c5;
	border-right: none;
	border-radius: 5px 0 0 5px;
	padding: 10px;
	z-index: 99;
	text-align: center;
}

.product-wishlist-header {
	top: 315px
}

.product-compare-header p, .product-wishlist-header p {
	margin: 0;
}

.product-compare-header p#compare-total, .product-wishlist-header p#wishlist-total {
	font-weight: bold;
	line-height: 14px;
}

.product-compare-header i, .product-wishlist-header i {
	font-size: 40px;
}

.compare-table {
	text-align: center;
	margin: 0 auto;
	width: initial;
}

.compare-table.count-1 {
	width: 400px;
}

.compare-table.count-2 {
	width: 600px;
}

.compare-table.count-3 {
	width: 800px;
}

.compare-table.count-4 {
	width: 1000px;
}

.table-responsive > .table.compare-table > tbody > tr > td {
	width: 200px;
	white-space: normal;
}

.compare-table .btn-danger {
	background-color: #b2b2b2;
	border: 3px double #b2b2b2;
}

.compare-table .btn-danger:hover {
	background-color: #bebebe;
	border: 3px double #bebebe;
}

.iScrollVerticalScrollbar {
	display: none
}

#mfilter-free-container-0 {
	overflow-y: scroll !important;
}

.page-category h1, .page-product-special h1, .page-product-search h1 {
	text-align: center
}

.btn-primary {
	background-color: #e74949;
	border-color: #e74949;
}

.btn-primary.blue {
	background-color: #2b8ad6;
	border-color: #2b8ad6;
}

.btn-primary.blue:hover {
	background-color: #2b9be8;
	border-color: #2b9be8;
}

.page-account-wishlist .price b {
	display: block
}

.page-themecontrol-product .container.quick-view .product-info {
	margin: 0 !important;
}

.page-themecontrol-product .container.quick-view .product-info .cart-action {
	margin-top: 20px;
}

.page-themecontrol-product .product-wishlist-header, .page-themecontrol-product .product-compare-header {
	display: none !important;
}
.storage_widget > div {
	border: none !important;
}

.storage_widget b {
	color: #fc5c3c;
}

#reserve_form .modal-dialog, #reserve_form_one_click .modal-dialog {
	top: 25%
}

#back-top {
	background: url("/catalog/view/theme/default/image/back-top.png") no-repeat scroll 50% 50% #333;
	bottom: 35px;
	display: none;
	height: 55px;
	position: fixed;
	right: 12px;
	width: 55px;
	z-index: 9999;
}

#back-top:hover {
	background: url("/catalog/view/theme/default/image/back-top.png") no-repeat scroll 50% 50% #2b8ad6;
}

#back-top {
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}

#back-top:hover {
	cursor: pointer;
	-moz-transition: all 0.3s ease 0s;
}

div.about-us div.div-h2 {
	position: relative;
	height: 50px;
	background-image: url('/image/1h1.png');
	margin: 0 -20px 0 0;
}

div.about-us div.div-h2 h2 {
	position: absolute;
	left: 120px;
	top: -15px;
}

div.about-us div.div-h2 h2 strong span {
	font-size: 36px;
	color: #fff;
}

div.about-us iframe {
	height: 515px
}

div.about-us p.beauti {
	margin-left: 120px;
}

.imperia_video {
	position: relative
}

.imperia_video .start_imperia_video {
	cursor: pointer
}

.imperia_video .start_imperia_video .fa-stack {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -35px;
}

.imperia_video .start_imperia_video .fa-stack .fa-youtube-play {
	color: #2e2e2e;
	z-index: 1;
}

.imperia_video .start_imperia_video .fa-stack .fa-times {
	left: 70%;
	background-color: #fff;
	color: #fff;
}

.imperia_video .start_imperia_video:hover .fa-stack .fa-youtube-play {
	color: #d40b0b;
}

.subcategories.description {
	position: relative;
}

.subcategories.description .panel-body {
	padding-bottom: 25px;
}

.subcategories.description .panel-body > div {
	display: table-cell;
	vertical-align: top;
}

.subcategories.description .panel-body > div.description-logo {
	padding-right: 20px;
}

.subcategories.description .success_button {
	position: absolute;
	bottom: 0;
	right: 0;
	top: initial;
	border: none;
}

.subcategories.description .success_button:hover {
	background: #2a89d6;
	color: #fff !important;;
}

.subcategories.description .description-full {
	display: none;
}

.subcategories.description.open-desc .success_button .hide-text {
	display: none;
}

.subcategories.description.hide-desc .success_button .open-text {
	display: none;
}

#tab-description.for-iclebo .features {
	display: block;
	text-align: center;
}

#tab-description.for-iclebo .features > div {
	display: inline-block;
	width: calc(100% / 10 - 5px);
	text-align: center;
	vertical-align: top;
	margin-bottom: 15px;
}

#tab-description.for-iclebo .features > div > img {
	width: auto !important;
	vertical-align: top;
	margin-bottom: 5px;
}

#tab-description.for-iclebo .features > div > span {
	display: block;
	font-size: 13px;
	line-height: 15px;
	height: 30px;
}

#tab-description.for-iclebo img {
	width: 100% !important;
	height: auto !important;
}

#tab-description.for-boneco strong, #tab-description.for-boneco b {
	font-weight: 700;
}

#tab-description.for-boneco .row {
	margin: 20px 0;
}

#tab-description.for-boneco .row .col-sm-4 img {
	margin-bottom: 10px;
}

#tab-description.for-diam .premium__item {
	position: relative;
}

#tab-description.for-diam .premium__item .premium__label {
	position: absolute;
	width: 300px;
	z-index: 10;
	background: #f9f9f9;
	border: 1px solid #dddddd;
	padding: 5px;
	font-size: 11px;
	top: 80px;
	min-height: 100px;
	opacity: 0;
	visibility: hidden;
}

#tab-description.for-diam .premium__item .premium__label.show {
	opacity: 1;
	visibility: visible;
	top: 95px;
	transition: all 0.25s ease-out;
}

#tab-description.for-diam .premium__item .premium__label h4 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 2px dotted #dddddd;
	text-align: center;
	font-size: 16px;
}

#tab-description.for-diam .premium__item .premium__label p {
	margin: 0;
}

#tab-description.for-leica table {
	position: relative;
	display: block;
}
#tab-description.for-leica table:nth-child(2n+1) {
	background-size: 35%;
	width: 100%;
	height: 100%;
}
#tab-description.for-leica table:nth-child(1n+15):not(:last-child) tr {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
}
#tab-description.for-leica table:nth-child(1n+15) tr td {
	flex: 1;
	padding: 0 5px;
}
#tab-description.for-leica table:nth-child(1n+15) tr td p:nth-child(3) {
	font-weight: normal;
}

#tab-description.for-fiskars .container {
	width: 100%;
}
#tab-description.for-fiskars .theme3 .normal-width .m-promotions {
	margin-top: 50px;
}
.product-info #tab-description.for-ltt img {
	max-width: none;
}

.product-info #tab-description.for-apv img {
	height: auto !important;
}

.product-info #tab-description.for-ballu img {
	display: block;
}

.product-info #tab-description.for-ballu > table > tbody > tr > th {
	text-align: center;
}

div#flash-2d,
div#flash-3d {
	display: none;
	overflow: hidden;
}

.accordion-heading.pull-right {
	position: absolute;
	right: 10px;
	top: 0;
}

.box-category > li > .accordion-heading.pull-right {
	top: 6px;
}

.accordion-body .accordion-heading.pull-right {
	right: -15px;
	cursor: pointer;
}

.accordion-menu .panel-heading {
	padding: 0;
}

.accordion-menu .panel-heading .panel-title {
	padding: 10px;
}

.accordion-menu.panel-group .panel {
	border-radius: 0;
}

.accordion-menu #collapse-coupon .input-group {
	display: table;
}

.accordion-menu #collapse-coupon .form-control {
	width: 100%;
}

.accordion-menu .alert {
	margin: 10px 0 0;
	position: relative;
	padding-right: 30px;
	border-radius: 0;
	width: 100% !important;
}

.accordion-menu .alert button.close {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 10px;
}

.product-info p.finded-low-cost b, .request_on_order_link, .request_on_order_link:hover {
	text-transform: none;
	font-size: 14px;
	color: rgba(42, 137, 214, 0.75);
	cursor: pointer;
	position: relative;
}

.product-info p.finded-low-cost b:after, .request_on_order_link:after {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/catalog/view/theme/default/image/border_cheaper.png);
}

#finded-low-cost-form {
	background-color: rgba(0, 0, 0, 0.2);
}

#finded-low-cost-form .buttons .btn.btn-primary, #request-on-order-form .buttons .btn.btn-primary {
	background-color: #2a89d6;
	border-color: #2a89d6 #2a89d6 #2a7abb;
	color: #fff;
}

#finded-low-cost-form input, #request-on-order-form input {
	font-weight: normal;
}

#finded-low-cost-form p.error, #request-on-order-form p.error {
	font-weight: normal;
	color: red;
	font-size: 12px;
}

.pu-wall {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 998;
}

#popup {
	display: none;
	margin-left: -375px;
	position: fixed;
	left: 50%;
	top: 22%;
	z-index: 999;
	width: 750px;
	height: 340px;
	background: url(/catalog/view/theme/default/image/popup/bg.png) no-repeat center center;
	padding: 35px 20px 45px 20px;
	border: none;
}

#popup #pu-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	background: url(/catalog/view/theme/default/image/popup/cancel.png) no-repeat center center transparent;
	background-size: 15px;
	cursor: pointer;
	padding: 15px;
}

#popup .popup-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333333;
}

#popup .popup-content .col-icons {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
}

#popup .popup-content .col-icons .pu-icon {
	background: transparent no-repeat top center;
	background-size: 53px;
	width: 50%;
	padding: 0px 10px;
	padding-top: 67px;
	margin-bottom: 24px;
	margin-top: 10px;
	text-align: center;
	line-height: 16px;
}

#popup .popup-content .col-form {
	width: 60%;
	padding: 0 25px;
	position: relative;
}

#popup .popup-content .col-form h2 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 30px;
	color: #fff;
	text-transform: none;
	font-family: 'gothampro';
	line-height: 36px;
}

#popup .popup-content .col-form h2 strong {
	font-family: 'gothampro';
	color: #fff;
	font-weight: bold;
}

#popup .popup-content .col-form h3 {
	text-align: center;
	padding-top: 0;
	color: #fff;
	margin: -22px auto 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}

#popup .popup-content .col-form .pu-form {
	margin: 25px 0;
	position: relative;
}

#popup .popup-content .col-form .pu-error {
	position: absolute;
	top: 40px;
	color: #800;
	display: none;
}

#popup .popup-content .col-form #pu-email {
	background: #fff !important;
	border: none !important;
	margin-right: 20px;
	width: 220px;
	height: 35px;
	font-size: 14px;
	color: #333 !important;
	padding: 8px 15px;
	float: left;
}

#popup .popup-content .col-form #pu-submit {
	padding: 0 10px;
	height: 35px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	font-family: 'gothampro';
	background: transparent;
	border: 1px solid #fff;
	text-transform: uppercase;
}

#popup .popup-content .col-form .pu-agree {
	font-size: 11px;
}

#popup .popup-content .col-form .pu-agree a {
	color: #333333;
	text-decoration: underline;
}

.table-responsive-custom td.column-image {
	position: relative;
}

.table-responsive-custom td.column-image .product-label.sale-exist {
	font-size: 10px;
	height: 15px;
	line-height: 13px;
	width: 42px;
	top: 2px;
	right: 2px;
}

.products-bestseller .owl-item > div {
	width: 100%;
}

.products-bestseller .owl-theme .owl-controls .owl-buttons div {
	top: 50%;
	margin-top: -21px;
}

.products-bestseller .image img {
	max-width: 100%;
}

.faq-for-fluke table {
	width: 100%;
}

.faq-for-fluke table td {
	padding: 10px;
}

.faq-for-fluke table tr:first-child {
	background: #f8f8f8;
}

div.direktoru div.g-recaptcha > div {
	margin: 0 auto;
}

div.direktoru .type-mail-send-header {
	margin: 0 0 10px;
	font-size: 15px;
}

div.direktoru ul.type-mail-send {
	list-style: none;
}

div.direktoru ul.type-mail-send li input[type="radio"] {
	display: none;
}

div.direktoru ul.type-mail-send li input[type="radio"] + label {
	position: relative;
	padding-left: 30px;
	line-height: 23px;
}

div.direktoru ul.type-mail-send li input[type="radio"] + label:before,
div.direktoru ul.type-mail-send li input[type="radio"] + label:after {
	content: '';
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.direktoru ul.type-mail-send li input[type="radio"] + label:before {
	top: 3.5px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background: #fafafa;
}

div.direktoru ul.type-mail-send li input[type="radio"] + label:after {
	top: 5.5px;
	left: 2px;
	width: 12px;
	height: 12px;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

div.direktoru ul.type-mail-send li input[type="radio"]:checked + label:after {
	background: #2a89d6;
}

div.direktoru #captcha-wrap .text-danger {
	text-align: center;
}

div.write-to-director a {
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	border-bottom: 1px dashed #fff;
}

div.phones div.write-to-director {
	display: none;
}

div.phones div.write-to-director a {
	color: #2a89d6;
	border-bottom: 1px dashed #2a89d6;
	font-size: 16px;
}

div.main-wrap div.response-message {
	text-align: center;
	font-size: 30px;
	padding: 40px 0;
}

#payment .credit .credit_center div.credit_center-wrap h3 img {
	width: auto !important;
	max-width: 100%;
}

.credit_center-wrap {
	max-width: 800px;
	margin: 0 auto;
}

.credit_center-wrap h3 {
	text-align: center;
}

.credit_center-wrap p {
	line-height: 20px;
	margin-bottom: 15px;
}

.credit_center-wrap ul li {
	list-style: disc;
	line-height: 15px;
	margin-bottom: 8px;
	font-size: 13px;
}

#tab-equipments {
	border: 1px solid #dddddd;
	padding: 10px;
}

#tab-equipments div.equipment {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}

#tab-equipments div.equipment .eq-image {
	min-width: 178px;
}

#tab-equipments div.equipment .eq-description {
	padding: 0 20px;
	font-size: 14px;
	color: #000;
}
#tab-equipments div.equipment .eq-description .title {
	font-weight: 600;
}

#tab-equipments.equipment-for-dreame div.equipment:nth-child(2n) {
	flex-direction: row-reverse;
}
#tab-equipments.equipment-for-dreame div.equipment:nth-child(2n) .eq-image {
	text-align: right;
}
#tab-equipments.equipment-for-dreame div.equipment .eq-image,
#tab-equipments.equipment-for-dreame div.equipment .eq-description {
	width: 50%;
}
#tab-equipments.equipment-for-dreame div.equipment .eq-image {
	text-align: left;
	padding: 0 20px;
}
#tab-equipments.equipment-for-dreame div.equipment .eq-description {
	font-size: 16px;
}

div.stihl-wrap img {
	max-width: 100%;
	height: auto;
}

div.stihl-wrap {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

div.stihl-wrap div.stihl {
	background: #f46717;
}

div.stihl-wrap div.viking {
	background: #3aab39;
}

div.stihl-wrap div a {
	color: #fff;
	display: block;
}

.image-item img {
	max-width: 100%;
}

.mobile-stihl {
	height: 0;
	visibility: hidden;
	margin: 0;
}

.mobile-stihl > .widget-heading {
	padding: 0;
}

.news_list {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
}
.news_list .widget-inner {
	flex-wrap: wrap;
}
.pav-inner .news_list {
	display: block;
}
.news_list .news_item {
	width: calc(100% / 3);
	padding: 15px;
	color: #474747;
}
.pav-inner .news_list .news_item {
	width: calc(100% / 4);
}
.news_list .news_item .news_img img {
	width: 100%;
}
.news_list .news_item .news_date {
	font-size: 12px;
	margin-top: 10px;
}
.news_list .news_item h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}
.news_item .news_descr {
	font-size: 16px;
	line-height: 20px;
}
.news_list .news_item a {
	color: #474747;
}
#news_item h4 {
	margin-top: 0;
}
.news_item .news_wrapper {
	border: 1px solid #cccccc;
	border-top: none;
	position: relative;
	padding: 10px 10px 47px;
}
.news_single .news_item .news_wrapper {
	padding: 10px;
}
.news_single h3  {
	min-height: 60px;
	margin-top: 0;
}
.news_single .carousel-controls {
	top: 5px;
}
.news_list a.readmore,.news_column a.readmore {
	text-transform: uppercase;
	font-size: 12px;
	color: #2a89d6;
}
.news_list div.readmore,.news_column div.readmore {
	text-align: right;
}
 .news_item a.readmore {
	position: absolute;
	text-transform: uppercase;
	font-size: 12px;
	color: #2a89d6;
	bottom: 15px;
	left: 15px;
}
.news_list + .news_pages {
	display: flex;
	align-items: center;
}
#news_item {
	width: 100%;
}
#news_item .panel-heading, #news_item .panel-body {
	padding: 0;
}
#news_item .panel-heading h1{
	margin: 0;
}
#news_item .panel-heading {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.widget_news .box-heading {
	padding: 0;
}
.widget_news a, .news_column a {
	color: #474747;
}

.news_column {
	margin-top: 40px;
}
.news_column > h2 {
	font-size: 20px;
}
.news_column img {
	width: 100%;
}
.news_column .allnews{
	font-size: 17px;
}
.news_column h3 {
	margin-top: 7px;
	font-size: 17px;
}
.news_column .news_item {
	margin-bottom: 30px;
}

.category_description {
	color: #474747;
}
.category_description strong, .category_description b {
	font-weight: 600;
}
.category_description h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0 20px;
}
.category_description h3 {
	font-size: 18px;
	padding: 0;
}
.category_description li {
	margin-bottom: 0;
}
.products-bestseller .products-block {
	margin: 0 0 20px;
}
.news_list.widget_news .widget-inner {
	display: flex;
	margin: 0 -15px;
}
.widget_news_item  {
	padding: 10px 0;
}
.widget_news_item_title a {
	font-size: 18px;
	font-weight: 600;
}
.widget_news_item_img img {
	max-width: 100%;
}

.information-aktsiya .btn {background-color: #2a89d6;color:#fff}
.information-aktsiya .btn:hover {color: #fff}
.information-aktsiya .btn-long {max-width: 300px}
.information-aktsiya .owl-carousel .owl-buttons div {opacity: 0.9}
.information-aktsiya .btn-group {
	margin: 20px 0;
	width: 100%;
}.information-aktsiya .btn-group .btn {
	 width: 100%;
 }.information-aktsiya .item {
	  margin-bottom: 30px;
  }.information-aktsiya img {
	   max-width: 100%;
   } .information-aktsiya .level-list .item img {
		 width: 200px;
		 margin: 0 auto;
	 }.information-aktsiya .level-list .item .head .title {
		  color: #474747;
	  }.information-aktsiya .level-list .item .head .sub-title {
		   background: #ddd;
		   color: #474747;
		   padding: 20px 10px;
		   margin-top: 10px;
		   margin-bottom: 0;
		   font-weight: normal;
		   line-height: 24px;
	   }.information-aktsiya .products {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}.information-aktsiya .products .product {
			 padding: 15px;
			 text-align: center;
		 }.information-aktsiya .products .product .title {
			  color: #8c8c8c;
			  padding: 10px;
			  min-height: 116px;
			  font-size: 14px;
		  }.information-aktsiya .information-offer-carousel .owl-stage-outer {
			   border: 1px solid #ddd;
		   }.information-aktsiya .information-offer-carousel .owl-item {
				border-right: 1px solid #ddd;
			}
#newsletter_block_footer .subscribe-container {margin-top:50px;margin-bottom: 20px}
#newsletter_block_footer .subscribe-container #submitSubscribeForm {background-color: #2a89d6;border-color: #2a89d6 #2a89d6 #2a7abb;color: #fff;}
#newsletter_block_footer #subscribeForm, #newsletter_block_footer #subscribeForm label {padding-top:10px}
#newsletter_block_footer #subscribeForm label:hover {cursor: pointer}
#newsletter_block_footer #subscribeForm label a {text-decoration: underline}

.container-cb-fc {display:flex;margin: 50px 0}
.container-cb-fc .col-inner, .container-cb-fc .category-banner, .container-cb-fc .box-content {height:100%}
.container-cb-fc .category-banner {margin:0}
.container-cb-fc .category-banner .hcb-image {background:url(https://cdn.imperiatools.ru/image/data/home_category_banner_vesna.jpg) no-repeat;width:100%;height:100%;background-size:cover}
.container-cb-fc .featured-category ul {display: flex;flex-wrap: wrap;justify-content: space-around;padding:0;width: 100%}
.container-cb-fc .featured-category ul li {list-style:none;width: calc(100% / 4);padding-right: 20px;margin-bottom: 28px}
.container-cb-fc .featured-category ul li:nth-child(1n+5) {margin-bottom: 0}
.container-cb-fc .featured-category ul li a {display: flex;flex-wrap: wrap;flex-direction: column;justify-content: center;align-items: flex-start}
.container-cb-fc .featured-category ul li img {max-width:100%;margin: 0 auto}
.container-cb-fc .featured-category ul li .title {color:#474747;margin-top:8px}

#popupViewed {
	display: none;
	max-width: 400px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #fff;
	color: #4f4e4d;
	padding: 20px;
	z-index: 999;
}
#popupViewed .form  {
	padding-top: 10px;
}
#popupViewed .form label {
	font-weight: normal;
	color: inherit;
	font-family: inherit;
	margin-top: 10px;
}
#popupViewed .form label:hover {
	cursor: pointer;
}
#popupViewed .close {
	top: 10px;
	position: absolute;
	right: 10px;
}
#popupViewed .modal-title {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
#popupViewed .description {
	margin-top: 10px;
}
#popupViewed .products .item .price {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#popupViewed .products .item .price .price-new {
	margin-right: 15px;
	font-size: 14px;
}
#popupViewed .form > div:nth-child(2) {
	padding-right: 0;
}
#popupViewed .popup-agree {font-size: 12px}
#popupViewed .popup-agree p {margin-top: 10px}

@media (max-width: 1199px) {
	.top-links div.write-to-director {
		padding-right: 0;
	}

	#iview .iviewSlider {
		background-size: 100% !important;
	}

	#iview, #iview .iviewSlider {
		height: 340px !important;
	}

	.pav-megamenu .nav > li > a {
		font-size: 12px;
		padding: 15px 4px;
	}

	.products-related .products-block .col-md-3 {
		width: 25%
	}

	.products-related .products-block .col-sm-6 {
		width: 50%
	}

	.products-related .products-block .col-xs-12 {
		width: 100%
	}

	#tab-description.for-leica table:nth-child(even) {
		width: 100%;
		background-size: auto;
		background-position: center !important;
	}

}

@media (max-width: 1024px) {
	.container-cb-fc .category-banner .hcb-image {background-position: 22%}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.autosearch-wrapper {
		width: 455px;
	}

	.autosearch-wrapper .autosearch-category {
		width: 32%;
	}

	.autosearch-wrapper .autosearch-input {
		width: 60%;
	}

	#header-layout .vertical-icon {
		background-position-x: 10px;
		padding: 9px 0 0 55px;
		font-size: 19px;
	}

	#header-layout .phones-wrap {
		padding: 0;
		width: 23%;
	}

	#header-layout .content-header {
		width: 52%;
		padding-right: 0;
	}

	#header-layout .cart {
		right: 160px
	}

	.information-contact .gate-img {
		overflow: hidden
	}
}

@media (max-width: 991px) {
	hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	blockquote {
		margin-bottom: 10px
	}

	#header-layout .cart {
		right: 10px;
		bottom: -50px;
	}

	.pav-inner .news_list .news_item, .news_list .news_item {
		width: 50%;
	}
	#iview {
		height: 340px !important;
	}

	#iview .iviewSlider {
		height: 340px !important;
	}

	#autosearch-wrap {
		position: absolute;
		top: 68px;
		padding: 0;
	}

	#header-layout .phones-wrap {
		padding: 0;
	}

	.pav-megamenu {
		margin: 0;
		background: #484848;
		border-radius: 0;
	}

	.pav-megamenu .navbar-nav > li {
		float: none
	}

	.pav-megamenu .nav > li > a {
		color: #fff;
		padding: 4px 15px;
		font-weight: normal;
		font-size: 14px;
	}

	.pav-megamenu .nav > li > a .sale {
		right: initial;
		left: 70px;
		top: 4px;
	}

	.product-info .title-product {
		font-size: 22px
	}

	.product-info .rating {
		margin-bottom: 10px
	}

	.product-info .product-info-bg {
		padding: 5px
	}

	.product-info .list-unstyled > li {
		margin: 5px 0
	}

	.product-info .under_the_order .text_under_the_order {
		font-size: 15px
	}

	.owl-carousel .owl-buttons div {
		opacity: 0.9;
	}

	.owl-theme .owl-controls .owl-buttons div {
		width: 23px;
	}

	.owl-theme .owl-controls .owl-buttons div.owl-next {
		background-position: 85% 0;
	}

	.owl-theme .owl-controls .owl-buttons div.owl-prev {
		background-position: 15% 0;
	}

	.product-filter .display, .product-filter .product-compare {
		display: none
	}

	.information-contact ymaps {
		margin-bottom: 10px;
	}

	.information-contact .gate-img img {
		margin: 0 auto;
		display: block;
	}

	#footer .footer-center .container .inside {
		padding: 15px 0;
	}

	#footer .footer-center .box {
		margin: 0;
	}

	#footer .footer-center .box {
		margin: 0;
	}

	#footer .footer-center .box .box-heading {
		padding: 8px 8px 8px 0;
	}

	#footer .footer-center .list-unstyled > li {
		margin: 5px 0;
	}

	#powered .container {
		padding: 10px
	}

	.product-block.item-full .action > div, .product-block.item-dual .action > div {
		transform: translate(0, 0);
	}

	#tab-description.for-iclebo .features > div {
		width: calc(100% / 5 - 3px);
	}

	div.advantages div.text {
		font-size: 12px;
		line-height: 50px;
	}

	div.advantages img, div.advantages div.col-sm-9 {
		height: 50px
	}

	.homebuilder .image-item {
		text-align: center;
	}

	.homebuilder .image-item img.img-responsive {
		display: inline-block;
	}

	.mobile-stihl {
		height: auto;
		visibility: visible;
		margin: 0;
	}

	.tree-menu a, .tree-menu .bg .fa {
		font-size: 16px;
	}

	.hl .tree-menu .list-group-item {
		padding: 7px 25px 7px 5px;
	}

	.offcanvas-body.panel-body {
		padding: 0;
	}

	.offcanvas-inner {
		background: #484848;
	}

	.offcanvas-body .category .box-heading {
		border-top: 2px #fff solid;
	}

	.offcanvas-body .category.box {
		border: none;
	}
	.news_list .news_item {
		width: calc(100% / 2);
	}
	.container-cb-fc .featured-category ul li:nth-child(2n+2) {padding-right:0}
	.container-cb-fc .featured-category ul li:nth-child(1n+3) {margin-bottom: 0}
	.container-cb-fc .featured-category ul li {width: 195px}
	.container-cb-fc .featured-category ul li:nth-child(1n+5) {display:none}
	.container-cb-fc .category-banner .hcb-image {background-position: 50%}
}

@media (min-width: 769px) and (max-width: 991px) {
	.autosearch-wrapper {
		width: 100%;
	}

	.fix-margin-right {
		margin-right: 0 !important;
	}
}

@media (max-width: 768px) {
	.autosearch-wrapper {
		width: 100%;
	}

	#header-layout .cart {
		position: absolute;
		right: 10px;
		bottom: -50px;
	}

	.row-offcanvas-left.active {
		left: 350px
	}

	.row-offcanvas-left .sidebar-offcanvas {
		left: -350px
	}

	.sidebar-offcanvas {
		width: 350px
	}

	.success {
		width: 350px;
		margin-left: -175px;
		left: 50%;
		font-size: 10px;
		padding: 20px 10px 10px;
	}

	.success a {
		font-size: 13px
	}

	.success .success_button {
		padding: 6px 10px
	}

	.success .close {
		top: 10px;
		right: 10px
	}

	.pavreassurances .media .media-left {
		min-width: 50px;
		padding-right: 0;
	}

	#iview, #iview .iviewSlider {
		height: 340px !important;
	}

	.product-block.item-full .action .quickview, .product-block.item-dual .action .quickview {
		display: none;
	}

	.mfilter-free-button {
		margin: 70px 0 0 228px;
	}

	.autosearch-wrapper .autosearch-input {
		padding: 0 10px 0 30px
	}

	/*.column-quantity .btn{padding: 6px}*/
	.column-quantity .input-group input.form-control {
		width: 40px;
		padding: 3px
	}

	.subcategories .img-responsive {
		width: initial;
		margin: 0 auto
	}

	#mfilter-opts-price-min, #mfilter-opts-price-max {
		width: 74px;
		min-width: initial;
		max-width: initial;
	}

	#footer {
		margin-top: 10px
	}

	#footer .footer-center .container .inside {
		padding: 10px 0;
	}

	#footer .footer-center .box {
		margin: 0;
	}

	#footer .footer-center .box {
		margin: 0;
	}

	#footer .footer-center .box .box-heading {
		padding: 5px 5px 5px 0;
	}

	#footer .footer-center .list-unstyled > li {
		margin: 3px 0;
	}

	#footer .footer-center .clear-both {
		clear: both;
	}

	#powered .container {
		text-align: left;
	}

	#powered .container .payment {
		text-align: left;
		padding: 0;
		margin: 20px 0;
	}

	#powered .container .payment img {
		width: 300px;
		max-width: 100%;
	}

	#powered .container .social {
		margin: 20px 0;
	}

	.breadcrumb {
		margin-bottom: 10px;
	}

	.featured-products-main.fix-most-views .products-row .product-col {
		padding: 5px;
	}

	.featured-products-main.fix-most-views .products-row .product-label.sale-exist {
		top: 5px;
		right: 5px
	}

	.featured-products-main.fix-most-views .products-row .price .price-new {
		font-size: 16px;
		display: block;
	}

	.featured-products-main.fix-most-views .products-row .price .price-old {
		font-size: 10px;
	}

	.page-information img {
		max-width: 100%
	}

	div.about-us div.div-h2 h2 strong span {
		font-size: 30px
	}

	div.about-us p.beauti {
		margin-left: 60px;
	}

	div.about-us .col-xs-6 {
		margin-bottom: 5px
	}

	div.about-us iframe {
		height: 350px
	}

	.im-operations.gridalicious .galcolumn {
		width: 49% !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

@media (max-width: 767px) {
	#powered .container .payment {
		margin-top: 0;
	}
	div.radio_custom {
		margin-left: 0;
		padding-left: 0
	}
	.news_list {
		margin: 0;
	}
	.table-responsive td .input-group-btn, .table-responsive-custom td .input-group-btn {
		margin: 0;
	}

	.table-responsive-custom.row {
		margin-right: 0
	}

	.table-responsive-custom table {
		width: 100%;
		border: 0
	}

	.table-responsive-custom thead {
		display: none
	}

	.table-responsive-custom, .table-responsive-custom .table tbody, .table-responsive-custom .table td, .table-responsive-custom .table tr {
		display: block;
		width: 100%;
	}

	.table-responsive-custom, .table-responsive-custom .table tbody, .table-responsive-custom .table tr {
		border: 0;
	}

	.table-responsive-custom .table td {
		border-bottom: 0
	}

	.table-responsive-custom .table tr:last-child td:last-child {
		border-bottom: 1px solid #ddd;
	}

	.table-responsive-custom td.text-left, .table-responsive-custom td.text-right {
		position: relative;
		padding-left: 40% !important;
		text-align: left !important;
		font-size: 13px;
		width: 100% !important;
	}

	.table-responsive-custom td div.th-title {
		position: absolute;
		left: 10px;
		width: 35%;
		padding-right: 10px;
		text-align: right;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-weight: bold;
		text-transform: uppercase;
	}

	.table-responsive-custom td .input-group input {
		width: 50%;
		float: left;
	}

	.table-responsive-custom td .input-group .input-group-btn {
		width: initial;
		float: left
	}

	.table-responsive-custom td .input-group .input-group-btn button {
		width: 35px
	}

	.table-responsive-custom td.text-left a, .table-responsive-custom td.text-right a, .table-responsive td.text-left a {
		font-size: 13px
	}

	.custom-pull-right {
		float: none
	}

	.table-responsive-custom .table tr:last-child td.last-td-border-bottom {
		border-bottom: 1px solid #ddd;
	}

	.table-responsive > .table.compare-table > tbody > tr > td {
		width: 150px;
	}

	.compare-table.count-1 {
		width: 300px;
	}

	.compare-table.count-2 {
		width: 450px;
	}

	.compare-table.count-3 {
		width: 600px;
	}

	.compare-table.count-4 {
		width: 750px;
	}

	.information-contact iframe {
		height: 400px;
	}

	.mobile-display-block {
		display: block
	}

	.subcategories.description .panel-body > div {
		display: block;
		vertical-align: top;
	}

	.subcategories_refine .custom-col {
		width: 50%;
		float: left;
	}

	#tab-description.for-iclebo .features > div {
		width: calc(100% / 3 - 5px);
	}

	#popup {
		top: 20%;
		margin-left: -150px;
		width: 300px;
		height: 300px;
		padding: 20px;
	}

	#popup .popup-content .col-icons {
		display: none;
	}

	#popup .popup-content .col-form {
		width: 100%;
	}

	#popup .popup-content .col-form h2 {
		font-size: 20px;
		line-height: 30px;
	}

	#popup .popup-content .col-form p {
		display: none;
	}

	#popup .popup-content .col-form #pu-email {
		margin-bottom: 10px;
		width: 100%;
	}

	#popup .popup-content .col-form #pu-submit {
		width: 100%;
	}
	#tab-description.for-leica table tr {
		height: auto;
	}
	#tab-description.for-leica table:nth-child(1n+10) tr:last-child  {
		display: flex;
		flex-wrap: wrap;
	}
	#tab-description.for-leica table:nth-child(1n+10):not(:last-child) tr:first-child  {
		display: none;
	}
	#tab-description.for-leica table:nth-child(1n+10) tr td {
		flex: unset;
		width: 100%;
	}
	#tab-description.for-leica table:last-child {
		background-position: center right !important;
	}
	#tab-description.for-leica table:last-child ul {
		top: 0;
		left: 0;
	}
	.container-cb-fc {flex-direction:column}
	.container-cb-fc .category-banner {margin-bottom: 20px}
	.container-cb-fc .category-banner .hcb-image {background-position:center;height:253px}
	.container-cb-fc .featured-category ul li {width: 140px}
	.container-cb-fc .featured-category ul li:nth-child(2n+2) {padding-right:20px}
}

@media (max-width: 740px) {
	#iview, #iview .iviewSlider {
		height: 340px !important;
	}
}

@media (max-width: 680px) {
	#iview, #iview .iviewSlider {
		height: 320px !important;
	}
}

@media (max-width: 650px) {
	div.about-us div.div-h2 h2 {
		top: -10px
	}

	div.about-us div.div-h2 h2 strong span {
		font-size: 20px
	}

	#iview, #iview .iviewSlider {
		height: 310px !important;
	}
}

@media (max-width: 620px) {
	div.phones div.write-to-director {
		display: block;
		text-align: right;
		line-height: 20px;
	}

.pav-inner .news_list .news_item, .news_list .news_item {
	width: 100%;
}
	#topbar {
		height: 41px;
		background: #2a89d6;
	}

	#topbar .holiday_works {
		position: absolute;
		right: 10px;
		top: 75px;
		line-height: 17px;
		border-bottom: 1px dotted red;
		z-index: 999;
	}

	#header-layout #logo {
		width: 70%;
		padding: 0;
		min-height: initial;
	}

	#header-layout #autosearch-wrap {
		top: -39px;
		padding: 0;
		width: 100%
	}

	#header-layout #autosearch-wrap .autosearch-wrapper {
		margin: 0;
		border: none
	}

	#header-layout #autosearch-wrap .autosearch-wrapper .autosearch-input {
		width: 100%;
		border: none;
		outline: none;
	}

	#header-layout #autosearch-wrap .autosearch-wrapper .button-search {
		position: absolute;
		right: 0
	}

	#header-layout #autosearch-wrap .autosearch-wrapper .category_filter {
		display: none
	}

	#header-layout .phones-wrap {
		float: left !important;
		width: 100%
	}

	#header-layout .phones-wrap .phones {
		float: none;
	}

	#header-layout .phones-wrap .phones .phones-body {
		float: left;
	}

	#header-layout .phones-wrap .phones .business_hours {
		font-size: 22px;
		line-height: 25px
	}

	#header-layout .phones-wrap .phones .business_hours .business-icon {
		font-size: 35px;
		padding-top: 8px;
	}

	#header-layout .phones-wrap .phones .business_hours table {
		color: #2a89d6;
	}

	#header-layout .phones-wrap .phones .call_back {
		position: absolute;
		top: -55px;
		right: 0;
		font-size: 15px;
	}

	.pavreassurances .media {
		padding: 10px
	}

	#iview, #iview .iviewSlider {
		height: 290px !important;
	}

	.product-filter div.sort, .product-filter div.limit {
		width: 50%;
		padding: 0 5px;
		margin: 10px 0;
	}

	.product-filter .sort select, .product-filter .limit select {
		width: 100%;
	}

	.product-info .tab-content {
		padding: 10px
	}

	.product-info .tab-content #tab-description {
		padding: 5px
	}

	#content > .pull-right, #content > .pull-left {
		float: none !important;
	}

	#content > .pull-right h1 {
		text-align: center
	}

	.information-contact h1 {
		margin: 5px 0;
		text-align: center
	}

	.information-contact .gate-img img {
		width: 100%;
	}

	.information-contact .panel-body {
		padding: 5px;
	}

	.information-contact .well {
		padding: 10px;
	}

	.information-contact .media {
		margin: 0;
	}

	#tab-equipments div.equipment .eq-image {
		min-width: 135px;
	}

	#tab-equipments div.equipment .eq-description {
		padding: 0 0 0 10px;
	}
}

@media (max-width: 590px) {
	#iview, #iview .iviewSlider {
		height: 280px !important;
	}

	div.stihl-wrap div a {
		padding: 20px 0;
		font-size: 30px;
	}
}

@media (max-width: 560px) {
	#iview, #iview .iviewSlider {
		height: 270px !important;
	}
}

@media (max-width: 550px) {
	#iview, #iview .iviewSlider {
		height: 260px !important;
	}
}

@media (max-width: 530px) {
	#iview, #iview .iviewSlider {
		height: 250px !important;
	}
	#tab-description.for-leica table:nth-child(2n+1):not(:last-child) {
		background-image: unset !important;
	}
	#tab-description.for-leica table tr td {
		width: 100%;
		display: block;
	}
}

@media (max-width: 500px) {
	div.about-us div.div-h2 h2 {
		position: initial;
		margin-left: 55px;
		padding-top: 10px;
		text-align: left
	}

	div.about-us div.div-h2 h2 strong span {
		font-size: 19px
	}

	div.about-us p.beauti {
		margin-left: 0
	}

	div.about-us iframe {
		height: 200px
	}

	#iview, #iview .iviewSlider {
		height: 240px !important;
	}

	.subcategories_refine .col-lg-4 {
		margin-bottom: 5px
	}

	.subcategories_refine .custom-col {
		width: initial;
		float: initial;
	}

	.subcategories_refine .category-item {
		height: initial;
		text-align: center;
		display: flex;
		align-items: center;
	}

	.subcategories_refine .category-item .image {
		float: none;
		margin: 0 15px 15px 0;
	}

	.subcategories_refine .category-item a {
		display: block;
		height: initial;
		min-height: 40px;
		text-align: left;
	}

	.imperia_video img {
		width: 100%
	}

	.news_list .news_item {
		width: 100%;
		padding: 15px;
	}
	.news_list + .news_pages .text-right {
		display: none;
	}
}

@media (max-width: 490px) {
	#header-layout .phones-wrap .phones .phones-body {
		font-size: 19px;
		line-height: 20px;
	}

	#header-layout .phones-wrap .phones .phones-body .phone {
		font-size: 21px;
		margin-left: 25px
	}

	#header-layout .phones-wrap .phones .phones-body .phone-icon {
		font-size: 25px;
		padding-top: 10px;
		width: 25px
	}

	#header-layout .phones-wrap .phones .business_hours {
		font-size: 17px;
		line-height: 20px;
	}

	#header-layout .phones-wrap .phones .business_hours .business-icon {
		font-size: 25px;
		padding-top: 10px;
	}

	#header-layout .phones-wrap .phones .business_hours table td:first-child {
		padding-left: 0;
	}

	#powered .container .payment img {
		width: 250px
	}
}

@media (max-width: 470px) {
	#iview, #iview .iviewSlider {
		height: 230px !important;
	}

	.product-compare-header, .product-wishlist-header {
		top: 175px;
		right: 60px;
		position: absolute;
		border-radius: 2px;
		border: none;
		min-height: 72px;
		font-size: 11px;
		background: none;
	}

	.product-wishlist-header {
		right: 150px;
	}

	.product-compare-header a, .product-wishlist-header a {
		color: #e74949;
	}

	.product-compare-header a i, .product-wishlist-header a i {
		font-size: 25px;
	}

	#tab-description.for-iclebo .features > div {
		width: calc(100% / 2 - 5px);
	}
}

@media (max-width: 450px) {
	.subcategories .panel-body {
		padding: 10px
	}

	.subcategories .panel-body .col-xs-6 {
		padding: 2px;
	}

	.subcategories.subcategories_list .panel-body .category-item {
		margin-bottom: 0;
	}

	.subcategories.subcategories_list .panel-body .img-responsive {
		width: 100%;
	}

	.subcategories.subcategories_list .panel-body a {
		font-size: 11px;
	}

	.box-product-infomation .nav-style > li {
		float: none;
		margin: 0;
		text-align: center
	}

	.box-product-infomation .nav-style > li + li {
		margin: 0
	}

	.widget-banner .manufacturers img {
		padding: 5px 0;
		width: 100%;
	}

	.pavcarousel {
		padding: 10px
	}

	.pavcarousel .carousel-content img {
		width: 100%
	}

	#tab-equipments div.equipment {
		display: block;
		padding-bottom: 15px;
		text-align: center;
	}

	#tab-equipments div.equipment .eq-description {
		padding: 0;
		text-align: justify;
	}

	#tab-equipments.equipment-for-dreame div.equipment .eq-image,
	#tab-equipments.equipment-for-dreame div.equipment .eq-description {
		width: 100%;
	}
	#tab-equipments.equipment-for-dreame div.equipment .eq-image {
		padding: 0 0 10px 0;
	}

	#review tr.review-author > td {
		padding-top: 0;
	}

	#review tr.review-author > td span.stars {
		display: block;
	}
}

@media (max-width: 440px) {
	#iview, #iview .iviewSlider {
		height: 210px !important;
	}

	.im-operations.gridalicious .galcolumn {
		width: 100% !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

}

@media (max-width: 414px) {
	.mfilter-free-button {
		margin: 185px 0 0 228px;
	}

	.product-block .price-new {
		display: block
	}

	#iview, #iview .iviewSlider {
		height: 190px !important;
	}

	.fix-most-views .products-row .product-col {
		padding: 0
	}

	.productcarousel .products-row .product-col {
		padding: 0
	}

	.productcarousel .products-row .product-col .product-label.sale-exist {
		top: 5px
	}

	#header-layout {
		margin-bottom: 5px
	}

	h2 {
		text-align: center;
		margin: 5px 0
	}

	.information-contact iframe {
		height: 300px;
	}

	.information-contact .contact-img-additional img {
		width: 100%;
		margin-bottom: 5px;
	}

	.products-row .product-col {
		padding: 5px
	}

	.product-block .image img {
		width: 100%
	}

	.products-block .price {
		min-height: 30px;
		line-height: 13px
	}

	.products-block .price .price-new {
		font-size: 16px;
		height: initial
	}

	.products-block .price .price-old {
		font-size: 12px
	}

	div.pagination {
		margin: 5px 0 0;
		width: 100%;
		text-align: center;
	}

	div.pagination ul.pagination {
		margin: 5px 0 0;
	}

	.map-wrap, .gate-img {
		padding: 0
	}

	.gate-img {
		margin-top: 10px
	}

	#back-top {
		width: 30px;
		height: 30px
	}

	.im-card-detail-descr-text.im-common-mb20.im-cancel_reset table td {
		padding: 5px;
		text-align: center;
		font-size: 10px;
	}

	.im-card-detail-descr-text.im-common-mb20.im-cancel_reset table td img {
		width: 50px;
	}

	div#captcha-wrap {
		padding-left: 0;
		padding-right: 0;
		margin-left: -16px;
	}

	div#captcha-wrap > div#input-captcha > div {
		width: 304px !important;
	}

	div#captcha-wrap > div#input-captcha > div > div > iframe {
		width: 100% !important;
	}
}

@media (max-width: 390px) {
	#header-layout .phones-wrap .phones .phones-body .phone {
		font-size: 19px;
	}

	#header-layout .phones-wrap .phones .business_hours {
		font-size: 15px;
	}

	div.phones div.write-to-director a {
		font-size: 14px;
	}
}

@media (max-width: 380px) {
	#iview, #iview .iviewSlider {
		height: 170px !important;
	}

	div#captcha-wrap {
		margin-left: -9px
	}
}

@media (max-width: 375px) {
	.information-contact .media > .pull-left {
		padding: 0
	}

	.information-contact .panel-body {
		font-size: 13px
	}

	div.about-us div.div-h2 h2 strong span {
		font-size: 18px
	}
}

@media (max-width: 370px) {
	#logo img {
		width: 190px;
		padding-top: 5px;
	}

	#header-layout .phones-wrap .phones .phones-body .phone {
		font-size: 19px;
	}

	#header-layout .phones-wrap .phones .business_hours {
		font-size: 15px;
	}

	#header-layout .phones-wrap .phones .call_back {
		top: -50px
	}
}

@media (max-width: 360px) {
	#iview, #iview .iviewSlider {
		height: 160px !important;
	}

	.information-contact .panel-body {
		font-size: 12px
	}

	.pagination > li > a, .pagination > li > span {
		padding: 6px 10px;
	}

	div.about-us div.div-h2 h2 {
		padding-top: 0
	}

	.success {
		width: 320px;
		margin-left: -160px;
	}

	.success a {
		font-size: 12px;
	}
	.product-info .cart-action {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	.product-info .action .cart {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
}

@media (max-width: 359px) {
	#topbar .holiday_works {
		font-size: 11px;
		top: 72px
	}

	#header-layout .phones-wrap .phones .phones-body .phone {
		font-size: 17px
	}

	#header-layout .phones-wrap .phones .business_hours {
		font-size: 12px
	}

	#header-layout .phones-wrap .phones .call_back {
		font-size: 13px
	}

	.manufacturers-carousel .pavcarousel {
		padding: 5px
	}

	.manufacturers-carousel .pavcarousel .col-lg-2 {
		padding: 0;
		margin-bottom: 10px
	}

	.review-form-width .captcha > div {
		padding: 0;
	}
}

@media (max-width: 320px) {
	#iview, #iview .iviewSlider {
		height: 140px !important;
	}

	.cart .btn {
		padding: 6px 18px
	}

	.success {
		padding: 20px 10px 10px;
	}

	.success .success_button {
		padding: 6px 10px
	}

	.success .close {
		top: 10px;
		right: 10px
	}

	.row-offcanvas-left .sidebar-offcanvas {
		left: -350px
	}

	.sidebar-offcanvas {
		width: 320px
	}

	.information-contact .panel-body .fa-3x {
		font-size: 30px;
	}

	.information-contact .panel-body {
		font-size: 11px
	}

	.pagination > li > a, .pagination > li > span {
		padding: 6px 9px;
	}

}

#tab-specification .simplebar {
	height: 210px;
}

#tab-specification .simplebar ul, #tab-specification .simplebar ol {
	margin-bottom: 20px;
}

[data-simplebar] {
	position: relative;
	z-index: 0;
	overflow: hidden !important;
	max-height: inherit;
	-webkit-overflow-scrolling: touch;
}

[data-simplebar="init"] {
	display: flex;
}

.simplebar-scroll-content {
	overflow-x: hidden !important;
	overflow-y: scroll;
	min-width: 100% !important;
	max-height: inherit !important;
	box-sizing: content-box !important;
}

.simplebar-content {
	overflow: hidden !important;
	box-sizing: border-box !important;
	min-height: 100% !important;
}

.simplebar-content li {
	padding-right: 10px;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 11px;
}

.simplebar-scrollbar {
	position: absolute;
	right: 2px;
	width: 7px;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: black;
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
	opacity: 0.5;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.simplebar-track.vertical {
	top: 0;
	margin-bottom: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}

.simplebar-track.horizontal {
	left: 0;
	width: auto;
	height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
	right: auto;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

/* Fixed Husq description table */
.for-partner table td,
.for-mcculloch table td,
.for-husqvarna table td {
	padding: 10px 0;
}

.for-partner table img,
.for-mcculloch table img,
.for-husqvarna table img {
	margin: 0 10px;
	max-width: initial;
}

.for-partner table tr > td:first-child,
.for-mcculloch table tr > td:first-child,
.for-husqvarna table tr > td:first-child {
	width: 140px;
}

.for-partner table tr > td:first-child img,
.for-mcculloch table tr > td:first-child img,
.for-husqvarna table tr > td:first-child img {
	max-width: 120px !important;
	height: auto !important;
}

@media (max-width: 600px) {
	.for-partner table td,
	.for-mcculloch table td,
	.for-husqvarna table td {
		float: left;
		clear: both;
	}

	#tab-description table tr > td:first-child img {
		width: 120px !important;
	}
	#tab-description.for-leica table tr > td img {
		width: auto !important;
	}
}

/* Fixed Husq description table */

/* Delete outline */
a {
	outline: none !important;
}

/* Delete outline */

/* Fixed Hyundai description */
.for-hyundai .row .col-sm-4 img {
	margin-bottom: 15px;
}

.for-hyundai .row .col-sm-4 h4 {
	padding-left: 20px;
}

.for-hyundai table tr > td {
	padding: 5px;
}

@media (max-width: 767px) {
	.for-hyundai .row .col-sm-4 img {
		margin-top: 20px;
	}

	.for-hyundai .row .col-sm-4 img {
		margin-bottom: 5px;
	}
}

/* Fixed Hyundai description */

/* Fixed similar products image width */
@media (min-width: 992px) {
	.products-similar .product-block .block-img .image .img img {
		width: 100%;
	}
}

/* Fixed similar products image width */

/* Fixed product description for gardena */
.for-gardena::after {
	display: block;
	clear: both;
	content: "";
}

.for-gardena .feature-item {
	text-align: center;
}

.for-gardena .feature-item .feature-description {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}

.for-gardena .flex-wrapper .feature-description .feature-item-text {
	font-size: 14px;
	font-weight: initial;
	margin-top: 10px;
	text-align: justify;
}

.for-gardena .feature-item > img {
	width: 100%;
}

/* Fixed product description for gardena */

/* Fixed fancybox navigation */
.fancybox-nav {
	width: 15%;
	top: 40%;
	height: 20%;
}

/* Fixed product description for wilo */
.for-wilo#tab-description strong, #tab-description b {
	color: #000;
	font-weight: bold;
}

.for-wilo#tab-description ul li {
	display: list-item;
	background: transparent url(/catalog/view/theme/default/image/wilo_arrow_li.png) no-repeat scroll 0 4px;
	list-style-type: none;
	padding: 0 0 0 20px;
}

.for-wilo#tab-description ul li ul {
	padding-left: 5px;
}

.for-wilo#tab-description ul li ul li {
	background: transparent url(/catalog/view/theme/default/image/wilo_arrow_li.png) no-repeat scroll 0 6px;
	background-size: 8px;
}

.for-wilo#tab-description .cls-product_tendertext {
	border: 1px solid #ddd;
	padding: 10px 0;
	margin-bottom: 30px;
}

.for-wilo#tab-description .cls-product_tendertext > div {
	margin-top: 10px;
	font-family: inherit;
	padding: 0 10px;
}

.for-wilo#tab-description .cls-product_tendertext > ul {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.for-wilo#tab-description .cls-product_tendertext > ul:last-child {
	border-bottom: 1px solid #fff;
	padding-bottom: 0;
}

.for-wilo#tab-description .vtable-th-mergeheader {
	font-weight: bold;
	color: #000;
	font-family: inherit;
}

.for-wilo#tab-description > table {
	width: 100%;
}

.for-wilo#tab-description > table > tbody > tr > td {
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	padding: 0;
}

.for-wilo#tab-description > table > tbody > tr > td {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.for-wilo#tab-description > table > tbody > tr:last-child > td {
	border-bottom: 1px solid #ddd;
}

.for-wilo#tab-description > table.right > tbody > tr:last-child > td {
	padding-bottom: 10px;
}

.for-wilo#tab-description > table > tbody > tr > td > div {
	padding: 0 10px;
}

.for-wilo#tab-description > table table {
	width: 100%;
}

.for-wilo#tab-description > table table > tbody > tr > td:first-child {
	width: 10%;
}

.for-wilo#tab-description > table.right > tbody > tr > td:first-child {
	border-top: none;
}

/* Fixed product description for wilo */

#tab-description.for-mie {
	font-size: 18px;
	border: 1px solid #ddd;
	padding: 15px;
	background: #fff;
}

#tab-description.for-mie img {
	width: 80%;
	height: auto;

}

#tab-description.for-mie .vc_row-flex, #tab-description.for-mie .vc_row-fluid {
	display: flex;
	align-items: center;
}

#tab-description.for-mie .vc_row-flex img, #tab-description.for-mie .vc_row-fluid img {
	display: block;
	margin: 0 auto;
}

#tab-description.for-mie .vc_row-flex div[class^="vc_col"], #tab-description.for-mie .vc_row-fluid div[class^="vc_col"] {
	display: flex;
	align-items: center;
	line-height: 31px;
	text-align: justify;
}

#tab-description.for-mie .vc_row-flex .vc_col-sm-3, #tab-description.for-mie .vc_row-fluid .vc_col-sm-3 {
	width: 25%;
}

#tab-description.for-mie .vc_row-flex .vc_col-sm-6, #tab-description.for-mie .vc_row-fluid .vc_col-sm-6 {
	width: 50%;
}

#tab-description.for-wera .item.desc table {
	width: 100%;
}

#tab-description.for-wera .item.desc table tr:nth-child(2n+1) {
	background: #eee;
}

#tab-description.for-wera .item.desc table tr td:last-child {
	padding-left: 20px;
}

#tab-description.for-wera .item.desc table img {
	padding: 5px;
}

#tab-description.for-grundfos div[class*=col-] {
	float: none;
	width: 100%;
}

.main-title {
	position: absolute;
	left: -9999rem;
	top: -9999rem;
}

.under_title {
	font-size: 20px;
	color: red;
}

.manufacturer_catalogs {
	display: flex;
	flex-wrap: wrap;
}
/*hide wishlist*/
.wishlist {
	display: none;
}
.sidebar .productdeals .product-block .block-img, .sidebar .productdeals .product-block .product-meta {
	width: 100%;
}
.vertical-icon a {
	color: #474747;
}

.description-logo {
	width: 200px;
	vertical-align: middle;
}
.social p {
	text-transform: uppercase;
	font-weight: 600;
}
.social .icon-block {
	display: flex;
	align-items: center;
}
.social .icon-block > a {
	width: 36px;
	margin: 5px 20px 5px 0;
}

/* stickers on product */
.cls-bg-red {
	fill: #FF0018;
}
.cls-stick {
	fill: #fff;
}
.stickers {
	position: absolute;
	top: 10px;
	left: 5%;
	width: 90%;
	height: unset;
	z-index: 100;
	display: flex;
	flex-wrap: wrap;
}
.sticker {
	width: fit-content;
	padding: 2px 4px;
	margin: 3px 3px 3px 0;
	display: flex;
	align-items: center;
	border-radius: 4px;
}
.sticker span {
	font-family: open sans;
	font-size: 10px;
	font-weight: 600;
	margin-top: -2px;
	color: #fff;
	padding-left: 4px;
}
.sticker svg {
	width: 15px;
	height: 15px;
}
.sticker.markdown-product svg {
	display: none;
}
.sticker.warranty {
	background-color: #398e3b;
}
.sticker.champion-present {
	background-color: #514fa2;
}
.sticker.discontinued {
	background-color: #999;
}
.sticker.presale {
	background-color: #1266c0;
}
.sticker.service {
	background-color: #8e24aa;
}
.sticker.easy_start {
	background-color: #b61c1a;
}
.sticker.gardena {
	background-color: #ff7043;
}
.sticker.discount {
	background-color: #ee5253;
}
.sticker.discount_g {
	background-color: #2c7730;
}
.sticker.product_of_the_month {
	background-color: #ff9801;
}
.sticker.black_friday {
	background-color: #424242;
}
.sticker.delivery {
	background-color: #43a047;
	padding: 2px;
	margin-right: 2px;
}
.sticker.no-battery {
	background: #2b383e;
}
.sticker.free_delivery_russia {
	background: #006605;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.sticker {
		height: unset;
		min-height: 20px;
	}
	.sticker svg {
	width: 15px;
	height: 15px;
	}
}
@media (max-width: 455px) {
	.sticker {
		height: unset;
		min-height: 20px;
	}
	.sticker svg {
	width: 15px;
	height: 15px;
	}
	.container-cb-fc .featured-category ul li {padding:0;margin-right:20px}
	.container-cb-fc .featured-category ul li:nth-child(2n+2) {padding-right:0;margin-right:0}
}
/* user errors */
#send-user-error {
	display: flex;
	width: 150px;
	font-size: 14px;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
#send-error-form textarea {
	margin: 5px 0;
	min-height: 50px;
	padding: 5px;
}
.for_send_error_press {
	font-style: italic;
	margin: 20px 0;
}

#is_ip .radio-inline {
	margin-right: 15px;
	margin-left: 0;
}
#checkout-form label {
	font-weight: bold;
}

#blackfriday {
	background: #2a89d6;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 24px;
	z-index: 1000;
}
@media (max-width: 1100px) {
	#blackfriday .text {
		width: 100%;
		margin-left: 60px;
		font-size: 18px;
		text-align: center;
	}
}
#blackfriday span.fa {
	position: absolute;
	left: 30px;
	font-size: 30px;
	color: #fff;
	top: 15px;
}
#blackfriday span.fa:hover {
	cursor: pointer;
}
.quick-view ~ #blackfriday {
	display: none!important;
}

.common-home .remove-padding .box-heading {
	display: none;
}

.advantages_block {
	display: none;
	flex-wrap: wrap;
}
@media (min-width: 992px) {
	.image-additional {
		height: 86px;
	}
}
.advantages_block .advantage_item {
	display: flex;
	align-items: center;
	width: 50%;
	margin-top: 20px;
}
.advantages_block .advantage_item > div {
	margin-right: 7px;
}
.advantages_block .advantage_item > div > svg {
	width: 65px;
	height: 65px;
}
.advantages_block .advantage_item span {
	font-size: 13px;
	line-height: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.advantages_block .advantage_item {
		width: 100%;
		margin-top: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.advantages_block .advantage_item span {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.advantages_block .advantage_item {
		display: none;
	}
}

.origin .flag {
	height: 20px;
	width: 32px;
	display: inline-block;
	vertical-align: -5px;
}

#ProductList .sale-label {
	position: absolute;
	left: 5px;
	top: 5px;
	background: #e74848;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 1px 5px;
}

.for-garlyn .icon-set {
	font-size: 20px;
	height: 70px;
	font-weight: 300;
}
.for-garlyn *[class$="-mobile"] {
	display: none;
}

.for-garlyn .content-block .full-width {
	position: relative;
	clear: both;
}

.for-garlyn .content-block .full-width .content-block-text{
	position: absolute;
	top: 10%;
}

.for-garlyn .content-block .full-width .content-block-text.full-width__text-right{
	right: 10%;
}

.for-garlyn .content-block .full-width .content-block-text.full-width__text-left{
	left: 10%;
}

.for-elitech .wikiTableContainer  {
	display: flex;
	flex-wrap: wrap;
}
.for-elitech .wikiTableContainer h3 {
	width: 100%;
}

.for-elitech .wikiTableContainer .small,
.for-elitech .big  {
	max-width: 100px;
	display: flex;
	margin-right: 5px;
	margin-bottom: 5px;
}
.for-elitech .wikiTableContainer .small .thumbnail,
.for-elitech .big .thumbnail {
	display: flex;
	height: auto !important;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.for-elitech .wikiTableContainer .small .thumbnail img,
.for-elitech .big .thumbnail img {
	height: max-content;
	margin-bottom: 5px;
}

.for-elitech .big {
	max-width: 239px;
	display: inline-flex;
	min-height: 266px;
	justify-content: flex-start;
}