.list_text_repeater { 
    display: flex;
    flex-wrap: wrap;
}
.block_text_repeater { 
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    text-align: center;
    width: 30%;
    transition: 0.3s;
    margin-bottom: 47px;
}
.block_text_repeater { 
    box-shadow: 3px 4px 30px rgba(0, 0, 0, 0.08);
    padding-bottom: 60px;
    margin-bottom: 20px;
    border-bottom: solid 2px #555555;
    padding: 0 15px;
    padding-bottom: 60px;
    margin: 0 15px;
    padding-top: 60px;
    margin-bottom: 25px;
}
.block_text_repeater img { 
    width: 70px;
    height: 70px;
}
.title_text_repeater { 
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.title_text_repeater:after { 
    content: " ";
    background: url(../img/icon-line.png) no-repeat;
    width: 89px;
    height: 11px;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.description_text_repeater { 
    line-height: 1.7;
    font-size: 14px;
}
.block_img_text_repeater img { 
    margin: 0 auto;
    margin-bottom: 30px;
}
.block_text_repeater:hover { 
    border-bottom: solid 2px #f3c110;
}
.list_car_repeater { 
    display: flex;
}
.block_car_repeater { 
    width: 25%;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 25px;
}
.title_car_repeater { 
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 15px;
}
.description_car_repeater { 
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
    color: #333333;
}
.list_car_repeater { 
    display: flex;
    flex-wrap: wrap;
}
.block_car_repeater {
    width: 25%;
    padding: 30px 10px;
    transition: 0.3s;
}
.title_car_repeater { 
    font-size: 22px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.description_car_repeater { 
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    color: #333333;
}
.price_car_repeater {
    font-size: 24px;
    color: #222222;
    font-weight: bold;
    text-align: center;
}
.price_car_repeater span { 
    font-size: 48px;
}
.button_car_repeater { 
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.button_car_repeater a { 
    width: 185px;
    height: 50px;
    display: flex;
    background: rgba(243, 193, 16, 1);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transform: skewX(17deg);
}
.button_car_repeater a span { 
    transform: skewX(-17deg);
    color: #333;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
}
.description_car_repeater:after {
    content: " ";
    background: url(../img/icon-line.png) no-repeat;
    width: 89px;
    height: 7px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.block_car_repeater:hover { 
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
.block_car_repeater:hover .button_car_repeater { 
opacity: 1;
visibility: visible;
}
.button_car_repeater:hover { 
    transform: scale(1.05);
}
.block_img_carusel_car img { 
    width: 350px;
    height: 170px;
    object-fit: cover;
}
.price_slide_carusel_car { 
    width: 185px;
    height: 50px;
    display: flex;
    background: #000;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transform: skewX(17deg);
    color: #fff;
    position: absolute;
    left: 0;
    top: 205px;
    right: 0;
    margin: auto;
}
.info_slide_carusel_car { 
    background: rgba(243, 193, 16, 1);
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.name_car { 
    color: #333;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.after_title_car { 
    color: #333;
    font-size: 16px;
}
.price_slide_carusel_car span { 
    transform: skewX(-17deg);
    font-size: 17px;
    font-weight: 500;
}
.block_img_carusel_car img { 
    width: 350px;
    height: 230px !important;
    max-height: 230px;
    object-fit: cover;
}
.block_carusel_widget_cars .slide_carusel_car {
    position: relative;
    margin: 0 15px;
}
.block_list_carusel_car_option {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}
.block_list_carusel_car_option > div { 
    text-align: center;
    border-right: 1px dashed #181818;
    padding-right: 15px;
    margin-right: 15px;
}
.block_list_carusel_car_option > div:last-child { 
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.block_list_carusel_car_option > div .ico_option { 
    
}
.block_list_carusel_car_option > div .ico_option img { 
    max-width: 30px;
}
.block_list_carusel_car_option > div .text_option { 
    color: #000;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
}
.description_car_three_list { 
    max-width: 290px;
    margin: 0 auto;
}
.description_car_three_list ul li:before { 
    color: rgba(243, 193, 16, 1)
}
.description_bottom_block { 
    background: #fff;
    padding: 15px 0;
}

.elementor-widget-wrap>.elementor-element.elementor-widget-Three .owl-theme_mod-a .owl-controls {
    text-align: center;
    top: -60px;
    right: 0;
    right: 12px;
}
.elementor-widget-wrap>.elementor-element.elementor-widget-Three { 
    overflow: visible;
}
.block_description_two_block {
    padding-left: 50px;
    background: #f1f1f1;
    padding-right: 50px;
}
.elementor .image_block_two_block img { 
    width: 400px;
    height: 457px;
    object-fit: cover;
}
.wrap_two_block_slide { 
    display: flex;
}
.image_block_two_block { 
    width: 40%;
}
.block_description_two_block { 
    width: 58%;
    padding-top: 50px;
    position: relative;
}
.title_descr { 
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.description_top_block_two_block { 
    font-size: 13px;
    color: #777777;
}
.description_bottom_block_two_block ul { 
    padding: 0;
    margin: 0;
    list-style: none;
}
.description_bottom_block_two_block ul li { 
    font-size: 14px;
    color: #555555;
    font-weight: 500;
    margin-bottom: 10px;
}
.description_bottom_block_two_block ul li:before { 
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #dc2d13;
    margin-right: 6px
}
.block_link_two_block { 
    margin-top: 40px;
}
.block_link_two_block a { 
    width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #555555;
    color: #fff;
    border-right: 5px solid #dc2d13;
    text-transform: uppercase;
    font-weight: bold;
    transform: skewX(-17deg);
}
.block_link_two_block a span { 
    transform: skewX(17deg);
}
.block_description_two_block:before { 
    content: " ";
    background: url(../img/43.png) no-repeat;
    width: 20px;
    height: 53px;
    display: block;
    position: absolute;
    left: -19px;
    top: 43px;
}
.block_carusel_two_block { 
    padding-bottom: 70px;
}
.elementor-widget-Two .block_carusel_two_block .owl-controls {
    text-align: center;
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 99;
}
.image_block_four_block { 
    border-top: 73px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 100px;
    width: 180px;
    margin: 0 auto;
}
.image_block_four_block img { 
    width: 100px;
    height: 100px;
    object-fit: contain;
    position: absolute;
    top: -41px;
    left: 0px;
    right: 0;
    margin: auto;
}
.block_four_block_item { 
    background: #f1f1f1;
    position: relative;
    margin-right: 15px;
}
.block_description_four_block { 
    padding: 30px 0;
    text-align: center;
}
.block_description_four_block .title_descr { 
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 15px;
}
.description_top_block_four_block { 
    padding: 0 15px;
    color: #777777;
    font-size: 13px;
}
.four_new_widget > .block_four_block_item:last-child { 
    margin-right: 0;
}
.four_new_widget { 
    display: flex;
    padding-top: 20px;
}
.block_carusel_widget_cars.not-carusel { 
    display: flex;
    flex-wrap: wrap;
}
.block_carusel_widget_cars.not-carusel .slide_carusel_car {
    position: relative;
    margin: 0 10px;
    width: 30%;
    margin-bottom: 30px;
    height: auto;
}
.block_carusel_two_block.not-carusel { 
    display: flex;
    flex-wrap: wrap;
}
.block_carusel_two_block.not-carusel .block_carusel_item { 
    width: 50%;
    margin-bottom: 50px;
}

@media screen and (min-width: 320px) and (max-width: 767px) { 

    .list_text_repeater {
        flex-wrap: wrap;
    }
    .block_text_repeater {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }
    .list_car_repeater {
        flex-wrap: wrap;
    }
    .button_car_repeater {
        margin-top: 30px;
        opacity: 1;
        visibility: visible;
        transition: 0.3s;
    }
    .block_car_repeater {
        width: 100%;
        padding: 15px 10px;
        transition: 0.3s;
    }
    .elementor img {
        margin: 0 auto;
    }
    .wrap_two_block_slide {
        display: flex;
        flex-wrap: wrap;
        margin: 0 5px;
    }
    .image_block_two_block {
        width: 100%;
    }
    .elementor .image_block_two_block img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .block_description_two_block {
        width: 100%;
        padding-top: 50px;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .four_new_widget {
        display: flex;
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .block_four_block_item {
        background: #f1f1f1;
        position: relative;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .block_carusel_widget_cars.not-carusel .slide_carusel_car {
        position: relative;
        margin: 0 10px;
        width: 100%;
        margin-bottom: 30px;
        height: auto;
    }
    .block_carusel_two_block.not-carusel .block_carusel_item {
        width: 100%;
        margin-bottom: 50px;
    }

}


/* Widget News Css style */

.block_list_posts_widget { 
    display: flex;
}
.block_post { 
    width: 32%;
	    margin-right: 2%;
	margin-bottom: 25px;
}
.block_list_posts_widget .block_post:nth-child(3n) { 
margin-right: 0;
}
.block_img_post_widget a img { 
width: 100%;
max-height: 210px;
object-fit: cover;
	transition: 0.5s
}
.block_img_post_widget { 
    overflow: hidden;
}
.block_img_post_widget a img:hover { 
transform: scale(1.2);
}
.title_post_widget a { 
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 40px;
    color: #222222;
	transition: 0.5s
}


.meta_post_top {
    display: flex;
    font-size: 16px;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
    border-top: 1px solid #222;
    padding-top: 10px;
}
.date_top{
    font-size: 28px;
    border-right: 1px solid #222;
    line-height: 29px;
    color: #222;
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 10px;
    font-weight: 500;
}


.date_top_fl{
    font-size: 17px;
    padding-top: 5px;
}

.date { 
    display: flex;
    align-items: center;
    font-size: 12px;
	    margin-right: 15px;
}
.date:before { 
content: " ";
	background: url(../../widgets/assets/images/calendar.svg) no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    background-size: 15px;
    opacity: 0.5;
    margin-right: 5px;
}
.comment_count { 
    display: flex;
    align-items: center;
    font-size: 12px;
}
.comment_count:before { 
content: " ";
	background: url(../../widgets/assets/images/comment.svg) no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    background-size: 15px;
    opacity: 0.5;
	    margin-right: 5px;
}
.block_info_post {
	    margin-top: 20px;
}
.description_post_widget { 
    margin-top: 10px;
}
@media screen and (max-width: 990px) {
	.block_list_posts_widget {
		display: flex;
		flex-wrap: wrap;
	}
	.block_post {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 25px;
	}	
	.block_list_posts_widget .block_post:nth-child(2n) { 
		margin-right: 0;
	}
	.block_list_posts_widget .block_post:nth-child(3n) { 
	margin-right: 2%
	}

}

@media screen and (max-width: 567px) { 

	.block_list_posts_widget {
    display: flex;
    flex-wrap: wrap;
}
	.block_post {
    width: 100%;
    margin-right: 0;
	margin-bottom: 10px;
}
	.block_list_posts_widget .block_post:nth-child(3n) { 
		margin-right: 0;
	}
	
}
.block_image_carusel_product { 
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 192px;
    max-height: 192px;
}
.block_image_carusel_product > a { 
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 192px;
    max-height: 192px;
}
.block_image_carusel_product > a > img:first-child { 
position: relative;
	left:0;
	opacity: 1;
	visibility: visible;
}
.block_image_carusel_product > a > img { 
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 192px;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    transition: 0.5s;
    max-height: 192px;
	    min-height: 192px;
}
.block_slide_carusel { 
    border: 1px solid #ddd;
    padding: 1em 1.2em;
    background: #fff;
}

.block_image_carusel_product{
       border: 1px solid #ddd; 
}

.button_add_cart{
    text-align: center;
}
.block_slider_product_title { 
    margin-top: 15px;
    margin-bottom: 15px;
}
.block_slider_product_title a { 
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
	transition: 0.5s
}
.slider_product_cat { 
    text-align: center;
}
.slider_product_price { 
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #DC2D13;
}
.custom-add-to-cart-button.button.alt { 
    width: 164px;
    height: 36px;
    display: block;
    background: #DC2D13;
    color: #fff;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
	transition: 0.5s;
    font-size: 12px;
}
.custom-add-to-cart-button.button.alt:hover { 
background: #292A2A;
}

.slider_product_carusel { 
overflow: hidden
}
.block_image_carusel_product > a:hover img:first-child { 
z-index: 1;
}
.block_image_carusel_product > a:hover img:nth-child(2) { 
z-index: 2;
	opacity: 1;
	visibility: visible
}
.slider_product_carusel .next_slider {
	    width: 38px;
    height: 38px;
    background: #292A2A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 50%;
    z-index: 9;
	transition: 0.5s
}
.slider_product_carusel .prev_slider { 
    width: 38px;
    height: 38px;
    background: #292A2A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: -20px;
    top: 50%;
    z-index: 9;
	transition: 0.5s
}
.slider_product_carusel .next_slider:hover, .slider_product_carusel .prev_slider:hover { 
background: #DC2D13;
}

.block_list_product_widget { 
    display: flex;
    flex-wrap: wrap;
}
.block_grid_product { 
display: flex;
    flex-wrap: wrap;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 50px;
}
.block_list_product_widget .block_grid_product:nth-child(2n) { 
margin-right: 0;
}
.block_list_product_widget .block_grid_product .block_image_carusel_product { 
    margin-left: 0;
    margin-right: 6%;
    width: 37%;
}
.block_grid_product .block_slider_product_title a, .block_grid_product .slider_product_cat,.block_grid_product  .slider_product_price { 
text-align: left
}
.block_grid_info .custom-add-to-cart-button.button.alt { 
    margin-left: 0;
    background: #fff;
    color: #222;
    border: 1px solid #ddd;
    font-size: 11px;
}
.block_grid_info { 
    width: 57%;
}
@media screen and (max-width: 567px) { 
.block_grid_product {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
}
}