/* HOME_CATEGORY_TEASERS */
.teasers {
    margin: 0 -20px;
    overflow: hidden;
    padding: unset;
}
.teasers .teaser__listing {
    padding: 20px;
    width: 100%!important;
    margin: 0!important;
    float: left!important;
}
.teasers .teaser__listing>a {
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 1px 6px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 6px rgb(0 0 0 / 30%);
    position: relative;
    text-decoration: none;
}
.teasers .teaser__listing figure {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 100%;
}
.teasers .teaser__listing figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teasers .teaser__listing label {
    padding: 15px 20px;
    text-align: center;
    display: block;
    color: #00A3DA;
    font-size: 20px;
    cursor: pointer;
    line-height: 2.2rem;
}
.teasers .teaser__listing>a:hover label {
    color: #D8127D;
}
/* HOME-CLIENTS */
/* .home-clients__label{
    text-align: center;
    padding-bottom: 15px;
    opacity: .6;
}
.home-clients__label label{
    margin: 0;
}
.home-clients__logos{
   position: relative;
}
.home-clients_background-grey{
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #eee;
    margin-left: -50vw;
    margin-right: -50vw;
}
.owl-carousel{
    padding: unset;
}
.owl-stage-outer{
    overflow: hidden;
}
.owl-stage{
    display: flex;
    width: max-content;
    transition: all 2s;
}
.owl-item{
    width: 150px;
     height: 100px;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 20px;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.owl-item figure {
    margin-bottom: 0;
}
.owl-item img
{
	width: auto;
    max-width: 100%;
    max-height: 60px;
    height: auto;
}
.owl-item dt
{
	margin: auto;
}

HOME_SUPPORT
.home-support{
    margin: 30px 0;
}
.home-support .home-support_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-support .home-support_container>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 10px 0;
    max-width: 360px;
}
.home-support__delivery {
    font-size: 16px;
    line-height: 1.5;
    color: #00A3DA;
    text-align: center;
}

.home-support_container:after{
    content: "";
    display: table;
    clear: both;
}

HOME-SLIDER
.home-slider__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -20px;
}
.home-slider__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px 0;
}
.hompage_slides{
    position: relative;
    overflow: hidden;
    height: 445px;
    
}
.home_slide{
    width: 890px;
    height: 445px;
    position: absolute;
    opacity: 1;
    transition: all 1s ease;
}
.home_slide a{
	display: block;
}
.home_slide:first-child{
    transform: translateX(100%);
}
.home_slide:last-child{
    opacity: 0;
}
.home_slide.active:last-child{
    opacity: 1;
}
.home_slide.not-active:first-child{
    transform: translateX(0)
}
.home_slide.not-active.move_right:first-child{
    transform: translateX(100%)
}
.home_slide.not-active.move_left:last-child{
    transform: translateX(-100%);
}
.home_slide.not-active{
    opacity: 0;
}
.home_slide.not-active-slide{
    transform: translateX(-100%);
    opacity: 1;
}
.home_slide.active-slide{
    transform: translateX(0);
}

.home_slider_img{
	display: none;
}
.home_slider_img_mobile{
	display: block;
	margin: 0 auto;
}
.home-slider__side {
    display: none;
    padding: 20px;
}
.home-slider__side figure{
    margin: 0;
}
.single-product-right .home-features li{
   line-height: initial;
}
.single-product-right .home-features__content h4{
	margin-bottom: 10px!important;
}
.home-features, div.select-box {
    background: #fff;
}
.home-features__content {
    padding: 20px;
}
.home-features__content h4 {
	font-family: Avenir, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 15px!important;
    font-weight: 400;
}
.home-features__content ul {
    font-size: 90%;
    line-height: 1.8;    
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.home-features__content ul li {
    display: block;
    padding-left: 24px;
    position: relative;
    font-size: inherit;
    line-height: inherit;
}
.home-features__content ul li::before {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    border: 3px solid #D8127D;
    border-top: 0;
    border-right: 0;
    position: absolute;
    left: 0;
    top: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: unset;
}
.home-features__content ul li:not(:first-child) {
    margin-top: 6px;
} */

@media (min-width: 500px){
    .teasers .teaser__listing {
        width: 50%!important;
    }
}
@media (min-width: 768px){
    .teasers .teaser__listing {
        width: 25%!important;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform .2s ease-out;
        -o-transition: transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    }
    .teasers .teaser__listing:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
   /* 	.home_slider_img{
		display: block;
	}
	.home_slider_img_mobile{
		display: none;
	} */
}
/* @media (min-width: 992px){
    .home-support{
        margin: 45px 0;
    }
    .home-support .home-support_container{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .home-support .home-support_container>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        margin: 0;
        max-width: 450px;
        padding: 0 20px;
    }
    .home-slider__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        padding: 20px;
    }
    .home-slider__side {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
@media (max-width: 991px){
	.home_slide{
		width: 100%;
	    height: unset;
	    position: absolute;
	    opacity: 1;
	    transition: all 1s ease;
	    margin: 0 auto;
	    left: 0;
	    right: 0;
	}
	.home-slider__wrap{
		margin: unset;
	}
	.hompage_slides{
		height: 219px;
	}
}

@media (max-width: 450px){
	.hompage_slides{
		height: 219px;
	}
} */
