.show.dropdown-menu {
    min-width: max-content;
}

.aiz-pagination .pagination {
    justify-content: center;
}

.ml-7 {
    margin-left: 5rem!important;
}

section {
    margin-bottom: 1.5em;
}

section a.text-primary:hover {
    color: #111827!important;
}
.img-fit{
    object-fit: contain !important;
}

.aiz-cookie-alert {
    width: 100% !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    z-index: 1070;
}

.aiz-cookie-alert p {
    margin: 0 !important;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50em;
    border: 0;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
    font-size: 15px;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

.slick-arrow:hover {
    color: #ffffff;
    background: #111827;
}

.all-brand-carousel .slick-prev {
    left: 0px;
}

.all-brand-carousel .slick-next {
    right: 0px;
}

.all-brand-carousel img {
    object-fit: contain;
}

.featured-category-carousel img {
    object-fit: contain;
}

.bootstrap-select .dropdown-toggle {
    color: #111827;
}

.featured_item__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.featured_item__video {
    background-repeat: no-repeat;
    background-size: cover;
}

.play-btn {
    display: inline-block;
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border: 3px solid;
    border-radius: 50%;
}

.play-btn:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 5px solid #f8f9fa;
    border-radius: 50%;
    animation: pulse 2.2s linear infinite;
    -webkit-animation: pulse 2.2s linear infinite;
}

.play-btn:after {
    animation-delay: 1.2s !IMPORTANT;
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 10px solid #ED2024;
    border-radius: 50%;
    animation: pulse 2.2s linear infinite;
    -webkit-animation: pulse 2.2s linear infinite;
}

.play-btn:hover:after {
    border: 10px solid #111723;
}

.aiz-category-menu .japanese-parts-category::-webkit-scrollbar-thumb,
.uppy-Dashboard-files::-webkit-scrollbar-thumb,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background: #ED2024;
    border-radius: 3px;
}

.frontend-footer-copyright p {
    margin: 0;
}

.top-101 {
    top: calc(100% + .75em);
}

.hover-category-menu .all-category::before {
    display: none !important;
}

.product-pagination .pagination {
    justify-content: center;
}

.nav-tabs {
    border-bottom: none;
}

.border-white {
    border-color: #ffffff !important;
}

.car-parts-search-section .find-parts .nav-link {
    background-color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--dark) !important;
}


/*mobile toggler*/

.mobile-toggler {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: 0 0;
    outline: 0 !important;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-toggler span {
    display: block;
    position: absolute;
    top: 11px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #111827;
}

.mobile-toggler span:before,
.mobile-toggler span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #111827;
}

.mobile-toggler span:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: auto;
    right: 0;
    width: 50%;
    top: -8px;
}

.mobile-toggler span:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: auto;
    right: 0;
    width: 75%;
    bottom: -9px;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #ed2024!important;
}

._9po2 {
    display: none !important;
}

.overflow-x-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    white-space: nowrap;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #f8f9fa !important;
    background-color: #111827 !important;
}

.nav-link.active>input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #e73518;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

#Language li:hover,
#Language li.active {
    background-color: #e73518;
    color: #fff;
}

.brands__iconsIcon {
    padding: 30px 0px;
    background: white;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 5%), 0 3px 10px 0 rgb(0 0 0 / 1%), 0 18px 30px -10px rgb(75 82 94 / 10%);
    height: 80px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    cursor: pointer;
}

.brands__icons .down {
    margin-top: 5rem;
}

.product-gallery-thumb .slick-current .c-pointer {
    border-color: #e73518 !important;
}

.product-gallery-thumb .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
}

.product-gallery-thumb .slick-track .slick-slide {
    width: auto !important;
}

.total .footable-first-visible .footable-toggle{
    display: none;
}

.card.card-xl-stretch {
    height: calc(100% - 1em);
}
 .rounded-xl{
    border-radius: 1.25em;
 }

