/*@font-face {
/*@font-face {
    font-family: 'irsw';
    src: url('css/fonts/IRANSansWeb.woff2') format('woff2'),
    url('css/fonts/IRANSansWeb.ttf') format('ttf'),
    url('css/fonts/IRANSansWeb.woff') format('woff')
    ,url('css/fonts/IRANSansWeb.eot') format('eot')
;} */
@font-face {
    font-family: 'irsw';
    src: url('css/fonts/iranyekanwebregularfanum.woff2') format('woff2'),
    url('css/fonts/iranyekanwebregularfanum.ttf') format('ttf'),
    url('css/fonts/iranyekanwebregularfanum.woff') format('woff')
;}
@font-face {
    font-family: 'irswb';
    src :url('css/fonts/iranyekanwebboldfanum.woff2') format('woff2'),
		url('css/fonts/iranyekanwebboldfanum.ttf') format('ttf'),
    url('css/fonts/iranyekanwebboldfanum.woff') format('woff')
		    ,url('css/fonts/iranyekanwebboldfanum.eot') format('eot')

;}
/*@font-face {
    font-family: 'irswb';
    src: url('css/fonts/IRANSansWeb_Bold.woff2') format('woff2'),
    url('css/fonts/IRANSansWeb_Bold.ttf') format('ttf'),
    url('css/fonts/IRANSansWeb_Bold.woff') format('woff')
    ,url('css/fonts/IRANSansWeb_Bold.eot') format('eot')
;} */
@font-face {
    font-family: 'irswl';
    src: url('css/fonts/IRANSansWeb_Light.woff2') format('woff2'),
    url('css/fonts/IRANSansWeb_Bold.ttf') format('ttf'),
    url('css/fonts/IRANSansWeb_Light.woff') format('woff')
    ,url('css/fonts/IRANSansWeb_Light.eot') format('eot')
;}
@font-face {
    font-family: 'anjomanbold';
    src: url('css/fonts/Anjoman-Bold.woff') format('woff');
;}
@font-face {
    font-family: 'arsinofont';
    src: url('css/fonts/arsinofont.woff2') format('woff2');
}
@font-face {
    font-family: 'anjomanreg';
    src: url('css/fonts/Anjoman-Regular.woff') format('woff');
}
*{
    font-family: irsw;
	text-align:justify;
}
a{
    text-decoration: none;
}
.breadcrumb_last {
  margin-right: 20px;
}
.anjomanbold{
    font-family: anjomanbold !important;
}
.post-content h2,.post-content h3 , .post-content h2 span , .post-content h3 span,.post-content h4,.post-content h4 span{
	font-family:anjomanbold;
} 
.postpage h2{
    padding: 0px 7px;
    display: inline-block;
    background-color: #ffed9d;
    border-radius: 5px;
	text-align:right;
}
.post-content h3{
	color:#011375;
}
.post-content img {
	border-radius : 15px;
}
p{
    line-height: 2em;
}
.nav-link{
    font-family: irswb;
}
/*---------------start menu mehraz-------------*/
.nav-fostrap {
    display: block;
    border-radius: 3px;
}

.nav-fostrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.last-ul li{
    line-height: 100%;
}
.last-ul li a{
    font-size: 12px ;
}
.nav-fostrap li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    color: #181522;
}
.nav-fostrap li.has-submenu > ul {
    display: none;
}

.nav-fostrap li.has-submenu.open > ul {
    display: block;
}

.headbtn{
    margin-right: 5px;
    border: none;
    float: left;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-color: #5222d007!important;
    background-size: 22px!important;
    border-radius: 100%;
}
.headbtn.menu-cart {
    background: url('img/cart.svg') no-repeat center;
    background-size: 26px!important;
}
.headbtn.menu-user{
    background: url('img/user.svg') no-repeat center;
}
.headbtn.menu-search{
    background: url('img/search.svg') no-repeat center;
}



.nav-fostrap li ul.sub-menu {
    position: absolute;
    display: none;
    z-index:5 ;
    opacity:0;
    width: 200px;
    background: #fff;
    margin-top:-5px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    padding-top: 0;
    transition-property:fade;
    transition: opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;
}

.nav-fostrap li ul.sub-menu li {
    display: block;
    list-style-type: none;
}

.nav-fostrap li ul.sub-menu li a {
    padding: 15px 20px;
    font-size: 14px;
    color: #777;
    display: block;
    font-weight: 400;
}


