/*@font-face {*/
/*@font-face {*/
/*    font-family: IranSans;*/
/*    src: url("../../fonts/IranSans/IRANSansWeb\(FaNum\).ttf");*/
/*}*/


body {
    font-family: IranSans, sans-serif;
}

* {
    box-sizing: border-box;

}

.my-container-xxl-plus {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* Breakpoints مشابه Bootstrap */
@media (min-width: 576px) {
    .my-container-xxl-plus {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .my-container-xxl-plus {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .my-container-xxl-plus {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .my-container-xxl-plus {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .my-container-xxl-plus {
        max-width: 1320px;
    }
}

/* بیشتر از XXL: بزرگ‌تر از Bootstrap */
@media (min-width: 1600px) {
    .my-container-xxl-plus {
        max-width: 1500px;
        /* می‌توانی هر عدد دلخواهی قرار بدهی */
    }
}

@media (min-width: 1920px) {
    .my-container-xxl-plus {
        max-width: 1600px;
        /* صفحه خیلی بزرگ */
    }
}

.fade-wrapper {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #222;
}

@media (max-width: 768px) {
    .fade-wrapper {
        font-size: 1rem !important;
    }

    .line-horizontal {
        width: 85vw !important;
    }

    .branches-wrapper {
        width: 85vw !important;
    }

    .branch-text {
        font-size: 0.75rem !important;
    }


}

.product-img img {
    object-fit: cover;
}

.blog-btn {
    color: #E31E24;
}

.rounded-4 {
    border-radius: .5rem !important;
}

.rounded-5 {
    border-radius: 1rem !important;
}

.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 16px 20px;
    width: 100%;
    text-align: right;
    border: 0.1px solid black;
    transition: 0.4s;
    border-radius: 8px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.accordion:hover,
.accordion.active {
    background-color: #ddd;
}

.accordion .icon {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

@media (max-width:768px) {
    .accordion .icon {
        width: 30px;
        height: 30px;
    }

    .accordion {
        font-size: 14px !important;
    }
}

.accordion.active .icon line {
    stroke: #E31E24;
}

.panel {
    padding: 0 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    border-right: 3px solid #E31E24;
    border-radius: 0 0 8px 8px;
    line-height: 1.7;
    color: #555;
}

.panel.show {
    opacity: 1;
    max-height: 500px;
    padding: 15px 20px;
    margin-top: 4px;
}

.text-box {
    display: inline-block;
    position: relative;
}

.underline {
    position: absolute;
    right: 0;
    bottom: -10px;
    height: 2px;
    width: 0;
    background: #E31E24;
    border-radius: 3px;
    transition: width 0.6s ease 0.8s;
}

.line-down {
    position: absolute;
    left: 50%;
    top: calc(100% + 30px);
    width: 0.5px;
    height: 0;
    background: #000;
    border-radius: 3px;
    transform: translateX(-50%);
    transition: height 0.6s ease 1.4s;
}

.line-horizontal {
    position: absolute;
    top: calc(100% + 50px);
    left: 50%;
    width: 55vw;
    height: 0.5px;
    background: #000;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.6s ease 2s;
}

.branch-subtext-right {
    right: -130px;
    max-width: 270px;
}

.branch-subtext-left {
    left: -130px;
    max-width: 270px;
}

.branch {
    cursor: pointer;
    transition: all 0.3s ease;
}

.branch.active .branch-text,
.branch:hover .branch-text {
    color: #E31E24;
    transform: scale(1.05);
}

.branch.active .branch-subtext,
.branch:hover .branch-subtext {
    color: #222;
    transform: scale(1.02);
}

.branch-subtext {
    max-width: 270px;
    font-size: 1rem;
    top: 80px;
    font-weight: normal;
    position: absolute;
    margin-top: 5px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease 3.8s, transform 0.6s ease 3.8s, color 0.7s ease, transform 0.3s ease;
    text-align: center;
}

.blogSwiper .product-box {
    padding: 0 !important;
}

.branch-mobile-box {
    margin-top: 100px;
    height: 8rem;
}

.slide-mid-home p {
    bottom: 25px;
    font-weight: bolder;
}

[data-aos].aos-animate .branch-subtext {
    opacity: 1;
    transform: translateY(0);
}

.slide-mid-home {
    margin-top: 350px;
}

@media (max-width:768px) {
    .slide-mid-home {
        margin-top: 0;
    }

    .slide-mid-home p {
        margin-top: 10px;
        padding: 0 40px;
        font-size: 1rem !important;
    }
}

@media (max-width:768px) {
    .brands-swiper .swiper-wrapper {
        max-height: 30px !important;
    }
}

.brands-swiper .swiper-wrapper {
    max-height: 70px;
}

.brands-swiper {
    margin-top: 80px;
}

.branches-wrapper {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: calc(100% + 50px);
    left: 50%;
    width: 55.1vw;
    transform: translateX(-50%);
}



.text-branch-right {
    position: relative;
    left: 25px;
}

.text-branch-left {
    position: relative;
    right: 25px;
}

@media (min-width:768px) {
    .text-branch-right {
        position: relative !important;
        left: 60px;
    }

    .text-branch-left {
        position: relative !important;
        right: 60px;
    }

}

.animation-how {
    margin-top: 80px;
}

.branch {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.branch-left {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.branch-right {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.line-down-branch {
    width: 1px;
    height: 0;
    background: #000;
    border-radius: 3px;
    transition: height 0.6s ease 2.8s;
}

.branch-text {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease 3.5s, transform 0.6s ease 3.5s, color 0.7s ease, transform 0.3s ease;
    margin-top: 10px;
    text-align: center;
    font-size: 1.2rem;

}

/* فعال شدن انیمیشن‌ها */
[data-aos].aos-animate .underline {
    width: 100%;
}

[data-aos].aos-animate .line-down {
    height: 50px;
}

[data-aos].aos-animate .line-horizontal {
    transform: translateX(-50%) scaleX(1);
}

[data-aos].aos-animate .line-down-branch {
    height: 30px;
}

[data-aos].aos-animate .branch-text {
    opacity: 1;
    transform: translateY(0);
}

.product-box {
    box-shadow: 0px 0px 4px 4px #ede6e6;
    border-radius: 8px !important;
    padding: 0.5rem 0rem;
    margin-top: 1rem;
    overflow: hidden;
}

.footer-top-line {
    width: 80%;
}

@media (max-width:768px) {
    .footer-top-line {
        width: 65%;
    }
}

@media (max-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }
}

.product-img img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.footer-title {
    font-size: 1rem;
}

.text-justify {
    text-align: justify !important;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product-title p {
    height: 70px !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}



*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .card-text-paragraph img {
        width: 100% !important;
        height: auto !important;
    }

    .post-long-content img {
        width: 100% !important;
        height: auto !important;
    }
}

.car-body-wrapper img {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    object-fit: contain !important;
    display: block;
}


.menu-item-link {
    margin: 0 10px;
    display: inline-block;
    color: #222222 !important;
    font-size: 14px;
    font-weight: bold;
}

/* .menu-item-link:hover {

    color: #222222 !important;
} */

.bg-black {
    background-color: #2f2f22;
}

#navbarDropdown.dropdown-toggle::after {
    display: none !important;
}

.menu-item-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.menu-item-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #c41e1e;
    transition: width 0.3s ease;
    position: absolute;
    right: 0;
    bottom: 0;
}

.menu-item-link:hover::after {
    width: 100%;
}

.menu-item-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 40px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.border-gray {
    border: 3px solid #a0a0a0;
    border-radius: 6px;
}

.btn-red {
    background-color: #ff1b32;
    border-color: #ff1b32;
    height: 43px;
}

.gold {
    color: gold;
}

/* end Custom fonts */
html {
    overflow-x: hidden;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}



.dir-rtl {
    direction: rtl;
}

.dir-ltr {
    direction: ltr;
}

#myTabContent {
    display: block !important;
}

.nav-link.active {
    border-bottom: 2px solid #c41e1e;
}

.custom-red-span {
    color: rgb(211, 128, 128);
    font-size: 12px
}

.custom-modal-content {
    width: 100%;
    max-width: 600px margin: auto;
    background-color: #ebebeb;
}

.modal_search .modal_label {
    background-color: #f3f2f7;
    border-bottom: 1px solid #ebe9f1;
    color: #6e6b7b;
    padding: 5px 10px;
}

.modal_search .select2-container--default .select2-selection--single {
    height: 40px !important;
}

.modal_search .select2-container .select2-selection--single {
    border-radius: 5px !important;
    border: 1px solid #e8e8e8 !important;
    background: #fff;
}

.modal_search .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.modal_search .select2-container--default .select2-selection--single .select2-selection__rende#c41e1e {
    line-height: 40px !important;
}

.modal_search .btn-search {
    width: 100%;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 6px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
}

.modal_search .modal-body {
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
}

.modal_search .tab-content {
    display: block;
    padding: 0;
}

.modal_search .tab-content:after {
    content: none;
}

.modal_search .nav-link,
.nav-link:focus,
.nav-link:hover {
    color: #ef394d;
}

.modal_search .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e64443 !important;
    color: white;
}

.modal_search .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #9e9e9e !important;
}

.modal_search .select-number .select2-results__option {
    float: right;
    width: 22%;
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    margin: 4px;
    vertical-align: middle;
}

.nav-tabs .nav-link.active {
    color: #000000;
    font-weight: 700;
    background-color: transparent;
}

.nav-link {
    color: #9f9f9f;
}

.nav-tabs .nav-link.active {
    margin-bottom: 0;
    background: 0 0;
    border-bottom: 2px solid #E31E24;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropend .dropdown-toggle {
    color: rgb(255, 255, 255);
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: rgb(255, 255, 255);
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;

}

.tab-content::after {
    content: unset;
}

.gold-color {
    color: gold;
}

.instock {
    margin-top: 7px;
    border-radius: 50% !important;
    background-color: green;
    font-size: 12px;
}

.outOfstock {
    margin-top: 7px;
    border-radius: 50% !important;
    background-color: red;
    font-size: 12px;
}

.font-size-xs {
    font-size: 10px !important;
}

.font-size-sm {
    font-size: 12px !important;
}

.float-left {
    float: left;
}

.text-white {
    color: white !important;
}

.bg-black {
    color: black !important;
}

.float-right {
    float: right;
}

.font-size-md {
    font-size: 18px;
}

.font-size-lg {
    font-size: 24px;
}

.font-size-xl {
    font-size: 30px;
}

.bg-#c41e1e {
    color: #c41e1e
}

.font-20 {
    font-size: 20px;
}

.bg-white {
    color: #fff;
}

.px-150 {
    padding-left: 150px;
    padding-right: 150px;
}


#menu-tires>div>span:first-child,
#menu-rings>div>span:first-child {
    border-right: 3px solid rgb(218, 71, 71);
    padding-right: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
}

