/*
Theme Name: Pedder Auto Group
Theme URI: https://pedderautogroup.com
Template: maxwheels
Author: Pedder Auto Group
Author URI: https://pedderautogroup.com
Description: Pedder Auto Group customized theme
Tags: pedder-auto-group
Version: 1.0.0.1689005097
*/
@media (min-width: 900px) {
    .menu-item-38146 a {
        /*color: #000000!important;*/
        /*font-weight: bold;*/
        /*text-transform: uppercase;*/
        /*letter-spacing: 1px;*/
    }
}
@media (max-width: 899px) {
    .menu-item-38146 a {
        color: #DC0000!important;
        font-weight: bold;
        text-transform: uppercase;
    }
}
.logo-button {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}

.logo-button img {
    max-width: 100%; 
}

.logo-button:hover {
    background-color: #e0e0e0;
}
.logo-button-home {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    text-align: center;
    background-color:#FFF;
    box-shadow: 5px 8px 8px rgba(24,25,30,.04);
    transition: 0.3s;
}

.logo-button-home img {
    max-width: 100%; 
}

.logo-button-home:hover {
    background: #ffeff0;
}
.cond-badge{
	display: inline-block;
	text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1px;
    font-size: 21px;
    line-height: 25px;
    padding: 3px 50px;
    color: #fff;
    font-weight: 400;
    background: #dc0000;
}
.clr-yal{
	color: #D30000 !important;
	font-size: 26px;
}

.prof-style-4{
	border-radius: 0;
	border: 3px solid #eee;
	border-bottom: 3px solid #eee;
}
.scrollable-container {
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-width: thin;
	scrollbar-color: #888 #f1f1f1;
}
.scrollable-container::-webkit-scrollbar {
	width: 8px;
}

.scrollable-container::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 4px;
}

.scrollable-container::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

.scrollable-container::-webkit-scrollbar-thumb:active {
	background-color: #333;
}

.scrollable-container ol {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow-x: auto;
}

.scrollable-container li {
	margin-right: 3px;
	flex: 0 0 auto;
}

.scrollable-container li img {
object-fit: contain;
}

.flex-control-nav.flex-control-thumbs {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
  width: 8px;
  height:8px;
}

.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px;
}

.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb:active {
  background-color: #333;
}
.btn-alt {
    background-color: #f1f1f1 !important;
    border-color: #f1f1f1 !important;
	color: #0f0d1d !important;	
	line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    padding: 12px 2rem;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    white-space: nowrap;
    outline: 0;
    text-decoration: none;
    transition: all 150ms ease-out;
    cursor: pointer;
}
 .btn.btn-alt:hover {
    background-color: #d8d8d8 !important;
}
  .key-feat .list-inline {
    display: flex;
    flex-wrap: wrap;
  }

  .key-feat .list-inline li {
    display: flex;
    align-items: flex-start;
  }

  .key-feat .list-inline li p,
  .key-feat .list-inline li span {
    margin-bottom: 0;
    display: block;
  }

.key-feat .single-car-categry-2 ul li::before{
    background-color: #D30000 !important;
}
.key-feat .single-car-categry-2 ul li::after {
    border: 1px solid #D30000 !important;
}

  .key-feat .list-inline li div {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
    .pag-category {
		cursor: pointer;
		background-color: #f2f2f2;
		padding: 10px;
		margin-bottom: 5px !important;
		position: relative;
		width: 100% !important
    }

    .pag-category-icon {
      margin-right: 5px;
    }

    .pag-arrow {
      position: absolute;
      right: 10px;
      transition: transform 0.3s ease;
    }

    .open .pag-arrow {
      transform: rotate(180deg);
    }
    
    .pag-subcategory {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      margin-top: 10px;
      width: 100%;
	  display: flex;
  	  flex-wrap: wrap;
	  padding-left: 10px;
    }
    @media (max-width: 767px) {
  		.pag-subcategory li {
    		width: 100% !important;
  		}
   }
  .pag-subcategory li {
	margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    width: calc(50% - 20px);
    box-sizing: border-box;
    padding: 10px;
    background-color: white;
    border-bottom: 1px solid #888;
	color: #0f0d1d;
  }
  
ul.pag-category-list {
  width: 100%;
  padding: 0;
  list-style: none;
}
.pag-category-text {
    color: #0f0d1d;
  }
.pag-subcategory li i {
	color: #1bc744;
    vertical-align: middle;
}
.custom-sep {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.custom-sep i {
    font-size: 35px;
    padding-top: 13px;
    color: #D30000;
    margin-bottom: 10px;
}

.custom-sep h6 {
    margin-top: 0;
    font-size: 16px;
}
.avatar-flip {
    overflow: hidden;
    height: 150px;
    width: auto;
    position: relative;
    margin: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    left: 0;
    bottom: 0;
    right: 0;
}

.avatar-flip img {
    -webkit-transition: all 0.3s ease-in-out;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.prof-4-detials {
	position: relative;
}
.mobile-handle{
	display: flex;
    justify-content: space-between;	
	padding-top: 10px;
}
.addition {
    padding-bottom: 20px;
}
span.search-avatar {
    width: 8%;
}
.typeahead__query{
	z-index:0 !important;
}
p a:hover {
    color: #DC0000 !important;
}

.red-bar{
	background-color:#DC0000;
	height: 10px;
    width: 100%;
}
.filter-buttons-container {
  display: none;
}
.filter-dropdown {
  margin-bottom: 10px; 
}
.bd-sidebar{
	z-index:0 !important;
}
.table-container-colors {
    width: 100%;
    display: flex;
    justify-content: center;
	padding-bottom: 25px;
}

.custom-table {
    width: 100%;
    max-width: 600px; 
    table-layout: fixed; 
    border-collapse: collapse;
}

.custom-th{
    width: 50%;
    text-align: center; 
	font-size: 16px;
    font-weight: normal;
    color: #6d7c90;
}

.custom-td{
	width: 50%;
    padding: 8px;
    text-align: center; 
	font-size: 16px;
    font-weight: 700;
    color: #0f0d1d;
    text-transform: uppercase;
}
.color-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
	border: 1px solid black;
}
.conditioner {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.horizontal-cond {
	display: inline-block;
	margin-right: 20px;
}
.empty-row::before {
  content: "\00a0";
}
a:hover .category.success-text {
    color: #DC0000;
}
.success-text {
    color: #198754;
}