/*
Theme Name: arabmedia
Theme URI: https://arabmedia.ir
Author: the WordPress team
Author URI: https://wordpress.org
Description: سایت عرب مدیا
Version: 1.0
 */
h1,h2,h3,h4,h5,h6,p{
    padding: 0 ;
    margin: 0 ;
}
a,span{
    margin: 0 ;
    font-family: IRANSans;
}
button{
    border: none !important;
    font-family: IRANSans;
}

body {
    background-color: #f1f6f9;
    font-size: 15px;
    font-family: IRANSans;
}
body *{
    box-sizing: border-box;
}
img {
    max-width: 100%;
}

li {
    list-style: none;
}

.icon {
    padding-left: 5px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

a, a:hover {
    text-decoration: none;
}
/**************  header  ****************/
header {
    background-color: #0174be;
    padding-top: 10px;
    height: 130px;
}
.nirweb_mobile_menu{
    position: fixed;
    background-color: #fff;
    height: 100vh;
    z-index: 999;
    top: 0;
    right: 0;
    padding: 25px 15px 15px;
    width: 250px;
    margin-right: -350px;
    transition: all 0.3s linear;
}
.nirweb_mobile_menu.active{
    margin: 0;
    transition: all 0.3s linear;
}
.nirweb_mobile_menu ul{
    padding: 0;
}
.nirweb_mobile_menu ul li{
    margin-bottom: 15px;
}
.nirweb_mobile_menu ul li a{
    color: #000;
    padding: 10px 0;
    font-weight: 500;
}

.nirweb_mobile_menu_back{
    background-color: rgba(3, 3, 3, 0.40);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 800;
    display: none;
}
.nirweb_mobile_menu_nav .menu-item-has-children > a::before{
    left: 18px;
}
.nirweb_mobile_menu_nav ul.sub-menu{
    display: none;
    padding: 10px;
    border-right: solid 1px #eee;
    margin: 10px 0;
}
.nirweb_mobile_menu_bottom .nirweb-networks{
    justify-content: center;
    border-top: solid 1px #eee;
    padding-top: 20px !important;
}
.nirweb_mobile_menu_phone{
    color: #000;
    display: flex;
    justify-content: center;
    padding: 10px 0 !important;
}
.nirweb_mobile_menu_bottom{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 30%;
}
.nirweb_mobile_menu_nav{
    width: 100%;
    height: 70%;
}
.logo {
    width: auto;
    max-height: 75px;
}

.search_bx {
    /*margin-bottom: 40px;*/
}

.search_bx form {
    width: 100%;
    position: relative;
    padding: 0 35px;
}

.nirweb-search-bx form input {
    width: 100%;
    height: 40px;
    border: 1px solid #bbb;
    border-radius: 20px;
    padding-right: 8px;
}

.nirweb-search-bx form button {
    width: 38px;
    height: 34px;
    background-color: #ffffff;
    text-align: center;
    color: #f9bb54;
    position: absolute;
    left: 19px;
    top: 11px;
    border-radius: 50% 0 0 50%;
    font-size: 18px;
    cursor: pointer;
    /* margin: 7px 0 30px 38px; */
}

.nirweb-networks {
    display: flex;
    justify-content: flex-end;
}

.icon-networks {
    margin: 5px;
    width: 20px;
    height: 20px;
}

.p1 {
    font-size: 14px;
    color: white;
    padding-top: 5px;
    font-weight: 500;
}

.header_box {
    background-color: #fff;
    margin-top: -35px;
    border-radius: 15px;
    padding: 15px 5px;
}

.nirweb-section1 {
    margin-top: 80px
}

.btn-item {
    justify-content: flex-end;
}

.nirweb-title-and-btn {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.nirweb-btn1 {
    color: #fff;
    background-color: #009ae6;
    border-radius: 25px;
    padding: 14px 15px;
    font-size: 15px;
    margin: 0 5px;
	
}

.nirweb-btn2 {
    color: #009ae6;
    background-color: #fff;
    border: solid 2px #009ae6;
    border-radius: 50%;
    padding: 11px 10px 1px 10px;
    font-size: 15px;
    margin-left: 10px !important;
    display: block;
	position: relative;
}
span.nirweb_cart_num {
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #0174be;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nirweb-btn2 img{
    max-width: 25px;
}

.nirweb-menu-items ul li {
    display: inline-block;
    margin-left: 35px;
    position: relative;
}

.nirweb-menu-items ul li a {
    display: inline-block;

    color: #000;
    font-weight: 500;
}

.nirweb-menu-items ul li a:hover {
    color: #ee810e;
}

.nirweb-menu-items ul li > ul {
    position: absolute;
    width: 160px;
    background-color: #ffffff;
    border-radius: 5px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 60;
}

.nirweb-menu-items ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    padding: 10px;
}

.nirweb-menu-items ul li ul li a {
    top: 0;
    padding: 10px 12px 5px 8px;
    position: relative;
}

/************ home slider *************/


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: start;
    font-size: 18px;
    background: #f1f6f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination {
    text-align: end !important;
    margin-left: 30px;
}


.nirweb-slider .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 15px;
}

.img-single-product img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.nirweb-img {
    width: 100%;
    padding: 0px;
}

.nirweb-banner {
    position: relative;
}
.nirweb-banner img.nirweb-img {
    border-radius: 20px;
}
.nirweb_banner_title{
    color: #fff;
}
.nirwem-text {
    position: absolute;
    bottom: 20px;
    left: 110px;
    color: #fff;
}

.text-title {
    font-size: 18px;
    font-weight: 600;
}

.text-title-excerpt p {
    font-size: 15px;
    color: #666;
    text-align: justify;
    line-height: 1.8;
}

.nirwem-text-slider {
    z-index: 1;
    position: absolute;
    bottom: 70px;
    right: 15px;
    color: #fff;
}

.nirweb_title_slider {
    font-size: 20px;
    font-weight: 600;
}

.nirweb_btn_slider {
    font-size: 14px;
    background-color: #009ae6;
    border-radius: 15px;
    padding: 5px 10px 5px 10px !important;
    margin-top: 20px !important;
    color: white;
    display: block;
    width: max-content;
}

.nirweb-section2 {
    margin-top: 80px;
}

.nirweb-section3 {
    margin-top: 10px;
    padding: 0 60px 0 60px;
}

.nirweb_title {
    margin-bottom: 10px !important;
    color: #000;
    position: relative;
}

.nirweb_title:before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 41px;
    width: 9px;
    height: 4px;
    border-radius: 2px;
    background-color: #f1f6f9;
    z-index: 10;
}

.nirweb_title:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 60px;
    height: 4px;
    border-radius: 5px;
    background-color: #009ae6;
}

.nirweb-img-category {
    width: 100%;
    padding: 0px;
}

.nirweb-banner-category {
    position: relative;
    width: 20%;
}

.nirweb-banner-category img{
    border-radius: 20px;
}

#category_name {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
}

.nirweb-banner-category h3 {
    position: absolute;
    bottom: 30px;
    left: 50px;
    color: #000;
    font-size: 14px;
}

.nirweb-btnbtn {
    background-color: #ffffff;
    margin-right: 13px;
    border-radius: 8px;
    width: 95px;
    height: 33px;
    display: flex;
    align-items: baseline;
}

.nirweb-single-btn1, .nirweb-single-btn2, .nirweb-single-btn3 {
    border-radius: 8px;
    color: #000;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    margin: 4px 4px 4px 0px;
    font-size: 10px;
    text-align: center;
}

