/* Custom User CSS */
/* Import font from Google - Go to fonts.google.com, select a font and look for the import command */
@charset "UTF-8"; /* for fixing weird issue of font-awesome display on page load*/

/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap'); */

/* Use the imported font on the page: On Google you can also find the CSS instruction for using the font. If you put this in the body element then the font will be used on the whole website. */

@font-face {
    font-family: 'AION Type';
    src: url('../fonts/AIONType-regular.ttf') format('ttf'),
         url('../fonts/AIONType-regular-italic.ttf') format('ttf'),
         url('../fonts/AIONType-light.ttf') format('ttf'),
         url('../fonts/AIONType-light-italic.ttf') format('ttf'),
         url('../fonts/AIONType-bold.ttf') format('ttf'),
         url('../fonts/AIONType-bold-italic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* body {font-size:14pt; font-family: 'Quicksand', Helvetica, Arial, sans-serif; font-weight:400; font-display:swap;} */
/* h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: 'Quicksand', Helvetica, Arial, sans-serif; font-display: swap;} */
body {
  /* font-size:14pt;*/ 
  font-display:swap;
  color: #333;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'AION Type', Helvetica, Arial, sans-serif; 
  font-display: swap;
}

:root {
	--cassiopeia-color-primary: #000;
  	--cassiopeia-color-link: #c00000;
  	--cassiopeia-color-hover: #000;
  	--link-color: #d00000;
  	--link-hover-color: #800000;
}

:root:has(.sticky-top) [id] {
    /* scroll-padding-top: 100px; */
    scroll-behavior: smooth;
    scroll-margin-top: 175px;
}

.btn-outline-primary {
    --btn-color: #710c5e;
    --btn-border-color: #710c5e;
    --btn-hover-color: #fff;
    --btn-hover-bg: #710c5e;
    --btn-hover-border-color: #710c5e;
    --btn-focus-shadow-rgb: 1,1,86;
    --btn-active-color: #fff;
    --btn-active-bg: #c00000;
    --btn-active-border-color:#c00000;
    --btn-active-shadow: inset 0 3px 5px #00000020;
    --btn-disabled-color: #710c5e;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #710c5e;
    --gradient: none;
}

/* a, a:not([class]), a:hover {text-decoration:none;} */
.fa-whatsapp {color:#00a900;}
.fa-whatsapp:hover {color:#008000;}
.fa-facebook {color:#4646de;}
.fa-facebook:hover {color:#0000ff;}
.fa-telegram {color:#12b6e5;}
.fa-telegram:hover {color:#0ea8d3;}
.s2s_contenedor .fa-envelope {color:#4980e5;}
.s2s_contenedor .fa-envelope:hover {color:#3573e7;}


span.star {color:red; font-weight:bold;}


.container-header {
  height: 60px;
}
.container-header .grid-child {
/*    padding-top: 0; 
    padding-bottom: 0;
*/
}
.container-header .navbar-brand {padding: 0;}
.container-header .navbar-brand a img {width: 180px;}
.container-header .container-nav {padding: 0;}
.container-header nav {
    float: right;
    top: 8px;
    right: 80px;
    position: fixed;
}
.container-header .navbar-toggler {
    position: fixed;
    right: 30px;
    top: 15px;
    border: none;
}
.container-header .navbar-toggler:focus {
    box-shadow: none;
}
.container-header .navbar-toggler span.icon-menu {font-size: 1.3em;}
.metismenu.mod-menu .metismenu-item.level-2 {
  border-bottom: 1px solid #333;
  padding: 0.4em 0.8em;
}
.container-header .metismenu > li > a:hover:after, 
.container-header .metismenu > li > button:hover:before, 
.container-header .metismenu > li.active > a:hover:after, 
.container-header .metismenu > li.active > button:hover:before {
    background: #00E5FF;
    opacity: 1.0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    box-shadow: -1px -1px 12px 1px #00e5ff;
}
/* .container-header .metismenu > li > a:hover:after, 
.container-header .metismenu > li > button:hover:before, */
.container-header .metismenu > li.active > a:after, 
.container-header .metismenu > li.active > button:before {
    background: #00E5FF;
    opacity: 0.8;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.metismenu.mod-menu .metismenu-item.active > a, 
.metismenu.mod-menu .metismenu-item.active > button {
    color: var(--aion-dark-color);
    text-decoration: none !important;
}
.metismenu.mod-menu .metismenu-item > a:hover, 
.metismenu.mod-menu .metismenu-item > button:hover {
    color: var(--aion-color);
    text-decoration: none !important;
}
.container-header .mod-menu a, 
.container-header .mod-menu button {color: #fff;}
.metismenu.mod-menu .mm-collapse {
  background: var(--cassiopeia-color-primary);
  box-shadow: 2px 2px 8px #ccc !important;
}


.mod-login-logout__login-greeting.login-greeting {
    float: left;
}
.mod-login-logout__button.logout-button {
    float: left;
    margin-left: 1em;
}
.mod-login-logout .logout-button button[type="submit"] {
  background-color: #c00;
  border-color: #c00;
}


/* HOME - SLIDESHOW */
.slideshowck .camera_prev:hover, 
.slideshowck .camera_next:hover, 
.slideshowck .camera_commands:hover {
  background: #ffffff85;
}
.camera_wrap .camera_pag .camera_pag_ul {text-align: center}
.camera_wrap .camera_pag .camera_pag_ul li {background: #ccc;}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {background: var(--aion-dark-color);}
.camera_wrap .camera_bar span.camera_bar_cont span {background-color: var(--aion-dark-color) !important;}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {background: #d8d8d880;}


/* HOME - PRODUCTS */




/* PRODUCTS - MODELS */
:root {
  --aion-color: #32cbd3;
  --aion-dark-color: #00a6ae;
  --black: #000;
  --grey: #8b939a;
  --maroon: #6b1d2f;
  --orange: #f26522;
  --purple: #34174a;
  --silver: #c5c9cc;
  --white: #fff;
  --dark-blue: #324850;
  --dark-blue-two-tone: #324850;
  --sea-grey: #657282;
  --sand-cream: #beb19b;
  --elegant-grey: #5a6060;
  --green: #5accb9;
  --almond-beige: #ebddd1;
  --emerald-green: #21738e;
  --moonstone-silver: #e4edff;
}

.view-article.menu-product .site-grid {margin-top: 30vw;}

.menu-product main {margin-top: 0;}
.menu-product main .item-image {
    position: absolute;
    left: 0;
    top: 60px;
}
.menu-product main .item-content {
    margin-top: 30vw;
}

ul.fields-container li {list-style: none;}
ul.fields-container li[class*="spesifikasi-fitur-unggulan"] {
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px;
    box-shadow: 0px 0px 6px #ddd;
}
li.field-entry.download-brosur {
    margin-top: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 12px 20px;
    background: #00720a;
    color: white;
    border-radius: 6px;
}
li.field-entry.download-brosur a {
    color: inherit;
    text-decoration: none;
}
li.field-entry.download-brosur a:before {
  content: "\f019";
  font-family: "Font Awesome 6 Free";
  font-size: 2.0em;
  padding-right: 12px;
  font-weight: 600;
  float: left;
}

li.field-entry.contact {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 12px 20px;
    background: #00720a;
    color: #fff !important;
    border-radius: 6px;
}
li.field-entry.contact a {
    color: inherit;
    text-decoration: none;
}
li.field-entry.contact a:before {
  content: "\f232";
  font-family: "Font Awesome 6 Brands";
  font-size: 1.2em;
  padding-right: 10px;
  font-weight: 600;
}

li.field-entry.jadwalkan-test-drive {
    margin-top: 20px;
    margin-bottom: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 12px 20px;
    background: #00720a;
    color: #fff !important;
    border-radius: 6px;
}
li.field-entry.jadwalkan-test-drive a {
    color: inherit;
    text-decoration: none;
}
li.field-entry.jadwalkan-test-drive a:before {
  content: "\f274";
  font-family: "Font Awesome 6 Free";
  font-size: 1.2em;
  padding-right: 10px;
  font-weight: 400;
}

li.field-entry.short-description {
  margin-top: 30px;
  width: 100%;
  display: inline-block;
}

li.field-entry.harga {
  margin-top: 30px;
/*  padding: 12px 20px; */
  font-size: 1.5em;
}

li.field-entry[class*="key"] {
    font-size: 1.2em;
    border-bottom: 1px solid cyan;
    border-left: 1px solid cyan;
    box-shadow: -4px 2px 4px cyan;
    margin: 10px 20px 10px 8px;
    padding: 10px;
    max-width: 260px;
    min-width: 240px;
    float: left;
    display: inline-table;
}
li.field-entry[class*="key"] span.field-value { 
    font-size: 1.3em;
    padding-right: 4px;
}

.car-selector {
  margin-bottom: 2em;
}

.car-selector input[type="radio"] {display:none;}

.car-selector .car-image {
    border: 1px solid #ccc;
    border-radius: 20px;
}
.car-selector .car-image img {
    display:none;
    margin: auto;
}

.car-selector #black:checked ~ .car-image .black {display:block;}
.car-selector #grey:checked ~ .car-image .grey {display:block;}
.car-selector #maroon:checked ~ .car-image .maroon {display:block;}
.car-selector #orange:checked ~ .car-image .orange {display:block;}
.car-selector #purple:checked ~ .car-image .purple {display:block;}
.car-selector #silver:checked ~ .car-image .silver {display:block;}
.car-selector #white:checked ~ .car-image .white {display:block;}
.car-selector #dark-blue:checked ~ .car-image .dark-blue {display:block;}
.car-selector #dark-blue-two-tone:checked ~ .car-image .dark-blue-two-tone {display:block;}
.car-selector #sea-grey:checked ~ .car-image .sea-grey {display:block;}
.car-selector #wilderness-sand-cream:checked ~ .car-image .wilderness-sand-cream {display:block;}
.car-selector #elegant-grey:checked ~ .car-image .elegant-grey {display:block;}
.car-selector #white-black:checked ~ .car-image .white-black {display:block;}
.car-selector #green:checked ~ .car-image .green {display:block;}
.car-selector #green-black:checked ~ .car-image .green-black {display:block;}
.car-selector #almond-beige:checked ~ .car-image .almond-beige {display:block;}
.car-selector #emerald-green:checked ~ .car-image .emerald-green {display:block;}
.car-selector #emerald-green-two-tone:checked ~ .car-image .emerald-green-two-tone {display:block;}
.car-selector #moonstone-silver:checked ~ .car-image .moonstone-silver {display:block;}

.car-selector .current-color {
    text-align: center;
    font-size: 1.2em;
    padding: 20px;
}
.car-selector .current-color span {
    display:none;
    font-weight: bold;
    color: var(--aion-dark-color);
}

.car-selector #black:checked ~ .current-color .black {display:inline;}
.car-selector #grey:checked ~ .current-color .grey {display:inline;}
.car-selector #maroon:checked ~ .current-color .maroon {display:inline;}
.car-selector #orange:checked ~ .current-color .orange {display:inline;}
.car-selector #purple:checked ~ .current-color .purple {display:inline;}
.car-selector #silver:checked ~ .current-color .silver {display:inline;}
.car-selector #white:checked ~ .current-color .white {display:inline;}
.car-selector #dark-blue:checked ~ .current-color .dark-blue {display:inline;}
.car-selector #dark-blue-two-tone:checked ~ .current-color .dark-blue-two-tone {display:inline;}
.car-selector #sea-grey:checked ~ .current-color .sea-grey {display:inline;}
.car-selector #wilderness-sand-cream:checked ~ .current-color .wilderness-sand-cream {display:inline;}
.car-selector #elegant-grey:checked ~ .current-color .elegant-grey {display:inline;}
.car-selector #white-black:checked ~ .current-color .white-black {display:inline;}
.car-selector #green:checked ~ .current-color .green {display:inline;}
.car-selector #green-black:checked ~ .current-color .green-black {display:inline;}
.car-selector #almond-beige:checked ~ .current-color .almond-beige {display:inline;}
.car-selector #emerald-green:checked ~ .current-color .emerald-green {display:inline;}
.car-selector #emerald-green-two-tone:checked ~ .current-color .emerald-green-two-tone {display:inline;}
.car-selector #moonstone-silver:checked ~ .current-color .moonstone-silver {display:inline;}

.car-selector .labels-buttons {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}
.car-selector .labels-buttons label {
    display:inline-table;
    padding:10px 10px;
    border:1px solid #ccc;
    border-radius: 12px;
    cursor:pointer;
    margin: 4px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 1.2;
    background: #f8f8f8;
}
.car-selector .labels-buttons label:hover {
  border: 1px solid cyan;
}

/*.car-selector input:checked ~ .labels-buttons label[for="input.id"] */
.car-selector #black:checked ~ .labels-buttons label[for="black"],
.car-selector #grey:checked ~ .labels-buttons label[for="grey"],
.car-selector #maroon:checked ~ .labels-buttons label[for="maroon"],
.car-selector #orange:checked ~ .labels-buttons label[for="orange"],
.car-selector #purple:checked ~ .labels-buttons label[for="purple"],
.car-selector #silver:checked ~ .labels-buttons label[for="silver"],
.car-selector #white:checked ~ .labels-buttons label[for="white"], 
.car-selector #dark-blue:checked ~ .labels-buttons label[for="dark-blue"], 
.car-selector #dark-blue-two-tone:checked ~ .labels-buttons label[for="dark-blue-two-tone"], 
.car-selector #sea-grey:checked ~ .labels-buttons label[for="sea-grey"],
.car-selector #wilderness-sand-cream:checked ~ .labels-buttons label[for="wilderness-sand-cream"], 
.car-selector #elegant-grey:checked ~ .labels-buttons label[for="elegant-grey"], 
.car-selector #white-black:checked ~ .labels-buttons label[for="white-black"], 
.car-selector #green:checked ~ .labels-buttons label[for="green"], 
.car-selector #green-black:checked ~ .labels-buttons label[for="green-black"], 
.car-selector #almond-beige:checked ~ .labels-buttons label[for="almond-beige"], 
.car-selector #emerald-green:checked ~ .labels-buttons label[for="emerald-green"], 
.car-selector #emerald-green-two-tone:checked ~ .labels-buttons label[for="emerald-green-two-tone"],
.car-selector #moonstone-silver:checked ~ .labels-buttons label[for="moonstone-silver"] {
    border:3px solid #32cbd3;
}

.car-selector .label-color {
  border: 1px solid #ccc;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 6px auto;
}
.car-selector .label-color.color-black {background: var(--black);}
.car-selector .label-color.color-grey {background: var(--grey);}
.car-selector .label-color.color-maroon {background: var(--maroon);}
.car-selector .label-color.color-orange {background: var(--orange);}
.car-selector .label-color.color-purple {background: var(--purple);}
.car-selector .label-color.color-silver {background: var(--silver);}
.car-selector .label-color.color-white {background: var(--white);}
.car-selector .label-color.color-dark-blue {background: var(--dark-blue);}
.car-selector .label-color.color-dark-blue-two-tone {background: linear-gradient(180deg, #e4e6e7 40%, #324850 40%);}
.car-selector .label-color.color-sea-grey {background: var(--sea-grey);}
.car-selector .label-color.color-sand-cream {background: var(--sand-cream);}
.car-selector .label-color.color-elegant-grey {background: var(--elegant-grey);}
.car-selector .label-color.color-white-black {background: linear-gradient(180deg, #000 40%, #fff 40%);}
.car-selector .label-color.color-green {background: var(--green);}
.car-selector .label-color.color-green-black {background: linear-gradient(180deg, #000 40%, var(--green) 40%);}
.car-selector .label-color.color-almond-beige {background: var(--almond-beige);}
.car-selector .label-color.color-emerald-green {background: var(--emerald-green);}
.car-selector .label-color.color-emerald-green-two-tone {background: linear-gradient(180deg, #fff 40%, var(--emerald-green) 40%);}
.car-selector .label-color.color-moonstone-silver {background: var(--moonstone-silver);}

.item-page .icons:has(> .float-end a[aria-describedby*="editarticle"]) {
  display: flow-root;
}


/* PREVENT EDIT PRODUCT DETAIL in Frontend */
.menu-product .edit.item-page:not(.isManager) #com-content-form #jform_title, 
.menu-product .edit.item-page:not(.isManager) #com-content-form #jform_alias {
  background-color: #eee;
  color: #555;
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
}
.menu-product .edit.item-page:not(.isManager) #com-content-form joomla-editor-codemirror:has(> div.cm-editor) {
  visibility: hidden;
}
.menu-product .edit.item-page:not(.isManager) joomla-tab-element#options .choices:has(select#jform_catid), 
.menu-product .edit.item-page:not(.isManager) joomla-tab-element#options select#jform_featured, 
.menu-product .edit.item-page:not(.isManager) joomla-tab-element#options select#jform_access {
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
  background: #eee;
  color: #888;
}


/* News / Promo */
.news .mod-articles-item {
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: 1px 1px 6px #ccc;
    border-radius: 6px;
}
.news .mod-articles-item:hover {box-shadow: 0 0 2px #ccc;}
.news .mod-articles-title {text-align: center;}
.news-promo .com-content-article__body {
    font-size: 1.2em;
}
.news-promo .item-image {
  width: 100%;
  text-align: center;
}



/* PRICELIST */
body.pricelist form#adminForm {margin-bottom: 6em;}
body.pricelist form#adminForm table::-webkit-scrollbar {
    width: 8px;
}
body.pricelist form#adminForm table::-webkit-scrollbar-thumb {
    background: #00bcb5;
    border-radius: 6px;
}
body.pricelist form#adminForm table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px grey;
    border-radius: 6px;
}

body.pricelist table.com-content-category__table th {
  font-weight: bold; 
  background: #fffaf4;
}
body.pricelist table.com-content-category__table td {
  min-width: 90px;
  white-space: nowrap;
}
body.pricelist table.com-content-category__table thead th#categorylist_header_title, 
body.pricelist table.com-content-category__table tbody th {
    position: sticky;
    left: 0;
    padding: 10px 5px;
    z-index: 1;
    min-width: 100px;
}




/* OTHER MODELS */
.other-models .mod-articles-item-content, .box-shadow {
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: 2px 2px 8px #ccc;
    text-align: center;
    border-radius: 10px;
}
.other-models .mod-articles-item-content:hover, .box-shadow:hover {
    box-shadow: 1px 1px 4px #ccc;
    border: 1px solid var(--aion-dark-color);
}



.pagination {
	--pagination-active-bg: #c00000;
	--pagination-active-border-color: #c00000;
}
.pagination a:hover {color:#fff; border-color:#c00000; background:#a00000;}


.flickity-prev-next-button .arrow {fill: darkcyan !important;}


/* SOSMED YOUTUBE - INSTAGRAM */
.sosmed-right-fix {position:fixed; top:350px; right:10px; font-size:1.4em;}
.sosmed-right-fix a {display:block; text-align:right; margin-bottom:20px;}
.sosmed-right-fix a:hover {text-decoration:none;}
.sosmed-right-fix a svg {width:30px; vertical-align:middle;} 
.sosmed-right-fix span.fab {font-size:1.0em; font-family: 'Font Awesome 6 Brands'; text-shadow: 0 0 6px #fff;}
.sosmed-right-fix .sosmed span:not(.fab) {transition:500ms; position:absolute; right:0px; margin-top:4px; opacity:0; visibility: hidden; font-size: 0.8em;}
.sosmed-right-fix .sosmed:hover span:not(.fab) {transition:300ms; right:30px; text-shadow:1px 1px 1px white; opacity:1; visibility: visible;}


/* Fix Whatsapp @bottom-right */
.moduletable.fix-whatsapp-icon {
  position: fixed;
  bottom: 70px;
  right: 15px;
}
.moduletable.fix-whatsapp-icon i {
  transition: transform 0.6s ease-in-out;
}
.moduletable.fix-whatsapp-icon i:hover {
  transform: rotate(720deg);
}


.pulse {
  box-shadow: 0 0 0 rgba(0,169,0, 0.4);
  animation: pulse 2s infinite;
  border-radius: 50%;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,169,0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(0,169,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,169,0, 0);
  }
}
@keyframes pulse {
  0% {
      -moz-box-shadow: 0 0 0 0 rgba(0,169,0, 0.4);
      box-shadow: 0 0 0 0 rgba(0,169,0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(0,169,0, 0);
      box-shadow: 0 0 0 20px rgba(0,169,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,169,0, 0);
      box-shadow: 0 0 0 0 rgba(0,169,0, 0);
  }
}


a#back-top span.icon-arrow-up {color: var(--aion-dark-color);}


.footer {background-image: none; background-color: #000; font-size: 12pt; /* margin-top:3rem; */}
.footer .grid-child {padding:0.5rem; display:inline-block;}
.footer .mod-footer {font-size:12pt; padding:10px; /* border-top:1px solid #ccc;*/}
.footer a {color:#eee;}
.footer a:hover {color:#fff;}
.footer .mod-footer .footer2 {display:none;}



@media (min-width: 1200px) {
  .home-products .home-container-products .card-image {height: 15vw;}
  .menu-product .other-models .mod-articles-item-content {height: 20vw;}
  .hot_joomla_carousel_slides .gallery-cell {width: 16.66% !important;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hot_joomla_carousel_slides .gallery-cell {width: 20% !important;}
}

@media (min-width: 992px) {
    
}

@media (max-width: 991px) {
  .container-header {
    position: sticky !important;
  }
  .container-header nav {
      margin-top: 0 !important;
      right: 0;
      width: 200px;
  }  
  .container-header .navbar-toggler[aria-expanded="true"] .icon-menu:before {
      content: "\f00d";
      font-size: 1.3em;
  }
  .container-header .navbar-collapse.show {
      background-color: #000;
      margin-top: 50px;
  }
  .metismenu.mod-menu .metismenu-item.level-1 {border-bottom: 1px solid #333;}
/*  .metismenu.mod-menu .metismenu-item.active > a, 
  .metismenu.mod-menu .metismenu-item.active > button, 
  .metismenu.mod-menu .metismenu-item > a:hover, 
  .metismenu.mod-menu .metismenu-item > button:hover {
    text-decoration: none;
  } */
}

@media (min-width: 480px) and (max-width: 991px) {
    
}

@media (min-width: 976px) {

}

@media (max-width: 975px) {

}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-products .home-container-products .card-image {height: 25vw;}
  .menu-product .mod-articles-grid {grid-template-columns: 1fr 1fr;}
  .menu-product .other-models .mod-articles-item-content {height: 28vw;}
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .hot_joomla_carousel_slides .gallery-cell {width: 25% !important;}
}

@media (min-width: 768px) {
  ul.fields-container:has(> li[class*="spesifikasi-fitur-unggulan"]) {
    float: right;
    max-width: 500px;
    width: 35%;
  }
  ul.fields-container:has(> li[class*="harga"]) {
    float: right;
    max-width: 400px;
    width: 35%;
    margin-top: 30px;
  }
  .car-selector {
    float: left;
    max-width: 1000px;
    width: 65%;
  }
}

@media (max-width: 767px) {
   
}

@media (max-width: 767px) and (min-width: 576px) {
   .hot_joomla_carousel_slides .gallery-cell {width: 33.33% !important;}
}

@media (max-width: 767px) and (min-width: 480px) {
  	
}

@media (max-width: 767px) and (min-width: 400px) {
   li.field-entry.download-brosur {
     width: 220px;
     margin-right: 20px;
   }
   li.field-entry.contact {
     width: 220px;
     margin-right: 20px;
   }
   
}

@media (min-width: 576px) {

}

@media (max-width: 575px) {
  .menu-product ul.fields-container {padding: 0;}
  body.pricelist table.com-content-category__table {
    display: block;
    overflow-x: auto;
  }
  body.pricelist table.com-content-category__table thead th:not(#categorylist_header_title) {
    max-width: 100px;
    white-space: pre-wrap;
  }
  .hot_joomla_carousel_slides .gallery-cell {width: 50% !important;}
}

@media (min-width: 480px) {
    
}

@media (max-width: 479px) {
  .container-header .navbar-brand a img {
     width: 150px;
  }
  .icon-menu:before {
    font-size: 0.9em;
  }
  .container-header .navbar-toggler[aria-expanded="true"] .icon-menu:before {
    font-size: 1.1em;
  }
  .car-selector .current-color {font-size: 1em;}
  .car-selector .labels-buttons label {
    font-size: 0.9em;
    padding: 4px;
    width: 65px;
  }
  li.field-entry:has(span > a) {padding: 10px 20px !important;}
  li.field-entry a {font-size: 0.95em;}
}

@media (max-width: 400px) {
  body.wrapper-fluid .site-grid {grid-gap: 0 1em;}
/*  li.field-entry.download-brosur {width: 100%;} */
/*  .hot_joomla_carousel_slides .gallery-cell {width: 100% !important;} */
}


