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

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

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

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

body.wb-rtl .nav-style-two .owl-nav {
    left: 55px !important;
    right: unset !important;
}

body.wb-rtl .text-list li::before {
    right: 0;
    left: unset;
}

body.wb-rtl .testimonial-authors__avatar {
    float: right;
    margin-left: 15px;
}

.z-blogs__content .sub-title {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.wb-rtl .subscribe-form-box .sub_btn {
    left: 5px;
    right: unset;
}

body.wb-rtl .contact-img::before {
    right: -98px;
    left: unset;
}

.subscribe-form input {
    padding-left: 0px;
    padding-right: 40px;
}

body.wb-rtl .contact-form-area .contact-img::before {
    left: -98px;
    right: unset;
    transform: rotate(45deg);
}

body.wb-rtl .comments-form input {
    padding-left: 0px;
    padding-right: 30px;
}

body.wb-rtl .accordion-two .accordion-button::after {
    right: auto;
    left: 25px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.accordion-item:first-of-type .accordion-button {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}

.accordion-button.collapsed {
    border-radius: 15px !important;
}

.breadcrumb li:not(:last-child):before {
    content: '\f104';
    left: 0;
    position: absolute;
    font-family: 'fontello';
    color: white;
}

.breadcrumb li:not(:last-child) {
    padding-left: 13px;
    margin-left: 8px;
}

.product-off {
    background-color: var(--wb-primary-color);
    color: white;
    padding: 0px 10px;
    font-size: .7em;
    border-radius: 20px;
}

.wb-add-to-shopping-cart {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.course__tag a {
    background-color: #f4f4f4;
    padding: 2px 8px;
    border-radius: 7px;
    font-size: 13px;
}
.h-54 {
    height: 54px;
}
.caption .title {
    line-height: 1.5;
}
.text-justify {
    text-align: justify;
}
.product-img img {
    border-radius: 25px;
    box-shadow: -13px -2px 20px 10px #f5f5f5;
}
.product-details .new-price{
    font-size: 25px;
}
.product-details .old-price{
    font-size: 18px;
}
.product-details .product-off {
    font-size: .9em;
}
.blogs__meta li:last-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #838383;
}
.table.table-striped td.key {
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 22.2%;
    -webkit-box-flex: 0;
    flex: 0 0 22.2%;
    max-width: 22.2%;
    font-size: 16px;
}
.table.table-striped td.value {
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 77.8%;
    -webkit-box-flex: 0;
    flex: 0 0 77.8%;
    max-width: 77.8%;
    font-size: 16px;
}
.comment {
    border-bottom: 1px solid #e4e4e4;
    padding: 1rem 2rem;
    margin-bottom: 0.5rem;
}
.comment .wb-comment-name, .comment .comment-reply .wb-comment-reply-name {
    font-weight: 600;
    margin: 0;
}
.comment .wb-comment-created_at, .comment .comment-reply .wb-comment-reply-created_at {
    font-size: 12px;
    margin-bottom: 1rem;
}
.main-header-area {
    background-color: var(--wb-secondary-color);
}
/*----------------------------------------------------------------
                                HEADER
----------------------------------------------------------------*/
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        width: 960px !important;
    }
}

@media only screen and (min-width: 1200px) {
    body.wb-rtl .owl-nav {
        right: -340px !important;
        left: unset !important;
        bottom: 30px;
        direction: ltr;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 1356px !important;
    }
}
