.media-check {
	width: 767px;
}
.grid_1_xs {
	width:8.333%;
}

.grid_2_xs {
	width:16.667%;
}

.grid_3_xs {
	width:25%;
}

.grid_4_xs {
	width:33.333%;
}

.grid_5_xs {
	width:41.667%;
}

.grid_6_xs {
	width:50%;
}
.grid_7_xs {
	width:58.333%;
}
.grid_8_xs {
	width:66.667%;
}
.grid_9_xs {
	width:75%;
}

.grid_10_xs {
	width:83.333%;
}
.grid_11_xs {
	width:91.667%;
}

.grid_12_xs {
	width:100%;
}
.grid_1_xs_h {
	width:8.333%;
}

.grid_2_xs_h {
	width:16.667%;
}

.grid_3_xs_h {
	width:25%;
}

.grid_4_xs_h {
	width:33.333%;
}

.grid_5_xs_h {
	width:41.667%;
}

.grid_6_xs_h {
	width:50%;
}
.grid_7_xs_h {
	width:58.333%;
}
.grid_8_xs_h {
	width:66.667%;
}
.grid_9_xs_h {
	width:75%;
}

.grid_10_xs_h {
	width:83.333%;
}
.grid_11_xs_h {
	width:91.667%;
}

.grid_12_xs_h {
	width:100%;
}
.hide-on-mobile {
	display: none !important;
}
.show-on-mobile {
	display: inline-block;
}
.left-on-mobile {
	text-align: left;
}
.center-on-mobile {
	text-align: center;
}
.right-on-mobile {
	text-align: right;
}
.table-overflow {
	overflow-x: auto;
}	abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,mark,menu,meter,nav,object,output,ol,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,li,var,video,xmp {
  font-size: 12px;
}
html, body {
	line-height: normal;
	-webkit-overflow-scrolling: touch;
}
h1, h2, h3, h4, h5, .title, p, ul, ol, table, div.error, div.correct {
	margin-bottom: 20px;
}
form p {
	margin-bottom: 10px;
}
h1, .h1, .index-title-h1 h2 {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 20px;
}
.small-on-mobile {
	font-size: 20px;
	line-height: 30px;
}
.small-on-mobile h1 {
	font-size: 20px;
	line-height: 30px;
}
hr {
	margin: 0 auto 30px;
}
h2, .h2 {
	font-size: 18px;
	line-height: normal;
}
h3, .h3 {
	font-size: 16px;
	line-height: normal;
	font-family: "DINPro", Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}
