body {
    overflow-x: hidden;
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

@media screen and (max-width: 767px) {
    .mx-sm-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .copyright-area {
        padding: inherit;
    }
}

.mean-container .mean-nav ul li a {
    text-align: right;
}

h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}

h2 {
    font-size: 25px;
    line-height: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #222222;
}

.text-extra-small {
    font-size: 10px !important;
    line-height: 15px;
}

.text-small {
    font-size: 12px !important;
    line-height: 15px;
}

.text-medium {
    font-size: 14px !important;
    line-height: 22px;
}

.text-extra-medium {
    font-size: 18px !important;
    line-height: 20px;
}

.text-large {
    font-size: 18px !important;
    line-height: 22px;
}

.text-extra-large {
    font-size: 20px !important;
    line-height: 24px;
}

.text-extra-extra-large {
    font-size: 30px !important;
    line-height: 35px;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

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

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.letter-spacing-6 {
    letter-spacing: 6px;
}

.letter-spacing-7 {
    letter-spacing: 7px;
}

.letter-spacing-8 {
    letter-spacing: 8px;
}

.letter-spacing-9 {
    letter-spacing: 9px;
}

.letter-spacing-10 {
    letter-spacing: 10px;
}

.letter-spacing-11 {
    letter-spacing: 11px;
}

.letter-spacing-12 {
    letter-spacing: 12px;
}
.MulltipleEllipsis-Clamp1 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.MulltipleEllipsis-Clamp2 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*---------------------------------------------------------
                        header
-----------------------------------------------------------*/

.main-menu ul li > a {
    font-size: 14px;
    padding: 20px 0;
    line-height: 15px;
}

.logo img {
    max-width: 200px;
    height: auto;
    max-height: 50px;
    filter: none;
}

.header-2 .main-menu ul li, .header-3 .main-menu ul li {
    margin-left: 25px;
    margin-right: 0;
}

.sticky-menu .header .logo img, .header-area:hover .logo img, .header-2 .logo img, .header-6 .logo img {
    filter: none;
}

.main-menu ul li .mega-menu {
    padding-left: 0px;
    padding-right: 20px;
    left: unset;
    right: 0;
}

.header-area.white-bg .mega-menu {
    top: 107%;
}

.main-menu ul li .mega-menu .mega-title a, .main-menu ul li .mega-menu a.mega-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px !important;
    margin-bottom: 0;
}

.main-menu ul li .mega-menu a {
    font-size: 12px;
    padding-top: 0px;
}

.main-menu ul li .mega-menu li a.mega-title:hover {
    padding-right: 10px;
    color: var(--wb-primary-color);
}

.main-menu ul li .mega-menu li > a:hover {
    padding-right: 10px;
    color: var(--wb-primary-color);
}

.main-menu ul li .mega-menu li .mega-menu {
    right: 100%;
    top: 0;
}

.main-menu ul li:hover > .mega-menu.mega-sub-menu {
    top: -5px;
}

.mega-menu.full-mega-menu > li {
    min-width: 210px;
    padding-right: 55px;
    padding-left: 0px;
    padding-top: 35px;
    text-align: right;
}

.main-menu ul li .mega-menu li {
    margin: 10px 0;
}

.header-dropdown {
    position: relative;
}

.header-dropdown + .header-dropdown {
    margin-left: 2.9rem;
}

.header-dropdown > a,
.header-dropdown > span {
    position: relative;
    display: inline-flex;
    padding-bottom: .2rem;
    padding-right: .5rem;
    align-items: center;
    text-transform: uppercase;
}

.header-dropdown > a::after,
.header-dropdown > span::after {
    content: '\f107';
    position: absolute;
    right: 0;
    font-family: fontello;
    top: 50%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: -.7rem;
}

.header-dropdown a:hover,
.header-dropdown a:focus {
    text-decoration: none;
}

.header-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    padding: .5rem;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
    transition: all .25s;
    margin-top: 1px;
}

.header-dropdown:first-child .header-menu {
    left: 0px;
}

