/*
Generated time: July 24, 2024 03:37
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.header-search-global {
  padding: 0;
}
.cm_collection-page-container {
  min-height: 400px;
}
.container block-section {
  margin: 0;
}
.cm_tabs-container {
  min-height: 560px;
  background: var(--ymm-home-bg);
}
.page-content {
  min-height: 375px;
}

.cm_tab-content .cm_vehicle-widget_button__go{
  border-radius: 5px;
}

@media (max-width: 550px) {
  .head-slot-item.head-slot-item-global-search {
    display: none;
  }
  .cm_tabs-container {
    min-height: 450px;
  }
}

.cm_tabs_header {
  display: flex;
  align-items: end;
  cursor: pointer;
}

.cm_tabs .cm_tab-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: rgb(139 139 139 / 50%);
  padding: 17px 0 10px;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: white;
  z-index: 1;
}

.cm_tabs .cm_tab-title span {
  font-weight: 600;
  font-size: 16px;
}

.cm_tabs .cm_tab-title:first-of-type {
  border-top-left-radius: 3px;
}

.cm_tabs .cm_tab-title:last-of-type {
  border-top-right-radius: 3px;
}

.cm_tabs .cm_tab-title.active {
  background-color: #000;
  padding-top: 13px;
  border-top: 4px #0074af solid;
}

@media screen and (max-width: 1024px) {
  .cm_tabs .cm_tab-title {
    flex: 1;
  }
}

@media screen and (min-width: 1025px) {
  .cm_tabs .cm_tab-title {
    min-width: 143px;
  }
}

.cm_tabs .cm_tab-content {
  background-color: #000;
  padding: 15px 32px;
  border-radius: 3px;
  border-top-left-radius: 0;
  min-height: 68px;
}

.cm_tabs .cm_tab-content:not(.active) {
  display: none;
}

@media screen and (max-width: 1024px) {
  .cm_tabs .cm_tab-content {
    border-top-right-radius: 0;
    padding: 15px;
    min-height: 236px;
  }
}

@media (max-width: 767px) {
  .cm_tabs .cm_tab-content {
    padding: 15px;
  }
}