.nav-fostrap li:hover a {
    color: #0D47A1 ;

}

.nav-fostrap li:first-child:hover a { border-radius: 3px 0 0 3px; }

.nav-fostrap li ul.sub-menu li:hover a { background: #F9F9F9; }

.nav-fostrap li ul.sub-menu li:first-child:hover a { border-radius: 0; }

.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #def1f0;
    position: relative;
    top: 15px;
    right: 2px;
    content: '';
}
.title-mobile {
    display: none;
}

@media only screen and (min-width: 992px) {
    .nav-fostrap li a {
        padding: 15px 10px;
        font-size: 16px;
        color: #181522;
        display: inline-block;
        outline: 0;
        font-weight: 400;
    }
    .nav-fostrap li:hover ul.sub-menu { display: block;
        opacity:1;    -webkit-transform: translateY(5px) translateZ(0);
        transform: translateY(5px) translateZ(0);
    }
    .menu-radius{
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
        border-radius: 50px;
        border: 1px solid rgb(231,236,240);
        padding: 1rem!important;

    }
}
@media only screen and (max-width:992px) {

    .ul2{
        display: none;
    }
    .menu-item-has-children a.ul1{
        width: 80%;
        position: relative;
        display: inline-block;
    }
    .caret{
        position: relative;
        z-index: 1;
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        width: 50px;
        border-right: 1px solid rgba(129,129,129,.2);
        cursor: pointer;
        transition: color .25s ease,background-color .25s ease;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;

    }
    .caret svg.bi-chevron-down{
        transform: rotate(90deg);
        transition: transform 0.5s;
    }
    .dropdown-menu{
        flex: 1 1 100%;
    }
    .menu-item-has-children .sub-menu a:after{
        background-image: none;
    }
    .bt-menu{
        box-shadow: 0 0 9px rgb(0 0 0 / 12%);
        z-index: 10;
    }

    .nav-fostrap li:hover ul.sub-menu {
        display: block;
        opacity:1;
        transform: none;
    }
    .shop-icon .wd-tools-icon:before {
        content: "\f146";
        font-family: arsinofont;
    }
    .wd-header-cart .wd-tools-icon.wd-icon-alt:before {
        content: "\f126";
        font-family: arsinofont;
    }
    .bt-menu div a .wd-tools-icon:before {
        font-size: 20px;
    }
    .wd-header-my-account .wd-tools-icon:before {
        font-size: 19px;
        content: "\f124";
        font-family: arsinofont;
    }
    .bt-menu div a svg{
        width: 29px;
        display: block;
        margin: 0 auto;
    }
    .bt-menu div{
        flex:1 0 20%;
    }
    .bt-menu div a span.wd-toolbar-label{
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 600;
        font-size: 11px;
        line-height: 1;
        padding: 1px 0;
    }
    .bt-menu a{
        color : black;
    }
    .inputpro{
        width: 50%;
    }
    aside section {
        position: relative !important;
    }
    img.nemoneh{
        height: 220px;
    }
    aside{
        margin-bottom: 50px;

    }
    .headbtn.menu-cart{
        margin-right: 5px;
        border: none;
        float: left;
        cursor: pointer;
        width: 35px;
        height: 35px;
        background-color: #5222d007!important;
        background-size: 30px!important;
    }
    .nav-fostrap {
        background: #fff;
        width: 300px;
        height: 100%;
        display: block;
        position: fixed;
        right: -300px;
        top: 0px;
        -webkit-transition: right 0.5s ease;
        -moz-transition: right 0.5s ease;
        -ms-transition: right 0.5s ease;
        -o-transition: right 0.5s ease;
        transition: right 0.5s ease;
        margin: 0;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        z-index: 10;
        padding:0 !important;
    }
    .title-mobile {
        position: fixed;
        display: block;
        top: 10px;
        font-size: 20px;
        left: 100px;
        right: 100px;
        text-align: center;
        color: #FFF;
    }
    .nav-fostrap.visible {
        right: 0;
        -webkit-transition: right 0.25s ease;
        -moz-transition: right 0.25s ease;
        -ms-transition: right 0.25s ease;
        -o-transition: right 0.25s ease;
        transition: right 0.25s ease;
    }

    .nav-bg-fostrap {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 50px;
        margin: 0;
        position: fixed;
        z-index: 11;
        top: 5px;
        right: 0;
        background: #ffffff;
        padding: 12px 0 0 10px;
        border-radius: 50px;
        border: 1px solid rgb(231,236,240);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    }

    .navbar-fostrap {
        display: inline-block;
        vertical-align: middle;
        height: 50px;
        cursor: pointer;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        padding: 12px;
    }

    .navbar-fostrap span {
        height: 2px;
        background: #35495C;
        margin: 5px;
        display: block;
        width: 20px;
    }

    .navbar-fostrap span:nth-child(2) { width: 20px; }

    .navbar-fostrap span:nth-child(3) { width: 20px; }

    .nav-fostrap ul {  width: 100%; }

    .nav-fostrap li { display: flex;flex-wrap: wrap;position: relative; border-bottom:1px solid rgba(129,129,129,.2); }

    .nav-fostrap li a {
        color: #333;
        padding: 5px 20px;
        min-height: 50px;
        flex: 1 1 0%;
        line-height: 50px;
        font-weight: 600;
    }

    .nav-fostrap li:first-child:hover a { border-radius: 0; }

    .nav-fostrap li ul.sub-menu { position: relative;display: none; }

    .nav-fostrap li ul.sub-menu li a {
        background: #ffffff;
        color: #777;
        margin-bottom: 2px;
    }

    .nav-fostrap li:hover a {
        background-color: rgba(0,0,0,.04);
        color: #505050;
    }
    .nav-fostrap li ul.sub-menu{
        -webkit-box-shadow: none ;
        -moz-box-shadow: none ;
        box-shadow: none;
        width: 100%;
    }
    .nav-fostrap li ul.sub-menu li:hover a {
        background: rgba(0,0,0,.1); ;
        color: #000000 ;
    }

    .nav-fostrap li ul.sub-menu li a { padding: 10px 10px 10px 30px; }

    .nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

    .arrow-down {
        border-top: 5px solid #505050;
        position: absolute;
        top: 20px;
        right: 10px;
    }

    .cover-bg {
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .img-asli{
        height: 207px !important;
    }
    h1.anjomanbold{
        font-size:15px !important;
    }
    .landingbutton{
       bottom: 64px !important;
    }
    .button-kharid{
        font-size: 15px !important;
    }
}
@media only screen and (max-width:1199px) {



    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }
}

