.block-header h2 {
    font-size: 20px;
}

.hashtag {
    margin: auto;
    display: block;
}

.hashtag ul {
    font-size: 20px;
    line-height: 0.5em;
    font-weight: bolder;
    color: #777777;
}

.fit-image {
    max-width: 60%;
    min-width: 250px;
    height: auto;
    margin: auto;
    display: block;
}

.hashtag .card {
    background: #fff;
    /* margin-bottom: 0; */
}

.carousel-inner {
    height: 80px;
}

.carousel-caption {
    color: #000;
    top: 50%;
    padding: 15px;
}

.carousel-control-prev-icon {
    background-image: url("../svg/previous-arrow.svg");
}

.carousel-control-next-icon {
    background-image: url("../svg/next-arrow.svg");
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-indicators li {
    background-color: #eee;
    height: 4px;
    margin-top: 5px;
}

.carousel-caption h3 {
    margin: 0;
}

.footer-text {
    color: #777777;
    font-weight: bolder;
    font-size: 20px;
}

.text-heading {
    font-size: 20px;
    font-weight: bolder;
}

.product_item .product_details {
    text-align: center;
    height: 140px;
}

.product_image {
    width: 100%;
    height: 140px;
}

.product_item .cp_img {
    top: 0;
}

.card {
    border-radius: 10px;
}