h1{
    margin-bottom: 20px;
    padding-bottom: 30px;
}
#page-content{
    padding: 0 70px;
}
.main_block{
    display: grid;
    grid-template-columns: 420px 1fr;
    grid-gap: 44px;
    align-items: start;
    border-bottom: 1px solid #D9D9D9;
    background: #FEFEFE;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 90px 35px 90px;
    margin: 0 -70px 35px -70px;
}
.main_block .product-sidebar{
    display: grid;
    grid-template-columns: 368px 1fr;
    align-items: start;
    grid-gap: 0 50px;
}
.product_info_top{
    grid-column-start: 1;
    grid-column-end: 3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    color: #878787;
    border-bottom: 1px solid #D9D9D9;
    height: 130px;
}
.features tr td{
    min-height: 50px;
    vertical-align: middle;
    padding: 10px 20px;
}
.features_tab  .features tr:nth-child(odd) td{
    background: #e9e9e9;
}
.features tr td:nth-child(even){
    text-align: right;
    color: #070707;
    font-weight: 500;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.features tr td:nth-child(odd){
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #878787;
}
.features {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 30px;
    width: 100%;
}
#cart-flyer{
    margin-top: 30px;
}
.product_info_top .rating{
    display: grid;
    grid-template-columns: repeat(5, 30px);
    grid-gap: 5px;
    margin-right: 20px;
}
.product_info_top > div:first-child{
    display: flex;
    align-items: center;
}
.rating .icon10{
    display: inline-block;
    width: 30px;
    height: 30px;
}
.icon10.star{
    background: url("img/star.svg") no-repeat;
}
.icon10.star-gray{
    background: url("img/star-gray.svg") no-repeat;
}
.articul{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.articul .skus{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 5px;
}
.brand_logo{
    text-align: right;
}
#cart-form .price{
    color: #070707;
    font-size: 32px;
    font-weight: 700;
}
.brand_logo img{
    max-width: 130px;
    max-height: 60px;
}
.qty{
    display: flex;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #E8E8E8;
    width: 212px;
    align-items: center;
    margin-right: 10px;
}
.qty button,
.qty input{
    height: 32px;
    text-align: center;
    font-weight: 500;
    border: none;
}
.qty button{
    width: 64px;
    background: url("img/plus.svg") no-repeat center;
    text-indent: -9999px;
    font-size: 0;
}
.qty button.minus{
    background: url("img/minus.svg") no-repeat center;
}
.qty input{
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    width: 80px;
    background: #E8E8E8;
    outline: none;
    font-size: 20px;
    font-weight: 500;
    color: #070707;
}
.add2cart{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.add2cart input[type="submit"]{
    width: 212px;
    height: 50px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.add2cart input[type="submit"]:hover{
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: #fff;
}
.related .bx-wrapper{
    width: 100% !important;
    max-width: 98% !important;
    margin: 0;
}
.related .bx-wrapper .bx-viewport{
    background: none;
    border: none;
    box-shadow: none;
}
.related .product-list li{
    padding: 15px 20px;
}
.related .product-list li .image a{
    display: flex;
}
.related .product-list li h5,
.related .product-list li .h5{
    margin-left: 11px;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.related .product-list .image{
    height: auto;
    margin-bottom: 11px;
}
.tab_title{
    background: #E8E8E8;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.17);
    display: flex;
    padding: 25px 40px;
    margin: 35px 0;
}
.tab_title > div{
    margin-right: 100px;
}
.tab_title a{
    white-space: nowrap;
    color: #8e8e8e;
    font-size: 20px;
    font-weight: 600;
}
.tab_title .item-tabs.active a{
    color: #070707;
}
.tab_content > div{
    display: none;
}
.tab_content > div.active{
    display: block;
}
.features_tab table {
    max-width: 676px;
    margin: auto;
}
.price_block{
    display: grid;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    justify-content: space-between;
    grid-template-columns: 200px 1fr;
}
.stocks{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.terms_delivery{
    color: #57B548;
    font-size: 15px;
}
.stocks strong{
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.stock-high{
    color: #57B548;
}
.stock-low{
    color: #EFB52E;
}
.stock-critical{

}
.stock-none{
    color: #3b2525;
}
.stocks strong i{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 5px;
}
.stock-green{
    background: #57B548;
}
.stock-yellow{
    background: #EFB52E;
}
.stock-red{

}
.stock-transparent{
    background: #3b2525;
}
#product-core-image,
#video-container{
    margin-bottom: 30px;
    height: 396px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product-core-image a{
    display: block;
    max-height: 100%;
}
#product-core-image a img{
    max-height: 396px;
}
#product-gallery img{
    border-radius: 5px;
}
#product-gallery .image {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 6px 7px;
    margin: auto;
}
#product-gallery .image a{
    display: flex;
    align-items: center;
}
#product-gallery .image.selected{

}
#product-gallery .owl-nav{
    display: none;
}
#product-gallery .owl-dots{
    margin-top: 10px;
    text-align: center;
}
#product-gallery .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
}
#product-gallery .owl-dots .owl-dot.active{
    background: #FE813A;
}
.product_img{
    position: relative;
}
.img_button{
    position: absolute;
    right: 0;
    z-index: 100;
    top: 35px;
}
.item__btn-it_fav button {
    width: 23px;
    height: 27px;
    background-size: contain;
}
.item__btn-it_fav{
    display: block;
}
.call_to_by{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
}
.call_to_by a{
    color: #070707;
    font-size: 20px;
}
.product-gallery{
    position: relative;
}
.product-gallery .item__btn-it_fav{
    position: absolute;
    right: 10px;
    top: 10px;
}
.product-gallery .item__btn-it_fav button{
    background-size: cover;
    width: 24px;
    height: 28px;
}
.product-gallery > div:first-child{
    z-index: 10;
    position: relative;
}
.compare-add{
    display: inline-block;
    width: 23px;
    height: 24px;
    background: url(img/compare_mini.svg) no-repeat;
    background-size: cover;
    font-size: 0;
    text-indent: -9999px;
}
.compare-remove{
    display: inline-block;
    width: 23px;
    height: 24px;
    background: url(img/compare_mini_active.svg) no-repeat;
    background-size: cover;
    font-size: 0;
    text-indent: -9999px;
}
.fitment-message{
    text-align: left !important;
}
.fitment-message .h4{
    text-align: left;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.fitment-message > p{
    opacity: 0.7;
}
.fitment-message > b{
    display: block;
    text-align: left;
}
.fitment-message select{
    border-radius: 10px;
    background: #F2F0F0;
    width: 328px;
    max-width: 100%;
    height: 45px;
    margin-top: 15px;
}
.k_vadguk{
    cursor: pointer;
}
.product_img .item-menu__list{
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    width: 100%;
}
.product_img .item-menu__list li{
    display: flex;
    margin-right: 15px;
    align-items: center;
    width: auto;
}
.product_img .item-menu__list li img{
    max-width: 32px;
    max-height: 32px;
    margin-right: 10px;
}
.product_img .item-menu__list li a{
    padding: 10px;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
}
.product_img .item-menu__list li a span{
    opacity: 0.5;
}
#video-container iframe{
    max-width: 100%;
}
.show_all_features{
    font-size: 13px;
    text-align: center;
    text-decoration-line: underline;
    color: #070707;
    opacity: 0.5;
    margin-top: 16px;
    cursor:pointer;
}
.home_product_slider{
    position: relative;
    z-index: 2;
}
.mini_buttons{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    grid-column-gap: 5px;
    justify-items: center;
}
.description_tab  p{
    /*
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #070707;
     */
    margin: revert;
}
.h1{
    font-size: 24px;
    font-weight: 700;
    color: #404040;
    margin-bottom: 35px;
}
.description_tab table{
    margin-bottom: 35px;
}
#page-content .chosen-container-single .chosen-single{
    background: #FFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    color: #070707;
    opacity: 1;
}
.chosen-container{
    display: block;
    margin-bottom: 22px;
}
.carparts_form {
    width: 100%;
}
#page-content .chosen-container,
#page-content .chosen-container-single .chosen-single{
    width: 328px !important;
    max-width: 100%;
}
#page-content #carparts_button{
    display: none !important;
}
#page-content .chosen-container.chosen-container-active .chosen-single{

}
.fitment-message p i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("img/alert.svg") no-repeat;
    margin-right: 12px;
    margin-bottom: -5px;
}
.fitment-message p i.green {
    background: url("img/alert_green.svg") no-repeat;
}
.alert_red{
    font-size: 15px;
    margin-top: 15px;
}
.road_flag{
    display: grid;
    grid-template-columns: 25px 1fr 22px 1fr 25px;
    grid-gap: 10px;
}
.road_flag .flag1,
.road_flag .flag2{
    width: 25px;
    height: 25px;
}
.road_flag .flag1{
    background: url("img/f_usa.svg") no-repeat center;
}
.road_flag .flag2{
    background: url("img/f_pl.svg") no-repeat center;
}
.road_flag .dot1,
.road_flag .dot2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.road_flag .dot1 span,
.road_flag .dot2 span{
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FE813A;
}
.road_flag .dot2 span{
    background: #D3D3D3;
}
.road_flag .plaine{
    background: url("img/plaine.svg") no-repeat center;
    width: 22px;
    height: 25px;
}
.road_flag .last{
    grid-column-start: 1;
    grid-column-end: 6;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.change_auto{
    background-image: url("img/change_auto.svg");
    background-repeat: no-repeat;
    background-position: 20px center;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    background-color: rgba(232, 232, 232, 0.6);
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    height: 30px;
    width: 160px;
    text-align: left;
    line-height: 30px;
    padding-left: 45px;
}
.fitment-message .fits {
    margin-top: 15px;
    margin-bottom: 0;
}
.fitment-message .fits span{
    opacity: 0.5;
}
.description_tab{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
}
.description_tab h2{
    text-align: center;
    margin-bottom: revert;
}
.value.auto span{
    display: block;
    max-height: 87px;
    overflow-y: auto;
    padding-right: 10px;
}
.product-list .image, .product-list .badge-wrapper {
    height: 175px;
}
.reviews_tab .review{
    padding: 25px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.reviews_tab .username{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    margin-bottom: 10px;
}
.reviews_tab .date{
    float: right;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    opacity: 0.5;
}
.reviews_tab .product-require-text{
    margin: 40px 0;
}
.reviews_tab .star,
.reviews_tab .star-empty,
.reviews_tab .star-hover{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 2px;
    background: url("img/star_empty.svg") no-repeat center;
}
.reviews_tab .star,
.reviews_tab .star-hover{
    background: url("img/star_full.svg") no-repeat center;
}
.stars_block{
    margin-top: 10px;
}
.review.popup,
.review-submit .save{
    display: inline-block;
    border-radius: 15px;
    color:#E8E8E8;
    padding: 20px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
#product-review-form{
    margin: auto;
    width: fit-content;
    padding: 40px 20px;
    box-sizing: border-box;
}
#product-review-form input[type="text"]{
    height: 50px;
    background: #E8E8E8;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    text-indent: 20px;
    box-sizing: border-box;
    width: 100%;
}
#product-review-form textarea{
    background: #E8E8E8;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    text-indent: 20px;
    box-sizing: border-box;
    padding-top: 20px;
}
.s-images-list {
    text-align: right;
}
.s-images-list img{
    max-width: 60px;
    max-height: 60px;
    margin-left: 10px;
}
.wa-captcha > p:first-child {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.s-image-form-section{
    font-size: 15px;
    color: #474747;
}
input.s-file-field.js-file-field{
    background: #EAEAEA;
    border-radius: 15px;
    margin-top: 10px;
    padding: 10px 20px;
}
.s-image-form-section .s-description{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.review-field label{
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}
#user-auth-provider{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#user-auth-provider li{
    display: block;
    margin-right: 15px;
}
#user-auth-provider .selected a{
    box-sizing: border-box;
    background: #E8E8E8;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    padding: 6px 15px;
}
#user-auth-provider .selected a{
    font-size: 20px;
    color: #070707;
}
.s-image-form-section .s-icon{
    margin-right: 7px;
}
.s-review-wrapper p[itemprop="description"]{
    font-size: 15px;
}
#cart-form .skus{
    list-style: none;
    padding: 0;
}
.fblock  label input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.highload2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid #7B7B7B;
    opacity: 1 !important;
}
.highload2:after {

}
.fblock label{
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}
#cart-form .fblock label .price{
    font-size: 15px;
}
#cart-form .skus li{
    margin-bottom: 15px;
}
.highload2:after {
    content: "";
    position: absolute;
    display: none;
    left: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
}
.fblock label input[type="radio"]:checked ~ .highload2:after {
    display: block;
}
.home_product_slider h5,
.home_product_slider .h5{
    font-size: 15px;
}
.pidh_d_a{
    color: #FF8A00;
    display: flex;
    align-items: center;
}
.pidh_d_a > span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FF8A00;
    margin-right: 10px;
    border-radius: 10px;
    position: relative;
}
.pidh_d_a > span:after{
    content: ' ';
    height: 2px;
    width: 10px;
    display: block;
    position: absolute;
    background: #fff;
    left: 5px;
    top: 9px;
}
.g_translate{
    font-size: 14px;
    color: #8e8e8e;
    position: absolute;
    bottom: 10px;
}
.home_products{
    position: relative;
}
.home_products + .home_products {
    margin-top: 60px;
}