/*---------------start menu mehraz-------------*/
@media only screen and (max-width: 560px) {
    .box-product{
        height: 250px !important;
    }
    .box-product .img_product_div {
        height: 70% !important;
        overflow: hidden;
    }
}
/* شروع بخش پایین اسلایدر */
.vip-theme,.first-section{
    position: relative;
}
.vip-theme:before {
    content: "";
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 2000px;
    background: #2a9d8f;
    background-image: linear-gradient(45deg,#2a9d8f,#8c9d2a);
    box-shadow: 0 7px 20px #3e9d7a5e;
    top: -45px;
    left: 64px;
}
.vip-theme:after,.first-section:after {
    content: "";
    display: block;
    position: absolute;
    width: 104px;
    height: 99px;
    border-radius: 100%;
    background: #e76f51;
    background-image: linear-gradient(45deg,#e76f51,#e7da51);
    box-shadow: 0 7px 20px #e76f5150;
    right: -53px;
    bottom: -43px;
}
.archive{
    background-color: #ffc33a;
    background-image: linear-gradient(45deg,#ffc33a,#ffd450);
    display: block;
    border-radius: 50px;
    box-shadow: 0 7px 20px #ffc5419e;
    border: none!important;
    margin: 20px auto!important;
    display: table;
    line-height: 3em;
    color: #000!important;
    padding: 0 40px;
    text-align: center;
}
.colorring div{
    margin-right:20px;
}
.colorring h1 span svg path {
    stroke: #ffc23a;
    stroke-width: 7;
    fill: none;
    stroke-dasharray: 1500;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.colorring h1 span {
    position: relative;
    font-size: 36px;
    font-family: irswb;
}
.colorring h1 span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 0.75em);
    height: calc(100% + 0.75em);
    transform: translate(-50%,-50%);
    overflow: visible;
}
.matn-zir-slid{
    font-weight: 500;
    font-size: 18px;
}
.irswb{
    font-family: irswb;
}
.card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 5px 30px rgb(70 72 77 / 15%);
    border: 1px solid #e7ecf0;
    border-radius: 20px;
}
.card .thumbnail {
    position: relative;
    width: 100%;
}
.card .thumbnail:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 70%,#fff 100%);}
.button_left{
    background: #00C178;
    box-shadow: 0 7px 20px #00c17860;
    padding: 0 20px;
    color: #fff;
    border-radius: 50px;
    line-height: 3em;
    font-weight: 200;
    margin-top: 20px;
}
/*start footer شروع فوتر*/
footer{
    padding: 30px 0 8px 0;
    border-top: 3px solid #ff9a00;
    box-shadow: 0 0 20px #e1d2d2;
    font-weight: 300;
}
footer h2{
    font-family: anjomanbold;
    font-size: 22px;
}
footer p{
    font-family: irswl;
    font-weight: 300;
    font-size: 16px;
}
.goldbutton {
    background-color: #E91E63;
    display: block;
    border-radius: 50px;
    box-shadow: 0 7px 20px rgba(255, 0, 1, 0.31);
    border: none!important;
    margin: 20px auto!important;
    display: table;
    line-height: 3em;
    color: #fff!important;
    padding: 0 40px;
    text-align: center;
}
.end-footer{
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.card-img-top{
    height: auto !important;
}
.link-footer div ul li{
    list-style: none;
	
}
.link-footer div ul li a{
    color : rgb(33, 37, 41);
    text-decoration: none;
	line-height: 30px;
}
.wd-header-wishlist a .wd-tools-icon:before {
    content: "\f106";
    font-family: "arsinofont";
}
/* end footer اخر فوتر*/
/* برگه دسته بندی star category page*/
.categorydiving{
    box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
}
.rank-math-breadcrumb{
    background:#fff;
    width:100%;
    margin:20px 0;
    padding:3px;
    box-shadow:0 5px 25px rgb(0 0 0 / 7%);
    border-radius:50px;
    position:relative;
    white-space:nowrap;
    overflow-x:auto
}
.rank-math-breadcrumb a{
    padding:0 25px;
    text-decoration: none;
    color: #181522;
    line-height:50px;
    font-size:14px;
    position:relative
}.rank-math-breadcrumb .last{
     padding:0 25px;
     font-size:14px;
     line-height:50px
}
.rank-math-breadcrumb p{
	margin:0;
}
.rank-math-breadcrumb li:first-child a{
    padding-right:1em;
    border-radius:20px 0 0 20px
}
.rank-math-breadcrumb a:hover{
    color:#5222d0
}
.rank-math-breadcrumb .breadcrumb_last a::after, .rank-math-breadcrumb .breadcrumb_last a::before {
    content: '';
    border:0;
}
.rank-math-breadcrumb a::after,.rank-math-breadcrumb a::before{
    content:"";position:absolute;
    top:50%;margin-top:-2em;
    border-top:2em solid transparent;
    border-bottom:2em solid transparent;
    border-right:1.1em solid;left:-1em
}
.rank-math-breadcrumb a::after{
    z-index:1;
    border-right-color:#fff
}
.rank-math-breadcrumb a::before{
    border-right-color:rgba(0,0,0,.1);
    left:-1.1em;
    z-index:1
}

.next-address{
    line-height: 50px;
    display: inline-block;
}

.nav-previous,.nav-next{
    display: inline;
}
/*اخر برگه دسته بندی end category page*/
/*ابتدا سینگل پیج start single page*/
.single-page{
    border-radius: 20px;
    box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
}
.post-content header h1{
    font-weight: 700;
    color: #031b4e;
    border-bottom: 1px solid #f4f7fc;
    padding: 20px 0;
}
.post-category a{
    color : #000;
    text-decoration: none;
}
.post-time {
    background-color: #fbb034;
    background-image: linear-gradient(315deg,#fbb034 0%,#ffdd00 74%);
    box-shadow: 0 7px 15px #fbb03440;
    color: #000!important;
    padding: 0 10px;
    border-radius: 3px;
    text-decoration: none;
}
.post-top-img{
    width: 95%;
    height: auto;
}
.button-back a{
    color: #0d6efd;
    border-color: #0d6efd;
}
.button-back span{
      color: #a0a0a0;
    border-color: #a0a0a0;
}
/*-------- اول کامنت start comment---------*/

/*-----------start comment arsino code---------------*/
.comments-title {
    color: #5d452a;
    font-size: 1.4em;
    font-weight: 700;
    display: block;
}
.comment-reply-title{

}
.depth-1 {
    background-color: #FFECB3;
    padding: 15px;
    margin: 20px 0;
    border-radius: 20px;
}
.comment p{
    margin-bottom: -5px;
}
.depth-2{
    background-color: #f5e4ad;
}
.depth-3{
    background-color: #FFECB3;

}
.depth-2,.depth-3{
    margin:10px 15px 0 0;
    border-radius: 20px;
    padding:15px;
}
img.avatar {
    border-radius: 30%;
    box-shadow: 0 5px 7px rgb(28 76 156 / 10%);
}
.comment-author{
    display: inline-block;
}
cite{
    font-style: normal ;
}
.comment-meta a{
    color: black;
    font-size: 12px;
}
.reply{
    display: none;
}

.text-area-main-comment{
    background-color: #FFECB3;
    padding:15px;
    border-radius: 20px;
    margin-bottom: 15px;
}
/*-----------end comment arsino code---------------*/

/*--------start woocommerce code style-----------------*/
.box-product{
    height: 350px;
    background-color: #fff;
}
.box-product .img_product_div{
    height: 80%;
    overflow: hidden;
}
.img_product_div img{
    height: 100%;
}
.product_name{
    font-size: 1rem;
}
.btn_add_to_cart {
    position: absolute !important; ;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(103%) translateZ(0);
    transform: translateY(103%) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #ed2353;
    height: 30px;
}
.box-product:hover .btn_add_to_cart {
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(1%) translateZ(0);
    transform: translateY(1%) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: .8;
    position: relative;
}
.btn_add_to_cart a{
    color:white;
    font-size: 13px;
    line-height: 100%;
    display: inline-block;
    width: 100%;
}
.btn_add_to_cart a svg,.btn_mobile_cart svg{
    fill: #fff;
}
.btn_add_to_cart img{
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
}
.sabad-check {
    z-index: 2000;
    position: fixed;
    left: 25px;
    visibility: visible;
    opacity: 1;
}
.sabad-kharid{
    font-size:12px;
}
.borderbox{
    border: 1px solid #e7ecf0;
}
.shadowbox{
    box-shadow: 0 0 20px rgb(0 0 0 / 6%);
}
.woocommerce h1,h2,h3{
    font-family: anjomanbold;
}
.woocommerce div p{
    font-family: irsw;
}
li.product{
    border:#eaeaea 1px solid;
    border-radius: 15px;
    padding: 16px;
    text-align: center;
}
li.product h2{
    color:#5F5F5F;
}
li.product h2,li.product span {
    text-align: center;
}
li.product span bdi{
    font-weight: bolder;
    color:#2E7D32 !important;
    text-decoration: none;
}
li.product span del{
    font-weight: bolder;
    color: #969696 !important;
}
.woocommerce a.button.loading::after{
    color:#fff;
}
.replyWp_sale{
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 50%;
    transition: opacity .3s ease;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;
    margin-right: 5px;
    background-color: #0d47a1;
    color:#fff;
}
.woocommerce a.button.loading{
    opacity: .75 !important;
}
.woocommerce a.button, .woocommerce button.button.alt, .woocommerce input.button.alt{
    font-size:12px !important;
    color: #ffffff !important;
    background-color: #009688 !important;
    border-radius: 12px !important;
    border: none!important;
    display: table  !important;
    line-height: 3em !important;
    padding: 0 20px !important;
}
.woocommerce a.button{
    margin: 20px auto!important;
}
.posted_in a{
    color:#0D47A1;
}
/*----------end woocommerce code style-----------------*/
.social-share{
    height: 26px;
    width: 26px;
}
.support-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 140, 186, 0.8);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}
.support-button a {
    color: #fff;
    text-decoration: none;
}
.woocommerce-product-details__short-description ul{
	list-style-image: url('https://tebgiyah.ir/wp-content/uploads/2023/07/check-mark.png');
}
.woocommerce-product-details__short-description ul li{
	line-height:39px;
}
.product_title{
    color:#000
}
.authorbox{
  background-color: rgba(175, 204, 248, .25);
  border-radius:20px;  
}
/*-------------------صفحه تست-------------------*/
.qustion{
    display:none;
}
.questions,.test_result{
    min-height:190px;
}
.counter1{
    background-image: url("img/counter.svg");
    height: 95px;
    width: 95px;
}
.counter1 span{
    line-height: 95px;
    color: #04be99;
}
/*---------------انتهای صفحه تست-------------*/
.card-icon-text {
    color: #666B74;
    opacity: .6;
    cursor: pointer;
    font-size: 14px;
}
#more{
    display: none;
}
.authorbox{
    background-color: rgba(175, 204, 248, .25);
    border-radius:20px;
}
.title-author span{
    font-family: anjomanbold;
}
.btn-ali {
    color:#000000;
    height: 46px;
    padding-top: 10px;
    margin-bottom: 14px;
    background: #fff;
    border-radius: 10px;
}
.btn-ali:hover{
    color: #000;
}
/*------------start landing panic-------------------*/
.panic-back{
    background-color: #F5F5F5;
}
video{
    border-radius: 20px;
    width: 100%;
    margin:10px 0;
}
.bg-button{
    background-color: #F1F1F1;
    font-size: 18px;
    width: 80%;
    display: inline-block;
}
.seprator{
    border-bottom: 5px dashed #B3B3B3;
}
.button-kharid{
    font-size: 18px;
    background-color: #5CAF21;
    display: block;
    margin:0 auto;
    width: 90%;
}
.h2landing{
    color:#5CAF21;
    letter-spacing: -2px;
}
ul.ullanding{
    list-style-image: url('img/check-landing.png');
}
.boxlanding{
    background-color: #EBEBEB;
}
.rounded-5{
    border-radius: 10px;
}
.svglanding svg {
    width: calc(100% + 1.3px);
    height: 80px;
    fill:#fff;
    margin-bottom: -88px;
}
.svglanding1 svg{
    transform: rotate(180deg);
    width: calc(100% + 1.3px);
    height: 80px;
    fill:#fff;
    margin-top: -92px;
}
.ullanding-w{
    list-style-image: url('img/check-landing-white.png');
}
.daryaft{
    background-color: #F1F1F1;
}
.card-landing{
    box-shadow: 0 5px 8px -5px rgba(151, 163, 184, .5), 0 15px 16px -15px rgba(151, 163, 184, .5), 0 25px 32px -25px rgba(151, 163, 184, .5);
}
.area{
    background: #5CAF21;
    background: -webkit-linear-gradient(to left, #5CAF21, #19b700);
    width: 100%;
    min-height:50vh;
}

.circles{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li.licircle{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}
.circles li.licircle:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li.licircle:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li.licircle:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li.licircle:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li.licircle:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li.licircle:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li.licircle:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li.licircle:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li.licircle:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li.licircle:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.svg-icon--love{
    color:#B3C6DF;
    position: absolute;
    left:10px;
    bottom: 20px;
}
.svg-icon--love path { transform-origin: 50% 50%; }

.svg-icon--love path:nth-of-type(1) {
    animation: svg-icon--love__heart-animation infinite normal linear 2s;
}

@keyframes svg-icon--love__heart-animation {
    0%, 30%, 48%, 52%, 70%, 100% { transform: scale(1); }
    40%, 60% { transform: scale(1.2); }
}
.wave1, .wave2{height: 30px;position: absolute;width: 100%;z-index: 12;left: 0;bottom: -1px;}

.wave1 {
    -webkit-animation: wave-animation1 8.7s infinite linear; /* Safari 4+ */
    -moz-animation:    wave-animation1 8.7s infinite linear; /* Fx 5+ */
    -o-animation:      wave-animation1 8.7s infinite linear; /* Opera 12+ */
    animation:         wave-animation1 8.7s infinite linear; /* IE 10+ */
}
@-webkit-keyframes wave-animation1 {
    0%   { background-position: 0 0; }
    100% { background-position: 1601px 0; }
}
@-moz-keyframes wave-animation1 {
    0%   { background-position: 0 0; }
    100% { background-position: 1601px 0; }
}
@-o-keyframes wave-animation1 {
    0%   { background-position: 0 0; }
    100% { background-position: 1601px 0; }
}
@keyframes wave-animation1 {
    0%   { background-position: 0 0; }
    100% {background-position: 1601px 0;}
}

.wave1 {
    background: url('landing/wave1.png') 0 0 repeat-x;
}
.brd-bottom::after{
    content: "";
    background-color: #5CAF21;
    width: 112px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
}
.faq-header {
    font-size: 1.75rem;
    margin-bottom: 30px;
    color: #343a40;
    text-align: center;
}
.accordion-button {
    background-color: #fafafa;
    color: #000000;
    font-weight: bold;
}
.accordion-button:hover {
    background-color: #e4e4e4;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f5f6fb;
}
.accordion-body {
    background-color: #e9ecef;
    color: #343a40;
}
.card {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.card-header {
    border-radius: 10px;
}
.landingbutton{
    bottom: 0;
}
/*------------end landing panic-------------------*/
