﻿#choosing-a-coffee-machine a {
    color: var(--dark-brown);
    text-decoration: underline;
}

#choosing-a-coffee-machine ul {
    list-style: disc;
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

#choosing-a-coffee-machine .link {
    text-decoration: underline;
}

#choosing-a-coffee-machine .btn {
    text-decoration: none;
}


#choosing-a-coffee-machine div.ccmtypes {
    margin: 20px 0px;
}

    #choosing-a-coffee-machine div.ccmtypes ul {
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 20px;
    }

        #choosing-a-coffee-machine div.ccmtypes ul li {
            list-style: none;
            width: 300px;
            height: 280px;
            text-align: center;
            display: flex;
            border: 1px solid #ccc;
            justify-content: center;
            border-radius: 10px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, .23);
            box-shadow: 0 10px 20px rgb(0 0 0 / 9%), 0 6px 6px rgb(0 0 0 / 23%);
            border: solid 1px #aaa;
            box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
            box-shadow: 0 6px 6px rgb(0 0 0 / 13%);
            transition: all .5s;
        }

            #choosing-a-coffee-machine div.ccmtypes ul li:hover {
                box-shadow: 0 0px 16px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, .80);
                box-shadow: 0 0px 16px rgb(0 0 0 / 9%), 0 6px 6px rgb(0 0 0 / 80%);
                border: solid 1px #aaa;
                box-shadow: 0 0px 16px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 80%);
                box-shadow: 0 0px 16px rgb(0 0 0 / 80%);
            }

            #choosing-a-coffee-machine div.ccmtypes ul li a {
                text-decoration: none;
            }

            #choosing-a-coffee-machine div.ccmtypes ul li div {
                width: 100%;
                text-align: center;
            }

            #choosing-a-coffee-machine div.ccmtypes ul li .ccmimage img {
                object-fit: contain;
                width: 100%;
                height: 100%;
                max-height: 200px;
                transition: all .5s;
            }

            #choosing-a-coffee-machine div.ccmtypes ul li:hover img {
                transform: scale(1.05);
            }


            div.ccmtypes ul li .ccmtitle {
                margin: 15px 0px;
                font-weight: bold;
            }

#choosing-a-coffee-machine div.headeredlist span {
    font-weight: bold;
    display: block;
    font-style: normal;
}


div.why-choose-coffee-masters {
    margin:30px 0px 30px 0px;

    justify-content:center;
    width:800px;
}

    div.why-choose-coffee-masters ul li {
        display:block;
        list-style:none;
        height:80px;
        display:flex;
        margin-bottom:15px;
    }

        div.why-choose-coffee-masters ul li div {
            /*display:inline-block;*/
        }

        div.why-choose-coffee-masters ul li div.wccm-icon {
            width:80px;
            margin-right:10px;
        }

            div.why-choose-coffee-masters ul li div.wccm-icon img {
                width:70px;
            }

            div.why-choose-coffee-masters ul li div span {
                font-weight:bold;
                display:block;
                font-size:1.2rem;
                text-transform:uppercase;
                text-decoration:underline;
            }


            @media (max-width: 992px) {
                #choosing-a-coffee-machine div.ccmtypes ul li
    {
        width: 200px;
    }
}

@media (max-width: 992px) {
    div.why-choose-coffee-masters
    {
        width:100%;
    }

        div.why-choose-coffee-masters ul li {
            height:auto;
        }

            div.why-choose-coffee-masters ul li div.wccm-icon {
                width: auto;
            }

                
}


@media (max-width: 768px) {

    #choosing-a-coffee-machine div.ccmtypes ul {
        display: block;
        text-align: center;
    }


        #choosing-a-coffee-machine div.ccmtypes ul li {
            width: 100%;
            margin-bottom: 15px;
        }

            #choosing-a-coffee-machine div.ccmtypes ul li .ccmtitle {
                font-size: 1.3rem;
                text-decoration: underline;
            }


    

        div.why-choose-coffee-masters ul li div.wccm-icon img {
            width:50px;
        }

}