.nirweb-single-btn1.active, .nirweb-single-btn2.active, .nirweb-single-btn3.active {
    background-color: #009ae6;
    border-radius: 8px;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin: 4px 4px 4px 0px;
    font-size: 10px;
    text-align: center;
}

.nirweb_product_box {
    text-align: center;
    padding-top: 80px;
}
.nirweb_product_box_content{
    background-color: #fff;
    border-radius: 15px;
}
.nirweb_product_box_content_text{
    padding: 10px 15px 20px;
}

.img-Product-sales {
    margin-top: -80px;
    position: relative;
    width: 90%;
    border-radius: 20px;
}

.img-Product-sales-lable {
    position: absolute;
    top: 15px;
    left: 25px;

}
.img-Product-sales-lable span{
    font-size: 11px;
    border-radius: 10px;
    padding: 5px !important;
    color: #fff;
    background-color: #0e5985;
    margin-right: 7px;
}

.img-Product-sales-lable-col3 {
    position: absolute;
    top: 60px;
    left: 30px;
    font-size: 11px;
    border-radius: 10px;
    padding: 5px;
    color: #fff;
    background-color: #0e5985;
}

.article-product {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    margin: 0px;
}

.view-all {
    font-size: 13px;
    font-weight: 600;
    color: #009ae6;
}

.text-title-sales {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: right;
    display: block;
}

.text-title-decs {
    font-size: 14px;
    text-align: start;
    color: #888;
}

.text-title-rice {
    font-size: 16px;
    text-align: end;
    font-weight: 500;
    color: #888;
    padding: 10px 0;
}

.text-title-free {
    font-size: 14px;
    font-weight: 500;
    text-align: end;
    color: #ee810e;
    padding: 10px 0;
}

.nirweb-section-product-display {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 15px 20px 15px;
    position: relative;
}

.star-img {
    width: 14px;
    height: 14px;
    padding: 1px 0px;
    margin: 5px 5px 0 0;
}

.text-title2 p {
    font-size: 12px;
    color: #999999;
}

#div1 p, #div2 p {
    color: #666666;
    /*display: none;*/
}

.text-decs-news p {
    font-size: 12px;
    color: #666 !important;
    text-align: justify;
    line-height: 1.5;;
}

