/*@import url('yekan-bakh.css');*/
.dir-rtl {
	direction: rtl;
}
.dir-ltr {
	direction: ltr;
}
.justify {
	text-align: justify;
}

.product-meta-action {
    margin-top: auto;
}










/*

.btn-link,
a {
	text-decoration: none;
}
#navbarSupportedContent li.nav-item {
}
nav.main-nav ul.navbar-nav {
    direction: rtl;
}
.navbar-brand {
    margin-right: 0;
}
.navbar-brand img {
    width: 100px;
    height: auto;
}
.dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
    text-align: right;
}
.bg-blue-01 {
    background-color: #0458b8;
}
.border-radius-15 {
    border-radius: 15px;
}
.slogan-and-certificates .slogan {
    position: relative;
}
.slogan-and-certificates .slogan::before {
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background-image: url(/assets/images/certificates.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 80%;
    opacity: .4;
    bottom: -15px;
}
footer {
    background-color: #DCD8D8;
    color: #8f8f8f;
    direction: rtl;
}
footer h6 {
    color: #000;
    margin-bottom: 20px;
}
footer p {
    text-align: justify;
}
footer ul {
    list-style: none;
    padding: 0;
}
.social img {
    margin: 0 5px;
}
*/

.contact-box {
    position: relative;
}
.contact-box > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 1rem;
    color: #FFF;
}
.contact-box > div > img {
    width: 60px;
    filter: brightness(0) invert(1);
}
