@font-face {
    font-family: Chomsky;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff/Chomsky-399c.woff');
}

@font-face {
    font-family: Shekari;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/ttf/Shekari.ttf');
}


@font-face {
    font-family: "Font Awesome 5";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/webfonts/fa-solid-900.eot);
    src: url(../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(../fonts/webfonts/fa-solid-900.woff) format("woff"), url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}


.fa, .fas {
    font-family: "Font Awesome 5", serif;
    font-weight: 900
}

/* Html & Body */

html {
    overflow-x: hidden;
}

body {
    font-family: "Shekari",sans-serif;
    font-size: 28px;
    overflow-x: hidden;
    direction: rtl;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #f4f4f4;
    color: #555555;
}

header .container-fluid{
    padding: 0;
}

#slogan{
    font-family: "Chomsky",sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #242424;
}

hr{
  border-bottom : 1px solid #c7c7c7;
}

#top-img {
    margin: 0;
    max-height: 220px;
    width: 100%;
    object-fit: unset;
}

#logo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: translate(50%, -50%);

}

.category{
    margin: 1em .1em;
    padding: .6em;
}

.category h2{
    padding: 0;
    margin: 0;
    color: #555555;
    font-size: 28px;
}

.category h2.en {
    font-family: "Chomsky",sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #242424;

}


.item {
    margin: 1em 0;
}

.item h2{
    margin-top: .5em;
}

.item h2.en , #contact .en{
    font-family: "Chomsky",sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #242424;
}

.item .price{
    color: #777777;
}


.item .delete {
    color: #ff0000;
}

.modal-dialog {
    position:absolute;
    top:15% !important;
    left:0 !important;
    right:0 !important;
}

.modal-content {
    padding: 1em;
}

#details .modal-content{
    border: .2em solid #fafafa;
    background-color: #F9F9F9;
}

#details .modal-content p.bold{
    font-weight: bold;
    color: #242424;
    font-size: 28px;
    margin-top: 1em;
}


#details .modal-content p{
    line-height: 2em;

}

#account label , #profile label{
    margin-top: 2em;
    text-align: right;
    display: inline-block !important;
    padding: 0 !important;
    margin-bottom: 1em;
    color: #424242;

}

#profile label {
    margin-top: 1em;
}

#account label span , #profile label span {
    color: #424242;
    font-size: 16px;
    font-weight: bold;
}

#account label span.fas , #profile label span.fas{
    color: #424242;
    font-size: 18px;
    margin-left: .1em;
}

#account input , #account input {
    height: 3em !important;
    background-color: #FFFFFF !important;
}

a{
    text-decoration: none !important;
}

#items , #contact , #profile{
    margin-top: 1.5em;
}


.btn-default span{
    font-size: 2em;
}

.btn-default span.fas{
    font-size: 1.5em;
    margin-left: .1em;
}

.alert{
    margin-top: 1em;
}

.modal-dialog {
    position:absolute;
    top:15% !important;
    left:0 !important;
    right:0 !important;
}

.modal-content {
    padding: 1em;
}

.modal-content label i.fas
{
    color: #242424;
    font-size: 25px;
    margin-left: 5px;
}

.modal-content input
{
    background-color: #f2f5fa;
    height: 1.5em;
    outline: none;
    border: 2px solid #ebebeb;
    border-radius: 8px;
    color: #242424;
    font-size: 1.2em;

}

.modal-content input:focus, .modal-content input:active,
.modal-content input:active:focus
{
    height: 1.5em;
    outline: none;
    border-radius: 8px;
    color: #242424;
    font-size: 1.2em;
}


.mt {
    margin-top: 1em;
}

.mb {
    margin-bottom: 1em;
}

.my {
    margin: 1em 0;
}

.mx {
    margin: 0 1em;
}

.mxy {
    margin: 1em;
}

.pt {
    padding-top: 1em;
}

.pb {
    padding-bottom: 1em;
}

.py {
    padding: 1em 0;
}

.px {
    padding: 0 1em;
}

.pxy {
    padding: 1em;
}

#contact .fas{
    margin-left: .1em;
}