.media-check {
	width: 1024px;
}
.grid_1_md {
	width:8.333%;
}

.grid_2_md {
	width:16.667%;
}

.grid_3_md {
	width:25%;
}

.grid_4_md {
	width:33.333%;
}

.grid_5_md {
	width:41.667%;
}

.grid_6_md {
	width:50%;
}

.grid_7_md {

	width:58.333%;
}

.grid_8_md {
	width:66.667%;
}

.grid_9_md {
	width:75%;
}

.grid_10_md {
	width:83.333%;
}

.grid_11_md {
	width:91.667%;
}

.grid_12_md {
	width:100%;
}
.hide-on-laptop {
	display: none !important;
}
.show-on-laptop {
	display: inline-block;
}
.left-on-laptop {
	text-align: left;
}
.right-on-laptop {
	text-align: right;
}
.center-on-laptop {
	text-align: center;
}
.wrapper {
	display: block;
	table-layout: auto;
	height: auto;
	width: 100%;
}
.page {
	display: block;
	height: auto;
	width: 100%;
}
.menu-btn {
	display: block;
	position: absolute;
	width: 90px;
	height: 70px;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-btn span {
	width: 30px;
	display: inline-block;
	height: 2px;
	background: #233f92;
	cursor: pointer;
	-webkit-transition: height 0s;
	transition: height 0s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	position: absolute;
	border-radius: 2px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.menu-btn span:before, .menu-btn span:after {
	position: absolute;
	content: '';
	width: 30px;
	display: inline-block;
	height: 2px;
	background: #233f92;
	left: 0;
	border-radius: 2px;
}
.menu-btn span:before {
	top: -10px;
	-webkit-transition-property: top, -webkit-transform, background;
	transition-property: top, transform, background;
	-webkit-transition-duration: 0.3s, 0.3s, .3s;
	transition-duration: 0.3s, 0.3s, .3s;
	-webkit-transition-delay: 0.3s, 0s, .3s;
	transition-delay: 0.3s, 0s, .3s;
}
.menu-btn span:after {
	bottom: -10px;
	-webkit-transition-property: bottom, -webkit-transform, background;
	transition-property: bottom, transform, background;
	-webkit-transition-duration: 0.3s, 0.3s, .3s;
	transition-duration: 0.3s, 0.3s, .3s;
	-webkit-transition-delay: 0.3s, 0s, .3s;
	transition-delay: 0.3s, 0s, .3s;
}
.menu {
	display: none;
}
header {
	padding: 20px 0 0;
}
.logo {
	width: 300px;
}
.logo span {
	display: none;
}
.header-box {
	width: calc(100% - 300px);
	padding: 0 30px 0 0;
}
.address-box {
	padding: 0 130px 0 0;
	width: 100%;
}
.phone-box {
	max-width: none;
}
.phone-box .phone {
	font-size: 23px;
}
.address-box p {
	font-size: 12px;
	line-height: normal;
}
.cart-box {
	width: 34px;
	position: absolute;
	top: 20px;
	right: 100px;
}
.cart-box a {
	color: #233f92;
}
.cart-box a span {
	min-width: 17px;
	height: 17px;
	font-size: 12px;
	line-height: 16px;
}
.cart-box svg {
	width: 34px;
	height: 27px;
}
.all-categories-box {
	position: fixed;
	height: 100%;
}
.all-categories-box.opened {
	z-index: 4;
}
.all-categories-menu {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.all-categories-menu-content {
    padding: 0 40px 40px;
}
.expand-child {
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.checked {
	overflow: hidden;
	height: auto;
}
.all-categories-menu.scroll.checked {
	height: 100vh;
}
.catalog-promo-item {
	width: 25%;
}
.sub-menu.all-parts-menu {
    display: flex;
    align-items: center;
}
.catalog-btn-box {
	display: none;
}
.sticky .catalog-btn-box {
	display: block;
	width: auto;
	padding: 0 0 0 30px;
}
.sticky .catalog-btn {
	height: auto;
	padding: 24px 10px;
	background: none;
}
.sticky .catalog-btn div {
	margin: 0;
	width: 30px;
}
.sticky .catalog-btn div:before {
    top: -10px;
}
.sticky .catalog-btn div:after {
    bottom: -10px;
}
.sticky .catalog-btn span {
	display: none;
}
.header-search-box {
	width: 100%;
	padding: 0 30px;
}
.right-sidebar .tabs {
	height: 42px;
}
.right-sidebar .tab {
	font-size: 11px;
	padding: 7px 12px 0;
	height: 40px;
	border-radius: 5px 5px 0 0;
}
.filter-btn {
	position: relative;
	left: 0;
	top: 0;
	padding: 20px 0 20px 30px;
	font-size: 20px;
	font-family: "DINPro", Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	color: #fff;
	background: #233f92;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: background .3s  ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}
.filter-btn:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	height: 100%;
	width: 20px;
	z-index: 2;
	box-shadow: 0 0 20px 10px #233f92;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.noTouch .filter-btn:hover:after {
	box-shadow: 0 0 20px 10px #000;
}
.noTouch .filter-btn:hover {
	color: #fdc73c;
	background: #000;
}
.filter-btn.opened {
	color: #233f92;
	background: #fdc73c;
}
.filter-btn.opened:after {
	box-shadow: 0 0 20px 10px #fdc73c;
}
.filter-btn svg {
	margin: -2px 20px 0 0;
}
.filter-btn svg path {
	fill: currentColor;
}
.filter-btn.opened ~ .catalog-box, .filter-btn.opened ~ .product-page-box  {
	z-index: 3;
	background: #fff;
}
.overflow .catalog-box {
	z-index: 3;
	background: #fff;
}
.catalog-promo-box .right-column {
	width: 0px;
}
.right-sidebar {
	position: fixed;
	top: 0;
	width: 440px;
	height: 100%;
	right: -110%;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 2;
}
.right-sidebar > div {
	height: 100%;
	padding: 0 60px 0 0;
	margin: 0 -60px 0 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.right-sidebar .close {
	top: 20px;
	right: 20px;
	display: block;
}
.right-sidebar.opened {
	right: 0;
	z-index: 4;
}
.filter-box {
	width: 440px;
	position: fixed;
	z-index: 4;
	padding: 0 60px 0 0;
	margin: 0 -60px 0 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.filter-box .close {
	display: none;
}
.back {
	display: block;
}
.help-box {
	float: none;
	margin: 0 0 0 10px;
}
.help-box > a {
	text-indent: -9999px;
	position: relative;
	width: 17px;
	height: 17px;
	padding: 0;
}
.help-box > a svg {
	margin: -4px 0 0;
}
.help-box > div {
	position: fixed;
	top: -9999px;
	right: 50%;
	background: #f2f2f2;
	width: 90%;
	z-index: 99999999;
	-webkit-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	max-height: 90%;
}
.help-box > a.opened + div {
	top: 50%;
}
.phone-box > div, header .phone-box > div {
	position: fixed;
	top: -9999px;
	left: -9999px;
	right: auto;
	z-index: 999;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.phone-box > div.opened, header .phone-box > div.opened {
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	opacity: 1;
}
.icon-box {
	margin: 0 0 30px;
	width: 100%;
}
.icon-box div {
	padding: 0 0 30%;
	margin: 0 0 20px;
}
.icon-box div svg {
	width: auto;
	height: 100%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.noTouch .icon-box:hover div svg {
	-webkit-transform: translate(0,-50%) scale(.97,.97);
	transform: translate(0,-50%) scale(.97,.97);
}
.applicability-popup, .modification-popup {
	width: 100%;
	top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.applicability-popup.opened, .modification-popup.opened {
	left: 0;
	z-index: 3;
}
.product-page-box + .applicability-popup {
	width: 100%;
}
.right-filter {
	position: fixed !important;
	top: 0;
	right: -110%;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 2;
}
.right-filter.opened {
	right: 0 !important;
}
.all-parts:not([class*='search-results']) .left-menu {
	display: none;
}
.catalog-content-box, .left-menu + .catalog-content-box {
	width: 100%;
	padding: 30px;
}
.modification-box {
	padding: 20px 30px;
	margin: 0 !important;
	width: 100%;
	box-sizing: border-box;
}
.found-count {
	padding: 30px;
}
.product-info {
	padding: 0;
}
.laximo-options table {
	margin: 0 0 20px;
}
.laximo-options table td {
	display: block;
	padding: 0 0 5px;
}
.laximo-options table td .selectboxit-container .selectboxit {
	border-radius: 5px;
	border-bottom-width: 1px;
	margin: 0 0 5px;
}
.laximo-options table tr:first-child td .selectboxit-container .selectboxit {
	border-radius: 5px;
}
.laximo-options table tr:last-child td .selectboxit-container .selectboxit {
	border-radius: 5px;
	border-bottom-width: 1px;
}
.cart-item {
	padding: 30px 0;
}
.cart-left-col {
	width: 55%;
}
.cart-right-col {
	width: 45%;
}
.show-map-btn {
	font-size: 0.00001px !important;
}
.show-map-btn svg {
	margin: 0;
}
.car-selected-box {
	padding: 30px 30px 5px;
}
.laximo-search-list {
	padding: 30px;
	position: relative;
}
#qgTree > ul > li > .qgContent {
	font-size: 16px !important;
}
.laximo-left-menu {
	width: 35%;
	margin: 0;
	padding: 20px;
}
.laximo-content {
	margin: 0;
	width: 65%;
	padding: 0 0 0 20px;
	float: left;
	box-sizing: border-box;
}
.laximo-content .gdUnit .gdImageCol {
	float: none;
	width: 50%;
	padding: 30px 0 0 0;
}
.laximo-content .gdUnit .gdDetailCol {
	float: none;
	width: 100%;
}
.laximo-content .guayaquil_floatunitlist_box {
	width: 50%;
}
.laximo-right-column {
	width: 48%;
	margin: 0 0 0 2%;
}
#viewtable {
	width: 50% !important;
}
.service-list-box-item, .service-list-box .box-sizer {
	width: 33.333%;
}
.service-list-box-item.wide {
	width: 66.666%;
}
.partners-carousel-prev {
	left: 20px;
}
.partners-carousel-next {
	right: 20px;
}
.sub-menu-box {
	margin: 0 435px 0 30px;
}
.sub-menu-box.wide {
	margin: 0 30px;
}
.factoid .h1 {
	font-size: 60px;
}
.factoid .h4 {
	font-size: 16px;
}
.gallery-thumb-box a[href*=youtube] > span {
	width: 50px;
	height: 50px;
}
.gallery-box iframe {
	width: 100%;
	height: 450px;
}
.content-img-box {
	position: relative;
	height: 300px;
	margin: 0 0 70px;
}
.content-img-box.overlay {
	position: absolute;
	height: 100%;
}
.content-img-box div {
	width: 100%;
	min-width: 1px;
}
.content-img-box.overlay div {
	width: 130%;
	min-width: 1px;
}
.content-img-box.right div {
	left: 0;
}
.content-img-box.left div {
	right: 0;
}
.content-img-box span, .content-img-box.right span {
	right: auto;
	left: 0;
}
.service-list-tabs .service-list-tab {
	width: 30%;
	padding: 30px 30px 10px;
	border-bottom: 1px solid #edf0f6;
}
.service-list-content {
	width: 30%;
}
.service-list-content > div {
	padding: 0 30px 30px;
}
.service-list-content .h3 {
	display: none;
}
.service-list-content.opened {
	position: relative;
	left: 0;
}
.bg-column {
	left: 30%;
}
.service-details-box {
	width: calc(100% + 340px);
	margin: 0 0 0 -340px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service-details-box.opened {
	margin: 0;
	padding: 0;
}
.service-details-box .left-menu {
	position: absolute;
	left: 0;
}
.service-details-box.opened .left-menu {
	position: relative;
}
.service-details {
	padding: 30px;
	width: calc(100% - 340px);
	float: right;
}
.opened .service-details {
	padding: 30px 30px 30px 0;
}
.service-details .menu-back {
	padding: 0 0 0 40px;
	position: relative;
}
.service-details .menu-back .back-btn {
	display: block;
}
.opened .service-details .menu-back .back-btn {
	top: 2px;
}
.service-details .menu-back .back-btn svg:first-child + svg {
	display: none;
}
.opened .service-details .menu-back .back-btn svg:first-child {
	display: none;
}
.opened .service-details .menu-back .back-btn svg:first-child + svg {
	display: block;
}
.wrapper.not-found {
	min-height: 100%;
	position: relative;
}
.not-found footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.not-found-text {
	padding: 0 0 200px;
}
.not-found .header-box {
	width: 100%;
}
.not-found .phone-box {
	max-width: 420px !important;
}
.not-found .logo span {
	display: block;
}
.expand-box.opened > span + div > div {
	max-height: none;
}
.back-box {
    padding: 0 30px 30px;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 -30px 10px;
}
.back-box svg {
    width: 25px;
	height: 25px;
	margin: -3px 20px 0 0;
}
.back-box .back {
    font-weight: 400;
}
.search-results .catalog-content-box {
	padding: 30px 30px 60px 30px;
}
.search-results-box {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search-results-box > div {
	width: 47%;
}
.search-results-box > div:first-child {
	width: 100%;
}
.all-parts.search-results .left-menu {
	width: 100%;
}
.all-categories-box .modification-box {
	padding: 60px 40px 30px;
    margin: 0 -40px !important;
	width: auto;
}