@import url('../fonts/fontiran.css');
body{
    font-family: IRANYekanX !important;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.shimmer::before {
    overflow: hidden !important;
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 100%;
    width: 100%;
    z-index: 1;
    animation: shimmer 1s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}
.product-card--layout--horizontal .product-card__name {
    font-size: 15px;
    line-height: 18px;
    max-height: 70px;
    overflow: hidden;
    padding-left: 10px;
}
@media (max-width: 474px) {
    .block-slideshow__item {
        padding: 28px 32px 32px;
        height: 153px;
    }
    .product-category-space {
        height: 5px;
    }
}
.block-categories__body {
    padding: 40px 0 64px;
}
.product-card--layout--horizontal .product-card__image {
    padding: 8px 10px;
    width: 150px;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.product-card__name{
    font-size: 14px;
}
.products-list[data-layout="grid"] .product-card .product-card__prices {
    font-size: 16px;
    font-weight: bold;
}
.products-list[data-layout="grid"] .product-card .product-card__price--old {
    font-size: 12px;
}
.product__header h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}
@media (min-width: 768px) {
    .analogs-table__column--price , .analogs-table__column--vendor {
        text-align: right !important;
    }
}
.product-tabs--layout--full .product-tabs__pane--active {
    padding: 10px;
}
.active-seller {
    background: #e2f2da;
    border: 1px solid #5b8a44;
}
@media(max-width: 768px) {
    .products-list--grid--5[data-layout="grid"] .products-list__item {
        margin: 10px;
        width: calc((100% - 40px) / 2);
    }
}
.make-select{
    min-height: 62px;
    border-radius: 10px;
    background: #FFFFFF;
}
.card-car-select , .car-card{
    border: 1px solid #d5d5d5;
}
.car-select-header {
    font-weight: 700;
    font-size: 1.2rem;
}
.block-categories__body {
    padding: 40px 0 18px;
}
.main-text {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
    text-align: justify;
    line-height: 35px;
    font-weight: 600;
    color: #5b5b5b;
    font-style: normal;
}
.post-header--has-image {
    background: #fafafa;
    z-index: -1;
}
.post-header--has-image .post-header__title, .post-header--has-image .post-header__meta {
    text-shadow: none;
    color: #FFFFFF;
}
.post-header__image {
    opacity: 1;
}
.block-brands__item-name{
    color: black;
}
.page-link ,
#view-option-limit  ,
.filters-button__counter ,
.ca-password ,
.ca-username,
.pro-national-code ,
.pro-name{
    font-family: IRANYekanX !important;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.product-title-text, .wishlist__product-name {
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
    color: #3c3c3c !important;
    letter-spacing: -.8px;
}
@media (max-width: 419px) {
    .products-list--grid--4[data-layout="grid"] .products-list__item {
        margin: 8px;
        width: calc((100% - 32px) / 2);
    }
    .wishlist__row {
        width: calc((100% - 32px) /2);
    }
}
@media (max-width: 474px) {
    .products-list--grid--4[data-layout="grid"] .products-list__item {
        margin: 8px;
        width: calc((100% - 32px) / 2);
    }
    .wishlist__row {
        width: calc((100% - 32px) /2);
    }
}
.block-zone__carousel-item .product-card .product-card__image {
    display: block;
    position: relative;
    padding: 10px;
}
.products-list[data-layout="grid"] .product-card .product-card__image {
    display: block;
    position: relative;
    padding: 10px;
}
.image--type--product .image__tag, .image--type--category .image__tag {
    padding: 20px;
}
.pro-name , .pro-national-code , .map-form .form-control
{
    background: #FFFFFF;
    height: 48px;
    border-radius: 10px;
    font-family: IRANYekanX !important;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.mobile-menu__indicator {
    width: calc((100% - 0px * 3) / 3);
    display: flex;
}
.products-list__item .product-card .product-card__badges {
    position: absolute;
    top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    right: 16px;
}
.products-list__item .product-card .product-card__meta {
    padding: 6px 16px;
}
.products-list__item .product-card .product-card__name {
    padding: 0 16px;
    line-height: 1.1875;
}
.products-list__item .product-card .product-card__footer {
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.products-list__item .product-card .product-card__prices {
    font-size: 16px;
    font-weight: bold;
}
.products-list__item .product-card .product-card__addtocart-icon {
    margin: -3px;
}
.products-list__item .product-card .product-card__price--old {
    font-size: 12px;
    margin-right: 6px;
}

.products-list__item .product-card .product-card__addtocart-icon::before {
    top: -2px;
    left: -2px;
    display: block;
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: transparent;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background .2s, -webkit-transform .2s;
    transition: background .2s, -webkit-transform .2s;
    transition: transform .2s, background .2s;
    transition: transform .2s, background .2s, -webkit-transform .2s;
}
@media (min-width: 768px) {
    .addresses-list__item {
        width: 100%
    }
}
.product-card:hover .product-card__addtocart-icon, .product-card:active .product-card__addtocart-icon {
    color: #000;
}
.product-card:hover .product-card__addtocart-icon:hover, .product-card:active .product-card__addtocart-icon:hover {
    color: #000;
}


.c-map__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: rgba(3,10,22,.3);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    pointer-events: none;
}
.c-map__marker {
    width: 24px;
    height: 40px;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    z-index: 600;
}
.c-map__marker img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.c-map {
    /*width: 467px;*/
    height: 100%;
    border-radius: 8px;
    border: 1px solid #e0e0e2;
    margin: 0 0;
}
.c-map__search-field input {
    border: 1px solid #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0;
    color: #030a16;
    font-size: 1rem;
    line-height: 2;
}
.c-map__search-field {
    display: flex;
    width: 350px;
    padding: 8px 8px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e2;
    position: absolute;
    top: 37px;
    right: 50%;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    z-index: 3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.c-map__search-field input::placeholder{
    font-size: 12px;
}
.c-map__container.search-open .c-map__overlay, .c-map__container.search-open .c-map__search-content {
    opacity: 1;
    pointer-events: all;
}
.c-map__search-content {
    width: 350px;
    opacity: 1;
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 50%;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    padding: 42px 16px 0 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.3);
    background-color: #fff;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    pointer-events: none;
}
.c-map__search-content {
    opacity: 1;
    pointer-events: all;
}
.c-map__search-content-list {
    overflow: auto;
    max-height: 330px;
}
.c-map__search-item {
    padding: 12px 0;
    text-align: right;
    cursor: pointer;
}
.c-map__search-item-title {
    color: #424750;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 500;
}
.c-map__search-item-desc {
    color: #81858b;
    font-size: 1rem;
    line-height: 1.571;
}
.product-tabs__item:first-child {
    margin-right: 0;
}
.spec__name {
    width: 250px;
    flex-shrink: 0;
    color: rgb(0, 0, 0);
    padding-left: 30px;
}
.car-card{
    border-radius: 10px;
}
.cursor{
    cursor: pointer;
}
.car-header {
    font-size: 1.2rem;
    font-weight: 600;
}
.card-title {
    font-size: 15px;
    font-weight: 600;
}
.cart__totals-table tfoot {
    font-size: 15px !important;
    font-weight: 600 !important;
}
.address-card
{
    border: 1px dashed #000000;
    border-radius: 10px;
    cursor: pointer;
}
.bg-success
{
    background: #006847 !important;
}
.text-success
{
    color: #006847 !important;
}
.time-box
{
    cursor: pointer;
    border: 1px dashed #dddddd;
    background: white !important;
}
.time-day
{
    border: 1px dashed #000000;
    border-radius: 10px;
    padding: 18px 11px;
    margin-bottom: 15px;
}
.alert-info {
    background: #bce9ff;
    color: #2b6f91;
    border-radius: 10px;
    border: 2px solid #034e73;
    font-size: .8rem;
    font-weight: 600;
}
.address-selected , .time-box-active
{
    background: #e9ffeb !important;
    border-color: #006847 !important;
}
.spinner-grow-sm {
    width: .35rem;
    height: .35rem;
}
.spinner-grow {
    vertical-align: middle !important;
}
.search__input
{
    border-radius: 10px;
}
.btn{
    border-radius: 5px;
}
@media (min-width: 576px) {
    .products-list[data-layout="table"] .product-card .product-card__prices {
        align-items: center !important;
    }
}
@media (max-width: 1199.98px) {
    .block-products-columns {
        display: block;
    }
}
.block-products-columns__list-item .product-card .product-card__name
{
    max-height: 40px;
}
.national_box
{
    background: #FFFFFF;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #000;
    font-family: IRANYekanX !important;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
@media (max-width: 767.98px) {
    .mobile-header__menu-button {
        width: 52px;
    }
}
.mobile-header__menu-button , .mobile-header__menu-button:hover {
    background: none;
}
.opinion
{
    background: #FFFFFF;
    border-radius: 10px;
}

.reviews-list__item
{
    background: #f7f7f7;
    border-radius: 10px;
}
.alert-warning {
    background: #fff6bc;
    color: #6a6434;
    border-radius: 10px;
    border: 2px solid #a49360;
    font-size: .8rem;
    font-weight: 600;
}
.product-card .product-card__meta {
    padding: 6px 16px;
}
.product-card .product-card__name {
    padding: 0 16px;
    line-height: 1.1875;
    height: 40px;
    overflow: hidden;
}
.product-card .product-card__prices {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-card .product-card__footer {
    padding:
        16px;
    -webkit-box-align:
        center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group:
        3;
    -ms-flex-order: 2;
    order: 2;
}
.indicator__counter::before {
    background-color: #f00;
}
.indicator__counter {
    color: #fff;
}
.form-control
{
    background: #FFFFFF;
    height: 43px;
    border-radius: 10px;
}
.sheba
{
    text-align: left;
}
.header__search {
    grid-column: 6 / 3;
    grid-row: 2;
}
[dir="rtl"] .search__input {
    padding-right: 13px;
    padding-left: 37px;
    height: 50px;
}
.leaflet-control-container
{
    display: none;
}
.search-address
{
    position: absolute;
    z-index: 600;
    top: 4px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 25px;
}
#address
{
    height: 90px;
}
#search
{
    height: 60px;
}
.main-menu__link{
    font-weight: 600 !important;
    font-size: .8rem;
}
.car-menu-link
{
    font-weight: 400;
    font-size: 14px;
    color: #6c757d;
}
@media (min-width: 1400px) {
    .block-products-columns__list-item .product-card .product-card__image {
        padding:
            8px 5px 8px 20px;
        width: 136px;
    }
}
.block-reviews__title {
    margin-bottom: 40px;
}
/*.block-reviews__subtitle {*/
/*    font-size: 1.1rem;*/
/*    line-height: 2.5rem;*/
/*}*/
.input-radio-label__title {
    min-height: 28px !important;
}
.block-categories__title > h2
{
    font-size: 1.2rem;
    font-weight: 600;
}
.block-products-columns__title > h2
{
    font-size: 1.2rem;
    font-weight: 600;
}
.products-list__item .product-card .product-card__footer {
    padding: 1px;
}
@media (max-width: 575.98px) {
    .products-list[data-layout="table"] .product-card .product-card__image {
        width: 100px;
    }
}
@media (max-width: 474px) and (min-width: 360px) and (max-width: 420px) {
    .category-card--layout--classic .category-card__image {
        display: flex;
    }
}
.block-brands__item-link img {
    max-width: 100%;
    max-height: 72px;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.block-brands__item-link::before {
    background: rgb(255, 255, 255);
}
.box-company {
    border-radius: 100px;
    overflow: hidden;
    border: solid 1px #c8c8c8;
}
.swiper-car-title {
    font-size: .8rem;
    text-align: center;
    font-weight: 500;
    color: black;
    height: 37px;
    margin-top: 10px;
    margin-bottom: 0;
    overflow-y: hidden;
}
.box-car {
    background: #FFFFFF;
    margin-top: 10px;
    padding: 16px 15px;
    border-radius: 10px;
    overflow: hidden;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
}
.swiper-car-slide
{
    margin-top: 0 !important;
}

.mobile-menu__links li a
{
    font-size: .7rem;
    color: #777777;
    font-weight: 600;
}
.mobile-menu__panel-title {
    font-size: .8rem;
    font-weight: 600;
}
.departments__item-link{
    font-size: .8rem;
}
.megamenu-links__item-link {
    font-size: .8rem;
    font-weight: 600;
}
.widget-categories-list__root-link {
    font-weight: 600 !important;
    font-size: 0.8rem !important;
}
.widget-categories-list__root-item--has-children + .widget-categories-list__root-item {
    margin-top: .2rem;
    color: black;
}
.block-brands__item , .block-brands__item-link
{
    background-color: white !important;
}
.header {
    background: #003e2a !important;
}
figure.image > img
{
    height: 100% !important;
}
.block-reviews__subtitle {
    color: #000 !important;
    text-align: right;
    margin-bottom: 28px;
    font-size: 1rem;
    margin-top: 0;
    line-height: 2rem;
}
.filter-vehicle__item-title {
    font-size: .7rem !important;
}
@media (min-width: 1200px) {
    .block-zone__widget {
        width: 100% !important;
    }
}
.block-banners__item::before {
    border-radius: 3px;
    z-index: -1;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(26, 26, 26, 0.98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: linear-gradient(to left, rgba(123, 123, 123, 0.16) 25%, rgba(26, 26, 26, 0) 90%);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .block-zone__widget {
        width: 100% !important;
    }
}

.block-header__breadcrumb {
    padding-top: 16px;
    padding-bottom: 11px;
}
.page-title{
    font-size: 2rem;
    font-weight: 900
}
@media (max-width: 576px) {
    .page-title{
        font-size: 1.2rem;
        font-weight: 900
    }

}
.category-sweeper-title {
    margin-left: 20px;
    height: 336px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align:center;

}
.category-sweeper-title > h4 {
    font-weight:900 !important;
}
@media (max-width: 767.98px) {
    .product--layout--full .product__title {
        font-size: 17px !important;
        line-height: 28px;
    }
}

.product-card .product-card__prices {
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 20px;
    color: #262626;
}

.pwa-tab {
    border: 1px solid #1d6504 !important;
    border-radius: 15px !important;
    padding: 30px 10px !important;
}
