.carousel-item
{
    height: 75vh;
    width: 100%;
}

.carousel-item img
{
    height: 100%;
    width: 100%;
}

.carousel-indicators li
{
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 2px solid #fff;
    background: transparent;
    margin-bottom: 30px;
}

.wishIcon
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    right: 10px;
    color: #000;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
}

.product__item__pic__hover
{
    bottom: 90%;
}

.product__item__pic__hover button
{
    font-size: 15px;
    border-radius: 50px;
    padding: 5px 20px;
    background: #000;
    width: 60%;
    margin-top: 10px;
    color: #fff;
}

.product__item__pic__hover button:hover
{
    color: #fff;
}

.proBtn
{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 50px;
}

.proBtn a
{
    width: 90%;
}

.product__discount__item:hover .product__discount__item__pic img
{
    opacity: .5;
    transform: scale(1.1);
    transition: .4s ease all;
}

section
{
    padding: 50px 20px;
}

.contact__widget span
{
    margin-right: 10px;
}

.product__discount__item__text
{
    padding: 8px 0px;
}

.product__discount__item__text .stars i
{
    color: #FFBC1A !important;
}

.product__discount__item__pic img
{
    object-fit: contain;
}

.sBetween
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price::after
{
    content: " KD";
}

.btnBlack
{
    background: #000;
    color: #fff;
    font-size: 16px;
    transition: .4s ease all;
    border-radius: 50px;
}


.btnBlack:hover
{
    color: #fff;
    font-weight: bold;
}

.mauto
{
    margin: 0px auto;
}

.form input
{
    padding: 20px 10px !important;
    font-size: 14px;
    margin-top: 10px;
}

.form button
{
    border-radius: 5px;
    padding: 8px 10px;
    width: 100%;
    margin-top: 10px;
}

.login
{
    padding: 150px 20px !important;
}

.brandSlide
{
    width: 100%;
    
}

.slick-slide
{
    border: 1px solid #ccc;
}
.slick-slide img
{
    width: 300px;
    height: 200px;
}

