/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

:root {
  --hover-color: #4db2ec;
  --border-color: #e0e0e0;
  --bg-hover-gray-color: #4f4f4f;
  --white-color: #fff;
  --black-color: #000;
  --red-color: #B21010;
  /* --red-color: #eb5757; */
  --border-nav-menu: #828282;
  --black-222: #222;
  --black-333: #333;
  --black-666: #666;
  --black-777: #777;
  --header-height: 42px;
  --header-height-large: 52px;
  --width-item-slider: 300px;
  --width-item-slider-calc: -300px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* html, body {
  scroll-behavior: smooth;
} */

body {
  font-family: "Montserrat";
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #222222;
  background-color: #fff;
}

a {
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--white-color);
  background: var(--black-color);
}

::selection {
  color: var(--white-color);
  background: var(--black-color);
}

.list-content {
  position: relative;
  height: max-content;
}

.list-content i.arrow {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  color: var(--black-666);
  cursor: pointer;
  display: none;
  font-size: 24px;
  z-index: 1;
}

.list-content i.right {
  right: 0px;
  left: unset;
}

.cta {
  position: absolute;
  bottom: 0;
  gap: 15px;
  /* top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  visibility: hidden;
  opacity: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
}

.cta .cta-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.cta .cta-left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cta .cta-left .bottom {
  text-align: center;
  color: var(--white-color);
  font-weight: 600;
  display: block;
}

.cta .cta-right {
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta .cta-right .download {
  font-size: 37px;
}

.cta .cta-right .bottom {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* popup */
.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 9999;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup .content .close {
  color: #b8b8b8;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  line-height: 38px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: auto;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 2px solid transparent;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.popup .content .close:hover {
  border: 2px solid var(--white-color);
  color: var(--white-color);
  -webkit-transform: rotate(180deg) scale(0.8);
  -ms-transform: rotate(180deg) scale(0.8);
  transform: rotate(180deg) scale(0.8);
  -ms-transform: rotate(180deg) scale(0.8);
  transform: rotate(180deg) scale(0.8);
}

.popup.active .content .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup .content .img img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.popup .content .img {
  padding: 0 10px;
}

.popup .content .desc {
  color: var(--white-color);
  font-size: 13px;
  line-height: 18px;
  display: block;
}

.loading-spin {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9999999;
}

.loading-spin.active {
  visibility: visible;
  opacity: 1;
}

.loader {
  border: 2px solid var(--white-color);
  border-radius: 50%;
  border-top: 2px solid var(--black-222);
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}

@media only screen and (max-width: 767px) {
  .list-content {
    padding: 0 20px;
  }

  /* .list-content i.arrow {
    display: block;
  } */
  /* .list-content i.arrow {
    display: block;
  } */
}

@media only screen and (max-width: 576px) {
  .cta {
    width: 100%;
    /* -webkit-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8); */
  }
}

.pagination .wp-pagenavi {
  display: flex;
  max-width: 100%;
}

.pagination .wp-pagenavi a,
.wp-pagenavi span {
  width: 44px;
  height: 44px;
  border: 1px solid #bdbdbd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bdbdbd;
  font-size: 15px;
  flex-flow: row;
  margin-left: 25px;
}

a.page.larger:hover {
  color: #222;
  border-color: #222;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "";
}

.breadcrumb {
  display: block;
}

.breadcrumb a:first-child li {
  padding-left: 0;
}

.breadcrumb-item {
  display: inline;
  word-break: break-word;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.wpcf7-spinner {
  display: none;
}

/* resize pagenavi on mobile */
@media only screen and (max-width: 576px) {

  .pagination .wp-pagenavi a,
  .wp-pagenavi span {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }
}

/* resize recapcha */
.cf7sr-g-recaptcha {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.8);
  /* scale recaptcha image to fit */
  transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.8);
  /* scale recaptcha image to fit */
  transform: scale(0.8);
}

/* consultant form */
.consult-popup {
  position: fixed;
  right: 60px;
  bottom: 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: var(--white-color);
  padding: 20px 30px;
  width: 318.75px;
  height: 400px;
  overflow-y: auto;
  z-index: 1;
  visibility: hidden;
}

.consult-popup.active {
  visibility: visible;
}

/* .consult-time input[type="date"] {
  width: 80%;
  margin-right: 5px;
} */

input[name="consult_name"],
input[name="consult_email"],
input[name="consult_phone"],
input[name="consult_area"] {
  width: 100%;
}

input[name="consult_time"] {
  width: 50%;
}

textarea {
  outline: none;
}

