.fullwidth_carousel {
    width: 100%;
    overflow:hidden;
    position: relative;
}
.fullwidth_carousel .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    background: transparent;
    margin: 0;
}
.fullwidth_carousel li {
    width:100%
    /* padding-bottom:40px; */
}
.fullwidth_carousel .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    width:100%;
    background-size: cover;
    background-position: center;
}
.fullwidth_carousel .slide.show-text-shadow {
	text-shadow: 1px 1px 1px #212529;
} 
.fullwidth_carousel .slide.text-top {
    align-items: flex-start;
	padding-top:60px
}
.fullwidth_carousel .slide.text-bottom {
    align-items: flex-end;
	padding-bottom:60px
}
.fullwidth_carousel .slide .slide-title {
    display: block;
    font-weight: 800;
    margin: 20px 0;
    line-height: 1.2;
}
.fullwidth_carousel .slide .slide-subtitle,
.fullwidth_carousel .slide .slide-text {
	font-weight: bold
}
/* pager */
.fullwidth_carousel .bx-wrapper .bx-pager {
    right: 20px;
    width: 70px;
    position: absolute;
    top: 0;
    height: 100%;
    text-align: right;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a {
    width: 70px;
    height: 10px;
    margin: 10px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    position: relative;
}
.fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a:before {
    content: '';
    position: absolute;
    width:40px;
    right: 0;
    top:3px;
    bottom:3px;
    background: rgba(242,244,247,0.3);
    transition: all .5s
}
.fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a:hover:before,
.fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a.active:before,
.fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a:focus:before {
    background: rgba(242,244,247,1);
    width:70px;
}
/**/
.slide-button {
    background-color: #fff;
    color: #151515;
    font-size: 18px;
    line-height: 1;
    padding: 18px 60px;
    display: table;
    margin-top:34px;
	text-shadow: none;
    box-shadow: 0 0 0 0 #151515 inset, 0 0 16px rgba(255, 255, 255, 0.4);
    transition: box-shadow .5s
}
.slide-button:hover {
    box-shadow: 0 0 0 2px #151515 inset, 0 0 16px rgba(255, 255, 255, 0.4);
}
@media  only screen and (max-width:767px) {
    .fullwidth_carousel .slide {
        height:90vh;
        max-height:490px
    }
	.fullwidth_carousel .slide.text-top {
		padding-top:22px
	}
	.fullwidth_carousel .slide.text-bottom {
		padding-bottom:38px
	}
    .slide-product.p-0 {
        padding-right: 30px!important
    }
    .fullwidth_carousel .bx-wrapper .bx-pager {
        width:35px;
    }
    .fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a {
        width: 35px;
        margin:5px 0
    }
    .fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a:before {
        width: 20px;
    }
    .fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a:hover:before, .fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a.active:before, .fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a:focus:before {
        width: 35px;
    }
    .slide-button {
        padding: 14px 25px;
        font-size: 16px
    }
    .fullwidth_carousel .slide .slide-title {
        font-size: 24px;
        margin: 15px 0 25px;
    }
    .fullwidth_carousel .slide-text {
        font-size: 16px;
        line-height: 1.2
    }
    .slide-subtitle {
        font-size: 16px
    }
}

@media  only screen and (min-width:768px) and (max-width:1199px) and (orientation: portrait) {
    .fullwidth_carousel .slide {
        height:90vh;
        max-height:640px
    }
}
@media  only screen and (max-width:992px) and (min-width:768px) {
    .ws-slider-scroll-top {
        bottom: 15px
    }
}
@media  only screen and (max-width:1199px) and (orientation: landscape) {
    .fullwidth_carousel .slide {
        height:500px;
    }
}
@media  only screen and (min-width:768px) and (max-width:991px) {
    .fullwidth_carousel .slide .slide-title {
        font-size: 32px;
    }
	.fullwidth_carousel .slide.text-top {
		padding-top:32px
	}
	.fullwidth_carousel .slide.text-bottom {
		padding-bottom:38px
	}

}
@media  only screen and (min-width:992px) and (max-width:1199px) {
    .fullwidth_carousel .slide .slide-title {
        font-size: 34px;
    }
	.fullwidth_carousel .slide.text-top {
		padding-top:32px
	}
	.fullwidth_carousel .slide.text-bottom {
		padding-bottom:38px
	}

}
@media  only screen and (max-width:1199px) {
}


@media  only screen and (min-width:1200px) {
    .fullwidth_carousel .slide {
        height:950px;
        max-height: calc(100vh - 127px);
    }
	.fullwidth_carousel .slide.text-top {
		padding-top:60px
	}
	.fullwidth_carousel .slide.text-bottom {
		padding-bottom:60px
	}
    .slide-subtitle {
        font-size: 18px
    }
    .fullwidth_carousel .slide .slide-title {
        font-size: 40px;
    }
    .slide-text {
        font-size: 18px
    }
    .fullwidth_carousel .bx-wrapper .bx-pager {
        right: 30px;
    }


}
@media  only screen and (min-width:1440px) {
    .fullwidth_carousel .slide .slide-title {
        font-size: 48px;
    }

    .fullwidth_carousel .bx-wrapper .bx-pager {
        right: 60px;
    }
}
@media  only screen and (min-width:1600px) {
}
