/*
Theme Name: Keller Performance Child
Theme URI: https://wordpress.org/themes/twentynineteen/
Template: keller
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.6.1763447625
Updated: 2025-11-18 06:33:45

*/

@font-face {
    font-display: swap;
    font-family: 'Magistral';
    font-style: normal;
    font-weight: bold;
    src: local('Magistral'), url('assets/fonts/magistral-bold.ttf') format('ttf'),
        url('assets/fonts/magistral-bold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: regular;
    src: local('Montserrat'), url('assets/fonts/Montserrat-Regular.ttf') format('ttf'),
        url('assets/fonts/Montserrat-Regular.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Magistral;
}

html {
    scroll-padding-top: 60px;
}

body {
    font-family: Montserrat;
}

a {
    color: #d5371c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container-fluid {
    max-width: 96%;
}

@media (min-width:1650px) {
    .container-fluid {
        max-width: 1600px;
    }
}

.color-1 {
    color: #d5371c;
}

.form-control:focus,
.form-control:focus-visible,
.form-select:focus,
.form-select:focus-visible {
    box-shadow: none;
    border-color: #000000;
}

#navbar .bg-danger{
    background-color: #d5371c !important;
}

.btn-red {
    background-color: #d5371c;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 8px 12px;
    margin: 5px 10px 5px 0;
    border: 1px solid #d5371c;
}

.btn-red:hover {
    background-color: #a51e06;
    color: #fff;
    text-decoration: none;
}

.btn-outline-red {
    background-color: #fff;
    color: #000000;
    border-radius: 5px;
    font-size: 16px;
    padding: 8px 12px;
    margin: 5px 10px 5px 0;
    border: 1px solid #d5371c;
}

.btn-outline-red:hover {
    background-color: #a51e06;
    color: #fff;
}

.btn-black {
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 8px 20px;
    margin: 5px 10px 5px 0;
    border-color: #000000;
}

.btn-black:hover {
    background-color: #212121;
    text-decoration: none;
    color: #fff;
}

.btn-outline-black {
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    font-size: 16px;
    padding: 8px 20px;
    margin: 5px 10px 5px 0;
    border-color: #000000;
}

.btn-outline-black:hover {
    border-color: #000;
    color: #fff;
    background-color: #000;
}

/* Chat */
#chat {
    display: none;
}

#chat a {
    position: fixed;
    bottom: 90px;
    right: 5px;
    background-color: #d5371c;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    transition: ease-in-out .3s all;
    z-index: 99;
}

#chat a:hover {
    background-color: #1e1e1e;
}

/* Go to Top Button Start */
#myBtn {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #a51e06;
    color: white;
    cursor: pointer;
    padding: 5px 11px;
    border-radius: 50%;
    font-size: 18px;
    transition: ease-in-out .3s all;
}

#myBtn:hover {
    background-color: #0d0d0d;
}

/* Homepage */
/* Navbar Start */
#navbar {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    padding: 25px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

#navbar .navbar-brand img {
    width: 202px;
    height: auto;
}

#navbar .navbar-toggler {
    border: none;
    color: #000000;
}

#navbar .navbar-toggler:hover {
    color: #d5371c;
}

#navbar a:hover {
    color: #d5371c;
    text-decoration: none;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}

#navbar .navbar-toggler-icon {
    background-image: url('assets/images/hamburger.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1em;
}

#navbar .navbar-icons {
    font-size: 20px;
    display: inline-block;
    padding: 7px 10px;
    color: #000000;
}

.custom-dropdown,
.submenu {
    list-style: none;
    margin: 0;
    border: none;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 19px;
    /* background-color: #f6f6f6; */
}

.custom-dropdown .submenu {
    padding: 0 15px;
}

.custom-dropdown .submenu li a {
    font-size: 17px;
}

.custom-dropdown li {
    position: relative;
}

.custom-dropdown>li>a,
.submenu>li>a {
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    color: #000000;
}

.toggle-icon {
    float: right;
    padding: 0 5px;
    cursor: pointer;
    color: #000000;
}

.submenu {
    display: none;
}

.submenu.show {
    display: block;
    border-top: 1px solid #aeaeae;
    border-radius: 0;
}

.fa-plus,
.fa-minus {
    margin-left: 5px;
}



.right-arr {
    position: relative;
}

.right-arr::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    transform: translate(0, -50%) rotate(45deg);
}

.no-caret::after {
    display: none !important;
}

.dropdown-toggle i {
    transition: transform 0.2s ease;
}

.offcanvas-body .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 19px;
    border-top: 1px solid #aeaeae;
    /* background-color: #f6f6f6; */
}

.offcanvas-body .dropdown-menu .dropdown-menu {
    padding: 0 20px;
}

.offcanvas-body .dropdown-item {
    color: #000000;
    padding: 8px 0;
    font-size: 18px;
}

.offcanvas-body .dropdown-item:hover {
    background-color: transparent;
}

.offcanvas-body .nav-item {
    font-family: 'Magistral';
    font-size: 20px;
    border-bottom: 1px solid #aeaeae;
    /* padding: 15px 0; */
}

.offcanvas-body .nav-item a:hover {
    background: #f5f5f5;
}

.offcanvas-body .nav-item .nav-link {
    padding: 15px;
    color: #000000;
}

.offcanvas-body .nav-item:last-child {
    border-bottom: none;
}

.offcanvas-title {
    font-family: 'Magistral';
    font-size: 20px;
    padding: 10px;
}

.search-offcanvas .form-control {
    box-shadow: none;
    border-color: #d5371c;
}

#navbar .navbar-toggler:focus-visible,
#navbar .navbar-toggler:focus {
    box-shadow: none;
}