.product-list.swiper,
.js-lider-carousel.swiper,
.js-benefits-carousel.swiper {
    padding: 10px;
    margin: -10px;
    float: none;
    width: auto;
}

.product-list.swiper .swiper-wrapper,
.js-lider-carousel.swiper .swiper-wrapper,
.js-benefits-carousel.swiper .swiper-wrapper {
    margin-bottom: 40px;
}

.product-list.swiper .swiper-slide {
    border-radius: 10px;
    background: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    float: left;
    width: 280px;
    height: auto;
}

.home_info .js-benefits-carousel.swiper .swiper-slide {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px #0000000D;
    padding: 40px;
    height: 250px;
}

.js-lider-carousel.swiper .swiper-slide {
    float: left;
    width: 272px;
    height: 100%;
}

.product-list.swiper .swiper-scrollbar.swiper-scrollbar-horizontal,
.js-lider-carousel.swiper .swiper-scrollbar.swiper-scrollbar-horizontal,
.js-benefits-carousel.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 10px;
    width: calc(100% - 20px);
    height: 5px;
    background: #E2E2E2;
}

.product-list.swiper .swiper-scrollbar-drag,
.js-lider-carousel.swiper .swiper-scrollbar-drag,
.js-benefits-carousel.swiper .swiper-scrollbar-drag {
    background: #070707;
}

