.product5__content form {
    display: inline-block;
    background: #dbedf9;
    border: 1px solid #c7e4f4;
    border-radius: 4px;
    width: 52%;
    padding: 1.5%;
}

    .product5__content form a {
        font-weight: normal;
        text-decoration: none;
        font-size: 14px;
        color: #167ac6;
    }

    .product5__content form p {
        margin-bottom: 0;
    }

.btn-buy {
    background: #fe0000;
    border: 1px solid #fe0000;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}

    .btn-buy:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

.modal-body table tr td {
    width: 50%
}

.error {
    color: red;
}

.product100__type {
    border: 1px solid #0551c1;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}

    .product100__type span {
        display: block;
    }

    .product100__type a {
        text-decoration: none;
    }

    .product100__type span:nth-child(1) {
        color: black;
        font-weight: bold;
        margin-bottom: 5px;
        display: flex;
        text-align: left;
    }

    .product100__type span:nth-child(2) {
        color: #c20000;
        font-weight: bold;
    }

    .product100__type img {
        display: inline-block;
    }

.product100__type {
    text-align: center;
}

.tableTech {
    height: 270px;
    overflow: hidden;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.slick-slide {
    margin: 0px 0px;
    width: 100%;
}

    .slick-slide img {
        width: 100%;
    }

.slider-nav {
    margin-top: 15px;
}

    .slider-nav .slick-slide img {
        width: 100%;
        padding: 5px;
        margin: 0;
    }
