@font-face {
    font-family: ShabnamLightFD;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Shabnam/files/Shabnam-Light-FD.woff') format('woff'),
    url('../fonts/Shabnam/files/Shabnam-Light-FD.woff2') format('woff2');
}

@font-face {
    font-family: ShabnamBoldFD;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Shabnam/files/Shabnam-Bold-FD.woff') format('woff'),
    url('../fonts/Shabnam/files/Shabnam-Bold-FD.woff2') format('woff2');
}

@font-face {
    font-family: ShabnamFD;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Shabnam/files/Shabnam-FD.woff') format('woff'),
    url('../fonts/Shabnam/files/Shabnam-FD.woff2') format('woff2');
}


@font-face {
    font-family: VazirBoldFD;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Vazir/files/Vazir-Bold-FD.woff') format('woff'),
    url('../fonts/Vazir/files/Vazir-Bold-FD.woff2') format('woff2');
}

@font-face {
    font-family: VazirLightFD;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Vazir/files/Vazir-Light-FD.woff') format('woff'),
    url('../fonts/Vazir/files/Vazir-Light-FD.woff2') format('woff2');
}

@font-face {
    font-family: VazirMediumFD;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Vazir/files/Vazir-Medium-FD.woff') format('woff'),
    url('../fonts/Vazir/files/Vazir-Medium-FD.woff2') format('woff2');
}

@font-face {
    font-family: VazirThinFD;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Vazir/files/Vazir-Thin-FD.woff') format('woff'),
    url('../fonts/Vazir/files/Vazir-Thin-FD.woff2') format('woff2');
}

@font-face {
    font-family: VazirFD;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Vazir/files/Vazir-FD.woff') format('woff'),
    url('../fonts/Vazir/files/Vazir-FD.woff2') format('woff2');
}

html{
    direction: rtl !important;
}
body{
    text-align: start !important;
}
html, body{
    font-family: VazirLightFD, serif;
}
.text-left{
    text-align: right !important;
}
.text-right{
    text-align: left !important;
}
.text-lg-right{
    text-align: left !important;
}
.text-md-right{
    text-align: left !important;
}


.dropdown-item{
    text-align: start;
}


a{
    border-bottom: 1px solid transparent;
}
a:hover{
    text-decoration: none;
    border-bottom-color: inherit;
}


a.nav-link, .navbar-nav a, a.simple{
    border-bottom-width: 0;
}

.float-right{
    float: left !important;
}


.dropright .dropdown-menu{
    right: 100%;
    left: auto;
}


.dropdown-menu{
    right: 0;
    left: unset;
}

.text-decoration-none{

}
.text-decoration-none:hover{
    text-decoration: none !important;
    border-bottom-color: transparent !important;
}

.text-truncate{
    text-wrap: auto;
}

.card{
    padding-left: 0;
    padding-right: 0;
}


.star-empty{
    color: black !important;
}

.product-description{
    text-align: justify;
    line-height: 2.0;
    font-size: smaller;
}

.justify{
    text-align: justify;
}

.breadcrumb-item + .breadcrumb-item::before{
    padding-left: 0.5rem;
    padding-right: unset;
}
.breadcrumb-item + .breadcrumb-item{
    padding-right: 0.5rem;
    padding-left: unset;
}

.product-item{
    position: relative;
}
.model{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 20px;
    background-color: #ffffffe0;
    color: black;
    z-index: 2;
    border-bottom-right-radius: 10px;
    border: 1px solid #cfcccc;
font-weight: bold;
    text-decoration: underline;
    font-family: 'monospace';
}
.card-header-yellow{
    background-color: #FFD333;
    color: black;
    border-bottom-color: #c8a420;
}

hr {
    background-color: #d5d2d2;
    width: 100%;
    height: 1px;
}


del {
    color: lightgray;
    padding: 5px;
    font-style: italic;
}