#navbar .btn-close {
    height: 30px;
    width: 30px;
    opacity: 1;
    transition: ease-in-out .3s all;
}

.btn-back {
    padding: 10px 15px;
    transition: ease-in-out .3s all;
}

#navbar .btn-close:hover,
#navbar .btn-back:hover {
    background-color: #ffd9d2;
    transition: ease-in-out .3s all;
}

#navbar .btn-close:focus {
    box-shadow: none;
}

@media (max-width: 568px) {
    #navbar .navbar-icons {
        font-size: 20px;
        display: inline-block;
        padding: 7px;
        color: #000000;
    }

    #navbar .navbar-brand img {
        width: 170px;
        margin-left: -80px;
        max-width: 170px;
    }

    .container-fluid {
        max-width: 100%;
    }
}

@media (max-width: 380px) {
    #navbar .navbar-brand img {
        width: 170px;
        margin-left: -80px;
    }
}

/* Navbar End */
/* Wrapper-1 start */
.carousel-item {
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    background: #262626;
}

.wrapper-home .carousel-item {
    overflow: hidden;
    height: 80vh;
    border-radius: 25px;
    position:
 relative;
    background: #262626;
}

@media (max-width: 567px) {
    .wrapper-home .carousel-item {
        overflow: hidden;
        height: 300px;
        border-radius: 25px;
        position: relative;
    }

    /* .wrapper-home .carousel-item {
        overflow: hidden;
        height: 62vh;
        border-radius: 25px;
        position: relative;
    } */

    .wrapper-home .carousel-item video {
        width: auto;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }

    .wrapper-home .carousel-item img {
        max-width: 100%;
        height: auto;
    }

    .wrapper-1 .btn {
        font-size: 13px;
    }
}

.wrapper-1 .carousel-item img,
.carousel-item img {
    /* height: 700px;
    width: 100%;
    overflow: hidden; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(33%);
}

.wrapper-1 .carousel-item video {
    /* height: 700px; */
    /* width: 100%; */
    filter: brightness(55%);
    overflow: hidden;
}

img.img-fluid.footLogo {
    width: 255px !important;
}

@media (min-width: 1268px) {
    img.img-fluid.footLogo {
        width: 255px !important;
    }

    .wrapper-1 .carousel-item video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.wrapper-1 .carousel-caption,
.carousel-caption {
    text-align: left;
    left: 9%;
    right: 9%;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
}

.wrapper-1 .carousel-caption p {
    max-width: 50%;
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: red;
    opacity: 1;
}

.wrapper-1 .carousel-caption h1,
.wrapper-1 .carousel-caption .h1 {
    font-size: calc(2.375rem + 1.5vw);
}

@media (max-width: 567px) {

    .wrapper-1 .carousel-caption h1,
    .wrapper-1 .carousel-caption .h1 {
        font-size: calc(1.5rem + 1.5vw);
    }
}

@media (max-width:992px) {
    .fa-ul .fa-li {
        display: none;
    }
}

.wrapper-1 .carousel-caption p {
    font-size: 17px;
}

/* .wrapper-1 .carousel-control-next-icon,
.carousel-control-prev-icon {
    visibility: hidden;
} */
.carousel-control-next,
.carousel-control-prev {
    width: 8%;
}

/* Wrapper-1 end */
/* Wrapper-3 Start */
.wrapper-3 {
    background: #e2e2e2;
}

.wrapper-3 .filter-search form select {
    border-radius: 5px;
    padding: 9px 20px;
    width: 300px;
    margin: 8px auto;
}

.wrapper-3 .filter-search form select:focus,
.wrapper-3 .filter-search form select:focus-visible {
    box-shadow: none;
    border-color: #d5371c;
}

.wrapper-3 .btn-red {
    /* margin: 8px; */
    margin-bottom: 8px;
}

@media (min-width:768px) {
    .wrapper-3 .filter-search form select {
        margin: 8px;
    }

    .wrapper-product .carousel-item {
        height: 350px;
    }
}

/* Wrapper-3 End */
/* Wrapper-4 Start */
.wrapper-4 .filter-pills-card .swiper,
.filter-pills-card .swiper,
.product-main-slider {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: 1 !important;
}

.wrapper-4 .swiper-button-container {
    position: absolute;
    top: 25px;
    right: 0;
}

.wrapper-4 .swiper-button-next,
.wrapper-4 .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    z-index: 10;
    margin-top: 10px;
    transition: ease-in-out .3s all;
}

.wrapper-4 .swiper-button-next:hover,
.wrapper-4 .swiper-button-prev:hover {
    background-color: #000;
    color: #fff;
}

.wrapper-4 .swiper-button-prev {
    left: -110px;
    position: absolute;
    top: -12px;
}

.wrapper-4 .swiper-button-next {
    right: 0;
    position: absolute;
    top: -12px;
}

.wrapper-4 .swiper-button-next::after,
.wrapper-4 .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

.wrapper-4 .swiper-button-disabled {
    border-color: #ccc;
    color: #ccc;
    cursor: not-allowed;
    opacity: 0.5;
}

@media (max-width: 991px) {

    .wrapper-4 .swiper-button-next,
    .wrapper-4 .swiper-button-prev {
        display: none !important;
    }
}

.wrapper-4 .cars-card-container a {
    text-decoration: none;
    color: #000000;
}

.wrapper-4 .cars-card-container a:hover .car-name {
    color: #d5371c;
}

.wrapper-4 .cars-card-container .swiper-wrapper .cars-card img {
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
    height: auto;
}

.wrapper-4 figure {
    overflow: hidden;
    margin-bottom: 0;
}