#menu-tires>div:first-child,
#menu-rings>div:first-child {
    /* border-radius: 100%;
    height: 110px;
    width: 110px;
    padding:15px 15px 15px 10px; */
}

#menu-tires,
#menu-rings {
    position: relative;
    width: 300px;
    line-height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px 0 10px 0;
}

.dropdown-menu {
    padding: 0;
    right: 0;
    left: auto;
}


.car-box {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 2px #f4f4f4;
}

.a-link {
    text-decoration: none;
    color: #000000;
}

.a-link:hover {
    color: #c41e1e;
}

.hidden {
    visibility: hidden;
}

.dropdown-menu {
    animation: 0.5s slideup;
}

.tireBrand-imgs {
    margin-top: 100px;
}

@keyframes slideup {
    from {
        transform: translateY(10%);
    }

    to {
        transform: translateY(0);
    }
}

.home-slider {
    max-height: 800px;
    object-fit: cover;
    width: 100%;
}

.slider-btn {
    background-color: #ff3838;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    width: 140px;
    height: 40px;
    color: #e3dede;
    margin-bottom: 20px;
}

.slider-btn:hover {
    background-color: #7cfb27;
    color: black;
    transform: scale(1.1);
    transition: all 0.4s ease-in-out
}

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

.carousel-item {
    float: left !important;
    margin-left: unset !important;
}