.nirweb-rice-btn {
    display: flex;
    align-items: baseline;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.img-article {
    padding: 10px;
    width: 100%;
    height: 140px;
    border-radius: 25px;
}

.img-article-news {
    padding: 10px;
    border-radius: 45px;
}

.nirweb-ather-category {
    display: flex;
    align-items: baseline;
}

.ather-link {
    font-size: 12px;
    margin-right: 0;
    color: #0c356a;
    font-weight: 500;
}

.btn-ather {
    font-size: 12px;
    background-color: #fff;
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    margin-top: 40px;
    color: white;
}

.date-release {
    display: flex;
    justify-content: end;
    align-items: flex-end
}

.icon-img {
    width: 18px;
    height: 18px;
    padding: 0px 0px;
    margin: 0px 5px 0 0;
}

.package-product {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    margin: 0px;
}

.img-package {
    padding: 10px;
    border-radius: 25px;
    width: 115px;
    height: 125px;
}

.text-decs-package-excerpt p {
    font-size: 11px;
    color: #666;
    text-align: justify;
    line-height: 1.4;
}

.nirweb-package-category {
    display: flex;
    align-items: baseline;
}

.-package-title-rice {
    font-size: 11px;
    text-align: end;
    color: #888;
    padding: 10px 0;
}

.package-link {
    font-size: 12px;
    margin-right: 0;
    color: #0c356a;
    font-weight: 500;
}

.icon-down-img {
    width: 18px;
    height: 18px;
    padding: 0px 0px;
    margin-left: 2px;
}

.btn-down-slider {
    display: flex;
    align-items: center;
    background-color: #009ae6;
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    margin-top: 0px;
    color: white;
}

.btn-down-slider span {
    font-size: 10px;
}

footer {
    background:#353535;
    width: 100%;
    height: 100%;
    margin-top: 100px;
}

.logo-footer {
    width: 150px;
    margin-top: 50px;
}

.nirweb-menu-footer {
    border-bottom: 2px solid #5d5d5d;
}

.nirweb-menu-footer ul li {
    display: inline-block;
    margin-left: 45px;
    position: relative;
}

.nirweb-menu-footer ul li a {
    display: inline-block;
    padding: 20px 0;
    color: #fff;
}

.nirweb-menu-footer ul li a:hover {
    color: #ee810e;
}

.copy-write {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.svgrepo-logo {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-copy-write {
    color: #fff;
    font-size: 15px;
}

.img-svgrepo-logo {
    padding: 0px 5px;
    margin: 5px;
    height: 20px;
}
/*********** single product  ***************/
.variations select {
    padding: 5px 15px;
    height: 40px;
    margin-top: 8px;
    font-family: inherit;
    border: solid 1px #009ae6;
    border-radius: 3px;
}
.quantity {
    margin: 25px 0;
}
.quantity input{
    padding: 5px;
    border-radius: 6px;
    border: solid 1px #777;
}
div.comment_container {
    background: #e9f3f9;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}
img.avatar.photo {
    border-radius: 45px;
    margin-left: 25px;
}
.comment-text p.meta {
    margin-bottom: 15px !important;
    display: block;
    color: #003f5e !important;
    font-size: 14px;
}
.nirweb-btn-lango {
    color: #009ae6;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #009ae6;
    padding: 4px 12px;
    margin: 13px 0px 0px 10px;
    font-size: 12px;
}

.nirweb-btn-lango:hover {
    color: #fff;
    background-color: #009ae6;
    border-radius: 8px;
    border: 1px solid #009ae6;
    padding: 4px 12px;
    margin: 13px 0px 0px 10px;
    font-size: 12px;
}

.nirweb-btn-lango option {
    background-color: white;
    color: #000;
    font-size: 12px;
    border: 1px solid #009ae6;
}

.nirweb-single-sidebar {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
}
.nirweb_product_content_box{
    background-color: #fff;
    padding: 10px;
    margin-top:100px;
    border-radius: 20px;
}
.title-single-sidebar {
    font-size: 10px;
}

.under-single-sidebar {
    font-size: 12px;
    color: #ee810e;
    padding-top: 15px;
    padding-bottom: 20px;
}

.div-btn-single-sidebar {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.btn-single-sidebar ,button.single_add_to_cart_button.button.alt {
    font-size: 20px;
    border-radius: 25px;
    background-color: #ee810e;
    padding: 10px 65px;
    color: #fff;
    cursor: pointer;
}

.cat-item {
    position: relative;
    margin-top: 11px;
    font-weight: 500;
}

.cat-item::before {
    position: absolute;
    margin: 4px 5px 5px 5px;
    width: 16px;
    height: 16px;
    content: "";
    border-radius: 5px;
    border: 2px solid #f9bb54;
}

.current-cat::before {
    margin: 4px 5px 5px 5px;
    width: 16px;
    height: 16px;
    content: "";
    border-radius: 5px;
    border: 8px solid #f9bb54;
}

.cat-item a {
    padding-right: 25px;
    font-size: 14px;
    color: #000;
}


.breadcrumb a {
    color: #000;
    text-decoration: none;
}

.div-btn-teaser {
    display: flex;
    justify-content: center;
}

.btn-teaser {
    position: relative;
    font-size: 16px;
    background-color: #009ae6;
    border-radius: 18px;
    padding: 10px 15px 10px 15px;
    margin-top: -25px;
    color: #fff;
    cursor: pointer;
    align-items: center;
}
.btn-teaser img{
    margin-right: 10px;
}
.video-img {
    width: 90%;
    position: relative;
}

.caver {
    position: absolute;
    border-radius: 25px;
    background: #000;
    top: -1px;
    opacity: 0.4;
    right: 59px;
    width: 794px;
    height: 448px;
}

.div-video-play {
    display: flex;
    justify-content: center;
    position: relative;
    top: -300px;

}

.video-play {
    position: absolute;
    background-color: #009ae6;
    border-radius: 50%;
    padding: 20px 15px;
    color: #fff;
}

.text-video-play {
    color: #fff;
    padding-top: 65px;

}

.nirweb-category-sidebar {
    height: 575px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    padding-bottom: 30px;
}

.title-sidebar {
    font-size: 18px;
}

.under-category-sidebar {
    font-size: 18px;
    color: #ee810e;
    padding-top: 15px;
    padding-bottom: 25px;
}

.nirweb-category-sidebar span {
    margin-right: 25px;
}

li.product {
    display: flex;
}

/*checkbox*/
.checkbox-sidbar {
    display: flex;
    align-items: center;
}

.nirweb-category-sidebar input[type=checkbox] {
    cursor: pointer;
    font-size: 12px;
    visibility: hidden;
    position: absolute;
    transform: scale(1.5);
    width: 15px;
    height: 15px;
}

.nirweb-category-sidebar input[type=checkbox]:after {
    content: " ";
    background-color: #fff;
    display: inline-block;
    color: #fff;
    width: 15px;
    height: 15px;
    visibility: visible;
    border: 1px solid #ee810e;
    padding: -1px 1px;
    border-radius: 5px;
}

.nirweb-category-sidebar input[type=checkbox]:checked:after {
    content: "\2714";
    display: block;
    font-weight: bold;
    background-color: #ee810e;
}

/********* checkbox ********/
.moving-pages {
    border-bottom: 2px solid #9caeb7;
    padding: 10px 0px;
}
.nirweb_single_label{
    color: #ee810e;
    font-weight: 700;
}
.moving-pages-part2{
    cursor: pointer;
}
.moving-pages-part1, .moving-pages-part2 {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 10px;
    color: #9caeb7;
}

.moving-pages-part1.active, .moving-pages-part2.active {
    font-size: 15px;
    border-bottom: 4px solid #009ae6;
    padding: 8px 10px;
    color: #000;
}

.hidden {
    display: none;
}

/*جابجایی صفحات*/
.pagination_ayar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pagination_ayar a, .pagination_ayar span {
    color: #000;
    background: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
    border-radius: 5px;
}

.pagination_ayar .next, .pagination_ayar .prev {
    width: 55px;
}

.pagination_ayar .current {
    background-color: #033f88;
    color: #fff;
}

/*جابجایی صفحات*/
.title-simple {
    font-size: 22px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.img-hamburger {
    align-items: end;
}

.img-profile {
    width: 79px;
    border: solid 1px #eee;
    border-radius: 70px;
}

.name-profile {
    font-size: 14px;
}

.img-icon-profile {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.menu-profile-btn {
    display: flex;
    margin-bottom: 10px !important;
    background-color: #fff;
    padding: 10px 10px;
    font-weight: 500;
    color: #000;
}


.menu-profile-btn:hover ,.menu-profile-btn.active{
    color: #0c356a;
    background-color: #cce3f2;
    border-radius: 15px;
}

.menu-profile {
    padding: 0 0 80px 0;
    border-bottom: 1px solid #5e6064;
}

.menu-profile-logout-btn {
    display: flex;
    color: #f0912c;
    margin-top: 25px;
    padding: 10px 10px;
}

.menu-profile-logout-btn:hover {
    /*background-color: rgb(238, 212, 156);*/
    /*border-radius: 15px;*/
}

.img-icon-profile-right {
    width: 25px;
    height: 25px;
    margin: 10px 10px;
}

.profile-icon-right {
    display: flex;
    align-items: center;
    border: 2px solid #607d8b;
    border-radius: 20px;
}

.profile-movie-btns {
    display: flex;
    justify-content: center;
}

.profile-movie-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #009ae6;
    width: 160px;
    fill: #009ae6;
    color: #009ae6;
    padding: 8px 10px 8px 10px;
    margin: 0 5px;
    font-size: 13px;
    stroke: #009ae6;
}

.profile-movie-btn:hover {
    background-color: #009ae6;
    border-radius: 20px;
    width: 160px;
    color: #fff;
    fill: #fff;
    padding: 8px 10px 8px 10px;
    font-size: 13px;
    text-align: center;
    stroke: #fff;
}

.profile-movie-btn:hover svg path {
    background-color: #009ae6;
    border-radius: 20px;
    width: 160px;
    color: #fff;
    padding: 8px 10px 8px 10px;
    font-size: 13px;
    text-align: center;
    stroke: #fff;
}

.profile-movie-btn span {
    padding-right: 8px;
}

.img-icon-profile-btn {
    display: flex;
    justify-content: center;
    margin: 0px 15px 0 15px;
}

.title-simple2 {
    font-size: 18px;
    padding-bottom: 10px;
}

.Section-Serial-profile {
    background-color: #fff;
    border-radius: 15px;
}

.Section-Serial-profile-btn {
    display: flex;
    padding: 15px 5px;
}

.Section-Serial-profile-movie-btns {
    display: flex;
    justify-content: flex-end;

}

.Section-Serial-profile-movie-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #009ae6;
    width: 90px;
    fill: #009ae6;
    color: #009ae6;
    padding: 8px 10px 8px 10px;
    margin: 0 5px;
    font-size: 13px;
    stroke: #009ae6;
}

.Section-Serial-profile-movie-btn:hover {
    background-color: #009ae6;
    border-radius: 20px;
    width: 90px;
    color: #fff;
    fill: #fff;
    padding: 8px 10px 8px 10px;
    font-size: 13px;
    text-align: center;
    stroke: #fff;
}

.Section-Serial-profile-movie-btn:hover svg path {
    background-color: #009ae6;
    border-radius: 20px;
    width: 90px;
    color: #fff;
    padding: 8px 10px 8px 10px;
    font-size: 13px;
    text-align: center;
    stroke: #fff;
}

.Section-Serial-profile-movie-btn span {
    padding-right: 8px;
}

.Section-Serial-profile-movie-not-btns {
    display: flex;
    justify-content: flex-end;
}

.Section-Serial-profile-movie-not-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    fill: #f9bb54;
    stroke: #f9bb54;
    border-radius: 20px;
    border: 1px solid #f9bb54;
    width: 160px;
    color: #f9bb54;
    padding: 8px 10px 8px 10px;
    margin: 0 5px;
    font-size: 13px;
}

.Section-Serial-profile-movie-not-btn:hover {
    background-color: #f9bb54;
    border-radius: 20px;
    width: 160px;
    color: #fff;
    fill: #fff;
    padding: 8px 10px 8px 10px;
    font-size: 13px;
    text-align: center;
}

.Section-Serial-profile-movie-not-btn:hover svg path {
    background-color: #f9bb54;
    border-radius: 20px;
    width: 160px;
    color: #fff;
    padding: 8px 10px 8px 10px;
    font-size: 13px;
    text-align: center;
    stroke: #fff;
}

.Section-Serial-profile-movie-not-btn span {
    padding-right: 8px;
}

/*@media only screen and (max-width: 576px) {*/
/*}*/


/*درباره ما*/
.title-page {
    font-size: 20px;
    text-align: center;
    margin: 25px 0;
}

.text-title-aboutus {
    font-size: 20px;
    margin: 0 0 25px 0;
}

.text-decs-aboutus {
    font-size: 14px;
    color: #111;
    text-align: justify;
    line-height: 2;
}

.hr-aboutus {
    margin: 50px 0 0 0;
    border-bottom: 1px solid #888;
}

.card-admin {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.level-aboutus {
    font-size: 11px;
    color: #999;
}

.text-decs-level-aboutus {
    font-size: 13px;
    color: #666;
    text-align: justify;
    line-height: 1.8;
}

.name-aboutus {
    color: #111;
    font-weight: 500;
}

/*تماس با ما*/
.contactus {
    background-color: #fff;
    border-radius: 10px;
}

.text-title-contactus {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.text-decs-contactus {
    font-size: 14px;
    color: #666;
}

.form-control {
    border: 1px solid #61a8d6;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

.form-control::placeholder {
    color: #61a8d6;
    font-size: 13px;
}

form textarea {
    color: #61a8d6;
    padding: 5px;
    margin: 0;
}

button.btn-submit-contactus {
    font-size: 14px;
    border-radius: 25px;
    background-color: #ee810e;
    padding: 8px 85px;
    color: #fff;
}

.btn-submit-contactus {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
}

.img-contactus {
    width: 260px;
}

.div-icon-contactus {
    width: 40px;
    height: 40px;
    background-color: #0174be;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-contactus {
    width: 25px;
    height: 25px;
}

.orderby {
    border-radius: 7px;
    width: 200px;
    height: 36px;
    border: 1px solid #e7e7e7;
    color: #000;
    font-size: 13px;
    font-family: IRANSans;
}

.woocommerce-result-count {
    font-size: 11px;
    margin-bottom: 10px;
}

/*استایل های ووکامرس*/
nav.woocommerce-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.page-numbers {
    display: flex;
    justify-content: center;
}
ul.page-numbers li {
    margin: 0 5px;
}
ul.page-numbers li *{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: #009ae6;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
}
ul.page-numbers li span{
    background-color: #009ae6;
    color: #fff;
}
.nirweb_popup_tizer_product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    display: none;
}
.nirweb_popup_tizer_product.active{
    display: flex;
}
.nirweb_popup_tizer_product .befor_box{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(1,1,1,0.5);
    z-index: 100;
}
.nirweb_popup_tizer_product .video_box video {
    width: auto;
    max-height: 80vh;
    max-width: 90%;
    border-radius: 5px;
}
.nirweb_popup_tizer_product .video_box {
    background-color: #fff;
    width: fit-content;
    max-width: 90%;
    border-radius: 10px;
    z-index: 101;
    height: max-content;
    padding: 40px 5px 15px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.nirweb_popup_tizer_product .close_video{
    position:absolute;
    top: 8px;
    left: 8px;
        cursor: pointer;
}

.Product-col3 .nirweb_product_box .image-col3 img {
    margin-top: -80px;
    position: relative;
}

.Product-col3 .nirweb_product_box a h2 {
    font-size: 16px;
    color: #000;
    text-align: right;
}

.price-woocommerce-loop-price {

}


/*ورود و ثبت نام*/
button.btn-submit-login {
    font-size: 14px;
    background-color: #ee810e;
    padding: 5px 85px;
    color: #fff;
    border: 1px solid #ee810e;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}


.alert-name-signup, .alert-email-signup, .alert-number-signup, .alert-password-signup {
    background-color: #f8d7da;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 4px;
    display: none;
    font-size: 11px;
}

.alert-signup {
    background-color: #68ec6f;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 4px;
    display: none;
    font-size: 11px;
}


.success {
    background-color: #68ec6f;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 4px;
    display: none;
    font-size: 11px;
}

.error {
    background-color: #f8d7da;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 4px;
    display: none;
    font-size: 11px;
}

#login-message {
    color: #fff;
    background-color: #68ec6f;
    padding: 5px 35px;
    border-radius: 5px;
    display: none;
}

/*سبد خرید*/
.wp-block-woocommerce-cart-totals-block {
    background-color: #fff;
    padding: 30px 30px 20px 30px;
    border-radius: 15px 0 0 15px;
}

.wc-block-components-totals-coupon-link {
    background-color: #ee810e;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
}

.wc-block-cart__submit-container {
    background-color: #ee810e;
    border-radius: 15px;

}

.wc-block-cart__submit-container a span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.wp-block-woocommerce-cart-items-block {
    background-color: #fff;
    padding: 30px 30px 0px 30px;
    border-radius: 0 15px 15px 0;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-left: 80px !important;
}

.wc-block-components-sidebar {
    padding-right: 90px !important;
}

.wc-block-components-product-name {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

/*سبد خرید بخش checkout*/
.nirweb_form_coupon {
    background: #fff;
    padding: 20px 30px;
    border-radius: 6px;
}
.nirweb_form_coupon input#coupon_code{
	width: 100%;
}
.wp-block-woocommerce-checkout-totals-block {
    background-color: #fff;
    border-radius: 15px 0 0 15px;
    padding: 30px 30px 20px 30px !important;

}

.wc-block-components-totals-wrapper {
    border-top: 1px solid #fff !important;
}

.wp-block-woocommerce-checkout-fields-block {
    background-color: #fff;
    padding: 30px 30px 0px 30px;
    border-radius: 0 15px 15px 0;
}

.components-button {
    background-color: #ee810e;
    border-radius: 15px;

    color: #fff;
    font-size: 14px;
    font-weight: 800;
}


.title-single-news {
    font-size: 27px;
    font-weight: 500;
    padding: 5px 0;
}

.btn-submit-comment {
    background-color: #009ae6;
    border-radius: 5px;
    padding: 5px 70px;
    color: #fff;
}


/*comments*/
form#commentform {
    display: flex;
    flex-wrap: wrap;
}

.comment-form-comment label {
    display: none;
}

.comment-form-author, .comment-form-email {
    width: 48%;
}

.comment-notes, .comment-notes, .comment-form-cookies-consent, .comment-form-comment {
    width: 100%;
}

textarea#comment, .comment-form-author input, .comment-form-email input {
    border: 1px solid #61a8d6;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

.comment-form-url {
    display: none;
}

.comment-form-author {
    margin-left: 50px;
}

.form-submit #submit {
    background-color: #009ae6;
    border-radius: 5px;
    padding: 5px 70px;
    color: #fff;
}


/*قسنت های سریال*/
.Section_movie{
    background-color: #fff;
    border-radius: 9px;
    padding: 11px 0;
}

.Section_movie-btn{
    display: flex;
}

.show-btn-movie{
    border: 2px solid #009ae6;
    padding: 8px 20px 8px 30px;
    border-radius: 25px ;
    color: #009ae6;
    font-weight: 500;
	cursor:pointer;
}

.download-btn-movie{
    background-color: #009ae6;
    border: 2px solid #009ae6;
    padding: 8px 25px 8px 25px;
    border-radius: 25px ;
    color: #fff !important;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px !important;

}
.Buy-btn-movie{
    margin: 10px;
    width: 150px;
    background-color: #ee810e;
    border: 2px solid #ee810e;
    border-radius: 25px ;
    color: #fff;
    font-weight: 500;
    padding: 8px 10px 8px 14px;
    font-size: 13px;
    text-align: center;
}






#search-results {
    width: 96%;
    height: 250px;
    position: absolute;
    background-color: white;
    color: #020202;
    max-height: 300px;
    overflow-y: auto;
    z-index: 10;
    border-radius: 10px;
    display: none;
}

.nirweb_search_result {
    padding: 10px;
    border-bottom: 1px solid white;
}

#Section-1 {
    color: #000;
    padding: 9px 1px;
    border-bottom: 1px solid #eee;
}
#Section-1 a {
    color: #000;
    font-weight: 500;
}
/***********  Result Extra Filed ******************/
.result_extra_fields_nirshop {
    border: 2px solid var(--second-color-nirshop);
    background-color: #f7f9fc;
    border-radius: 10px;
    display: block;
    width: 100%;
    position: sticky;
    padding: 10px 20px;
    top: 110px;
}

.result_extra_fields_nirshop_view {
    height: 6px;
    background: silver;
    width: 100%;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.result_extra_fields_nirshop_co {
    position: absolute;
    background-color: var(--second-color-nirshop);
    content: " ";
    height: 6px;
    right: 0;
}

.list_color_nirshop_sp {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    background: #e4ecf1;
    padding: 15px 20px;
    border-radius: 8px;
    /* border: solid 1px #c3d3dd; */
}

.list_color_nirshop_sp li {

    margin-left: 10px;
    cursor: pointer;
}

.list_color_nirshop_sp li .border_span {
    /*border: 1px solid #d8d8d8;*/
}

.list_color_nirshop_sp li .color_attr_span {
    display: block;
    width: max-content;
    background: #fff;
    padding: 5px 13px;
    border-radius: 6px;
    border: solid 1px #6cb3db;
}

.remove_attr_color .label, .remove_attr_color .value select {
    display: none !important;
}

.list_color_nirshop_sp li.active .color_attr_span {
    background-color: #0187D2;
    color: #fff;
    border: none;
}

.box_info_product_pay .variations_form {
    margin-top: 30px !important
}

.variations tr {
    display: block
}

.variations tr:not(:last-child) {
    margin-bottom: 15px;
}

.variations tr .value {
    display: block
}

.woocommerce div.product form.cart .variations select {
    min-width: 100%;
    height: 35px;
    padding: 0 5px;
    margin-top: 3px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.woocommerce-variation-price {
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 1.1;
    text-align: left;
    display: block;
    margin-top: 13px;
}

.woocommerce-variation-price span bdi {
    color: #000 !important;
    font-size: 20px !important;
    display: flex;
    justify-content: center;
}

.woocommerce-variation-price span del {
    display: block !important;
    margin-bottom: 10px;
}

.woocommerce-variation-price span del * {
    font-size: 16px !important;
}

.woocommerce-variation-price span ins {
    text-decoration: none
}

.reset_variations {
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    margin-top: 14px;
    display: block;
    width: fit-content;
}

.nirshop_video_lightbox_war {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    z-index: 999999;
    text-align: center;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.nirshop_video_lightbox_box {
    width: 90%;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: auto;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    flex-direction: column;
}

.close_nirshop_video_lightbox {
    font-size: 25px;
    position: relative;
    left: 20px;
    top: 10px;
    right: auto;
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.nirshop_video_lightbox_box video {
    padding: 20px;
    width: 100%;
}

.amazing_offer_box_digi_singp i:before {
    line-height: 0;
    margin: 0 5px;
    vertical-align: middle;
}
.remove_attr_color{display:none}

/****************** panel *************/
.nirweb_popup_play_video{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	
}
.nirweb_popup_play_video .nirweb_popup_play_video_back{
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.4);
}
.nirweb_icon_panel_menu {
    padding: 8px 15px;
    margin-right: 15px;
    background: #fff;
    width: 130px;
    border-radius: 4px;
    justify-content: space-around;
    margin-bottom: 20px;
	cursor: pointer;
}
table.TableWpyarPanel {
    width: 100%;
    margin: 15px 0;
    text-align: center;
    border-spacing: 15px;
    border-collapse: inherit;
    font-family: inherit;
}

table.TableWpyarPanel thead tr th {
    padding: 10px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    background: #FBFBFF !important;
    border-radius: 10px !important;
    align-items: center !important;
    border: 0 !important;
    font-family: inherit !important;
}
.innerBoxPanelLight {
    overflow: auto;
}
table.TableWpyarPanel thead tr th,table.TableWpyarPanel thead tr th span{
    color:#000;
}
table.TableWpyarPanel tbody tr td {
    padding: 0px 10px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    background: var(--wud-white-color) !important;
    border-radius: 10px !important;
    align-items: center !important;
    min-height: 40px !important;
    vertical-align: middle !important;
    line-height: 40px !important;
    border: solid 2px rgba(80, 104, 156, 0.1) !important;
	min-width: 187px;
}
/*table.TableWpyarPanel tbody tr td:last-child{*/
/*    border: none !important;*/
/*}*/
.nirweb_panel_page > .boxPanelLight {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.nirweb_panel_page a{
    color: #000;
}
.wc-item-meta{
    display: flex;
    justify-content: center;
}
.wc-item-meta li{
    display: flex;
    margin: 0 10px;
}

/******** sub menu ************/
.nirweb_main_nav > li > .sub-menu > li.menu-item-has-children.bolder {
    float: left
}

.nirweb_main_nav > li > .sub-menu > li.menu-item-has-children.bolder > a {
    font-weight: bold !important;
    border-bottom: solid 1px #dcdcdc;
}

.nirweb_main_nav > li > .sub-menu > li.menu-item-has-children.bolder .sub-menu {
    display: block;
    position: static;
    box-shadow: none;
    padding: 0;
}

.nirweb_main_nav > li.current-menu-item > a {
    font-weight: 700;
    color: var(--primery-color)
}

.nirweb_main_nav > li.current-menu-item > a svg {
    stroke: var(--primery-color)
}

.nirweb_main_nav > li.current-menu-item:after {
    content: " ";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: var(--primery-color-5);
    bottom: -35px;
    left: 0;
    border-radius: 0 0 20px 20px
}

.nirweb_main_nav  li ul.sub-menu {
    position: absolute;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 0 2px #ccc;

    border-radius: 6px;top: 30px;
    width: max-content;
    z-index: 99;
    display: none;
}

.nirweb_main_nav   li ul.sub-menu li a {
    line-height: 42px;
	font-size:16px;
    display: block;
}
.menu-item-has-children{
	position:relative;
}
.menu-item-has-children > a::before{
	content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: -18px;
    top: 11px;
    border-bottom: solid 2px #777;
    border-left: solid 2px #777;
    transform: rotate(315deg);
}
.nirweb_main_nav .sub-menu li {
    margin: 0 10px;
}
/********** cart **********/
/*.woocommerce{*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*}*/
/*.woocommerce-notices-wrapper{*/
/*	width: 100%;*/
/*}*/
/*.woocommerce-cart-form{*/
/*	width: 60% !important;*/
/*	padding: 15px;*/
/*	background: #fff;*/
/*	border-radius: 15px;*/
/*	*/
/*}*/
/*.cart-collaterals{*/
/*	width: 40% !important;*/
/*	padding-right: 15px;*/
/*	*/
/*}*/
/*.cart_totals{*/
/*	width: 100% !important;*/
/*	padding: 15px;*/
/*	background: #fff;*/
/*	border-radius: 15px;*/
/*}*/
/*.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {*/
/*    background-color: #0284c5 !important;*/
/*    color: #fff;*/
/*}*/
/*.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {*/
/*    background-color: #009ae6 !important;*/
/*    color: #fff;*/
/*    -webkit-font-smoothing: antialiased;*/
/*	font-family: inherit;*/
/*}*/

/*.coupon button.button {*/
/*    background: #009ae6;*/
/*    color: #fff;*/
/*    font-family: inherit;*/
/*}*/
/*input#coupon_code {*/
/*    width: 160px;*/
/*    height: 34px;*/
/*    border-radius: 7px;*/
/*    border: solid #777 1px;*/
/*    padding: 6px;*/
/*}*/
/*.product-name a {*/
/*    color: #000;*/
/*}*/
/*!********* checkout *******!*/
/*form.checkout.woocommerce-checkout {*/
/*    width: 100%;*/
/*    padding: 15px;*/
/*    background: #fff;*/
/*    border-radius: 15px;*/
/*    margin-top: 15px;*/
/*}*/
/*.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {*/
/*    border: solid #999 1px;*/
/*    border-radius: 5px;*/
/*    padding: 7px;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.woocommerce-notices-wrapper {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    padding: 20px 0;*/
/*}*/
/*.woocommerce-notices-wrapper > div {*/
/*    padding: 10px;*/
/*	border-radius: 10px;*/
/*	background: #fff;*/
/*}*/
/*a.button.wc-forward {*/
/*    background: #0284c5;*/
/*    padding: 10px;*/
/*    border-radius: 4px;*/
/*    color: #fff;*/
/*    margin-right: 5px !important;*/
/*    display: block;*/
/*    max-width: max-content;*/
/*}*/
/*.wc-block-components-notice-banner__content {*/
/*    display: flex;*/
/*    flex-direction: row-reverse;*/
/*    align-content: center;*/
/*    flex-wrap: wrap;*/
/*	align-items: center;*/
/*}*/
/*.woocommerce-order {*/
/*    width: 100%;*/
/*    padding: 21px;*/
/*    background: #fff;*/
/*    border-radius: 15px;*/
/*}*/
/*************** panel *************/
.nirweb_dashboard_box{
    padding: 20px !important;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(194, 194, 194, 0.2);
    /*text-align: center;*/

}
.nirweb_dashboard_box div{
    border-right: solid #2271b1 4px;
    padding-right: 15px;
}
.nirweb_dashboard_box h2{
    font-size: 18px;
    margin-bottom: 15px !important;
}
/******** breadcrumb *********/
ul.nirshop_breadcrumb {
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 30px;
    height: 100%;
    margin: 0 0 20px 0 !important;
}

ul.nirshop_breadcrumb li {
    margin-left: 13px;
    font-size: 15px;
    color: #7D8998;
    display: flex;
    align-items: center;
    font-weight: 400;
}

ul.nirshop_breadcrumb li a {
    color: #7D8998;
}

.nirshop_breadcrumb li:not(:last-child)::after {
    display: block;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-size: 12px;
    margin-right: 6px;
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #777;
    border-left: solid 2px #777;
    transform: rotate(45deg);
}
/******* shop filter **********/
.nirweb_category_sidebar{
    height: 100%;
    background-color: #fff;
    padding: 20px;
    position: fixed;
    right: -350px;
    top: 0;
    z-index: 99;
    width: 300px;
    transition: all 0.3s linear;
    display: none;
}
.nirweb_category_sidebar_back{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    right: 0;
    z-index: 98;
    display: none;
}
.nirweb_filter_btn{
    margin-right: 10px !important;
    display: block;
    background-color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;

}
.nirweb_category_sidebar.active{
    right: 0;
    display: block;
}
.nirweb_category_sidebar h2,.nirweb_category_sidebar h1{
    font-size: 18px;
    margin-bottom: 10px;
}
/********  edit acount woocommerce ************/
form.woocommerce-EditAccountForm.edit-account {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
}
.woocommerce-form-row {
    margin-bottom: 10px !important;
    padding: 10px !important;
}
form.woocommerce-EditAccountForm.edit-account input {
    height: 35px;
    border-radius: 5px;
    border: solid 1px #aaa;
    padding: 10px !important;
    width: 220px;
}
button.woocommerce-Button.button {
    display: block;
    margin-top: 15px;
    padding: 10px 25px !important;
    font-size: 14px;
    border-radius: 6px;
    background-color: #0174be;
    color: #fff;
    cursor: pointer;
}




@media (max-width: 900px) {
    .nirweb-banner-category{
        width: 31%;
    }
	.woocommerce-cart-form{
	width: 100% !important;
	}
.cart-collaterals{
	width: 100% !important;
	padding-right:0;
	padding-top:15px;
	}
    .nirweb-section-product-display{
        flex-direction: column-reverse;
    }
    .nirweb-rice-btn {
        display: flex;
        align-items: flex-end;
        margin-top: 15px;
        position: relative;
    }
    ul.products.columns-4 {
        padding: 0px;
    }
    
}

@media (max-width: 1024px) {
	.nirweb_panel_menu_back {
    width: 100%;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 98;
    height: 100%;
}
	.nirweb_category_sidebar_block {
    display: block !important;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    z-index: 99;
    height: 100%;
		transition: all 0.3s linear;
	}
	.nirweb_category_sidebar_block.active{
		right: 0px;
	}
}
@media (max-width: 520px) {
    .nirweb-banner-category{
        width: 50%;
    }
    .nirweb-slider{
        margin-bottom: 15px;
    }
    .nirweb-slider .nirweb_btn_slider, .nirweb-banner .nirweb_btn_slider{
        display: none;
    }
    .nirwem-text {
        left: 60px;
        bottom: 30px;
    }
    .nirwem-text .nirweb_banner_title{
        font-size: 17px;
    }
    .nirweb-banner{
        padding: 5px 15px ;
    }
    .nirwem-text-slider{
        bottom: 40px;
    }
    .text_title_slider{
        font-size: 18px;
    }
    .nirwem-text-slider p{
        font-size: 14px;
    }

}

/*.product_nirweb_carousel swiper {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.product_nirweb_carousel .swiper-slide {*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    background: #fff;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.swiper-button-next:after, .swiper-button-prev:after {
    width: 50px !important;
    height: 50px !important;
    font-size: 30px !important;
    color: #000 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 70px !important;
    border: solid 1px #eee !important;
    background-color: #fff !important;
}
.swiper-button-next, .swiper-button-prev{
    width: auto !important;
}


/***********************************************
#---- user panel ----
****************************************************/
.chanage_avatar_nirshop_panel {
    position: fixed;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    top: 0;
    display: none;
    left: 0;

    align-items: center;
    justify-content: center;
}

.box_chanage_avatar_nirshop_panel {
    width: 100%;
    max-width: 700px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    line-height: 35px;
}

.remove_upload_avatar_panel_nirshop {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    color: var(--primary-color-nirshop);
    cursor: pointer;
}

.top_text_chanage_avatar_nirshop_panel {
    margin: 10px auto;
    max-width: 450px;
    font-size: 14px;
    line-height: 28px;
}

label[for="image_avatar"] {
    color: #489cc1;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

.upload_finish_avatar_panel_nirshop {
    display: block;
    background: #00334e;
    color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    width: fit-content;
    padding: 2px 30px;
    margin: 0 auto 15px auto;
    min-width: 140px;
}

.remove_finish_avatar_panel_nirshop {
    display: block;
    background-color: var(--primary-color-nirshop);
    color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    width: fit-content;
    padding: 2px 30px;
    margin: auto;
    min-width: 140px;
}

.nirshop_panel_links {
    position: sticky;
    top: 110px
}

.user_info_panel_avatar {
    padding-bottom: 5px;
    width: 100%;
}

.image_top_nirshop_panel {
    display: block;
    border-radius: 8px;
    border: 1px solid #eee;
    overflow: hidden;
    background-color: #fff;
}

.image_top_nirshop_panel img {
    display: block
}

.list_menu_panel_nirshop {
    margin-top: 15px;
    background-color: #fff;
    display: block;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 10px 15px;
}

.list_menu_panel_nirshop ul {
    padding: 0;
    list-style: none
}

.avatar_box_panel_nirshop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.avatar_box_panel_nirshop i {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.avatar_box_panel_nirshop:hover i {
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.avatar__nirshop_panel {
    border-radius: 100%
}

.user_info {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 80px);
}

.user_info p:first-child {
    font-size: 1.143rem;
    line-height: 1.375;
    vertical-align: center;
    color: #232933;
    font-weight: 700;
}

.user_info p:last-child {
    font-size: .857rem;
    line-height: 1.833;
    color: #81858b;
    margin-top: 3px;
}
.wallet_top_my_acc {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
}

.text_link_wallet_top_my_acc p {
    font-size: 14px !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
}
.text_link_wallet_top_my_acc a{
    font-size: 13px !important;
    color: var(--second-color-nirshop);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    width: 100%;
}
.text_link_wallet_top_my_acc a i{
    position: relative;
    margin: 0 5px;
}
.price_wallet_top_my_acc{
    font-size: 15px;font-weight: bold;
}
.list_links_nirshop_menu li a {
    font-size: 1rem;
    line-height: 2.571;
    color: #424750;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #f0f0f1;
}

.list_links_nirshop_menu li a i {
    font-size: 1.714rem;
    line-height: 24px;
    margin-right: 16px;
}

.list_links_nirshop_menu li.is-active a {
    color: #489cc1;
    font-weight: 500;
}

.title_name_panel_nirshop {
    font-size: 18px;
    color: #636363;
    font-weight: 400;
    display: flex;
    margin-bottom: 1.5rem !important;
    align-items: center;
}

.title_name_panel_nirshop span {
    margin-left: 3px
}

.upload_finish_avatar_panel_nirshop.loading, .remove_finish_avatar_panel_nirshop.loading {
    -webkit-animation: nirshopflashemp 1s linear infinite;
    -moz-animation: nirshopflashemp 1s linear infinite;
    animation: nirshopflashemp 1s linear infinite;
}
/****** Dashboard Panel **************/
.box_status_orders_myacc,.my_acc_nirshop_order_tracking{
    border: 1px solid #e0e0e2!important;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
}
.box_status_orders_myacc .link_order{
    font-size: 14px !important;
    color: var(--second-color-nirshop);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.box_status_orders_myacc .link_order i{
    position: relative;
    margin: 0 5px;
}
.box__orders_status_number_myacc {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: calc(3 * 4px);gap: calc(3 * 4px);}
.box__orders_status_number_myacc .box_osnma{display: flex;position: relative;}
.box__orders_status_number_myacc .box_osnma img{margin-left: 15px !important;}
.mob_box__orders_status_number_myacc >span{display:none}
.box__orders_status_number_myacc .box_osnma .text_num >div{display:flex;align-items: center;}
.box__orders_status_number_myacc .box_osnma .text_num >div p{font-weight:bold;margin:0 5px !important;}
.box__orders_status_number_myacc .box_osnma:nth-child(2){border-right: 1px solid #f0f0f1;border-left: 1px solid #f0f0f1;}
.nirshop_panel_content .dokan-btn.dokan-btn-theme.vendor-dashboard {
    display: inherit;
    margin-top: 20px !important;
}

.title_dashboard_box_panel_nirshop {
    color: #858585;
    font-size: 1.286rem;
    line-height: 31px;
    font-weight: 400;
    margin: 10px 0 15px !important;
}

.box_dashboard_box_panel_nirshop {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 10%);
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 10%);
    border: 1px solid #dedede;
    margin-bottom: 23px !important;
    height: 400px;
    position: relative;
}

.box_cell_dashboard_box_panel_nirshop {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 30px !important;
    flex: 0 0 50%;
    max-width: 50%;
    height: 115px;
}

.box_cell_dashboard_box_panel_nirshop.br_r {
    border-right: 1px solid #f1f1f1;
}

.box_cell_dashboard_box_panel_nirshop.no_b_border {
    border-bottom: 0;
}

.box_cell_dashboard_box_panel_nirshop span {
    display: block;
    font-size: .929rem;
    line-height: 1.692;
    letter-spacing: -.3px;
    margin-bottom: 4px !important;
    color: #bababa;
}

.box_cell_dashboard_box_panel_nirshop p {
    font-size: 1.357rem;
    line-height: 1.158;
    letter-spacing: -.5px;
    color: #939393;
}

.bottom_dashboard_box_panel_nirshop {
    padding: 14px 30px 15px;
    text-align: center;
    font-size: .857rem;
    line-height: 1.833;
    border-top: 1px solid #f1f1f1;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    bottom: 0;
}
.woocommerce-order-details__title,.woocommerce-column__title{
    margin: 10px 0 15px !important;
}
.woocommerce-table--order-details{
    background: #fff;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0 !important;
    padding-right: 1.5em !important;
}
.woocommerce table.my_account_orders .button {
    margin: 0 5px !important;

}
.bottom_dashboard_box_panel_nirshop a {
    color: #1ca2bd;
    padding: 0;
    font-size: .857rem;
    line-height: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 5px auto !important;
}

/*.bottom_dashboard_box_panel_nirshop a:before {*/
/*    content: "\f4c9";*/
/*    font-family: bootstrap-icons, sans-serif !important;*/
/*    font-size: 1em;*/
/*    margin: 0 0.7em;*/
/*}*/

.box_dashboard_box_panel_nirshop_row {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 30px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_product_dashboard_box_panel_nirshop {
    display: flex;
    align-items: center;
}

.info_product_dashboard_box_panel_nirshop .priceBox_nirshop_magic_carousel_product {
    align-items: flex-start !important
}

.info_product_dashboard_box_panel_nirshop .priceBox_nirshop_magic_carousel_product .Price_nirshop_magic_carousel_product {
    text-align: right
}

.info_product_dashboard_box_panel_nirshop > .info_price_title_fav_panel {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}

.info_product_dashboard_box_panel_nirshop > .info_price_title_fav_panel > span {
    font-size: .929rem;
    line-height: 1.692;
    color: #555;
}

.box_dashboard_box_panel_nirshop_row > span {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 0
}

.box_dashboard_box_panel_nirshop_row:nth-child(3) {
    border-bottom: 0 !important
}

.remove_fav.loading {
    -webkit-animation: nirshopflash 1s linear infinite;
    -moz-animation: nirshopflash 1s linear infinite;
    animation: nirshopflash 1s linear infinite;
}

.box_orders_dashbaord_panel_nirshop {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 10%);
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 10%);
    border: 1px solid #e7e7e7;
    padding-bottom: 0;
    border-radius: 8px;
}

.box_orders_dashbaord_panel_nirshop table {
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
}

.box_orders_dashbaord_panel_nirshop table thead th {
    background-color: #489cc1;
    border-right-color: #489cc1;
    border-bottom: none;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.692;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 45px;
}

.orders_bottom_dashboard_box_panel_nirshop {
    font-size: 1rem;
    line-height: 45px;
    letter-spacing: -.4px;
    color: #535353;
    width: 100%;
    border-radius: 0 0 8px 8px;
    background-color: #fafafa;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    display: block;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.orders_bottom_dashboard_box_panel_nirshop:hover {
    background-color: #e5e5e5;
}

.box_orders_dashbaord_panel_nirshop table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}

.box_orders_dashbaord_panel_nirshop table tbody td {
    padding: 15px;
    color: #7e7e7e;
    border-right: 1px solid #ebebeb;
    text-align: center;
    height: 104px;
}

.box_orders_dashbaord_panel_nirshop table tbody td a {
    color: #a9a9a9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.box_orders_dashbaord_panel_nirshop table tbody td a i {
    font-size: 25px;
    font-weight: 500;
}

.box_orders_dashbaord_panel_nirshop table tbody tr td:last-child:hover {
    background-color: #e5e5e5;
}

.box_orders_dashbaord_panel_nirshop table tbody td:last-child {
    border-right: 0
}

.box__cont_nirshop {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 16px 24px 24px;
}

.box__title__panel {
    position: relative;
    display: inline-block;
    font-size: 1.143rem;
    line-height: 40px;
    font-weight: 500;
    padding: 15px 0;
}

.box__title__panel:after {
    content: "";
    background-color: var(--primary-color-nirshop);
    margin-top: 8px;
    height: 2px;
    width: 70%;
    border-radius: 1px;
    display: block;
}

/********** Orders *********/
.woocommerce table.my_account_orders, .woocommerce-table--order-downloads {
    width: 100% !important;
    margin-top: 15px !important;
    border-collapse: collapse !important;
}

.woocommerce table.my_account_orders th, .woocommerce-table--order-downloads th {
    background-color: #489cc1;
    border-right-color: #489cc1;
    border-bottom: none;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.692;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 45px;
    text-align: center;
}

.woocommerce table.my_account_orders td, .woocommerce-table--order-downloads td {
    padding: 15px;
    color: #7e7e7e;
    border-right: 1px solid #ebebeb;
    text-align: center;
    height: 104px;
    font-size: 1rem;
    background: #fff;
}

.woocommerce table.my_account_orders td a {
    color: #7e7e7e;
}

.woocommerce-table--order-downloads td:first-child a {
    color: #7e7e7e;
}

.woocommerce-Address-box-panel {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 10%);
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 10%);
    border: 1px solid #dedede;
    margin-bottom: 23px;
    padding: 15px;
    line-height: 35px;
}

.woocommerce-Address-box-panel a {
    background-color: #00334e !important;
    color: #ffffff !important;
    font-weight: 300;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    border-radius: 3px;
}

/********** Address Panel ***********/
.list_info_address_panel {
    font-style: normal;
    font-size: 15px;
    list-style: none;
    padding: 0;
}

.list_info_address_panel li i {
    font-size: 17px;
}

.list_info_address_panel li span {
    margin: 0 5px
}

.woocommerce form .form-row label {
    margin-bottom: 3px;
    font-size: 15px;
}

.woocommerce form .form-row input.input-text {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #eee;
    outline: 0;
    padding: 0 35px;
    font-size: 14px;
}

.woocommerce form .form-row textarea {
    min-height: 80px;
    border-radius: 5px;
    border: 1px solid #eee;
    outline: 0;
    padding: 10px;
    font-size: 14px;
}

.woocommerce form .form-row .select2-container {
    height: 50px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #eee !important;
    border-radius: 5px !important;
    height: 50px !important;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    height: 50px;
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}

.woocommerce button.button, .woocommerce input.button, .checkout-button, .download-file a, .woocommerce-orders-table__cell-order-actions a {
    background-color: #0f80cb !important;
    color: #ffffff !important;
    font-weight: 300;
}

/*******  favorites **********/
.box_favs_panel {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 30px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_favs_panel > .remove_fav {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 0;
}

.woocommerce form .form-row {
    margin: 0 0 10px;
}

legend {
    padding: 0 5px;
}

label[for="password_current"] {
    margin-top: 15px;
}
.mobile_menu_nav_bottom, .dis_mbile_sidebar, .mob_filter_sort_nirshop, .mob_tabs_sp_nirshop, .mobile_menu_myacc ,.box_dash_none .woocommerce-form-track-order,.war_nirshop_popup.dis_mob,.war_nirshop_popup_mob{
    display: none
}
/*********************************************
#----------- Responsive --------- ************
***********************************************************/
@media screen and (max-width: 991px) {
    /************  My account *****************/
    .box_form_auth_nirshop{margin-bottom: 60px}
    .title_name_panel_nirshop{font-size: 16px;}
    .woocommerce table.my_account_orders td, .woocommerce-table--order-downloads td{height:auto}
    .text_link_wallet_top_my_acc a{margin-bottom: 10px !important;}
    .mobile_menu_myacc {
        display: block;
        font-size: 22px;
    }

    nav.nirshop_panel_links {
        position: fixed;
        z-index: 9999999;
        width: 250px;
        background: #fff;
        top: 0;
        height: 100vh;
        left: -300%;
        transition: all .5s ease-in-out;
        overflow: auto;
    }

    nav.nirshop_panel_links.show {
        left: 0;
        transition: all .5s ease-in-out;
    }

    .box_favs_panel {
        height: auto
    }
}
@media screen and (max-width: 768px) {
    /***** My Account page *****/
    .box__orders_status_number_myacc .box_osnma{flex-direction: column;align-items: center;}
    .box__orders_status_number_myacc .box_osnma img{width: 60px;height: 60px;}
    .mob_box__orders_status_number_myacc{position:relative}
    .mob_box__orders_status_number_myacc >span{position:absolute;left: 5px;bottom: 4px;background: #f2f2f2;padding: 5px;width: 30px;height: 30px;border-radius: 8px;display: flex !important;align-items: center;justify-content: center;}
    .box__orders_status_number_myacc .box_osnma .text_num >div p,.box__orders_status_number_myacc .box_osnma .text_num >div span{display: none}
    .box__orders_status_number_myacc .box_osnma .text_num >p{margin-top:5px}
    .box_favs_panel{padding: 10px 0;}
    .info_product_dashboard_box_panel_nirshop{
        flex-direction: column;
        justify-content: center;
    }
    .box_cell_dashboard_box_panel_nirshop {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bottom_dashboard_box_panel_nirshop {
        position: relative
    }

    .box_dashboard_box_panel_nirshop {
        height: auto
    }

    .box_dashboard_box_panel_nirshop_row {
        height: auto
    }

    .box_cell_dashboard_box_panel_nirshop.no_b_border {
        border-bottom: 1px solid #f1f1f1;
    }
    .mobile_olv_menu {
        position: fixed;
        right: -300%;
        height: 100vh;
        width: 100%;
        top: 0;
        background: rgba(74, 74, 74, .43);
        z-index: 99999;
        display: none;
        transition: all .5s ease-in-out;
    }
    .mobile_olv_menu.show {
        transition: all .5s ease-in-out;
        right: 0;
        display: block;
    }

}