.zoomEffect img {
    transform: scale(1);
    transition: .3s ease-in-out;
}

.zoomEffect:hover img {
    transform: scale(1.1);
}

.wrapper-4 .cars-card {
    background-color: #f4f4f4;
    border: 1px solid #d6d6d6;
    border-radius: 20px;
    overflow: hidden;
}

.wrapper-4 .cars-card .car-name {
    font-family: Magistral;
    display: block;
    text-align: center;
}

.wrapper-4 .cars-card .car-tagline {
    font-weight: 700;
    font-size: 14px;
    display: none;
}

.wrapper-4 .cars-card hr {
    margin: .4rem 0;
    color: #000;
    opacity: 1;
    display: none;
}

.car-img {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.swiper-initialized .car-img {
    opacity: 1;
}

.wrapper-4 .cars-exp .car_part {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    border: 1px solid #cecece;
}

.wrapper-4 .cars-exp .car_part img {
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center
}

.wrapper-4 .cars-exp .car_part .part-name {
    position: absolute;
    right: 0;
    bottom: 26px;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.cars-exp figure {
    overflow: hidden;
    border-radius: 20px;
}

.cars-exp img {
    transition: ease-in-out .3s all;
    aspect-ratio: 3/1.5;
    object-fit: cover;
    object-position: center;
    height: auto;
}

.cars-exp img:hover {
    transform: scale(1.1);
    transition: ease-in-out .3s all;
}

.cars-exp a {
    color: #000;
}

/* Wrapper-4 End */
/* Wrapper-5 Start */
/* .highlighted-product {
    background: url('assets/images/car-banner2.png');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    height: 550px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    color: #fff;
    animation: zoomingEffect 20s ease-in-out infinite;
}


@media (min-width:992px) {
    @keyframes zoomingEffect {
        0% {
            background-size: 110%;
        }

        50% {
            background-size: 120%;
        }

        100% {
            background-size: 110%;
        }
    }
} */

.highlighted-product {
    position: relative;
}

.highlighted-product figure {
    overflow: hidden;
    border-radius: 25px;
    height: 600px;
}

.highlighted-product figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* 👈 ensures center of image is focused */
    animation: zoomingEffect 20s ease-in-out infinite;
    transform-origin: center center;
    filter: brightness(50%);
}

.highlighted-product .txt-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
}

@keyframes zoomingEffect {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Wrapper-5 End */
/* Wrapper-6 Start */
.cars-tab .nav-pills .nav-link {
    color: #000000;
    background-color: #f1f1f1;
    padding: 5px 15px;
    margin: 5px;
    font-weight: 700;
    font-size: 14px;
}

.cars-tab .nav-pills .nav-link.active,
.cars-tab .nav-pills .show>.nav-link {
    background-color: #000000;
    color: #fff;
    padding: 5px 15px;
}

.filter-pills-card a {
    text-decoration: none;
    color: #000000;
}

.filter-pills-card a:hover {
    text-decoration: none;
    color: #d5371c;
}

.filter-pills-card img {
    text-decoration: none;
    color: #000000;
    transition: ease-in-out .3s all;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.filter-pills-card img:hover {
    filter: brightness(90%);
    transform: scale(1.2);
    transition: ease-in-out .3s all;
    border-radius: 20px;
}

.filter-pills-card .swiper .swiper-pagination {
    display: inline-block;
    background: rgb(226, 226, 226);
    width: auto;
    text-align: center;
    left: 50%;
    bottom: 10px;
    padding: 0 8px;
    border-radius: 15px;
    transform: translateX(-50%);
}

.filter-pills-card .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.filter-pills-card .swiper .swiper-pagination-bullet-active {
    background-color: #d5371c;
    width: 10px;
    height: 10px;
}



.filter-pills-card .part_name,
.filter-pills-card .part_price {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.filter-pills-card .view-icon {
    z-index: 2;
    cursor: pointer;
}

/* Wrapper-6 End */
/* Wrapper-7 Start */
.wrapper-7 {
    background-color: #e2e2e2;
}

.contact_form_home form .visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.contact_form_home .form-control,
.contact_form_home .form-select {
    border-radius: 5px;
    padding: 10px;
    margin: 6px auto;
    color: #2b2b2b;
}

@media (max-width:567px) {

    .contact_form_home form .col-md-6,
    .contact_form_home form .col-12 {
        margin-top: 5px;
    }

    .contact_right .feature_part {
        padding: 10px 5px;
    }

    .feature_part .f_icon {
        font-size: 30px !important;
    }

    .feature_part .f_head {
        font-size: 22px !important;
        margin-bottom: 0 !important;
    }
}

.contact_form_home .form-control::placeholder {
    color: #2b2b2b;
}

.contact_form_home .form-control:focus,
.contact_form_home .form-control:focus-visible,
.contact_form_home .form-select:focus,
.contact_form_home .form-select:focus-visible {
    box-shadow: none;
    border-color: #000000;
}

.feature_part {
    /* background-color: #191919; */
    padding: 40px 25px;
}

.feature_part .f_icon {
    font-size: 50px;
    display: block;
}

.feature_part .f_head {
    display: block;
    font-family: Magistral;
    font-size: 30px;
    margin-bottom: 10px;
}

.feature_part .f_exp {
    color: #adadad;
}

.contact_right {
    border-radius: 20px;
}

@media (min-width:768px) {
    .border-r {
        border-right: 1px solid #535353;
    }

    .border-t {
        border-top: 1px solid #535353;
    }
}

/* Wrapper-7 End */
/* Footer Start */
#footer {
    border-top: 1px solid #dee2e6;
}

.footer-links li {
    padding: 5px 0;
    /* position: relative;
    padding-left: 20px; */
}

/* .footer-links li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 3px;
    width: 8px;
    border-radius: 5px;
    background-color: #000000;
} */

.footer-links li a {
    color: #000000;
    text-decoration: none;
    position: relative;
}

.footer-links li a:hover {
    color: #d5371c;
    font-weight: 600;
}

.footer-links li:hover::before {
    background-color: #d5371c;
}

.footer-links li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    left: auto;
    width: 0;
    height: 1px;
    transition: ease all .35s;
    background: #d5371c;
}

.footer-links li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.footer-newsletter .form-control {
    border-radius: 5px;
    padding: 7px 8px 9px 10px;
    border-color: #d5371c;
}

.footer-newsletter .form-control:focus,
.footer-newsletter .form-control:focus-visible {
    box-shadow: none;
    border-color: #d5371c;
}

.footer-credit a {
    color: #bbbbbb;
    margin-bottom: 5px;
    /* text-decoration: none; */
}

.footer-credit a:hover {
    color: #fff;

}

/* Footer End */

/* Category Page Start */
.cars-card .category-cars-card {
    text-decoration: none;
    color: #ffffff;
    position: relative;
    display: block;
}

.cars-card .category-cars-card figure {
    overflow: hidden;
    border-radius: 20px;
}

.cars-card .category-cars-card figure img {
    transition: ease-in-out 1s all;
    filter: brightness(50%);
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/1.5;
    object-position: center;
}

.cars-card .category-cars-card figure:hover img {
    transform: scale(1.1);
    transition: ease-in-out 1s all;
    filter: brightness(90%);
}

.cars-card .category-cars-card .car-category-name {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 40px;
    z-index: 1;
    display: inline-block;
}

@media (max-width:567px) {
    .cars-card .category-cars-card .car-category-name {
        font-size: 20px;
        color: #fff;
        z-index: 1;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    }

    .cars-card .category-cars-card figure {
        overflow: hidden;
        border-radius: 20px;
        height: 19vh;
    }

    .filter-pills-card a i {
        padding: 5px !important;
        font-size: 12px;
    }

    .filter-pills-card .swiper .swiper-pagination {
        background-color: transparent;
    }

    .filter-pills-card .swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .filter-pills-card .swiper .swiper-pagination-bullet-active {
        background-color: #d5371c;
        width: 8px;
        height: 8px;
    }
}

/* Category Page End */
/* Car Category Page Start */
.car-model-cards {
    background-color: #f7f7f7;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
}

.car-model-cards:hover {
    background-color: #f2f2f2;
    border: 1px solid #000;
}

.car-model-cards figure {
    overflow: hidden;
}

.car-model-cards figure img {
    transform: scale(1);
    transition: .3s ease-in-out;
}

.car-model-cards figure img:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out;
}

