.catchooser {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent linear-gradient(180deg, #A4002500 0%, #A4002533 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 100px;
    margin-top: 10vh;
    margin-bottom: 23vh;
}

.catchooser:not(.prods_wrapper ) {
    margin-bottom: 6vh;
}

.catchooser .bx-viewport {
    overflow: hidden !important;
}

.catchooser .cats_wrapper {
    height: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    max-width: 2200px;
    align-items: flex-end;
    margin-bottom: 15vh;
}

.catchooser .prods_wrapper {
    /*margin-bottom: -100px;*/
    /*overflow: hidden;*/
}


.catchooser .cats_wrapper .cat {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1;
}

.catchooser .cats_wrapper .cat img {
    width: 80%;
}

.catchooser .cats_wrapper .catImage {
    width: 80%;
    padding-bottom: 60%;
    background-size: cover;
}


.bx-wrapper, .bx-viewport, .bx-wrapper img {
    /*height: 700px !important;*/
}

.bx-wrapper img {
    width: 80vw !important;
    height: auto !important;
}

.bxSlider>div {
    display: flex;
    justify-content: center;
}

.slidertxt {
    position: relative;
    left: 0px;
    top: 0px;
    width: 600px;
}

.slidertxt h2,.slidertxt h4 {
    margin: 10px;
}
.slidertxt h2 {
    font-size: 50px;
}
.slidertxt h4 {
    font-size: 30px;
    width: 50%;
}

.bx-wrapper img {
    width: auto;
    max-width: 1500px;
}

.catchooser .bx-wrapper .bx-controls-direction .bx-prev {
    left: 50px;
}
.catchooser .bx-wrapper .bx-controls-direction .bx-next {
    right: 50px;
}

.catchooser .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    color: #a5a5a5;
    font-size: 30px;
}

.catchooser .bx-wrapper .bx-prev,
.catchooser .bx-wrapper .bx-next
{
    background-image: none;
}

.bx-viewport {
    /*overflow: unset !important;*/
    /*max-width: 1500px;*/
}

.prodimage {
    width: 70vw;
    height: 35vw;
    max-width: 1500px;
    max-height: 850px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.bx-controls-direction img {
    width: unset!important;
}

@media only screen and (max-width: 1500px) {
    .prodimage {
        width: 85vw;
        height: 45vw;
    }

    .slidertxt h2 {
        font-size: 50px;
    }
    .slidertxt h4 {
        font-size: 20px;
    }

}


@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 900px) {
    .catchooser .cats_wrapper {
        flex-direction: column;/*tk*/
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        margin-bottom: 40px;
    }

    .catchooser .cats_wrapper h3 {
        margin-bottom: 0;
    }


    .catchooser .cats_wrapper a {
        margin-top:25px;
    }

    .catchooser .cats_wrapper a:first-child {
        margin-top: 0px;
    }

    .catchooser{
        margin-top: 60px;
        margin-bottom: 0;
    }

    .slidertxt {
        margin-top: -150px;
    }

    .catchooser .prods_wrapper {
        margin-top: 60px;
        /*margin-bottom: 10px;*/
    }

    .catchooser .bx-wrapper .bx-controls-direction .bx-prev {
        left: 10px;
    }

    .catchooser .bx-wrapper .bx-controls-direction .bx-next {
        right: 10px;
    }

    .slidertxt h2 {
        font-size: 25px;
    }

    .slidertxt h4 {
        font-size: 20px;
    }

    .prodimage {
        width: 100vw;
        height: 75vw;
    }
}

@media only screen and (max-width: 500px) {
}