.carousel-control-next {
    z-index: 100;
    left: 0 !important;
    right: unset !important;
}

.carousel-control-prev {
    z-index: 100;
}

.carousel-caption {
    bottom: 40%;


}

@media (max-width: 768px) {
    .carousel-caption {
        bottom: 20%;
        width: 100%;
        right: 0;
        left: 0;
    }
}


@media (max-width: 576px) {

    .slider-title {
        font-size: 0.9rem !important;
        line-height: 1.3 !important;
    }

    /* کپشن اسلایدر */
    .slider-cap {
        font-size: 0.6rem !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 576px) {

    .mobile-title {
        font-size: 0.75rem !important;
        line-height: 1.3;
    }

    .mobile-text {
        font-size: 0.6rem !important;
        line-height: 1.4;
    }
}



.service-title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-top: 100px;
}

.service-desc {
    display: block;
    margin-top: 10px;
    font-weight: bolder;
}

.services {
    background-color: #EAEAEA;
}

.service-img {
    width: 40px;
}



.img-logo1,
.img-logo2 {
    width: 100%;
}

.h-100 {
    height: 100px !important;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}


/*----  Main Style  ----*/



.text-gray {
    color: #b5b5b5 !important;
}

.footer::before {
    background-color: unset !important;
}

.footer-bg-img {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/home/footer-2.jpg);
    width: 100%;
    min-height: 700px;
    filter: brightness(100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    object-fit: cover;
    opacity: 0.8;
    overflow: hidden;

}