.car-model-cards a {
    text-decoration: none;
    color: #000;
}

.car-model-cards a:hover {
    text-decoration: none;
    color: #d5371c;
}


.car-model-name-1 {
    font-family: Magistral;
    ;
}

/* Car Category Page End */
/* Single Car Category Page Start */
.car-model-cards {
    background-color: #eaeaea;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.car-model-cards figure {
    overflow: hidden;
}

.car-model-cards figure img {
    transform: scale(1);
    transition: .3s ease-in-out;
    aspect-ratio: 3 / 1.5;
    object-fit: cover;
    object-position: center;
}

.car-model-cards figure img:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out;
}

.car-model-cards a {
    text-decoration: none;
    color: #000;
}

.car-model-cards a:hover {
    text-decoration: none;
    color: #d5371c;
}

.car-model-name-1 {
    font-family: Magistral;
    ;
}

#product-grid {
    margin-top: 30px;
}

@media (max-width:567px) {
    .cars-card .category-cars-card .car-category-name {
        font-size: 20px;
        color: #fff;
        z-index: 1;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    }

    .cars-card .category-cars-card figure {
        overflow: hidden;
        border-radius: 20px;
        height: 19vh;
    }

    .filter-pills-card a i {
        padding: 5px !important;
        font-size: 12px;
    }

    .filter-pills-card .swiper .swiper-pagination {
        background-color: transparent;
    }

    .filter-pills-card .swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .filter-pills-card .swiper .swiper-pagination-bullet-active {
        background-color: #d5371c;
        width: 8px;
        height: 8px;
    }

    .product-gallery .swiper-button-next,
    .product-gallery .swiper-button-prev {
        display: none !important;
    }
}

/* Single Car Category Page End */
/* Product Page Start */
.breadcrumb {
    background-color: #f6f6f6;
}

.breadcrumb ol {
    margin-bottom: 0;
    padding-bottom: 0;
}

.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb li a,
.breadcrumb-item.active span {
    color: #000;
    text-transform: uppercase;
    font-family: 'Magistral';
    font-size: 14px;
}

.breadcrumb li a:hover {
    color: #000;
    text-decoration: underline !important;
}

/* .breadcrumb-item+.breadcrumb-item::before{
    content: ">";
} */
/* Swiper start */
.product-gallery {
    position: relative;
}

.product-gallery .swiper-button-prev {
    left: 46%;
    bottom: 20px;
    top: auto !important;
    transform: translateX(-46%);
}

.product-gallery .swiper-button-next {
    right: 46%;
    bottom: 20px;
    top: auto !important;
    transform: translateX(46%);
}

/* .product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    color: #333;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    z-index: 10;
    height: 48px;
    width: 48px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
} */
.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    color: #707070;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    z-index: 10;
    height: 25px;
    width: 25px;
    border: 1px solid #6e6e6e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.product-gallery .swiper-button-next:hover,
