body.wb-rtl .direction-auto {
    direction: rtl !important;
}

.nav-item {
    display: inline-block;
}

.nav-link {
    color: white;
    padding: 10px 25px;
}

nav .nav-link {
    font-size: 16px;
}

nav a:hover {
    color: #C4C4C4;
}

.cursor-pointer {
    cursor: pointer;
}

.left-0 {
    left: 0px
}

.right-0 {
    right: 0px
}

a,
a:hover {
    text-decoration: none;
    transition: .4s;
}

.shoping-bag {
    background: #1B1A1A;
    padding: 7px 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

body.wb-rtl .align-right {
    text-align: right;
}

.slider-content {
    background-color: #181B22;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px 15px;
}

.carousel-control-next, .carousel-control-prev {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 7px;
    background-color: rgb(0 0 0 / 50%);
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

.btn-black {
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 7px 30px;
    border: 1px solid black;
}

.btn-black:hover {
    background-color: transparent;
    color: #C4C4C4;
    border: 1px solid #C4C4C4;
}

.btn-border-light {
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    background-color: transparent;
    padding: 7px 30px;
    color: #C4C4C4;
}

.btn-border-light:hover {
    background-color: black;
    color: #C4C4C4;
    border: 1px solid #000;
}

.category-item img:first-child {
    border-radius: 13px;
    width: 100%;
}

.category-item .texts {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.category-bottom {
    bottom: 0 !important;
    top: unset !important;
    transform: translateY(-100%) !important;
}

.z-index-1 {
    z-index: 1
}

.category-arrow {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 46px;
    height: 20px;
}


.single-info-items-arrow {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.info-items .owl-prev,
.info-items .owl-next {
    top: 50%;
    position: absolute;
    font-size: 45px !important;
    transform: translateY(-50%);
    background-color: rgb(0 0 0 / 50%) !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-items .owl-prev i,
.info-items .owl-next i {
    color: white;
}

.info-items .owl-prev {
    left: 0;
}

.info-items .owl-next {
    left: 50px;
}

.product-item {
    border: 2px solid #D9D9D9;
    border-radius: 5px;
    padding: 10px;
}

.product-item hr {
    border-top: 2px solid
}

.name-fa {
    font-size: 18px;
    color: black;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.name-en {
    font-size: 12px;
    text-transform: uppercase;
    color: #737373;
    font-family: 'montserrat-extralight';
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.price-box * {
    font-family: 'montserrat-extralight' !important;
}

.price-box {
    line-height: 1.2;
    height: 41px;
    direction: ltr;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-top: 10px;
}

.price-box .old {
    font-size: 15px;
    background-color: #3A3A3A;
    text-decoration: line-through;
    border-radius: 3px;
    color: white;
    padding: 1px 7px;
}

.price-box .price {
    font-size: 20px;
}

.price-box .precent-discount {
    font-size: 15px;
    background-color: #EEEEEE;
    border-radius: 3px;
    color: black;
    padding: 1px 7px;
}

.price-box .toman {
    font-size: 12px;
}

.product-item .product-item-properties {
    transition: .4s;
}

.product-item:hover .product-item-properties {
    filter: blur(6px);
}

.add-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.product-item:hover .add-btn {
    visibility: visible;
    opacity: 1;
}

.btn-border-dark {
    border-radius: 5px;
    border: 1px solid #535353;
    background-color: transparent;
    padding: 7px 30px;
    color: #535353;
    width: max-content;
    transition: .4s;
}

.btn-border-dark:hover {
    background-color: #535353;
    color: white;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 0px;
    color: black;
    background-color: #EEEEEE;
    position: absolute;
    top: 50%;
    font-size: 40px;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.info-items1 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 25px;
    color: white;
}

.info-items1.left-0 {
    border-radius: 0 5px 5px 0;
}

.info-items1.right-0 {
    border-radius: 5px 0 0 5px;
}

.brands .owl-stage {
    display: flex;
    align-items: center;
}

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

.navbar-toggler {
    color: white;
    padding: 0;
}

.navbar-toggler:focus {
    border: 0;
    box-shadow: unset;
}


.close-icon {
    background-color: transparent;
    color: white;
    border: unset;
}

.nav-link:focus, .nav-link:hover {
    color: rgb(255 255 255 / 90%);
}

.dropdown-menu[data-bs-popper] {
    right: 0;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #EEEEEE;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: black;
    box-shadow: unset !important;
}

.contact-form textarea:focus-visible {
    border: 1px solid black;
    outline: unset;
}

/* ----------------- Product Gallery ----------------------- */
.product__carousel {
    display: block;
    max-width: 700px;
    margin: 0;
}

.product__carousel a {
    display: block;
    margin-bottom: 15px;
}

.product__carousel .gallery-top {
    border: 0;
    border-radius: 3px;
    margin-bottom: 5px;
}

.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #000000;
}

.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border .15s linear;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    width: 85px !important;
    height: 85px !important;
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

/* ----------------- Product Gallery ----------------------- */
.name_en {
    font-size: 18px !important;
    font-family: 'montserrat-extralight';
}

.name_fa {
    font-size: 30px;
    color: black;
}

.guarranty {
    background-color: #eee;
    padding: 10px 60px 10px 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.guarranty-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: -webkit-fill-available;
    height: 100%;
    background-color: #DADADA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.product-detail .price-box .price {
    font-size: 30px;
    font-weight: 600;
    color: black;
}

.nav-pills .nav-link {
    color: #A4A4A4;
    font-size: 25px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: unset;
    color: black;
    border-bottom: 1px solid black;
    border-radius: 0;
    z-index: 1;
}

.text-justify {
    text-align: justify;
}

#reply-message {
    border-bottom: 1px solid black !important;
    margin-bottom: 10px;
    border-radius: 0;
}

.product-detail ul.nav-pills:after {
    content: '';
    border-bottom: 1px solid #D9D9D9;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}

.form-control {
    border-color: #EEEEEE;
}

.ms-filter-input:focus,
select:focus,
.form-control:focus {
    border-color: black !important;
    box-shadow: unset !important;
}

.ms-submit-filter {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    background-color: unset;
    padding: 0.375rem 0.5rem;
}

.header-tel {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #8E8E8E;
    color: white;
}

.header-tel span {
    font-family: 'montserrat-extralight';
    font-size: 16px;
}

.single-info-items p:nth-child(2) {
    margin-right: -8px;
}

.modal-body {
    height: 400px;
}

.search__item {
    display: flex;
    align-items: center;
    direction: rtl;
    border: 1px solid #eeeeee;
    margin: 4px 0;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.search__results .search__item .search__img {
    order: 1;
    width: 5rem;
    height: auto;
}

.noitem {
    display: none;
    width: 90%;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 50%;
    z-index: 11111;
    text-align: center;
}

.search-box {
    text-align: right;
    direction: rtl;
}

.sidebar-search button {
    background-color: unset;
    border: unset;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 320px) {
    .single-info-items {
        padding: 30px 15px 65px;
    }
}

@media (min-width: 1280px) {
    .mt--70 {
        margin-top: -70px;
    }
}

@media (min-width: 1366px) {
    .single-info-items {
        padding: 61.2px 70px;
    }
}

@media (min-width: 1920px) {
    .single-info-items {
        padding: 86.7px 90px;
    }
}

/* ==================== */
@media (max-width: 820px) {
    .nav-pills .nav-link {
        font-size: 20px;
    }

    .md-text-center {
        text-align: center;
    }

    .dropdown-item {
        color: white;
        text-align: right;
    }

    .dropdown-menu[data-bs-popper] {
        margin-top: 8px;
        right: 0;
        background-color: #414141;
    }

    .offcanvas {
        background-color: #2B2B2B;
    }

    .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
        color: rgb(255 255 255 / 90%);
    }

    p,
    .name-fa,
    .name-en {
        font-size: 20px !important;
    }

    .name-en {
        font-size: 16px !important;
    }

    h2, h3, h4, h1 {
        font-size: 26px !important;
        line-height: 1.5;
    }

    .md-w-100 {
        width: 100%;
    }

    .info-items1 p {
        font-size: 20px !important;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        font-size: 29px;
    }
}

@media (max-width: 767px) {
    .offcanvas {
        width: 100% !important;
    }
}
.PageLoader img {
    width: 200px;
}
