.slider-layout-right .swiper-wrapper{
    height: 360px;
}

.slider_bottom--pop .swiper-wrapper{
    height: 330px;
}

.shop__good__slider_dop .swiper-wrapper{
    height: 600px;
}
.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.modal.--is_fade {
    visibility: hidden;
    opacity: 0;
}

.modal__dialog {
    width: 100%;
    max-width: 800px;
    max-height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    max-height: calc(var(--vh, 1vh) * 95);
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    overflow: hidden;
}

.modal__header {
    position: relative;
    padding: 2rem 2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal__header-memo {
    font-size: 0.875rem;
    line-height: 1.15;
    font-weight: 600;
    color: #ec1f27;
    margin: 0.5rem 0 0;
}

.modal__header-memo::before {
    content: "";
    line-height: 0.8;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23ec1f27" d="M12 16.75a.76.76 0 0 1-.75-.75v-5a.75.75 0 0 1 1.5 0v5a.76.76 0 0 1-.75.75Zm0-7.5a.76.76 0 0 1-.75-.75V8a.75.75 0 0 1 1.5 0v.5a.76.76 0 0 1-.75.75Z"%2F%3E%3Cpath fill="%23ec1f27" d="M12 21a9 9 0 1 1 9-9a9 9 0 0 1-9 9Zm0-16.5a7.5 7.5 0 1 0 7.5 7.5A7.5 7.5 0 0 0 12 4.5Z"%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 0.2rem;
}

.modal__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #3d3d3d;
    line-height: 1;
}

.modal__close {
    display: block;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    font-size: 1.7rem;
    line-height: 0.8;
    color: #424242;
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

.modal__close:hover,
.modal__close:focus-visible {
    color: #FDB811;
}

.modal__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    max-height: calc(var(--vh, 1vh) * 85);
    position: relative;
    z-index: 1;
    padding: 1rem 2rem 1rem;
}

.modal__footer {
    padding: 1rem 2rem 2rem;
}

.modal__footer-memo {
    font-size: 0.875rem;
    line-height: 1.15;
    font-weight: 600;
    color: #FDB811;
    margin: 0;
}

.modal__footer-memo::before {
    content: "";
    line-height: 0.8;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23FDB811" d="M12 16.75a.76.76 0 0 1-.75-.75v-5a.75.75 0 0 1 1.5 0v5a.76.76 0 0 1-.75.75Zm0-7.5a.76.76 0 0 1-.75-.75V8a.75.75 0 0 1 1.5 0v.5a.76.76 0 0 1-.75.75Z"%2F%3E%3Cpath fill="%23FDB811" d="M12 21a9 9 0 1 1 9-9a9 9 0 0 1-9 9Zm0-16.5a7.5 7.5 0 1 0 7.5 7.5A7.5 7.5 0 0 0 12 4.5Z"%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 0.2rem;
}

.modal-body {
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
}

.steps {
    position: relative;
    display: block;
    width: 100%;
}

.questionnaire_tablist {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: stretch;
    justify-content: center;
}

.wizard>.steps a {
    width: 100%;
    height: 100%;
    margin: 2px !important;
    padding: 10px 10px !important;
    font-size: 12px !important;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #000;
    color: #fff;
    cursor: default;
    border-radius: 0;
    font-size: 13px;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #000;
    color: #fff;
    cursor: default;
    border-radius: 0;
    font-size: 13px;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
    border-radius: 0;
    font-size: 13px;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: #eee;
    border-radius: 0;
    font-size: 13px;
    color: #000;
}

