﻿
#sale {
    padding-bottom: 50px;
}
.sale-box {
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    position:relative;
    min-height:390px;
}

.sale-pic{
    text-align:center;
}
.name-sale {
    font-weight: bold;
    font-size: 1.3vw;
    text-align: center;
    margin-bottom: 0rem;
}
.read{
    text-decoration:none;
    color:white;
}
.read1 {
    text-decoration: none;
    color: white;
}
.read:hover{
    color:#ff9900;
}
.read1:hover {
    color: black;
}
.font-sale {
    color:#888;
    text-align:center;
}
.viewall{
    text-align:center;
}
.btn-all {
    color: white;
    background-color: #ff9900;
    padding:10px 25px;
    margin-top:50px;
}
.flaticon {
    width: 20px;
    height: 20px;
}
.emkanat {
    padding:0px 20px;
    font-size: 0.8vw;
    margin-top: 25px;
    display:flex;
    justify-content:space-between;
}
.price {
    background-color: #333;
    text-align: center;
    color: white;
    font-weight: bold;
    width: 130px;
    border-radius: 0px 0px 0px 5px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
}
@media (min-width: 2000px) and (max-width:3000px){
    .listing-badges {
        font-size: 25px;
    }
        .listing-badges .featured {
            width: 111px;
            font-size: 25px;
        }
    .price {
        width: 175px;
    }
}
@media (min-width: 992px) and (max-width:1199px) {
    .emkanat {
        font-size: 1vw;
    }
}
@media (min-width: 768px) and (max-width:991px) {

    .name-sale {
        font-size: 1.8vw;
    }

    .font-sale {
        font-size: 1.3vw;
    }

    .emkanat {
        font-size: 1vw;
    }

    .price {
        font-size: 2vw;
    }
    .listing-badges {
        font-size: 12px;
    }

        .listing-badges .featured {
            width: 98px;
            font-size: 12px;
        }
        .listing-badges {
        font-size: 12px;
    }
        .listing-badges .featured {
            width: 80px;
            font-size: 12px;
        }

}
@media (min-width: 576px) and (max-width:767px) {

    .name-sale {

        font-size: 1.8vw;
    }

    .font-sale {
        font-size: 1.3vw;
    }

    .emkanat {
        font-size: 1.4vw;
    }
    .price {
        font-size: 2vw;
    }
    .navbar-nav {
        flex-direction: column;
    }
}
@media (max-width: 575px) {

    .name-sale {

        font-size: 3.8vw;
    }

    .font-sale {
        font-size: 3vw;
    }

    .emkanat {
        font-size: 2.4vw;
    }

    .price {
        font-size: 4vw;
    }
    .box6{
        margin-bottom: 20px;
    }
    .navbar-nav {
        flex-direction: column;
    }
}