.logo-header img {
    height: 60px;
}
.text-red {
    color: #e70a02;
}
.category-product .title {
    background-color: rgba(0,0,0,0.3);
}
.category-product .title a{
    color: #fff;
}
.category-product{
    overflow: hidden;
}
.shop-card .dz-content .title {
    font-size: 16px;
}
.section-wrapper-1::after {
    background: #c3a05d;
    opacity: 1;
}
.list-check.style-2 li::before {
    background-color: #a1844c;
}
.list-check.style-1 li::before {
    background: #a1844c;;
}
.swiper-five .pagination-align .btn-next, .swiper-five .pagination-align .btn-prev {
    background-color: #a1844c;
}
.about-style4 .about-bx-detail .about-bx-pic {
    border-color: #e70a02;
}
.widget_post ul li:last-child {
    padding-bottom: 16px;
}
.dz-social-icon li a:hover {
    background-color: #c3a05d;
}
footer .widget_services ul li a:hover,footer .widget-address li p a:hover {
    /* color: #a1844c; */
    color: #E80272;
}
footer .footer-logo {
    margin-bottom: 10px;
}
.widget_post ul li {
    display: block;
}
.dz-bnr-inr:after {
    background: #E80272;
    opacity: 1;
}
.portfolio-box.style-1 {
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.08);
}
.product-tag {
    display: flex;
    justify-content: space-between;
}
.product-tag .buy-btn {
    display: inline-block;
    width:auto;
    padding: 8px 12px;
    background-color: #fff;
    color: #c3a05d;
    transition: all 0.8s;
    border: none;
}
.product-tag .buy-btn:hover {
    background-color: #e70a02;
    color: #fff;
}
.h-buy {
    background-color: #e70a02;
    border-color:#e70a02;
}
.h-buy:hover {
    background-color: #E80272;
    border-color:#e70a02;
}