@import "fonts.css";
@import "fontawesome.css";
body {
    color: #000000;
    font-weight: 400;
}

body>main.Margin {
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    body>main.Margin {
        margin-top: 102px;
        margin-bottom: 90px;
    }
}

body.LtrDir {
    font-family: "EnVazir";
}

body.RtlDir {
    font-family: "FaVazir";
}

.list-style-type {
    list-style-type: none;
}

.text-decoration {
    text-decoration: none;
}

.RtlDir {
    direction: rtl;
}

.LtrDir {
    direction: ltr;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(111, 21, 23, 0.25) !important;
    border-color: rgba(111, 21, 23, 0.25) !important;
}

input {
    outline: none;
}


/*# sourceMappingURL=public.css.map */

.text-orange {
    color: #f7b538;
}

.text-orange-hover {
    transition: 0.2s;
}

.text-orange-hover:hover {
    color: #f7b538;
}

.bg-orange-hover {
    transition: 0.2s;
}

.bg-orange-hover:hover {
    background-color: #f7b538;
}

.font_size_1_7 {
    font-size: 1.7rem;
}

@media only screen and (max-width: 767.98px) {
    .TextEditor img {
        width: 100%;
    }
}

.custom_dropdown {
    border-radius: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custom_small {
    font-size: 0.675em;
}

.shadow-sm-t {
    box-shadow: 0 -0.25rem .25rem rgba(0, 0, 0, 0.15)
}

button:focus {
    outline: none;
    box-shadow: none;
}


/* pagination */

ul.pagination li>span,
ul.pagination li>a {
    color: #6f1517 !important;
}

ul.pagination li.active>span {
    color: #fff !important;
    background-color: #6f1517 !important;
    border-color: #6f1517 !important;
}

ul.pagination li.disabled>a {
    color: darkgray !important;
    background-color: lightgray !important;
}


/* table */

#ProfileFactor.RtlDir>main>div>section>div>.modal .modal-content>main>.table {
    border: 1px solid #6F1517;
    border-radius: 1rem;
}

#ProfileFactor.RtlDir>main>div>section>div>.modal .modal-content>main>.table thead,
#ProfileFactor.RtlDir>main>div>section>div>.modal .modal-content>main>.table tbody {
    width: 100%;
}

#ProfileFactor.RtlDir>main>div>section>div>.modal .modal-content>main>.table tr th {
    width: 25%;
}

#ProfileFactor.RtlDir>main>div>section>div>.modal .modal-content>main>.table tr th:nth-child(1) {
    width: 32px;
}

#ProfileFactor.RtlDir>main>div>section>div>.modal .modal-content>main>.table {
    text-align: center;
}

#ProfileFactor.LtrDir>main>div>section>div>.modal .modal-content>main>.table {
    border: 1px solid #6F1517;
    border-radius: 1rem;
}

#ProfileFactor.LtrDir>main>div>section>div>.modal .modal-content>main>.table thead,
#ProfileFactor.LtrDir>main>div>section>div>.modal .modal-content>main>.table tbody {
    width: 100%;
}

#ProfileFactor.LtrDir>main>div>section>div>.modal .modal-content>main>.table tr th {
    width: 25%;
}

#ProfileFactor.LtrDir>main>div>section>div>.modal .modal-content>main>.table tr th:nth-child(1) {
    width: 32px;
}

#ProfileFactor.LtrDir>main>div>section>div>.modal .modal-content>main>.table {
    text-align: center;
}

.dark-red-color {
    color: #9d1d20;
}

.bg-dark-red {
    background-color: #9d1d20;
}

.border-dashed-brown {
    border-radius: 1rem;
    border: 2px dashed #6F1517;
    color: #6F1517;
}

body.RtlDir .left-bottom {
    left: 1rem;
    bottom: 1rem;
}

body.RtlDir .right-bottom {
    right: 1rem;
    bottom: 1rem;
}

body.LtrDir .left-bottom {
    right: 1rem;
    bottom: 1rem;
}

body.LtrDir .right-bottom {
    left: 1rem;
    bottom: 1rem;
}

body.RtlDir .ma-alt-auto {
    margin-right: auto;
}

body.LtrDir .ma-alt-auto {
    margin-left: auto;
}


/* NAVIGATION */

ul.NavbarList li a,
ul.NavbarList li a:after,
ul.NavbarList li a:before {
    transition: all 0.2s;
}


/* stroke */

ul.NavbarList li a {
    position: initial;
}

ul.NavbarList>li:not(.ContactUs) a:after {
    position: initial;
    bottom: initial;
    left: initial;
    right: initial;
    margin: initial;
    width: initial;
    content: initial;
    color: initial;
    background: initial;
    height: initial;
}

ul.NavbarList li a:hover:after {
    width: initial;
}

.font-en {
    font-family: "EnVazir" !important;
}

.TextEditor .h1 {
    font-size: 2.5rem;
    font-weight: 400;
}

.TextEditor .h2 {
    font-size: 2rem;
    font-weight: 400;
}

.TextEditor .h3 {
    font-size: 1.6rem;
    font-weight: 400;
}

.TextEditor .h4 {
    font-size: 1.2rem;
    font-weight: 400;
}

.TextEditor p {
    padding-right: 1rem;
    padding-left: 1rem;
}

.TextEditor a {
    text-decoration: none;
}

.TextEditor table td {
    border-width: 1px;
}

#ProductDetail .TextEditor img {
    border-radius: 1rem;
}

.videoInBody {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    max-width: 600px;
    border-radius: 1rem;
    object-fit: cover;
    -o-object-fit: cover;
}