.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 img {
    margin: 0 0 0 auto;
    max-height:80%;

    /* max-width: none;
    width: 100%; */
}
/* .fullwidth_carousel .slide-img {text-align: center;} */
.fullwidth_carousel .slide .slide-title {
    display: block;
    font-family: 'Montserrat bold';
    color: #000;
    font-weight: 700;
    margin: 25px 0 40px;
    font-size: 38px;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
	z-index: 9;
}
.fullwidth_carousel .slide-product-price {
    font-size: 24px
}
.fullwidth_carousel .slide-product-price .woocommerce-Price-amount.amount {
    font-family: 'Montserrat bold';
    color: #d40000;
    font-weight: 700;
}
.fullwidth_carousel .slide-product-price del .woocommerce-Price-amount.amount{
    font-family: 'Montserrat';
    color: #000;
    font-weight: 400;
}
.fullwidth_carousel .slide-product-price ins{
    text-decoration: none;
}
.fullwidth_carousel a.button {
    padding: 17px 20px;
}
/* pager */
.fullwidth_carousel .bx-wrapper .bx-pager {
    bottom: 50px;
}
.fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a {
    background: #d40000;
    width: 12px;
    height: 12px;
    margin: 0 9px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity:0.3
}
.fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a:hover,
.fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a.active,
.fullwidth_carousel .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #d40000;
    opacity:1
}
/* arrows */
.fullwidth_carousel .bx-wrapper .bx-controls-direction a {
    height: 60px;
    font-family: 'icomoon' !important;
    speak: none;
    line-height: 60px;
    margin-top: -30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color .5s;
    display: block;
    text-indent: unset;
    color: #fff;
    font-size: 38px;
    cursor: pointer;
}
.fullwidth_carousel .bx-wrapper .bx-controls-direction a:hover,
.fullwidth_carousel .bx-wrapper .bx-controls-direction a:focus {
    color: #d40000;
    text-decoration: none;
}
.fullwidth_carousel .bx-wrapper .bx-prev {
    left: 30px;
    background: none;
    text-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    transform: rotate(180deg);
}
.fullwidth_carousel .bx-wrapper .bx-next {
    right: 30px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: none;
}
.fullwidth_carousel .bx-wrapper .bx-prev:before, .fullwidth_carousel .bx-wrapper .bx-next:before {
    content: "\e902";
}


@media  only screen and (max-width:575px) {
    .fullwidth_carousel .slide .slide-title {
        font-size: 16px;
        margin: 10px 0 20px;
    }
    .fullwidth_carousel .slide-product-price {
        font-size: 16px
    }
    .fullwidth_carousel .slide img {
        margin: 0 auto 25px;
        width: auto;
        max-height: 240px!important;
    }
    .fullwidth_carousel .slide-text, .fullwidth_carousel .slide-product {
        text-align: center;
    }
    .fullwidth_carousel a.button {
        margin-left: auto;
        margin-right: auto;
    }
}

@media  only screen and (max-width:767px) and (min-width:576px) {
    .fullwidth_carousel .slide .slide-title {
        font-size: 22px;
        margin: 15px 0 25px;
    }
    .fullwidth_carousel .slide-product-price {
        font-size: 18px
    }
    .fullwidth_carousel .slide img {
        max-height: 300px!important;
    }
}

@media  only screen and (max-width:767px) {
    .fullwidth_carousel .bx-wrapper .bx-pager {
        bottom: 30px;
    }
    .fullwidth_carousel .bx-wrapper .bx-controls-direction a {
        bottom: 6px!important;
    }
    .fullwidth_carousel a.button {
        padding: 14px 35px;
    }
    .fullwidth_carousel .slide-text {
        font-size: 15px;
        line-height: 1.2
    }

}

@media  only screen and (max-width:1199px) and (orientation: portrait) {
    .fullwidth_carousel .slide {
        height:90vh;
        max-height:600px
    }
    .fullwidth_carousel .slide img {
        max-height: 500px;
        width: auto;
    }
}
@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;
    }
    .fullwidth_carousel .slide img {
        max-height: 440px;
        width: auto;
    }
}
@media  only screen and (min-width:768px) and (max-width:991px) {
    .fullwidth_carousel .slide .slide-title {
        font-size: 24px;
    }

}
@media  only screen and (min-width:992px) and (max-width:1199px) {
    .fullwidth_carousel .slide .slide-title {
        font-size: 28px;
    }

}
@media  only screen and (max-width:1199px) {
    .fullwidth_carousel .bx-wrapper .bx-controls-direction a {
        top:auto;
        bottom:26px
    }
    .fullwidth_carousel .bx-wrapper .bx-controls-direction a {
        font-size: 28px;
    }
    .fullwidth_carousel .bx-wrapper .bx-prev {
        left: 15px;
    }
    .fullwidth_carousel .bx-wrapper .bx-next {
        right: 15px;
    }
}


@media  only screen and (min-width:1200px) {
    .fullwidth_carousel .slide {
        height:770px;
    }
    .fullwidth_carousel .slide .slide-title {
        font-size: 32px;
        margin-right: -100px;
    }
    .fullwidth_carousel .bx-wrapper .bx-controls-direction a {
        font-size: 40px;
    }
    .fullwidth_carousel .bx-wrapper .bx-prev {
        left: -2px;
    }
    .fullwidth_carousel .bx-wrapper .bx-next {
        right: -2px;
    }
}
@media  only screen and (min-width:1440px) {
    .fullwidth_carousel .slide .slide-title {
        font-size: 36px;
        margin-right: -100px;
    }
    .fullwidth_carousel .bx-wrapper .bx-controls-direction a {
        font-size: 60px;
    }
    .fullwidth_carousel .bx-wrapper .bx-prev {
        left: 30px;
    }
    .fullwidth_carousel .bx-wrapper .bx-next {
        right: 30px;
    }
}
@media  only screen and (min-width:1600px) {
    .fullwidth_carousel .bx-wrapper .bx-prev {
        left: 100px;
    }
    .fullwidth_carousel .bx-wrapper .bx-next {
        right: 100px;
    }
}
