.rtl {
    direction: rtl;
}

/*button-up*/

.button-up {
    position: fixed;
    left: -70px;
    bottom: 4%;
    cursor: pointer;
    transition: 0.4s;
    overflow-y: hidden !important;
    height: 55px;
    width: 55px;
    background-color: #444444;
    color: white;
    text-align: center;
    margin-top: 3px;
    font-weight: bolder;
}

.button-up:hover {
    background-color: #c8545c;
    color: white;
}

.button-up p {
    color: white !important;
    font-weight: bolder;
}

.button-up.show {
    left: 4%;
}


.products-section .text-ar {
    position: absolute;
    top: 40%;
    right: 5%;
}

.products-section .text-ar h4{
    line-height: 1.3em;
    font-size: 20px;
    font-style: normal;
    color: white;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.products-section .text-ar p
{
    font-size: 18px;
    line-height: 20px;
    color: white;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: lighter!important;
}

/**/

body h3,
h1,
h2,
h4,
h5,
h6 {
    font-family: 'Cairo', sans-serif !important;
    letter-spacing: 0px !important;
}

body p {
    font-family: 'Cairo', sans-serif !important;
}

body a {
    font-family: 'Cairo', sans-serif !important;
}

body ul li {
    font-family: 'Cairo', sans-serif !important;
}

body ul li a span {
    font-family: 'Cairo', sans-serif !important;
}

body button {
    font-family: 'Cairo', sans-serif !important;
}

.breadcrumbs {
    text-align: right;
    direction: rtl;
    margin-top: 12px;
}

.breadcrumbs a {
    text-decoration: none;
    color: white;
    font-weight: bolder;
    font-size: 18px;
}

.breadcrumbs span {
    color: white;
    font-size: 18px;
    font-weight: bolder;
}

.fixedIconAr{
    position: fixed;
    right: 1%!important;
    bottom: 7%;
    cursor: pointer;
    overflow-y: hidden !important;
}


.iconWhatsapp{
    background-color: #00d757;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.iconCall{
    background-color: #c8545c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


.iconWhatsapp i,
.iconCall i{
    color: white;
    margin: auto;
    font-size: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 11px;
}

.textIcon
{
    margin-top: 7px;
    margin-right: 3px;
}

.fixedIconAr small {
    color: #222;
    font-size: 13px;
    font-weight: 600;
    background-color: #e8e6e6;
    padding: 3px;
    border-radius: 4px;
}

@media screen and (max-width:1000px) {

    .breadcrumbs a,
    .breadcrumbs span {
        font-size: 9px;
    }

    .breadcrumbs {
        margin-top: 11px;
    }

    .fixedIconAr{
        position: fixed;
        right: 3% !important;
        bottom: 4%;
        cursor: pointer;
        overflow-y: hidden !important;
    }
    
}