.consult-close {
  margin-left: auto;
  display: block;
  width: max-content;
  margin-left: auto;
  top: 4px;
  right: 8px;
  position: absolute;
}

.consult-close button {
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--black-333);
  font-size: 28px;
  font-weight: 600;
}

.consult-title {
  font-size: 30px;
  line-height: 39px;
  font-weight: 600;
  text-transform: uppercase;
}

.consult-form label {
  font-size: 13px;
  font-weight: 600;
}

.consult-form>label+label {
  margin-top: 15px;
}

.consult-form label input[type="text"],
.consult-form label input[type="tel"] {
  display: block;
  padding: 0 8px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid var(--border-color);
  outline: none;
  margin-top: 5px;
}

.textarea {
  max-width: 450px;
}

input[name="consult_time"],
.textarea,
.consult-time input[type="date"],
.consult-time input[type="time"] {
  border: 1px solid var(--border-color);
  font-size: 15px;
  outline: none;
}

textarea::placeholder,
.consult-form label input[type="text"]::placeholder {
  font-style: italic;
  font-size: 15px;
}

.consult-form label .pattern {
  color: #df280a;
}

.consult-form label.error,
.consult-form .script {
  color: #df280a;
  font-size: 12px;
}

.consult-form label input.error {
  border: 1px solid #df280a;
}

.consult-interview {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
}

.consult-form label .string::before {
  content: "";
  background: var(--black-color);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  display: inline-block;
}

input[type="radio"]:checked~.radio-dot::before {
  visibility: visible;
}

input[type="radio"]:disabled~.radio-dot {
  opacity: 0.4;
}

.radio-dot {
  width: 16px;
  height: 16px;
  border: 1px solid #7e7e7e;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
}

.radio-dot::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--black-color);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

input[type="submit"] {
  padding: 8px 15px;
  background-color: transparent;
  outline: none;
  border: 2px solid var(--black-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-left: auto;
  display: block;
  width: max-content;
  min-width: 140px;
}

.consult-interview .img {
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
  max-width: 258px;
}

.consult-interview .img img {
  width: 100%;
}

.consult-form .wpcf7-list-item {
  display: inline;
}

.modal-float-menu {
  width: 60px;
  height: 60px;
  background: var(--black-color);
  position: fixed;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}

.modal-float-menu .modal-float-menu-icon {
  width: 70%;
  height: 70%;
  margin: auto;
}

.modal-float-menu-main {
  position: absolute;
  height: 400px;
  width: 318px;
  background: black;
  left: 0;
  bottom: 0;
  transform: translateX(calc(-100% - 16px));
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  visibility: hidden;
}

.modal-float-menu-main .float-menu-title {
  font-size: 16px;
  font-weight: 500;
  background-color: #ffffff;
  text-align: center;
  padding: 12px 0px;
}
.modal-float-menu-main .float-form {
  overflow: auto;
}
.modal-float-menu-main .float-menu-body {
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: space-between;
}

.modal-float-menu-main .modal-float-menu-close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 6px;
  right: 2px;
}

.modal-float-menu-main .float-menu-body .float-menu-item {
  display: flex;
  align-items: center;
  padding: 24px 16px;
  gap: 12px;
}