.product-gallery .swiper-button-prev:hover {
    color: #7d7d7d;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.product-gallery .swiper-button-next::after,
.product-gallery .swiper-button-prev::after {
    font-size: 10px;
    font-weight: bold;
}

.product-main-slider {
    border-radius: 25px;
    overflow: hidden;
}

.product-main-slider .swiper-slide a {
    cursor: zoom-in;
    display: flex;
}

.product-main-slider .swiper-slide img {
    transition: all .3s ease-in-out;
    aspect-ratio: 1/1;
    object-position: center;
    object-fit: cover;
}

.product-main-slider .swiper-slide:hover img {
    filter: brightness(80%);
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.product-thumb-slider .swiper-slide {
    width: auto;
    max-width: 80px;
    opacity: 0.6;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #dbdbdb;
    display: flex;
}

.product-gallery .swiper-free-mode>.swiper-wrapper {
    justify-content: center;
}

.product-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #dbdbdb;
}

.product-thumb-slider .swiper-button-next,
.product-thumb-slider .swiper-button-prev {
    color: #333;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

/* Swiper End */
.pro-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    padding: 10px 0;
}

.ref-heading {
    font-weight: 700;
}

.ref-info a {
    color: #212529;
}

.ref-info a:hover {
    text-decoration: underline;
}

.review-star {
    /* color: #ffb600; */
    color: #000000;
}

.review-text {
    font-weight: 600;
}

.pro-summary {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    margin: 5px 0;
}

.product-variants form .form-label {
    min-width: 100px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.product-variants form .form-select {
    font-size: 13px;
    font-weight: 500;
}

.product-variants form .form-select:hover {
    cursor: pointer;
}

.input-group {
    width: 110px;
}

.btn-outline-select {
    border: 1px solid #dbdbdb;
    margin: 0 7px 0 0;
}

.btn-outline-select:hover {
    border: 1px solid #dbdbdb;
}

.btn-check+.btn:hover {
    border: 1px solid black;
}

.btn-check:checked+.btn-outline-select {
    background-color: black;
    color: white;
    border-color: black;
}

.btn-count {
    border: 1px solid #dbdbdb;
}

.btn-count:hover {
    border: 1px solid #dbdbdb;
}

#qty {
    text-align: center;
}

.product-price {
    font-size: 35px;
    font-weight: 700;
}

.btn-cart {
    padding: 15px;
}

.product-page-tabs .nav .nav-item button {
    color: #000;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    width: 100%;
}

.product-page-tabs .nav .nav-item button.active {
    background-color: #eaeaea;
    color: #000;
}

@media (min-width: 768px) {
    .product-page-tabs .nav .nav-item button.active::after {
        content: "";
        border-bottom: 4px solid #000;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -2px;
    }

    .product-page-tabs .nav .nav-item button.active {
        background-color: transparent;
        color: #000;
    }
}

.product-page-tabs ul {
    text-align: left !important;
}

.review-container .review-box {
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
    text-align: left;
}

.review-container .rating-badge {
    background-color: #2e7d32;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-weight: bold;
    font-size: 0.9rem;
}

.review-container .review-title {
    font-weight: 600;
}

.review-container .buyer-meta {
    font-size: 0.875rem;
    color: #6c757d;
}

.review-container .buyer-meta .verified {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-size: 1rem;
    color: #6c757d;
}

.review-container .icon-btn {
    border: none;
    background: none;
    color: #6c757d;
}

.review-container .icon-btn:hover {
    color: #000;
}

/* Brands page Start */
.cars-card .category-cars-card .car-brand-name {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 25px;
    z-index: 1;
    display: inline-block;
}

/* Brands page end */
/* Contact Page Start */
.contact-details-card {
    padding: 25px;
    margin: 20px 0;
    border-radius: 10px;
    background-color: #f8f8f8;
}

.contact-details-h {
    font-size: 25px;
    margin-bottom: 15px;
}

.contact-details-card a {
    text-decoration: none;
    color: #000;
}

.contact-details-card a:hover {
    text-decoration: underline;
}

/* Contact Page End */
/* About Page Start */
.about-details img {
    border-radius: 20px;
    border: 1px solid rgb(207, 207, 207);
}

.about-card {
    /* text-align: center; */
    background-color: #f7f7f7;
    border-radius: 20px;
    border: 1px solid #c2c2c2;
    margin: 15px 0;
    padding: 25px;
}

.about-card svg {
    height: 60px;
    width: 60px;
}

/* About Page End */
/* Policy Page Start */
.content-s .heading-policy {
    position: relative;
    padding: 0 30px;
}

.content-s .heading-policy::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 5px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #d5371c;
}

/* Policy Page End */
/* Faq Page Start */
.content-faq .accordion-button {
    font-size: 1.25rem;
    padding: 1.25rem;
    background-color: #f8f9fa;
    border-radius: 0.75rem;
    font-weight: 600;
    font-family: magistral;
}

.content-faq .accordion-button:focus {
    box-shadow: none;
}

.content-faq .accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 0.75rem;
    background-color: #f8f9fa;
    box-shadow: 0 0 0 1px #eee;
    overflow: hidden;
}

.content-faq .accordion-body {
    font-size: 1rem;
    padding: 1rem 1.25rem 1.25rem;
    border-top: 1px solid #eeeeee;
}

.content-faq .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #000;
    background-color: #f8f9fa;
}

.content-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23000' stroke-width='3' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
}

.content-faq .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23000' stroke-width='3' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
}

