.frontImage {
    background-image: url(/img/bg.jpg);
    background-size: cover;
    margin-top: 80px !important;
    height: 680px;
}

.frontImgTxt {
    color: #fff;
    margin-top: 180px !important;
}

.selected {

    color: #176361;
}

.item img {
    width: 200px;
    margin-right: 10px;
}

.selectors .item {
    margin-left: 18px;
    margin-right: 18px;
}

.item h3 {
    font-size: 18px !important;
}

/*  */
.productData {
    margin-bottom: 20px;
}

.card {
    width: 100% !important;
    transition: all 0.2s;
}

.card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.cardImg {
    position: relative;
    height: 393px;
    border: 3px #176361 solid;
    display: flex;
    justify-content: center;

}

.card img {
    width: auto;
    max-width: 95%;
    height: auto;
    max-height: 95%;
    position: absolute;
    bottom: 0;
    margin-bottom: 4%;
}

.card-img-zoom {
    transition: all 0.2s;
}

.card-body {
    height: 80px;
    color: #fff !important;
    background-color: #176361;
}

.card:hover .card-img-zoom {
    transform: scale(1.03);
}

.card:hover .card-title {
    margin-left: 0.5rem;
    transition: all 0.2s;
}

.btn {
    background-color: #fff !important;
}

.card:hover .btn {
    background-color: #176361 !important;
    transition: all 0.2s;
}

.card:hover .btn .arrow {
    color: white !important;
    transition: all 0.2s;
}

.btn-primary .arrow {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s;
}

.card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/********************************************************************** MOBILE */
@media screen and (max-width: 960px) {

    .frontImage {
        height: 200px;
    }

    .frontImgTxt {
        color: #fff;
        margin-top: 20px !important;
    }

    .frontImgTxt p,
    .frontImgTxt h1,
    .frontImgTxt h4 {
        width: 60vw !important;
        font-size: xx-small !important;
    }

    .selectors {
        margin: 0 !important;
        padding: 0 !important;
        margin-left: 2vw !important;
        flex-wrap: wrap;
    }

    .selectors h3 {
        font-size: 15px !important;
    }

    .selectors .item {
        width: 80px;
        margin-bottom: 30px;
    }

    .selectors .item img {
        width: 100px;
        margin-left: -15px;
    }

    .cardImg {
        height: 180px;
    }

    .productData {
        display: flex;
        flex-wrap: wrap;
        width: 50vw !important;
    }

}
