:root{
    --primary: #ffe403;
    --sciondry: #6a6a6b;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/NunitoSans10pt-Regular.woff2') format('woff2'),
         url('../fonts/NunitoSans10pt-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/NunitoSans10pt-SemiBold.woff2') format('woff2'),
         url('../fonts/NunitoSans10pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Prociono';
    src: url('../fonts/Prociono-Regular.woff2') format('woff2'),
         url('../fonts/Prociono-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

*{
    font-family: 'Nunito';
}
.login-btn {
    background: var(--primary);
    color: var(--sciondry);
    padding: 10px 20px;
    width: max-content;
}
.nav-item .nav-link.active{
    color: var(--sciondry);
    position: relative;
}
.nav-item .nav-link.active:after {
    content: '';
    border: 1px solid var(--sciondry);
    position: relative;
    width: 100%;
    display: table;
    bottom: 0;
}
.login-btn svg{
    color: var(--sciondry);
}
.slider1 {
    height: 100vh;
    background-size: cover !important;
    background-position: center  !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slider1:after, .slider2:after, .slider3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
}
.slide-cont {
    z-index: 9;
    width: 100%;
    padding: 0 80px;
}
.dark{
    color: var(--primary);
}
.slide-cont h1 {
    font-size: 99px;
    font-weight: 600;
    text-transform: uppercase;
}
.slide-cont h3 {
    font-size: 79px;
    color: #fff;
}
.autoparts {
    color: rgba(255, 255, 255, 0.75);
    font-size: 22px;
}
.slider2{
    background: url(../img/fetchpik.com-g8rS4bwbYc.webp);
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slider3{
    background: url(../img/dl.beatsnoop.com-3000-xsNPlumb7c.webp);
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide-dots [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.slide-dots{
    top: 72%;
    justify-content: start;
    margin-left: 80px;
    bottom: auto;
}
.brand-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}
.brand-list img {
    width: 150px;
}
.brand-list {
    padding: 40px 40px;
    border: 1px solid rgb(234, 234, 234);
    width: 18%;
}
.view-text{
    color: var(--sciondry);
}
.brand-main {
    background: #fff;
    margin-top: -5%;
    z-index: 9;
    position: relative;
    padding: 10px;
}
.section-title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--sciondry);
}
.brands, .catalog {
    background: #eaeaea;
}
.catalog{
    padding: 80px 0 0;
}
.catalog h2 {
    font-size: 80px;
    font-weight: 600;
    color: var(--sciondry);
}
.dark2{
    color: #ffe403;
}

.info {
    font-size: 22px;
    color: var(--sciondry);
}
.catalogMain {
    grid-template-columns: repeat(5, 1fr);
}
.grid-col_3{
    grid-template-columns: repeat(3, 1fr);
}
.catalogMain>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 50px;
    aspect-ratio: 1 / 1;
    position: relative;
    transition: .5s;
    width: 20%;
}
.catalog1{
    /* background: url(../img/catalog.webp); */
    background-size: cover !important;
    background-position: center !important;
}
.catalogMain>a h4 {
    font-size: 18px;
}
.catalogMain>a:hover .hover-text {
    position: relative;
    visibility: visible;
}
.hover-text {
    position: absolute;
    visibility: hidden;
}
.catalog2 {
    background: url(../img/catalog2.webp);
    background-size: cover;
    background-position: center;
}
.catalog3 {
    background: url(../img/catalog3.webp);
    background-size: cover;
    background-position: center;
}
.catalogMain>a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
}
.catalogMain>a * {
    z-index: 9;
}
.catalogMain > a:hover:after{
    opacity: .5;
}
.style{
    background: url(../img/bg-2-1.jpg);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;    
}
.style-title {
    font-size: 80px;
    font-weight: 600;
}
.style-title .dark {
    font-size: 110px;
}
.style-text {
    color: #fff;
    font-size: 22px;
}
.product h2 {
    font-size: 80px;
    font-weight: 600;
    color: var(--sciondry);
}
.product{
    padding: 80px 0;
}
.product_area {
    width: 32%;
}
.product_area img{
    width: 100%;
}
.product_area h5 {
    font-size: 21px;
}
p.price {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}
.subscribe {
    background: #eaeaea;
    padding: 80px 0;
}
.discount {
    padding: 40px;
    background: #fff;
}
.discount h4 {
    margin: 0;
    width: 50%;
    font-size: 26px;
}
.discount input {
    flex-grow: 1;
    border-radius: 5px;
    padding: 10px 20px;
    outline: 0;
    border: 1px solid #6a6a6b;
}
.discount .subs-button {
    padding: 15px 24px;
    line-height: 1;
    border: 0;
    background: var(--primary);
}
footer{
    background: var(--sciondry);
    padding: 80px 0;
}
.footer-text {
    color: #fff;
    margin-top: 22px;
    font-size: 16px;
}
.socal-menu a {
    color: #fff;
    text-decoration: none;
}
.copyright-bar {
    background: #4c4b4b;
    padding: 16px;
}
.slide-btns button {
    width: 100% !important;
    height: max-content !important;
}
.slide-btns button {
    width: 100% !important;
    height: max-content !important;
    text-indent: 0 !important;
    font-size: 24px;
}
.slide-btns{
    background: #eaeaea;
}
.bg-title{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 400px;
}
.moveon a {
    color: var(--primary);
}
.product_area img {
    width: 100%;
    height: 357px;
    object-fit: cover;
    object-position: center;
}
.productInfo {
    background: #eaeaea;
    padding: 80px 0;
}
.btn-row button {
    width: 150px;
    border: 0;
    background: transparent;
}
.product-img img:hover {
    transform: scale(1.2);
}
.product-img img {
    transform: scale(1);
    transition: .5s;
}
.price {
    font-size: 32px;
    font-weight: 600;
}
.detail {
    padding: 30px;
}
.detail svg {
    color: #6a6a6b;
}
.afterMarket, .review {
    background: #eaeaea;
    padding: 80px 0;
}
.afterMarket_title {
    font-size: 48px;
    font-weight: 600;
    color: var(--sciondry);
}
.afterMarket_card , .review  {
    color: var(--sciondry);
}
.dots {
    width: 16px;
    height: 16px;
    border: 1px solid #ffe403;
    background: #ffe403;
    opacity: .5;
}
.dots.active {
    opacity: 1;
}
.app{
    background: #ffe403;
    padding: 80px 0;
}
.app h2 {
    color: var(--sciondry);
    font-size: 47px;
}
.app p {
    color: var(--sciondry);
}
.app-btn {
    display: flex;
    align-items: center;
    padding: 13px 25px;
    background-color: #6a6a6b;
    border-radius: 4px;
    font-size: 22px;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    gap: 16px;
}
span.app-links__stores__item__desc {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.add_to_cart {
    padding: 10px 30px;
    border: 0;
    background: var(--primary);
}
.tab-title{
    font-size: 28px;
    font-weight: 600;
}
.tab-title:after{
    display: none !important;
}
.info_Area button, .info_Area button:focus, .info_Area button:hover {
    color: #b5b5b5;
}
p.empty-available {
    text-align: center !important;
    font-size: 35px;
    font-weight: 800;
    width: 100%;
}
.number-view {
    outline: none;
    padding: 0 10px;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    width: 42px;
}
.number-view::-webkit-inner-spin-button, .number-view::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.number-view {
    -moz-appearance: textfield;
}
.by_img {
    width: 80px;
}

.w-half {
    width: 50%;
}
.bg-input {
    background-color: #E2E8FF;
}
.py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.w-420 {
    width: 420px;
}
.bg-global {
    background-color: #ffe403;
}
.bgform-formhl {
    background-image: linear-gradient(180deg, rgba(193, 197, 210, 0.34) 0%, #FFFFFF 100%);
}
.outline-none{
    outline: none;
}
.text-global-link{
    color: #ffe403;
}
.size-20 {
    width: 1.25rem;
    height: 1.25rem;
}
.bg-input {
    background-color: #E2E8FF;
}
.remember:checked ~ label > span:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-check2" viewBox="0 0 16 16"><path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0"/></svg>');
    height: 18px;
}
.remember:checked ~ label > span {
    background-color: #007bff;
    border-color: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reference::-webkit-outer-spin-button,
.reference::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.reference {
    -moz-appearance: textfield;
}
.verify_input {
    width: 60px;
    height: 60px;
    outline: none;
    text-align: center;
    background: #E2E8FF;
    font-size: 36px;
}
.verify_input::-webkit-outer-spin-button,
.verify_input::-webkit-inner-spin-button,
.number::-webkit-outer-spin-button,
.number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number, .verify_input {
    -moz-appearance: textfield;
}
.infovact {
    max-width: 400px;
}
div.error {
    color: red;
}
.country {
    width: 70px;
    height: 44px;
    background: #e0e9fd;
    border: 0;
    outline: none;
    cursor: pointer;
}
.number{
    flex-grow: 1;
}
.product-cart-img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}
.count {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    background: var(--primary);
    align-items: center;
    color: var(--sciondry);
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
}
.downview {
    left: auto !important;
    right: 0;
}
.downbtn {
    background: transparent;
    border: 0;
}
.empty-btn {
    background: var(--primary);
    padding: 10px 20px;
}
.select2-selection--single {
    height: 44px !important;
    display: flex !important;
    align-items: center;
    background: #e2e8ff !important;
    border: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
}
.select2-dropdown {
    width: 300px !important;
}
.header-web-section nav {
    background: #393939 !important;
}
/* .header-web-section svg path {
    fill: #fff !important;
} */
.footer-web-section {
    background: #393939;
}
a.signup-terms {
    color: #1b2126;
}
span.select2.select2-container.select2-container--default {
    width: 113px !important;
}
.app-logo-img {
    width: 80px;
}
@media screen and (max-width: 768px) {
    .slide-cont h1 {
        font-size: 57px;
    }
    .autoparts {
        font-size: 16px;
    }
    .brand-list {
        width: 30%;
    }
    .tab-w-full{
        width: 100% !important;
    }
    .slide-btns button {
        font-size: 18px;
    }
    .style-title {
        font-size: 60px;
    }
    .style-title .dark {
        font-size: 80px;
    }
    .style-text {
        font-size: 16px;
    }
    .catalog h2 {
        font-size: 50px;
    }
    .catalogMain>a {
        width: 31%;
    }
    .catalogMain {
        justify-content: space-between;
        gap: 20px;
    }
    .product h2 {
        font-size: 50px;
    }
    .product_area {
        width: 100%;
    }
    .discount {
        flex-direction: column;
    }
    .discount h4 {
        width: 100%;
    }
    .discount form{
        width: 100% !important;
        margin-top: 30px;
    }
    .footer-cols .col-md-3 {
        padding: 0 !important;
        margin-top: 30px;
    }
}
@media screen and (max-width: 480px) {
    .slide-cont {
        padding: 0px 20px;
    }
    .slide-cont h1 {
        font-size: 32px;
    }
    .slide-cont h3 {
        font-size: 59px;
    }
    .autoparts {
        font-size: 14px;
    }
    .slide-dots {
        margin-left: 20px;
    }
    .brand-list {
        width: 47%;
    }
    .slide-btns button {
        font-size: 15px;
    }
    .style-title {
        font-size: 30px;
    }
    .style-title .dark {
        font-size: 40px;
    }
}