.about-text{
    margin-top: 20px;
}

.home-section .item {
    background-image: url(assets/images/bg2-ar.png);
}
.products-cats .btn{
    font-size: 18px;
}
.section-title {
    font-size: 50px;
}
.breadcrumb {
    font-weight: 500;
    font-size: 18px
}
[type=email], [type=number], [type=tel], [type=url] {
    direction: ltr;
    text-align: right;
}
.pdetails ul li {
    /*padding-right: 20px;*/
    /*padding-left: 0;*/
}
.isotope .isotope-item
{
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, transform, opacity;
}
.logout_{
     right: 15px;
    left: auto;

}

@media (max-width: 767px){
    .section-title {
        font-size: 30px;
    }
}