.newsletter {
    border-bottom: 2px solid #ef394d;
    padding: 30px 0;
}

.newsletter>div>p:first-child {
    font-size: 24px;
}

.newsletter>div>p:last-child {
    font-size: 20px;
}

.newsletter-input::placeholder {
    text-align: right;
}

.input-group {
    width: 600px;
    height: auto;
}

.newsLetter-submit {
    display: block;
    width: 100px;
    border: 1px solid #d71b1b;
    background-color: #d71b1b;
    color: white;
    text-align: center !important;
}

.footer-menu-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
    padding-top: 20px;
}

.footer-menu-title>p {
    color: white;
    font-size: 22px;
    font-weight: 500;
}

.footer-menu-item {
    display: flex;
    justify-content: space-between;
    margin-right: 40px;
    margin-top: 20px;
}

.footer-menu-item>ul {
    list-style-type: none;
}

.footer-menu-item>ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 2px;
}

.footer-menu-item>ul>li>a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.footer-menu-item>ul>li>a:hover {
    color: #ef394d;
}

.mr-md-100 {
    margin-right: 100px;
}

.py-60 {
    padding: 60px 0;
}

.view-all-wrapper {
    text-align: right;
    /* فلش سمت راست */
}

.view-all-link {
    color: #E31E24 !important;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.view-all-link .arrow {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1;
}



@media (max-width: 576px) {
    .nav-tabs .nav-link.active {
        color: #E31E24;
    }

    .product-title-mobile p {
        font-size: 0.8rem !important;
        line-height: 1.3;
    }

    .product-title-mobile p span {
        font-size: 0.8rem !important;
    }

    .product-price-mobile p {
        font-size: 0.7rem !important;
        line-height: 1.3;
    }

    .nav-tabs {
        justify-content: center;
    }
}


.head-underline {
    display: inline-block;
    /* تا فقط اندازه متن underline بشه */
    border-bottom: 2px solid #E31E24;
    /* رنگ قرمز */
    padding-bottom: 16px;
    /* فاصله بین متن و خط */
}




.star-rating {
    font-size: 30px;
}

.star-rating .fas {
    color: rgb(208, 208, 40);
}

.star-rating .far {
    color: #000;
}