/* Faq Page End */
.site-content .entry-header {
    padding: 4rem 0;
    background: #f8f9fa;
    text-align: center;
}

.entry-content {
    max-width: 96%;
    margin: 25px auto;
}

.is-large.wc-block-cart .wc-block-cart-items th {
    font-weight: 700;
    font-family: 'Magistral';
    font-size: 19px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-weight: 700;
    font-family: 'Magistral';
}

.error-404 {
    padding: 4rem 0;
    background: #f8f9fa;
    text-align: center;
}

/*Dashboard Page*/
.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
    background: #f8f9fa;
    margin: 0 0 10px 0;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'Magistral';
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 20px;
    color: #000;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active {
    background: #000;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff;
}

.woocommerce div.product form.cart .variations select {
    min-width: auto !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000000;
    font-size: 1.25em;
    margin: 10px 0 15px 0;
    display: inline-block;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #d5371c;
}

#authTabs .nav-link.active,
#authTabs .show>.nav-link {
    color: #ffffff;
    background-color: #292929;
}

#authTabs .nav-link {
    color: #000;
    background-color: transparent;
}

.border-gray {
    border: 1px solid #cfc8d8;
}

#ur-frontend-form {
    box-shadow: none !important;
    border: 1px solid #cfc8d8;
}

.ur-lost-password-title {
    margin-bottom: 15px !important;
}

.ur-frontend-form.login .ur-reset-password-btn {
    background-color: #000000 !important;
    color: #fff;
}

.ur-frontend-form.login .ur-reset-password-btn:hover {
    background-color: #212121 !important;
    color: #fff;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button {
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
    background-color: #212121;
    transition: all .3s ease;
    text-decoration: none;
    color: #fff;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    color: #d5371c !important;
    text-decoration: underline !important;
}

.wc-block-grid__products {
    justify-content: center;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    margin-top: 25px;
}

.cart-count-badge:empty {
    display: none;
}

.swiper-backface-hidden .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}

#sorting .sort-by-dropdown-custom {
    position: absolute !important;
    /* right: 0 !important;
    left: auto !important; */
    transform: none !important;
    /* inset: auto 0px auto auto !important; */
    top: 100% !important;
    margin-top: 0 !important;
    background-color: #fff !important;
    z-index: 9 !important;
}

#sorting .sort-by-dropdown-custom li {
    background-color: #fff;
}

#sorting .nav-pills .ms-md-auto .dropdown {
    position: relative !important;
}

#sorting .dropdown-item {
    font-size: 14px;
}

#sorting .dropdown-item.active,
.dropdown-item:active {
    background-color: #000;
}

.woocommerce-MyAccount-content .woocommerce-info {
    border-top-color: #000000;
}

.woocommerce-MyAccount-content .woocommerce-info::before {
    color: #000000;
}

.woocommerce-Addresses .woocommerce-Address {
    border-radius: 5px;
    padding: 20px;
    background: #f8f9fa;
}

.woocommerce-account .addresses .title .edit {
    float: left;
}

.woocommerce-Addresses address {
    margin: 1rem 0 0 0;
}

.woocommerce a.added_to_cart {
    display: inline-block;
    background: #262626;
    text-align: center;
    bottom: -46px;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    border-radius: 25px;
}

#respond .comment-reply-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    margin-top: 25px;
    font-family: 'Magistral';
}

.woocommerce-Reviews-title {
    font-size: 20px;
    margin-bottom: 15px
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
}

.woocommerce .quantity .qty {
    width: 6em;
    text-align: center;
    padding: 15px;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid black;
}

/* Reset browser styling that hides spinners */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
    opacity: 1 !important;
    display: inline-block !important;
}

input[type="number"] {
    -moz-appearance: number-input;
}

/* Firefox: Make sure it’s not overridden */
input[type="number"] {
    appearance: number-input;
}

/* .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled, .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: flex;
    align-items: center;
} */
.product-add-cart,
.single_variation_wrap .woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button {
    width: 300px !important;
    display: inline-block;
}

.product-add-cart .btn-cart {
    color: #000;
    border: 1px solid #000;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.product-add-cart .btn-cart:hover {
    color: #ffffff;
    background-color: #d5371c;
    border: 1px solid #d5371c;
    transition: all .3s ease-in-out;
}

.woocommerce div.product form.cart .button {
    padding: 15px;
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 10px 5px 0;
    border: 1px solid #000000;
    float: none;
    transition: all .3s ease-in-out;
}

.woocommerce div.product form.cart .button:hover {
    padding: 15px;
    background-color: #d5371c;
    color: #ffffff;
    border-radius: 5px;
    line-height: 24px;
    font-size: 16px;
    margin: 5px 10px 5px 0;
    border: 1px solid #d5371c;
    transition: all .3s ease-in-out;
}

@media (max-width:767px) {

    .product-add-cart,
    .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button {
        width: 100% !important;
        display: block;
    }

    .woocommerce div.product form.cart .button {
        margin-top: 10px;
    }

    .carousel-inner {
        margin: auto;
        width: 95%;
    }
}

.woocommerce-message {
    border-top-color: #d5371c;
}

.woocommerce-message:focus-visible {
    outline: none !important;
}

button.user-registration-Button.button {
    background: #000 !important;
}

.search-card {
    display: block;
    height: 100%;
}

.search-card:hover {
    text-decoration: none;
}

.search-card figure {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #c4c4c4;
}

.search-card figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}

.search-card:hover img {
    scale: 1.1;
}