.home_products .swiper-buttons,
.lider .swiper-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.home_info .swiper-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_products .swiper-button-prev,
.lider .swiper-button-prev,
.home_products .swiper-button-next,
.lider .swiper-button-next {
    position: absolute;
    font-size: 0px;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("img/right_str.svg");
    right: 45px;
}

.home_info .swiper-button-prev,
.home_info .swiper-button-next {
    position: static;
    margin: 0 10px;
    font-size: 0px;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("img/right_str.svg");
}

.lider .swiper-button-prev,
.home_info .swiper-button-prev,
.lider .swiper-button-next,
.home_info .swiper-button-next {
    right: 45px;
}

.home_products .swiper-button-prev,
.lider .swiper-button-prev,
.home_info .swiper-button-prev {
    background: url("img/left_strd.svg");
    right: auto;
    left: 45px;
}

.home_products .swiper-button-prev.swiper-button-disabled,
.lider .swiper-button-prev.swiper-button-disabled,
.home_info .swiper-button-prev.swiper-button-disabled,
.home_products .swiper-button-next.swiper-button-disabled,
.lider .swiper-button-next.swiper-button-disabled,
.home_info .swiper-button-next.swiper-button-disabled {
    opacity: 0.4;
}
i.q{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-left: 5px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
    color: #000;
    font-style: normal;
    font-size: 14px;
}
i.q span{
    padding: 20px 16px;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 300px;
    right: -100%;
    top: 25px;
    text-align: left;
    display: none;
}
i.q:hover span{
    display: block;
}

@media screen and (min-width: 1111px) {
    .home_info .swiper-buttons {
        display: none;
    }
}

.lider .swiper-slide A {
    position: relative;
    display: block;
}

.lider .swiper-slide .card-name {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #F0F0F0;
}

@media (max-width: 980px) {
    .home_products,
    .lider {
        padding: 0;
        margin: 0 -10px 40px -10px;
    }

    .product-list.swiper .swiper-scrollbar.swiper-scrollbar-horizontal,
    .js-lider-carousel.swiper .swiper-scrollbar.swiper-scrollbar-horizontal,
    .js-benefits-carousel.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
        display: none;
    }

    .home_products .h1_title,
    .lider .h1_title {
        padding: 0 30px;
    }

    .product-list.swiper,
    .js-lider-carousel.swiper,
    .js-benefits-carousel.swiper {
        margin: 0;
        padding: 0 0 0 30px;
    }

    .home_products .swiper-buttons,
    .lider .swiper-buttons {
        position: static;
        top: unset;
        left: unset;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home_products .swiper-button-prev,
    .lider .swiper-button-prev,
    .home_products .swiper-button-next,
    .lider .swiper-button-next {
        position: static;
        margin: 0 10px;
    }
}