h4, .h4 {
	font-size: 16px;
}
p + h2, p + h3, p + h4, p + h5, ul + h2, ul + h3, ul + h4, ul + h5, ol + h2, ol + h3, ol + h4, ol + h5, ul + p, ol + p, p + .title {
	padding-top: 10px;
}
ul > li:before {
	margin: 7px 0 0 -20px;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="search"], input[type="date"], .flatpickr-input, textarea, select {
	font-size: 12px;
}
.btn, input[type="submit"], input[type="button"], button {
	font-size: 16px;
}
.btn.small {
	font-size: 12px;
}
.auto {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
div.popup.opened {
	z-index: 999999;
}
.container_12 {
	width: 100%;
	padding: 0 10px;
}
.wrapper {
	display: block;
	table-layout: auto;
	height: auto;
	width: 100%;
}
.page {
	display: block;
	height: auto;
	width: 100%;
}
.menu-btn {
	display: block;
	position: absolute;
	width: 60px;
	height: 58px;
	top: 0;
	left: 0;
	cursor: pointer;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-btn span {
	width: 20px;
	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: 100%;
	display: inline-block;
	height: 2px;
	background: #233f92;
	left: 0;
	border-radius: 2px;
}
.menu-btn span:before {
	top: -8px;
	-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: -8px;
	-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: 15px 0;
	color: #000;
	text-align: center;
}
.logo {
	width: 80px;
	padding: 0;
}
.logo img {
	width: 100%;
	height: auto;
	margin: 0;
}
.logo span {
	display: none;
}
.header-box {
	width: 100%;
	padding: 0;
}
.address-box {
	display: none;
}
.cart-box {
	width: 34px;
	position: absolute;
	top: 17px;
	right: 20px;
}
.cart-box a {
	color: #233f92;
}
.cart-box a span {
	min-width: 17px;
	height: 17px;
	font-size: 12px;
	line-height: 16px;
	bottom: -7px;
    right: -3px;
}
.cart-box svg {
	width: 28px;
	height: 23px;
}
.phone-box {
	position: relative;
	max-width: none;
}
header .phone-box {
	position: absolute;
	left: 0;
	top: 0;
	max-width: none;
}
.phone-box > p {
	margin: 0;
}
.phone-box > div, header .phone-box > div {
	position: fixed;
	top: 0;
	right: -110%;
	z-index: 999;
	width: 100%;
	padding: 40px 20px;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.phone-box > div.opened, header .phone-box > div.opened {
	right: 0;
	top: 0;
	left: auto;
	bottom: auto;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
header .phone-box .phone {
	display: none;
}
.phone-box > div .close {
	top: 10px;
	right: 10px;
}
.recall-btn {
	position: absolute;
	background: 0;
	padding: 0;
	height: 29px;
	width: 29px;
	overflow: hidden;
	color: transparent;
	margin: 0;
	right: 0;
	top: 0;
	font-size: 0.000000001px;
}
.noTouch .recall-btn:hover {
    background: none;
}
header .recall-btn {
	right: 65px;
	top: 17px;
	margin: 0;
}
.recall-btn > svg {
	display: none;
}
.recall-btn svg {
	margin: 0;
	width: 25px;
	height: 25px;
}
.recall-btn span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	color: #233f92;
}
.sub-menu.all-parts-menu {
	padding: 0;
	display: flex;
	align-items: center;
}
.catalog-box {
	z-index: 1;
}
.overflow .catalog-box {
	z-index: 3;
	background: #fff;
}
.catalog-btn-box {
	display: none;
}
.all-categories-box {
	max-width: none;
}
.all-categories-box.opened {
	overflow: hidden;
	height: 100vh;
}
.all-categories-box .close {
    top: 20px;
    right: 20px;
}
.all-categories-menu {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.all-categories-menu-content {
	padding: 0 0 50px;
}
.all-categories-menu-item {
	padding: 20px 40px 20px 20px;
}
.all-categories-menu-item svg {
	right: 20px;
}
.expand-child {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.expand-child .expand-child-content {
	padding: 0 0 50px;
}
.all-categories-menu .back {
	margin: 0 0 20px;
}
.scroll.checked {
	overflow: hidden;
	height: auto;
}
.all-categories-menu.scroll.checked {
	height: 100vh;
}
.header-search-box {
	display: none;
	width: 100%;
	padding: 0;
}
.index .header-search-box {
	display: block;
}
.header-search {
	position: relative;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.header-search input {
	border-color: #d9d9d9;
	border-top: 0;
	padding-right: 70px;
	border-radius: 0;
}
.header-search .search-btn {
	display: inline-block;
	position: absolute;
	right: 0;
	border-radius: 0;
	width: 50px !important;
	padding: 0;
	font-size: 0.000001px;
	background: #fdc73c;
	color: #233f92;
}
.header-search .search-btn svg {
	display: block;
	position: absolute;
	margin: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.catalog-promo-item {
	width: 50%;
}
.catalog-promo-item:not(.promo) {
	background: #fff !important;
	box-shadow: inset -1px -1px 0 #eee;
}
.catalog-promo-item a {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	height: auto;
	color: #233f92;
	box-sizing: border-box;
}
.catalog-promo-item a > div:first-child {
	position: static;
	height: 60px;
	width: auto;
	display: flex;
	align-items: center;
	margin: 0 20px 0 0;
}
.catalog-promo-item a > div:first-child img {
	width: 60px;
	height: auto;
}
.catalog-promo-item.promo > a {
	height: 50vw;
	padding: 0 0 30px;
	align-items: flex-end;
}
.catalog-promo-item a > div:first-child + div {
	font-size: 16px;
	line-height: 100%;
	position: static;
}
.catalog-promo-item.promo a > div:first-child + div {
	font-size: 16px;
	line-height: 100%;
}
.catalog-promo-item.promo a > div:first-child + div div {
	font-size: 16px;
	line-height: 100%;
}
.filter-btn {
	position: relative;
	left: 0;
	top: 0;
	padding: 13px 0 0 17px;
	height: 50px;
	font-size: 16px;
	font-family: "DINPro", Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	color: #fff;
	background: #233f92;
	border-bottom: 1px solid #d9d9d9;
	width: auto;
	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;
}
.catalog-content-box .filter-btn {
	margin: 0 -20px;
}
.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 {
	color: #fdc73c;
	background: #000;
}
.noTouch .filter-btn:hover:after {
	box-shadow: 0 0 20px 10px #000;
}
.filter-btn.opened {
	color: #233f92;
	background: #fdc73c;
}
.filter-btn.opened:after {
	box-shadow: 0 0 20px 10px #fdc73c;
}
.filter-btn svg {
	margin: -2px 16px 0 0;
}
.filter-btn svg path {
	fill: currentColor;
}
.catalog-promo-box .right-column {
	width: 0px;
}
.right-sidebar {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	right: -110%;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 99999;
}
.right-sidebar .close {
	top: 10px;
	right: 10px;
	display: block;
}
.right-sidebar.opened {
	right: 0;
	z-index: 4;
}
.right-sidebar > div {
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.filter-box {
	width: 100%;
	position: fixed;
	z-index: 99999;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.filter-box .close {
	display: none;
}
.back {
	display: inline-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: 0;
	right: 110%;
	background: #f2f2f2;
	width: 100%;
	z-index: 100000;
	border-radius: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 40px 20px 1px;
	height: 100%;
}
.help-box > a.opened + div {
	right: 0;
	top: 0;
}
.help-box > div div {
	padding: 0;
}
.help-box > div .close {
	top: 10px;
	right: 10px;
}
.icon-box {
	margin: 0 0 30px;
	width: 100%;
}
.icon-box div {
	padding: 0 0 40%;
	margin: 0 0 10px;
	width: 100%;
}
.icon-box div svg {
	width: auto;
	height: 100%;
}
.icon-box span {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}
.three-columns {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
}
.tabs {
	margin: 0 -20px 20px;
	position: relative;
	height: 42px;
}
.tabs:after {
	left: 0;
	right: 0;
}
.tabs .tab {
	font-size: 12px;
	height: 40px;
	padding: 12px 20px;
}
.tabs-bordered {
	margin: 0 0 20px;
}
.tabs-bordered .tab > span {
	display: block;
	padding: 0 15px;
}
.tabs-bordered .tab.active > span {
	padding: 5px 0 0;
}
.tabs-bordered .tab > span > span {
	display: block;
}
.tabs-bordered .tab.active > span > span {
	padding: 5px;
}
.tabs-bordered .tab.active > span > span > span {
	padding: 0 0 5px;
}
.tabs-bordered .tab > span > span > span > span {
	font-size: 16px;
}
.tabs-bordered .tab.active > span > span > span > span {
	padding: 5px 10px;
}
.grey-box {
	padding: 20px;
}
.filter-box-content {
	padding: 20px 10px 70px;
}
.selectboxit-container * {
	font-size: 12px !important;
}
.radio-btn-group .radio-btn-group-item input + label {
	margin: 0 10px 10px 0;
	border-radius: 5px;
}
.radio-btn-group-item:first-child label, .radio-btn-group-item:last-child label {
	border-radius: 5px;
}
.bottom-btns {
	position: fixed;
	left: 0;
	bottom: -110%;
	padding: 10px 10px 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background: #f2f2f2;
	border-top: 1px solid #d9d9d9;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-filter.opened .bottom-btns, .filter-box.opened .bottom-btns {
	bottom: 0;
	z-index: 9999999;
}
.overflow-box {
	max-height: 150px;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.overflow-box.opened {
	max-height: 2000px;
}
.overflow-box-btn {
	display: block;
	margin: 0 0 20px;
}
footer:before {
	display: none;
}
.footer-menu {
	background: #f2f2f2;
	padding: 20px 0;
}
.footer-menu .justify > li {
	display: block;
	margin: 0 -20px !important;
}
.bottom-menu {
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 20px 20px 20px 50px;
	max-height: 24px;
	border-bottom: 1px solid #d9d9d9;
}
.bottom-menu.opened {
	max-height: 500px;
}
.justify > li:last-child .bottom-menu {
	border-bottom: 0;
}
.bottom-menu svg {
	display: block;
	position: absolute;
	left: 20px;
	top: 29px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bottom-menu.opened svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.copyrights a {
	margin: 7px 35px 0 0;
}
.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%;
}
.applicability-popup .close, .modification-popup .close {
	top: 20px;
	right: 20px;
}
.applicability-popup .title.h2, .modification-popup .title.h2 {
	padding-right: 40px;
}
.applicability-table {
	margin: 0 -20px 20px;
}
.applicability-table td {
	display: block;
	border: 0;
	padding: 0 20px 20px 125px;
	position: relative;
}
.applicability-table td span {
	position: absolute;
	left: 20px;
	top: 0;
}
.applicability-table tr {
	border-bottom: 1px solid #d9d9d9;
	display: block;
	padding: 20px 0 0;
}
.right-filter {
	position: fixed !important;
	top: 0;
	right: -110%;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.right-filter.opened {
	right: 0 !important;
}
.right-filter > div {
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.all-parts .h1 {
	margin: 0 0 10px;
}
.all-parts:not([class*='search-results']) .left-menu {
	display: none;
}
.all-parts .catalog-content-box {
	padding: 10px 20px 20px;
	width: 100%;
}
.all-parts.opened .catalog-content-box {
	position: absolute;
	top: 0;
	left: 340px;
	height: 100%;
	overflow: hidden;
}
.catalog-item-price {
	float: left;
	width: 100%;
	text-align: left;
}
.catalog-item-price .btn {
	bottom: 45px;
}
.catalog-item-title, .catalog-item-info {
	width: 100%;
}
.catalog-item-icon-box, .catalog-item-icon-box div {
	font-size: 12px;
}
.category-list {
	padding: 0;
}
.category-list .all-categories-menu {
	margin: 0 0 20px;
}
.category-list .all-categories-menu-item, .all-parts .category-list .all-categories-menu-item, .all-parts .category-list .all-categories-menu-item.current {
	margin: 0;
	padding: 15px 20px 20px;
}
.category-list .all-categories-menu-item-box .title, .category-list .all-categories-menu-item.current .title {
	font-size: 20px;
	margin: 0;
}
.category-list .all-categories-menu-item-box {
	position: relative;
	padding: 0 0 0 30px;
}
.category-list .expand-child .all-categories-menu-item-box {
	padding: 10px 0 5px 20px;
}
.expand-child + .overflow-box-btn {
	display: none;
}
.category-list .all-categories-menu-item.current > .all-categories-menu-item-box > svg {
	display: block;
}
.current .all-categories-menu-item-box.has-child > svg {
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.all-parts .category-list .all-categories-menu-item.current:before {
	display: none !important;
}
.catalog-item, .noTouch .catalog-item:hover {
	padding: 20px;
	margin: 0 -20px;
	border-radius: 0;
}
.catalog-item-thumb {
	display: none;
}
.catalog-item-description {
	margin: 0;
}
.catalog-item-title, .catalog-item-info {
	width: 100%;
}
.catalog-item-price {
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
}
.catalog-item-price .title {
	font-size: 25px;
	line-height: normal;
}
.catalog-item-price .btn {
	width: auto !important;
	padding: 8px 10px 0 !important;
	bottom: 15px;
}
.pagination-box {
	margin: 0 -20px 30px;
	padding: 10px 20px;
	border-bottom: 1px solid #d9d9d9;
}
.pagination-box > div {
	padding: 0;
}
.pagination-box a, .pagination-box span {
	font-size: 0.000001px;
}
.pagination-box svg {
	position: relative;
	top: 0;
	-webkit-transform: none;
	transform: none;
	margin: -4px 0 0;
}
.pagination-box svg path {
	fill: currentColor;
}
.pagination-box .page-prev svg {
	left: 0;
}
.pagination-box .page-next svg {
	right: 0;
}
.pagination-box .page-prev {
	padding: 0;
}
.pagination-box .page-next {
	padding: 0;
}
.pagination-box input {
	width: 40px;
	padding: 9px 10px 10px;
	line-height: normal;
	box-sizing: border-box;
	text-align: center;
	margin: -2px 0 0;
}
.modification-box {
	display: block;
	padding: 10px 20px;
	width: auto;
	margin: 0 0 20px;
	box-sizing: border-box;
}
.catalog-content-box .modification-box {
	margin: 0 -20px !important;
}
.modification-item {
	padding: 20px 20px 0;
	margin: 0 -20px;
}
.modification-item div[class*=grid] {
	padding: 0;
}
.modification-info {
	padding: 0 0 60px !important;
}
.modification-info .check-btn {
	right: auto;
	top: auto;
	left: 0;
	bottom: 20px;
}
.found-count {
	padding: 20px;
}
.slick-prev
{
	right: 50px !important;
}
.show-more {
	margin: 20px -20px 30px;
}
.product-page-box {
	padding: 20px 0 30px;
}
nav {
	/*padding: 0 0 0 30px;*/
}
nav div a:not(:last-child) {
	display: none;
}
nav div a {
	font-size: 15px;
}
nav div span {
	display: none;
}
.page-back {
	left: 0;
}
.page-back svg {
	width: 17px;
	height: 17px;
}
.product-info {
	padding: 0;
}
.zoom-btn, .zoom-box .zoom-btn {
	left: 20px;
	bottom: auto;
	top: 20px;
}
.product-img-thumb-carousel {
	margin: 0 -10px 10px;
}
.laximo-search {
	padding: 20px 0 30px;
}
.laximo-search .grey-box {
	border-top: 1px solid #d9d9d9;
	margin: 0 -20px;
	padding: 20px;
}
.laximo-search .last-search {
	margin: 20px 0 40px;
}
.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;
}
.laximo-search table.guayaquil_table tr {
	margin: 0 -20px;
	padding: 20px 0;
	border-radius: 0;
	border-top: 1px solid #d9d9d9;
}
.laximo-search table.guayaquil_table tr:first-child {
	display: none;
}
.laximo-search table.guayaquil_table tbody tr td {
	padding: 0 20px 10px 20px;
	border: 0;
	display: block;
}
.attention-box {
	padding: 0 0 0 60px;
	position: relative;
}
.attention-box svg {
	width: 50px;
	height: auto;
}
.choice-shop-box {
	padding: 20px 20px 0;
	margin: 0 -20px 20px;
}
.shop-box {
	padding: 20px;
	margin: 0 -20px;
	border-bottom: 1px solid #d9d9d9;
}
.cart-item {
	padding: 20px 0;
}
.cart-item .h4 {
	font-size: 25px;
}
.cart-item > a {
	top: 20px;
}
.cart-left-col {
	width: 100%;
	padding: 0 10px;
}
.total {
	width: 100%;
	padding: 10px 20px;
	position: fixed;
	z-index: 99999;
	background: #e9ebf4;
	left: 0;
	bottom: 0;
	border-top: 1px solid #d9d9d9;
	box-sizing: border-box;
}
.total span {
	margin: 0;
}
.total.stuck {
	width: 100%;
	padding: 0;
	position: static;
	background: #e9ebf4;
	border-top: 0;
}
.total.stuck span {
	margin: 0 0 20px;
}
.cart-right-col {
	width: 100%;
	padding: 0;
	margin: 0 0 -30px
}
.cart-right-col .grey-box {
	background: #e9ebf4;
	margin: 0 -10px;
}
.product-page-box .available-shop > div:first-child {
	background: #e9ebf4;
}
.product-page-box .available-shop > div:first-child + div span {
	background: #e9ebf4;
}
.show-map-btn {
	font-size: 0.00001px !important;
	width: auto !important;
	padding: 8px 10px 0 !important;
}
.show-map-btn svg {
	margin: 0;
}
.car-selected-box {
	padding: 20px 20px 1px;
}
.car-selected-title-box {
	float: none;
	width: 100%;
}
.car-selected-btn-box {
	float: none;
	width: 100%;
}
.car-selected-box-info {
	padding: 40px 20px;
	position: fixed;
	border-top: 0;
	overflow: hidden;
	max-height: none;
	opacity: 1;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .3s;
	transition: all .3s;
	top: 0;
	left: 110%;
	box-sizing: border-box;
	z-index: 999999;
}
.car-selected-box-info.opened {
	max-height: none;
	opacity: 1;
	padding: 40px 20px;
	left: 0;
	z-index: 999999;
}
.car-selected-box-info .close {
	right: 10px;
	top: 10px;
}
.laximo-search-list {
	padding: 20px;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
#qgTree > ul > li > .qgContent {
	font-size: 16px !important;
}
.laximo-left-menu {
	width: 240px;
	margin: 0 30px 0 -260px;
	padding: 0;
	border: 0;
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.laximo-left-menu.opened {
	margin: 0;
	position: relative;
	z-index: 1;
}
.laximo-content {
	margin: 0;
	width: 100%;
	float: left;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.laximo-left-menu.opened + .laximo-content {
	position: absolute;
	height: 100%;
	overflow: hidden;
	opacity: .2;
	-webkit-transform: translateX(280px);
	transform: translateX(280px);
	z-index: 0;
}
.laximo-content .gdUnit .gdImageCol {
	float: none;
	width: 100%;
	padding: 20px 0 0 0;
}
.laximo-content .gdUnit .gdDetailCol {
	float: none;
	width: 100%;
	padding: 20px 0 0;
}
.laximo-content span.h2 {
	margin-left: 30px;
}
.laximo-left-menu-btn {
	display: block;
	left: 260px;
	top: 7px;
}
.laximo-left-menu-btn svg {
	width: 17px;
	height: 17px;
}
.laximo-left-menu.opened .laximo-left-menu-btn svg:first-child {
	display: none;
}
.laximo-left-menu.opened .laximo-left-menu-btn svg:first-child + svg {
	display: block;
}
.laximo-content .gdUnit {
	border-top: 0;
	border-bottom: 1px solid #d9d9d9;
}
.laximo-content table.guayaquil_table tr:first-child {
	display: none;
}
.laximo-content table.guayaquil_table tbody tr td {
	padding: 0 0 20px;
	border: 0;
}
.laximo-content table.guayaquil_table td.g_ttd {
	display: block;
	position: absolute;
	width: 100%;
	float: left;
	z-index: 0;
}
.laximo-content .gdUnit .g_ttd + .g_ttd {
	width: 50%;
	position: relative;
	padding: 20px 0;
	z-index: 1;
}
.laximo-content table.guayaquil_table td.g_rowdatahint {
	display: block;
	width: 15%;
	text-align: center;
	margin: 10px 0 0;
	float: left;
}
.laximo-content table.guayaquil_table td.g_rowdatahint + td {
	display: block;
	width: 35%;
	float: left;
}
.laximo-content .gdUnit td img + .btn {
	margin: 0;
}
.laximo-content .guayaquil_floatunitlist_box {
	width: 100%;
	padding: 0;
}
.laximo-right-column {
	width: 100%;
	margin: 0;
}
#viewtable {
	width: 100% !important;
}
#viewtable table.guayaquil_table tbody tr:first-child {
	display: none;
}
#viewtable table.guayaquil_table {
	margin: 0 0 0 -20px;
	width: calc(100% + 40px) !important;
}
#viewtable table.guayaquil_table td {
	border: 0;
}
#viewtable table.guayaquil_table tr {
	border-top: 1px solid #d9d9d9;
}
#viewtable table.guayaquil_table td.g_ttd {
	display: block;
	border: 0;
	padding: 10px 20px 0;
}
#viewtable table.guayaquil_table td.g_ttd ~ td.g_ttd {
	padding: 0 20px;
	width: 90%;
}
#viewtable table.guayaquil_table td.g_rowdatahint {
	display: block;
}
#viewtable table.guayaquil_table td.g_rowdatahint + td {
	width: 90px;
}
#viewport .g_highlight_over {
	border: 1px solid #fdc73c !important;
}
#viewport .g_highlight_lock {
	border: 1px solid #fdc73c !important;
}

#viewport .g_highlight {
	border: 1px solid transparent;
}
.guayaquil_unit_icons {
	left: 10px !important;
	top: 10px !important;
}
.guayaquil_unit_icons svg {
	width: 15px;
	height: 15px;
}
.laximo-left-menu .guayaquil_categoryitem {
	font-size: 16px;
}
.service-list-box-item, .service-list-box .box-sizer {
	width: 33.333%;
}
.service-list-box-item.wide {
	width: 66.666%;
}
.service-list-box-item a > div > div:first-child + div {
	font-size: 14px;
	padding: 0 10px 10px;
}
.service-list-box-item.small a > div > div:first-child + div {
	position: absolute;
	left: 0;
	top: 10px;
}
.service-list-box-item a > div > div:first-child div svg {
	width: 80px;
	height: 80px;
}
.service-list-box-item.small a {
	padding: 0 0 100%;
}
.service-list-box-item.small a > span {
	left: 10px;
	bottom: 10px;
}
.service-list-box-item a.more div {
	font-size: 20px;
}
.service-list-box-item a.more svg {
	width: 17px;
	height: 17px;
	margin: 0 0 0 10px;
}
.partners-carousel-prev {
	left: 20px;
}
.partners-carousel-next {
	right: 20px;
}
.sub-menu-box {
	margin: 0;
	height: 50px;
	background: #233f92;
}
.sub-menu-box.wide {
	margin: 0;
}
.sub-menu-box > div {
	padding: 0 0 0 20px;
}
.sub-menu-box a {
	font-size: 16px;
	display: inline-block;
	padding: 13px 0 19px;
	margin: 0 20px 0 0;
}
.service-form-btn {
	height: 50px;
	padding: 13px 0 0;
}
.service-form-box {
	position: static;
	width: 100%;
	right: 0;
	top: 0;
}
.service-form-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	border-radius: 0;
	padding: 20px;
}
.service-form-popup.opened {
	right: 0;
	top: 0;
}
.service-form-popup .close {
	right: 10px;
	top: 10px;
}
.service-promo-img {
	height: 180px;
}
.service-promo-img > div {
	bottom: 20px;
}
.service-promo-img span {
	font-size: 30px;
}
.service-promo-img span:before {
	display: none;
}
.service-promo-text {
	padding: 20px 0 1px;
	background: #000;
	color: #fff;
}
.service-promo-text .promo-carousel-prev, .service-promo-text .promo-carousel-next {
	margin: 0 20px 0 0;
}
.service-box {
	margin: 0;
}
.line {
	padding: 0 0 40px;
}
.content {
	padding: 20px 0 40px;
}
.line div[class*=grid] {
	padding: 0 10px;
}
.factoid {
	margin: 0;
}
.factoid.white {
	margin: 20px 0 30px;
}
.factoid .h1 {
	font-size: 60px;
	line-height: 100%;
}
.factoid .h4 {
	font-size: 16px;
}
.content-img-box {
	position: relative;
	height: 200px;
	margin: 0 0 50px;
}
.content-img-box.overlay {
	position: absolute;
	height: 260px;
}
.content-img-box div {
	width: auto;
	min-width: 1px;
}
.content-img-box.right div, .content-img-box.left div {
	left: -10px;
	right: -10px;
}
.content-img-box.left.overlay div {
	right: 0;
}
.content-img-box.overlay div {
	width: 130%;
	min-width: 1px;
}
.content-img-box span, .content-img-box.right span {
	right: auto;
	left: 0;
}
.gallery-box {
	margin: 0 0 20px;
}
.gallery-thumb-box a[href*=youtube] > span {
	-webkit-transform: translate(-50%,-50%) scale(.4,.4);
	transform: translate(-50%,-50%) scale(.4,.4);
}
.gallery-box iframe {
	width: 100%;
	height: 200px;
}
.gallery-box .zoom-gallery-btn {
	left: 20px;
	bottom: 20px;
}
.gallery-thumb-box a.active:before {
	box-shadow: inset 0 0 0 4px #fdc73c;
}
.gallery-thumb-box a.gallery-all-img > span span {
	margin: 0;
	font-size: 20px;
}
.gallery-carousel .slick-prev, .gallery-carousel .slick-next {
	top: auto;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
}
.gallery-carousel .slick-prev {
	left: 0;
}
.gallery-carousel .slick-next {
	right: 0;
}
.gallery-popup > div {
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
}
.gallery-popup .close {
	right: 10px;
	top: 10px;
}
.gallery-carousel iframe {
	height: auto;
	width: 80%;
}
.service-map-box {
	height: auto;
	width: auto;
	margin: 0 20px;
}
.service-map {
	height: 300px;
	position: relative;
}
.service-contacts-box {
	box-sizing: border-box;
	padding: 20px 20px 10px !important;
	position: relative;
	right: 0;
	top: 0;
	-webkit-transform: none;
	transform: none;
	margin: 0 -10px;
	width: calc(100% + 20px);
}
.map-contacts-icon-box {
	padding: 0 0 20px 55px;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.map-contacts-icon-box svg {
	width: 40px;
	height: auto;
}
.service-list-tabs .service-list-tab {
	width: 100%;
	padding: 30px 30px 10px;
	border-bottom: 1px solid #edf0f6;
}
.service-list-content {
	width: auto;
}
.service-list-content > div {
	padding: 0 30px 30px;
}
.service-list-content .h3 {
	display: none;
}
.service-list-content.opened {
	left: 0;
	position: relative;
}
.service-details-box .service-list-tab {
	width: 100%;
	padding: 20px;
}
.service-details-box {
	width: 200%;
	margin: 0 0 0 -100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service-details-box.opened {
	margin: 0 0 0 -50px;
	padding: 0;
}
.service-details-box .left-menu {
	position: absolute;
	left: 50px;
	width: 40%;
}
.service-details-box.opened .left-menu {
	position: relative;
	float: left;
}
.service-details {
	padding: 20px;
	width: 50%;
	float: right;
}
.service-details .menu-back {
	padding: 0 0 0 40px;
	position: relative;
}
.service-details .menu-back {
	padding: 0 0 0 30px;
	position: relative;
}
.opened .service-details .menu-back ~ * {
	opacity: .2;
}
.service-details .menu-back p > *:not(:last-child) {
	display: none;
}
.service-details .menu-back .back-btn {
	display: block !important;
}
.service-details .menu-back .back-btn svg {
	width: 17px;
	height: 17px;
}
.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;
}
.service-expand-list {
	margin: 0 -20px;
}
.service-expand-list-title > svg {
	left: 20px;
}
.service-expand-list-title .service-request-box {
	-webkit-transform: none;
	transform: none;
	left: 20px;
}
.service-expand-list-title.opened .service-request-box {
	top: 100%;
	margin: 20px 0 0;
	z-index: 1;
}
.service-expand-list-title .service-request-box .btn {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.service-request-box .service-form-popup {
	position: fixed;
}
.service-request-box .service-form-popup.opened {
	top: 0;
}
.service-expand-list-title span.h4 {
	margin: 0;
}
.service-expand-list-title .service-expand-list-price {
	top: -9999px;
	-webkit-transform: none;
	transform: none;
	right: 20px;
}
.service-expand-list-title.opened .service-expand-list-price {
	top: 100%;
	margin: 30px 0 0;
}
.service-expand-list-content {
	padding: 0 20px;
}
.service-details .service-expand-list-content.opened {
	padding: 80px 20px 20px;
}
.promo-link-box {
	margin: 0 0 20px;
}
.promo-link-text > span {
	padding: 20px;
	position: relative;
}
.gallery-box .play-btn {
	-webkit-transform: translate(-50%,-50%) scale(1,1);
	transform: translate(-50%,-50%) scale(1,1);
}
.gallery-thumb-box .cam-link svg {
	top: 0;
}
.webcams-carousel .slick-prev {
	left: 10px;
}
.webcams-carousel .slick-next {
	left: 60px;
}
.company-top-box {
	height: 150px;
	margin: 0 0 20px;
}
.company-top-box .col-left div, .company-top-box .col-right div {
	left: -20px;
	right: -20px;
}
.page-title {
	top: 10px;
}
.address {
	top: 110px;
	margin: 0;
	font-size: 14px;
}
.address svg {
	margin: -4px 10px 0 0;
}
.download-link {
	position: relative;
	padding: 0 0 1px 60px;
	margin: 0 0 30px;
}
.download-link svg {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.download-link .title {
	margin: 0;
}
.bordered-box {
	padding: 20px;
	margin: 0 0 20px;
}
.virtual-tour {
	height: calc(80vh - 100px);
}
.wrapper.not-found {
	min-height: 100%;
	position: relative;
	background: #233f92 !important;
}
.not-found footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.not-found-text {
	padding: 0 10px 140px;
}
.not-found-text a {
	color: #fdc73c;
}
.not-found .logo {
	width: 100px;
	margin: 0 auto;
}
.not-found .logo span {
	display: block;
	font-size: 7px;
	padding: 5px 0 0;
}
.not-found .header-box {
	width: 100%;
	padding: 0;
}
.not-found header .phone-box {
	text-align: left;
	max-width: none!important;
	position: relative;
	padding: 20px 0 40px;
}
.not-found header .phone-box .phone {
	display: block;
}
.not-found .recall-btn {
	position: absolute;
	background: 0;
	padding: 0;
	height: 29px;
	width: 29px;
	overflow: hidden;
	color: transparent;
	margin: 0;
	right: 0;
	top: 0;
}
.not-found header .recall-btn {
	top: 45px;
	right: 0;
}
.not-found .recall-btn > svg {
	display: none;
}
.not-found .recall-btn svg {
	margin: 0;
}
.not-found .recall-btn span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 29px;
}
.not-found .recall-btn span svg path {
	fill: #fdc73c;
}
.error-text {
	font-size: 100px;
}
.not-found .menu-item {
	text-align: left;
		margin: 0 0 10px
}
.contacts-map-box {
	height: auto;
}
.contacts-map-box .service-map {
	height: 300px;
}
.contacts-box {
	position: relative;
	left: 0;
	top: 0;
	-webkit-transform: none;
	transform: none;
	width: calc(100% + 40px);
	margin: 0 -20px;
	background: #f5f5f5;
}
.contacts-box .h1 {
	position: absolute;
	left: 30px;
	top: -280px;
}
.contacts-map-box .service-map ymaps[class*=controls-pane]:before {
	box-shadow: 0 0 50px 50px rgba(255,255,255,.8);
}
.contacts-box .map-contacts-icon-box {
	width: 100%;
	box-sizing: border-box;
}
.contacts-box .map-contacts-icon-box {
	padding: 20px 20px 20px 70px;
}
.contacts-box .map-contacts-icon-box svg {
	left: 20px;
	width: 30px;
	height: 30px;
}
.contacts-box .map-contacts-icon-box.opened {
	background: #f5f5f5;
}
.support-box {
	padding: 20px 0 1px;
}
.available-shop > div:first-child {
	line-height: 17px;
}
.map-expand-box.opened {
	margin: 0 20px 20px;
}
.expand-box.opened > span + div > div {
	max-height: none;
}
.bg-column {
	display: none;
}
.sticky .sub-menu {
	position: static;
	z-index: 1;
}
.sticky .filter-btn {
	position: relative;
	top: 0;
	z-index: 2;
}
.sticky header {
	margin: 0 !important;
}
.overflow-line {
	white-space: nowrap;
	height: 50px;
	margin: 0 -20px;
	position: relative;
	overflow: hidden;
}
.overflow-line + .overflow-line {
	margin: 0 -20px 20px;
}
.overflow-line > div {
	padding: 0 20px;
	overflow-x: auto;
	position: relative;
	z-index: 1;
}
.mobile-menu {
	padding: 40px 20px;
}
.select-car-box {
    padding: 20px;
	margin: 0 -20px 20px;
}
.select-car-box > div {
    width: 100%;
    margin: 0 0 20px;
}
.select-model-box {
    padding: 20px;
	margin: 0 -20px 20px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.parts-accordion {
    padding: 20px;
    margin: 0 -20px;
	align-items: baseline;
}
.parts-accordion div {
    font-size: 16px;
}
.parts-accordion svg {
    width: 12px;
	height: 6px;
	margin: 0 0 3px 10px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.parts-accordion-content {
	padding: 20px 20px 0;
	display: block;
	position: fixed;
	left: 110%;
	width: 100%;
	box-sizing: border-box;
	top: 0;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: #f2f2f2;
	z-index: 2;
}
.parts-accordion-content.opened {
	left: 0;
	opacity: 1;
}
.parts-accordion-content > div > div {
	width: 100%;
}
.parts-menu-title {
    font-size: 14px;
	position: relative;
	padding: 20px 40px 20px 20px;
	margin: 0 -20px;
	border-bottom: 1px solid #d9d9d9;
	color: #233f92;
	cursor: pointer;
}
.parts-menu-title svg {
	display: block;
    top: 20px;
	right: 20px;
	position: absolute;
}
.parts-menu-content {
	padding: 20px 20px 0;;
	display: block;
	position: fixed;
	left: 110%;
	width: 100%;
	box-sizing: border-box;
	top: 0;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: #f2f2f2;
	z-index: 2;
}
.parts-menu-content.opened {
	left: 0;
	opacity: 1;
}
.parts-menu-overflow a {
	padding: 20px;
	margin: 0 -20px;
	border-bottom: 1px solid #d9d9d9;
}
.parts-menu-overflow a:nth-child(5) ~ a {
	max-height: none;
	opacity: 1;
	margin: 0 -20px;
}
.search-results .icon-btns-box {
	border-top: 1px solid #d9d9d9;
	padding: 10px 20px;
	margin: 0 -20px;
}
.search-results .title.h1 {
	margin: 0;
}
.search-results-box {
	padding: 20px;
	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: 40px 20px 10px;
    margin: 0 !important;
	width: auto;
}
.all-page-popup {
	max-width: none;
}
.all-categories-box .bottom-btns {
	max-width: 500px;
}
.row > div {
	flex: 1 0 auto;
}
.row .auto {
	padding-left: 20px !important;
	padding-right: 20px !important;
}