.store-name {
    margin-top: 20px;
    color: #c9d8e6;
    font-size: 20px;
    text-align: center;
}

.text-sec-color {
    color: #c9d8e6 !important;
}

/* ========== Car and House Store Home ========== */

.car-house-home {
    min-height: 60vh;
}

.ch-a {
    text-decoration: none;
    color: #000;
}

.ch-item {
    margin: 10px;
    position: relative;
    overflow: hidden;
}

.ch-item:hover {
    box-shadow: 0 0 1px #01427cc7;
}

.ch-item:hover::after {
    content: "با کلیک نمودن بیشتر بخوانید";
    display: block !important;
    position: absolute !important;
    height: 100%;
    background: #01427c6e;
    font-size: 14px !important;
    padding: 2px 5px;
    color: #c9d8e6;
    width: 100%;
    padding: 10px;
    text-align: center;
    padding-top: 48%;
    text-shadow: 0 0 5px #000;
    animation: from-top 0.2s;
    top: 0;
}

@keyframes from-top {
    from {
        top: -105%;
    }
}

.ch-item .ch-item-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    .ch-item .ch-item-image {
        height: auto !important;
    }
}

.ch-item .ch-item-image img {
    width: 100%;
}

.ch-text-header {
    color: #01427c;
    font-size: 20px;
    margin-bottom: 10px;
}

.ch-text .price {
    margin-bottom: 10px;
}

.ch-text {
    border-bottom: 1px solid #01427c2a;
    padding: 10px;
}

.seller-div {
    margin: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #01427c46;
}

.seller-div .text-row {
    display: flex;
}
.seller-div-icon {
    font-size: 20px;
    margin-left: 5px;
    color: #01427c;
    width: 30px;
    text-align: center;
}

.seller-div-text {
    padding-top: 5px;
}
.seller-div-text a {
    text-decoration: none;
    color: #000;
}

.chpost-details {
    margin-right: 10px;
}

.chpost-text-row {
    display: flex;
}

.chpost-text-icon {
    font-size: 20px;
    margin-left: 5px;
    color: #01427c;
    width: 30px;
    text-align: center;
}

.chpost-text-body {
    margin-top: 5px;
}

.paginatore {
    margin: 20px auto;
    max-width: 400px;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.paginatore a {
    text-decoration: none;
    color: #01427c;
    margin: 0 5px;
}

.sell-car-house-a {
    position: relative;
    left: 0;
    text-align: center;
    padding: 10px;
    background: #01427c;
    height: 60px;
}

.sell-car-house-a:hover a {
    animation-play-state: paused;
}
.sell-car-house-a a {
    text-decoration: none;
    color: #fff;
    animation: color-change 2s infinite;
}

.sell-car-house-a a:hover {
    color: #fff;
}

@keyframes color-change {
    0% {
        color: #fff;
        font-size: 14px;
    }
    50% {
        font-size: 17px;
    }
    100% {
        color: #c9d8e6;
        font-size: 14px;
    }
}
