
/*!
Theme Name: Sasa
Author: Maxim arhipkin
Description: Sasa theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasa
*/

/*@font-face {*/
/*    font-family: 'Assistant',sans-serif;*/
/*    src: url('assets/fonts/Assistant-Regular.ttf') format('truetype');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Assistant',sans-serif;*/
/*    src: url('assets/fonts/Assistant-Bold.ttf') format('truetype');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Assistant',sans-serif;*/
/*    src: url('assets/fonts/Assistant-SemiBold.ttf') format('truetype');*/
/*    font-weight: 600;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Assistant',sans-serif;*/
/*    src: url('assets/fonts/Assistant-ExtraBold.ttf') format('truetype');*/
/*    font-weight: 900;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
@font-face {
    font-family: 'Heebo',sans-serif;
    src: url('assets/fonts/Heebo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Heebo',sans-serif;
    src: url('assets/fonts/Heebo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root{
    --black: #131720;
    --red: #e03432;
    --red-hover: #ff0200;
    --red-text: #d4252a;
    --red-light: #ff0200;
    --grey: #cecece;
    --grey-light:#f5f5f5;
    --swiper-pagination-color: #fff;
}
*:focus,
*:focus-within{
    outline:0!important;
}
ul,li,ol{display: block;padding: 0;}
a,a:hover{color: inherit;text-decoration: inherit;}

h1{font-weight: 700;font-size: 72px;line-height: 85px; margin-bottom: 0;}
h2{font-weight: 700;font-size: 60px;margin-bottom: 0;}
h3{font-weight: 700;font-size: 48px;margin-bottom: 0;}
h4{font-weight: 700;font-size: 36px;margin-bottom: 0;}
h5{font-weight: 700;font-size: 30px;margin-bottom: 0;}
img{max-width: 100%;height: auto;}

.title{font-weight: 700;font-size: 60px;margin-bottom: 0;}
.title--sm{font-size: 36px;line-height: 1.3;}
.subtitle{font-weight: 500;font-size: 22px;}
.subtitle-bold{font-weight: 700;font-size: 20px;}

.btn-txt--big{font-weight: 700; font-size: 24px;}
.btn-txt--sm{font-weight: 700; font-size: 18px;}

.headline{font-size: 17px; line-height: 2;}
.caption{font-size: 14px; line-height: 1.2;}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
    text-align: right;
}
.text a{text-decoration: underline;}
/*aspect ratio  | padding-bottom value*/
/*--------------|----------------------*/
/*16:9      |       56.25%*/
/*4:3       |       75%*/
/*3:2       |       66.66%*/
/*8:5       |       62.5%*/