.pt-30 {
    padding-top: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.line-height-18 {
    line-height: 18px;
}

.w-1000 {
    width: 1000px;
}

.post-image {
    width: 100%;
    height: auto;
    border-radius: 10px;

}


.h-80 {
    height: 80px;
}

.post-category>span {
    font-size: 16px;
    font-weight: 700
}

.post-title>p {
    font-size: 30px;
    font-weight: 700;
    color: black;
    margin-bottom: 30px;
}

.post-description>p {
    font-size: 16px;
    color: #313131
}

.author-name>span {
    font-size: 12px;
    color: #ababab
}

.avatar>img {
    width: 50px
}

.carousel-indicators [data-bs-target] {
    background-color: #ff0000;
}

.-mb-50 {
    bottom: -50px;
}


.mx-100 {
    margin-right: 100px;
    margin-left: 100px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.hr-line {
    height: 3px !important;
}

.commenter-name>span {
    font-size: 14px;
    color: #9a9a9a;
}

.vr {
    width: 3px;
}


/* .list-group-item {
    border: none;
} */

.dropdown-toggle::before {
    display: none !important;
}

/* .list-group-item {
    padding: 0 !important;
} */


.card.brand-border {
    position: relative;
    border-radius: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0;
    border-left: 0;
}

.card.brand-border::before {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 15%;
    left: 0;
    width: 1px;
    background-color: #484848;
    opacity: 0.5;
}

.breadcrumb {
    background-color: transparent;
}

.card.brand-border::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 1%;
    bottom: 0;
    height: 1px;
    background-color: #484848;
    opacity: 0.5;
}

.col-md-3:nth-child(4n) .card.brand-border::before {
    display: none;
}

.col-md-3:nth-last-child(-n+4) .card.brand-border::after {
    display: none;
}

@media (max-width: 767px) {
    .col-6:nth-child(2n) .card.brand-border::before {
        display: none;
    }

    .card.brand-border.car-brands-border::after {
        content: "";
        position: absolute;
        left: 15%;
        right: 1%;
        bottom: 0;
        height: 1px;
        background-color: #484848;
    }

    .col-6:nth-last-child(-n+2) .card.brand-border::after {
        display: none;
    }
}

.up-hr {
    height: 2px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}




.qty {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;

    label {
        flex: 1 0 100%;
    }

    input {
        width: 7rem;
        height: 3rem;
        font-size: 1.3rem;
        text-align: center;
        border: 1px solid #575757;
    }

    /*
    .button-plus,
    .button-minues {
        width: 3rem;
        height: 3rem;
        color: #fff;
        font-size: 2rem;
        background: grey;
    } */

}

.icon-sm {
    width: 2rem;
    height: 2rem;

}

.btn-dark.disabled {
    color: #000 !important;
    background-color: #cacaca !important;
    border-color: #cacaca !important;
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: 0 !important;
}

.pl {
    padding-right: 60px;
    padding-bottom: 30px;
}

.nav-link.active {
    border-bottom: 2px solid red;
}

.font-size {
    font-size: 10px;
}

.border-bottom-img {
    border-bottom: 2px solid #343434;
    width: 100%;
}

.border-bottom-img::before {
    display: block;
    content: '';
    background-image: url(../img/home/info-img.jpg);
    width: auto;
    height: 300px;
    background-repeat: no-repeat;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 0 solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

p.custom-title {
    font-size: 24px;
    color: red
}

.mt-50 {
    margin-top: 50px;
}

.bg-red {
    color: rgb(211, 55, 55);
}


.card img {
    padding: 8px;
    object-fit: fill;
}

.h-200 {
    height: 200px;
}

.breadcrumb-item>a {
    color: #000000d0;
    font-weight: 700;
    text-decoration: none;
}

.breadcrumb-item>a:hover {
    color: #e83535;
}

.w-150 {
    width: 150px;
}

.light-green {
    color: rgb(122, 184, 91);
}

.light-orange {
    color: rgb(241 96 24);
}

.hr {
    border-bottom: 2px solid black;
}

.title-describe {
    display: inline;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 5px solid rgb(212, 48, 48);
    margin-bottom: -18px;
}

.explanation-item {
    text-decoration: none;
    color: white;
    background-color: #808080;
    font-size: 20px;
    padding: 12px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}

.explanation-tab-content {
    position: relative;
    border: 8px solid #343434;
    border-radius: 5px;
    margin-top: -20px;
    padding: 50px 40px;
    z-index: 2;
}

.w-full {
    width: 100% !important;
}

#header {
    width: 100%;
    height: auto;
    /* padding: 10px ; */
}

.number-contact {
    height: 50px;
    background-color: #4b4b4b;
    color: white;
    text-align: center;
    padding-top: 10px;
}

.img-logo {
    width: 90px;
}

.user-icons {
    position: relative;
    width: 250px;
    height: 80px;
    color: #FFF;
    background: #c51919;
}

.user-icons:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #c51919;
    transform-origin: top left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(60deg, 0deg);
}


.user-links {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.user-links:hover {
    color: rgb(205, 205, 205)
}

.user-dropdown:hover {
    color: rgb(100, 165, 2);
}

.cart>a>img {
    width: 40px;
    cursor: pointer;
}

.h-80 {
    height: 80px;
}


.border-bottom-red {
    border-bottom: 3px solid red;
}

.select {
    border-bottom: 3px solid red;
    padding-bottom: 8px;
    width: 100%;
}

.bg-gray {
    background-color: #ebebeb;
    height: auto;
}

ul.tab-section {
    list-style: none;
    padding: 0;
}

ul.tab-section>:nth-child(2) {
    margin-right: 2% !important;
    margin-left: 2% !important;
}

.rounded-sm {
    border-radius: 8px;
}

.tab-item {
    width: 32%;
    height: 50px;
    background-color: #8b8b8b;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    padding: 10px
}

.tab-item>a {
    /* position: relative; */
    text-decoration: none;
    color: whitesmoke;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
}

.my-tab-content {
    position: relative;
    border: 6px solid #4b4b4b;
    border-radius: 6px;
    margin-top: -21px;
    z-index: 2;
}

.exp-desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
}