.search-title {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.search-title:hover {
    color: #d5371c;
}

.no-products {
    text-align: center;
    color: #d5371c;
    font-size: 20px;
    font-weight: 700;
}

.product-price-ctr .product-price {
    display: none;
}

.custom-meta-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 30px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 2em;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    margin: auto 10px;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
    margin: 0 0 12px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    overflow: hidden;
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 20px;
}

#user-registration {
    margin: 30px auto !important;
}

.no-results.not-found {
    max-width: 90%;
    text-align: center;
    margin: auto;
    padding: 70px 10px;
}

/* AJAX Search */
.is-ajax-search-result {
    width: 357px !important;
    top: 134px;
    /* left: 984px !important; */
    display: block;
    right: 15px !important;
    left: auto !important;
}

.is-ajax-search-details a,
.is-ajax-search-result a {
    color: #d5371c !important;
    font-weight: 600;
}

.is-ajax-woocommerce-actions .add_to_cart_inline a.button {
    background: #000 !important;
    color: #fff !important;
}

.is-ajax-search-items {
    max-height: 550px !important;
}

/* Dealer Locator Page */
input#yith-sl-search-bar-address {
    border-radius: 5px;
    padding: 22px;
}

.wrap-buttons button {
    border-radius: 5px;
    margin-right: 10px;
}

button#yith-sl-geolocation {
    background-color: #000 !important;
}

button#yith-sl-show-all-stores {
    background-color: #ffffff;
    color: #000000 !important;
    border-color: #000;
}

.stores-list .store-image {
    display: none !important;
}

#yith-sl-results .title {
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 0;
}

.stores-list .wrap-store-details {
    border-bottom: 1px solid #a0a0a0;
}

@media (min-width:481px) {
    .yith-sl-image-top #yith-sl-results .wrap-store-details {
        display: block;
        padding: 24px 0px;
    }
}

#yith-sl-results .wrap-store-details {
    margin-bottom: 0;
}

#yith-sl-view-all {
    color: rgb(255 255 255) !important;
    background: #000;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
}

#yith-sl-view-all:hover {
    color: rgb(255 255 255) !important;
    background: #232323;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
}

#yith-sl-results .featured-store,
.yith-sl-pin-modal .featured-store {
    font-size: 10px;
    padding: 4px 12px;
    border-radius: 5px;
    text-transform: uppercase;
    top: -2px;
    position: relative;
    display: inline-block;
    line-height: 15px;
}

#yith-sl-results .featured-store img,
.yith-sl-pin-modal .featured-store img {
    margin-bottom: 2px;
}

address .store-name a:focus,
address .store-name a:focus-visible,
address .store-name a span:focus,
address .store-name a span:focus-visible {
    outline: none !important;
}

#yith-sl-wrap-search-stores .title-search-bar {
    font-size: 25px;
}

@media (min-width:992px) {
    #yith-sl-main-wrapper {
        max-width: 90%;
        margin: auto;
    }
}

@media (min-width:768px) {
    #yith-sl-main-wrapper .contact-info .wrap-single-info.location {
        margin-right: 20px;
    }
}

#yith-sl-main-wrapper .wrap-header h1 {
    font-size: calc(1.375rem + 1.5vw);
}

.yith-sl-layout-classic #yith-sl-main-wrapper .wrap-header h1 {
    margin-bottom: 0;
}

#yith-sl-main-wrapper .wrap-header {
    text-align: center;
    margin-bottom: 28px;
    background: #f8f9fa;
    padding: 50px 20px;
    border-radius: 15px;
}

#yith-sl-main-wrapper .main-section {
    display: none !important;
}

#yith-sl-main-wrapper .contact-info .wrap-single-info {
    background: #f8f9fa;
    /* border: 1px solid #dedede; */
    margin: 5px;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px !important;
    overflow: auto;
}

.keller.yith-sl-layout-classic.hfeed .site-content {
    max-width: 90%;
    margin: auto;
    text-align: center;
}

.keller.yith-sl-layout-classic.hfeed .site-content .page-title {
    padding: 40px 0;
}

.keller.yith-sl-layout-classic.hfeed .site-content .pagination {
    margin-bottom: 20px;
    justify-content: center;
}

.product-gallery .swiper .swiper-pagination,
.myProductSwiper .swiper-pagination {
    display: inline-block;
    background: rgb(226, 226, 226);
    width: auto;
    text-align: center;
    left: 50%;
    bottom: 10px;
    padding: 0 8px;
    border-radius: 15px;
    transform: translateX(-50%);
}

.product-gallery .swiper .swiper-pagination-bullet,
.myProductSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.product-gallery .swiper .swiper-pagination-bullet-active,
.myProductSwiper .swiper-pagination-bullet-active {
    background-color: #d5371c;
    width: 10px;
    height: 10px;
}

.woocommerce form .checkout-label .form-row label {
    font-weight: 600;
    color: #515151;
}

#place_order {
    color: #fff;
    background-color: #222222;
}

#place_order:hover {
    color: #fff;
    background-color: #000;
}

.wp-block-woocommerce-empty-cart-block h2:nth-of-type(2),
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new {
    display: none;
}

.wp-block-woocommerce-empty-cart-block {
    padding: 50px 0;
}

#media {
    text-align: center;
}

.media-cards {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    justify-content: center;
}

.media-cards .media-card {
    height: 100%;
    width: 150px;
}

.media-cards .media-icon .modal-btn {
    border-radius: 10px;
    height: 150px;
    width: 150px;
    border: 1px solid #c8cacb;
}

.media-cards .media-icon i {
    font-size: 40px;
}

.user-registration-Button.button {
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 8px 20px;
    margin: 5px 10px 5px 0;
    border-color: #000000;
}