.wizard>.content {
    background: #eee;
    display: block;
    margin: 13px 0;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.windows8 {
    position: relative;
    width: 28px;
    height: 28px;
    margin: 100px auto;
}

.wizard-welcome-text {
    font-size: 26px;
    text-align: center;
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard>.actions>ul {
    display: flex;
    justify-content: flex-end;
}


.wizard>.actions>ul>li {
    margin: 0 .5em;
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #000;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.wizard h3.title{
    display: none !important;
}

.tab_q{
    display: none;
    padding: 30px 10px;
}

.tab_q>h5 {
    font-size: 23px;
    margin-bottom: 20px;
}
.tab_q.active{
    display: block;
}

.finish_list{
    display: none !important;
}

.finish_list.active{
    display: block !important;
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}

.custom-radio input {
    margin-right: 12px;
}

.wizard-welcome-text p {
    padding-bottom: 10px;
    padding-top: 10px;
}

.brand-item{
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.brand-item img{
    height: 73px;
    object-fit: contain;
}


.slider_top_pick{
    padding-top:0  !important;
}

.slider_top_pick .card-product .card-product-wrapper img{
    height: 250px;
}


.tf-page-title {
    padding: 52px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/page-title.jpg);
}
.tf-page-title .box-title {
    display: grid;
    gap: 12px;
    max-width: 560px;
    margin: auto;
}
.tf-page-title .breadcrumb-list {
    justify-content: center;
}
.breadcrumb-list {
    display: flex;
    gap: 8px;
    align-items: center;
}
.breadcrumb-list .breadcrumb-item {
    color: #757575;
}
.breadcrumb-list .breadcrumb-item::before {
    content: none;
}
.breadcrumb-list .dot {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb-list .dot span {
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: #757575;
    border-radius: 50%;
}
.breadcrumb-list .current {
    color: var(--dark);
}
.breadcrumb-wrap {
    padding: 32px 0px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb-prev-next {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--dark);
}
.breadcrumb-prev-next .breadcrumb-back {
    font-size: 20px;
}
.breadcrumb-prev-next .breadcrumb-next, .breadcrumb-prev-next .breadcrumb-prev {
    width: 18px;
    height: 18px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-cls .item1{
    height: 645px !important;
}
.grid-cls .item2{
    height: 310px !important;
}
.grid-cls .item3{
    height: 310px !important;
}

.border-tf-swiper{
    border: 1px solid var(--line);
    border-radius: 16px;
}

.border-tf-swiper .text-primary{
    padding-bottom: 4px;
}

.image__swiper__padding{
    padding: 12px !important;
}

.image__swiper__img{
    border-radius: 16px;
}

.link__min_height{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    min-height: 41px;
    line-height: 1.5em;
}

.btn-text-uppercase{
    text-transform: uppercase !important;
}

.main__section_title{
    margin-top: 40px;
}

.footer__menu .box-nav-menu{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__menu .menu-item{
    margin: 0 6px !important;
}

.footer__menu .item-link{
    padding: 0 10px !important;
}

.slider_top_pick .card-product .name-product{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    min-height: 47px;
    line-height: 1.5em;
}

.canvas-wrapper{
    position: relative !important;
}

.filter__box_fixed{
    position: absolute;
    top: inherit;
    left: 0;
    height: 128px;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.filter_reset{
    width: 94% !important;
    margin: 10px auto;
}

.tf-product-info-wrap .tf-product-info-heading{
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.card-category_model{
    font-weight: 600;
    color: var(--primary) !important;
}

.tf-dropdown-sort .text-sort-value{
    text-transform: inherit;
}

.stock.in-stock{
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 8px;
    font-weight: 500;
    background-color: rgba(44, 163, 21, 0.1);
    color: #1d770b;
    margin-right: 14px;
}

.product-stock{
    padding-bottom: 24px;
}

.tb__info .tb-info-product {
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 0 0 1px var(--line);
    color: rgb(31, 31, 31);
    border-spacing: 0px;
    border-radius: 5px;
    border-style: hidden;
}

.tb__info .tb-info-product tr {
    vertical-align: middle;
    border: 1px solid var(--line);
}

.tb__info .tb-info-product tr th {
    font-weight: 500;
    background-color: rgb(243, 243, 243);
    padding: 10px 20px;
    border-right: 1px solid var(--line);
}

.tb__info .tb-info-product tr td {
    padding: 10px 20px;
}

.active_filter{
    display: block;
}

.mega-cate-box .categories-title{
    background-color: rgb(255 174 102);
}

.mega-cate-box{
    border: 1px solid rgb(255 174 102);
}

.mega-categories .cate-item:hover, .mega-categories .cate-item.active {
    background-color: rgb(255 232 211);
}

.tf-sw-slideshow .image img{
    max-height: 510px;
}

.grid_section_catalog{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}

.grid_section_item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.grid_section__box_img{
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}

.grid_section__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-category__year{
    text-transform: lowercase;
}

.footer__content_right{
    display: flex;
    flex-direction: column;
}

.footer__content_link{
    margin-top: 15px;
    text-align: center;
    color: #ff6f61 !important;
}

.header__content_link{
    margin-top: 15px;
    text-align: center;
    color: #ff6f61 !important;
}

.footer__content_link:hover,
.footer__content_link:active {
    color: #f0a49d !important; 
}

.footer__content_flex{
    width: 100%;
    text-align: center;
    display: flex;  
    flex-direction: column;
    align-items: center;
}

#map_container {
    height: 589px;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .grid-cls-v1 .wg-cls .tf-btn {
        font-size: 17px;
        line-height: 18px;
        min-width: 180px;
    }
}

@media (min-width: 1200px) {
    .widget-facet:not(:last-child) {
        margin-bottom: 6px;
        padding-bottom: 6px;
    }
}


@media all and (max-width: 575px) {
    .modal__header {
        padding: 1.5rem 1.5rem 0.8rem;
    }

    .modal__title {
        font-size: 1.15rem;
    }

    .modal__close {
        font-size: 1.3rem;
        top: 0.45rem;
        right: 0.45rem;
    }

    .modal__body {
        padding: 0.8rem 1.5rem 0.8rem;
    }

    .modal__footer {
        padding: 0.8rem 1.5rem 1.5rem;
    }

    .modal__footer-memo {
        font-size: 0.7rem;
    }

    .modal__footer-memo::before {
        width: 0.875rem;
        height: 0.875rem;
    }

    .slider_bottom--pop .swiper-wrapper {
        height: 280px;
    }

    .slider-layout-right .swiper-wrapper {
        height: 270px;
    }

    .shop__good__slider_dop .swiper-wrapper{
        height: 360px;
    }

    .slider_top_pick .card-product .card-product-wrapper img {
        height: 200px;
    }

}



@media (max-width: 1023px) {

    .grid_section_catalog{
        grid-template-columns: repeat(3,1fr);
    }

    .grid_section__box_img{
        height: 160px;
    }
}

@media (max-width: 767px) {


    .header__mb-dnone{
        display: none;
    }
    .main__section_title .title{
        font-size: 29px !important;
        line-height: 1.2 !important;
    }

    .main__section_title{
        margin-top: 30px;
    }

    .footer__menu .box-nav-menu{
        flex-wrap: wrap;
    }

    .footer-default .footer-top-wrap{
        justify-content: center;
    }

    .grid_section_catalog{
        grid-template-columns: repeat(2,1fr);
    }

    .grid_section__box_img{
        height: 140px;
    }
}

@media (max-width: 575px) {

    .main__section_title .title{
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    .grid-cls .item1{
        height: 400px !important;
    }

     .wizard .steps ul.questionnaire_tablist{
        display: flex;
        flex-direction: column;
    }

    .main__section_title{
        margin-top: 20px;
    }

    .footer__menu .box-nav-menu{
        flex-direction: column;
    }

    .grid_section__box_img{
        height: 100px;
    }

}

/* #endregion */
