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

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

body.wb-rtl .text-align-auto,
body.wb-rtl .testimonials .item .info,
.dropdown-item {
    text-align: right !important;
}

body.wb-ltr .text-align-auto {
    text-align: left !important;
}

/*----------------------------------------------------------------
                                footer
----------------------------------------------------------------*/
.go-to-top {
    background-color: var(--wb-primary-color);
    color: #fff;
    height: 28px;
    padding: 4px 7px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
}

/*----------------------------------------------------------------
                                HEADER
----------------------------------------------------------------*/

body.wb-rtl .floating-icon {
    left: 2%;
    float: left;
    right: unset;
}

body.wb-rtl .template-btn2 span {
    margin-right: 40px;
    margin-left: 0;
    right: unset;
    left: 26px;
}

body.wb-rtl .template-btn2 {
    padding: 12px 24px 16px 80px;
}

body.wb-rtl .template-btn2:hover span {
    left: 22px;
    right: unset;
}

body.wb-rtl .discount-area .discount-image .image-1 {
    left: unset;
    right: 0;
}

body.wb-rtl .discount-area .discount-image .image-2 {
    right: unset;
    left: 0;
}

body.wb-rtl .video-area .video-content a span {
    right: unset;
    left: 15px;
}

body.wb-rtl .template-btn3 {
    padding: 12px 0 12px 50px
}

body.wb-rtl .video-area .video-content a:hover span {
    left: 10px;
    right: unset;
}

body.wb-rtl .client-area .client-slider .slide-image {
    margin-left: 30px;
    margin-right: 0;
}

body.wb-rtl .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    text-align: right;
}

body.wb-rtl .template-breadcrumb:before {
    right: 0;
    left: unset;
}

body.wb-rtl .template-breadcrumb:after {
    left: 0;
    right: unset
}

body.wb-rtl .about-page .about-story .story-image .image-bg {
    float: left;
}

body.wb-rtl .about-page .about-service .service-icon {
    margin-left: 40px;
    margin-right: 0;
}

body.wb-rtl .about-page .about-service a span {
    left: 15px;
    right: unset;
}

body.wb-rtl .about-page .news-section .news-left {
    padding-left: 30%;
    padding-right: 0;
}

body.wb-rtl .about-page .news-section .news-right {
    padding-right: 30%;
    padding-left: 0;
}

body.wb-rtl .blog-item .blog-meta ul li {
    margin-left: 20px;
    margin-right: 0;
}

body.wb-rtl .blog-item .blog-meta ul li i {
    padding-right: 0;
    padding-left: 1px;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    border-bottom: 1px solid #eee;
}
.user-cell-number{
    background-color: #f7f7f7;
    padding: 10px 10px;
    border-radius: 7px;
    font-weight: 500;
    direction: ltr;
    line-height: 30px;
}
/*----------------------------------------------------------------
                                INFO
----------------------------------------------------------------*/
.collection-area .collection-bg {
    height: 400px;
}

.client-area:before {
    background: var(--wb-tertiary-color);
}

/*----------------------------------------------------------------
                                product-details
----------------------------------------------------------------*/
.px-container-fluid {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.summary .table.table-borderless td, .summary .table.table-borderless th {
    border-top: none;
    padding: 8px 0;
    vertical-align: top;
    font-weight: 300;
}

/*----------------------------------------------------------------
                                RESPONSIVE
----------------------------------------------------------------*/
@media screen and (max-width: 1617px) {
    .banner-area .banner-btn .template-btn {
        width: 45%;
        padding: 18px 15px;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .banner-area .banner-left .banner-icon {
        display: none;
    }

    .px-container-fluid {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

@media screen and (max-width: 991px) {
    .navbar-area .nav-right-content {
        right: unset;
        left: 0;
    }

    .logo-wrapper {
        margin-right: 35px;
    }

    .about-service .service-icon {
        width: 50px;
    }
}

@media screen and (max-width: 768px) {
    .px-container-fluid {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .banner-area .banner-btn .template-btn {
        width: 30%;
        padding: 18px 15px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner-area .banner-btn .template-btn {
        width: 100%;
        padding: 18px 15px;
    }

    .banner-area .slider-area .owl-item.active .banner-content {
        padding: 25px 15px;
    }

    .px-container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