.user-registration-Button.button:hover {
    background-color: #212121;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 767px) {

    #category-tabs,
    #sorting {
        justify-content: center !important;
    }

    .woocommerce-MyAccount-navigation ul {
        padding-left: 0 !important;
    }

    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-message .button,
    .woocommerce-page .woocommerce-error .button,
    .woocommerce-page .woocommerce-info .button,
    .woocommerce-page .woocommerce-message .button {
        float: none;
        margin: 5px 0;
    }

    .wc-block-cart table.wc-block-cart-items,
    .wc-block-cart table.wc-block-cart-items td,
    .wc-block-cart table.wc-block-cart-items th {
        margin-bottom: 5px !important;
    }
}

.woocommerce div.product form.cart .variations label {
    min-width: 130px;
}

#quickViewModal .modal-content {
    margin-top: 110px;
}

.woocommerce-thankyou-order-received {
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.rm-toggle {
    font-weight: 600;
    text-decoration: underline;
    background: none;
    border: 0;
    cursor: pointer;
}

.rm-ellipsis {
    opacity: .7;
}

.ur-frontend-form.login {
    padding: 30px !important;
}

.ur-frontend-form input[type=submit] {
    float: none !important;
}

.woocommerce ul.order_details li {
    margin-bottom: 15px;
}

/* .margin-negative-100{
    margin-bottom: -100px;
}
.margin-positive-100{
    margin-top: 100px;
} */
/* #explore-products {
    scroll-margin-top: 100px;
} */
#product-addons-total {
    display: none !important;
}

.product-variants #product-addons-total {
    display: none !important;
}

.product-variants .wc-pao-addon-name {
    min-width: 130px;
    font-size: 14px;
    margin-bottom: 16px;
}

.product-variants .wc-pao-addon-container {
    display: flex;
    align-items: center;
}

.product-variants .wc-pao-addon-container .wc-pao-addon-wrap {
    margin: 0 0 16px 0;
}

.product-variants .wc-pao-addon-container .wc-pao-addon-field {
    border-color: #dee2e6;
    font-size: 13px;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    max-width: 300px;
}

#kp-live-price {
    font-size: 2rem !important;
    font-weight: 500 !important;
}

.product-variants .woocommerce-variation-price {
    display: none;
}

.performance-tabs .nav-tabs .nav-link {
    border: 1px solid #ccc;
    border-radius: 0;
    background: #f9f9f9;
    color: #000;
    padding: 1rem 2rem;
    font-weight: 600;
}

.performance-tabs .nav-tabs .nav-link.active {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

#stageTabs button {
    font-family: Magistral;
}

#stageTabs button .tab-sub {
    font-family: Montserrat;
}

.bar-wrapper {
    position: relative;
    width: 120px;
    height: 280px;
    border: 1px solid #000;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    border-radius: 3px;
}

.bar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition: height 1.2s ease;
}

.bar.black {
    background: #000;
    height: 0%;
    color: #fff;
}

.bar.red {
    background: #d63a1a;
    height: 0%;
    color: #fff;
}

.bar.white {
    background: #fff;
    height: 100%;
    border-top: 1px solid #eee;
}

.bar-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 600;
    margin-right: 10px;
    font-size: 0.9rem;
    color: #000;
}

.custom-meta-container a {
    text-decoration: none;
}

.keller-tuned,
.keller-tuned-value,
.factory-title,
.factory-value {
    padding-left: 35px;
}

.keller-tuned-value {
    color: #c62828;
    font-weight: 700;
    font-size: 1.25rem;
}

.price1 {
    font-size: 2rem;
    margin: 10px 0;
}

.btn-danger {
    background: #d5371c
}

.btn-danger:hover {
    background: #c23219ff
}

.plus-increase {
    color: #fff;
    font-weight: 700;
}

.tunning-btn-cart {
    width: 300px;
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    font-weight: 700;
    transition: all .3s ease-in-out;
    padding: 15px;
}

.tunning-btn-cart:hover {
    color: #ffffff;
    background-color: #d5371c;
    border: 1px solid #d5371c;
    transition: all .3s ease-in-out;
}

.tunning-btn-buy {
    padding: 15px;
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 10px 5px 0;
    border: 1px solid #000000;
    transition: all .3s ease-in-out;
    width: 300px;
    display: inline-block;
}

.tunning-btn-buy:hover {
    padding: 15px;
    background-color: #d5371c;
    color: #ffffff;
    border-radius: 5px;
    line-height: 24px;
    font-size: 16px;
    margin: 5px 10px 5px 0;
    border: 1px solid #d5371c;
    transition: all .3s ease-in-out;
}

.product-media-list {
    text-align: center;
    margin-bottom: 20px
}

.product-media-list .product-media-img {
    aspect-ratio: 1 / 1;
    width: 300px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 10px;
    border-radius: 10px;
    object-fit: cover;
}

.cart-btn-container,
.buy-btn-container {
    display: inline-block;
}

.tuningCategory a.nav-link{
    background: #d5371c;
    color: #fff !important;
    border-radius: 5px;
    margin: 5px 0;
    transition: all .3s ease-in-out;
}

.tuningCategory a.nav-link:hover{
    background: #bc2b11;
    color: #fff !important;
    transition: all .3s ease-in-out;
}

@media (max-width:767px) {
    .bar-wrapper {
        width: 80px;
        height: 200px;
    }

    .cart-btn-container,
    .buy-btn-container {
        display: block;
    }

    .tunning-btn-cart,
    .tunning-btn-buy {
        width: 100%;
    }
}

@media (min-width: 1201px) and (max-width: 1399px) {
    .keller-tuned {
        font-size: 14px;
    }
}