
#detalhes-produtos h1, #detalhes-produtos h2 {
    color: #5f3712;
}

#detalhes-produtos img {
    width: 100%;
    border-radius: 15px;
}

#detalhes-produtos p {
    opacity: 0.7;
}

.thumbnail img {
    width: 100px !important;
    height: 100px !important;
    padding: 2px;
    margin-top: 5px;
}

.owl-dots {
    bottom: 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.owl-carousel {
    position: relative;
}

.owl-dots {
    padding: 20px 0;
    width: 100%;
    z-index: 9;
}

.owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #5f3712;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5f3712;
}

@media (min-width: 320px) {
    #detalhes-produtos p {
        padding: 30px 0;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    #detalhes-produtos {
        padding: 70px 40px;
    }
    
    #detalhes-produtos h1 {
        font-size: 30px;
        font-weight: 700;
        display: block;
        margin: 3% 0 50px 0;
    }
    
    #detalhes-produtos h2 {
        font-size: 30px;
        font-weight: 700;
        display: block;
        margin: 50px 0;
    }

    #detalhes-produtos p {
        font-size: 20px;
    }
}