.modal-float-menu-main .float-menu-body .float-menu-item .menu-item-icon {
 height: 56px;
 width: 72px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.modal-float-menu-main .float-menu-body .float-menu-item .menu-item-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.modal-float-menu-main.float-form {
  transition: height 0.3s ease-in-out;
  background: #fff;
}

.modal-float-menu-main.float-form .float-menu-title {
  background-color: #5e6a6c;
  color: #ffffff;
}

.modal-float-menu-main.float-form .float-form-body {
  padding: 24px 32px;
/*  overflow-y: scroll;*/
  justify-content: start;
  align-content: normal;
  gap: 6px;
}



.modal-float-menu-main.float-form .float-form-body .float-form-required {
  color: red;
  font-size: 14px;
}

.modal-float-menu-main.float-form .float-form-body .float-form-input {
  width: 100%;
}

.modal-float-menu-main.float-form .float-form-body .float-form-input select {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}

.modal-float-menu-main.float-form .float-form-body .float-form-input select option{
  font-family: 'Montserrat', sans-serif;
}

.modal-float-menu-main.float-form .float-form-body .float-form-input select option:first-child{
  display: none;
}

.modal-float-menu-main.float-form .float-form-body .float-form-input *:is(select,input,textarea) {
  width: 100%;
  background-color: #e6e3e3;
  font-size: 14px;
  border-radius: 6px;
  min-height: 42px;
  padding: 8px 12px;
  border: none;
  outline: none
}

.modal-float-menu-main.float-form .float-form-body .float-form-input *:is(input:not(input[type='submit']),textarea)::placeholder {
  text-align: center;
  font-size: 14px;
}

.modal-float-menu-main.float-form .float-form-body .float-form-input textarea {
  resize: none;
}

.modal-float-menu-main.float-form .float-form-body .float-form-input input[type='submit'] {
  background-color: var(--black-color);
  width: 70%;
  height: 48px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 auto;
}


@media only screen and (min-width: 1024px) {
  input[name="consult_time"] {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  :root {
    --width-item-slider: 166px;
    --width-item-slider-calc: -166px;
  }

  .popup .content {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  :root {
    --width-item-slider: 250px;
    --width-item-slider-calc: -250px;

  }

  .consult-popup.active {
    height: 85%;
  }

  .consult-form label {
    display: block;
  }

  .margin-left-responsive {
    margin-left: 0px !important;
  }

  /* .consult-popup {
    position: relative;
    right: 0px;
    bottom: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: var(--white-color);
    padding: 20px 30px;
    width: 97vw;
    height: 90vh;
    overflow-y: auto;
    z-index: 99;
    visibility: hidden;
    margin-top: 10px;
  } */

  .consult-form {
    flex-grow: 1;
    overflow-x: hidden;
  }

  .consult-popup {
    position: relative;
    right: 0px;
    bottom: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: var(--white-color);
    padding: 20px 30px;
    width: 97vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 99;
    visibility: hidden;
    margin-top: 10px;
  }

  .modal-popup-form,
  .modal-popup-success {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.2s linear;
    z-index: 9;
  }

  .modal-popup-form .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .modal-popup-form.active,
  .modal-popup-success.active {
    visibility: visible;
    opacity: 1;
  }

  .popup-success {
    position: relative;
    right: 0px;
    bottom: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 96%;
    overflow-y: auto;
    z-index: 1;
  }

  .consult-form label.error,
  .consult-form .script {
    float: right;
  }

  /* .consult-popup.active {
    visibility: hidden;
  } */
}

@media only screen and (max-width: 576px) {
  :root {
    --width-item-slider: 175px;
    --width-item-slider-calc: -175px;
  }

  .breadcrumb-item {
    font-size: 12px;
    padding-left: 6px;
  }

  .breadcrumb-item.symbol::before {
    font-size: 10px;
    padding-right: 9px;
  }

  .modal-float-menu-main {
    width: 310px;
    transform: translateX(calc(-100% - 6px));
    max-width: calc(100vw - 30px - 5px - 60px - 6px);
  }

  .modal-float-menu-main.float-form {
    height: 646px;
  }
}

@media only screen and (max-width: 576px) and (max-height: 720px) {
  .modal-float-menu-main.float-form {
    height: 560px;
  }
}

@media only screen and (max-width: 576px) and (max-height: 640px) {
  .modal-float-menu-main.float-form {
    height: 484px;
  }
}

@media only screen and (max-width: 479px) {
  input[type="submit"] {
    padding: 8px 15px;
    background-color: transparent;
    outline: none;
    border: 2px solid var(--black-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin-left: auto;
    display: block;
    width: 100%;
    min-width: 140px;
    color: var(--black-222);
    border-radius: unset;
  }
}

.ui-timepicker-container {
  z-index: 1 !important;
}

.popup-success {
  background: url(../img/showroom-detail-popup.png) 0 0 no-repeat;
  background: url(../img/showroom-detail-popup.png) 0 0 no-repeat;
  background-size: cover;

  position: fixed;
  right: 60px;
  bottom: 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: var(--white-color);
  width: 25%;
  overflow-y: auto;
  z-index: 1;
  visibility: hidden;
}

.popup-success {
  position: fixed;
  right: 80px;
  bottom: 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 25%;
  overflow-y: auto;
  z-index: 1;
  visibility: hidden;
}

.popup-success.active {
  visibility: visible;
}

.popup-success img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup-success .popup-success-content {
  padding: 40px 30px;
  z-index: 1;
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.popup-success .popup-success-close {
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 24px;
  cursor: pointer;
}

/* .breadcrumb-tech .breadcrumb-item {
  color: #898989;
  font-weight: 400;
}

.breadcrumb-tech .breadcrumb-item.symbol::before {
  content: ">>";
  float: unset;
  font-size: 14px;
  margin: 0 10px;
  color: #222;
} */

.m-box-headnav .headnav-area {
  top: 42px !important;
}

.item .info .type {
  align-items: flex-end !important;
}

i.symbol.gift {
  color: #eb5757;
  font-size: 33px;
}