.header-menu:before {
    content: '';
    display: block;
    width: 100%;
    height: .1rem;
    position: absolute;
    top: -1px;
    left: 0;
}

.header-dropdown:hover > .header-menu,
.header-dropdown:focus > .header-menu {
    visibility: visible;
    opacity: 1;
}

.header-right ul li {
    padding-left: 5px;
    padding-right: 5px;
}

.main-menu ul li > a, .header-right ul li a, a.mobile-menubar, .main-menu ul li > a::before {
    color: #222222;
}

.main-menu ul li .mega-menu a {
    text-align: right;
}

.main-menu ul li > a.header-icon {
    font-size: 18px;
}

/*---------------------------------------------------------
                        copy-right
-----------------------------------------------------------*/

.wb-copy-right i {
    font-size: 35px !important;
}

.wb-copy-right .wb-inline-block .wb-title-fa {
    font-size: 14px !important;
}

.wb-copy-right .wb-inline-block .wb-title-en {
    font-size: 10px !important;
}

.single-blog .btn, .footer-widget .btn {
    padding: 10px 25px;
}

.slick-dots li {
    background-color: #0b0b0b;
}

.slick-dots li.slick-active::before {
    border: 2px solid #fff;
    border-radius: 50%;
    background: #0000007a;
}
/*---------------------------------------------------------
                            slider
-----------------------------------------------------------*/
.slider-height {
    min-height: 560px;
}
.single-slider{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
/*---------------------------------------------------------
                           product
-----------------------------------------------------------*/
.single-product .product-name {
    font-family: iran-yekan-light;
    font-weight: 600;
    font-size: .8rem;
    line-height: 20px;
}

.single-product .product-name-en {
    font-family: montserrat-light;
    font-weight: 100;
    font-size: .6rem;
    letter-spacing: 1px;
    color: #A4A4A4;
    text-transform: uppercase !important;
    line-height: 12px;
    margin-top: 5px;
}

.single-product .product-price .price {
    font-family: iran-yekan-extrabold !important;
    font-size: 20px;
    font-weight: 900;

}

.single-product .product-price .old-price {
    color: #A4A4A4;
    font-size: 14px;
    line-height: 14px;
    font-family: iran-yekan-extrabold !important;
}

.single-product .product-price .old-price del {
    font-family: iran-yekan-extrabold !important;
    margin-left: 3px;
}

.single-product .product-price .price-label {
    color: #A4A4A4;
    font-size: 12px;
    font-family: ravi;

}

.single-product .product-rating {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*---------------------------------------------------------
                         search
-----------------------------------------------------------*/

.header-search-wrapper.search-wrapper-wide {
    position: relative;
}

.search-box {
    border-radius: 50px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    -moz-box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    -webkit-box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.search-box:hover, .form-control.search-box:focus {
    -moz-box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    -webkit-box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}

.form-control.search-box {
    border: 1px solid transparent;
    padding: 1rem 3rem;
}

.form-control.search-box:focus {
    background: #ecf0f3;
}

/*---------------------------------------------------------
                        product-detail
-----------------------------------------------------------*/
.single-product .product-rating .rating {
    font-size: 12px;
    position: relative;
    display: block
}

.single-product .product-rating .rating::before {
    font-family: "fontello";
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    content: "\e806 \e806 \e806 \e815 \e815";
    color: #ababab
}

.single-product .product-rating .rating .rating-active {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    height: 100%
}

.single-product .product-rating .rating .rating-active::before {
    font-family: "fontello";
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    content: "\e806 \e806 \e806 \e815 \e815";
    white-space: nowrap;
    color: #f5cc26
}

.single-product .btn.btn-contactus span {
    font-family: iran-yekan-extrabold;
    font-size: 12px;
}

.single-product .btn.btn-contactus span:last-child {
    letter-spacing: 1px;
}

.single-product .btn.btn-contactus {
    padding: 4px 15px;
    border-radius: 34px;
    background: linear-gradient(
        95deg, var(--wb-primary-color), #42518b);;
    color: #FFFFFF;
    border-color: var(--wb-primary-color);
    display: inline-flex;
    justify-content: center;
    /* margin-top: 10px !important; */
}

.single-product .btn.btn-contactus:hover {
    box-shadow: 0px 0px 20px -10px var(--wb-primary-color);
}


.single-product {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.single-product:hover {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product-dot span {
    border: .01rem solid;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

.product-view-scroll-area .product-view-info .product-left-img-info .product-name {
    font-weight: 900;
    font-size: 28px;
    font-family: 'iranyekan-regular';
    line-height: 37px;
    margin-bottom: 0;

}

.product-view-scroll-area .product-view-info .product-left-img-info .product-name-en {
    font-weight: 100;
    font-size: 14px;
    font-family: monoton;
    color: #A4A4A4;
    padding-bottom: 0;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.product-view-scroll-area .product-view-info .product-left-img-info .product-price .price {
    font-family: iran-yekan-extrabold;
    font-size: 20px;
    font-weight: 900;

}

.product-view-scroll-area .product-view-info .product-left-img-info .product-price .old-price {
    color: #A4A4A4;
    font-size: 14px;
    line-height: 14px;
    font-family: iran-yekan-extrabold !important;
}

.product-view-scroll-area .product-view-info .product-left-img-info .product-price .price-label {
    color: #A4A4A4;
    font-size: 12px;
    font-family: ravi;

}
/*---------------------------------------------------------
                            blog
-----------------------------------------------------------*/
.single-blog {
    cursor: pointer;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}

.single-blog {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.single-blog:hover {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.single-blog .single-blog-content h2 {
    font-size: .8rem;
    font-family: iran-yekan-light;
    font-weight: 600;
    text-align: right;
    line-height: 18px;
}

.single-blog .single-blog-content p.MulltipleEllipsis-Clamp2 {
    font-size: 12px;
    font-family: ravi;
    text-align: justify !important;
    line-height: 16px;
}

.single-blog .single-blog-content ul li {
    color: #A4A4A4;
}

.single-blog .single-blog-content a span {
    font-family: ravi;
    font-size: 12px;
    font-weight: 600;
}

.single-blog .single-blog-content a i {
    font-size: 12px;
    font-weight: 600;
}

.single-blog .single-blog-content a i:before {
    font-size: 12px;
    font-weight: 600;
}

.blog-right-sidebar-left-content {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.blog-right-sidebar-left-content {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.blog-right-sidebar-left-content:hover {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.blog-full-width-area .blog-right-sidebar-left-content a h2 {
    font-size: .8rem;
    font-family: iran-yekan-light;
    font-weight: 600;
    text-align: right;
    line-height: 20px;
}

.blog-full-width-area .blog-right-sidebar-left-content p.MulltipleEllipsis-Clamp2 {
    font-size: 12px;
    font-family: ravi;
    text-align: justify !important;
    line-height: 16px;
    height: 33px;
}

.blog-right-sidebar-left-content a span {
    font-family: ravi;
    font-size: 12px;
    font-weight: 600;
    font-weight: 600;
}

.blog-full-width-area .blog-right-sidebar-left-content a i {
    font-size: 12px;
    font-weight: 600;
}

.blog-full-width-area .blog-right-sidebar-left-content a i:before {
    font-size: 12px;
    font-weight: 600;
}

.blog-post-data li {
    color: #A4A4A4;
}

.single-product-button {
    bottom: 10px;
}

.single-product-button li a span, .sale-tag {
    background: linear-gradient(
        95deg, var(--wb-primary-color), #42518b);;
    line-height: 56px;
}

.single-product-button li a span:hover {
    box-shadow: 0px 0px 20px -10px var(--wb-primary-color);
}

.blog-right-sidebar-left-content .blog-post-data .post-date a {
    color: var(--wb-primary-color);
}

.blog-right-sidebar-left-content .blog-post-data .post-date a:hover {
    color: var(--wb-secondary-color);
}

.blog-right-sidebar-left-content a {
    color: var(--wb-primary-color);
}

.blog-right-sidebar-left-content a:hover {
    color: var(--wb-secondary-color);
}

.blog-right-sidebar-left-content p {
    line-height: 20px;
    color: #555;
}

.date {
    color: var(--wb-primary-color) !important;
}

.date:hover {
    color: var(--wb-secondary-color) !important;
}

.single-blog .single-blog-content a {
    color: var(--wb-primary-color);
}

.single-blog .single-blog-content a:hover {
    color: var(--wb-secondary-color);
}

.single-blog .single-blog-content p {
    line-height: 20px;
    color: #555;
}

.page-content .single-entry .entry-body .entry-meta span,
.page-content .single-entry .entry-body .entry-meta i,
.page-content .single-entry .entry-body .entry-cats,
.page-content .single-entry .entry-body .entry-tags {
    color: #A4A4A4;
    font-size: 12px;
}

.page-content .single-entry .entry-body .entry-meta i {
    font-size: 12px;
}

.page-content .single-entry .entry-body .entry-title {
    font-family: ravi;
    font-size: 28px;
    font-weight: 900;
    line-height: 35px;
}

.page-content .single-entry .entry-body .entry-cats a {
    color: var(--wb-primary-color);
    font-size: 12px;
}

.about-details {
    max-width: 75%;
    max-height: max-content;
    overflow: unset;
    overflow-y: unset;
    margin: auto;
}

.info-2 a {
    width: 50%;
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 0;
}


.w-100 {
    width: 100% !important;
}
/*---------------------------------------------------------
                        product-filter
-----------------------------------------------------------*/
.product-price .old-price {
    font-weight: 500;
    font-size: 14px;
    font-family: 'montserrat';
}

.product-price .price {
    font-weight: 700;
    font-size: 18px;
    font-family: 'montserrat';
}

.pro-price {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    direction: ltr;
}

.product-search p {
    top: 50%;
    left: 20px;
    right: auto;
    transform: translateY(-50%);
}

.product-search input {
    height: 35px;
    border-radius: 20px;
    border: 1px solid #888;
    padding: 2px 20px;
}

.product-menubar a {
    color: #999;
    font-size: 14px;
}

.noUi-horizontal {
    height: .1rem;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    color: #333333;
    font-weight: 300;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-handle {
    width: .9rem;
    height: .9rem;
    margin-top: -0.4rem;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: 0;
    left: auto;
}

.h-80 {
    height: 80px !important;
}

.product-menubar {
    height: fit-content;
}

.option-input {
    height: 16px;
    width: 16px;
}

label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
}

.f-choose-color .option-input {
    color: #0b0b0b;
}

.btn-filter {
    padding: 7px 15px;
    border-radius: 34px;
    background: linear-gradient(95deg, var(--wb-primary-color), #42518b);
    color: #FFFFFF;
    border-color: var(--wb-primary-color);
}

.btn-filter:hover {
    box-shadow: 0px 0px 20px -10px var(--wb-primary-color);
    color: #fff;
}

.product-left-img-info .price {
    font-size: 22px !important;
    font-weight: 700 !important;
    font-family: 'montserrat';
}

.product-left-img-info .old-price {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: 'montserrat';
}

.product-gallery-btn a {
    padding: 12px 10px 7px 10px;
    top: 15px;
    color: #FFFFFF;
    background: linear-gradient(95deg, var(--wb-primary-color), #42518b);
    z-index: 11;
}

.product-gallery-btn a:hover {
    color: #FFFFFF;
    background-color: var(--wb-secondary-color) !important;
}

.single-product-list-button li a span {
    line-height: 60px;
    height: 50px;
    width: 50px;
    color: var(--wb-primary-color);
}

.single-product-list-button li a {
    border-radius: 50%;
    border: 1px solid var(--wb-primary-color);
    position: relative;
    overflow: hidden;
}
.single-product-list-button li a:hover {
    box-shadow: 0px 0px 20px -10px var(--wb-primary-color);
}

/*
.single-product-list-button li a:hover {
    border: 1px solid var(--wb-secondary-color) !important;
    background-color: var(--wb-secondary-color);
} */

.single-product-list-button li a:hover span {
    color: var(--wb-primary-color);
}

.single-product-list-button li a.contact {
    border-radius: 35px;
    color: #FFFFFF;
    background: linear-gradient(45deg, var(--wb-primary-color), #42518b);
}

.single-product-list-button li a.contact:hover {
    box-shadow: 0px 0px 20px -10px var(--wb-primary-color);
}

.single-product-list-button li a.contact span {
    line-height: 50px;
    width: fit-content;
    padding: 0 28px;
    color: #FFFFFF;
    font-size: 14px;
}

.single-product-list-button li a.contact span span {
    padding: 0 2px 0 2px;
    color: #FFFFFF;
    font-family: 'montserrat';
}


#list .product-gallery-btn a {
    padding: 12px 10px 7px 10px;
    top: 15px;
    color: #FFFFFF;
    background-color: var(--wb-primary-color);
}

#list .product-gallery-btn a:hover {
    color: #FFFFFF;
    background-color: var(--wb-secondary-color);
}

#list .single-product-list-button li a span {
    line-height: 64px;
    color: var(--wb-primary-color);
}

#list .single-product-list-button li a {
    border-radius: 50%;
    border: 1px solid var(--wb-primary-color);
}

/*
#list .single-product-list-button li a:hover {
    border: 1px solid var(--wb-secondary-color) !important;
    background-color: var(--wb-secondary-color);
} */

#list .single-product-list-button li a:hover span {
    color: #FFFFFF;
}

#list .single-product-list-button li a.contact {
    border-radius: 35px;
    color: #FFFFFF;
    background-color: var(--wb-primary-color);
}

#list .single-product-list-button li a.contact:hover {
    color: #FFFFFF;
    background-color: var(--wb-secondary-color);
    border: 1px solid var(--wb-secondary-color);
}

#list .single-product-list-button li a.contact span {
    line-height: 56px;
    width: fit-content;
    padding: 0 29px 0 28px;
    color: #FFFFFF;
}

#list .single-product-list-button li a.contact span span {
    padding: 0 2px 0 2px;
    color: #FFFFFF;
    font-family: 'montserrat';
}

.product-left-img-info .price span {
    font-size: 12px;
    font-weight: 400;
    font-family: 'montserrat';
}

.stock .item .num {
    color: var(--wb-primary-color);
    font-family: 'iran-yekan-extrabold';
    font-weight: 600;
    margin-left: .2rem;
    font-size: 2.2rem;
}

.stock .item .text {
    font-size: .9rem;
    line-height: .9rem;
}

.stock .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: var(--wb-primary-color);
}

.product-left-img-info .product-rating {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-left-img-info .product-rating .rating {
    font-size: 12px;
    position: relative;
    display: block
}

.product-left-img-info .product-rating .rating::before {
    font-family: "fontello";
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    content: "\e806 \e806 \e806 \e815 \e815";
    color: #ababab
}

.product-left-img-info .product-rating .rating .rating-active {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    height: 100%
}

.product-left-img-info .product-rating .rating .rating-active::before {
    font-family: "fontello";
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    content: "\e806 \e806 \e806 \e815 \e815";
    white-space: nowrap;
    color: #f5cc26
}

.product-choose-colors .option-input {
    height: 18px;
    width: 18px;
}

.product-view-tab .nav-link {
    font-size: 14px;
}

.rat {
    top: 1px;
}

.desc-title {
    font-size: 14px;
    font-weight: 600;
}

.single-product-content .product-rating {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-product-content .product-rating .rating {
    font-size: 12px;
    position: relative;
    display: block
}

.single-product-content .product-rating .rating::before {
    font-family: "fontello";
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    content: "\e806 \e806 \e806 \e815 \e815";
    color: #ababab
}

.single-product-content .product-rating .rating .rating-active {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    height: 100%
}

 .wb-share-button .wb-copied{
     background: gray;
     color: #fff;
     position: absolute;
     top: 643px;
     left: 212px;
     direction: rtl;
     padding: 0px 7px;
     border-radius: 20px;
     transition: width 2s;
     line-height: 27px;
 }

.single-product-content .product-rating .rating .rating-active::before {
    font-family: "fontello";
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    content: "\e806 \e806 \e806 \e815 \e815";
    white-space: nowrap;
    color: #f5cc26
}

.review-comments-area .author-post-details .author-img img {
    border-radius: 50%;
}

/*
.btn {
    background: #ffffff00;
} */
.author-post span::before {
    display: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ededed;
    outline: 0;
    box-shadow: 0px 0px 20px -13px var(--wb-primary-color);
}
/* ___________________________________________
            search result
______________________________________________ */
.search-border {
    height: 1px;
}

.search__item {
    list-style: none;
    display: flex;
    background: #fff;
    padding: 0 0 0 2rem;
    align-items: center;
    border: 1px solid transparent;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
}

.search__img {
    width: 100px;
    height: 100px;
}

.search__results {
    position: absolute;
    overflow-x: hidden;
    height: 40rem;
    z-index: 2;
    max-width: 1108px;
    left: 0;
    right: 0;
    margin: 0 15px;
    width: 100%;

}

.search__results .search__item {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    padding: 10px 25px;
    margin: 2px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.07);
}

.search__results .search__item:hover {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid transparent;
    border: 1px solid #000;
    border-color: var(--wb-primary-color);
}

.search__results .search__item .Content {
    display: block;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 3%;
    flex-grow: 1;
}

.search__results .search__item .Content .search__name {
    font-size: 14px;
    text-align: right;
}

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

.search__results .search__item .search__category {
    border-radius: 10px 0px 10px 10px;
    width: fit-content;
    padding: 2px 15px;
    color: #fff;
    font-size: .7rem;
}

/*  portfolio-grid   start   */
/*
.pagination .disabled {
    color: #dfdfdf;
    border: 1px solid #dfdfdf;
    padding-right: 10px;
    padding-left: 10px;
    align-items: center;
    padding-top: 5px;
    direction: rtl;
} */

.tag {
    background-color: #f3f3f3;
    padding: 3px 5px;
    border-radius: 8px;
    margin-right: 3px;
    line-height: 19px;
}

.tag:hover {
    background-color: #dfdfdf;
}

.shadow {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.shadow:hover {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.widget-area p, .widget-area li, .widget-area li a {
    margin-bottom: 5px;

}

.footer-widget h4 {
    color: #999999;
    font-weight: 100;
}

.footer-info form input {
    width: 300px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background: transparent;
    border: 1px solid #999;
    color: #fff;
    margin-bottom: 10px;
}

.about-bg {
    background: unset;
    height: 100vh;
}

.about-me-img-rtl {
    right: 0;
    top: 0;
    width: 50%;
    bottom: 0;
    background-position: left center;
    background-size: cover;
    height: 100%;
}

.about-d-height-rtl {
    top: 0;
    left: 0;
    width: 50%;
    bottom: 0;
}

.nav-link span b {
    font-size: 0.7rem;
    background-color: rgba(210, 210, 210, 0.4);
    border-radius: 20px;
    padding: 0 10px;
    text-align: center;
}

.header-btn {
    cursor: pointer;
    padding: 3px 20px;
    margin: 5px 10px 5px 10px;
    color: #FFFFFF !important;
    background-color: var(--wb-primary-color) !important;
    border: 1px solid var(--wb-primary-color) !important;
    border-radius: 35px;
}

.header-btn:hover {
    background-color: var(--wb-secondary-color) !important;
    color: #ffffff !important;
    border-color: var(--wb-secondary-color) !important;

}

.nav .nav-item .nav-link {
    color: #d1cbcb;
}
.nav .nav-item.active{
    font-weight: 600;
    color: var(--wb-primary-color);

}
.nav .nav-item .nav-link:hover {
    color: var(--wb-primary-color);
    border-bottom: 1px solid;
}

.nav .nav-item.active .nav-link {
    color: #0b0b0b;
    border-bottom: 1px solid;
}

.slider-content {
    position: absolute;
    right: 15.5%;
    left: auto;
}

.search-icon {
    position: absolute;
    right: 15px;
    z-index: 10;
    top: 50%;
    padding: 0 10px;
}

.form-control {
    padding: 0.375rem 2rem;
}

.header-right ul li a, a.mobile-menubar {
    font-size: 12px;
}

@media screen and  (max-width: 768px) {
    .header-btn {
        padding: 3px 8px;
    }
    .single-blog .blog-img {
        height: 373px;
    }
}

@media (min-width: 320px) {
    .product-offer-area .single-feature {
        border-radius: 15px;
    }
}
@media (min-width: 1280px) {
    .product-offer-area .single-feature {
        border-radius: 35px;
    }
    .single-service-feature p {
        letter-spacing: 7px !important;
    }
}
.section-content-position {
    top: 10%;
    left: 20%;
    right: 10%;
    bottom: 10%;
}

.divider {
    height: 1px;
    background-color: #eee;
}

.product-offer-height .single-feature > img {
    min-height: auto;
    height: auto;
    width: 100%;
}

.info-2 .info-2-btn {
    border: 1px solid;
    background-color: #003e88;
    color: #fff;
    font-family: ravi;
    letter-spacing: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.info-2 .info-2-btn:hover {
    background-color: var(--wb-secondary-color);
    color: #fff;
    border: 1px solid var(--wb-secondary-color);
}

.contact-form-right .contact-btn {
    padding: 10px 50px;
    border: 1px solid var(--wb-primary-color);
    color: #fff;
    font-family: ravi;
    letter-spacing: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 35px;
    background-color: var(--wb-primary-color);
}

.contact-form-right .contact-btn:hover {
    background-color: var(--wb-primary-color);
    color: #fff;
    border: 1px solid var(--wb-primary-color);
    box-shadow: 0px 0px 20px -10px var(--wb-primary-color);
}

.contact-form-right form {
    text-align: center;
}

.grayscale-100 {
    filter: grayscale(100%);
}

.grayscale-100:hover {
    filter: none;

}

.about-me-area .about-me-img img {
    max-height: 850px;
}

.about-me-area .about-me-img-rtl img {
    max-height: 850px;
}

.about-me-area .about-me-img img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.about-me-area .about-me-img-rtl img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.title-ravi-50 {
    font-size: 50px !important;
    font-family: ravi;
}

.title-noir-10 {
    font-size: 10px !important;
    letter-spacing: 5px;
    font-family: noir;
    text-align: center;
}

.about-details p, .about-details li {
    color: #606060;;
    font-family: ravi;
    letter-spacing: 0;
}

.about-details h1 {
    font-size: 14px;
    line-height: 24px;
    color: rgb(96, 96, 96);
    font-family: ravi;
    letter-spacing: 0;
}

.social-sharing li a {
    background: linear-gradient(95deg, var(--wb-primary-color), #42518b);
    color: #FFFFFf !important;
    line-height: 44px;
}

.social-sharing li a:hover {
    box-shadow: 0px 0px 20px -10px var(--wb-primary-color);
    background: linear-gradient(95deg, var(--wb-primary-color), #42518b);
    color: #FFFFFf !important;
    line-height: 44px;
}

.btn-login {
    padding: 10px 20px 10px 20px;
    background-color: var(--wb-primary-color);
    color: #ffffff;
    border-radius: 35px;
    font-size: 14px;
}

.btn-login:hover {
    background-color: var(--wb-primary-color);
    color: #ffffff;
    box-shadow: 0px 0px 20px -10px var(--wb-primary-color);
}

.tab-content .tab-pane table tr .tbl-content {
    font-family: "iran-yekan";
    font-size: 14px;
    font-weight: 700;
    width: 80%;
}

.btn-comment-send {
    padding: 10px 40px 10px 40px;
    background-color: var(--wb-primary-color);
    color: #ffffff;
    border-radius: 35px;
    font-size: 16px;
}

.btn-comment-send:hover {
    background-color: var(--wb-primary-color);
    color: #ffffff;
    box-shadow: 0px 0px 20px -10px var(--wb-primary-color);
}

.contact-form-right input, .comment textarea {
    height: 40px;
    border-radius: 0;
    padding: 20px;
}

.subscriber-area .btn {
    border-radius: 35px;
}

.footer-widget .btn:hover {
    background: var(--wb-secondary-color);
    color: #FFFFFf;
}

/*sub header*/
/* .bg-gradient-light-gray {
    background-image: linear-gradient(to right, #eeeeee, #e3e3e3);
} */

.slider-area .single-page {
    background-image: linear-gradient(to right, #eeeeee, #e3e3e3);
}

.slider-area .single-page .page-title p {
    font-weight: 600;
    font-size: 50px;
    font-family: 'ravi';
    text-align: center;
    color: var(--wb-primary-color);
}

.slider-area .single-page .page-title h2 {
    letter-spacing: 0;
    color: rgba(1, 32, 80, 0.75);
    font-family: monoton;
    font-size: 18px;
    text-align: center;
}

.slider-area .single-page .page-title .breadcrumb .breadcrumb-item a {
    font-family: 'iran-yekan';
    font-size: 12px;
    color: var(--wb-primary-color);
}

.breadcrumb .breadcrumb-item a {
    font-family: 'iran-yekan';
    font-size: 12px;
    color: var(--wb-primary-color);
}

.slider-area .single-page .page-title .breadcrumb .breadcrumb-item.active {
    font-family: "ravi";
    font-size: 12px;
    color: var(--wb-primary-color);
}

.slider-area .single-page .page-title .breadcrumb-item + .breadcrumb-item::before {
    content: '\f104';
    font-family: Fontello;
    font-size: 14px;
    color: var(--wb-primary-color);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '\f104';
    font-family: Fontello;
    font-size: 14px;
    color: var(--wb-primary-color);
}

.history-area .container-wrapper .single-feature .img-zoom {
    width: 100%;
}

.accordion .card .card-header h2 {
    font-size: 16px !important;
    font-weight: 600;
    text-align: right;
    margin-bottom: 0;
}

.accordion .card .card-header h2:after {
    content: '\f107';
    font-family: Fontello;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 30px;
}

.accordion .card .collapse .card-body p {
    font-size: 14px;
    text-align: justify;
    direction: rtl;
}

.accordion .card {
    border-radius: 0;
    border: none;
}

.accordion .card .card-header {
    border-radius: 20px;
    margin-bottom: 5px;
    background-color: rgb(242 244 251 / 80%);
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 20px;
}

.ravi {
    font-family: 'ravi' !important;
}

.noir {
    font-family: 'noir' !important;
}

.montserrat {
    font-family: 'montserrat' !important;
    font-weight: 600;
}


/* -----------------------------------------
              pagination
 ------------------------------------------*/
.page-link, .page-item.disabled span:not(.text-perv){
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    border: 1px solid #dee2e6;
}
.page-item.disabled {
    opacity: .5;
}
/* -----------------------------------------
                footer
 ------------------------------------------*/
@media screen and (max-width: 767px) {
    .subscriber-area {
        padding-left: 0;
        padding-right: 0;
    }

    .single-product-list-button li a.contact span {
        line-height: 27px;
    }
}

.wiiila {
    position: absolute;
    /* top: 0; */
    left: 50%;
    padding: 50px;
    margin: -200px 0 0 0;
}

.context {
    font-family: "byekan", "montserrat";
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background: linear-gradient(95deg, var(--wb-primary-color), #42518b);
}