.ui-state-active {
    background-color: #4b4b4b;
}

.popular_brands {
    padding-bottom: 70px;
    position: relative;
}

.popular_brands:before {
    content: "";
    background-image: url("../../assets/img/home/brand-left-img.jpg");
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 362px;
    height: 497px;
}

.popular_brands:after {
    content: "";
    background-image: url("../../assets/img/home/brand-right-img.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 455px;
    height: 465px;
    z-index: -1;
}

.tab-item .mt-200 {
    margin-top: 200px;
}

.popular_brands img {
    width: 170px;
    margin: 10px;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.support-desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    text-align: right !important;
}

.support-content {
    border: 5px solid rgb(74, 74, 74);
    border-radius: 6px;
}

.support-btn {
    width: 200px;
}

.img-border {
    position: absolute;
    width: 92%;
    height: 90%;
    left: 4%;
    top: 5%;
    border: 5px solid #fff;
    border-radius: 5px
}

.inside-border {
    border-bottom: 2px solid #e1e1e1;
    margin: 40px 40px 0;
}

.post-title {
    color: whitesmoke;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 60px 20px 0
}

.cursor-pointer {
    cursor: pointer !important;
}

.form-check-label {
    opacity: 1 !important;
}

.qty {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;

    input {
        width: 3rem;
        height: 2rem;
        text-align: center;
        border: 1px solid rgb(129, 129, 129);
    }

    button {
        height: 2rem;
        background: white;
        color: black;
        border: 1px solid rgb(129, 129, 129);
    }
}

.qtyminus {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.qtyplus {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.skew-front,
.skew-rear,
.skew-ring,
.skew-front-ring,
.skew-rear-ring {
    text-align: center;
    border-top: 5px solid rgb(238, 238, 238);
}

.skew-front::before {
    display: block;
    content: "محور جلو";
    width: 80px;
    height: 30px;
    color: rgb(35, 35, 35);
    background-color: rgb(238, 238, 238);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.skew-rear::before {
    display: block;
    content: "محور عقب";
    width: 80px;
    height: 30px;
    color: rgb(35, 35, 35);
    background-color: rgb(238, 238, 238);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.skew-ring::before {
    display: block;
    content: "محورعقب و جلو";
    width: 120px;
    height: 30px;
    color: rgb(35, 35, 35);
    background-color: rgb(238, 238, 238);
    font-size: 14px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.skew-front-ring::before {
    display: block;
    content: "محور جلو";
    width: 120px;
    height: 30px;
    color: rgb(35, 35, 35);
    background-color: rgb(238, 238, 238);
    font-size: 14px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.skew-rear-ring::before {
    display: block;
    content: "محور عقب";
    width: 120px;
    height: 30px;
    color: rgb(35, 35, 35);
    background-color: rgb(238, 238, 238);
    font-size: 14px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: 3px solid rgb(213 213 213);
}

.suggest-btn {
    border: none;
    background: transparent;
    color: #222222;
    cursor: pointer;
}

.suggest-btn:hover {
    color: #6e6b7b;
    transition: 0.4 all ease-in-out;
}

.ring-diameter-border {
    width: 100%;
    border-bottom: 2px solid black;
}

.diameter-title {
    border-bottom: 7px solid red;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}

.tireFabric span {
    width: 140px;
    padding: 6px 0;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
}

.euro {
    background: #f4f4f4;
    padding: 4px 8px;
    border-radius: 6px;
    width: 140px;
}

.car-imag,
.brand-image {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 140px;
}

.car-image:hover,
.brand-image:hover {
    transition: 0.6s all ease-in-out;
    transform: scale(1.05);
    cursor: pointer;
}

.car-show-img {
    border-radius: 8px;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;

}


.enamad {
    color: black;
    width: 180px;
    height: 180px;
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #e5e5ea;
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
}

/*  load more contet */

.loadmore-card {
    background: #EEE;
    border-radius: 25px;
    position: relative;
    width: 100%;
    margin: 500px auto;
    padding: 25px;
}


.card-text-paragraph {
    position: relative;
    overflow: hidden;
}

.overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #EEE);
}

.moreParagraphs {
    display: none;
}

.display-none {
    display: none;
}

.card-text-paragraph p {
    line-height: 20px;
    margin: 10px 0;
}

.more {
    position: relative;
    top: 50px;
    text-align: center;
}

.more button {
    width: 200px;
    margin: 0 auto;
    background: #D65A31;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 15px 10px;
}

/*  load more contet */


/* FAQ css */

.faq {
    border-radius: 8px;
}

.bg-pink {
    background-color: #ECE2DF;
}

.faq-item {
    cursor: pointer;
}

.faq-title .fas.fa-question {
    font-size: 30px;
    color: #D65A31;
    margin-left: 10px;
}

.faq-title>p {
    font-size: 22px;
    font-weight: bold;
    color: #D65A31;
}

.faq-answer {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
}

.fas.fa-plus {
    font-size: 22px;
    color: #D65A31;
    cursor: pointer;
}

.fas.fa-minus {
    font-size: 22px;
    color: #D65A31;
    cursor: pointer;
}

.faq-reply {
    margin-top: 10px;
}


/* Start slider range css */
.min-range,
.max-range {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    outline: 0;
    font-size: 14px;
    height: 30px;
    width: 100px;
    text-align: center;
}

.range-slider,
.range-slider1 {
    width: auto;
    margin: auto;
    text-align: center;
    position: relative;
    height: 6em;
}


.range-slider svg,
.range-slider input[type=range],
.range-slider1 svg,
.range-slider1 input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number]:invalid,
input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #616161;
}

input[type=range]:focus::-ms-fill-lower {
    background: #2497e3;
}

input[type=range]:focus::-ms-fill-upper {
    background: #2497e3;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    background: #616161;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #D65A31;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

/* End slider range */


.blog-box {
    overflow: hidden;
    box-shadow: 4px 4px 4px 4px #f0f0f0;
    border-radius: 10px;
    background: #fbfbfb;
}


.blog-img {
    height: 300px;
    overflow: hidden;
}

.blog-img>img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    display: block max-width: 100%;
}

.blog-img>img:hover {
    transition: 0.4s all ease-in-out;
    transform: scale(1.1);
    overflow: hidden;
}

.blog-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* تصویر کل فضا را پر می‌کند بدون کشیدگی */
    display: block;

    .blog-detail {
        padding: 20px 20px 0px 20px;
        ;
    }

    .blog-title {
        font-size: 20px;
        font-weight: bold;
    }

    .blog-desc {
        text-align: justify;
        font-size: 16px;
        color: #a8a6a6;
    }

    .blog-link {
        text-decoration: none;
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
    }

    .blog-link:hover {
        color: inherit;
    }

    .owl-stage {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        border-color: inherit;
        border-style: solid;
        border-width: 1px;
    }

    /*  */
    .products-section {
        margin-top: 100px;
    }

    /*.product-box {
    box-shadow: 0px 0px 4px 4px #ede6e6;
    border-radius: 12px;
    padding: 0.5rem 0rem;
    margin-top: 1rem;
	overflow: hidden;
}

.product-img {
  	width: 220px;
	max-width: 220px;
    height: 180px;
    margin: auto;
}
*/

    /*.product-title p {
	height: 50px !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
*/
    .product-detail {
        padding: 1rem 0.5rem 0rem 0.5rem;
    }

    .product-price p {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .tooltip-inner {
        font-family: 'IranSans', sans-serif;
        text-align: right;
        white-space: pre-line;
        font-size: 14px;
    }

    @media screen and (max-width: 570px) {
        .dropend:hover>.dropdown-menu {
            position: absolute;
            top: 0;
            right: 100%;
        }

        .dropend .dropdown-toggle {
            margin-left: 0.5em;
        }

        .logo-responsive {
            width: 150px;
            margin-right: 20px;
        }

        .px-150 {
            padding: unset;
        }

        .navbar-toggler {
            margin-right: 20px;
            border-color: #9e9e9e !important;
        }

        .home-slider {
            height: 300px;
        }



        .slider-btn {
            width: 100px;
            height: 30px;
            font-size: 10px;
        }

        #menu-tires,
        #menu-rings {
            width: 100px;
        }

        #menu-tires>.col-9 {
            display: none;
        }

        #menu-rings>.col-9 {
            display: none;
        }

        .service-title {
            font-size: 16px;
            margin-top: 30px;
        }

        .service-title {
            font-size: 20px;
        }

        .serivce-desc {
            font-size: 11px;
        }

        .service-img {
            width: 80px;
        }

        .ring-tire-title {
            font-size: 14px;
            padding: 10px 20px 0 0;
        }

        .ring-and-tire {
            height: 150px;
            margin-bottom: 20px;
        }

        .tire-ring-btn {
            margin-right: 20px;
        }

        .ring-tire-img {
            top: -10px;
            width: 180px;
            left: -70px;
        }

        .img-logo1 {
            margin-right: -30px;
            width: 200px;
        }

        .img-logo2 {
            margin-top: -40px;
            margin-right: 150px;
            width: 220px;
        }

        .py-60 {
            padding: 0 0;
        }

        .user-links>a {
            font-size: 10px;
        }

        .cart>span {
            font-size: 10px;
        }


        .bg-menu {
            margin-bottom: -10px;
        }

        .navbar {
            padding-top: 0;
            padding-bottom: 0;
        }

        .w-1000 {
            width: auto;
        }

        .modal-content {
            width: auto;
        }

        .carousel-caption {
            left: 0;
            bottom: 5%;
            right: 0;
        }

        .slider-title {
            font-size: 14px;
        }

        .slider-caption {
            font-size: 10px;
        }

        .tab-item>a {
            font-size: 10px;
        }

        .exp-desc {
            font-size: 14px;
            line-height: 40px;
        }

        .my-tab-content {
            width: unset;
        }

        .popular_brands:before {
            display: none;
        }

        .popular_brands:after {
            display: none;
        }

        .most-pol.popular_brands img.img-fluid {
            width: 100%;
            max-width: 130px;
            padding: 0;
        }

        .tireBrand-imgs {
            margin-top: unset;
        }

        .title-describe {
            font-size: 14px;
        }

        .support-desc {
            font-size: 14px;
            line-height: 40px;
        }

        .post-title {
            color: whitesmoke;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            padding: 20px 20px 0;
        }




        .newsletter {
            display: flex;
            flex-direction: column;
        }

        .newsletter>div>p:first-child {
            font-size: 16px;
        }

        .newsletter>div>p:last-child {
            font-size: 14px;
        }

        .input-group {
            width: 100%;
            height: 30px;
            padding-left: 20px;
            padding-right: 6px;
        }

        .footer-menu-title>p {
            font-size: 14px;
        }

        .footer-menu-item {
            display: block;
            margin-right: unset;
        }

        .footer-menu-item>ul>li>a {
            font-size: 12px;
        }

        .footer-bg-img {
            height: unset;
            background-size: unset;
        }

        .support-content {
            border: unset;
            border-radius: unset;
        }

        .support-btn {
            width: unset;
            margin-top: 20px;
        }

        .mt-sm-20 {
            margin-top: 20px;
        }

        .mr-sm-40 {
            margin-right: 40px;
        }

        .font-size-xs {
            font-size: 10px;
        }

        .font-size-sm {
            font-size: 14px;
        }

        .mb-sm-20 {
            margin-bottom: 20px;
        }

        .tirePatterm-img {
            width: 150px;
            margin: 0 auto;
        }

        .w-25 {
            width: unset !important;
        }

        .w-sm-100 {
            width: 100%;
        }

        .img-border {
            position: absolute;
            width: 90%;
            left: 5%;
            top: 5px;
            border: 2px solid #fff;
        }

        .h-200 {
            height: 150px;
        }

        .rings,
        .tires {
            height: 250px;
        }

        .footer-bg-img {
            height: auto !important;
            min-height: unset !important;
            padding: 30px 15px !important;
            overflow: hidden !important;
            background-size: cover !important;
        }

        .social-icons>div {
            display: flex !important;

            justify-content: center !important;
            gap: 10px !important;
        }

        .social-icons img {
            width: 35px !important;
            height: auto !important;
            max-width: 100% !important;
        }

        @media (max-width: 576px) {
            .social-icons img {
                width: 25px !important;
            }
        }


    }