.w-50{width: 50%;}
.ratio-1{padding-bottom: 87%;}
.ratio-169{padding-bottom: 52.25%;}
.text--red{color: var(--red-text)}
.text--grey{color: #929292;}
.text--white{color: #fff;}
.text--extra-bold{font-weight: 900;}
.lh1{line-height: 1;}
.noscroll{overflow: hidden;}
.logo img{max-width: 100px;}
.form br{display: none;}
.form_input{position: relative;}
.form_input label{
    position: absolute;
    z-index: 10;}
html,body{
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    text-align: right;
    color: #131820;
    line-height: 1.5;
    overflow-x: hidden;
    overflow-y: auto;
}
.font-hebo{font-family: 'Heebo', sans-serif;}
.bg--grey{background-color: #f6f6f6;}
.bg--grey_light{background-color: #e0e1e0;}
.bg--grey_strong{background-color: #e9eaea;}
.relative{position: relative;}
.cover{background-position: center;background-size: cover;background-repeat: no-repeat;}
.container{width: 100%;max-width: 1440px;margin: 0 auto;}
.container--sm{width: 100%;max-width: 950px;margin: 0 auto;}
.container--cf{width: 100%;max-width: 800px;margin: 0 auto;}
.image--w100 img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.modal-content{border:0;}
.link:before{
    content: '';
    position: absolute;
    width: 60%;
    bottom: 0px;
    left: 50%;
    height: 2px;
    background-color:#131820 ;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}
.link{
    color: #131820;
    font-weight: 700;
    position: relative;

}
.link-hover:hover , .link-hover:active{
    color: var(--red-hover);
}
.wpcf7-form-control-wrap{display: block;}
.red-underline{position: relative;}
.red-underline:before{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color:#d4252a;
}
.red-underline--short:before{
    width: 15%;
    left: 50%;
    -webkit-transform:translateX(-50%) ;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
}
.red-underline--short2:before{
    width: 38px;
    left: 50%;
    -webkit-transform:translateX(-50%) ;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
}
/*
    HEADER
*/
.header-inner{position: absolute;top: 0;width: 100%;z-index: 200;}
.top-bar{background-color: #080d11; color: #fff;font-weight: 400; padding: 5px 0;}
.top-menu .menu{
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    color: #fff;
}
.top-menu .menu .menu-item:nth-last-of-type{
    margin: 0;
}
.top-menu .menu .menu-item:hover{
    color: var(--red);
}

.top-menu .menu .menu-item{
    font-weight: 400;
    font-size: 20px;
    margin-left: 60px ;
}
.top-menu .menu .menu-item.current-menu-item {
    border-bottom: 2px solid var(--red);
    font-weight: 700;
}

.menu-left-menu-container,
.menu-right-menu-container{
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
#menu-left-menu{margin-right: auto;}
#menu-left-menu .menu-item:last-of-type{margin-left: 0;}
.ic-cart , .ic-user{
    width: 37px;
    height: auto;
    position: relative;
}
.ic-cart svg, .ic-user svg{
    width: 100%;
    height: auto;
}
.ic-cart svg path{fill: #fff;stroke: none}
.ic-cart-num{
    color: var(--red);
    position: absolute;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    top: 0;
    left: 0;
    -webkit-transform: translate(150%,-80%);
    -ms-transform: translate(150%,-80%);
    transform: translate(150%,-80%);
}
.hp-top{height: 100vh;}
.hp-top__title{color: #fff; margin-bottom: 20%;}
.car-filter-wrap{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100px;
}

.car-filter{
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,1);
}
.car-filter__title{
    background-color: #131820;
    color: #fff;
    font-weight: 700;
    padding: 5px 60px ;
    font-size: 30px;
}
.car-filter__inner{
    padding:26px 70px 0px;
}
.car-filter__inner .bottom_link{
    font-size: 16px;
    font-weight: 700;
    display: inline;
    padding: 10px 0;
    color: #7c717d ;
}
.big-svg .form_input  svg{
    width: 80px;
    height: auto;
    height: auto;
}

.car-filter .form_input{
    width: 260px;
}
.form_input.disabled,
.radio-wrap.disabled
{
    opacity: 0.5;
    pointer-events: none;
}
.form_input svg{
    width: 50px;
    height: auto;
    margin-left: 10px;
}
.select2{width: 100%;}
.car-filter .select2  {
    width: 200px;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 60px;
    border-bottom: 2px solid;
}

.car-filter .select2 .select2-selection--single .select2-selection__rendered{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-right: 20px;
}
.car-filter .select2 .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 0;
}
.select2-results__option {
    padding: 6px 15px 6px 5px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    direction: ltr;
}
.car-filter .select2 .select2-selection--single .select2-selection__rendered {
    direction: ltr;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}

.bt_black input ,
.bt_black button,
.bt_black a{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    border: 2px solid;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    display: block;
}
.bt_red{background-color: var(--red);border-radius: 10px; overflow: hidden;position: relative;width: 100%;max-width: 210px;}
.bt_red input ,
.bt_red button,
.bt_red a{
    color: #fff;
    background: none;
    border: 0;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    display: block;
}
/*.bt_red:focus {*/
/*    outline: 0;*/
/*}*/
/*.bt_red:before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    background: rgba(255, 255, 255, 0.5);*/
/*    width: 60px;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    opacity: 0.5;*/
/*    -webkit-filter: blur(30px);*/
/*    filter: blur(30px);*/
/*    -webkit-transform: translateX(-100px) skewX(-15deg);*/
/*    -ms-transform: translateX(-100px) skewX(-15deg);*/
/*    transform: translateX(-100px) skewX(-15deg);*/
/*}*/
/*.bt_red:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    background: rgba(255, 255, 255, 0.2);*/
/*    width: 30px;*/
/*    height: 100%;*/
/*    left: 30px;*/
/*    top: 0;*/
/*    opacity: 0;*/
/*    -webkit-filter: blur(5px);*/
/*    filter: blur(5px);*/
/*    -webkit-transform: translateX(-100px) skewX(-15deg);*/
/*    -ms-transform: translateX(-100px) skewX(-15deg);*/
/*    transform: translateX(-100px) skewX(-15deg);*/
/*}*/
.bt_red:hover {
    background: var(--red-hover);
    cursor: pointer;
}
/*.bt_red:hover:before {*/
/*    -webkit-transform: translateX(300px) skewX(-15deg);*/
/*    -ms-transform: translateX(300px) skewX(-15deg);*/
/*    transform: translateX(300px) skewX(-15deg);*/
/*    opacity: 0.6;*/
/*    -webkit-transition: 0.7s;*/
/*    -o-transition: 0.7s;*/
/*    transition: 0.7s;*/
/*}*/
/*.bt_red:hover:after {*/
/*    -webkit-transform: translateX(300px) skewX(-15deg);*/
/*    -ms-transform: translateX(300px) skewX(-15deg);*/
/*    transform: translateX(300px) skewX(-15deg);*/
/*    opacity: 1;*/
/*    -webkit-transition: 0.7s;*/
/*    -o-transition: 0.7s;*/
/*    transition: 0.7s;*/
/*}*/
.bt_red--md a,
.bt_red--md input {
    width: 210px;
    line-height: 1;
    padding: 8px 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
}


.bt_black:hover input,
.bt_black:hover button,
.bt_black:hover a{
    color: #fff ;
    background-color: #000;

}

.mat-type-select * {
    text-align: right;
}
.car-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0!important;
    background-image: url("assets/images/svg/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: 0%;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
}
.select2-dropdown {
    background-color: white;
    border: 0;
    -webkit-box-shadow: 0px 0px 10px -2px #000;
    box-shadow: 0px 0px 10px -2px #000;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results__option {
    padding: 6px 15px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    font-weight: 700;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: inherit;
    color: var(--red);
}
.hp-prom{
    background-color: var(--black);
    color: #fff;
    text-align: center;
    padding: 25px 0;
    margin: 5px 0;
}
.hp-categories{
    padding: 0 2.5px;
}
.hp-cat{
    height: 410px;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    text-align: center;
    margin: 0 2.5px 5px;
}
.why-us{
    background-color: #e7e8e7;
    padding: 125px 0 166px;
}
.why-us .subtitle-semibold{margin-bottom: 88px;}

.swiper-pagination {position: relative;}
.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 0px;margin: 50px 0;}
.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 100%;
    background: #96aebc;
    opacity: 1;
}
.swiper-pagination-bullet-active{background-color: #fff;}
.gallery-section .subtitle{ margin-bottom: 90px;}
.section--pad{ padding: 110px 0;}
.gallery-item img{
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.gallery-item h5{letter-spacing: 1.5px;}
.gallery-item:hover .overlay{
    opacity: 1;
}
.gallery-item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(0,0,0,0.6);
}
.gallery-item .red-underline--short:before{width: 50%;}
.plus{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-bottom: 20px;
    padding: 5px;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.plus svg{
    fill: #fff;
    width: 100%;
    height: auto;
}
.more-link{
    font-size: 24px;
    font-weight: 400;
}
.hp-about{background-color: #f4f4f4;}
.hp-about__icons{margin-top: 190px;}

.testimonials-item .play-bt svg circle,
.play-bt svg circle{
    stroke: none;
}
.testimonials-item .play-bt svg,
.play-bt svg{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 9px rgba(19, 24, 32, 0.67);
    box-shadow: 0 2px 9px rgba(19, 24, 32, 0.67);
}
.testimonials-item .overlay{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.testimonials-item img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.testimonials-item h5{
    margin-top: 20px;
    color: #fff;
}
.testimonials-slider{margin-top: 66px;}
.testimonials-item:hover .play-bt svg circle{
    fill: #e03432;
    opacity: 1;
}
.testimonials-slider .swiper-button-next,
.testimonials-slider .swiper-button-prev {
    top: 30%;
}
.testimonials-section .arrow_bt.arrow_bt__right{
    right: -20px;
    left: auto;
}
.testimonials-section .arrow_bt.arrow_bt__left{
    left: -20px;
    right: auto;
}
.testimonials-section .arrow_bt{
    position: absolute;
    top: 30%;
    z-index: 30;
}
.arrow_bt.arrow_bt__right svg{
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}
.arrow_bt svg{
    fill: #fff;
    width: 16px;
    height: 29px;
}

.testimonials-item:hover h5{
    color: #e03432;
}
.testimonials-item:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.single-post h1{font-size: 48px;}
.page-cover{height: 350px;width: 100%;}
.page-cover--md{height: 400px;width: 100%;margin-top: 20px;margin-bottom: 5px;}
.page-cover--big{height: 550px;width: 100%;}
.page-cover .breadcrumbs{
    font-size: 20px;
    color:#fff;
    font-weight: 700;
}
.breadcrumbs{
    text-shadow: 1px 1px 10px black;
}
.page-cover__inner .breadcrumbs{color: #fff;margin-bottom: 20px;}
.page-cover__inner h1{margin-bottom: 70px; }
.page-cover .breadcrumbs a ,.page-cover .breadcrumbs span{font-weight: 400;}
.carpet-term.active .carpet-term__title{font-weight: 700;}
.carpet-term.active .carpet-term__title span:before{
    content: '';
    position: absolute;
    height: 2px;
    background-color: red;
    width: 100%;
    bottom: -2px;
    left: 0;

}
.carpet-term__image{height: 150px;}
.carpet-term__title{font-size: 24px;font-weight: 400;position: relative;line-height: 60px;}
.bt_edit{
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    width: 90px;
    color: #aeabab;
    border-radius: 7px;
    border: 2px solid rgba(206, 206, 206, 0.83);
    text-align: center;
    line-height: 30px;
    text-decoration:none!important;
}
.product{}
.border-round-select {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.product_price, .price {
    font-size: 24px;
    font-weight: 700;
    width: 100px;
}
.swiper-slide.product-gallery__thumb {
    cursor: pointer;
    border: 2px solid transparent;
}
.swiper-slide.product-gallery__thumb.swiper-slide-thumb-active {
    border: 2px solid var(--red);
}
.product-inner{margin-top: 50px;}
.product-title{
    color: #131820;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;

}
.product-title--sub{

    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;

}
.product .zoom-in-bt img{
    max-width: 25px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 3px;}
.product .zoom-in-bt {display: block; text-align: left; font-size: 16px;font-weight: 700;}
.popup{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 30;
}
.popup_bg{
    background-color: #131820;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.popup_in{
    position: relative;
    z-index: 20;
}
.popup_warp{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001;
    height: 100%;
}
.select_box.select_box_yn {
    max-height: 70px;
    padding: 0;
}
.select_box{
    width: 250px;
    height: 250px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 4px solid transparent;
    text-align: center;
}
.select_box:hover, .select_box.active{border: 4px solid #e03432;}
.select_box:hover .img_hover , .select_box.active .img_hover{opacity: 1;}
.select_box.select_box_yn:hover,.select_box.select_box_yn.active{background: var(--red);color: #fff;}
.select_box__image {position: relative;width: 100%;}
.select_box__image img {
    object-position: top;
    -o-object-position: top;
    max-height: 160px;
    width: 100%;
    margin: 0 auto;
}
.select_box__image .img_hover{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
}
.icon-item .icon-warp{
    width: 120px;
    height: 121px;
    -webkit-box-shadow: 0 2px 27px rgba(134, 134, 134, 0.4);
    box-shadow: 0 2px 27px rgba(134, 134, 134, 0.4);
    background-color: #f3f3f3;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
}
.icon-item .icon-warp .icon{
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.icon-item .icon-warp .icon-hover{
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 20;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px;
}
@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg) rotate(-45deg); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }
    to { -webkit-transform: rotate(0) rotate(-45deg);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%; }
}
@keyframes rotate {
    from { -webkit-transform: rotate(360deg) rotate(-45deg); transform: rotate(360deg) rotate(-45deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    to { -webkit-transform: rotate(0deg) rotate(-45deg); transform: rotate(0deg) rotate(-45deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
}
.hp-about__icons .slick-slide.slick-current + div .icon-item .icon-warp .icon-hover svg #rotate ,
.hp-about__icons .slick-slide.slick-current + div .icon-item .icon-warp .icon-hover svg > g:nth-of-type(1)
{
    -webkit-animation:rotate 10s linear infinite;
    animation:rotate 10s linear infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.hp-about__icons .slick-slide.slick-current + div .icon-warp .icon-hover{
    opacity: 1;
}
.hp-about__icons .slick-slide.slick-current + div .icon-item .icon-warp .icon{
    opacity: 0;
}

.page-top_bg img{width: 100%;}
.icon-item{border-left: 1px solid #e4e4e4 ; padding: 20px 0;}
.hp-about__icons .slick-slide.slick-active:nth-last-of-type{background: black;}
.page-template-material-choose .mat-select .w-50:first-of-type{border-left: 1px solid #d8d8d8;}
.page-top_bg.position-relative img {
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}
.select_box__title-big{font-size: 30px;}
.select_box__title{
    width: 100%;
    font-weight: 700;
    text-align: center;
}
.product-gallery__thumb img{
    max-height: 85px;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-gallery__item img{
    position: relative;
    top: 0;
    left: 0;
    padding-right:10px;
    height: 100%;
}
.product-gallery__item img.lazyloaded ~ span.image_title{
    opacity: 1;
}
.product_item .product-gallery__item .image_title{
    opacity: 1;

}
.product-gallery__item .image_title{
    position: absolute;
    right: 0;
    opacity: 0;
    top: 20px;
    z-index: 20;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    padding: 0 30px;
    background-color: #d40821;
}
.product_item
.product-gallery-thumbs_wrap {
    padding: 20px 30px;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal-backdrop.white-bg{
    background-color: #fff;
}
.fill-selected{fill:#e03432!important; }
/*.product-svg svg #car .cls-1 {fill: #b5b4b4;}*/
.product-svg {
    max-height: 350px;
}
.product-svg svg {
    -webkit-transform: rotate(90deg) scale(1) translate(-50%,30%);
    -ms-transform: rotate(90deg) scale(1) translate(-50%,30%);
    transform: rotate(90deg) scale(1) translate(-50%,30%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 230px;
    height: 600px;
}
table.woocommerce-product-attributes,
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    border: 1px solid #b5b4b4;
    padding: 6px 15px;
}

.woocommerce-product-attributes-item__value {padding-right: 20px;  background: #dfdfdf;}
.woocommerce-product-attributes-item{font-size: 18px;margin: 5px 0;}
.woocommerce-product-attributes-item__value p{margin: 0;}
.color-radios {margin-left: 0;}
.product-attributes{padding-right: 15px;}
.product-upsale__select{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding-top: 36px;

}
.product-upsale__img .plus{
    position: absolute;
}
.variation-radios input[type=checkbox]:checked:before{
    width: 40px;
    height: 40px;
    background-size: 20px;
    background-position: center;
}
.error-box{position: relative;}
.mat-select.error-box .error-tx--reg{
    right: 15px;
    top: 30px;
}
.error-box input[type=checkbox]{
    border: 2px solid red!important;
}
.variation-radios input[type=checkbox]{
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
.radio-wrap.active div{
    -webkit-box-shadow: 1px 0px 5px rgba(0,0,0,1);
    box-shadow: 1px 0px 5px rgba(0,0,0,1);
    border: 4px double #65605c;
}
input[type=checkbox]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #cecece;
    position: relative;
    border-radius: 2px;
}
input[type=checkbox]:checked{
    background-color: #e11b13!important;
    border-color: black;
}
input[type=checkbox]:checked:before{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-image: url("assets/images/svg/V.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 15px;

}
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    border: 1px solid;
    height: 24px;
    border-radius: 50%;
    position: relative;
    -webkit-transform: translateY(5px) ;
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
input[type=radio]:checked:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    background-color: #e64341;
    background-image: url("assets/images/svg/V.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid;
    background-size: 15px;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
table.variations,
table.variations tbody,
table.variations tr,
table.variations td
{
    display: block;
    width: 100%;
}
table.variations select{display: none;}
table.variations td.label{display: none;}
.variation-radios{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e2e2e2;
    padding: 36px 0;
    margin-top: 30px;
    position: relative;
}
.radio-wrap{
    text-align: center;
    margin-left: 63px;
    color: #7f7d7d;
}
.product-svg svg .cls-4{stroke-width: 1px; stroke: #ffff}
g#car {
    pointer-events: none;
}
.mat-count{
    position: absolute;
    color: #000;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
.svg-add-btn{
    width: 34px;
    height: 34px;
    background-image: url("assets/images/svg/plus.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-color: #f7f4f4;
    position: absolute;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
.svg-add-btn-trunk{
    width: 34px;
    height: 34px;
    background-image: url("assets/images/svg/plus.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-color: #f7f4f4;
    position: absolute;
    -webkit-transform: translate(150%,200%);
    -ms-transform: translate(150%,200%);
    transform: translate(150%,200%);
}
.selected-path, .selected-path path{fill: #e64341 !important;}
.selected-path .cls-4, .selected-path path.cls-4{fill: #bf3030 !important;}
.radio-wrap label{
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.product-steps{margin-top: 70px;}
.product-steps__title{ font-size: 22px;}

.single_variation_wrap{display: none!important;}
.ft-contact{
    background-color: #f6f6f6;
    padding-top: 102px;
}
.main-img-wrap.position-relative.text-md-center.no_mobile {
    padding: 100px 0;
}
.mat-row .icon {
    padding: 0;
    position: relative;
}
.mat-row .icon:before{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: black;
    position: absolute;
    right: 100%;
    top: 20px;
}
.mat-row .icon:after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid black;
    position: absolute;
    right: calc(100% + 100px);
    top: 12px;
}
.mat-row.mat-row--left .icon:before{
    right: auto;
    left: 100%;
}
.mat-row.mat-row--left .icon:after{
    right: auto;
    left: calc(100% + 100px);

}
.mat-row .icon img {
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
}
.mat-wrap .mat img.active{
    opacity: 1;
}
.mat-note{font-size: 14px;}
.mat-wrap .mat img{
    position: absolute;
    left: 0;
    width: 260px;
    height: 163px;
    opacity: 0;
    top: 0;
}
.color-radios .radio-wrap input[type=radio]:checked:before {
    width: 18px;
    height: 18px;
}
.color-radios .radio-wrap input[type=radio][value=black]:checked:before {background-color: black;}
.color-radios .radio-wrap input[type=radio][value=blue]:checked:before {background-color: blue;}
.color-radios .radio-wrap input[type=radio][value=grey]:checked:before {background-color: grey;}
.color-radios .radio-wrap input[type=radio][value=beige]:checked:before {background-color: beige;}
.color-radios .radio-wrap input[type=radio][value=yellow]:checked:before {background-color: yellow;}
.color-radios .radio-wrap input[type=radio][value=red]:checked:before {background-color: red;}
.color-radios .radio-wrap input[type=radio][value=brown]:checked:before {background-color: brown;}


.color-radios .radio-wrap input[type=radio]{
    width: 30px;
    height: 30px;
}
.mat-color-select{
    margin-top: 41px;
    margin-bottom: 10px;
}
.mat-border-select {
    margin-top: 50px;
}
.step-text{font-size: 19px;margin-bottom: 30px;}
.color-radios .radio-wrap{
    margin-right: 0;
    margin-left: 20px;
}
.color-radios .radio-wrap:last-of-type{
    margin-right: 0;
    margin-left: 0px;
}

.ft-contact .icons .icon-warp .icon{-webkit-transition: none;-o-transition: none;transition: none;}
.ft-contact .icons .icon-item{border: 0;}
.ft-contact .icons .icon-warp{
    width: 65px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f3f3f3;
    border-radius: 50%;
    padding: 0;
    margin: 0 auto;
}
.ft-contact .icons{margin-top: 65px;}
.ft-contact .icons .icon-warp .icon-hover {
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
    padding: 0;
}
.footer-inner{background-color: #131820; padding: 41px 0 0 0;}
.ft_menu_title{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ft_menu .menu-item{color: #ffff;font-size: 14px; line-height: 26px;}
.ft_social svg{width: auto;height: 25px; fill: #fff;}
.ft_social:hover svg{fill: var(--red-text);}
.contact_link {color: #fff;margin-bottom: 10px;}
.contact_link:hover {color: var(--red);}
.contact_link__icon svg {height: 25px; width: auto;}
.contact_link__text{font-size: 14px;line-height: 1.2;}
.form ::-webkit-input-placeholder{color: inherit;}
.form ::-moz-placeholder{color: inherit;}
.form :-ms-input-placeholder{color: inherit;}
.form ::-ms-input-placeholder{color: inherit;}
.form ::placeholder{color: inherit;}
.menu-item:hover{color: var(--red);}
.ft_menu {margin-top: 5px;}
.ft_contanct_form .form_input input[type=text],
.ft_contanct_form .form_input input[type=tel],
.ft_contanct_form .form_input input[type=email] {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    text-align: right;
    direction: rtl;
}
.ft_contanct_form .form_input.form_check label{
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.form_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-news-wrap{max-width: 390px;}
.ft_contanct_form .form_input input{margin-bottom: 15px;line-height: 2;}
.ft_contanct_form .form_row{-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
.ft_contanct_form .form_submit input {
    padding: 0;
}
.ft_contanct_form .form_submit {
    max-width: 90px;
    line-height: 28px;
    border-radius: 5px;
    margin-right: auto;
}
li.select2-results__option.select2-results__message {text-align: right;}
.ft_contanct_form .form_input input[type=checkbox]{
    width: 18px;
    height: 18px;
    color: #ffff;
    background: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid;
    border-radius: 5px;
    margin-left: 5px;
    margin-bottom: -3px;
}
.ft_contanct_form .form_input input[type=checkbox]:checked:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: black;
    background-image: url(assets/images/svg/V.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    border: 1px solid;
    border-radius: 5px;
    right: -1px;
    top: -1px;
}
.ft_contanct_form span.wpcf7-not-valid-tip:after {
    content: initial;
}
.ft_contanct_form .wpcf7-not-valid-tip {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    font-size: 12px;
    right: 2px;
}
.woocommerce-product-attributes{
    line-height: 20px;
    width: 100%;
    table-layout: fixed;

}
.product-modal-svg{overflow: hidden;text-align: center}
.product-modal-svg svg #car{

}
#productModal .modal-content{
    border-radius: 40px;
}
.modal-close{
    -webkit-transform: translate(10%, -75%);
    -ms-transform: translate(10%, -75%);
    transform: translate(10%, -75%);
}
.modal-close--absolute.go-back {
    left: 0px;
    right: auto;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0,0);
}
.modal-close--absolute img {
    -webkit-transform: scale(-1)!important;
    -ms-transform: scale(-1)!important;
    transform: scale(-1)!important;
}
.modal-close--absolute {
    position: absolute;
    -webkit-transform: translate(110%, 0%);
    -ms-transform: translate(110%, 0%);
    transform: translate(110%, 0%);
}
.product-modal-svg svg{
    height: 500px;
    width: auto;
    -webkit-transform: scale(1) translate(0%, 0%);
    -ms-transform: scale(1) translate(0%, 0%);
    transform: scale(1) translate(0%, 0%);
}
.product-info__wrap{
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 25px 0;
    margin: 50px 0;
}
.product-info__item {font-size: 14px;font-weight: 600;}
.product-info__item span{font-size: 14px;font-weight: 700;}
.product-info__item img{margin-left: 5px;}

.product-info__table{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.product-upsale__item{margin: 26px 0;}
.product-upsale__item .color-radios .radio-wrap{margin-left: 10px;}
.product-upsale__item.active .plus-minus:after{-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg)}
.question[aria-expanded=true] .plus-minus:after{-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg)}
.product-upsale__price { color: #e11b13; font-size: 22px; font-weight: 700;}
.product-upsale__text{
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.product-upsale__item img{max-height: 95px;-o-object-fit: cover;object-fit: cover;}
.plus-minus{
    position: relative;
    width: 17px;
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}
.plus-minus:before{
    content: '';
    position: absolute;
    background-color: #000;
    width: 17px;
    height: 2px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.plus-minus:after{
    content: '';
    position: absolute;
    background-color: #000;
    width: 2px;
    height: 17px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.plus-minus.minus:after{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.video_bt svg{
    width: 78px;
    height: 78px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.video_bt svg circle{
    fill: #e03432;
    stroke: transparent;
    opacity: 1;
}
.video_bt{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
.mat-row{
    position: absolute;
    top: 0;
}
.mat-row .mat-info{max-width: 300px;}
.mat-row .mat-info .mat-info__title{font-size: 24px;font-weight: 700;}
.mat-row .mat-info .mat-info__text p{margin-bottom: 0;}
.mat-row--right{right: 0;}
.mat-row--left{left: 0;}
.mat-row--right .mat-info{text-align: left;}
.mat-row--right .mat-info__text.red-underline.red-underline--short2:before {
    width: 38px;
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    bottom: -10px;
    height: 2px;
}
.mat-row--left .mat-info{text-align: right;}
.mat-row--left .mat-info__text.red-underline.red-underline--short2:before {
    width: 38px;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    bottom: -10px;
    height: 2px;
}
[data-aos] {
    visibility: hidden;
}
[data-aos].aos-animate {
    visibility: visible;
}
/*
.mat-row:nth-of-type(1){-webkit-transform: translate(100%,0);-ms-transform: translate(100%,0);transform: translate(100%,0); top: 0;}
.mat-row:nth-of-type(2){-webkit-transform: translate(100%,-50%);-ms-transform: translate(100%,-50%);transform: translate(100%,-50%) ;top: 50%;}
.mat-row:nth-of-type(3){-webkit-transform: translate(100%,0%);-ms-transform: translate(100%,0%);transform: translate(100%,0%); top: auto; bottom: 0;}
.mat-row:nth-of-type(4){-webkit-transform: translate(-100%,0);-ms-transform: translate(-100%,0);transform: translate(-100%,0)}
.mat-row:nth-of-type(5){-webkit-transform: translate(-100%,-50%);-ms-transform: translate(-100%,-50%);transform: translate(-100%,-50%);top: 50%;}
.mat-row:nth-of-type(6){-webkit-transform: translate(-100%,0%);-ms-transform: translate(-100%,0%);transform: translate(-100%,0%);top: auto;bottom: 0;}
 */
.mat-row:nth-of-type(1){top: 0; right: -52%;}
.mat-row:nth-of-type(2){    top: 44%;right: -49%;}
.mat-row:nth-of-type(3){ top: auto; bottom: 0;right: -52%;}
.mat-row:nth-of-type(4){top: 0; left: -52%;}
.mat-row:nth-of-type(5){top: 44%; left: -52%;}
.mat-row:nth-of-type(6){top: auto;bottom: 0;left: -52%;}
.text{max-height: 530px;overflow: hidden; text-align: justify;padding-left: 20px;line-height: 1.7;}
.text-readmore--sm {height: 100px;}
.text-readmore--big {height: 530px;}
.text--post{max-height: initial;}
.text ul li{
    background-image: url(assets/images/svg/bulet_v.svg);
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-position: 100% 7px;
    padding-right: 30px;
    line-height: 35px;
}

.text.text--post table ul li{
    background-image: url(assets/images/svg/bulet_v_color.svg);
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-position: right 7px;
    padding-right: 30px;
}
.text.text--post table ol li{
    background-image: url(assets/images/svg/bulet_x.svg);
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-position: right 8px;
    padding-right: 30px;
}
.text h2{
    font-size: 36px;
    margin-bottom: 66px;
}
.text h3{
    font-size: 28px;
    margin-bottom: 66px;
}
.text a:not(.bt_edit) {
    color: var(--red)!important;
}
.text--inner h2{
    margin-bottom: 1em;
}
.before-after-container img{height: 530px; -o-object-fit: cover; object-fit: cover;}

.search-element{padding: 81px 0;}
.search-element .car-filter__title{
    text-align: center;
    background: none;
    margin-bottom: 20px;
    text-shadow: 0 2px 38px rgba(1, 11, 20, 0.89);
    color: #ffffff;
    font-size: 48px;}
.search-element .car-filter-wrap{bottom: 0;}
.search-element .car-filter__inner {
    padding: 51px 70px 45px;
    position: relative;
}
.search-element .modal-close {
    width: 50px;
    height: 40px;
}
.search-element .modal-close img{
    width: 100%;
    height: auto;
}
.search-element .modal-close{
    position: absolute;
    right: -40px;
    top: 140px;
    bottom: 0;

}
.search-element .bottom_link{position: absolute;line-height: 1;right: 75px;}
.info-element .hp-about__icons{
    margin-top: 0;
}
.info-element{padding: 85px 0 100px; }
.info-element--grey{background: #f8f8f8; }

#questionsTab{border-bottom: 0;}
#questionsTab .nav-item{margin: 0 65px;}
#questionsTab .nav-link{font-size: 24px; border: 0; border-bottom: 3px solid transparent; padding: 0; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
#questionsTab .nav-link.active{font-size: 24px; border-bottom: 3px solid var(--red-text); font-weight: 700;}
#questionsTab{}
#questionsTab{}
#questionsTab{}
.question-wrap .question{font-size: 22px; font-weight: 700;padding: 22px 0;}
.question-wrap{border-bottom: 1px solid #e5e5e5; }
#questionsTabContent{
    padding: 100px 0 0 0;
}
.text--post table tr{border-bottom: 1px solid #e5e5e5;}
.text--post table tr:first-of-type{border-top: 1px solid #e5e5e5;}
.text--post table tr td{border-left: 1px solid #e5e5e5; padding: 20px;}
.text--post table tr td:first-of-type{font-size: 20px; font-weight: 700; padding: 0;}
.text--post table tr td:last-of-type{border-left: 0;}

.gallery-masonry{
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 5vw;
    row-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    min-height:500px;
}
.gallery-filter-wrap.car-filter.gallery-filter {
    padding-bottom: 70px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 20px;
}
.gallery-filter__reset:hover{
    color: var(--red-light);
}
.gallery-filter__reset{
    color: var(--red);

}
.gallery-filter__title{
    font-size: 16px;
    font-weight: 700;
}
.gallery-masonry .gallery-item:nth-of-type(8n + 1){-ms-grid-column-span: 3;grid-column: span 3;-ms-grid-row-span: 4;grid-row: span 4;}
.gallery-masonry .gallery-item:nth-of-type(8n + 2){-ms-grid-column-span: 3;grid-column: span 3;-ms-grid-row-span: 4;grid-row: span 4;}
.gallery-masonry .gallery-item:nth-of-type(8n + 3){-ms-grid-column-span: 3;grid-column: span 3;-ms-grid-row-span: 4;grid-row: span 4;}
.gallery-masonry .gallery-item:nth-of-type(8n + 4){-ms-grid-column-span: 3;grid-column: span 3;-ms-grid-row-span: 4;grid-row: span 4;}
.gallery-masonry .gallery-item:nth-of-type(8n + 5){-ms-grid-column-span: 5;grid-column: span 5;-ms-grid-row-span: 6;grid-row: span 6 ;}
.gallery-masonry .gallery-item:nth-of-type(8n + 6){-ms-grid-column-span: 2;grid-column: span 2;-ms-grid-row-span: 3;grid-row: span 3; }
.gallery-masonry .gallery-item:nth-of-type(8n + 7){-ms-grid-column-span: 5;grid-column: span 5;-ms-grid-row-span: 6;grid-row: span 6 ;}
.gallery-masonry .gallery-item:nth-of-type(8n + 8){-ms-grid-column-span: 2;grid-column: span 2; -ms-grid-row-span: 3; grid-row: span 3;}
.gallery-filter .form_input{
    margin: 0 15px;
}
.info-element-credit{padding: 30px 0;}
.info-element-credit .icon-item .icon-warp{width: 130px;height: 130px;margin-bottom: 10px;}
.info-element-credit .icon-item {border: 0; position: relative;}
.info-element-credit .icon-item:last-of-type:after {height: 100%;}
.info-element-credit .icon-item:after {
    content: '';
    width: 1px;
    height: 65px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e4e4e4;
}
.info-element-credit .icon-item .subtitle-semibold{font-size: 18px;line-height: 1.5;}
.info-element-credit .icon-item .subtitle{font-size: 14px;line-height: 1.5;}
.arr svg path{
    fill: #000;
    stroke: #000;
    stroke-width: 0px;
}
.arr svg{
    width: 20px;
    height: auto;
}
.arr{
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arr.swiper-button-disabled svg path{
    fill: #ECECEC;
    stroke: #ECECEC;
}
.arr.arr-prev svg{
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}
.arr.arr-next{left: 0;}
.arr.arr-prev{right: 0;}
.search-element-pop{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) ;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form_column .form_row img{
    width: 50px;
    margin-left: 10px;
}
.form_column .form_submit{
    width: 100%;
    margin: 0 auto;
}
.form_column .car-filter{
    width: 60%;
    margin: 0 auto;
}
.form_column .form_row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form_column .form_input .select2 {
    border-bottom: 0;
}
.form_column .form_input{
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid;
}
.page-template-material .search-element .car-filter__title {font-size: 40px;}
.page-template-material .image-wrap img{max-height: 345px;-o-object-fit: cover;object-fit: cover;}
.page-template-material .image-wrap{margin: 20px 0;}

.add_to_cart_btn a{
    font-size: 22px;
    font-weight: 700;
    display: block;
    border: 2px solid ;
    padding: 15px 0;
    color: #131a29;
    border-radius: 6px;
    text-align: center;
    display: block;
}
.add_to_cart_btn--red a{
    color: #fff;
    border-color: #ed0503;
    background-color: #ed0503;
}
.wpcf7{direction: rtl!important; }

.form_input input[type=tel]{direction: rtl;}
.form_input input{
    width: 100%;
    color: #131820;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-bottom: 2px solid;
    margin-bottom: 25px;
}
.error-tx{
    font-size: 12px;
    color: red;
    width: 100%;
    position: absolute;
    bottom: -20px;
    right: 50px;
}
.error-tx--reg {
    font-size: 16px;
    color: red;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 700;
}
.form_submit,
.form_input{
    position: relative;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    background-image: url(../../assets/ajax-loader.gif);
    left: 25px;
    top: 30%;
}
.form_submit input{
    width: 100%;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    line-height: 36px;
}
.inner_pop_show{position: absolute;bottom: 30px;color: #fff;}
.inner_pop_show:hover{color: var(--red-hover)!important;}
.inner_pop_show .up-arrow{max-width: 30px; margin: 0 auto;}
.quantity{border-bottom: 2px solid;}
.quantity button{    border: 0;
    background: none;
    font-size: 35px;}
input.qty {
    border: 0;
    pointer-events: none;
    text-align: center;
    width: 70px;
    padding-left: 0;
    padding-right: 10px;
}
/*
    .fancybox-content.small-image .fancybox-image, .fancybox-content.small-image
    {
        max-height: 600px;
        object-fit:contain;
    }
 */
.hp-about__icons .slick-slide{text-align: center;}
.cart_item .product-remove a {
    font-size: 40px;
    width: 50px;
    display: block;
}
.cart_item .product-thumbnail img{width: 150px;}
.post-item .side-image img{
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.read-more-link{font-weight: 700;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.read-more-link:hover{color: var(--red)}
.socials-share a img{width: 30px;margin: 0 5px;}
.socials-share.active{
    width: 80px ;

}
.socials-share{
    width: 0px;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.share-icon img{
    margin-left: 5px;
    margin-right: 10px;
    width: 30px;
}
.share-icon{
    color: var(--grey);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.post-item__info{
    color: #a0a1a3;
    font-size: 16px;
    font-weight: 600;
}
.sp--round {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #a0a1a3;
    vertical-align: middle;
    margin: 0 5px;
}
.post-item__info{
    margin-bottom: 20px;
}
.form-contact .w-50{ width: 49%!important;}
.form-contact .form_row{  -ms-flex-align: start;  -webkit-box-align: start;  align-items: flex-start;}
.form-contact .form_input input,
.form-contact .form_input textarea,
textarea
{
    max-height: 192px;
    background-color: #ffff;
    border: 1px solid #d6d6d6;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
}
.page-template-contact .text h2{margin-bottom: 0;}
.form-contact .form_input label{ font-size: 17px;font-weight: 600; color: #d6d6d6; right: 20px;top: 10px;-webkit-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease}
.form-contact .form_input.focused input,
.form-contact .form_input.focused textarea {
    border-color: #000;
}
.form-contact .form_input.focused label {
    top: -7px;
    background: #fff;
    padding: 0px 10px;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 0;
}
.form-contact .form_input{}
.form-contact .form_input{}
.form-contact .form_input{}
.form-container{max-width: 460px;}
.form-container .form_input input {
    padding: 5px 20px;

}
.back-to-store{border-bottom: 2px solid;display: inline-block;margin-right: 30px;}
.back-to-store:hover{color: var(--red);}
.form-container .form_input label {
    top: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none!important;
}
.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    font-size: 12px;
    right: 2px;
}
span.wpcf7-not-valid-tip:after ,
.error-tx:after
{
    content: 'שגיאה';
    top: -50px;
    position: absolute;
    right: 20px;
    background: #fff;
    width: 40px;
    text-align: center;
    line-height: 1;
}
.error-tx:after
{
    top: -55px;

}
.car-filter .error-tx:after{content:initial!important;}
input.wpcf7-not-valid, input.error{
    border-color: red!important;
}
.top-menu{-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);}
.is-sticky .top-menu{background: #000;padding: 10px 0!important;}
.is-sticky .top-menu .logo img{max-height: 50px;}
.is-sticky .ic-cart svg,
.is-sticky .ic-user svg {
    width: 60%;
}
.is-sticky .ic-cart-num {
    font-size: 17px;
    -webkit-transform: translate(275%,-45%);
    -ms-transform: translate(275%,-45%);
    transform: translate(275%,-45%);
}
.my-login-page{padding: 50px 0;}
.woocommerce-LostPassword.lost_password {
    font-size: 14px;
    font-weight: 700;
}
.form-login{width: 100%; max-width: 460px;padding: 0 20px;}
.password-input{width: 100%}
.password-input input{margin-bottom: 0;}
.social-login img{
    max-height: 30px;
    width: 30px;
    margin: 0 5px;
}
.social-login{
    text-align: center;
}
.facebook_login{
    background-color: #3b5998;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 2.5;
    border-radius: 8px;

}
.google_login{
    border: 2px solid #000;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 2.5;
    border-radius: 8px;
}
li.woocommerce-MyAccount-navigation-link {
    font-size: 22px;
    padding: 10px 0;
}
.is-sticky .car-filter-sticky .close-sticky-filter{
    display: block;
}
.is-sticky .car-filter-sticky .form_row{
    -webkit-flex-width: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.car-filter-sticky .close-sticky-filter{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    display: none;
}
.is-sticky .car-filter .bottom_link{
    display: none;
}
.is-sticky .car-filter .bt_red{border-radius: 5px; max-width: 100px;}
.is-sticky .car-filter{
    background-color: #fff;
    width: 100%!important;
    padding: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 99999;
}

.is-sticky .car-filter .car-filter__inner {
    padding: 0px 20px 0px;
}

.is-sticky .car-filter .car-filter__title {
    background-color: transparent;
    color: #131820;
    font-weight: 700;
    padding: 5px 0px;
    font-size: 18px;
}
.is-sticky .car-filter{}
.is-sticky .car-filter .select2 {
    width: 200px;
    height: 40px;
    border-bottom: 1px solid;
}
.is-sticky .car-filter .form_input {
    width: 200px;
    margin-left: 50px;
}
.is-sticky .car-filter img{
    max-height: 25px;
}
.is-sticky .car-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 12px;
    width: 15px;
    height: 15px;
}
.is-sticky .car-filter .form_submit input {
    border: 0;
    width: 100%;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    line-height: 10px;
    font-size: 18px;
    width: 100px;
    border-radius: 10px;
}
.car-filter *{-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.select2 .selection {
    display: block!important;
    width: 100%!important;
    max-width: 100%;
}
.is-sticky .car-filter {
    border-radius: 0;
    padding: 0px 0;
}
.pageLoader svg{
    width: 100%;
    height: 100%;
    visibility: hidden;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: visible;
    -o-text-overflow: initial;
    text-overflow: initial;
    white-space: nowrap;
}
.pageLoader {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1200;

}
button.modal-close {
    background: none;
    border: none;
}
.hp-cat__inner{
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 20px 0;
}
.hp-cat__inner .text--red {
    text-shadow: 2px 2px 5px #000;
    font-weight: 900;
}
.max-w100{max-width: 100%!important;}
.footer-inner > .container{position: relative}
.single-product .footer-inner{margin-bottom: 45px;}
#backToTop{
    position: absolute;
    bottom: 10px;
    right: -100px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.mat-info__label,
.mat-info__value {font-size: 22px;margin-bottom: 10px;}
.star svg {
    width: 24px;
    height: auto;
    margin-right: 5px;
}
.star--grey svg path{ fill: #d7d7d7!important; }
.bullet {
    width: 25px;
    height: 25px;
    display: block;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #d3d3d3;
    margin-right: 5px;
}
.bullet:nth-of-type(2) .bullet__inner{background-color:#f2122c ;}
.bullet:nth-of-type(3) .bullet__inner{background-color:#f2b012 ;}
.bullet:nth-of-type(4) .bullet__inner{background-color:#671600 ;}
.bullet__inner{
    background-color: #000;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}
.starting-price{font-weight: 700; font-size: 20px;}
#redImg{
    width: 120px;
    height: auto;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    z-index: 20;
    -webkit-transform: translate(35%, 30%);
    -ms-transform: translate(35%, 30%);
    transform: translate(35%, 30%);
    padding: 7px;
}
.copyright-text{font-size: 16px;line-height: 1.5;}
.product_add_to_cart--fixed.active{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.product_add_to_cart--fixed{
    position: fixed;
    z-index: 40;
    bottom: 0px;
    width: 100%;
    background:rgba(255,255,255,0.7);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.product_add_to_cart--fixed .add_to_cart_btn a {
    font-size: 22px;
    padding: 8px 0;
    width: 160px;
    line-height: 1.2;
}
.coupon {text-align: right;}
.woocommerce-cart .woocommerce-notices-wrapper{display: none;}
.cart th{font-weight: 400;text-align: center;}
.cart th.product-name{padding-left: 27%;}
.cart td {
    padding: 30px 0;
    text-align: center;
}
.cart tbody tr:last-of-type{
    border-bottom: 0;

}
.cart tbody tr{
    border-bottom: 1px solid #b0b0b0;
}
.cart_item .cart-item-data {text-align: right;}
.cart_item .product-name .product-thumbnail{margin-left: 20px;}
.cart_item .product-name .product-name-link {font-size: 20px; font-weight: 700;}
.cart thead {
    border-bottom: 1px solid #b0b0b0;
    color: #b0b0b0;
    line-height: 50px;
}
input#coupon_code {
    border: 0;
    border-bottom: 1px solid;
}
button[name=apply_coupon]:hover{
    background-color: var(--red-hover);
    color: #fff;
    border-color: #fff;
}
button[name=apply_coupon]{
    background: none;
    width: 150px;
}
a.checkout-button {
    padding: 10px 30px;
    font-size: 20px;
}
a.about_paypal {
    display: none;
}
.woocommerce-checkout footer{display: none;}
.contact-icon img{width: 40px; max-height: 45px;}
.fixed-cart {
    position: fixed;
    left: -40px;
    top: 65%;
    z-index: 100;
    background: #e03432;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    cursor: pointer;
}
.fixed-chat__inner img{width: 70px;margin-bottom: 10px;}
.fixed-chat__inner a:last-of-type {display: block;text-align: center;}
.fixed-chat__inner a:last-of-type img{width: 30px;}
.fixed-chat__inner{-webkit-transform: translateY(-70%);-ms-transform: translateY(-70%);transform: translateY(-70%);}
.fixed-chat{
    position: fixed;
    right: 10px;
    top: 85%;
    z-index: 100;
    display: block;
    max-width: 100px;
}
.form-steps{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.step-item .step-item__title{
    font-size: 24px;
}
.step-item.active .step-item__title:after{
    content: '';
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 4px;
    background: var(--red);
}
.step-item.active .step-item__title{
    font-weight: 700;
    position: relative;
}
.step-item img{
    max-height: 60px;
    height: 60px;
}
.sp-line{
    width: 100%;
    display: block;
    height: 1px;
    background-color: #d8d8d8;
    margin-bottom: 30px;
}
.no-margin p{margin-bottom: 0;line-height: 1.5;}
.cart-open {
    overflow: hidden;
}
.cart-open .woocommerce-mini-cart{
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 5px 0px 10px 3px rgba(0,0,0,0.5);
    box-shadow: 5px 0px 10px 3px rgba(0,0,0,0.5);

}
.cart-open .cart_popup .popup_bg{
    opacity: 0.7;
    visibility: visible;
    z-index: 1000;
    height: 100vh;
    top: 0;
}
.cart_popup .popup_bg{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce-mini-cart{
    width: 50%;
    max-width: 500px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 1200;
    background: #fff;
    padding: 90px 15px 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.woocommerce-mini-cart__total{
    width: 70%;
    margin: 0 auto;
    max-width: 300px;
}
.close-icon span{
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: black;
}
.close-icon span:nth-of-type(1){
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-icon span:nth-of-type(2){
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

}
.close-icon{
    width: 25px;
    height: 25px;
    position: relative;

}
.close_btn{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-transform: translate(-350%,50%);
    -ms-transform: translate(-350%,50%);
    transform: translate(-350%,50%);
}
.form-checkout{
    width: 70%;
}
.checkout-order-review{
    width: 30%;
}
li.wc_payment_method {
    padding: 30px 0;
}
.sp{
    height: 1px;
    background-color: #d8d8d8;
    width: 100%;
    display: block;

}
.sp--dark{
    background-color: #535353;
}
.woocommerce-checkout-review-order-table .product-thumbnail{
    width: 100px;
    height: auto;
}
.cart-item__inner .product-name{
    font-size: 18px;
    font-weight: 700;
}
.cart-item__inner{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;

}
.woocommerce-mini-cart .cart-items-inner {
    max-height: 48vh;
    overflow: auto;
}

.woocommerce-mini-cart-item .cart-item__inner {margin-top: -7px;}
.woocommerce-mini-cart-item .quantity {border-bottom: 1px solid;}
.woocommerce-mini-cart-item input.qty {line-height: 1;}
.woocommerce-mini-cart-item .plus-minus {
    width: 13px;
    height: 13px;
}
.woocommerce-mini-cart-item {margin-bottom: 30px;}
.woocommerce-mini-cart-item .product-price {
    font-weight: 700;
}
.woocommerce-mini-cart-item {}
.woocommerce-mini-cart-item .cart_item_meta {
    font-size: 16px;
    line-height: 1.4;
}
.total-price {font-size: 24px;}
.before-after .text{overflow: auto;}
.text-in_image{max-width: 80%;margin: 0 auto;line-height: 1.4;overflow: visible;}
.product-inner .product-image img{max-height: 285px; -o-object-fit: cover; object-fit: cover;}
.product-inner .price { text-align: center; margin: 0 auto;
    color: #e11b13; font-size: 22px; font-weight: 700;}
.woocommerce-loop-product__title{font-size: 30px; text-align: center;margin: 20px 0;}
.bt_red .ajax_add_to_cart {
    color: #fff;
    background-color: var(--red);
    font-size: 24px;
    font-weight: 700;
    border: 2px solid transparent;
    width: 100%;
    border-radius: 7px;
    padding: 7px;
    max-width: 210px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.cart-banner{height: 300px; margin: 60px 0 100px;}
.cart-banner a{font-size: 24px;}
.form-checkout input, .form-checkout textarea{
    background-color: #f7f7f7 !important; ;
}


.form-checkout .error-tx {
    font-size: 12px;
    color: red;
    width: 100%;
    position: absolute;
    bottom: 5px;
    right: 0px;
}
.form-checkout .form_input label {
    font-weight: 400;
}
form.checkout.woocommerce-checkout.w-100 {
    padding-left: 60px;
    border-left: 1px solid #d8d8d8;
}
.form-checkout .woocommerce-billing-fields .right-side{
    width: 60%;
}
.ship_item {
    padding: 30px 0;
}
.checkout-order-review {
    width: 30%;
    padding-right: 30px;
}
#place_order{
    background-color: #e9716f;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    border-radius: 7px;
    color: #fff;
    border: 0;
    width: 215px;
    line-height: 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#place_order:hover{
    background-color: #ae5655;

}
a.woocommerce-remove-coupon{
    float: left;
    color: var(--red);
    position: absolute;
    -webkit-transform: translateX(-250%);
    transform: translateX(-250%);
}
.form-checkout .address_input{
    width: 68%;
}
.form-checkout .city_input{
    width: 30%;
}
.top-bar__item {letter-spacing: 1.5px;font-size: 16px;}
.top-bar__item img {margin-left: 5px;}
.woocommerce-order {text-align: center;}
.floating-socials a:hover svg rect,
.floating-socials a:hover svg circle{
    fill: var(--red)!important;
}
.floating-socials a{
    display: block;
    margin-bottom: 20px;
}
.floating-socials a svg{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.floating-socials{
    width: 38px;
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 500;
}
.wpcf7-response-output {
    font-size: 18px;
    font-width: 700;
    border-color: #46b449;
    background-color: rgba(70, 180, 73,0.5);
    padding: 10px;
}
.modal-close img{-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
.modal-close img:hover{-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}

.ft_contanct_form .wpcf7-response-output{color: #fff!important;}
.form-row{position: relative;}
.form-row.error .error-tx:after{content: initial;}
.form-row.error {color: red;}
.form-checkout .form-row .error-tx {
    bottom: -10px;
}
.selected_set{font-weight: 700;}

span.woocommerce-terms-and-conditions-checkbox-text a {
    text-decoration: underline;

}
.qty_minus img{
    width: 17px;
    height: 20px;
}
.qty_plus img{
    width: 16px;
    height: 20px;
}
.woocommerce-Price-amount.amount {
    font-weight: 700;
}
.page-accessories .product-inner .product-image img {
    max-height: initial;
}
.page-accessories .row .product{}
.page-accessories .row .product{}
.tax-make .text{overflow: auto;}
.empty-cart-icon img{max-width: 100px;}
.loader{
    width: 400px;
    margin: 0 auto;
    display: none;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input{
    margin-left: 7px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woocommerce-form-login-toggle {
    margin-top: 30px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.bt_image{
    position: absolute;
    top: 105%;
    left: 0%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.page-accessories.section--pad{
    padding:0px 0px 70px;
}
.make-item:hover{
    color: var(--red-hover);
}
.testimonials-wrap .testimonials-item img {
    -webkit-filter: initial;
    filter: initial;
    object-fit:cover;
}
.testimonials-wrap .testimonials-item h5 {
    color: inherit;
}
.testimonials-item:hover .play-bt svg circle {
    fill: #e03432!important;
    opacity: 1;
}
.cross-sells .product-inner .product-image img {
    max-height: initial;
}
.cart-discount > span[data-title]{
    direction: ltr;
}
.cart-discount,.order-total {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.showlogin{font-weight: 700;}
.showlogin:hover{color: var(--red-hover)}
.checkout-order-review .cart-discount span{
    width: 130px;
}
.checkout-order-review .cart-discount {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.checkout-order-review .cart-discount span:nth-of-type(2){
    margin-right: 3rem;
}
.fslightbox-thumbs-active {
    opacity: 1!important;
    z-index: 20!important;
    direction: ltr!important;
}
.fslightbox-caption {
    position: absolute;
    bottom: 50%!important;
    left: 80%!important;
    width: 100%;
    background: none!important;
    transform: translateX(-50%);
    opacity: 1!important;
    transition: opacity .2s;
    z-index: 999999!important;
}
.fslightbox-caption-inner {
    padding: 0px!important;
    max-width: 1200px;
    color: #eee;
    text-align: center;
    width: 100%;
    font-size: inherit!important;
}
.before-after-product_page .text {
    overflow-y: scroll;
    overflow-x: hidden;
}
@media screen and (min-width: 800px) {
    .mobile_only{display: none!important;}
    .page-accessories .row .product{width: calc(100%/3 - 20px)}
    .ft-contact .icon-item:hover .icon-warp .icon{opacity: 0;}
    .ft-contact .icon-item:hover .icon-warp .icon-hover{opacity: 1;

    }
    .count-numbers{
        font-size: 30px!important;
    }
    .woocommerce-checkout-review-order-table .order-total{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start;
    }
    .woocommerce-checkout-review-order-table .order-total > span{
        width: 130px;
    }
    .single-product .section--pad{ padding: 50px 0 110px;}

}

@media screen and (max-width: 1440px) {
    .color-radios .radio-wrap {
        margin-right: 0;
        margin-left: 4px;
    }
    .modal-close--absolute.go-back {
        left: 0px;
        right: auto;
        -webkit-transform: translate(40px,-40px);
        -ms-transform: translate(40px,-40px);
        transform: translate(40px,-40px);
    }
    .fixed-chat {
        top: 75%;
        max-width: 60px;
    }
    .floating-socials {
        width: 38px;
        position: fixed;
        right: 10px;
        top: 30%;
        z-index: 500;
    }
    .product-svg {
        max-height: 250px;
    }
    .product-svg svg {
        width: 250px;
        height: 500px;
    }
    .hp-top__title {
        color: #fff;
        margin-bottom: 10%;
    }
    h1 {
        font-weight: 700;
        font-size: 54px;
        line-height: 75px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1124px) {
    .product-svg svg {
        width: 180px;
        height: 400px;
    }
}
@media screen and (max-width: 800px) {
    .ic-cart, .ic-user {
        width: 30px;
    }
    .fslightbox-caption {
        bottom: 25%!important;
        left: 0!important;
        width: 100%;
        transform: translateX(0%)!important;

    }
    .bt_edit{
        line-height:19px;
    }
    .mobile-make-title{font-size: 19px!important;}
    .hp-about__icons .slick-slide .icon-item .icon-warp .icon-hover svg #rotate,
    .hp-about__icons .slick-slide.slick-current + div .icon-item .icon-warp .icon-hover svg > g:nth-of-type(1)
    {
        -webkit-animation:rotate 10s linear infinite;
        animation:rotate 10s linear infinite;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
    }
    .hp-about__icons .slick-slide .icon-warp .icon-hover{
        opacity: 1!important;
    }
    .hp-about__icons .slick-slide .icon-item .icon-warp .icon{
        opacity: 0!important;
    }
    .bt_image {
        -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
        transform: translateX(40%);
    }
    .woocommerce-form-login-toggle {
        margin-top: 0px;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    .make-item h5{
        font-size: 15px;
    }
    .woocommerce-mini-cart  a.product-thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #place_order {
        width: auto;
        padding: 0 20px;
    }
    .count-numbers{
        font-size: 22px!important;
    }
    .modal-close--absolute {
        position: absolute;
        -webkit-transform: translate(-10%, -80%);
        -ms-transform: translate(-10%, -80%);
        transform: translate(-10%, -80%);
    }
    .ratio-1{padding-bottom: 100%;}
    #productModal .modal-close{
        -webkit-transform: translate(-5%, 40%);
        -ms-transform: translate(-5%, 40%);
        transform: translate(-5%, 40%);
    }
    #mobileWhyUs{
        position: absolute;
        left: 0;
        top: 0;
    }
    .product-upsale__colors .color-radios {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
    .product-upsale__colors .color-radios .radio-wrap {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .testimonials-section .arrow_bt.arrow_bt__left {
        left: 10px;
    }
    .testimonials-section .arrow_bt.arrow_bt__right {
        right: 10px;
    }
    .page-accessories.section--pad {padding: 0 0 30px;}
    .page-accessories .row .product .product-inner .accessory-wrapper {
        margin: 10px auto 0;
        width: 100%;
    }
    .page-accessories .row .product .product-inner .woocommerce-loop-product__title {
        font-size: 18px;
        text-align: center;
        margin: 0px;
    }
    .page-accessories .row .product .product-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-accessories .row .product {
        padding: 0 15px;
        margin: 0 auto;
        width: 100%;
    }
    h1{ font-size: 29px;line-height: 45px; margin-bottom: 0;}
    h2{font-size: 24px;}
    h3{font-size: 18px;}
    h4{font-size: 24px;}
    h5{font-size: 18px;}
    img{max-width: 100%;height: auto;}
    .page-template-material .header-inner{position: relative;}
    .title{font-size: 24px;margin-bottom: 0;}
    .title--sm{font-size: 36px;line-height: 1.3;}
    .subtitle{font-weight: 500;font-size: 16px;}
    .subtitle-bold{font-weight: 700;font-size: 20px;}

    .btn-txt--big{ font-size: 24px;}
    .btn-txt--sm{font-size: 18px;}


    .caption{font-size: 12px; }
    form.checkout.woocommerce-checkout.w-100 {
        padding-left: 0;
        border-left: 0;
        /* padding-top: 20px; */
    }
    .form-checkout .city_input,
    .form-checkout .woocommerce-billing-fields .right-side,
    .form-checkout .address_input {
        width: 100%;
    }
    .error-tx:after {
        top: -46px;
    }
    .is-sticky .car-filter-sticky .form_row {
        -webkit-flex-width: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        pointer-events: none;
    }
    .car-filter__inner .bottom_link {
        font-size: 16px;
        padding: 0px 0;
        margin: 6px auto 0;
        display: block;
        text-align: center;
    }
    .woocommerce-mini-cart .cart-items-inner {
        max-height: 50vh;
        overflow: auto;
        padding: 10px 0;
    }
    .add_to_cart_btn a {
        font-size: 18px;
        font-weight: 700;
        display: block;
        border: 2px solid;
        padding: 0;
        color: #131a29;
        border-radius: 6px;
        text-align: center;
        display: block;
        line-height: 45px;
    }
    .m100{width: 100%!important;}
    .info-element {
        padding: 30px 0 30px;
    }
    .no_mobile{display: none!important;}
    .mobile-column{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mobile-column-center{
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .mobile-column-reverse{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .hp-top{height: auto;padding: 90px 0px 90px;}
    .hp-cat{height: 185px;}
    .hp-cat .subtitle,
    .hp-cat .subtitle-bold {font-size: 13px;}
    .page-cover--md {
        height: 180px;
        width: 100%;
        margin-top: 0;
    }
    .is-sticky .car-filter .car-filter__inner {
        padding: 0;
        width: 100%;
        border-top: 1px solid #e4e4e4;
    }
    .car-filter-wrap {
        position: relative;
        bottom: 0;
    }
    .car-filter-wrap > .container{padding: 0;}
    .car-filter__title{font-size: 18px;padding: 0px; text-align: center;}
    .car-filter__inner{
        padding: 15px 20px 5px;
    }

    .form_row{-ms-flex-wrap: wrap;flex-wrap: wrap; -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start}
    .car-filter .form_input,
    .car-filter .form_submit,
    .form_input{width: 100%;max-width: 100%;}
    .car-filter .form_input{margin-bottom: 15px;}
    .form_select img{
        max-width: 40px;
        height: auto;
        max-height: 40px;
    }
    .car-filter .select2 {border-bottom: 0;}
    .car-filter .form_input{border-bottom: 1px solid #e4e4e4;}
    .car-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
        left: 40%;
        width: 15px;
        height: 15px;
    }
    .form_submit input {
        font-size: 18px;
        line-height: 1;
        padding: 8px 0 10px;
        border-radius: 10px;
    }
    .is-sticky .car-filter .bt_red {

        display: none;
    }
    .mat-info__label, .mat-info__value {
        font-size: 16px;
        margin-bottom: 0;
    }
    .hp-top__title {font-size: 13px;margin-bottom: 0;}
    .fixed-chat__inner{-webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%);}
    .search-element .modal-close {
        position: absolute;
        right: 0px;
        top: 110px;
        bottom: 0;
    }
    .search-element .modal-close {
        width: 30px;
        height: 30px;
        padding: 0;
    }
    .top-bar__item{font-size: 14px;}
    .top-bar__item img{margin-left: 10px;max-height: 25px;}
    .top-bar{padding: 3px 0;}
    .why-us {padding: 35px 0 0px;}
    .section--pad {padding: 50px 0;}
    .mat-select.bg--grey.section--pad {padding: 10px 0;}
    .mat-select .image-wrap img {
        max-height: 100px;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .gallery-section .subtitle {margin-bottom: 30px;}
    .testimonials-slider {
        margin-top: 30px;
        max-width: 90%;
    }
    .starting-price {
        font-weight: 700;
        font-size: 16px;
    }
    .why-us .subtitle-semibold {
        margin-bottom: 30px;
    }
    .bt_red input, .bt_red button, .bt_red a {
        color: #fff;

        font-size: 18px;
        font-weight: 700;
        width: 100%;
        max-width: 100%;
        padding: 0;
        line-height: 36px;
        margin: 0 auto;
    }
    .testimonials-item h5 {
        margin-top: 15px;
        font-size: 18px;
    }
    .testimonials-section h2{font-size: 34px;}
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0px;
        margin: 40px 0 20px;
    }
    .hp-about__icons {margin-top: 50px;}
    .ft-contact{padding-top: 50px;    padding-bottom: 50px;}
    .ft-contact .icons {margin-top: 15px;}
    .ft-contact .icons .icon-item .subtitle-semibold {font-size: 18px;}
    .ft-contact .icons .icon-item img{max-width: 50px;}
    .logo img{max-width: 50px;padding: 5px;}
    .ic-cart-num {
        -webkit-transform: translate(110%,-60%);
        -ms-transform: translate(110%,-60%);
        transform: translate(110%,-60%);
    }
    .is-sticky .ic-cart-num {
        font-size: 17px;
        -webkit-transform: translate(220%,-35%);
        -ms-transform: translate(220%,-35%);
        transform: translate(220%,-35%);
    }
    .top-menu--mobile {padding: 0px 0;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;background: rgba(0,0,0,0.3);}
    .mobile-menu{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        visibility: hidden;
    }
    .mobile-menu.active{visibility: visible;}
    .mobile-menu.active .black_bg{
        opacity: 1;
    }
    .mobile-menu.active .mobile-menu__wrap{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .mobile-menu__wrap {
        position: relative;
        width: 80%;
        background-color: #fff;
        height: 100vh;
        z-index: 20;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    .black_bg{
        background: rgba(0,0,0,0.5);
        position: absolute;
        width: 100%;
        height: 100vh;
        z-index: 10;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        transition: opacity .2s linear;
    }
    .sticky-menu-wrap.is-sticky .sticky-menu{
        background: #000;
    }
    .mobile-menu__inner{height: 100%;}
    .menu-mobile-menu-container {
        padding: 20px;
    }
    .current-menu-item{font-weight: 900;}
    .login-reg-link{
        font-size: 18px;
        display: block;
        text-align: center;
        color: #fff;
        font-weight: 700;
        padding-bottom: 10px;
    }
    .text {
        max-height: initial;
        overflow: auto;
        text-align: justify;
        padding-left: 00px;
    }
    .text h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .text .bt_edit {
        color: #fff;
        border: 2px solid #fff;
    }
    .title{font-size: 30px;}
    .title--sm {
        font-size: 24px;
        line-height: 1.3;
    }
    .page-top_bg img {height: 300px;}
    .is-sticky .car-filter {
        border-radius: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .is-sticky.mobile_only.active .car-filter.car-filter-sticky {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
        z-index: 200;
    }
    .is-sticky .car-filter.car-filter-sticky {
        position: fixed;
        top: 50px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        z-index: -1;
        visibility: hidden;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .is-sticky .car-filter .select2 .select2-selection--single .select2-selection__rendered {
        font-size: 10px;
        font-weight: 700;
        color: #000;

    }
    .is-sticky .car-filter .form_input {margin: 0;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
    .is-sticky .car-filter .form_input {border-left: 1px solid #e4e4e4 ;}
    .is-sticky .car-filter .form_input:last-of-type {border-left: none;}
    .is-sticky .car-filter {}
    .is-sticky .car-filter .car-filter__title {
        background-color: transparent;
        color: #131820;
        font-weight: 700;
        padding: 5px 0px;
        font-size: 12px;
        line-height: 1;
    }
    .is-sticky .car-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 12px;
        width: 9px;
        height: 12px;
        left: 0;
    }
    .bt_black input, .bt_black button, .bt_black a {
        font-size: 18px;
        border-radius: 6px;
        padding: 0;
        line-height: 36px;
    }
    .bt_red {
        border-radius: 6px;
    }
    .is-sticky .car-filter .select2 {
        height: 30px;
        border-bottom: 0px solid;
    }
    .is-sticky .car-filter .form_submit input {
        display: none!important;
    }
    .search-element .car-filter__title {
        text-align: center;
        background: none;
        margin-bottom: 10px;
        font-size: 24px;
    }
    .search-element .car-filter__inner {
        padding: 14px;
        position: relative;
    }
    .mat-row {
        position: relative;
        top: 0;
        margin-bottom: 30px;

    }
    .mat-row .mat-info {
        max-width: 100%;
    }
    .gallery-item:hover .overlay {
        opacity: 1;
        display: none!important;
    }
    .form_column .car-filter {
        width: 100%;
        margin: 0 auto;
    }
    .page-template-material .search-element .car-filter__title {
        font-size: 24px;
    }
    .why-us > .container{padding: 0;}
    .main-img-bg{
        background-size: auto;
        background-repeat: no-repeat;
        background-position: left;
        background-attachment: fixed;
        padding: 40px 0;
    }


    .mat-row .mat-info .mat-info__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }
    .mat-info__text {
        font-size: 14px;
        line-height: 1.5;
    }
    .mat-row:nth-of-type(1){top: 0; right: auto;left: 0;}
    .mat-row:nth-of-type(2){    top: 0;right: auto; left: 0;}
    .mat-row:nth-of-type(3){ top: auto; bottom: 0;right: auto; left: 0;}
    .mat-row:nth-of-type(4){top: 0; left: 0;}
    .mat-row:nth-of-type(5){top: 0; left: 0;}
    .mat-row:nth-of-type(6){top: auto;bottom: 0;left: 0;}
    .mat-row{margin-bottom: 40px;}
    .mat-row .icon {
        padding: 0;
        width: auto;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
    .mat-row .icon img {
        max-width: 70px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-bottom: 10px;

    }
    .mat-row .icon:before {
        content: '';
        display: block;
        width: 50%;
        height: 2px;
        background: black;
        position: absolute;
        right: 66%;
    }
    .mat-row .icon:after {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid black;
        position: absolute;
        right: calc(100% + 16%);
        top: 12px;
    }
    .hp-prom {
        padding: 10px 0;
    }
    .ft_menu {display: none;}
    .ft_menu_title-arrow {
        float: left;
    }
    .ft_menu_title-arrow svg{
        fill: #fff;
        width: 12px;
        height: auto;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    .ft_menu_title {
        font-size: 18px;
    }
    .ft_contact {
        margin-bottom: 20px;
    }
    .ft_contanct_form {
        padding: 0 15px;
        margin-top: 20px;
    }
    .ft_contanct_form .form_input input {
        font-size: 15px;
    }
    .menu-item {margin: 15px 0;}
    .ft_menu-wrap.active svg,
    .ft_contact.active .ft_menu_title svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .ft_menu-wrap {
        margin-bottom: 10px;
    }
    .before-after-container img {
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .carpet-term__image {
        width: 100%;
        height: auto;
        max-height: 90px;
    }
    .product-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .product-title--sub {
        font-size: 16px;
    }
    .carpet-term__title {
        font-size: 15px;
        line-height: 40px;
    }
    .material-select-wrap{
        padding: 30px 0;
        background-color: #f5f5f5 ;
        margin-top: 70px;
    }
    .contact-form-modal .modal-content span.wpcf7-not-valid-tip:after {
        content: initial;
    }
    .contact-form-modal .modal-close--absolute {
        position: absolute;
        -webkit-transform: translate(100%, -100%);
        -ms-transform: translate(100%, -100%);
        transform: translate(100%, -100%);
        top: 0;
    }
    .contact-form-modal .modal-content .modal-body{
        overflow: hidden;
    }
    .contact-form-modal .modal-content {
        border: 0;
        max-width: 80%;
        margin: 0 auto;
    }
    .product_item .bt_edit{margin-left: 15px;}
    .product-attributes {
        padding: 0 15px;
    }
    .product-inner {
        margin-top: 30px;
    }
    .product-gallery-wrap.mobile_only {
        padding: 0;
        margin: 15px -15px 0;
    }
    .product-gallery__item img {
        padding-right: 0;
    }
    .product-gallery-thumbs_wrap {
        padding: 10px 0;
        margin: 0 -10px;
    }
    .arr {z-index: 10;}
    .product-steps {margin-top: 20px;}
    .product-svg {
        max-height: initial;
        text-align: left;
    }
    .product-svg svg {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        width: 213px;
        height: auto;
    }
    .product-steps {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: flex-start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .radio-wrap {
        text-align: center;
        margin-left: 0;
        color: #7f7d7d;
    }
    .variation-radios {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 0px solid #e2e2e2;
        padding:  0;
        margin-top: 0;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product .zoom-in-bt {
        text-align: center;
    }
    .product-modal-svg svg {
        height: 400px;
        width: auto;
        -webkit-transform: scale(1) translate(0%, 0%);
        -ms-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
    .mat-step {
        border-top: 1px solid #b5b4b4;
        padding-top: 20px;
        margin-top: 20px;
    }
    .add_to_cart {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;

    }
    .add_to_cart .radio-wrap label {
        display: block;
        width: 100%;
        margin-top: 5px;
        text-align: center;
    }
    .add_to_cart .radio-wrap {
        text-align: center;
        margin-left: 0;
        color: #7f7d7d;
        border-bottom: 1px solid #b5b4b4;
        margin-bottom: 20px;
    }
    .product-svg-mobile.mobile_only {
        border-right: 1px solid #b5b4b4;
        padding-right: 20px;
    }
    .mat-color-select {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .step-text {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .info-element-credit > .container > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .product_price, .price {
        font-size: 20px;
        font-weight: 700;
    }
    .bt_red.add_to_cart_btn a{
        border: 1px solid var(--red);
    }
    .add_to_cart .variation-radios .radio-wrap:last-of-type{
        border-bottom: 0;
    }
    .product_add_to_cart--fixed .add_to_cart_btn a {
        font-size: initial;
        padding: 0;
        width: 100%;
        border-radius: 6px;
        max-width: 100%;
        line-height: 36px;
    }
    .product_add_to_cart--fixed img{
        max-width: 25px;
    }
    .error-tx--reg {
        bottom: -10px;
    }
    .color-radios .radio-wrap {
        margin-right: 0;
        margin-left: 10px;
    }

    .popup {
        overflow: auto;
    }
    .select_box {
        width: 130px;
        height: 130px;
        padding: 10px;
        margin:0 auto 20px;
    }
    .select_box__image img {
        object-position: top;
        -o-object-position: top;
        max-height: 50px;
        width: 100%;
        margin: 0 auto;
    }
    .select_box .subtitle-semibold {
        font-size: 16px;
    }
    .page-cover .breadcrumbs {
        display: none;
    }
    .page-cover {height: 150px;}
    .fixed-chat img{
        margin-bottom: 10px;
    }

    .fixed-chat {
        position: fixed;
        right: auto;
        left: -100px;
        visibility: hidden;
        width: 60px;
        text-align: center;
        bottom: 60px;
        top: auto;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .fixed-chat.active{
        left: 10px;
        visibility: visible;
    }
    form_input.form_check {
        width: 70%;
    }
    .ft_contanct_form .form_submit input[type=submit] {
        max-width: 90px;
    }
    .video_bt svg {
        width: 50px;
        height: 50px;
    }
    .video_bt svg circle{
        fill: #e03432!important;
    }
    .search-element .bottom_link {
        position: relative;
        right: 0;
    }
    .breadcrumbs{display: none;}
    .page-cover--big {
        height: 200px;
        width: 100%;
    }
    .contact-icon {margin-bottom: 20px;}
    .contact-icon img {width: 40px;}
    .page-template-contact .text h2 {
        margin-bottom: 0;
        font-size: 18px;
    }
    .form-wrap{
        padding-top: 30px;
        border-top: 1px solid #e2e2e2 ;
    }
    .form-contact .m100 {
        width: 100%!important;
    }
    .form-contact .form_input input, .form-contact .form_input textarea,textarea {
        max-height: 126px;
        padding: 5px 20px;
    }
    .form-contact .form_input label {
        font-size: 16px;
        right: 20px;
        top: 5px;
    }
    .select_box__title-big {font-size: 20px;}
    .mat-info .bt_red a{max-width: 234px;}
    #redImg {
        width: 70px;
        -webkit-transform: translate(-15%, 30%);
        -ms-transform: translate(-15%, 30%);
        transform: translate(-15%, 30%);
    }
    .page-cover__inner h1 {margin-bottom: 40px;}
    .post-item img {
        height: 170px;
        margin: 30px 0;
    }
    .post-item img.img-init {
        height: auto;
    }
    .post-item h4 {
        font-size: 24px;
    }
    .post-item{
        margin-bottom: 30px;
    }
    .post-item__info {
        font-size: 13px;
    }
    .text table{width: 100%!important;}
    .text ul li {
        font-size: 14px;
    }
    h3#reply-title {
        font-size: 20px;
    }
    .product-upsale__select {padding: 0;padding-top: 6%;}
    .product-upsale__info.col {padding: 0;}
    .gallery-item img {

        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;

    }
    .gallery-slider--coverflow .gallery-item img{
        max-width: 100%;
    }
    .product_add_to_cart--fixed {
        z-index: 40;
        bottom: -1px;
        background: rgba(255,255,255,1);
    }
    #commentform input[type=submit]{
        color: #fff;
        background-color: var(--red);
        font-size: 18px;
        font-weight: 700;
        border: 2px solid transparent;
        width: 100%;
        max-width: 100%;
        padding: 0;
        line-height: 36px;
        margin: 0 auto;
    }
    .page-template-faq .page-cover--big{height: 150px;}
    #questionsTab .nav-link,#questionsTab .nav-link.active {
        font-size: 18px;
    }
    #questionsTab .nav-item {margin: 0px 10px;}
    #questionsTabContent {padding: 30px 15px 0 15px;}
    .question-wrap .question {
        font-size: 18px;
        padding: 10px 0;
    }
    .page-template-gallery .page-cover--big{height: 170px;}
    .gallery-masonry {
        display: -moz-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gallery-masonry .gallery-item:nth-of-type(3n + 2),
    .gallery-masonry .gallery-item:nth-of-type(3n + 3){
        width: calc(100%/2 - 5px);
        padding: 7px;
    }
    .woocommerce-cart .section--pad{
        padding: 30px 0;
    }
    .cart_item .product-remove a {
        font-size: 40px;
        width: 30px;
        display: block;
    }
    .cart_item .product-thumbnail img {
        width: auto;
        max-width: 90px;
    }
    .cart_item .product-name .product-name-link {
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
    }
    .cart_item_meta {
        line-height: 1.3;
        font-size: 12px;
    }
    input.qty {
        border: 0;
        text-align: center;
        width: 30px;
        line-height: 1;
        padding-left: 0;
        padding-right: 0px;
    }
    .woocommerce-cart-form__cart-item.cart_item {
        padding: 30px 0;
    }
    .coupon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
    }
    .cart-subtotal {
        display: none;
    }
    a.woocommerce-remove-coupon {

        -webkit-transform: translateX(250%);
        transform: translateX(250%);
    }
    .order-total,.cart-discount {
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
        padding: 0 15px;
    }
    .form-steps {
        margin: 20px auto 0;
    }
    .wc-proceed-to-checkout.bt_red a {
        border-radius: 5px;
        text-align: center;
    }
    .cart_totals.calculated_shipping {
        max-width: 70%;
        margin: 50px auto;
    }
    .step-item img {
        max-height: 40px;
        height: 30px;
    }
    .step-item .step-item__title {
        font-size: 15px;
    }
    .step-item.active .step-item__title:after {
        bottom: 0px;

        background: var(--red);
    }
    .form-contact .form_row {
        width: 100%;
    }
    .ship_item__inner{
        width: 70%;
    }
    li.wc_payment_method.payment_method_paypal > label {
        width: 100%;
    }
    li.wc_payment_method img{
        max-width: 50%;
        float: left;
        margin-right: auto!important;
    }
    li.wc_payment_method {
        padding: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .woocommerce-mini-cart {
        width: 80%;
        padding: 30px 20px 0 20px;
    }
    .wc_payment_method input,.wc_payment_method label{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-bottom: 0;
    }
    .close_btn {
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
        transform: translate(0%,0%);
    }
    .woocommerce-mini-cart .cart_item .product-thumbnail img {
        width: auto;
        max-width: 50px;
    }
    .cart-item__inner .product-name {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.3;
    }
    .woocommerce-mini-cart-item .cart_item_meta {
        font-size: 13px;
        line-height: 1.4;
    }
    .total-price {
        font-size: 18px;
    }

    h3{font-size: 22px;}
    .cart-banner{ height: 200px;margin: 0;}
    .cart-banner h3{ font-size: 22px;}
    .cart-banner a{ font-size: 16px; max-width: 150px; border-radius: 10px;}
    .cross-sells {
        margin: 50px 0;
    }
    .product-inner .product-image img {
        max-height: 150px;
    }
    .page-accessories .product-inner .product-image img {
        max-height: 200px;
    }
    .woocommerce-loop-product__title {
        font-size: 18px;
        text-align: center;
        margin: 10px 0;
    }
    .bt_red .ajax_add_to_cart {
        color: #fff;
        background-color: var(--red);
        font-size: 16px;
        font-weight: 700;
        border: 2px solid transparent;
        width: 100%;
        border-radius: 7px;
        padding: 0;
        max-width: 150px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .mat-select.error-box .error-tx--reg {
        top: 100px;
    }
    .product-info__table {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .product-info__item:last-of-type {
        margin-bottom: 0px;
    }
    .product-info__item {
        margin-bottom: 15px;
    }
    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        font-size: 15px;
    }
    .cart-discount {
        margin-bottom: 10px;
    }

}
@media screen and (max-width: 500px) {
    .top-bar .slick-track{
        height: 30px!important;
    }
}