@media(max-width: 1199px) {
    .slick-arrow {
        display: none !important;
    }
    .brands__icons {
        display: grid !important;
        grid-template-columns: repeat(6, 1fr) !important;
    }
    .brands__icons .down {
        margin-top: 0rem;
    }
    .find-parts .flex-row {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 1em;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .fs-mobile-10 {
        font-size: 0.625rem;
    }
    .h3 {
        font-size: 1.25rem;
    }
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .search-product ul {
        height: 300px;
        overflow-y: scroll;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .search-product ul {
        height: 350px;
        overflow-y: scroll;
    }
    .card-md-stretch{
        height: calc(100% - 3em);
    }
}

@media (min-width: 1200px) {
    .slick-dots {
        display: none !important;
    }
    .container {
        max-width: 1150px;
    }
    .aiz-category-menu .japanese-parts-category {
        height: 298px;
    }
    .aiz-category-menu .position-fixed {
        top: 185px;
        height: 298px;
        width: calc(862px - 0px) !important;
        left: calc(313px - 0px) !important;
    }
    .featured_item__video {
        height: 280px;
    }
    .quick-links img {
        height: 72px;
    }
    .aiz-category-menu .sub-cat-main-menu {
        height: 298px;
        width: calc(100% - 34%) !important;
        left: calc(25% - 0px) !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 180px;
    }
}

@media (min-width: 1250px) {
    .aiz-category-menu .position-fixed {
        left: calc(338px - 0px) !important;
    }
}

@media (min-width: 1280px) {
    .aiz-category-menu .position-fixed {
        left: calc(353px - 0px) !important;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1250px;
    }
    .aiz-category-menu .japanese-parts-category {
        height: 323px;
    }
    .aiz-category-menu .position-fixed {
        top: 185px;
        height: 323px;
        width: calc(938px - 0px) !important;
        left: calc(338px - 0px) !important;
    }
    .featured_item__video {
        height: 310px;
    }
    .quick-links img {
        height: 82px;
    }
    .aiz-category-menu .sub-cat-main-menu {
        height: 323px;
        width: calc(100% - 33.5%) !important;
        left: calc(25% - 0px) !important;
    }
}

@media (min-width: 1350px) {
    .aiz-category-menu .position-fixed {
        left: calc(363px - 0px) !important;
    }
}

@media (min-width: 1366px) {
    .aiz-category-menu .position-fixed {
        left: calc(350px - 0px) !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
    .aiz-category-menu .japanese-parts-category {
        height: 349px;
    }
    .aiz-category-menu .position-fixed {
        top: 185px;
        height: 349px;
        width: calc(1012px - 0px) !important;
        left: calc(363px - 0px) !important;
    }
    .featured_item__video {
        height: 330px;
    }
    .quick-links img {
        height: 88px;
    }
    .aiz-category-menu .sub-cat-main-menu {
        height: 349px;
        width: calc(100% - 31.5%) !important;
        left: calc(25% - 0px) !important;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 220px;
    }
}

@media (min-width: 1450px) {
    .aiz-category-menu .position-fixed {
        left: calc(388px - 0px) !important;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1450px;
    }
    .aiz-category-menu .japanese-parts-category {
        height: 374px;
    }
    .aiz-category-menu .position-fixed {
        top: 185px;
        height: 374px;
        width: calc(1088px - 0px) !important;
        left: calc(388px - 0px) !important;
    }
    .featured_item__video {
        height: 335px;
    }
    .quick-links img {
        height: 90px;
    }
    .aiz-category-menu .sub-cat-main-menu {
        height: 374px;
        width: calc(100% - 31.5%) !important;
        left: calc(25% - 0px) !important;
    }
}

@media (min-width: 1550px) {
    .aiz-category-menu .position-fixed {
        left: calc(413px - 0px) !important;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1700px;
    }
    /* .homepage-slider img{
        height: 400px;
    } */
    .aiz-category-menu .japanese-parts-category {
        height: 400px;
    }
    .aiz-category-menu .position-fixed {
        top: 185px;
        height: 400px;
        width: calc(1163px - 0px) !important;
        left: calc(413px - 0px) !important;
    }
    .featured_item__video {
        height: 350px;
    }
    .quick-links img {
        height: 95px;
    }
    .aiz-category-menu .sub-cat-main-menu {
        height: 400px;
        width: calc(100% - 31.5%) !important;
        left: calc(25% - 0px) !important;
    }
}

@media (min-width: 1650px) {
    .aiz-category-menu .position-fixed {
        left: calc(438px - 0px) !important;
    }
}

@media (min-width: 1700px) {
    .aiz-category-menu .position-fixed {
        left: calc(463px - 0px) !important;
    }
}

@media (min-width: 1750px) {
    .aiz-category-menu .position-fixed {
        left: calc(488px - 0px) !important;
    }
}

@media (min-width: 1800px) {
    .aiz-category-menu .position-fixed {
        left: calc(513px - 0px) !important;
    }
}

@media (min-width: 1850px) {
    .aiz-category-menu .position-fixed {
        left: calc(538px - 0px) !important;
    }
}

@media (min-width: 1900px) {
    .aiz-category-menu .position-fixed {
        left: calc(563px - 0px) !important;
    }
}

@media (min-width: 1950px) {
    .aiz-category-menu .position-fixed {
        left: calc(588px - 0px) !important;
    }
}

@media (min-width: 2000px) {
    .aiz-category-menu .position-fixed {
        left: calc(613px - 0px) !important;
    }
}

@media (min-width: 2050px) {
    .aiz-category-menu .position-fixed {
        left: calc(638px - 0px) !important;
    }
}

@media (min-width: 2100px) {
    .aiz-category-menu .position-fixed {
        left: calc(663px - 0px) !important;
    }
}

@media (min-width: 2150px) {
    .aiz-category-menu .position-fixed {
        left: calc(688px - 0px) !important;
    }
}

@media (min-width: 2200px) {
    .aiz-category-menu .position-fixed {
        left: calc(713px - 0px) !important;
    }
}

@media (min-width: 2250px) {
    .aiz-category-menu .position-fixed {
        left: calc(738px - 0px) !important;
    }
}

@media (min-width: 2300px) {
    .aiz-category-menu .position-fixed {
        left: calc(763px - 0px) !important;
    }
}

@media (min-width: 2350px) {
    .aiz-category-menu .position-fixed {
        left: calc(787px - 0px) !important;
    }
}

@media (min-width: 2400px) {
    .aiz-category-menu .position-fixed {
        left: calc(813px - 0px) !important;
    }
}

@media (min-width: 2450px) {
    .aiz-category-menu .position-fixed {
        left: calc(838px - 0px) !important;
    }
}

@media (min-width: 2500px) {
    .aiz-category-menu .position-fixed {
        left: calc(863px - 0px) !important;
    }
}

@media (min-width: 2550px) {
    .aiz-category-menu .position-fixed {
        left: calc(888px - 0px) !important;
    }
}

@media (min-width: 2560px) {
    .aiz-category-menu .position-fixed {
        left: calc(893px - 0px) !important;
    }
}
