@media screen and (min-width: 600px) and (max-width: 1024px) {
    .tasleeh-btn{
        font-size: .5em !important;
    }
    h4{
        font-size: 1.2em !important;
    }
    .left-panel{
        font-size: .7em !important;
    }
    .left-panel li a{
        font-size: 1.2em !important;
    }
    .right-panel{
        font-size: .9em !important;
    }
    .right-panel h3{
        font-size: 1.2em !important;
    }
}

.tasleeh-btn {
    text-decoration: none !important;
    display: inline-block;
    height: 50px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    background-color: #c62020;
    letter-spacing: 1.5px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.tasleeh-btn:hover, .tasleeh-btn:focus {
    color: black !important;
    background-color: white;
    border: 1px solid black;
    transform: scale(1.04);
}

.a-custom{
    display: flex;
    flex-direction: column;
}

.a-custom2{
    color: #333;
    cursor: pointer;
}

.a-custom a{
    text-decoration: none;
    cursor: pointer;
    color: #666;
    font-weight: 400;
}

.a-custom3 ul{
    list-style:none;
    padding:0;
    margin:0;
}

.a-custom3 ul li{
    margin-top: 20px;
}

.a-custom3 a{
    text-decoration: none;
    cursor: pointer;
    color: #333;
    font-weight: 400;
}

#custom-click{
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
    text-decoration: none;
}


.a-custom2:hover , .a-custom a:hover, .a-custom3 a:hover{
    text-decoration: underline;
    color: #c62020;
}

.uk-width-medium ul a{
    font-size: 1rem;
}

.uk-card-body h3, .uk-card-body p{
    margin: 0;
    padding: 0;
}

.category{
    margin-top: 0% !important;
}

.brand_name{
    margin-top: 4% !important;
}

.inv small{
    color: red;
    font-weight: bold;
}

.price{
    color: #04AA6D;
    font-weight: bold;
}

.bg-green{
    background: #04AA6D;
}