.fwe-element-image-box-slider .fwe-img{
	margin-left:auto;
	margin-right:auto;
}

.fwe-element-image-box-slider .fwe-img img{
	height:100%;
	object-fit:contain;
}

.fwe-element-image-box-slider .fwe-title{
	margin:0px;
}

.fwe-swiper-pagination {
    position: static;
    margin-top: 25px;
}

.fwe-swiper-button-next,.fwe-swiper-button-prev {
    box-sizing: border-box;
}


.fwe-ibs-slide a:hover img {
    transform: scale(1.2);
}

.fwe-element-image-box-slider .fwe-img img {
    transition: all linear 0.2s;
}

.fwe-announcement-slider h4{
    margin: 0px;
}

.woocommerce .linked-elementor-product-carousel ul.products li.product {
    width: auto;
    float: none;
    margin: 0;
    height: auto;
}

.fwe-products-carousel{
	position: relative;
}

.fwe-products-carousel .linked-elementor-product-carousel {
    padding: 15px var(--products-space-between);
    width: calc(100% + var(--products-space-between) + var(--products-space-between));
    position: relative;
    right: var(--products-space-between);
}

.fwe-products-carousel .swiper-button-disabled{
	opacity: 0;
}

.fwe-video-slide-wrap {
    padding-bottom: 56.2%;
    position: relative;
}

.fwe-video-slide-wrap video {
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fwe-video-text-wrap {
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 40px 15px;
    width: 100%;
    height: 100%;
}

@media(min-width:768px){
.fwe-video-text-wrap {
    padding: 58px 24px;
}
}

.fwe-video-slider a.fwe-button {
    border-style: solid;
    display: inline-block;
    padding: 17px 20px 15px;
}

.fwe-video-text-wrap h4 {
    margin: 0;
    margin-bottom: 15px;
}

.fwe-video-text-wrap h3 {
    margin-bottom: 30px;
}

.fwe-video-slider a.fwe-button svg {
    margin-left: 8px;
}

.fwe-video-slider .fwe-swiper-pagination {
    margin: 0;
    position: absolute;
    bottom: 25px !important;
}

.fwe-video-slider .fwe-swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
}

.fwe-video-slider .fwe-swiper-button-prev {
    left: 20px;
}

.fwe-video-slider .fwe-swiper-button-next {
    right: 20px;
}

.fwe-products-carousel .swiper-pagination{
    display: none;
}

@media(max-width:767px){
.fwe-products-carousel .swiper-pagination{
    display: block;
    position: static;
}  
.fwe-products-carousel .fwe-swiper-button{
    display: none;
}
.fwe-video-slide-wrap{
        padding-bottom: 0;
        height: 480px;
}
.fwe-video-slider .fwe-swiper-button {
    display: none;
}
}