.logo {
    margin: 10px 0px;
}

.bloco-foto {
    overflow: hidden;
    height: 270px;
    border-radius: 15px;
}

.breadcrumb-area h2 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 20px;
    text-shadow: 3px 3px 9px #fff;
    color: #373737;
}

.breadcrumb-item {
    text-shadow: 3px 3px 9px #fff;
    color: #373737;
}

.section-ptb {
    padding: 20px 0px;
}

.breadcrumb-area {
    background: url(/assets/pardal/img/banner-01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    text-align: center;
    height: 150px;
}

.testimonial-bg {
    background: url(/assets/pardal/img/banner-03.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.footer-top {
    background: #564a3e;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    padding: 20px 0;
}


.small, small {
    font-size: 80%;
    font-weight: 400;
    line-height: 20px;
}

.language-currency-wrapper ul li.drodown-show a:hover {
    color: #999;
}

.header-top {
    background: #c5a3a1 !important;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 0;
    line-height: 16px;
}


.header-top a:hover {
    color: #a05442 !important;
}

.language-currency-wrapper ul li.drodown-show a {
    padding: 0px !important;
}

#cart-total {
    background: #a05442;
}

.btn {
    background: #a05442;
}

.breadcrumb-list .breadcrumb-item {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    line-height: 1;
    display: inline-block;
}

.breadcrumb-list .breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-area {
    background: #e5c7b1 !important;
    height: 40px;
    padding: 10px !important;
    text-align: left;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item {
    text-shadow: none;
}

.footer-info {
    font-size: 14px !important;
}

.bloco-foto {
    overflow: hidden;
    height: 300px;
    border-radius: 0px 0 0 0;
    box-shadow: 10px 5px 16px -5px #e5c7ba;
    background: #9A9B9C;
}

.product-content {
    margin-top: 20px;
    text-align: center;
    border-left: 1px solid #d5afa3;
}

.product_desc p {
    margin-bottom: 5px;
}

.main-menu-area ul>li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
